From: Richard M. Stallman Date: Mon, 3 Jun 2002 22:59:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~14773 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a2ff803abebd1f35f38c187d160a2db8d211d2a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f85d8ee2527..0cee4113124 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2002-06-03 Richard M. Stallman + + * dired.el (dired-do-shell-command): Doc fix in autoload. + + * info.el (Info-extract-pointer): Ignore Info-header-line. + + * progmodes/cc-mode.el (c-postprocess-file-styles): + Do nothing except in CC modes. + + * international/mule-cmds.el (select-safe-coding-system): + When computing auto-cs, narrow to FROM...TO. + Put save-excursion outside save-restriction. + New arg FILE; use that for set-auto-coding. + 2002-06-01 Richard M. Stallman * simple.el (choose-completion-string-functions): Doc fix. diff --git a/src/ChangeLog b/src/ChangeLog index 972dec6d681..1301a45ab00 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2002-06-03 Richard M. Stallman + + * xdisp.c (message_with_string): Error if STRING is not a string. + + * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function. + + * fileio.c (choose_write_coding_system): Pass FILE arg to + Vselect_safe_coding_system_function. + 2002-06-03 Ken Raeburn * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 @@ -3397,8 +3406,6 @@ * xfaces.c (Fface_attributes_as_vector): Doc fix. - * w32fns.c (Fx_synchronize): Reindent. - * fns.c: Doc fix. * emacs.c: Doc fix. @@ -3409,36 +3416,6 @@ * fontset.c, insdel.c, keymap.c: Change doc-string comments to `new style' [w/`doc:' keyword]. - * xmenu.c (x-popup-menu): Reindent. - (x-popup-dialog): Likewise. - - * xfaces.c (Finternal_set_alternative_font_family_alist): Reindent. - - * xdisp.c (Fdump_tool_bar_row): Reindent. - - * minibuf.c (Fminibuffer_complete_word): Reindent. - (Fminibuffer_complete_and_exit): Likewise. - (Fminibuffer_completion_help): Likewise. - (Fminibuffer_message): Likewise. - - * fns.c (Freverse): Reindent. - - * eval.c (Fif): Reindent. - (Fand): Likewise. - - * editfns.c (Fuser_real_login_name): Reindent. - (Finsert_buffer_substring): Likewise. - (Fcompare_buffer_substrings): Likewise. - (Fsubst_char_in_region): Likewise. - - * dispnew.c (Fsit_for): Reindent. - (Fframe_or_buffer_changed_p): Likewise. - (Finternal_show_cursor_p): Likewise. - (syms_of_display): Likewise. - - * alloc.c (Flist): Reindent. - (Fvector): Likewise. - 2001-11-12 Richard M. Stallman * xterm.c (XTread_socket): Don't update focus for EnterNotify or @@ -3742,15 +3719,6 @@ * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): Handle :box so that it is possible to specify sexprs. -2001-11-01 Pavel Jan,Bm(Bk - - * xfaces.c (Finternal_merge_in_global_face): Reindent. - (Fface_font): Ditto. - (Finternal_set_alternative_font_registry_alist): Ditto. - (Ftty_suppress_bold_inverse_default_colors): Ditto. - - * xfns.c (x-get-resource): Reindent. - 2001-10-31 Eli Zaretskii * s/hpux11.h: New file.