diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 2005-03-01 12:44:51 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 2005-03-01 12:44:51 +0000 |
commit | 43e7d00a0d0df128a88b9370df0b4cec4f9621ed (patch) | |
tree | ed6e7a5e42bbe28944e97d6242f348ea20496ff0 | |
parent | 5fe940572460d0046046331e100f6812a555164e (diff) | |
download | emacs-43e7d00a0d0df128a88b9370df0b4cec4f9621ed.tar.gz |
Update copyright to 2005 and add remark about commenting out inclusion
of "itemize\\|" in lisp/textmodes/texinfmt.el to lisp/ChangeLog.
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index adb5b91b08a..651dd6fdbe6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2005-03-01 Robert J. Chassell <bob@rattlesnake.com> + + * textmodes/texinfmt.el: (texinfo-no-refill-regexp): Comment out + inclusion of "itemize\\|", which may be unnecessary, is certainly + inelegant, and stops refilling in itemize lists when formatting + Japanese Texinfo files to Info. + Update copyright to 2005. + 2005-03-01 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead |