aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog47
1 files changed, 26 insertions, 21 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c3901a758e9..3ccc751a414 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-07-14 Sam Steingold <sds@gnu.org>
2
3 * xfaces.c (realize_x_face): Fix the last patch:
4 check `default_face' before dereferencing.
5
12000-07-14 Dave Love <fx@gnu.org> 62000-07-14 Dave Love <fx@gnu.org>
2 7
3 * syntax.c (back_comment): Add null default in switch for pcc. 8 * syntax.c (back_comment): Add null default in switch for pcc.
@@ -5,7 +10,7 @@
52000-07-14 Kenichi Handa <handa@etl.go.jp> 102000-07-14 Kenichi Handa <handa@etl.go.jp>
6 11
7 * xfaces.c (realize_x_face): Make fontset using the base of the 12 * xfaces.c (realize_x_face): Make fontset using the base of the
8 default'face's fontset, not using the default fontset. 13 default_face's fontset, not using the default fontset.
9 14
10 * coding.c (inhibit_iso_escape_detection): New variable. 15 * coding.c (inhibit_iso_escape_detection): New variable.
11 (syms_of_coding): Make it a Lisp variable. 16 (syms_of_coding): Make it a Lisp variable.
@@ -29,7 +34,7 @@
29 (kbd_buffer_get_event): Construct the Lisp help-event differently. 34 (kbd_buffer_get_event): Construct the Lisp help-event differently.
30 (read_char): Call show_help_echo with new parameters. 35 (read_char): Call show_help_echo with new parameters.
31 36
32 * keyboard.h (gen_help_event, kbd_buffer_store_help_event): 37 * keyboard.h (gen_help_event, kbd_buffer_store_help_event):
33 Add prototypes. 38 Add prototypes.
34 39
35 * xterm.c (help_echo_object, help_echo_pos): New variables. 40 * xterm.c (help_echo_object, help_echo_pos): New variables.
@@ -132,7 +137,7 @@
132 * fontset.c (AREF, ASIZE): Remove definitions. 137 * fontset.c (AREF, ASIZE): Remove definitions.
133 138
134 * fns.c (AREF): Remove definition. 139 * fns.c (AREF): Remove definition.
135 140
136 * composite.c (AREF): Remove definition. 141 * composite.c (AREF): Remove definition.
137 142
1382000-07-12 Gerd Moellmann <gerd@gnu.org> 1432000-07-12 Gerd Moellmann <gerd@gnu.org>
@@ -243,7 +248,7 @@
2432000-07-06 Gerd Moellmann <gerd@gnu.org> 2482000-07-06 Gerd Moellmann <gerd@gnu.org>
244 249
245 * window.c (window_loop): Add missing gcpro1 local variable. 250 * window.c (window_loop): Add missing gcpro1 local variable.
246 251
247 * window.c (Fwindow_list): Reverse list at the end. 252 * window.c (Fwindow_list): Reverse list at the end.
248 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil 253 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil
249 means allow windows on OWINDOW's frame, only. 254 means allow windows on OWINDOW's frame, only.
@@ -260,7 +265,7 @@
260 (Fsignal): Abort if handling_signal is non-zero. 265 (Fsignal): Abort if handling_signal is non-zero.
261 266
262 * lisp.h (handling_signal): External declaration. 267 * lisp.h (handling_signal): External declaration.
263 268
264 * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0. 269 * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0.
265 270
2662000-07-05 Ken Raeburn <raeburn@gnu.org> 2712000-07-05 Ken Raeburn <raeburn@gnu.org>
@@ -293,7 +298,7 @@
293 * syswait.h: Use the autoconf recommended approach. Old code 298 * syswait.h: Use the autoconf recommended approach. Old code
294 #if'd out in case we need to revert. 299 #if'd out in case we need to revert.
295 300
296 * config.in (HAVE_SYS_WAIT_H): Added. 301 * config.in (HAVE_SYS_WAIT_H): Added.
297 302
2982000-07-05 Andrew Innes <andrewi@gnu.org> 3032000-07-05 Andrew Innes <andrewi@gnu.org>
299 304
@@ -333,9 +338,9 @@
333 (read_char): Use it. 338 (read_char): Use it.
334 (follow_key): Pass `autoload' to get_keyelt. 339 (follow_key): Pass `autoload' to get_keyelt.
335 340
336 * xterm.c (note_mode_line_highlight, note_mouse_highlight) 341 * xterm.c (note_mode_line_highlight, note_mouse_highlight)
337 (note_tool_bar_highlight, XTread_socket): 342 (note_tool_bar_highlight, XTread_socket):
338 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight) 343 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight)
339 (dos_rawgetc): 344 (dos_rawgetc):
340 * w32term.c (note_mode_line_highlight, note_mouse_highlight) 345 * w32term.c (note_mode_line_highlight, note_mouse_highlight)
341 (note_tool_bar_highlight, w32_read_socket): 346 (note_tool_bar_highlight, w32_read_socket):
@@ -359,7 +364,7 @@
359 similar. 364 similar.
360 365
361 * dispnew.c (clear_glyph_row): Add debug code in #if 0. 366 * dispnew.c (clear_glyph_row): Add debug code in #if 0.
362 367
363 * dispextern.h: Add some comments. 368 * dispextern.h: Add some comments.
364 369
365 * window.c (add_window_to_list): Add parameter LIST. 370 * window.c (add_window_to_list): Add parameter LIST.
@@ -411,7 +416,7 @@
411 416
412 * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define. 417 * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
413 418
414 * fns.c (sweep_weak_table): Mark only objects that are not 419 * fns.c (sweep_weak_table): Mark only objects that are not
415 marked already. 420 marked already.
416 421
417 * frame.c (next_frame, prev_frame): If MINIBUF is a window, 422 * frame.c (next_frame, prev_frame): If MINIBUF is a window,
@@ -482,7 +487,7 @@
482 487
4832000-06-26 Gerd Moellmann <gerd@gnu.org> 4882000-06-26 Gerd Moellmann <gerd@gnu.org>
484 489
485 * xterm.c (xim_initialize) [!USE_XIM]: Don't set up the 490 * xterm.c (xim_initialize) [!USE_XIM]: Don't set up the
486 display info for XIM. 491 display info for XIM.
487 (xim_open_dpy): Likewise. 492 (xim_open_dpy): Likewise.
488 (xim_close_dpy): Don't free the display info's XIM. 493 (xim_close_dpy): Don't free the display info's XIM.
@@ -581,13 +586,13 @@
581 * xrdb.c (x_load_resources): Add default resource for scroll bar's 586 * xrdb.c (x_load_resources): Add default resource for scroll bar's
582 trough color and main window's background color. 587 trough color and main window's background color.
583 588
584 * xfns.c (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events 589 * xfns.c (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events
585 differently. 590 differently.
586 591
587 * xterm.h (Xt_app_con): External declaration. 592 * xterm.h (Xt_app_con): External declaration.
588 593
589 * widget.c (EmacsFrameRealize): Fix typo. 594 * widget.c (EmacsFrameRealize): Fix typo.
590 595
591 * widget.c (EmacsFrameRealize): Remove SubstructureRedirectMask. 596 * widget.c (EmacsFrameRealize): Remove SubstructureRedirectMask.
592 597
593 * xdisp.c (handle_stop): Initialize it->add_overlay_start to zero. 598 * xdisp.c (handle_stop): Initialize it->add_overlay_start to zero.
@@ -619,7 +624,7 @@
619 624
6202000-06-21 Dave Love <fx@gnu.org> 6252000-06-21 Dave Love <fx@gnu.org>
621 626
622 * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it. 627 * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it.
623 628
6242000-06-21 Stefan Monnier <monnier@cs.yale.edu> 6292000-06-21 Stefan Monnier <monnier@cs.yale.edu>
625 630
@@ -651,7 +656,7 @@
651 * fns.c (make_hash_table, maybe_resize_hash_table): 656 * fns.c (make_hash_table, maybe_resize_hash_table):
652 Cast arg of next_almost_prime. 657 Cast arg of next_almost_prime.
653 658
654 * tparam.c [emacs]: Include lisp.h. 659 * tparam.c [emacs]: Include lisp.h.
655 660
656 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h 661 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h
657 and unistd.h. 662 and unistd.h.
@@ -662,13 +667,13 @@
662 property should be treated as intangible by looking at its 667 property should be treated as intangible by looking at its
663 value. 668 value.
664 669
665 * xdisp.c (single_display_prop_intangible_p) 670 * xdisp.c (single_display_prop_intangible_p)
666 (display_prop_intangible_p): New functions. 671 (display_prop_intangible_p): New functions.
667 672
668 * dispextern.h (display_prop_intangible_p): Add prototype. 673 * dispextern.h (display_prop_intangible_p): Add prototype.
669 674
670 * xdisp.c (dump_glyph_row): Show type of glyph->object. 675 * xdisp.c (dump_glyph_row): Show type of glyph->object.
671 676
672 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second 677 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second
673 argument to sigprocmask. 678 argument to sigprocmask.
674 679
@@ -12485,7 +12490,7 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
12485 12490
12486 The first line of the following paragraph was garbled for an 12491 The first line of the following paragraph was garbled for an
12487 unknown reason. It couldn't be fully reconstructed. 12492 unknown reason. It couldn't be fully reconstructed.
12488 12493
12489 * xterm.c (XTread_socket, XTset_terminal_window): Ditto. 12494 * xterm.c (XTread_socket, XTset_terminal_window): Ditto.
12490 (x_lower_frame): Ditto. 12495 (x_lower_frame): Ditto.
12491 (x_scroll_bar_clear): Ditto. 12496 (x_scroll_bar_clear): Ditto.
@@ -13773,14 +13778,14 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
13773 based on text properties for an overlay string. 13778 based on text properties for an overlay string.
13774 (next_element_from_overlay_string): Check invisible and face text 13779 (next_element_from_overlay_string): Check invisible and face text
13775 properties. 13780 properties.
13776 13781
13777 (set_iterator_to_next_overlay_string): Restore face id before 13782 (set_iterator_to_next_overlay_string): Restore face id before
13778 overlay strings when no more overlay strings are found to return. 13783 overlay strings when no more overlay strings are found to return.
13779 Initialize next_ovstr_.*check_pos for each new overlay string 13784 Initialize next_ovstr_.*check_pos for each new overlay string
13780 13785
13781 A line in the following paragraph was garbled for an unknown 13786 A line in the following paragraph was garbled for an unknown
13782 reason. It couldn't be fully reconstructed. 13787 reason. It couldn't be fully reconstructed.
13783 13788
13784 (compute_base_face): Made public. 13789 (compute_base_face): Made public.
13785 (merge_face_list): Ditto. 13790 (merge_face_list): Ditto.
13786 (intern_computed_face): Ditto. 13791 (intern_computed_face): Ditto.