Mercurial > emacs
changeset 45635:6bd997a303f0
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 03 Jun 2002 22:59:22 +0000 |
parents | b040bc30279e |
children | 58de4f15ebf6 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 23 insertions(+), 41 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jun 03 22:58:20 2002 +0000 +++ b/lisp/ChangeLog Mon Jun 03 22:59:22 2002 +0000 @@ -1,3 +1,17 @@ +2002-06-03 Richard M. Stallman <rms@gnu.org> + + * 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 <rms@gnu.org> * simple.el (choose-completion-string-functions): Doc fix.
--- a/src/ChangeLog Mon Jun 03 22:58:20 2002 +0000 +++ b/src/ChangeLog Mon Jun 03 22:59:22 2002 +0000 @@ -1,3 +1,12 @@ +2002-06-03 Richard M. Stallman <rms@gnu.org> + + * 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 <raeburn@raeburn.org> * 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 <rms@gnu.org> * 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 <Pavel@Janik.cz> - - * 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 <eliz@is.elta.co.il> * s/hpux11.h: New file.