diff options
| author | Juanma Barranquero | 2004-06-05 00:43:47 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-06-05 00:43:47 +0000 |
| commit | f9711de4add6c31c2d9b8c715229743dc435b220 (patch) | |
| tree | 03190f85f3a25a2f7cd7dcd9b1d846a8c0aaf28a /src | |
| parent | 23715ea6ff22b0ab55641a1a0be76e3e4238fdf7 (diff) | |
| download | emacs-f9711de4add6c31c2d9b8c715229743dc435b220.tar.gz emacs-f9711de4add6c31c2d9b8c715229743dc435b220.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 46e30ea9ca6..fd1f4365989 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -23,7 +23,7 @@ | |||
| 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> |
| @@ -3833,7 +3833,7 @@ | |||
| 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 | ||
| @@ -4690,7 +4690,7 @@ | |||
| 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. |
| @@ -4721,7 +4721,7 @@ | |||
| 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. |
| @@ -7995,7 +7995,7 @@ | |||
| 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 | ||
| @@ -9293,11 +9293,11 @@ | |||
| 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 | ||
| @@ -12320,7 +12320,7 @@ | |||
| 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> |
| @@ -13617,7 +13617,7 @@ | |||
| 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]. |