From: Richard M. Stallman Date: Sat, 24 Jul 2004 21:46:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5398 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7630911d6162623297a052bd75d8866440b73a68;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f1f6ed7363..e5e354befb7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2004-07-24 Richard M. Stallman + + * mail/rmail.el (rmail-mime-charset-pattern): + Don't include semicolon in the charset value. + + * replace.el (occur-next-error): Call set-window-point. + (occur-engine): Handle negative NLINES. + 2004-07-23 Luc Teirlinck * frame.el (modify-all-frames-parameters): Minor doc fix. diff --git a/man/ChangeLog b/man/ChangeLog index e4aba6ce722..a36b0c75fe4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,11 @@ +2004-07-24 Richard M. Stallman + + * text.texi (Paragraphs): Update how paragraphs are separated + and the default for paragraph-separate. + + * search.texi (Regexp Replace): Further update text for new + replacement operators. + 2004-07-18 Luc Teirlinck * emacs-xtra.texi (Subdir switches): Dired does not remember the diff --git a/src/ChangeLog b/src/ChangeLog index d10452c7fa5..398538484d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -7,6 +7,15 @@ 2004-07-24 Richard M. Stallman + * keyboard.h (not_single_kboard_state): Declared. + + * fileio.c (Fwrite_region): Doc fix. + + * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH. + + * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook + only when a real abbrev is present. + * xfns.c (x_icon_verify): New function. (Fx_create_frame): Use it.