diff options
| author | Karoly Lorentey | 2006-01-03 02:15:28 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-01-03 02:15:28 +0000 |
| commit | b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf (patch) | |
| tree | 87bc562249d9e597e12406e1d9b1c7dfb0f937e5 /src/ChangeLog | |
| parent | b3e6f69c10973ff7b040ced07a3a084960619681 (diff) | |
| parent | 55262b16df717fe533ea4ad23dac3f02398c9055 (diff) | |
| download | emacs-b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf.tar.gz emacs-b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 682)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-682
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-490
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4f6cb895004..6ad7c939bce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,51 @@ | |||
| 1 | 2006-01-01 Ken Raeburn <raeburn@gnu.org> | ||
| 2 | |||
| 3 | * callproc.c (Fcall_process_region): Bind file-name-handler-alist | ||
| 4 | to nil for the call to Fwrite_region. | ||
| 5 | |||
| 6 | 2005-12-31 Richard M. Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * minibuf.c (read_minibuf): Clear out all other minibuffer windows. | ||
| 9 | |||
| 10 | 2005-12-31 Eli Zaretskii <eliz@gnu.org> | ||
| 11 | |||
| 12 | * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake. | ||
| 13 | |||
| 14 | 2005-12-30 Luc Teirlinck <teirllm@auburn.edu> | ||
| 15 | |||
| 16 | * textprop.c (set_text_properties): Reword description of return value. | ||
| 17 | Return Qnil if caller wants to remove all text properties from a | ||
| 18 | string and the string already has no intervals. | ||
| 19 | |||
| 20 | 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 21 | |||
| 22 | * term.c (visible_cursor): New boolean var. | ||
| 23 | (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on | ||
| 24 | visible_cursor. | ||
| 25 | (syms_of_term): Export the new var as "visible-cursor". | ||
| 26 | |||
| 27 | 2005-12-30 Eli Zaretskii <eliz@gnu.org> | ||
| 28 | |||
| 29 | * .gdbinit: Tell users not to worry about GDB warnings that some | ||
| 30 | functions do not exist in the binary. | ||
| 31 | |||
| 32 | 2005-12-30 Andreas Schwab <schwab@suse.de> | ||
| 33 | |||
| 34 | * process.c (Fnetwork_interface_info): Correctly terminate the | ||
| 35 | loop over ifflag_table. | ||
| 36 | |||
| 37 | 2005-12-29 Richard M. Stallman <rms@gnu.org> | ||
| 38 | |||
| 39 | * lread.c (readevalloop): Test for reading a whole buffer | ||
| 40 | before actually reading anything. Handle all cases, including | ||
| 41 | START = END = nil and an already-narrowed buffer. | ||
| 42 | Convert END to a marker if it is a number. | ||
| 43 | |||
| 44 | * keymap.c (describe_map): Put sparse map elements into an array, | ||
| 45 | sort them, then output a sequence of identical bindings on one line. | ||
| 46 | (struct describe_map_elt): New data type. | ||
| 47 | (describe_map_compare): New function. | ||
| 48 | |||
| 1 | 2005-12-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 49 | 2005-12-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 50 | ||
| 3 | * gtkutil.c (xg_get_file_with_chooser): Changed message shown | 51 | * gtkutil.c (xg_get_file_with_chooser): Changed message shown |