diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f14f216f1d3..4f6cb895004 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,69 @@ | |||
| 1 | 2005-12-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.c (xg_get_file_with_chooser): Changed message shown | ||
| 4 | in file chooser. | ||
| 5 | |||
| 6 | 2005-12-27 Richard M. Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * lread.c (readevalloop): Set PT and ZV in the proper buffer, | ||
| 9 | not the current one. | ||
| 10 | |||
| 11 | * minibuf.c (Fminibuffer_message): Doc fix. | ||
| 12 | (read_minibuf): Set current_buffer->enable_multibyte_characters sooner. | ||
| 13 | |||
| 14 | * eval.c (do_autoload): Ignore elements of Vautoload_queue | ||
| 15 | where car is not symbol. | ||
| 16 | |||
| 17 | 2005-12-27 Kenichi Handa <handa@m17n.org> | ||
| 18 | |||
| 19 | * charset.c (lisp_string_width): Check multibyteness of STRING. | ||
| 20 | |||
| 21 | 2005-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 22 | |||
| 23 | * xfns.c: x_show_hidden_files, new variable. | ||
| 24 | (syms_of_xfns): Defvar it. | ||
| 25 | |||
| 26 | * gtkutil.c (xg_toggle_visibility_cb): New function. | ||
| 27 | (xg_get_file_with_chooser): Add toggle hidden files and a message | ||
| 28 | to the new file chooser dialog. Show hidden files if | ||
| 29 | x_show_hidden_files is non-zero. | ||
| 30 | |||
| 31 | 2005-12-26 Richard M. Stallman <rms@gnu.org> | ||
| 32 | |||
| 33 | * keyboard.h: Undo previous change. | ||
| 34 | |||
| 35 | * Makefile.in (undo.o): Undo previous change. | ||
| 36 | |||
| 37 | * undo.c: Undo previous change. | ||
| 38 | |||
| 39 | 2005-12-26 Luc Teirlinck <teirllm@auburn.edu> | ||
| 40 | |||
| 41 | * keyboard.h: extern last_point_position_window. | ||
| 42 | |||
| 43 | * undo.c: include keyboard.h. | ||
| 44 | |||
| 45 | * Makefile.in (undo.o): Depend on keyboard.h. | ||
| 46 | |||
| 47 | 2005-12-26 Richard M. Stallman <rms@gnu.org> | ||
| 48 | |||
| 49 | * commands.h (last_point_position_window): Declare. | ||
| 50 | |||
| 51 | * undo.c: Depend on window.h. | ||
| 52 | (record_point): Save old point from the correct window. | ||
| 53 | |||
| 54 | * keyboard.c (last_point_position_window): New variable. | ||
| 55 | (command_loop_1): Set last_point_position_window. | ||
| 56 | (syms_of_keyboard): Init it. | ||
| 57 | |||
| 58 | * Makefile.in (undo.o): Depend on window.h. | ||
| 59 | |||
| 60 | 2005-12-25 Richard M. Stallman <rms@gnu.org> | ||
| 61 | |||
| 62 | * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue | ||
| 63 | to undo a `provide'. | ||
| 64 | |||
| 65 | * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue. | ||
| 66 | |||
| 1 | 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> | 67 | 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> |
| 2 | 68 | ||
| 3 | * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD): | 69 | * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD): |