aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-06-03 05:49:26 +0000
committerKaroly Lorentey2005-06-03 05:49:26 +0000
commit8736257554f49445f7b4402ac7a9436b38ce6452 (patch)
treede0478f60f773c3e09c6c4fcbed3b6ea1641e74c /src/ChangeLog
parent93d7a3669284221c9272784875f69c047873fe04 (diff)
parentd06e384795d5ca4e82c88273847eeb9d01380046 (diff)
downloademacs-8736257554f49445f7b4402ac7a9436b38ce6452.tar.gz
emacs-8736257554f49445f7b4402ac7a9436b38ce6452.zip
Merged from miles@gnu.org--gnu-2005 (patch 74-79, 332-349)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-332 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-333 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-334 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-335 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-336 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-337 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-338 etc/emacs-buffer.gdb: Remove RCS keywords * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-339 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-340 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-341 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-342 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-343 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-344 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-345 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-346 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-347 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-348 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-349 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-74 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-75 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-76 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-77 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-78 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-79 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-349
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog135
1 files changed, 96 insertions, 39 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8c64defd5db..dbcac952b51 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,63 @@
12005-06-02 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
4 (x_consider_frame_title, Fformat_mode_line): Save offset into
5 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
6
72005-06-01 Kim F. Storm <storm@cua.dk>
8
9 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
10
112005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12
13 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
14 resolution fields for scalable fonts to 0.
15
16 * xfaces.c (build_scalable_font_name): Round pixel size to the
17 nearest integer.
18
192005-06-01 Kim F. Storm <storm@cua.dk>
20
21 * xdisp.c (display_mode_line): Support nested calls to redisplay
22 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
23
242005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * fileio.c (Finsert_file_contents):
27 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
28
292005-05-31 Kim F. Storm <storm@cua.dk>
30
31 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
32 (mode_line_noprop_ptr): Rename from frame_title_*.
33 (store_mode_line_noprop_char): Rename from store_frame_title_char.
34 (store_mode_line_noprop): Rename from store_frame_title.
35 (mode_line_target): New enum to specify current output target
36 for mode line formatting.
37 (display_mode_element): Test it rather than frame_title_ptr and
38 mode_line_string_list to determine where output should go.
39 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
40 (Vmode_line_unwind_vector): New variable.
41 (format_mode_line_unwind_data, unwind_format_mode_line):
42 New functions for unwind protection in mode line formatting.
43 (x_consider_frame_title): Use them and new local var 'title_start'
44 to support nested calls to format-mode-line and redisplay. Set
45 mode_line_target to MODE_LINE_TITLE.
46 (Fformat_mode_line): Use them and new local var 'string_start' to
47 support nested calls to format-mode-line and redisplay. Set
48 mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
49 Don't trim trailing dashes.
50 (decode_mode_spec): Don't make infinite number of trailing dashes
51 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
52 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
53 mode_line_string_face_prop, and Vmode_line_unwind_vector.
54 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
55 Initialize mode_line_target to MODE_LINE_DISPLAY.
56
572005-05-29 Richard M. Stallman <rms@gnu.org>
58
59 * buffer.c (Fbuffer_local_value): Call indirect_variable.
60
12005-05-28 Masatake YAMATO <jet@gyve.org> 612005-05-28 Masatake YAMATO <jet@gyve.org>
2 62
3 * xdisp.c (note_mode_line_or_margin_highlight): Change the 63 * xdisp.c (note_mode_line_or_margin_highlight): Change the
@@ -9,10 +69,9 @@
9 69
10 * ccl.c: Now an element of Vccl_program_table is a vector of 70 * ccl.c: Now an element of Vccl_program_table is a vector of
11 length 4, not 3. 71 length 4, not 3.
12 (ccl_get_compiled_code): New arg idx. Caller changed. Adjusted 72 (ccl_get_compiled_code): New arg idx. Caller changed.
13 for the change of Vccl_program_table. 73 Adjust for the change of Vccl_program_table.
14 (setup_ccl_program): Adjusted for the change of 74 (setup_ccl_program): Adjust for the change of Vccl_program_table.
15 Vccl_program_table.
16 (check_ccl_update): New function. 75 (check_ccl_update): New function.
17 (Fregister_ccl_program): Use ASET to set an element of a vector. 76 (Fregister_ccl_program): Use ASET to set an element of a vector.
18 Adjusted for the change of Vccl_program_table. 77 Adjusted for the change of Vccl_program_table.
@@ -22,7 +81,7 @@
22 81
232005-05-27 Juanma Barranquero <lekktu@gmail.com> 822005-05-27 Juanma Barranquero <lekktu@gmail.com>
24 83
25 * image.c (Vimage_library_alist): Moved from image.el. 84 * image.c (Vimage_library_alist): Move from image.el.
26 (syms_of_image): Defvar it. 85 (syms_of_image): Defvar it.
27 (lookup_image_type): Use it. 86 (lookup_image_type): Use it.
28 87
@@ -119,8 +178,7 @@
119 178
1202005-05-16 Andreas Schwab <schwab@suse.de> 1792005-05-16 Andreas Schwab <schwab@suse.de>
121 180
122 * unexmacosx.c (unexec_realloc): Move declarations before 181 * unexmacosx.c (unexec_realloc): Move declarations before statements.
123 statements.
124 182
1252005-05-14 Richard M. Stallman <rms@gnu.org> 1832005-05-14 Richard M. Stallman <rms@gnu.org>
126 184
@@ -148,8 +206,8 @@
148 206
149 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init. 207 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
150 208
151 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]: Regard 209 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
152 toolkit scroll bar thumb drag events as squeezable and prevent 210 Regard toolkit scroll bar thumb drag events as squeezable and prevent
153 redisplay from being paused by them. 211 redisplay from being paused by them.
154 212
155 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h. 213 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
@@ -157,12 +215,11 @@
157 [!MAC_OSX] (check_alarm, pause, index): Remove functions. 215 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
158 [!MAC_OSX && __MRC__] (sys_strftime): Likewise. 216 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
159 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input 217 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
160 event occurs before timeout, behave as if the function were 218 event occurs before timeout, behave as if the function were interrupted.
161 interrupted.
162 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM 219 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
163 handling using Time Manager routines. 220 handling using Time Manager routines.
164 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask): New 221 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
165 variables. 222 New variables.
166 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer) 223 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
167 (setitimer): New functions. 224 (setitimer): New functions.
168 225
@@ -176,8 +233,8 @@
176 (x_scroll_bar_handle_click): Change type of second argument from 233 (x_scroll_bar_handle_click): Change type of second argument from
177 int to ControlPartCode. 234 int to ControlPartCode.
178 (check_alarm): Remove declaration. 235 (check_alarm): Remove declaration.
179 (XTread_Socket) [!TARGET_API_MAC_CARBON]: Don't call it. 236 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
180 (XTread_Socket): Use ControlPartCode instead of SInt16. 237 (XTread_socket): Use ControlPartCode instead of SInt16.
181 238
1822005-05-13 Nozomu Ando <nand@mac.com> 2392005-05-13 Nozomu Ando <nand@mac.com>
183 240
@@ -1981,7 +2038,7 @@
19812005-01-13 Kim F. Storm <storm@cua.dk> 20382005-01-13 Kim F. Storm <storm@cua.dk>
1982 2039
1983 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg 2040 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
1984 (specify 0 for FACE instead). Reorder arg list. Doc fix. 2041 (specify 0 for FACE instead). Reorder arg list. Doc fix.
1985 2042
19862005-01-12 Richard M. Stallman <rms@gnu.org> 20432005-01-12 Richard M. Stallman <rms@gnu.org>
1987 2044
@@ -2132,7 +2189,7 @@
2132 fontp->space_width to FONT_WIDTH so they are valid. 2189 fontp->space_width to FONT_WIDTH so they are valid.
2133 2190
2134 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not 2191 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
2135 average width. Set fontp->average_width and fontp->space_width to 2192 average width. Set fontp->average_width and fontp->space_width to
2136 their appropriate values. 2193 their appropriate values.
2137 2194
2138 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to 2195 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
@@ -2159,7 +2216,7 @@
2159 * xdisp.c (setup_for_ellipsis, get_next_display_element): 2216 * xdisp.c (setup_for_ellipsis, get_next_display_element):
2160 Set it->ellipsis_p to 1 or 0. 2217 Set it->ellipsis_p to 1 or 0.
2161 (display_line): Record whether row ends in mid-ellipsis. 2218 (display_line): Record whether row ends in mid-ellipsis.
2162 (set_cursor_from_row): If ends in ellipsis. find start of it. 2219 (set_cursor_from_row): If ends in ellipsis, find start of it.
2163 (cursor_row_p): If PT's at the end of the ellipsis the row 2220 (cursor_row_p): If PT's at the end of the ellipsis the row
2164 ends within, don't display cursor on this row. 2221 ends within, don't display cursor on this row.
2165 2222
@@ -2862,7 +2919,7 @@
2862 * fringe.c (update_window_fringes): Prefer truncation bitmaps over 2919 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
2863 angle bitmaps at top/bottom line. 2920 angle bitmaps at top/bottom line.
2864 2921
2865 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead, 2922 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
2866 set it when it->method is set to next_element_from_display_vector. 2923 set it when it->method is set to next_element_from_display_vector.
2867 (setup_for_ellipsis): Add LEN argument. Callers changed. 2924 (setup_for_ellipsis): Add LEN argument. Callers changed.
2868 Set it->saved_face_id. 2925 Set it->saved_face_id.
@@ -3058,7 +3115,7 @@
3058 * xfns.c (Fx_file_dialog): Call popup_activated instead of 3115 * xfns.c (Fx_file_dialog): Call popup_activated instead of
3059 x_menu_in_use. Call x_menu_set_in_use in Motif version also. 3116 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
3060 3117
3061 * xterm.h: (x_menu_in_use): Remove. 3118 * xterm.h (x_menu_in_use): Remove.
3062 3119
30632004-11-16 Richard M. Stallman <rms@gnu.org> 31202004-11-16 Richard M. Stallman <rms@gnu.org>
3064 3121
@@ -3192,7 +3249,7 @@
3192 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros. 3249 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
3193 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible 3250 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
3194 part of last line is only extra line spacing (so the text on the 3251 part of last line is only extra line spacing (so the text on the
3195 line is fully visible). Use helper macros. 3252 line is fully visible). Use helper macros.
3196 Add W arg (to use them). All callers changed. 3253 Add W arg (to use them). All callers changed.
3197 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P) 3254 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
3198 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros. 3255 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
@@ -3878,7 +3935,7 @@
3878 3935
3879 * keyboard.c (timer_resume_idle): New function to resume idle 3936 * keyboard.c (timer_resume_idle): New function to resume idle
3880 timer without resetting timers on the idle list. 3937 timer without resetting timers on the idle list.
3881 (read_char): Use timer_resume_idle. Remove local var last_idle_start. 3938 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
3882 (timer_start_idle, timer_stop_idle): Declare static. 3939 (timer_start_idle, timer_stop_idle): Declare static.
3883 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle. 3940 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
3884 3941
@@ -5952,7 +6009,7 @@
5952 elt_prefix combined with Fsingle_key_description. 6009 elt_prefix combined with Fsingle_key_description.
5953 (describe_vector): Declare static. Replace arg `elt_prefix' with 6010 (describe_vector): Declare static. Replace arg `elt_prefix' with
5954 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it 6011 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
5955 if !KEYMAP_P. Use Fkey_description with prefix instead of 6012 if !KEYMAP_P. Use Fkey_description with prefix instead of
5956 Fsingle_key_description. 6013 Fsingle_key_description.
5957 6014
5958 * keymap.h (Fkey_description): Fix prototype. 6015 * keymap.h (Fkey_description): Fix prototype.
@@ -6167,7 +6224,7 @@
6167 (display_mode_line): Set mode_line_p before displaying line. 6224 (display_mode_line): Set mode_line_p before displaying line.
6168 (calc_pixel_width_or_height): Declare extern. Add separate :align-to 6225 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
6169 handling. Remove complex cases for fringes and scroll-bars. 6226 handling. Remove complex cases for fringes and scroll-bars.
6170 Add left, right, and center alignment positions. Add text (area) 6227 Add left, right, and center alignment positions. Add text (area)
6171 width/height. Return width or height for image specs. 6228 width/height. Return width or height for image specs.
6172 (produce_stretch_glyph): Improve handling of :align-to. Is now 6229 (produce_stretch_glyph): Improve handling of :align-to. Is now
6173 relative to left of text area by default, but other base offsets 6230 relative to left of text area by default, but other base offsets
@@ -10475,7 +10532,7 @@
10475 * intervals.h (CHECK_TOTAL_LENGTH): New macro. 10532 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
10476 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH. 10533 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
10477 10534
10478 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted. 10535 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
10479 All calls deleted. 10536 All calls deleted.
10480 (lisp_malloc): Do the work here directly. 10537 (lisp_malloc): Do the work here directly.
10481 10538
@@ -10634,7 +10691,7 @@
10634 (syms_of_w32fns): Don't intern/staticpro removed vars. 10691 (syms_of_w32fns): Don't intern/staticpro removed vars.
10635 10692
10636 * w32term.c: Remove unnecessary extern declarations. 10693 * w32term.c: Remove unnecessary extern declarations.
10637 (x_fullscreen_adjust): Remove. Use generic instead. 10694 (x_fullscreen_adjust): Remove. Use generic instead.
10638 (x_redisplay_interface): Add w32_frame_parm_handlers member. 10695 (x_redisplay_interface): Add w32_frame_parm_handlers member.
10639 10696
10640 * w32reg.c (x_get_string_resource): Use XrmDatabase. 10697 * w32reg.c (x_get_string_resource): Use XrmDatabase.
@@ -11860,9 +11917,9 @@
118602003-01-21 David Ponce <david@dponce.com> 119172003-01-21 David Ponce <david@dponce.com>
11861 11918
11862 * w32term.c (w32_encode_char): For DIM=1 charset, set 11919 * w32term.c (w32_encode_char): For DIM=1 charset, set
11863 ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c 11920 ccl->reg[2] to -1 before calling ccl_driver.
11864 x_encode_char change by Kenichi Handa <handa@m17n.org> on 11921 (Sync. with xterm.c x_encode_char change by Kenichi Handa
11865 2002-09-30.) 11922 <handa@m17n.org> on 2002-09-30.)
11866 (w32_draw_relief_rect): Declare all args. 11923 (w32_draw_relief_rect): Declare all args.
11867 (w32_define_cursor): New. 11924 (w32_define_cursor): New.
11868 11925
@@ -14545,7 +14602,7 @@
14545 14602
145462002-06-27 Kim F. Storm <storm@cua.dk> 146032002-06-27 Kim F. Storm <storm@cua.dk>
14547 14604
14548 * xdisp.c: (mode_line_string_list, mode_line_string_face) 14605 * xdisp.c (mode_line_string_list, mode_line_string_face)
14549 (mode_line_string_face_prop): New variables. 14606 (mode_line_string_face_prop): New variables.
14550 (store_mode_line_string): New function. 14607 (store_mode_line_string): New function.
14551 (display_mode_element): Use store_mode_line_string to 14608 (display_mode_element): Use store_mode_line_string to
@@ -14588,7 +14645,7 @@
14588 14645
145892002-06-24 Juanma Barranquero <lektu@terra.es> 146462002-06-24 Juanma Barranquero <lektu@terra.es>
14590 14647
14591 * w32select.c: Include composite.h 14648 * w32select.c: Include composite.h.
14592 14649
14593 * w16select.c: Likewise. 14650 * w16select.c: Likewise.
14594 14651
@@ -15579,7 +15636,7 @@
15579 15636
15580 * config.in: Add HAVE_SHARED_GAME_DIR. 15637 * config.in: Add HAVE_SHARED_GAME_DIR.
15581 15638
15582 * callproc.c: (Vgame_score_directory): New variable. 15639 * callproc.c (Vgame_score_directory): New variable.
15583 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP. 15640 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
15584 15641
155852002-04-10 Richard M. Stallman <rms@gnu.org> 156422002-04-10 Richard M. Stallman <rms@gnu.org>
@@ -16127,7 +16184,7 @@
16127 16184
16128 * xterm.h (x_session_check_input, x_session_initialize): Declare. 16185 * xterm.h (x_session_check_input, x_session_initialize): Declare.
16129 16186
16130 * xterm.c: (XTread_socket): Add call to x_session_check_input and 16187 * xterm.c (XTread_socket): Add call to x_session_check_input and
16131 x_session_have_connection. 16188 x_session_have_connection.
16132 (x_initialize): Add call to x_session_initialize. 16189 (x_initialize): Add call to x_session_initialize.
16133 16190
@@ -16544,10 +16601,10 @@
16544 16601
165452002-02-17 Kim F. Storm <storm@cua.dk> 166022002-02-17 Kim F. Storm <storm@cua.dk>
16546 16603
16547 * frame.c: (Vmouse_highlight): New variable. 16604 * frame.c (Vmouse_highlight): New variable.
16548 (syms_of_frame): DEFVAR_LISP it. 16605 (syms_of_frame): DEFVAR_LISP it.
16549 16606
16550 * frame.h: (Vmouse_highlight): Declare extern. 16607 * frame.h (Vmouse_highlight): Declare extern.
16551 16608
16552 * xterm.h (struct x_display_info): Add mouse_face_hidden. 16609 * xterm.h (struct x_display_info): Add mouse_face_hidden.
16553 16610
@@ -18072,7 +18129,7 @@
18072 18129
180732001-11-16 Eli Zaretskii <eliz@is.elta.co.il> 181302001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
18074 18131
18075 * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by 18132 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
18076 Andrew Wiseman <a.wiseman@btclick.com>. 18133 Andrew Wiseman <a.wiseman@btclick.com>.
18077 18134
180782001-11-16 Kim F. Storm <storm@cua.dk> 181352001-11-16 Kim F. Storm <storm@cua.dk>
@@ -18760,7 +18817,7 @@
18760 18817
18761 * xterm.c: Fix typo in a comment. 18818 * xterm.c: Fix typo in a comment.
18762 18819
18763 * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in 18820 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
18764 emacs.c. 18821 emacs.c.
18765 18822
187662001-10-27 Gerd Moellmann <gerd@gnu.org> 188232001-10-27 Gerd Moellmann <gerd@gnu.org>
@@ -18884,7 +18941,7 @@
18884 18941
188852001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> 189422001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
18886 18943
18887 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end' 18944 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
18888 and `real_start'. 18945 and `real_start'.
18889 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'. 18946 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
18890 (glyph_rect): Remove unused variable `area'. 18947 (glyph_rect): Remove unused variable `area'.
@@ -18916,7 +18973,7 @@
18916 (HAVE_BOXES): Fix typo in comment. 18973 (HAVE_BOXES): Fix typo in comment.
18917 (push_menu_pane): Fix typo in comment. 18974 (push_menu_pane): Fix typo in comment.
18918 18975
18919 * xdisp.c: (display_prop_string_p): Remove unused local declaration 18976 * xdisp.c (display_prop_string_p): Remove unused local declaration
18920 of `Qwhen'. 18977 of `Qwhen'.
18921 (single_display_prop_string_p): Remove unused local declarations 18978 (single_display_prop_string_p): Remove unused local declarations
18922 of `Qwhen' and `Qmargin'. 18979 of `Qwhen' and `Qmargin'.