# HG changeset patch # User Richard M. Stallman # Date 1098205110 0 # Node ID e0b59ff186d057cae80d18f5dedbccb0e71e5286 # Parent c54b2dfa66bdbb8baf9f3c1bee2b7c542f4b8905 *** empty log message *** diff -r c54b2dfa66bd -r e0b59ff186d0 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 19 16:57:20 2004 +0000 +++ b/lisp/ChangeLog Tue Oct 19 16:58:30 2004 +0000 @@ -1,3 +1,17 @@ +2004-10-19 Richard M. Stallman + + * textmodes/flyspell.el (flyspell-mode): Doc fix. + + * eshell/em-unix.el (eshell-grep): + Don't bind compilation-process-setup-function. + + * comint.el (comint-insert-input): Use @ in `interactive'. + (comint-input-filter-functions): Doc fix. + (comint-kill-whole-line, comint-get-source): Doc fix. + + * progmodes/compile.el (compilation-setup): + Don't set buffer-read-only if MINOR is non-nil. + 2004-10-19 Ulf Jasper * calendar/icalendar.el: Set coding to utf-8. diff -r c54b2dfa66bd -r e0b59ff186d0 src/ChangeLog --- a/src/ChangeLog Tue Oct 19 16:57:20 2004 +0000 +++ b/src/ChangeLog Tue Oct 19 16:58:30 2004 +0000 @@ -26,10 +26,9 @@ arguments left and width to xg_update_scrollbar_pos. (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also. -2004-10-19 Kim F. Storm +2004-10-19 Kenichi Handa * xdisp.c (display_mode_element): Fix display of wide chars. - From Kenichi Handa . 2004-10-18 Jan Dj,Ad(Brv @@ -41,8 +40,7 @@ * fontset.c (fs_load_font): Use fast_string_match_ignore_case for comparing font names. - (fs_query_fontset): Use fast_string_match for comparing fontset - names. + (fs_query_fontset): Use fast_string_match for comparing fontset names. (list_fontsets): Likewise. * search.c (fast_string_match_ignore_case): New function.