diff options
| author | Jan Djärv | 2003-01-30 17:14:48 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-01-30 17:14:48 +0000 |
| commit | a97e413807f78ab5a781f4135decbd10a7a4144e (patch) | |
| tree | dbdf9a5354820dbfb550444f4adf5d1d3a09f055 /src/ChangeLog | |
| parent | 6eed9bed52f0d4b3ef26ef3998e9e72244235829 (diff) | |
| download | emacs-a97e413807f78ab5a781f4135decbd10a7a4144e.tar.gz emacs-a97e413807f78ab5a781f4135decbd10a7a4144e.zip | |
gtkutil.c (free_frame_tool_bar): Removed debug printf.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bf7d35d6ed4..f9ac80abe70 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-01-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.c (free_frame_tool_bar): Removed debug printf. | ||
| 4 | |||
| 1 | 2003-01-30 Dave Love <fx@gnu.org> | 5 | 2003-01-30 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * alloc.c (Vgc_elapsed, gcs_done): New variables. | 7 | * alloc.c (Vgc_elapsed, gcs_done): New variables. |
| @@ -41,7 +45,7 @@ | |||
| 41 | (xg_item_label_same_p, xg_update_menu_item): Check for NULL string | 45 | (xg_item_label_same_p, xg_update_menu_item): Check for NULL string |
| 42 | before calling strcmp or strlen. | 46 | before calling strcmp or strlen. |
| 43 | 47 | ||
| 44 | 2003-01-26 Jan D. <jan.h.d@swipnet.se> | 48 | 2003-01-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 45 | 49 | ||
| 46 | * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display | 50 | * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display |
| 47 | and handle image load failure. | 51 | and handle image load failure. |
| @@ -67,7 +71,7 @@ | |||
| 67 | 71 | ||
| 68 | * buffer.c (Fkill_buffer): Call format2 instead of format1. | 72 | * buffer.c (Fkill_buffer): Call format2 instead of format1. |
| 69 | 73 | ||
| 70 | 2003-01-25 Jan D. <jan.h.d@swipnet.se> | 74 | 2003-01-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 71 | 75 | ||
| 72 | * xterm.h: Change to return value of x_dispatch_event to int. | 76 | * xterm.h: Change to return value of x_dispatch_event to int. |
| 73 | 77 | ||
| @@ -102,7 +106,7 @@ | |||
| 102 | 106 | ||
| 103 | * minibuf.c (Fminibuffer_message): Verify type of parameter. | 107 | * minibuf.c (Fminibuffer_message): Verify type of parameter. |
| 104 | 108 | ||
| 105 | 2003-01-24 Jan D. <jan.h.d@swipnet.se> | 109 | 2003-01-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 106 | 110 | ||
| 107 | * gtkutil.c (xg_initialize): Initialize id_to_widget here instead | 111 | * gtkutil.c (xg_initialize): Initialize id_to_widget here instead |
| 108 | of static initializer. | 112 | of static initializer. |
| @@ -201,7 +205,7 @@ | |||
| 201 | 205 | ||
| 202 | * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG. | 206 | * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG. |
| 203 | 207 | ||
| 204 | 2003-01-21 Jan D. <jan.h.d@swipnet.se> | 208 | 2003-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 205 | 209 | ||
| 206 | * gtkutil.c: Must include stdio.h before termhooks.h | 210 | * gtkutil.c: Must include stdio.h before termhooks.h |
| 207 | 211 | ||
| @@ -239,12 +243,12 @@ | |||
| 239 | * xdisp.c (redisplay_window): If mini window's buffer is not | 243 | * xdisp.c (redisplay_window): If mini window's buffer is not |
| 240 | a minibuffer, then redisplay it like other windows. | 244 | a minibuffer, then redisplay it like other windows. |
| 241 | 245 | ||
| 242 | 2003-01-20 Jan D. <jan.h.d@swipnet.se> | 246 | 2003-01-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 243 | 247 | ||
| 244 | * gtkutil.c (xg_create_frame_widgets): Check if there is an | 248 | * gtkutil.c (xg_create_frame_widgets): Check if there is an |
| 245 | external tool bar before setting tool bar height. | 249 | external tool bar before setting tool bar height. |
| 246 | 250 | ||
| 247 | 2003-01-19 Jan D. <jan.h.d@swipnet.se> | 251 | 2003-01-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 248 | 252 | ||
| 249 | * xterm.c (handle_one_xevent): Surround popup_activated | 253 | * xterm.c (handle_one_xevent): Surround popup_activated |
| 250 | with #ifdef:s for non-toolkit version. | 254 | with #ifdef:s for non-toolkit version. |
| @@ -360,7 +364,7 @@ | |||
| 360 | 364 | ||
| 361 | * charset.h (Funibyte_char_to_multibyte): Export. | 365 | * charset.h (Funibyte_char_to_multibyte): Export. |
| 362 | 366 | ||
| 363 | 2003-01-18 Jan D. <jan.h.d@swipnet.se> | 367 | 2003-01-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 364 | 368 | ||
| 365 | * xmenu.c (mouse_position_for_popup): New function. | 369 | * xmenu.c (mouse_position_for_popup): New function. |
| 366 | (Fx_popup_menu): Call mouse_position_for_popup for X and | 370 | (Fx_popup_menu): Call mouse_position_for_popup for X and |
| @@ -487,7 +491,7 @@ | |||
| 487 | * process.c (Fmake_network_process): Convert new port number | 491 | * process.c (Fmake_network_process): Convert new port number |
| 488 | to host byte order for `:service t' case. From Mario Lang. | 492 | to host byte order for `:service t' case. From Mario Lang. |
| 489 | 493 | ||
| 490 | 2003-01-08 Jan D. <jan.h.d@swipnet.se> | 494 | 2003-01-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 491 | 495 | ||
| 492 | * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event | 496 | * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event |
| 493 | instead of XtAppProcessEvent. | 497 | instead of XtAppProcessEvent. |
| @@ -1516,7 +1520,7 @@ | |||
| 1516 | * macmenu.c (mac_menu_show): Add j to count menu items; match | 1520 | * macmenu.c (mac_menu_show): Add j to count menu items; match |
| 1517 | menu_item_selection to it to find selected item. | 1521 | menu_item_selection to it to find selected item. |
| 1518 | 1522 | ||
| 1519 | 2002-10-06 Jan D. <jan.h.d@swipnet.se> | 1523 | 2002-10-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 1520 | 1524 | ||
| 1521 | * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all | 1525 | * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all |
| 1522 | cases. The correct fix is to pass ReparentNotify to Xt. | 1526 | cases. The correct fix is to pass ReparentNotify to Xt. |
| @@ -1543,7 +1547,7 @@ | |||
| 1543 | * macterm.c (keycode_to_xkeysym_table): Change return to be | 1547 | * macterm.c (keycode_to_xkeysym_table): Change return to be |
| 1544 | treated like an X keysym. | 1548 | treated like an X keysym. |
| 1545 | 1549 | ||
| 1546 | 2002-10-03 Jan D. <jan.h.d@swipnet.se> | 1550 | 2002-10-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 1547 | 1551 | ||
| 1548 | * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0, | 1552 | * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0, |
| 1549 | and USE_MOTIF, call XTranslateCoordinates to get the real x and y. | 1553 | and USE_MOTIF, call XTranslateCoordinates to get the real x and y. |
| @@ -2847,7 +2851,7 @@ | |||
| 2847 | 2851 | ||
| 2848 | * xdisp.c (store_mode_line_string): Lisp_Object/int mixup. | 2852 | * xdisp.c (store_mode_line_string): Lisp_Object/int mixup. |
| 2849 | 2853 | ||
| 2850 | 2002-06-28 Jan D. <jan.h.d@swipnet.se> | 2854 | 2002-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2851 | 2855 | ||
| 2852 | * keyboard.c (readable_filtered_events): New function that filters | 2856 | * keyboard.c (readable_filtered_events): New function that filters |
| 2853 | FOCUS_IN_EVENT depending on parameter. | 2857 | FOCUS_IN_EVENT depending on parameter. |
| @@ -4451,7 +4455,7 @@ | |||
| 4451 | * lread.c (Fload): Don't assume that message_with_string uses the | 4455 | * lread.c (Fload): Don't assume that message_with_string uses the |
| 4452 | string it is given like a C string. | 4456 | string it is given like a C string. |
| 4453 | 4457 | ||
| 4454 | 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se> | 4458 | 2002-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 4455 | 4459 | ||
| 4456 | * xterm.h (x_session_check_input, x_session_initialize): Declared. | 4460 | * xterm.h (x_session_check_input, x_session_initialize): Declared. |
| 4457 | 4461 | ||
| @@ -5202,11 +5206,11 @@ | |||
| 5202 | 5206 | ||
| 5203 | * .gdbinit (hookpost-run): Defined. | 5207 | * .gdbinit (hookpost-run): Defined. |
| 5204 | 5208 | ||
| 5205 | 2002-01-22 Jan D. <Jan.Djarv@mbox200.swipnet.se> | 5209 | 2002-01-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 5206 | 5210 | ||
| 5207 | * xfns.c (x_set_frame_parameters): Typo in previous fix corrected. | 5211 | * xfns.c (x_set_frame_parameters): Typo in previous fix corrected. |
| 5208 | 5212 | ||
| 5209 | 2002-01-21 Jan D. <Jan.Djarv@mbox200.swipnet.se> | 5213 | 2002-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 5210 | 5214 | ||
| 5211 | * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust | 5215 | * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust |
| 5212 | if fullscreen is being set. | 5216 | if fullscreen is being set. |
| @@ -5358,7 +5362,7 @@ | |||
| 5358 | * emacs.c (USAGE2): Add the --color option. | 5362 | * emacs.c (USAGE2): Add the --color option. |
| 5359 | (standard_args): Ditto. | 5363 | (standard_args): Ditto. |
| 5360 | 5364 | ||
| 5361 | 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se> | 5365 | 2002-01-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 5362 | 5366 | ||
| 5363 | * xterm.h (struct x_output): New members want_fullscreen, | 5367 | * xterm.h (struct x_output): New members want_fullscreen, |
| 5364 | x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and | 5368 | x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and |