diff options
| author | Eli Zaretskii | 2004-04-04 21:38:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-04-04 21:38:56 +0000 |
| commit | a6eeaa811c749bb802a3d63866118a265b30c990 (patch) | |
| tree | f0cfcffafb2892af72de10910d147524e5b14b65 /src | |
| parent | c19942680d5335b88abd36694befc5516e720151 (diff) | |
| download | emacs-a6eeaa811c749bb802a3d63866118a265b30c990.tar.gz emacs-a6eeaa811c749bb802a3d63866118a265b30c990.zip | |
Update my email address.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dc7ce0edfa6..152ef044872 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -125,7 +125,7 @@ | |||
| 125 | 125 | ||
| 126 | * xfns.c (x_find_image_file): Remove prototype. | 126 | * xfns.c (x_find_image_file): Remove prototype. |
| 127 | 127 | ||
| 128 | 2004-03-13 Eli Zaretskii <eliz@elta.co.il> | 128 | 2004-03-13 Eli Zaretskii <eliz@gnu.org> |
| 129 | 129 | ||
| 130 | * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined. | 130 | * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined. |
| 131 | 131 | ||
| @@ -787,7 +787,7 @@ | |||
| 787 | * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps | 787 | * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps |
| 788 | correctly over other bitmaps. | 788 | correctly over other bitmaps. |
| 789 | 789 | ||
| 790 | 2004-02-21 Eli Zaretskii <eliz@elta.co.il> | 790 | 2004-02-21 Eli Zaretskii <eliz@gnu.org> |
| 791 | 791 | ||
| 792 | * emacs.c (USAGE1): Split into two halves. | 792 | * emacs.c (USAGE1): Split into two halves. |
| 793 | (USAGE2): Second half of the old USAGE1. | 793 | (USAGE2): Second half of the old USAGE1. |
| @@ -865,7 +865,7 @@ | |||
| 865 | (read_avail_input): Use it to zero out only those slots in buf[] | 865 | (read_avail_input): Use it to zero out only those slots in buf[] |
| 866 | that were used last time we were called. | 866 | that were used last time we were called. |
| 867 | 867 | ||
| 868 | 2004-02-16 Eli Zaretskii <eliz@elta.co.il> | 868 | 2004-02-16 Eli Zaretskii <eliz@gnu.org> |
| 869 | 869 | ||
| 870 | * Makefile.in (obj): Move fringe.o from here... | 870 | * Makefile.in (obj): Move fringe.o from here... |
| 871 | (XOBJ, MAC_OBJ): ...to here. | 871 | (XOBJ, MAC_OBJ): ...to here. |
| @@ -1152,7 +1152,7 @@ | |||
| 1152 | if vector_ret_p is true. | 1152 | if vector_ret_p is true. |
| 1153 | (syms_of_xfns): Sx_send_client_message moved to xselect.c. | 1153 | (syms_of_xfns): Sx_send_client_message moved to xselect.c. |
| 1154 | 1154 | ||
| 1155 | 2004-02-02 Eli Zaretskii <eliz@elta.co.il> | 1155 | 2004-02-02 Eli Zaretskii <eliz@gnu.org> |
| 1156 | 1156 | ||
| 1157 | * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the | 1157 | * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the |
| 1158 | basename of FILE relative to it, not FILE itself. | 1158 | basename of FILE relative to it, not FILE itself. |
| @@ -1171,7 +1171,7 @@ | |||
| 1171 | (syms_of_fileio): Adapt the docstring of insert-default-directory | 1171 | (syms_of_fileio): Adapt the docstring of insert-default-directory |
| 1172 | to the change in Fread_file_name. | 1172 | to the change in Fread_file_name. |
| 1173 | 1173 | ||
| 1174 | 2004-01-29 Eli Zaretskii <eliz@elta.co.il> | 1174 | 2004-01-29 Eli Zaretskii <eliz@gnu.org> |
| 1175 | 1175 | ||
| 1176 | * alloca.c [!alloca]: Fix the prototype for xfree. | 1176 | * alloca.c [!alloca]: Fix the prototype for xfree. |
| 1177 | 1177 | ||
| @@ -2246,7 +2246,7 @@ | |||
| 2246 | * fontset.c (Finternal_char_font): Change return value to | 2246 | * fontset.c (Finternal_char_font): Change return value to |
| 2247 | cons (FONT-NAME . GLYPH-CODE). | 2247 | cons (FONT-NAME . GLYPH-CODE). |
| 2248 | 2248 | ||
| 2249 | 2003-09-28 Eli Zaretskii <eliz@elta.co.il> | 2249 | 2003-09-28 Eli Zaretskii <eliz@gnu.org> |
| 2250 | 2250 | ||
| 2251 | * term.c (tty_setup_colors): Treat any negative argument as -1. | 2251 | * term.c (tty_setup_colors): Treat any negative argument as -1. |
| 2252 | 2252 | ||
| @@ -2278,7 +2278,7 @@ | |||
| 2278 | 2278 | ||
| 2279 | * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros. | 2279 | * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros. |
| 2280 | 2280 | ||
| 2281 | 2003-09-22 Eli Zaretskii <eliz@elta.co.il> | 2281 | 2003-09-22 Eli Zaretskii <eliz@gnu.org> |
| 2282 | 2282 | ||
| 2283 | * term.c (set_tty_color_mode): Use INTEGERP to test whether a | 2283 | * term.c (set_tty_color_mode): Use INTEGERP to test whether a |
| 2284 | color mode is an integer number (it could be -1). | 2284 | color mode is an integer number (it could be -1). |
| @@ -2410,7 +2410,7 @@ | |||
| 2410 | * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to | 2410 | * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to |
| 2411 | avoid warning. | 2411 | avoid warning. |
| 2412 | 2412 | ||
| 2413 | 2003-09-07 Eli Zaretskii <eliz@elta.co.il> | 2413 | 2003-09-07 Eli Zaretskii <eliz@gnu.org> |
| 2414 | 2414 | ||
| 2415 | * editfns.c (region_limit): Support any non-zero value of BEGINNINGP. | 2415 | * editfns.c (region_limit): Support any non-zero value of BEGINNINGP. |
| 2416 | 2416 | ||
| @@ -2497,7 +2497,7 @@ | |||
| 2497 | * xfns.c (Vgtk_version_string): New variable. | 2497 | * xfns.c (Vgtk_version_string): New variable. |
| 2498 | (syms_of_xfns): DEFVAR_LISP it. Provide gtk. | 2498 | (syms_of_xfns): DEFVAR_LISP it. Provide gtk. |
| 2499 | 2499 | ||
| 2500 | 2003-08-24 Eli Zaretskii <eliz@elta.co.il> | 2500 | 2003-08-24 Eli Zaretskii <eliz@gnu.org> |
| 2501 | 2501 | ||
| 2502 | * term.c (term_init): Remove `const' from buffer_size's declaration. | 2502 | * term.c (term_init): Remove `const' from buffer_size's declaration. |
| 2503 | 2503 | ||