aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2007-01-23 07:40:29 +0000
committerMartin Rudalics2007-01-23 07:40:29 +0000
commitbfb2471c3d77c45182fe0bc3c64ab8e170811c6b (patch)
treef72a13af0b581a4b06d977336b54a460558c566e
parent5a31f3ff844e25c84744d9fa247d20dcd1fefd4c (diff)
downloademacs-bfb2471c3d77c45182fe0bc3c64ab8e170811c6b.tar.gz
emacs-bfb2471c3d77c45182fe0bc3c64ab8e170811c6b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lispref/ChangeLog5
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 @@
12007-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
12007-01-22 Kim F. Storm <storm@cua.dk> 62007-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
1472007-01-16 martin rudalics <rudalics@gmx.at> 1522007-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 @@
12007-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
12007-01-21 Richard Stallman <rms@gnu.org> 62007-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.