Skip to content
Snippets Groups Projects
  1. Sep 21, 2010
    • Bram Moolenaar's avatar
      updated for version 7.3.011 · 62b42181
      Bram Moolenaar authored
      Problem:    X11 clipboard doesn't work in Athena/Motif GUI.  First selection
                  after a shell command doesn't work.
      Solution:   When using the GUI use XtLastTimestampProcessed() instead of
                  changing a property.  (partly by Toni Ronkko)
                  When executing a shell command disown the selection.
      v7.3.011
      62b42181
    • Bram Moolenaar's avatar
      updated for version 7.3.010 · b05034a4
      Bram Moolenaar authored
      Problem:    Mac GUI: Missing break statements.
      Solution:   Add the break statements. (Dominique Pelle)
      v7.3.010
      b05034a4
    • Bram Moolenaar's avatar
      updated for version 7.3.009 · d32a99a6
      Bram Moolenaar authored
      Problem:    Win32: Crash on Windows when using a bad argument for strftime().
                  (Christian Brabandt)
      Solution:   Use the bad_param_handler(). (Mike Williams)
      v7.3.009
      d32a99a6
    • Bram Moolenaar's avatar
      updated for version 7.3.008 · 3368ea21
      Bram Moolenaar authored
      Problem:    'cursorbind' is kept in places where 'scrollbind' is reset.
      Solution:   Reset 'cursorbind'.
      v7.3.008
      3368ea21
    • Bram Moolenaar's avatar
      updated for version 7.3.007 · 2eea1985
      Bram Moolenaar authored
      Problem:    Python code defines global "buffer".  Re-implements a grow-array.
      Solution:   Use a grow-array instead of coding the same functionality.  Handle
                  out-of-memory situation properly.
      v7.3.007
      2eea1985
  2. Sep 19, 2010
  3. Sep 18, 2010
  4. Sep 14, 2010
  5. Aug 20, 2010
  6. Aug 17, 2010
  7. Aug 16, 2010
    • Bram Moolenaar's avatar
      updated for version 7.3.002 · c24b6977
      Bram Moolenaar authored
      Problem:    ":find" completion doesn't work when halfway an environment
                  variable. (Dominique Pelle)
      Solution:   Only use in-path completion when expanding file names. (Nazri
                  Ramliy)
      v7.3.002
      c24b6977
    • Bram Moolenaar's avatar
      updated for version 7.3.002 · da9836cf
      Bram Moolenaar authored
      Problem:    ":find" completion doesn't work when halfway an environment
                  variable. (Dominique Pelle)
      Solution:   Only use in-path completion when expanding file names. (Nazri
                  Ramliy)
      v7.3.001
      da9836cf
  8. Aug 15, 2010
  9. Aug 14, 2010
  10. Aug 13, 2010
Loading