diff options
| author | Juanma Barranquero | 2006-11-12 05:38:32 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-12 05:38:32 +0000 |
| commit | 947129a2bee09c49bb231b01fb1d26718327daeb (patch) | |
| tree | 8b2dbb93535450c567724acc5dcde54b7dbe1d71 | |
| parent | cd7320d479063b3e558c00e92eeb372b110c6157 (diff) | |
| download | emacs-947129a2bee09c49bb231b01fb1d26718327daeb.tar.gz emacs-947129a2bee09c49bb231b01fb1d26718327daeb.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | src/ChangeLog | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0cd138355ae..f5e35060499 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-11-12 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to | ||
| 4 | nil in the *RE-Builder* buffer (it causes spurious error messages). | ||
| 5 | |||
| 6 | * server.el (server-visit-files): If `minibuffer-auto-raise' has | ||
| 7 | been set to t, respect it. | ||
| 8 | |||
| 1 | 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org> | 9 | 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org> |
| 2 | 10 | ||
| 3 | * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'. | 11 | * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'. |
diff --git a/src/ChangeLog b/src/ChangeLog index c21a76b7c87..e504f018ab4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-11-12 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * category.c (Fchar_category_set): Improve arg/docstring consistency. | ||
| 4 | |||
| 5 | * data.c (Flogxor): | ||
| 6 | * fns.c (Frandom, Flength, Fsafe_length, Fstring_bytes) | ||
| 7 | (Fstring_equal, Fcompare_strings, Fstring_lessp, Fcopy_sequence) | ||
| 8 | (Fstring_make_unibyte): Fix typos in docstrings. | ||
| 9 | |||
| 1 | 2006-11-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 10 | 2006-11-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 11 | ||
| 3 | * xterm.h (struct x_display_info): Fix indentation. | 12 | * xterm.h (struct x_display_info): Fix indentation. |