diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-05-23 13:35:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-05-23 13:35:36 +0000 |
commit | b85a38e9e1b88808fe6dddd9fd902be519295f89 (patch) | |
tree | 769a47d590fa2605c78913676877b073e7e7bc39 /lisp | |
parent | 6e06af92df724d10652e8f40a45815c3f3018a46 (diff) | |
download | emacs-b85a38e9e1b88808fe6dddd9fd902be519295f89.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27a81e9d119..e9c2fbed424 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2003-05-23 Richard M. Stallman <rms@gnu.org> + + * forms.el (forms--mode-commands1): Bind \t, not `tab'. + (forms--mode-commands): Don't bind \t in the maps where + we call forms--mode-commands1. + +2003-05-23 Taro Kawagishi <tarok@acm.org> + + * arc-mode.el (archive-lzh-summarize): Calculate correct total + header size for LZH level 1 header. + +2003-05-23 Richard M. Stallman <rms@gnu.org> + + * textmodes/paragraphs.el (repunctuate-sentences): Add doc string. + +2003-05-23 Daniel Ortmann <dortmann@lsil.com> (tiny change) + + * textmodes/paragraphs.el (repunctuate-sentences): New function. + 2003-05-23 Lute Kamstra <Lute.Kamstra@cwi.nl> * emacs-lisp/lisp-mnt.el: Make the description of the library more |