NEWS 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. 2004-10-13 VERSION 0.6.3
  2. - The help viewer (accessible via the F1 key) now supports hypertext,
  3. making it _much_ easier to navigate the User Manual.
  4. - The User Manual was organized a bit.
  5. - A new command, "Launch external editor", F8, under the "File"
  6. menu, allows the user to edit the file using his favorite editor.
  7. The cursor position is passed to the external editor, and when
  8. using Vim it's also read back. See the manual for details on this
  9. "magic".
  10. - C-k now cuts to clipboard (a la emacs).
  11. - Quotes in email messages are ignored when spell-checking (only
  12. when syntax == email).
  13. - Filename completeion with TAB is much faster now (stat(2) used only
  14. when needed).
  15. - README.themes was update.
  16. - Cantillations (Ta'amei HaMikra) and Arabic vowels were added to the
  17. "Insert a Unicode character from the list" submenu.
  18. - Minor improvements.
  19. 2004-09-23 VERSION 0.6.1
  20. - Themes (see the "Color schemes" submenu under "Dispaly").
  21. - I've applied Baruch's (@tkos.co.il) patch. This solves a C++
  22. compilation problem on some newer systems.
  23. - The encoding submenu was extended with various Cyrillic and Unicode
  24. encodings (plus a "Set the default encoding" submenu).
  25. - A new command: C-o (or M-o, in case your Midnight Commander masks
  26. it) to jump to the place where the last editing operation took
  27. place. It's a bit like Vim's C-o.
  28. - The 'Search' command is a bit friendlier now (it shares the kbd
  29. language with the main editing box, and first alpha letter erases
  30. contents).
  31. - Syntax highlighting: _text_ and *text* now shows on the console too
  32. (it didn't, because the console couldn't show A_UNDERLINE). It's now
  33. possible to specify different colors for different levels of quotes
  34. in mail messages (see 'edit.email-quoteN' in mc.thm).
  35. - Fixed: you can now do ^Z when the speller is loaded.
  36. - Minor improvements.
  37. 2004-08-02 VERSION 0.6.0
  38. - Syntax highlighting for HTML and emails
  39. - Highlighting for *text* and _text_
  40. - Visual/logical cursor movement
  41. - Spell-checking with Hspell now works out-of-the-box.
  42. No need to configure anything.
  43. - A new base-directionality algorithm (contextual-*),
  44. so Geresh now has a total of five.
  45. - A new sub-menu: "Insert a Unicode character from the list"
  46. - Improved several menus. Direct link to the User Manual from some of them.
  47. - Minor improvements
  48. 2004-06-17 VERSION 0.5.0
  49. - Pull-down menu
  50. - Scrollbar
  51. - Better Arabic's harakat support
  52. - Minor improvements
  53. 2003-07-16 VERSION 0.4.1
  54. - Fixed a 8-bit locale problem (seems like an ncursesw bug).
  55. 2003-07-10 VERSION 0.4.0
  56. - Speller support (using the ispell-a protocol)
  57. - Geresh can now be used as a filter to convert logical to visual
  58. (similar to "bidiv", but better).
  59. 2003-03-09 VERSION 0.0.3
  60. - event.cc: 8-bit locale kbd handling fixed.
  61. 2003-03-04 VERSION 0.0.2
  62. - Minor changes to configure.in. fixed a quoting bug.
  63. 2003-02-25 VERSION 0.0.1
  64. - Initial public release.