diff options
| author | Karoly Lorentey | 2005-12-10 21:18:28 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-12-10 21:18:28 +0000 |
| commit | 16986fcfcca94e88e620c38775e15f758aa44935 (patch) | |
| tree | 1006528b714927481dc4ef9e649efa10eee17433 /src/ChangeLog | |
| parent | 9ef706664e98e37e9633712126bae99869904677 (diff) | |
| parent | e67f8828f5f9c4ba3697e048c6386c5e9c0c801e (diff) | |
| download | emacs-16986fcfcca94e88e620c38775e15f758aa44935.tar.gz emacs-16986fcfcca94e88e620c38775e15f758aa44935.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-664
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-665
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-666
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-447
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 67 |
1 files changed, 65 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 256172630ef..4fa4093631f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,66 @@ | |||
| 1 | 2005-12-07 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | ||
| 2 | |||
| 3 | * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame, | ||
| 4 | when needed. | ||
| 5 | |||
| 6 | 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 8 | * minibuf.c (keys_of_minibuf): Just unbind SPC in | ||
| 9 | Vminibuffer_local_filename_completion_map rather than forcing it | ||
| 10 | explicitly to the same binding as the global map. | ||
| 11 | |||
| 12 | 2005-12-06 Ken Raeburn <raeburn@gnu.org> | ||
| 13 | |||
| 14 | * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP | ||
| 15 | argument. | ||
| 16 | * bytecode.c (Fbyte_code): Likewise. | ||
| 17 | * fileio.c (internal_delete_file, Fread_file_name_internal): | ||
| 18 | Likewise. | ||
| 19 | * minibuf.c (Fminibuffer_complete_and_exit): Likewise. | ||
| 20 | * undo.c (truncate_undo_list): Likewise. | ||
| 21 | |||
| 22 | 2005-12-05 Richard M. Stallman <rms@gnu.org> | ||
| 23 | |||
| 24 | * window.c (enlarge_window): Eliminate arg preserve_before. | ||
| 25 | Assume it is 0. All callers changed. | ||
| 26 | (Fenlarge_window, Fshrink_window): Likewise. | ||
| 27 | |||
| 28 | 2005-12-02 Eli Zaretskii <eliz@gnu.org> | ||
| 29 | |||
| 30 | * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't | ||
| 31 | fit below. | ||
| 32 | |||
| 33 | 2005-12-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 34 | |||
| 35 | * xterm.h: Add prototype for xg_set_icon_from_xpm_data. | ||
| 36 | |||
| 37 | * xfns.c (x_real_positions): int ign => unsigned int. | ||
| 38 | (xg_set_icon_from_xpm_data): Remove unused variable err. | ||
| 39 | (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast | ||
| 40 | to remove compiler warning. | ||
| 41 | (compute_tip_xy): Put tip above pointer if it doesn't fit below. | ||
| 42 | |||
| 43 | 2005-12-02 David Reitter <david.reitter@gmail.com> | ||
| 44 | |||
| 45 | * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is | ||
| 46 | non-nil, use the new keymaps Vminibuffer_local_filename_completion_map | ||
| 47 | and Vminibuffer_local_must_match_filename_map keymaps. | ||
| 48 | (keys_of_minibuf): Bind SPC in the new file-name completion keymaps. | ||
| 49 | |||
| 50 | * keymap.c (Vminibuffer_local_filename_completion_map) | ||
| 51 | (Vminibuffer_local_must_match_filename_map): New variables. | ||
| 52 | (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their | ||
| 53 | parent to be Vminibuffer_local_completion_map and | ||
| 54 | Vminibuffer_local_must_match_map, respectively. | ||
| 55 | |||
| 56 | * commands.h (Vminibuffer_local_filename_completion_map) | ||
| 57 | (Vminibuffer_local_must_match_filename_map): Declare the new keymaps. | ||
| 58 | |||
| 59 | 2005-12-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 60 | |||
| 61 | * window.c (Fset_window_configuration): Don't accidentally copy the | ||
| 62 | window-point of one window to another. | ||
| 63 | |||
| 1 | 2005-11-30 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 64 | 2005-11-30 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> |
| 2 | 65 | ||
| 3 | * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer. | 66 | * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer. |
| @@ -55,7 +118,7 @@ | |||
| 55 | * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]: | 118 | * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]: |
| 56 | Add prototype. | 119 | Add prototype. |
| 57 | 120 | ||
| 58 | 2005-11-21 Ken Raeburn <raeburn@mit.edu> | 121 | 2005-11-21 Ken Raeburn <raeburn@gnu.org> |
| 59 | 122 | ||
| 60 | * keymap.c (shadow_lookup): Use make_number to pass a number to | 123 | * keymap.c (shadow_lookup): Use make_number to pass a number to |
| 61 | Fsubstring. | 124 | Fsubstring. |
| @@ -16289,7 +16352,7 @@ | |||
| 16289 | * xdisp.c (forward_to_next_line_start): Return 0 when reaching the | 16352 | * xdisp.c (forward_to_next_line_start): Return 0 when reaching the |
| 16290 | end of the buffer. | 16353 | end of the buffer. |
| 16291 | 16354 | ||
| 16292 | 2002-08-08 Ken Raeburn <raeburn@mit.edu> | 16355 | 2002-08-08 Ken Raeburn <raeburn@gnu.org> |
| 16293 | 16356 | ||
| 16294 | * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup. | 16357 | * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup. |
| 16295 | 16358 | ||