comparison src/ChangeLog @ 54222:99e2ecf982f6

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 01 Mar 2004 18:49:17 +0000
parents 6f75b2135827
children 448dbcee98d6
comparison
equal deleted inserted replaced
54221:9f8357357fc8 54222:99e2ecf982f6
1 2004-03-01 Juanma Barranquero <lektu@terra.es>
2
3 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
4
5 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
6
1 2004-03-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 7 2004-03-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 8
3 * xfns.c (Fx_display_color_cells): Use number of planes to calculate 9 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
4 how many colors can be displayed. 10 how many colors can be displayed.
5 11
47 (and store it if set by kbd_buffer_store_event_hold). 53 (and store it if set by kbd_buffer_store_event_hold).
48 54
49 * keyboard.h (kbd_buffer_store_event_hold): Add prototype. 55 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
50 (gen_help_event): Fix prototype. 56 (gen_help_event): Fix prototype.
51 57
52 * macterm.c (XTread_socket): Remove bufp_r and 58 * macterm.c (XTread_socket): Remove bufp_r and
53 numcharsp args. Add hold_quit arg. 59 numcharsp args. Add hold_quit arg.
54 Rework to use just one, local, inev input_event. Store inev 60 Rework to use just one, local, inev input_event. Store inev
55 directly in fifo using kbd_buffer_store_event_hold. 61 directly in fifo using kbd_buffer_store_event_hold.
56 62
57 * sysdep.c (BUFFER_SIZE_FACTOR): Remove. 63 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
59 Remove allocation and initialization of local input_event buffer, 65 Remove allocation and initialization of local input_event buffer,
60 as read_socket_hook stores events directly in fifo. Allocate and 66 as read_socket_hook stores events directly in fifo. Allocate and
61 initialize local hold_quit event to handle postponed quit event 67 initialize local hold_quit event to handle postponed quit event
62 (and store it if set by kbd_buffer_store_event_hold). 68 (and store it if set by kbd_buffer_store_event_hold).
63 69
64 * term.c (read_socket_hook): Fix arg list. 70 * term.c (read_socket_hook): Fix arg list.
65 71
66 * termhooks.h (read_socket_hook): Fix prototype. 72 * termhooks.h (read_socket_hook): Fix prototype.
67 73
68 * w32inevt.c (w32_console_read_socket): Remove bufp_r and 74 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
69 numcharsp args. Add hold_quit arg. 75 numcharsp args. Add hold_quit arg.
114 (x_initialize) [USE_GTK]: Initialize current_count. 120 (x_initialize) [USE_GTK]: Initialize current_count.
115 121
116 * xterm.h (x_session_check_input): Fix prototype. 122 * xterm.h (x_session_check_input): Fix prototype.
117 123
118 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 124 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
119 125
120 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework 126 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework
121 QuickTime'. 127 QuickTime'.
122 128
123 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in 129 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
124 macgui.h). 130 macgui.h).
125 131
126 * emacs.c (main) [HAVE_CARBON]: Call init_xfns. 132 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
127 133
128 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h. 134 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
129 (mktime, DEBUG, Z, free, malloc, realloc, max, min) 135 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
130 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h. 136 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
131 [!MAC_OSX]: Include QDOffscreen.h and Controls.h. 137 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
132 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h. 138 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
133 (Bitmap): Remove typedef. 139 (Bitmap): Remove typedef.
134 (Pixmap): Change int to GWorldPtr. 140 (Pixmap): Change int to GWorldPtr.
135 141
136 * macmenu.c [MAC_OSX]: Do not include Carbon/Carbon.h (now in 142 * macmenu.c [MAC_OSX]: Do not include Carbon/Carbon.h (now in
137 macgui.h). 143 macgui.h).
138 144
139 * macterm.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in 145 * macterm.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
140 macgui.h). 146 macgui.h).
141 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG): New 147 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG): New
142 #define to extract 16-bit depth color components from unsigned 148 #define to extract 16-bit depth color components from unsigned
143 long representation. 149 long representation.
144 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel 150 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
145 colors used for masks. 151 colors used for masks.
146 (struct mac_display_info): Add color_p. Remove n_cbits. 152 (struct mac_display_info): Add color_p. Remove n_cbits.
147 153
148 * macfns.c: Include sys/types.h and sys/stat.h. 154 * macfns.c: Include sys/types.h and sys/stat.h.
149 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h). 155 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
150 Include QuickTime/QuickTime.h. 156 Include QuickTime/QuickTime.h.
151 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap) 157 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
152 (XSetForeground, mac_draw_line_to_pixmap): Add externs for 158 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
264 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p. 270 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
265 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and 271 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
266 HAVE_PNG. Call EnterMovies to support animated gifs. Call 272 HAVE_PNG. Call EnterMovies to support animated gifs. Call
267 init_image_func_pointer to bind a symbol 273 init_image_func_pointer to bind a symbol
268 _CGImageCreateWithPNGDataProvider if it is defined. 274 _CGImageCreateWithPNGDataProvider if it is defined.
269 275
270 * macterm.c [MAC_OSX]: Do not include Carbon/Carbon.h (now in 276 * macterm.c [MAC_OSX]: Do not include Carbon/Carbon.h (now in
271 macgui.h). 277 macgui.h).
272 (x_draw_bar_cursor): Sync declaration with xterm.c. 278 (x_draw_bar_cursor): Sync declaration with xterm.c.
273 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area) 279 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
274 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen 280 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
353 2004-02-10 Miles Bader <miles@gnu.org> 359 2004-02-10 Miles Bader <miles@gnu.org>
354 360
355 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked); 361 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
356 BLOCK_INPUT can be nested, so it doesn't make much sense. 362 BLOCK_INPUT can be nested, so it doesn't make much sense.
357 363
358 2004-02-24 Michael Mauger <mmaug@yahoo.com> 364 2004-02-24 Michael Mauger <mmaug@yahoo.com>
359 365
360 * w32fns.c (slurp_file, xbm_scan, xbm_load_image) 366 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
361 (xbm_read_bitmap_data): Use unsigned char for image data. 367 (xbm_read_bitmap_data): Use unsigned char for image data.
362 368
363 2004-02-23 Luc Teirlinck <teirllm@auburn.edu> 369 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
603 609
604 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once): 610 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
605 Add prototypes. 611 Add prototypes.
606 612
607 * macterm.c (mac_draw_bitmap): Add overlay_p arg. 613 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
608 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps; 614 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
609 thanks to YAMAMOTO Mitsuharu for advice on how to do this. 615 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
610 Use cursor color for displaying cursor in fringe. 616 Use cursor color for displaying cursor in fringe.
611 (x_redisplay_interface): Add null handlers for 617 (x_redisplay_interface): Add null handlers for
612 define_fringe_bitmap and destroy_fringe_bitmap functions. 618 define_fringe_bitmap and destroy_fringe_bitmap functions.
613 619
764 770
765 2004-01-28 Peter Runestig <peter@runestig.com> 771 2004-01-28 Peter Runestig <peter@runestig.com>
766 772
767 * makefile.w32-in, w32fns.c: Add `default-printer-name' function. 773 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
768 774
769 2004-01-27 Steven Tamm <steventamm@mac.com> 775 2004-01-27 Steven Tamm <steventamm@mac.com>
770 776
771 * unexmacosx.c (unexec_copy): Do not copy more than was 777 * unexmacosx.c (unexec_copy): Do not copy more than was
772 requested to prevent overwriting during unexec. 778 requested to prevent overwriting during unexec.
773 779
774 2004-01-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 780 2004-01-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
775 781
776 * process.c (sigchld_handler): Add comment about not calling malloc. 782 * process.c (sigchld_handler): Add comment about not calling malloc.
777 783
778 * process.h: Add extern to synch_process_termsig. 784 * process.h: Add extern to synch_process_termsig.
779 785
780 2004-01-27 Steven Tamm <steventamm@mac.com> 786 2004-01-27 Steven Tamm <steventamm@mac.com>
781 787
782 * macterm.c (make_mac_frame, make_mac_terminal_frame): 788 * macterm.c (make_mac_frame, make_mac_terminal_frame):
783 Move setting of scroll bars from make_mac_frame to 789 Move setting of scroll bars from make_mac_frame to
784 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode. 790 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
785 791
892 898
893 2004-01-16 Kim F. Storm <storm@cua.dk> 899 2004-01-16 Kim F. Storm <storm@cua.dk>
894 900
895 * buffer.h (struct buffer): New member indicate_buffer_boundaries. 901 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
896 902
897 * buffer.c (init_buffer_once): Set buffer_defaults and 903 * buffer.c (init_buffer_once): Set buffer_defaults and
898 buffer_local_flags for indicate_buffer_boundaries. 904 buffer_local_flags for indicate_buffer_boundaries.
899 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro 905 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
900 default- variable for it. 906 default- variable for it.
901 907
902 * dispextern.h (struct glyph_row): New members left_fringe_bitmap, 908 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
1103 1109
1104 * print.c (Ferror_message_string): Add hyperlink in the docstring 1110 * print.c (Ferror_message_string): Add hyperlink in the docstring
1105 to the definition of `signal' in the Elisp manual. 1111 to the definition of `signal' in the Elisp manual.
1106 * eval.c (Fsignal): Ditto. 1112 * eval.c (Fsignal): Ditto.
1107 1113
1108 2003-12-29 James Clark <jjc@jclark.com> (tiny change) 1114 2003-12-29 James Clark <jjc@jclark.com> (tiny change)
1109 1115
1110 * fns.c (internal_equal): Return t for two NaN arguments. 1116 * fns.c (internal_equal): Return t for two NaN arguments.
1111 1117
1112 2003-12-29 Richard M. Stallman <rms@gnu.org> 1118 2003-12-29 Richard M. Stallman <rms@gnu.org>
1113 1119
1229 1235
1230 2003-12-25 Luc Teirlinck <teirllm@auburn.edu> 1236 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
1231 1237
1232 * minibuf.c (Fcompleting_read): Undo previous change. 1238 * minibuf.c (Fcompleting_read): Undo previous change.
1233 1239
1234 2003-12-25 Lars Hansen <larsh@math.ku.dk> 1240 2003-12-25 Lars Hansen <larsh@math.ku.dk>
1235 1241
1236 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes): 1242 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
1237 Arguments GCPRO'ed in call to file name handler. 1243 Arguments GCPRO'ed in call to file name handler.
1238 1244
1239 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org> 1245 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
1418 Fix returned X pixel value for left-margin. 1424 Fix returned X pixel value for left-margin.
1419 1425
1420 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new 1426 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
1421 mode_line_string and marginal_area_string parameters. 1427 mode_line_string and marginal_area_string parameters.
1422 1428
1423 2003-11-22 Lars Hansen <larsh@math.ku.dk> 1429 2003-11-22 Lars Hansen <larsh@math.ku.dk>
1424 1430
1425 * w32.c (struct the_group, getgrgid): Add. 1431 * w32.c (struct the_group, getgrgid): Add.
1426 * mac.c (struct my_group, getgrgid): Add. 1432 * mac.c (struct my_group, getgrgid): Add.
1427 1433
1428 2003-11-21 Luc Teirlinck <teirllm@auburn.edu> 1434 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
1512 * sunfns.c (sel_read): 1518 * sunfns.c (sel_read):
1513 * process.c (Fmake_network_process): 1519 * process.c (Fmake_network_process):
1514 * frame.c (store_frame_param): 1520 * frame.c (store_frame_param):
1515 * fontset.c (Fset_fontset_font): 1521 * fontset.c (Fset_fontset_font):
1516 * emacs.c (shut_down_emacs): 1522 * emacs.c (shut_down_emacs):
1517 * ccl.c (ccl_driver): Remove period at end of error message. 1523 * ccl.c (ccl_driver): Remove period at end of error message.
1518 1524
1519 * config.in: Regenerate. 1525 * config.in: Regenerate.
1520 1526
1521 * xfns.c (x_window_to_frame, x_any_window_to_frame) 1527 * xfns.c (x_window_to_frame, x_any_window_to_frame)
1522 (x_non_menubar_window_to_frame, x_menubar_window_to_frame) 1528 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
1817 1823
1818 * intervals.c (graft_intervals_into_buffer): 1824 * intervals.c (graft_intervals_into_buffer):
1819 Set BUF_INTERVALS (buffer)->up_obj when appropriate. 1825 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
1820 Handle over_used when splitting UNDER. 1826 Handle over_used when splitting UNDER.
1821 1827
1822 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 1828 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1823 1829
1824 * regex.c (regex_compile): Free the stack when returning from function. 1830 * regex.c (regex_compile): Free the stack when returning from function.
1825 1831
1826 2003-09-28 Kenichi Handa <handa@m17n.org> 1832 2003-09-28 Kenichi Handa <handa@m17n.org>
1827 1833
2072 2078
2073 * w32fns.c (syms_of_w32fns): Remove non-existent functions. 2079 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
2074 2080
2075 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment. 2081 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
2076 2082
2077 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no> 2083 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
2078 2084
2079 * xfns.c (Vgtk_version_string): New variable. 2085 * xfns.c (Vgtk_version_string): New variable.
2080 (syms_of_xfns): DEFVAR_LISP it. Provide gtk. 2086 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
2081 2087
2082 2003-08-24 Eli Zaretskii <eliz@elta.co.il> 2088 2003-08-24 Eli Zaretskii <eliz@elta.co.il>
3366 scroll bars, and new fringe vs. display margin position. 3372 scroll bars, and new fringe vs. display margin position.
3367 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH. 3373 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
3368 (draw_fringe_bitmap): Rework to handle per-window fringes and new 3374 (draw_fringe_bitmap): Rework to handle per-window fringes and new
3369 fringe vs. display margin position. 3375 fringe vs. display margin position.
3370 (hscroll_window_tree): Use window_box_width instead of window_box. 3376 (hscroll_window_tree): Use window_box_width instead of window_box.
3371 (redisplay_window): Adapt to per-window scroll bars. 3377 (redisplay_window): Adapt to per-window scroll bars.
3372 (draw_glyphs): Rework to handle per-window fringes and scroll 3378 (draw_glyphs): Rework to handle per-window fringes and scroll
3373 bars, and new fringe vs. display margin position. 3379 bars, and new fringe vs. display margin position.
3374 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left. 3380 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
3375 (x_clear_end_of_line): Adapt to per-window fringes and scroll 3381 (x_clear_end_of_line): Adapt to per-window fringes and scroll
3376 bars, and new fringe vs. display margin position. Fix bug which 3382 bars, and new fringe vs. display margin position. Fix bug which
3377 increased total width of full_width rows by width of scroll bars 3383 increased total width of full_width rows by width of scroll bars
3378 although window's total width already includes that. 3384 although window's total width already includes that.
3379 (x_fix_overlapping_area): Simplify using window_box_left_offset. 3385 (x_fix_overlapping_area): Simplify using window_box_left_offset.
3380 (expose_area): Simplify using window_box_left_offset. 3386 (expose_area): Simplify using window_box_left_offset.
4437 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert) 4443 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
4438 (w32_define_frame_cursor, w32_clear_frame_area) 4444 (w32_define_frame_cursor, w32_clear_frame_area)
4439 (w32_draw_window_cursor): New W32-specific functions for RIF. 4445 (w32_draw_window_cursor): New W32-specific functions for RIF.
4440 (w32_redisplay_interface): Add new members. 4446 (w32_redisplay_interface): Add new members.
4441 4447
4442 * w32gui.h (No_Cursor): Define as 0 for W32. 4448 * w32gui.h (No_Cursor): Define as 0 for W32.
4443 (XRectangle): Add X compatible rectangle type. 4449 (XRectangle): Add X compatible rectangle type.
4444 (NativeRectangle): Declare as RECT for W32. 4450 (NativeRectangle): Declare as RECT for W32.
4445 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros. 4451 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
4446 4452
4447 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor). 4453 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
5525 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR. 5531 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
5526 (display_menu_bar): Add check for USE_GTK 5532 (display_menu_bar): Add check for USE_GTK
5527 5533
5528 * lisp.h: Declare Vx_resource_name extern. 5534 * lisp.h: Declare Vx_resource_name extern.
5529 5535
5530 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT 5536 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
5531 for USE_GTK. 5537 for USE_GTK.
5532 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK. 5538 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
5533 5539
5534 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK. 5540 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
5535 (FRAME_EXTERNAL_TOOL_BAR): New macro. 5541 (FRAME_EXTERNAL_TOOL_BAR): New macro.
5912 those global variables that must always be initialized on startup 5918 those global variables that must always be initialized on startup
5913 even when the global variable initialized is non zero. 5919 even when the global variable initialized is non zero.
5914 Its primary purpose at this time is to initialize the global variable 5920 Its primary purpose at this time is to initialize the global variable
5915 track_mouse_event_fn. 5921 track_mouse_event_fn.
5916 5922
5917 * w32fns.c (w32_wnd_proc): Remove initialization of 5923 * w32fns.c (w32_wnd_proc): Remove initialization of
5918 track_mouse_event_fn from the handler for the WM_SETFOCUS message. 5924 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
5919 5925
5920 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns. 5926 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
5921 5927
5922 * w32menu.c (globals_of_w32menu): New function. Used to 5928 * w32menu.c (globals_of_w32menu): New function. Used to
5923 initialize those global variables that must always be initialized 5929 initialize those global variables that must always be initialized
5924 on startup even when the global variable initialized is non zero. 5930 on startup even when the global variable initialized is non zero.
5925 Its primary purpose at this time is to initialize the global 5931 Its primary purpose at this time is to initialize the global
5926 variables get_menu_item_info and set_menu_item_info. 5932 variables get_menu_item_info and set_menu_item_info.
5927 5933
11104 11110
11105 * eval.c: Use standard syntax for usage in docstrings. 11111 * eval.c: Use standard syntax for usage in docstrings.
11106 11112
11107 2001-12-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 11113 2001-12-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
11108 11114
11109 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option. 11115 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
11110 11116
11111 2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 11117 2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
11112 11118
11113 * xterm.c (x_draw_image_relief): Use predefined macro instead of 11119 * xterm.c (x_draw_image_relief): Use predefined macro instead of
11114 constant when the value of `tool_bar_button_relief' is negative. 11120 constant when the value of `tool_bar_button_relief' is negative.