comparison src/ChangeLog @ 55915:d155bcee721b

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 05 Jun 2004 00:43:47 +0000
parents 2a2827fa29a3
children 839555710366
comparison
equal deleted inserted replaced
55914:2a2827fa29a3 55915:d155bcee721b
21 from Ftty_supports_face_attributes_p. 21 from Ftty_supports_face_attributes_p.
22 (x_supports_face_attributes_p): New function. 22 (x_supports_face_attributes_p): New function.
23 (Ftty_supports_face_attributes_p): Function deleted. 23 (Ftty_supports_face_attributes_p): Function deleted.
24 (Fdisplay_supports_face_attributes_p): New function. 24 (Fdisplay_supports_face_attributes_p): New function.
25 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p. 25 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
26 (face_attr_equal_p): New function 26 (face_attr_equal_p): New function.
27 (lface_equal_p): Use it. 27 (lface_equal_p): Use it.
28 28
29 2004-06-03 Juanma Barranquero <lektu@terra.es> 29 2004-06-03 Juanma Barranquero <lektu@terra.es>
30 30
31 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command) 31 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
3831 (syms_of_cmds): Initialize it. 3831 (syms_of_cmds): Initialize it.
3832 (internal_self_insert): Use it to call expand-abbrev. 3832 (internal_self_insert): Use it to call expand-abbrev.
3833 3833
3834 2003-07-09 Kim F. Storm <storm@cua.dk> 3834 2003-07-09 Kim F. Storm <storm@cua.dk>
3835 3835
3836 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if emacs 3836 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
3837 was configured with --without-xim. 3837 was configured with --without-xim.
3838 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM. 3838 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
3839 3839
3840 2003-07-07 Richard M. Stallman <rms@gnu.org> 3840 2003-07-07 Richard M. Stallman <rms@gnu.org>
3841 3841
4688 fringe, and scroll-bar settings; then call Fset_window_buffer with 4688 fringe, and scroll-bar settings; then call Fset_window_buffer with
4689 KEEP_MARGINS non-nil. This fixes a bug which caused a split 4689 KEEP_MARGINS non-nil. This fixes a bug which caused a split
4690 window to only preserve the display margins in one of the windows. 4690 window to only preserve the display margins in one of the windows.
4691 When splitting horizontally, call adjust_window_margins on both 4691 When splitting horizontally, call adjust_window_margins on both
4692 windows to ensure that the text area of the new windows is non too 4692 windows to ensure that the text area of the new windows is non too
4693 narrow. This fixes a bug which could cause emacs to trap if the 4693 narrow. This fixes a bug which could cause Emacs to trap if the
4694 width of the split window was less than the width of the display 4694 width of the split window was less than the width of the display
4695 margins. 4695 margins.
4696 (window_box_text_cols): Renamed from window_internal_width. 4696 (window_box_text_cols): Renamed from window_internal_width.
4697 All uses changed. Adapt to per-window fringes and scroll bars. 4697 All uses changed. Adapt to per-window fringes and scroll bars.
4698 Fix bug that caused vertical separator to be subtracted also on 4698 Fix bug that caused vertical separator to be subtracted also on
4719 settings. This fixes a bug which caused display margins to be 4719 settings. This fixes a bug which caused display margins to be
4720 discarded when saving and restoring a window configuration. 4720 discarded when saving and restoring a window configuration.
4721 (Fset_window_margins): Do nothing if display margins are not 4721 (Fset_window_margins): Do nothing if display margins are not
4722 really changed. Otherwise, call adjust_window_margins to ensure 4722 really changed. Otherwise, call adjust_window_margins to ensure
4723 the text area doesn't get too narrow. This fixes a bug which 4723 the text area doesn't get too narrow. This fixes a bug which
4724 could cause emacs to trap if setting display margins wider than 4724 could cause Emacs to trap if setting display margins wider than
4725 the width of the window. 4725 the width of the window.
4726 (Fset_window_fringes): New defun to allow user to specifically set 4726 (Fset_window_fringes): New defun to allow user to specifically set
4727 this window's fringe widths and position vs. display margins. 4727 this window's fringe widths and position vs. display margins.
4728 (Fwindow_fringes): New defun to return window's actual fringe 4728 (Fwindow_fringes): New defun to return window's actual fringe
4729 settings. 4729 settings.
7993 2002-10-24 Kim F. Storm <storm@cua.dk> 7993 2002-10-24 Kim F. Storm <storm@cua.dk>
7994 7994
7995 * process.c (Fformat_network_address): New function. 7995 * process.c (Fformat_network_address): New function.
7996 (syms_of_process): Defsubr it. 7996 (syms_of_process): Defsubr it.
7997 (list_processes_1): Use it to format :local/:remote address if 7997 (list_processes_1): Use it to format :local/:remote address if
7998 service/host is not set; before emacs would crash in that case. 7998 service/host is not set; before Emacs would crash in that case.
7999 (Fmake_network_process): Don't use Ffind_operation_coding_system 7999 (Fmake_network_process): Don't use Ffind_operation_coding_system
8000 to setup coding system if host or service is not set. 8000 to setup coding system if host or service is not set.
8001 8001
8002 2002-10-23 Juanma Barranquero <lektu@terra.es> 8002 2002-10-23 Juanma Barranquero <lektu@terra.es>
8003 8003
9291 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART. 9291 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
9292 9292
9293 2002-07-11 Juanma Barranquero <lektu@terra.es> 9293 2002-07-11 Juanma Barranquero <lektu@terra.es>
9294 9294
9295 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c, 9295 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
9296 composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c, 9296 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
9297 fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c, 9297 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
9298 macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c, 9298 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
9299 textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c, 9299 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
9300 xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense. 9300 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
9301 9301
9302 2002-07-10 Juanma Barranquero <lektu@terra.es> 9302 2002-07-10 Juanma Barranquero <lektu@terra.es>
9303 9303
9304 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. 9304 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
9305 All callers changed. 9305 All callers changed.
12318 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix. 12318 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
12319 12319
12320 2001-12-14 Andrew Innes <andrewi@gnu.org> 12320 2001-12-14 Andrew Innes <andrewi@gnu.org>
12321 12321
12322 * makefile.w32-in (EMACSLOADPATH): Define. 12322 * makefile.w32-in (EMACSLOADPATH): Define.
12323 ($(EMACS)): Run `list-load-path-shadows' after dumping emacs. 12323 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
12324 (bootstrap-temacs): Remove dependency on bootstrap-clean. 12324 (bootstrap-temacs): Remove dependency on bootstrap-clean.
12325 12325
12326 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> 12326 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
12327 12327
12328 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame 12328 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
13615 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing 13615 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
13616 a loop counter. 13616 a loop counter.
13617 13617
13618 2001-10-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> 13618 2001-10-28 Pavel Jan,Am(Bk <Pavel@Janik.cz>
13619 13619
13620 * emacs.c: Use argv[0] instead of emacs when -t was specified. 13620 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
13621 13621
13622 * keyboard.c: Change doc-string comments to `new style' [w/`doc:' 13622 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
13623 keyword]. 13623 keyword].
13624 Fix typos in comments. 13624 Fix typos in comments.
13625 13625