comparison etc/NEWS @ 54600:d444c53d17f3

Document the new command `strokes-global-set-stroke-string'.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Mar 2004 11:44:58 +0000
parents dcd8f8cbdae9
children 28269367379e
comparison
equal deleted inserted replaced
54599:c27e9bb81fc0 54600:d444c53d17f3
101 101
102 Hits are fontified in green, and hits in binary files in orange. Grep buffers 102 Hits are fontified in green, and hits in binary files in orange. Grep buffers
103 can be saved and will again be loaded with the new `grep-mode'. 103 can be saved and will again be loaded with the new `grep-mode'.
104 104
105 ** M-x diff uses diff-mode instead of compilation-mode. 105 ** M-x diff uses diff-mode instead of compilation-mode.
106
107 ** New command `strokes-global-set-stroke-string'.
108 This is like `strokes-global-set-stroke', but it allows you to bind
109 the stroke directly to a string to insert. This is convenient for
110 using strokes as an input method.
106 111
107 --- 112 ---
108 ** The saveplace.el package now filters out unreadable files. 113 ** The saveplace.el package now filters out unreadable files.
109 When you exit Emacs, the saved positions in visited files no longer 114 When you exit Emacs, the saved positions in visited files no longer
110 include files that aren't readable, e.g. files that don't exist. 115 include files that aren't readable, e.g. files that don't exist.