diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 66 |
1 files changed, 65 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 10d3bd31bda..c2cd2dde5f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,70 @@ | |||
| 1 | 2005-05-24 Masatake YAMATO <jet@gyve.org> | ||
| 2 | |||
| 3 | * xdisp.c (note_mode_line_or_margin_highlight): Use b and e | ||
| 4 | as loop sentinels. | ||
| 5 | |||
| 6 | 2005-05-24 Nick Roberts <nickrob@snap.net.nz> | ||
| 7 | |||
| 8 | * xmenu.c (Fx_popup_dialog): Add a third boolean argument to | ||
| 9 | select frame title ("Question"/"Information"). | ||
| 10 | (xdialog_show): Use it. | ||
| 11 | |||
| 12 | * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c. | ||
| 13 | |||
| 14 | * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c. | ||
| 15 | |||
| 16 | * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with | ||
| 17 | a third argument (Qnil). | ||
| 18 | |||
| 19 | * lisp.h: x-popup-dialog can have three arguments. | ||
| 20 | |||
| 21 | * editfns.c (Fmessage_box): Use "Information" for frame title. | ||
| 22 | |||
| 23 | 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 24 | |||
| 25 | * termcap.c [VMS]: Include <starlet.h>. | ||
| 26 | |||
| 27 | 2005-05-23 Masatake YAMATO <jet@gyve.org> | ||
| 28 | |||
| 29 | * xdisp.c (note_mode_line_or_margin_highlight): Added code | ||
| 30 | for mouse-face. Change the type of the first argument from `window' | ||
| 31 | to `List_Object'. | ||
| 32 | (note_mouse_highlight): Call note_mode_line_or_margin_highlight with | ||
| 33 | window instead of w. | ||
| 34 | |||
| 35 | 2005-05-22 Andreas Schwab <schwab@suse.de> | ||
| 36 | |||
| 37 | * process.c (send_process): Move misplaced volatile. | ||
| 38 | |||
| 39 | 2005-05-21 Richard M. Stallman <rms@gnu.org> | ||
| 40 | |||
| 41 | * xdisp.c (display_mode_element): If we're processing a list and | ||
| 42 | padding is specified, put it after the last element. | ||
| 43 | |||
| 44 | 2005-05-21 Eli Zaretskii <eliz@gnu.org> | ||
| 45 | |||
| 46 | * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support | ||
| 47 | "superroot" on DOS_NT systems. | ||
| 48 | |||
| 49 | 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change) | ||
| 50 | |||
| 51 | * process.c (send_process): Restore the SIGPIPE handler if we | ||
| 52 | catch a SIGPIPE. | ||
| 53 | |||
| 54 | 2005-05-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 55 | |||
| 56 | * image.c (lookup_image, png_read_from_memory): Remove hacks (and | ||
| 57 | misleading comments). | ||
| 58 | (DEF_IMGLIB_FN): Use C calling convention for image libraries. | ||
| 59 | |||
| 60 | 2005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> | ||
| 61 | |||
| 62 | * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges): | ||
| 63 | Correct the right value. | ||
| 64 | |||
| 1 | 2005-05-19 Nick Roberts <nickrob@snap.net.nz> | 65 | 2005-05-19 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 66 | ||
| 3 | * keyboard.c (syms_of_keyboard): Remove lisp variables | 67 | * keyboard.c (syms_of_keyboard): Remove Lisp variables |
| 4 | post-command-idle-hook and post-command-idle-delay. | 68 | post-command-idle-hook and post-command-idle-delay. |
| 5 | (command_loop_1): Don't try to execute post-command-idle-hook. | 69 | (command_loop_1): Don't try to execute post-command-idle-hook. |
| 6 | 70 | ||