# HG changeset patch # User Richard M. Stallman # Date 1090705587 0 # Node ID c0bc4f6e68b591f2858c99b6b529d0b15e16f2db # Parent 7186cf407b7a114db5337967da3d276e368028f2 *** empty log message *** diff -r 7186cf407b7a -r c0bc4f6e68b5 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jul 24 21:46:06 2004 +0000 +++ b/lisp/ChangeLog Sat Jul 24 21:46:27 2004 +0000 @@ -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 -r 7186cf407b7a -r c0bc4f6e68b5 man/ChangeLog --- a/man/ChangeLog Sat Jul 24 21:46:06 2004 +0000 +++ b/man/ChangeLog Sat Jul 24 21:46:27 2004 +0000 @@ -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 -r 7186cf407b7a -r c0bc4f6e68b5 src/ChangeLog --- a/src/ChangeLog Sat Jul 24 21:46:06 2004 +0000 +++ b/src/ChangeLog Sat Jul 24 21:46:27 2004 +0000 @@ -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.