diff options
| author | Martin Rudalics | 2007-01-23 07:40:29 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-01-23 07:40:29 +0000 |
| commit | bfb2471c3d77c45182fe0bc3c64ab8e170811c6b (patch) | |
| tree | f72a13af0b581a4b06d977336b54a460558c566e | |
| parent | 5a31f3ff844e25c84744d9fa247d20dcd1fefd4c (diff) | |
| download | emacs-bfb2471c3d77c45182fe0bc3c64ab8e170811c6b.tar.gz emacs-bfb2471c3d77c45182fe0bc3c64ab8e170811c6b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 |
2 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f68fda2acf1..deb47f3c77e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-01-23 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * help-fns.el (describe-variable): Don't suppress display of | ||
| 4 | buffer local value when the value is "large". | ||
| 5 | |||
| 1 | 2007-01-22 Kim F. Storm <storm@cua.dk> | 6 | 2007-01-22 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * ido.el (ido-active): Add xemacs test from ido-minibuffer-setup. | 8 | * ido.el (ido-active): Add xemacs test from ido-minibuffer-setup. |
| @@ -144,7 +149,7 @@ | |||
| 144 | 149 | ||
| 145 | * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well. | 150 | * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well. |
| 146 | 151 | ||
| 147 | 2007-01-16 martin rudalics <rudalics@gmx.at> | 152 | 2007-01-16 Martin Rudalics <rudalics@gmx.at> |
| 148 | 153 | ||
| 149 | * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---" | 154 | * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---" |
| 150 | by "-" in francais7 otherchars entry. | 155 | by "-" in francais7 otherchars entry. |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 31dd5107e48..bb944e2879a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-01-23 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * backups.texi (Reverting): Use "buffer" instead of "file" | ||
| 4 | when talking about major and minor modes. | ||
| 5 | |||
| 1 | 2007-01-21 Richard Stallman <rms@gnu.org> | 6 | 2007-01-21 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * help.texi (Documentation): Add xref to Documentation Tips. | 8 | * help.texi (Documentation): Add xref to Documentation Tips. |