Mercurial > emacs
comparison src/ChangeLog @ 67340:52f474d67328
*** empty log message ***
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Tue, 06 Dec 2005 07:40:47 +0000 |
parents | a0ed2cb60ba3 |
children | 8fd060c85b66 |
comparison
equal
deleted
inserted
replaced
67339:7a9d49053af3 | 67340:52f474d67328 |
---|---|
1 2005-12-06 Ken Raeburn <raeburn@gnu.org> | |
2 | |
3 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP | |
4 argument. | |
5 * bytecode.c (Fbyte_code): Likewise. | |
6 * fileio.c (internal_delete_file, Fread_file_name_internal): | |
7 Likewise. | |
8 * minibuf.c (Fminibuffer_complete_and_exit): Likewise. | |
9 * undo.c (truncate_undo_list): Likewise. | |
10 | |
1 2005-12-05 Richard M. Stallman <rms@gnu.org> | 11 2005-12-05 Richard M. Stallman <rms@gnu.org> |
2 | 12 |
3 * window.c (enlarge_window): Eliminate arg preserve_before. | 13 * window.c (enlarge_window): Eliminate arg preserve_before. |
4 Assume it is 0. All callers changed. | 14 Assume it is 0. All callers changed. |
5 (Fenlarge_window, Fshrink_window): Likewise. | 15 (Fenlarge_window, Fshrink_window): Likewise. |
95 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise. | 105 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise. |
96 | 106 |
97 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]: | 107 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]: |
98 Add prototype. | 108 Add prototype. |
99 | 109 |
100 2005-11-21 Ken Raeburn <raeburn@mit.edu> | 110 2005-11-21 Ken Raeburn <raeburn@gnu.org> |
101 | 111 |
102 * keymap.c (shadow_lookup): Use make_number to pass a number to | 112 * keymap.c (shadow_lookup): Use make_number to pass a number to |
103 Fsubstring. | 113 Fsubstring. |
104 | 114 |
105 2005-11-21 Juri Linkov <juri@jurta.org> | 115 2005-11-21 Juri Linkov <juri@jurta.org> |
16329 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de> | 16339 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de> |
16330 | 16340 |
16331 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the | 16341 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the |
16332 end of the buffer. | 16342 end of the buffer. |
16333 | 16343 |
16334 2002-08-08 Ken Raeburn <raeburn@mit.edu> | 16344 2002-08-08 Ken Raeburn <raeburn@gnu.org> |
16335 | 16345 |
16336 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup. | 16346 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup. |
16337 | 16347 |
16338 * puresize.h (BASE_PURESIZE): Increase to 910000. | 16348 * puresize.h (BASE_PURESIZE): Increase to 910000. |
16339 | 16349 |