]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 05:38:32 +0000 (05:38 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 05:38:32 +0000 (05:38 +0000)
lisp/ChangeLog
src/ChangeLog

index 0cd138355ae3d1b979a9c03ee2451a8d40b6080e..f5e35060499dfb539e23c0b7e562d358643c730f 100644 (file)
@@ -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'.
index c21a76b7c874e9a9d283e499061861ca5a45926d..e504f018ab408aa90f12c76381e0e3e786f7a0cb 100644 (file)
@@ -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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xterm.h (struct x_display_info): Fix indentation.