diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 50 |
1 files changed, 9 insertions, 41 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 972dec6d681..1301a45ab00 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-06-03 Ken Raeburn <raeburn@raeburn.org> | 10 | 2002-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 | |||
| 3442 | 2001-11-12 Richard M. Stallman <rms@gnu.org> | 3419 | 2001-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 | ||
| 3745 | 2001-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 | |||
| 3754 | 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il> | 3722 | 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il> |
| 3755 | 3723 | ||
| 3756 | * s/hpux11.h: New file. | 3724 | * s/hpux11.h: New file. |