diff options
| author | Thien-Thi Nguyen | 2005-12-20 14:04:26 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-12-20 14:04:26 +0000 |
| commit | fdd5516e6c7dbaea987c6827d040726ce8179765 (patch) | |
| tree | 1505535f602047862bee2d5ff725745a22bae795 | |
| parent | 5a8854dda064c973f55f9432a52c9361f63de659 (diff) | |
| download | emacs-fdd5516e6c7dbaea987c6827d040726ce8179765.tar.gz emacs-fdd5516e6c7dbaea987c6827d040726ce8179765.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8fc3b34db9d..8592e138e28 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,11 @@ | |||
| 1 | 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change) | ||
| 2 | |||
| 3 | * align.el (align-rules-list): Use [ \t] instead of \s- | ||
| 4 | for column separators in text mode. | ||
| 5 | |||
| 1 | 2005-12-20 Nick Roberts <nickrob@snap.net.nz> | 6 | 2005-12-20 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 7 | ||
| 3 | * help-mode.el (help-customize-variable, help-customize-face): | 8 | * help-mode.el (help-customize-variable, help-customize-face): |
| 4 | Don't pop help-xref-stack as help-follow no longer pushes | 9 | Don't pop help-xref-stack as help-follow no longer pushes |
| 5 | anything on to it. | 10 | anything on to it. |
| 6 | 11 | ||