aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-06-03 22:59:22 +0000
committerRichard M. Stallman2002-06-03 22:59:22 +0000
commit3a2ff803abebd1f35f38c187d160a2db8d211d2a (patch)
tree94090ff263a9554be204933a117fb0e49fdc91e1
parent8462b3904b8fd86a61087ef3b5f3215832cb3681 (diff)
downloademacs-3a2ff803abebd1f35f38c187d160a2db8d211d2a.tar.gz
emacs-3a2ff803abebd1f35f38c187d160a2db8d211d2a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog14
-rw-r--r--src/ChangeLog50
2 files changed, 23 insertions, 41 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f85d8ee2527..0cee4113124 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12002-06-03 Richard M. Stallman <rms@gnu.org>
2
3 * dired.el (dired-do-shell-command): Doc fix in autoload.
4
5 * info.el (Info-extract-pointer): Ignore Info-header-line.
6
7 * progmodes/cc-mode.el (c-postprocess-file-styles):
8 Do nothing except in CC modes.
9
10 * international/mule-cmds.el (select-safe-coding-system):
11 When computing auto-cs, narrow to FROM...TO.
12 Put save-excursion outside save-restriction.
13 New arg FILE; use that for set-auto-coding.
14
12002-06-01 Richard M. Stallman <rms@gnu.org> 152002-06-01 Richard M. Stallman <rms@gnu.org>
2 16
3 * simple.el (choose-completion-string-functions): Doc fix. 17 * 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 @@
12002-06-03 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (message_with_string): Error if STRING is not a string.
4
5 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
6
7 * fileio.c (choose_write_coding_system): Pass FILE arg to
8 Vselect_safe_coding_system_function.
9
12002-06-03 Ken Raeburn <raeburn@raeburn.org> 102002-06-03 Ken Raeburn <raeburn@raeburn.org>
2 11
3 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 12 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19
@@ -3397,8 +3406,6 @@
3397 3406
3398 * xfaces.c (Fface_attributes_as_vector): Doc fix. 3407 * xfaces.c (Fface_attributes_as_vector): Doc fix.
3399 3408
3400 * w32fns.c (Fx_synchronize): Reindent.
3401
3402 * fns.c: Doc fix. 3409 * fns.c: Doc fix.
3403 3410
3404 * emacs.c: Doc fix. 3411 * emacs.c: Doc fix.
@@ -3409,36 +3416,6 @@
3409 * fontset.c, insdel.c, keymap.c: Change doc-string comments to 3416 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
3410 `new style' [w/`doc:' keyword]. 3417 `new style' [w/`doc:' keyword].
3411 3418
3412 * xmenu.c (x-popup-menu): Reindent.
3413 (x-popup-dialog): Likewise.
3414
3415 * xfaces.c (Finternal_set_alternative_font_family_alist): Reindent.
3416
3417 * xdisp.c (Fdump_tool_bar_row): Reindent.
3418
3419 * minibuf.c (Fminibuffer_complete_word): Reindent.
3420 (Fminibuffer_complete_and_exit): Likewise.
3421 (Fminibuffer_completion_help): Likewise.
3422 (Fminibuffer_message): Likewise.
3423
3424 * fns.c (Freverse): Reindent.
3425
3426 * eval.c (Fif): Reindent.
3427 (Fand): Likewise.
3428
3429 * editfns.c (Fuser_real_login_name): Reindent.
3430 (Finsert_buffer_substring): Likewise.
3431 (Fcompare_buffer_substrings): Likewise.
3432 (Fsubst_char_in_region): Likewise.
3433
3434 * dispnew.c (Fsit_for): Reindent.
3435 (Fframe_or_buffer_changed_p): Likewise.
3436 (Finternal_show_cursor_p): Likewise.
3437 (syms_of_display): Likewise.
3438
3439 * alloc.c (Flist): Reindent.
3440 (Fvector): Likewise.
3441
34422001-11-12 Richard M. Stallman <rms@gnu.org> 34192001-11-12 Richard M. Stallman <rms@gnu.org>
3443 3420
3444 * xterm.c (XTread_socket): Don't update focus for EnterNotify or 3421 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
@@ -3742,15 +3719,6 @@
3742 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): 3719 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
3743 Handle :box so that it is possible to specify sexprs. 3720 Handle :box so that it is possible to specify sexprs.
3744 3721
37452001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
3746
3747 * xfaces.c (Finternal_merge_in_global_face): Reindent.
3748 (Fface_font): Ditto.
3749 (Finternal_set_alternative_font_registry_alist): Ditto.
3750 (Ftty_suppress_bold_inverse_default_colors): Ditto.
3751
3752 * xfns.c (x-get-resource): Reindent.
3753
37542001-10-31 Eli Zaretskii <eliz@is.elta.co.il> 37222001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
3755 3723
3756 * s/hpux11.h: New file. 3724 * s/hpux11.h: New file.