Mercurial > emacs
changeset 73930:d9a0e4ac80a3
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 12 Nov 2006 05:38:32 +0000 |
parents | f4ca1a5d7df7 |
children | 05ce1bcd673e |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 12 05:36:52 2006 +0000 +++ b/lisp/ChangeLog Sun Nov 12 05:38:32 2006 +0000 @@ -1,3 +1,11 @@ +2006-11-12 Juanma Barranquero <lekktu@gmail.com> + + * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to + nil in the *RE-Builder* buffer (it causes spurious error messages). + + * server.el (server-visit-files): If `minibuffer-auto-raise' has + been set to t, respect it. + 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org> * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
--- a/src/ChangeLog Sun Nov 12 05:36:52 2006 +0000 +++ b/src/ChangeLog Sun Nov 12 05:38:32 2006 +0000 @@ -1,3 +1,12 @@ +2006-11-12 Juanma Barranquero <lekktu@gmail.com> + + * category.c (Fchar_category_set): Improve arg/docstring consistency. + + * data.c (Flogxor): + * fns.c (Frandom, Flength, Fsafe_length, Fstring_bytes) + (Fstring_equal, Fcompare_strings, Fstring_lessp, Fcopy_sequence) + (Fstring_make_unibyte): Fix typos in docstrings. + 2006-11-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * xterm.h (struct x_display_info): Fix indentation.