From 71d5a208a41e0982a9565d8cc215bd110fcac864 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 22 May 2004 22:23:13 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 10 ++++++++++ lispref/ChangeLog | 19 +++++++++++++++++++ src/ChangeLog | 20 ++++++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f0d74b79ff..aea6e7d6d10 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,15 @@ 2004-05-22 Richard M. Stallman + * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes + as a close quote. + + * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case. + + * progmodes/idlw-shell.el (idlwave-shell-get-object-class): + Use assoc-string, not assoc-ignore-case. + + * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case. + * emacs-lisp/lisp.el (mark-defun, narrow-to-defun): If moving back then fwd gets a defun that ends before point, try again moving fwd then back. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c2f4f188496..aa49c8d1d17 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,22 @@ +2004-05-22 Richard M. Stallman + + * syntax.texi (Syntax Class Table): Word syntax not just for English. + + * streams.texi (Output Variables): Doc float-output-format. + + * searching.texi (Regexp Special): Nested repetition can be infloop. + + * eval.texi (Eval): Increasing max-lisp-eval-depth can cause + real stack overflow. + + * compile.texi: Minor cleanups. + +2004-05-22 Luc Teirlinck + + * lists.texi (Cons Cells): Explain dotted lists, true lists, + circular lists. + (List Elements): Explain handling of circular and dotted lists. + 2004-05-19 Thien-Thi Nguyen * modes.texi (Search-based Fontification): Fix typo. diff --git a/src/ChangeLog b/src/ChangeLog index bbbbd7ff8a0..68f74e457e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2004-05-22 Richard M. Stallman + + * alloc.c (Fmake_string): Doc fix. + + * buffer.c (clone_per_buffer_values): Copy the alist of local vars, + and the alist pairs too. + + * casefiddle.c (casify_object): Return OBJ unchanged if not real char. + + * emacs.c (main): Update copyright year. + + * fileio.c (Fread_file_name): Expand DIR if not absolute. + + * insdel.c (del_range_2, replace_range): Don't write an anchor + if the gap is empty. + + * xdisp.c (try_scrolling): If scroll-up-aggressively or + scroll-down-aggressively is small but positive, put point + near the screen edge. + 2004-05-22 Juanma Barranquero * keymap.c (Fdefine_key): Doc fix. -- 2.39.2