Mercurial > emacs
comparison src/ChangeLog @ 69498:b17150b61168
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 15 Mar 2006 19:41:35 +0000 |
parents | 8631b303fd58 |
children | 5793d5bfdf38 |
comparison
equal
deleted
inserted
replaced
69497:8631b303fd58 | 69498:b17150b61168 |
---|---|
7 width is exactly the same as the window width. Don't count a final | 7 width is exactly the same as the window width. Don't count a final |
8 empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line). | 8 empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line). |
9 | 9 |
10 2006-03-15 Juanma Barranquero <lekktu@gmail.com> | 10 2006-03-15 Juanma Barranquero <lekktu@gmail.com> |
11 | 11 |
12 * fringe.c (w32_init_fringe, w32_reset_fringes): Restore to being | 12 * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being |
13 conditional on HAVE_NTGUI, not WINDOWS_NT. | 13 conditional on HAVE_NTGUI, not WINDOWS_NT. |
14 | 14 |
15 2006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 15 2006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
16 | 16 |
17 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype. | 17 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype. |
33 * xterm.c (x_uncatch_errors): Block input for entire function. | 33 * xterm.c (x_uncatch_errors): Block input for entire function. |
34 | 34 |
35 2006-03-12 Jason Rumney <jasonr@gnu.org> | 35 2006-03-12 Jason Rumney <jasonr@gnu.org> |
36 | 36 |
37 * w32fns.c (Fx_create_frame): Remove call to | 37 * w32fns.c (Fx_create_frame): Remove call to |
38 Qface_set_after_frame_default. (from xfns.c 2003-05-26) | 38 Qface_set_after_frame_default (from xfns.c 2003-05-26). |
39 | 39 |
40 * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when | 40 * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when |
41 finished with the menu. | 41 finished with the menu. |
42 | 42 |
43 * w32term.c: Sync 2005-10-24 xterm.c changes. | 43 * w32term.c: Sync 2005-10-24 xterm.c changes. |
255 | 255 |
256 2006-02-26 Chong Yidong <cyd@stupidchicken.com> | 256 2006-02-26 Chong Yidong <cyd@stupidchicken.com> |
257 | 257 |
258 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument. | 258 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument. |
259 | 259 |
260 * xterm.c: (x_load_font, x_term_init, XTmouse_position) | 260 * xterm.c (x_load_font, x_term_init, XTmouse_position) |
261 (handle_one_xevent, x_connection_closed, x_list_fonts): No arg for | 261 (handle_one_xevent, x_connection_closed, x_list_fonts): |
262 x_uncatch_errors. | 262 No arg for x_uncatch_errors. |
263 | 263 |
264 * xselect.c (x_own_selection, x_decline_selection_request) | 264 * xselect.c (x_own_selection, x_decline_selection_request) |
265 (x_reply_selection_request, x_get_foreign_selection) | 265 (x_reply_selection_request, x_get_foreign_selection) |
266 (Fx_get_atom_name, Fx_send_client_event): Likewise. | 266 (Fx_get_atom_name, Fx_send_client_event): Likewise. |
267 | 267 |
385 | 385 |
386 2006-02-21 Kim F. Storm <storm@cua.dk> | 386 2006-02-21 Kim F. Storm <storm@cua.dk> |
387 | 387 |
388 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix. | 388 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix. |
389 | 389 |
390 2006-02-21 Zhang Wei <brep@newsmth.org> | 390 2006-02-21 Zhang Wei <brep@newsmth.org> |
391 | 391 |
392 * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before | 392 * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before |
393 returning it. | 393 returning it. |
394 | 394 |
395 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | 395 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) |