diff options
| author | Karoly Lorentey | 2005-05-28 21:04:38 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-05-28 21:04:38 +0000 |
| commit | 93d7a3669284221c9272784875f69c047873fe04 (patch) | |
| tree | 853af54aa3e46a73bd248dc7033dbf4e39132f9f /src/ChangeLog | |
| parent | b4bb3cbc7caca5c9c207d9ed42cacb978790af67 (diff) | |
| parent | 9594f9294b16c3e828b593c4cc9159b6328e1aa3 (diff) | |
| download | emacs-93d7a3669284221c9272784875f69c047873fe04.tar.gz emacs-93d7a3669284221c9272784875f69c047873fe04.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-320
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-321
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-322
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-323
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-324
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-325
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-326
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-327
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-328
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-329
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-330
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-331
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-70
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-71
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-72
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-73
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-348
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 106 |
1 files changed, 105 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 951bf142541..8c64defd5db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,110 @@ | |||
| 1 | 2005-05-28 Masatake YAMATO <jet@gyve.org> | ||
| 2 | |||
| 3 | * xdisp.c (note_mode_line_or_margin_highlight): Change the | ||
| 4 | pointer to a hand cursor when hoovering over a mouse-face. | ||
| 5 | |||
| 6 | 2005-05-27 Kenichi Handa <handa@m17n.org> | ||
| 7 | |||
| 8 | * xterm.c (x_encode_char): Call check_ccl_update in advance. | ||
| 9 | |||
| 10 | * ccl.c: Now an element of Vccl_program_table is a vector of | ||
| 11 | length 4, not 3. | ||
| 12 | (ccl_get_compiled_code): New arg idx. Caller changed. Adjusted | ||
| 13 | for the change of Vccl_program_table. | ||
| 14 | (setup_ccl_program): Adjusted for the change of | ||
| 15 | Vccl_program_table. | ||
| 16 | (check_ccl_update): New function. | ||
| 17 | (Fregister_ccl_program): Use ASET to set an element of a vector. | ||
| 18 | Adjusted for the change of Vccl_program_table. | ||
| 19 | |||
| 20 | * ccl.h (struct ccl_program): New member idx. | ||
| 21 | (check_ccl_update): Extern it. | ||
| 22 | |||
| 23 | 2005-05-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 24 | |||
| 25 | * image.c (Vimage_library_alist): Moved from image.el. | ||
| 26 | (syms_of_image): Defvar it. | ||
| 27 | (lookup_image_type): Use it. | ||
| 28 | |||
| 29 | * buffer.c (Fbuffer_local_value): Make argument name match its use | ||
| 30 | in docstring. | ||
| 31 | |||
| 32 | 2005-05-26 Juanma Barranquero <lekktu@gmail.com> | ||
| 33 | |||
| 34 | * keyboard.c (Frecursive_edit): Fix typo in docstring. | ||
| 35 | (Fposn_at_x_y): Make argument name match its use in docstring. | ||
| 36 | |||
| 37 | 2005-05-26 Lute Kamstra <lute@gnu.org> | ||
| 38 | |||
| 39 | * eval.c (Frun_hooks): Mention run-mode-hooks in docstring. | ||
| 40 | |||
| 41 | 2005-05-24 Masatake YAMATO <jet@gyve.org> | ||
| 42 | |||
| 43 | * xdisp.c (note_mode_line_or_margin_highlight): Use b and e | ||
| 44 | as loop sentinels. | ||
| 45 | |||
| 46 | 2005-05-24 Nick Roberts <nickrob@snap.net.nz> | ||
| 47 | |||
| 48 | * xmenu.c (Fx_popup_dialog): Add a third boolean argument to | ||
| 49 | select frame title ("Question"/"Information"). | ||
| 50 | (xdialog_show): Use it. | ||
| 51 | |||
| 52 | * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c. | ||
| 53 | |||
| 54 | * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c. | ||
| 55 | |||
| 56 | * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with | ||
| 57 | a third argument (Qnil). | ||
| 58 | |||
| 59 | * lisp.h: x-popup-dialog can have three arguments. | ||
| 60 | |||
| 61 | * editfns.c (Fmessage_box): Use "Information" for frame title. | ||
| 62 | |||
| 63 | 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 64 | |||
| 65 | * termcap.c [VMS]: Include <starlet.h>. | ||
| 66 | |||
| 67 | 2005-05-23 Masatake YAMATO <jet@gyve.org> | ||
| 68 | |||
| 69 | * xdisp.c (note_mode_line_or_margin_highlight): Add code | ||
| 70 | for mouse-face. Change the type of the first argument from `window' | ||
| 71 | to `Lisp_Object'. | ||
| 72 | (note_mouse_highlight): Call note_mode_line_or_margin_highlight with | ||
| 73 | window instead of w. | ||
| 74 | |||
| 75 | 2005-05-22 Andreas Schwab <schwab@suse.de> | ||
| 76 | |||
| 77 | * process.c (send_process): Move misplaced volatile. | ||
| 78 | |||
| 79 | 2005-05-21 Richard M. Stallman <rms@gnu.org> | ||
| 80 | |||
| 81 | * xdisp.c (display_mode_element): If we're processing a list and | ||
| 82 | padding is specified, put it after the last element. | ||
| 83 | |||
| 84 | 2005-05-21 Eli Zaretskii <eliz@gnu.org> | ||
| 85 | |||
| 86 | * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support | ||
| 87 | "superroot" on DOS_NT systems. | ||
| 88 | |||
| 89 | 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change) | ||
| 90 | |||
| 91 | * process.c (send_process): Restore the SIGPIPE handler if we | ||
| 92 | catch a SIGPIPE. | ||
| 93 | |||
| 94 | 2005-05-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 95 | |||
| 96 | * image.c (lookup_image, png_read_from_memory): Remove hacks (and | ||
| 97 | misleading comments). | ||
| 98 | (DEF_IMGLIB_FN): Use C calling convention for image libraries. | ||
| 99 | |||
| 100 | 2005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> | ||
| 101 | |||
| 102 | * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges): | ||
| 103 | Correct the right value. | ||
| 104 | |||
| 1 | 2005-05-19 Nick Roberts <nickrob@snap.net.nz> | 105 | 2005-05-19 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 106 | ||
| 3 | * keyboard.c (syms_of_keyboard): Remove lisp variables | 107 | * keyboard.c (syms_of_keyboard): Remove Lisp variables |
| 4 | post-command-idle-hook and post-command-idle-delay. | 108 | post-command-idle-hook and post-command-idle-delay. |
| 5 | (command_loop_1): Don't try to execute post-command-idle-hook. | 109 | (command_loop_1): Don't try to execute post-command-idle-hook. |
| 6 | 110 | ||