diff options
| author | Juanma Barranquero | 2006-03-15 19:41:35 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-03-15 19:41:35 +0000 |
| commit | 364d0cf80549428a8e1f880eab13e73e67cbdd69 (patch) | |
| tree | a9daaf94152aa2a09560a501e84babad7e909621 /src/ChangeLog | |
| parent | 875e613d0005b0df34bcaa0134d34245bc0d70b7 (diff) | |
| download | emacs-364d0cf80549428a8e1f880eab13e73e67cbdd69.tar.gz emacs-364d0cf80549428a8e1f880eab13e73e67cbdd69.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dbdc6681364..b53b7937d86 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,7 +9,7 @@ | |||
| 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> |
| @@ -35,7 +35,7 @@ | |||
| 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. |
| @@ -257,9 +257,9 @@ | |||
| 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) |
| @@ -387,7 +387,7 @@ | |||
| 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. |