aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2002-11-07 21:01:20 +0000
committerStefan Monnier2002-11-07 21:01:20 +0000
commitb2b413042833aa30ac42d36c7b588315deff53e8 (patch)
treed68be86ce5c91a50f02459cc5d5f9bfe2f6577ae /src
parent8fd4d684b3a77dcb3b65d03f604b64963e94345c (diff)
downloademacs-b2b413042833aa30ac42d36c7b588315deff53e8.tar.gz
emacs-b2b413042833aa30ac42d36c7b588315deff53e8.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/ChangeLog.78
-rw-r--r--src/ChangeLog.841
3 files changed, 23 insertions, 28 deletions
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 @@
771998-08-16 Richard Stallman <rms@psilocin.ai.mit.edu> 771998-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
821998-08-15 Richard Stallman <rms@psilocin.ai.mit.edu> 821998-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
34011998-02-12 Gerd Moellmann <gerd@gnu.org> 34011998-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
39331999-07-30 Eli Zaretskii <eliz@gnu.org> 39301999-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
45131999-06-24 Gerd Moellmann <gerd@gnu.org> 45081999-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
112811999-06-29 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de> 112761999-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