summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-12 05:38:32 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-12 05:38:32 +0000
commit947129a2bee09c49bb231b01fb1d26718327daeb (patch)
tree8b2dbb93535450c567724acc5dcde54b7dbe1d71
parentcd7320d479063b3e558c00e92eeb372b110c6157 (diff)
downloademacs-947129a2bee09c49bb231b01fb1d26718327daeb.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog9
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 @@
+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'.
diff --git a/src/ChangeLog b/src/ChangeLog
index c21a76b7c87..e504f018ab4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.