1. d5784f9 updated for version 7.3.022 by Bram Moolenaar · 15 years ago
  2. 423f972 updated for version 7.3.021 by Bram Moolenaar · 15 years ago
  3. 341ad7a updated for version 7.3.020 by Bram Moolenaar · 15 years ago
  4. c2a406b updated for version 7.3.019 by Bram Moolenaar · 16 years ago
  5. d622beb updated for version 7.3.018 by Bram Moolenaar · 16 years ago
  6. a8fc798 updated for version 7.3.017 by Bram Moolenaar · 16 years ago
  7. 173c985 updated for version 7.3.016 by Bram Moolenaar · 16 years ago
  8. 3967692 updated for version 7.3.015 by Bram Moolenaar · 16 years ago
  9. 417f5e7 updated for version 7.3.014 by Bram Moolenaar · 16 years ago
  10. f9b5ef8 updated for version 7.3.013 by Bram Moolenaar · 16 years ago
  11. 3c9ab1c updated for version 7.3.012 by Bram Moolenaar · 16 years ago
  12. 62b4218 updated for version 7.3.011 by Bram Moolenaar · 16 years ago
  13. b05034a updated for version 7.3.010 by Bram Moolenaar · 16 years ago
  14. d32a99a updated for version 7.3.009 by Bram Moolenaar · 16 years ago
  15. 3368ea2 updated for version 7.3.008 by Bram Moolenaar · 16 years ago
  16. 2eea198 updated for version 7.3.007 by Bram Moolenaar · 16 years ago
  17. 60bb4e1 updated for version 7.3.006 by Bram Moolenaar · 16 years ago
  18. 217d285 updated for version 7.3.005 by Bram Moolenaar · 16 years ago
  19. 73a92fe updated for version 7.3.004 by Bram Moolenaar · 16 years ago
  20. 832f80e updated for version 7.3.003 by Bram Moolenaar · 16 years ago
  21. c24b697 updated for version 7.3.002 by Bram Moolenaar · 16 years ago
  22. da9836c updated for version 7.3.002 by Bram Moolenaar · 16 years ago
  23. 7f03644 Last changes for the 7.3 release! by Bram Moolenaar · 16 years ago
  24. 35f330c Fix #ifdef for GDK_SUPER_MASK. (Stephan Schulz) by Bram Moolenaar · 16 years ago
  25. d732f9a Two fixes for :find completion and more testing. (Nazri Ramliy) by Bram Moolenaar · 16 years ago
  26. 10d4664 Do include Mac clipboard code for MacVim. by Bram Moolenaar · 16 years ago
  27. e00289d Fix building the Mac version with GUI. by Bram Moolenaar · 16 years ago
  28. bb3d5dc Fix: in compatible mode, in an empty buffer, ":r file" triggered an error by Bram Moolenaar · 16 years ago
  29. cda000e Fix: strcat() on overlapping string. (Dominique Pelle) by Bram Moolenaar · 16 years ago
  30. 4421d6a Version 7.3f -> 7.3g by Bram Moolenaar · 16 years ago
  31. bfc8b97 Preparations for 7.3f release. by Bram Moolenaar · 16 years ago
  32. dc685ab Cleanup in :find completion code. Make it work for "./subdir" in 'path'. by Bram Moolenaar · 16 years ago
  33. daf3b39 Use mkdir() instead of !mkdir in test 73, it's more reliable. by Bram Moolenaar · 16 years ago
  34. 673b87b Now really fix using expressions in the command line (hopefully). by Bram Moolenaar · 16 years ago
  35. 35a3423 Fix illegal memory access when using expressions in the command line. by Bram Moolenaar · 16 years ago
  36. 4a474d3 Update message for :python/:py3 usage with approximate translations. by Bram Moolenaar · 16 years ago
  37. b744b2f Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier) by Bram Moolenaar · 16 years ago
  38. 2a988a1 Conceal feature caused the 'cursorline' highlighting to stop early. by Bram Moolenaar · 16 years ago
  39. 580061a Fix #ifdef for GDK_SUPER_MASK. by Bram Moolenaar · 16 years ago
  40. 3171026 More fixes for :find completion. (mostly by Nazri Ramliy) by Bram Moolenaar · 16 years ago
  41. 2f1e050 Avoid warnings from the clang compiler. (Dominique Pelle) by Bram Moolenaar · 16 years ago
  42. 0e97531 Updated Finnish translations. (Flammie Pirinen) by Bram Moolenaar · 16 years ago
  43. 2bd6a1b Fix: Lua interface tried to load the library when closing a buffer or window. by Bram Moolenaar · 16 years ago
  44. 0be992e Improvements for :find completion. by Bram Moolenaar · 16 years ago
  45. d7b734a Include wchar.h in charset.c for towupper(). by Bram Moolenaar · 16 years ago
  46. fae6c1a Updated translations. Added Portuguese tutor. by Bram Moolenaar · 16 years ago
  47. 9bc040c Fixes for :find completion. by Bram Moolenaar · 16 years ago
  48. d70b2a8 Updated message translations. by Bram Moolenaar · 16 years ago
  49. 2d7c47d Make :find completion work better with the DJGPP build. (Nazri Ramliy) by Bram Moolenaar · 16 years ago
  50. d5ee95f Fix compiler warning. by Bram Moolenaar · 16 years ago
  51. d54a688 Fix crash when using netbeans in a terminal when compiled with GUI support. by Bram Moolenaar · 16 years ago
  52. bc226b6 Fix: :ltag command did not set w:quickfix_title. (Lech Lorens) by Bram Moolenaar · 16 years ago
  53. 314f11d Fix for float values on VMS. (Zoltan Arpadffy) by Bram Moolenaar · 16 years ago
  54. b61f95c When building with both Python 2 and Python 3 don't use RTLD_GLOBAL, so that by Bram Moolenaar · 16 years ago
  55. 82d1c33 Version 7.3e -> 7.3f. by Bram Moolenaar · 16 years ago
  56. 4eccc3e Prepare for 7.3e release. by Bram Moolenaar · 16 years ago
  57. 3479c5d Fixed: on MS-Windows sometimes files with number 4913 or higher are left behind. by Bram Moolenaar · 16 years ago
  58. e2b590e Update help about wildcards in 'tags' option. by Bram Moolenaar · 16 years ago
  59. 463ee34 Fix: 'suffixesadd' was used for finding tags file. by Bram Moolenaar · 16 years ago
  60. 0909215 Remove unused code. by Bram Moolenaar · 16 years ago
  61. 96118f3 Improve positioning of combining characters in GTK. by Bram Moolenaar · 16 years ago
  62. 2d231cb Make test 11 pass when there is no gzip program. (John Beckett) by Bram Moolenaar · 16 years ago
  63. 5a7d7cd Avoid that test 73 ovewrites viminfo. (James Vega) by Bram Moolenaar · 16 years ago
  64. db41fa2 Fix: test 73 failed with small features. by Bram Moolenaar · 16 years ago
  65. 06583f1 Change readfile() to ignore byte order marks, unless in binary mode. by Bram Moolenaar · 16 years ago
  66. c0cba4d Fixed: on MS-Windows completion of shell commands didn't work. by Bram Moolenaar · 16 years ago
  67. b92159d Updated translations. (Dominique Pelle) by Bram Moolenaar · 16 years ago
  68. 7ba6ed3 Fix: An unprintable multi-byte character at the start of the screen line by Bram Moolenaar · 16 years ago
  69. 706e84b Fix: with newer GTK versions accented characters were drawn too much to the by Bram Moolenaar · 16 years ago
  70. d3dd266 Some messages were missing when updating translations. (Dominique Pelle) by Bram Moolenaar · 16 years ago
  71. dd10ce9 Set 'visualbell' in test 72 to avoid a beep. by Bram Moolenaar · 16 years ago
  72. 6ab1cc4 Update pt_BR translations. by Bram Moolenaar · 16 years ago
  73. 0390ded Fix: ml_get errors when using undo with 'virtualedit'. by Bram Moolenaar · 16 years ago
  74. 3737f89 Update version number in gvim.exe manifest. (Michael Wookey) by Bram Moolenaar · 16 years ago
  75. 97cfe90 Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron) by Bram Moolenaar · 16 years ago
  76. 84f888a Fix a few problems for :find completion. Test much more. (Nazri Ramliy) by Bram Moolenaar · 16 years ago
  77. a9d0cba Fixed: "make install" installed a few Amiga .info files. by Bram Moolenaar · 16 years ago
  78. 5c3bd0a Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars' by Bram Moolenaar · 16 years ago
  79. e4ce65d After entering a crypt key would need to hit return to continue. by Bram Moolenaar · 16 years ago
  80. 257a9c8 7.3d -> 7.3e. by Bram Moolenaar · 16 years ago
  81. 3ea5fa7 Make test 73 a bit more portable. by Bram Moolenaar · 16 years ago
  82. 1affd72 Preparations for 7.3d release. by Bram Moolenaar · 16 years ago
  83. 80a7dcf Make :find completion consistent between Unix and MS-Windows. Add a test. by Bram Moolenaar · 16 years ago
  84. 280a29f Small changes to the test files. (John Beckett) by Bram Moolenaar · 16 years ago
  85. a411e5d Set 'wrapscan' when checking the .po files. (Mike Williams) by Bram Moolenaar · 16 years ago
  86. 3832c46 Fix: when setting crypt key seed was not updated when the swap file wasn't by Bram Moolenaar · 16 years ago
  87. f9bb734 When undoing a reload, move the cursor to the first changed line. by Bram Moolenaar · 16 years ago
  88. 006d2b0 Fix crash when no item in 'path' is used for :find completion. by Bram Moolenaar · 16 years ago
  89. 7f0f621 Fix crash in :find completion. (Nazri Ramliy) by Bram Moolenaar · 16 years ago
  90. 57adda1 Fix: With 'path' set to relative directory ":find" completion didn't work. by Bram Moolenaar · 16 years ago
  91. bf65051 Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load it by Bram Moolenaar · 16 years ago
  92. 61a9176 Take OLE registration back to 32 bit registry, the unregister wasn't working by Bram Moolenaar · 16 years ago
  93. 4131773 Updated version of gettext for use with MVC. (Mike Williams) by Bram Moolenaar · 16 years ago
  94. bdc975c Improvements for :find completion. (Nazri Ramliy) by Bram Moolenaar · 16 years ago
  95. bbdcb48 Put quotes around the gvim.exe path for the "Open with" menu entry. by Bram Moolenaar · 16 years ago
  96. 3f97ebf Workaround for missing RegDeleteKeyEx() method. by Bram Moolenaar · 16 years ago
  97. e04abda Update version.h for 7.3c -> 7.3d. by Bram Moolenaar · 16 years ago
  98. 3a0ae77 Fix: the MS-Windows uninstaller did not delete registry keys on 64 bit systems. by Bram Moolenaar · 16 years ago
  99. 9379f83 Version 7.3c -> 7.3d by Bram Moolenaar · 16 years ago
  100. 92096d5 Define the WOW64 key when needed. by Bram Moolenaar · 16 years ago