diff options
| author | Karoly Lorentey | 2005-05-06 21:06:31 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-05-06 21:06:31 +0000 |
| commit | c25b55138a36cf5f334070baf79ce61c1e956eed (patch) | |
| tree | 74ec7f847395839fae3acd0179f1a779c5ebc3b9 /src/ChangeLog | |
| parent | 97c57fb2b8d271b2beba317c6213ab34190bfac7 (diff) | |
| parent | 31640842b6cd2970ced612a422fa785d2d718dc0 (diff) | |
| download | emacs-c25b55138a36cf5f334070baf79ce61c1e956eed.tar.gz emacs-c25b55138a36cf5f334070baf79ce61c1e956eed.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-286
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-287
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-288
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-289
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-290
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-291
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-68
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-341
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 47d24852a66..02a81fb7f7c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,85 @@ | |||
| 1 | 2005-05-05 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * eval.c (Fdefvaralias): Doc fix. | ||
| 4 | |||
| 5 | * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes. | ||
| 6 | |||
| 7 | 2005-05-05 Kim F. Storm <storm@cua.dk> | ||
| 8 | |||
| 9 | * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows | ||
| 10 | default value. | ||
| 11 | (syms_of_buffer): Add default-cursor-in-non-selected-windows. | ||
| 12 | Fix type of cursor-in-non-selected-windows. | ||
| 13 | |||
| 14 | 2005-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 15 | |||
| 16 | * mac.c: #undef init_process so not to conflict with system headers. | ||
| 17 | |||
| 18 | 2005-05-02 Richard M. Stallman <rms@gnu.org> | ||
| 19 | |||
| 20 | * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows. | ||
| 21 | |||
| 22 | * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot. | ||
| 23 | |||
| 24 | * xdisp.c (Vcursor_in_non_selected_windows) | ||
| 25 | (Qcursor_in_non_selected_windows): Vars deleted. | ||
| 26 | (syms_of_xdisp): Don't initialize them. | ||
| 27 | (get_window_cursor_type): Use cursor_in_non_selected_windows | ||
| 28 | buffer slot. | ||
| 29 | |||
| 30 | 2005-05-02 Kim F. Storm <storm@cua.dk> | ||
| 31 | |||
| 32 | * macros.c (executing_kbd_macro_index): Rename from | ||
| 33 | executing_macro_index. All uses changed. | ||
| 34 | (executing_kbd_macro_iterations): Rename from | ||
| 35 | executing_macro_iterations. All uses changed. | ||
| 36 | (executing_kbd_macro): Rename from executing_macro. | ||
| 37 | All uses changed. | ||
| 38 | (syms_of_macros): Rename Lisp var executing-macro-index to | ||
| 39 | executing-kbd-macro-index. | ||
| 40 | |||
| 41 | * xdisp.c (move_it_in_display_line_to): Fix last change. | ||
| 42 | |||
| 43 | 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | ||
| 44 | |||
| 45 | * xmenu.c (Fx_popup_menu): Doc fix. | ||
| 46 | |||
| 47 | * charset.c (syms_of_charset): Delete defsubr for Schars_in_region. | ||
| 48 | |||
| 49 | 2005-05-02 Jason Rumney <jasonr@gnu.org> | ||
| 50 | |||
| 51 | * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes. | ||
| 52 | |||
| 53 | 2005-05-02 Nozomu Ando <nand@mac.com> | ||
| 54 | |||
| 55 | * sysselect.h: Fix typo. | ||
| 56 | |||
| 57 | 2005-05-02 Nick Roberts <nickrob@snap.net.nz> | ||
| 58 | |||
| 59 | * charset.c (Fchars_in_region): Remove as obsolete. | ||
| 60 | |||
| 61 | 2005-05-01 Kim F. Storm <storm@cua.dk> | ||
| 62 | |||
| 63 | * xdisp.c (move_it_in_display_line_to): Stop if we move beyond | ||
| 64 | TO_CHARPOS. This may happen if last glyphs was an image or stretch | ||
| 65 | glyph. | ||
| 66 | |||
| 67 | 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | ||
| 68 | |||
| 69 | * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro. | ||
| 70 | |||
| 71 | 2005-05-01 Richard M. Stallman <rms@gnu.org> | ||
| 72 | |||
| 73 | * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show): | ||
| 74 | If user cancels the menu, quit unless FOR_CLICK. | ||
| 75 | |||
| 76 | * macros.c (Vexecuting_kbd_macro): Renamed from Vexecuting_macro. | ||
| 77 | All uses changed. | ||
| 78 | (syms_of_macros): Define only executing-kbd-macro, not executing-macro. | ||
| 79 | * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro. | ||
| 80 | * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro. | ||
| 81 | * commands.h (Vexecuting_kbd_macro): Likewise. | ||
| 82 | |||
| 1 | 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org> | 83 | 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 84 | ||
| 3 | * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel. | 85 | * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel. |