diff options
| author | Glenn Morris | 2007-11-01 04:01:45 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-01 04:01:45 +0000 |
| commit | a9d8037fffc97f195534380cf0f999e90050e891 (patch) | |
| tree | 170ca0a403e5aa3935d9bc12c9e4fe319abc5d26 | |
| parent | 6a2c788ebcb5fe75ad2dc9d81c9a5ca3aa2d1360 (diff) | |
| download | emacs-a9d8037fffc97f195534380cf0f999e90050e891.tar.gz emacs-a9d8037fffc97f195534380cf0f999e90050e891.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 95ed6811154..3a4f4554978 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,6 +7,11 @@ | |||
| 7 | (footnote-roman-lower-regexp, footnote-roman-upper-regexp): | 7 | (footnote-roman-lower-regexp, footnote-roman-upper-regexp): |
| 8 | Match multi-character footnotes. | 8 | Match multi-character footnotes. |
| 9 | 9 | ||
| 10 | * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function. | ||
| 11 | (nroff-indent-line-function): New function. | ||
| 12 | (nroff-count-text-lines): Use nroff-forward-text-line rather than | ||
| 13 | obsolete alias. | ||
| 14 | |||
| 10 | 2007-11-01 Ryan Yeske <rcyeske@gmail.com> | 15 | 2007-11-01 Ryan Yeske <rcyeske@gmail.com> |
| 11 | 16 | ||
| 12 | * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line) | 17 | * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line) |