diff options
| author | Stefan Monnier | 2002-11-07 21:01:20 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-11-07 21:01:20 +0000 |
| commit | b2b413042833aa30ac42d36c7b588315deff53e8 (patch) | |
| tree | d68be86ce5c91a50f02459cc5d5f9bfe2f6577ae | |
| parent | 8fd4d684b3a77dcb3b65d03f604b64963e94345c (diff) | |
| download | emacs-b2b413042833aa30ac42d36c7b588315deff53e8.tar.gz emacs-b2b413042833aa30ac42d36c7b588315deff53e8.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 66 | ||||
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog.7 | 8 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 41 |
4 files changed, 67 insertions, 50 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 665db043fd3..2d4c59305cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,17 +1,39 @@ | |||
| 1 | 2002-11-07 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * progmodes/compile.el (grep-default-command): New fun. | ||
| 4 | (grep): Use it. | ||
| 5 | (compilation-menu-map): New var. | ||
| 6 | (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it. | ||
| 7 | (compilation-mode-map): Simplify. | ||
| 8 | (compilation-shell-minor-mode, compilation-minor-mode): | ||
| 9 | Use define-minor-mode. | ||
| 10 | |||
| 11 | * elide-head.el (elide-head): Don't make intangible. | ||
| 12 | |||
| 13 | * help.el (where-is): Rename map to defs (a list of syms is not a map). | ||
| 14 | Test fboundp first, to speed things up. Use push. | ||
| 15 | |||
| 16 | * isearch.el (isearch-hidden): New var. | ||
| 17 | (isearch-search-and-update): Test it. | ||
| 18 | (isearch-range-invisible): Set it. | ||
| 19 | |||
| 20 | * progmodes/tcl.el (tcl-mode): Don't set paragraph-start, | ||
| 21 | paragraph-separate, comment-column, and fill-paragraph-function. | ||
| 22 | Simplify outline-regexp. | ||
| 23 | (tcl-do-fill-paragraph): Remove. | ||
| 24 | |||
| 1 | 2002-11-07 Markus Rost <rost@math.ohio-state.edu> | 25 | 2002-11-07 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 26 | ||
| 3 | * mail/sendmail.el (mail-default-directory): Set the version to | 27 | * mail/sendmail.el (mail-default-directory): Set the version to 21.4. |
| 4 | 21.4. | ||
| 5 | 28 | ||
| 6 | * progmodes/compile.el (grep-compute-defaults): Undo previous | 29 | * progmodes/compile.el (grep-compute-defaults): Undo previous change. |
| 7 | change. Definition moved down. | 30 | Definition moved down. |
| 8 | (grep-command, grep-find-command, grep-tree-command): Allow value | 31 | (grep-command, grep-find-command, grep-tree-command): Allow value nil. |
| 9 | nil. Do not declare :get property. | 32 | Do not declare :get property. |
| 10 | (grep-use-null-device): Doc fix. Fix type. Do not declare :get | 33 | (grep-use-null-device): Fix type. Do not declare :get property. |
| 11 | property. | ||
| 12 | 34 | ||
| 13 | * emacs-lisp/checkdoc.el (checkdoc-find-error): Use | 35 | * emacs-lisp/checkdoc.el (checkdoc-find-error): |
| 14 | get-file-buffer instead of get-buffer. | 36 | Use get-file-buffer instead of get-buffer. |
| 15 | 37 | ||
| 16 | * cus-dep.el (custom-make-dependencies): Fix comment inserted in | 38 | * cus-dep.el (custom-make-dependencies): Fix comment inserted in |
| 17 | cus-load.el. | 39 | cus-load.el. |
| @@ -33,8 +55,8 @@ | |||
| 33 | (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove | 55 | (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove |
| 34 | set-buffer-major-mode-hook, not quail-activate-hook. | 56 | set-buffer-major-mode-hook, not quail-activate-hook. |
| 35 | (ucs-set-table-for-input): Renamed from ucs-quail-activate. | 57 | (ucs-set-table-for-input): Renamed from ucs-quail-activate. |
| 36 | (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Setup | 58 | (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): |
| 37 | keyboard-translate-table, not translation-table-for-input. | 59 | Setup keyboard-translate-table, not translation-table-for-input. |
| 38 | Modify set-buffer-major-mode-hook, not quail-activate-hook. | 60 | Modify set-buffer-major-mode-hook, not quail-activate-hook. |
| 39 | (ucs-fragment-8859): Don't use translation-table-for-input coding | 61 | (ucs-fragment-8859): Don't use translation-table-for-input coding |
| 40 | system property. | 62 | system property. |
| @@ -42,13 +64,13 @@ | |||
| 42 | (ucs-set-table-for-input): New. | 64 | (ucs-set-table-for-input): New. |
| 43 | (ucs-minibuffer-setup): Use it. | 65 | (ucs-minibuffer-setup): Use it. |
| 44 | 66 | ||
| 45 | * international/quail.el (quail-input-string-to-events): Use | 67 | * international/quail.el (quail-input-string-to-events): |
| 46 | keyboard-translate-table, not translation-table-for-input. | 68 | Use keyboard-translate-table, not translation-table-for-input. |
| 47 | 69 | ||
| 48 | * files.el (normal-mode): Call ucs-set-table-for-input. | 70 | * files.el (normal-mode): Call ucs-set-table-for-input. |
| 49 | 71 | ||
| 50 | * international/mule.el (set-buffer-file-coding-system): Call | 72 | * international/mule.el (set-buffer-file-coding-system): |
| 51 | ucs-set-table-for-input. | 73 | Call ucs-set-table-for-input. |
| 52 | 74 | ||
| 53 | 2002-11-06 Richard M. Stallman <rms@gnu.org> | 75 | 2002-11-06 Richard M. Stallman <rms@gnu.org> |
| 54 | 76 | ||
| @@ -63,8 +85,8 @@ | |||
| 63 | 85 | ||
| 64 | 2002-11-06 Kenichi Handa <handa@m17n.org> | 86 | 2002-11-06 Kenichi Handa <handa@m17n.org> |
| 65 | 87 | ||
| 66 | * international/mule.el (coding-system-eol-type-mnemonic): Use | 88 | * international/mule.el (coding-system-eol-type-mnemonic): |
| 67 | eol-mnemonic-undecided if CODING-SYSTEM is nil. | 89 | Use eol-mnemonic-undecided if CODING-SYSTEM is nil. |
| 68 | 90 | ||
| 69 | 2002-11-06 Kim F. Storm <storm@cua.dk> | 91 | 2002-11-06 Kim F. Storm <storm@cua.dk> |
| 70 | 92 | ||
| @@ -79,11 +101,11 @@ | |||
| 79 | 101 | ||
| 80 | * language/cyrillic.el ("Bulgarian"): Fix typo. | 102 | * language/cyrillic.el ("Bulgarian"): Fix typo. |
| 81 | 103 | ||
| 82 | * international/mule.el (coding-system-eol-type-mnemonic): Move from | 104 | * international/mule.el (coding-system-eol-type-mnemonic): |
| 83 | mule-util.el. | 105 | Move from mule-util.el. |
| 84 | 106 | ||
| 85 | * international/mule-util.el (coding-system-eol-type-mnemonic): Move to | 107 | * international/mule-util.el (coding-system-eol-type-mnemonic): |
| 86 | mule.el. | 108 | Move to mule.el. |
| 87 | 109 | ||
| 88 | 2002-11-04 Juanma Barranquero <lektu@terra.es> | 110 | 2002-11-04 Juanma Barranquero <lektu@terra.es> |
| 89 | 111 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index a7387b66c0c..29bf5309f11 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -63,7 +63,7 @@ | |||
| 63 | (menu_items_inuse): New var. | 63 | (menu_items_inuse): New var. |
| 64 | (syms_of_xmenu): Initialize it. | 64 | (syms_of_xmenu): Initialize it. |
| 65 | (init_menu_items): Use it to detect re-entrance. | 65 | (init_menu_items): Use it to detect re-entrance. |
| 66 | (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset it when done. | 66 | (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done. |
| 67 | (Fx_popup_menu): Remove spurious XSETFRAME. | 67 | (Fx_popup_menu): Remove spurious XSETFRAME. |
| 68 | 68 | ||
| 69 | * editfns.c (find_field): Make an exception for nil fields. | 69 | * editfns.c (find_field): Make an exception for nil fields. |
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index a35c256128e..45877c99cd9 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -40,8 +40,8 @@ | |||
| 40 | bind input-method-exit-on-first-char and input-method-use-echo-area | 40 | bind input-method-exit-on-first-char and input-method-use-echo-area |
| 41 | to t. | 41 | to t. |
| 42 | (read_char): If PREV_EVENT is non-nil, don't run the input method. | 42 | (read_char): If PREV_EVENT is non-nil, don't run the input method. |
| 43 | (read_key_sequence): Do not bind input-method-function. | 43 | (read_key_sequence): Do not bind input-method-function. |
| 44 | 44 | ||
| 45 | * callint.c (Fcall_interactively): Pass new args to Fread_event | 45 | * callint.c (Fcall_interactively): Pass new args to Fread_event |
| 46 | and Fread_char. Let Fread_char do the prompting. | 46 | and Fread_char. Let Fread_char do the prompting. |
| 47 | 47 | ||
| @@ -77,7 +77,7 @@ | |||
| 77 | 1998-08-16 Richard Stallman <rms@psilocin.ai.mit.edu> | 77 | 1998-08-16 Richard Stallman <rms@psilocin.ai.mit.edu> |
| 78 | 78 | ||
| 79 | * charset.c (Fmultibyte_char_to_unibyte): New function. | 79 | * charset.c (Fmultibyte_char_to_unibyte): New function. |
| 80 | (syms_of_charset): defsubr it. | 80 | (syms_of_charset): Defsubr it. |
| 81 | 81 | ||
| 82 | 1998-08-15 Richard Stallman <rms@psilocin.ai.mit.edu> | 82 | 1998-08-15 Richard Stallman <rms@psilocin.ai.mit.edu> |
| 83 | 83 | ||
| @@ -3397,7 +3397,7 @@ | |||
| 3397 | (boyer_moore): New arg CHARSET_BASE says which chars | 3397 | (boyer_moore): New arg CHARSET_BASE says which chars |
| 3398 | to use the translate tables for. | 3398 | to use the translate tables for. |
| 3399 | (search_buffer): Properly test which chars participate in translation. | 3399 | (search_buffer): Properly test which chars participate in translation. |
| 3400 | 3400 | ||
| 3401 | 1998-02-12 Gerd Moellmann <gerd@gnu.org> | 3401 | 1998-02-12 Gerd Moellmann <gerd@gnu.org> |
| 3402 | 3402 | ||
| 3403 | * intervals.c (split_interval_right): Make sure to call | 3403 | * intervals.c (split_interval_right): Make sure to call |
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index d68e82ca795..121bf7d349c 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -2351,8 +2351,7 @@ | |||
| 2351 | selected_frame. | 2351 | selected_frame. |
| 2352 | (read_minibuf): Ditto. | 2352 | (read_minibuf): Ditto. |
| 2353 | 2353 | ||
| 2354 | * keyboard.c (command_loop_1): Change for Lisp_Object | 2354 | * keyboard.c (command_loop_1): Change for Lisp_Object selected_frame. |
| 2355 | selected_frame. | ||
| 2356 | (cmd_error_internal, command_loop_1, read_char, | 2355 | (cmd_error_internal, command_loop_1, read_char, |
| 2357 | kbd_buffer_get_event, read_avail_input, | 2356 | kbd_buffer_get_event, read_avail_input, |
| 2358 | read_char_minibuf_menu_prompt, read_key_sequence, Fsuspend_emacs, | 2357 | read_char_minibuf_menu_prompt, read_key_sequence, Fsuspend_emacs, |
| @@ -2878,14 +2877,13 @@ | |||
| 2878 | (syms_of_frame_1): Initialize Qmac. | 2877 | (syms_of_frame_1): Initialize Qmac. |
| 2879 | (make_terminal_frame) [macintosh]: Initialize output_data.mac fields. | 2878 | (make_terminal_frame) [macintosh]: Initialize output_data.mac fields. |
| 2880 | (Fmake_terminal_frame) [macintosh]: Add an alternate error check. | 2879 | (Fmake_terminal_frame) [macintosh]: Add an alternate error check. |
| 2881 | (Fmodify_frame_parameters) [macintosh]: Call | 2880 | (Fmodify_frame_parameters) [macintosh]: |
| 2882 | mac_set_frame_parameter in macterm.c. | 2881 | Call mac_set_frame_parameter in macterm.c. |
| 2883 | 2882 | ||
| 2884 | * keyboard.c [macintosh]: Set KBD_BUFFER_SIZE to a smaller value | 2883 | * keyboard.c [macintosh]: Set KBD_BUFFER_SIZE to a smaller value |
| 2885 | (512) because Mac compilers limit local data of a function to 32K. | 2884 | (512) because Mac compilers limit local data of a function to 32K. |
| 2886 | 2885 | ||
| 2887 | * make-docfiles.c: Correctly handle input files with Mac-style | 2886 | * make-docfiles.c: Correctly handle input files with Mac-style eol's. |
| 2888 | eol's. | ||
| 2889 | 2887 | ||
| 2890 | * sysdep.c: Define numerous routines to emulate Unix system calls. | 2888 | * sysdep.c: Define numerous routines to emulate Unix system calls. |
| 2891 | 2889 | ||
| @@ -3291,8 +3289,7 @@ | |||
| 3291 | * window.h (beg_unchanged, end_unchanged, unchanged_modified, | 3289 | * window.h (beg_unchanged, end_unchanged, unchanged_modified, |
| 3292 | overlay_unchanged_modified): Remove extern declarations. | 3290 | overlay_unchanged_modified): Remove extern declarations. |
| 3293 | 3291 | ||
| 3294 | * keyboard.c (command_loop_1): Set beg/end_unchanged per | 3292 | * keyboard.c (command_loop_1): Set beg/end_unchanged per buffer. |
| 3295 | buffer. | ||
| 3296 | 3293 | ||
| 3297 | * insdel.c (gap_left): Compute beg/end_unchanged per buffer. | 3294 | * insdel.c (gap_left): Compute beg/end_unchanged per buffer. |
| 3298 | (gap_right): Ditto. | 3295 | (gap_right): Ditto. |
| @@ -3932,8 +3929,7 @@ | |||
| 3932 | 3929 | ||
| 3933 | 1999-07-30 Eli Zaretskii <eliz@gnu.org> | 3930 | 1999-07-30 Eli Zaretskii <eliz@gnu.org> |
| 3934 | 3931 | ||
| 3935 | * dispextern.h (load_color, lookup_derived_face): Declare | 3932 | * dispextern.h (load_color, lookup_derived_face): Declare prototypes. |
| 3936 | prototypes. | ||
| 3937 | 3933 | ||
| 3938 | * dispnew.c (init_display) [MSDOS]: Don't initialize frame faces, | 3934 | * dispnew.c (init_display) [MSDOS]: Don't initialize frame faces, |
| 3939 | it will be done later. | 3935 | it will be done later. |
| @@ -3964,8 +3960,7 @@ | |||
| 3964 | load_color to try to find a suitable approximation. If the face | 3960 | load_color to try to find a suitable approximation. If the face |
| 3965 | is inverse-video, swap the foreground and background colors. | 3961 | is inverse-video, swap the foreground and background colors. |
| 3966 | 3962 | ||
| 3967 | * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New | 3963 | * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New functions. |
| 3968 | functions. | ||
| 3969 | 3964 | ||
| 3970 | * dosfns.h (msdos_stdcolor_name, msdos_stdcolor_idx): Declare. | 3965 | * dosfns.h (msdos_stdcolor_name, msdos_stdcolor_idx): Declare. |
| 3971 | 3966 | ||
| @@ -4246,8 +4241,8 @@ | |||
| 4246 | 4241 | ||
| 4247 | * keyboard.c (read_char): Use message3_nolog to show help-echo. | 4242 | * keyboard.c (read_char): Use message3_nolog to show help-echo. |
| 4248 | 4243 | ||
| 4249 | * dispnew.c (blank_row): Add y-position as parameter. Compute | 4244 | * dispnew.c (blank_row): Add y-position as parameter. |
| 4250 | visible height. | 4245 | Compute visible height. |
| 4251 | 4246 | ||
| 4252 | * xdisp.c (next_element_from_string): Give padding spaces | 4247 | * xdisp.c (next_element_from_string): Give padding spaces |
| 4253 | a position of -1. | 4248 | a position of -1. |
| @@ -4506,8 +4501,8 @@ | |||
| 4506 | 4501 | ||
| 4507 | * xterm.c (XTread_socket): Set mouse_face_frame to zero after | 4502 | * xterm.c (XTread_socket): Set mouse_face_frame to zero after |
| 4508 | clearing mouse face. | 4503 | clearing mouse face. |
| 4509 | (XTread_socket) <EnterNotify> [LESSTIF_VERSION]: If | 4504 | (XTread_socket) <EnterNotify> [LESSTIF_VERSION]: |
| 4510 | event.xcrossing.focus is not set, and focus is in the menu bar, | 4505 | If event.xcrossing.focus is not set, and focus is in the menu bar, |
| 4511 | set focus frame as if event.xcrossing.focus were set. | 4506 | set focus frame as if event.xcrossing.focus were set. |
| 4512 | 4507 | ||
| 4513 | 1999-06-24 Gerd Moellmann <gerd@gnu.org> | 4508 | 1999-06-24 Gerd Moellmann <gerd@gnu.org> |
| @@ -4795,8 +4790,8 @@ | |||
| 4795 | * minibuf.c (read_minibuf): Reset echo message strings to nil. | 4790 | * minibuf.c (read_minibuf): Reset echo message strings to nil. |
| 4796 | (Fminibuffer_completion_help): Ditto. | 4791 | (Fminibuffer_completion_help): Ditto. |
| 4797 | 4792 | ||
| 4798 | * keyboard.c (cmd_error_internal): Set echo_areA_message. | 4793 | * keyboard.c (cmd_error_internal): Set echo_area_message. |
| 4799 | (command_loop_1): Test echo_areA_message. | 4794 | (command_loop_1): Test echo_area_message. |
| 4800 | (read_char): Ditto. | 4795 | (read_char): Ditto. |
| 4801 | (record_menu_key): Set echo_area_message to nil. | 4796 | (record_menu_key): Set echo_area_message to nil. |
| 4802 | (Fexecute_extended_command): Test echo_area_message. | 4797 | (Fexecute_extended_command): Test echo_area_message. |
| @@ -10046,9 +10041,9 @@ Sat Aug 16 13:13:32 1997 Gerd Moellmann <gerd@acm.org> | |||
| 10046 | and display_ellipsis_for_invisible_p removed. | 10041 | and display_ellipsis_for_invisible_p removed. |
| 10047 | 10042 | ||
| 10048 | * xdisp.c (next_display_element): Set last_invisible_text_pos | 10043 | * xdisp.c (next_display_element): Set last_invisible_text_pos |
| 10049 | to the last position at which invisible text was found. Don't | 10044 | to the last position at which invisible text was found. |
| 10050 | decrement cursor.pos for newlines and cr with ellipsis. Set | 10045 | Don't decrement cursor.pos for newlines and cr with ellipsis. |
| 10051 | dpvec for `...' due to invisible text directly. | 10046 | Set dpvec for `...' due to invisible text directly. |
| 10052 | (redisplay_internal): Don't assert that cursor is at PT after | 10047 | (redisplay_internal): Don't assert that cursor is at PT after |
| 10053 | skip_to. It may be in invisible text. | 10048 | skip_to. It may be in invisible text. |
| 10054 | 10049 | ||
| @@ -11280,8 +11275,8 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann <gerd@acm.org> | |||
| 11280 | 11275 | ||
| 11281 | 1999-06-29 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de> | 11276 | 1999-06-29 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de> |
| 11282 | 11277 | ||
| 11283 | * emacs.c [DOUG_LEA_MALLOC] (malloc_initialize_hook): New | 11278 | * emacs.c [DOUG_LEA_MALLOC] (malloc_initialize_hook): |
| 11284 | function, assigned to the global __malloc_initialize_hook pointer. | 11279 | New function, assigned to the global __malloc_initialize_hook pointer. |
| 11285 | (main): Move malloc_set_state call into malloc_initialize_hook | 11280 | (main): Move malloc_set_state call into malloc_initialize_hook |
| 11286 | so that it happens as early as possible. | 11281 | so that it happens as early as possible. |
| 11287 | 11282 | ||