comparison src/ChangeLog @ 54706:d565588823bd

Update my email address.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 04 Apr 2004 21:38:56 +0000
parents 08605ee99946
children e7dae6a9ac07
comparison
equal deleted inserted replaced
54705:08605ee99946 54706:d565588823bd
123 123
124 * image.c (x_find_image_file): Make extern. 124 * image.c (x_find_image_file): Make extern.
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
132 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined. 132 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
133 133
785 2004-02-22 Jason Rumney <jasonr@gnu.org> 785 2004-02-22 Jason Rumney <jasonr@gnu.org>
786 786
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.
794 (USAGE3): Rename from USAGE2. 794 (USAGE3): Rename from USAGE2.
795 (USAGE4): Rename from USAGE3. 795 (USAGE4): Rename from USAGE3.
863 863
864 * keyboard.c (prev_read): New static variable. 864 * keyboard.c (prev_read): New static variable.
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.
872 872
873 2004-02-16 Stephen Eglen <stephen@gnu.org> 873 2004-02-16 Stephen Eglen <stephen@gnu.org>
1150 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P, 1150 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
1151 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp 1151 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
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.
1159 1159
1160 2004-02-02 Kenichi Handa <handa@m17n.org> 1160 2004-02-02 Kenichi Handa <handa@m17n.org>
1169 (Fread_file_name): Always return an empty string if the user exits 1169 (Fread_file_name): Always return an empty string if the user exits
1170 with an empty minibuffer. Adapt the docstring accordingly. 1170 with an empty minibuffer. Adapt the docstring accordingly.
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
1178 2004-01-29 Kenichi Handa <handa@m17n.org> 1178 2004-01-29 Kenichi Handa <handa@m17n.org>
1179 1179
2244 2003-09-28 Kenichi Handa <handa@m17n.org> 2244 2003-09-28 Kenichi Handa <handa@m17n.org>
2245 2245
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
2253 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change) 2253 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
2254 2254
2276 2276
2277 2003-09-23 Dave Love <fx@gnu.org> 2277 2003-09-23 Dave Love <fx@gnu.org>
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).
2285 2285
2286 2003-09-22 Richard M. Stallman <rms@gnu.org> 2286 2003-09-22 Richard M. Stallman <rms@gnu.org>
2408 2003-09-07 Andreas Schwab <schwab@suse.de> 2408 2003-09-07 Andreas Schwab <schwab@suse.de>
2409 2409
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
2417 2003-09-03 Kim F. Storm <storm@cua.dk> 2417 2003-09-03 Kim F. Storm <storm@cua.dk>
2418 2418
2495 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no> 2495 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
2496 2496
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
2504 * Makefile.in (msdos.o): Depend on intervals.h. 2504 * Makefile.in (msdos.o): Depend on intervals.h.
2505 2505