aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 20a3a8e2511..498adf460d1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,7 +7,7 @@
7 7
8 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb. 8 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
9 9
10 * xdisp.c (back_to_previous_visible_line_start): 10 * xdisp.c (back_to_previous_visible_line_start):
11 Subtract 1 from pos when checking previous newline for invisibility. 11 Subtract 1 from pos when checking previous newline for invisibility.
12 12
13 * window.c (window_scroll_pixel_based): Update preserve_y 13 * window.c (window_scroll_pixel_based): Update preserve_y
@@ -21,10 +21,10 @@
21 21
22 * eval.c (Feval): Abort if INPUT_BLOCKED_P. 22 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
23 23
242004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) 242004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
25 25
26 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for 26 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
27 comapring font names. 27 comparing font names.
28 28
292004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 292004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
30 30
@@ -483,7 +483,7 @@
483 compositions to encode. 483 compositions to encode.
484 (encode_coding_string): Likewise. Free composition data. 484 (encode_coding_string): Likewise. Free composition data.
485 485
4862004-09-30 Florian Weimer <fw@deneb.enyo.de> (tiny change) 4862004-09-30 Florian Weimer <fw@deneb.enyo.de>
487 487
488 * coding.c (code_convert_region): Free composition data. 488 * coding.c (code_convert_region): Free composition data.
489 489
@@ -1057,7 +1057,7 @@
1057 (Fsave_window_excursion, Fset_window_vscroll) 1057 (Fsave_window_excursion, Fset_window_vscroll)
1058 (syms_of_window) <window-size-fixed>: Doc fixes. 1058 (syms_of_window) <window-size-fixed>: Doc fixes.
1059 1059
10602004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) 10602004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
1061 1061
1062 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of 1062 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
1063 ENCODE_SYSTEM for filenames. 1063 ENCODE_SYSTEM for filenames.
@@ -1116,7 +1116,7 @@
1116 1116
1117 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix. 1117 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
1118 1118
11192004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) 11192004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
1120 1120
1121 * w32fns.c (Fx_file_dialog): Encode strings in system coding 1121 * w32fns.c (Fx_file_dialog): Encode strings in system coding
1122 system before passing them to OS functions for display. 1122 system before passing them to OS functions for display.
@@ -1780,7 +1780,7 @@
1780 before actually accepting connection in case it has already been 1780 before actually accepting connection in case it has already been
1781 accepted due to recursion. 1781 accepted due to recursion.
1782 1782
17832004-05-23 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> (tiny change) 17832004-05-23 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu>
1784 1784
1785 * coding.c (Fset_safe_terminal_coding_system_internal): 1785 * coding.c (Fset_safe_terminal_coding_system_internal):
1786 Set suppress_error in safe_terminal_coding, not terminal_coding. 1786 Set suppress_error in safe_terminal_coding, not terminal_coding.
@@ -2094,7 +2094,7 @@
2094 * w32fns.c (Vw32_ansi_code_page): New Lisp variable. 2094 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
2095 (globals_of_w32fns): Set it. 2095 (globals_of_w32fns): Set it.
2096 2096
20972004-05-09 Piet van Oostrum <piet@cs.uu.nl> (tiny change) 20972004-05-09 Piet van Oostrum <piet@cs.uu.nl>
2098 2098
2099 * data.c (Fquo): Simplify. 2099 * data.c (Fquo): Simplify.
2100 2100
@@ -2143,7 +2143,7 @@
2143 2143
2144 * emacs.c (main) [VMS]: Fix var ref. 2144 * emacs.c (main) [VMS]: Fix var ref.
2145 2145
21462004-05-06 Romain Francoise <romain@orebokech.com> (tiny change) 21462004-05-06 Romain Francoise <romain@orebokech.com>
2147 2147
2148 * data.c (Fsetq_default): Fix docstring. 2148 * data.c (Fsetq_default): Fix docstring.
2149 2149
@@ -2183,7 +2183,7 @@
2183 2183
2184 * Makefile.in (region-cache.o): Depend on config.h. 2184 * Makefile.in (region-cache.o): Depend on config.h.
2185 2185
21862004-05-02 Romain Francoise <romain@orebokech.com> (tiny change) 21862004-05-02 Romain Francoise <romain@orebokech.com>
2187 2187
2188 * indent.c (compute_motion): Save vpos in prev_vpos when dealing 2188 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
2189 with continuation lines, too. 2189 with continuation lines, too.
@@ -3426,7 +3426,7 @@
3426 entries that were used before we return. 3426 entries that were used before we return.
3427 (init_keyboard): Initialize read_avail_input_buf here. 3427 (init_keyboard): Initialize read_avail_input_buf here.
3428 3428
34292004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) 34292004-02-16 Jesper Harder <harder@ifa.au.dk>
3430 3430
3431 * cmds.c (Fend_of_line): Doc fix. 3431 * cmds.c (Fend_of_line): Doc fix.
3432 3432
@@ -4094,7 +4094,7 @@
4094 to the definition of `signal' in the Elisp manual. 4094 to the definition of `signal' in the Elisp manual.
4095 * eval.c (Fsignal): Ditto. 4095 * eval.c (Fsignal): Ditto.
4096 4096
40972003-12-29 James Clark <jjc@jclark.com> (tiny change) 40972003-12-29 James Clark <jjc@jclark.com>
4098 4098
4099 * fns.c (internal_equal): Return t for two NaN arguments. 4099 * fns.c (internal_equal): Return t for two NaN arguments.
4100 4100
@@ -5154,7 +5154,7 @@
5154 * fileio.c (Fwrite_region): Fix conditional expression to issue 5154 * fileio.c (Fwrite_region): Fix conditional expression to issue
5155 the right message. 5155 the right message.
5156 5156
51572003-08-16 Juri Linkov <juri@jurta.org> (tiny change) 51572003-08-16 Juri Linkov <juri@jurta.org>
5158 5158
5159 * syntax.c (Fforward_word): Argument changed to optional. 5159 * syntax.c (Fforward_word): Argument changed to optional.
5160 Set default value to 1. 5160 Set default value to 1.
@@ -5213,7 +5213,7 @@
5213 * fns.c (Fclear_string): New function. 5213 * fns.c (Fclear_string): New function.
5214 (syms_of_fns): defsubr it. 5214 (syms_of_fns): defsubr it.
5215 5215
52162003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) 52162003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
5217 5217
5218 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x. 5218 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
5219 5219
@@ -5441,7 +5441,7 @@
5441 5441
5442 * alloc.c (Fgarbage_collect): Doc fix. 5442 * alloc.c (Fgarbage_collect): Doc fix.
5443 5443
54442003-07-07 Nozomu Ando <nand@mac.com> (tiny change) 54442003-07-07 Nozomu Ando <nand@mac.com>
5445 5445
5446 * buffer.c (Fkill_buffer): Clear charpos cache if necessary. 5446 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
5447 5447
@@ -6651,7 +6651,7 @@
6651 * alloc.c (Fgarbage_collect): Cast pointers into specpdl 6651 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
6652 to avoid GCC warning. 6652 to avoid GCC warning.
6653 6653
66542003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org> (tiny change) 66542003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
6655 6655
6656 * fileio.c (Fdelete_file): Handle symlinks pointing to directories. 6656 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
6657 6657
@@ -8374,7 +8374,7 @@
8374 (w32_init_class): Use it. 8374 (w32_init_class): Use it.
8375 (x_put_x_image): Declare all args. 8375 (x_put_x_image): Declare all args.
8376 8376
83772003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change) 83772003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
8378 8378
8379 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG. 8379 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
8380 8380
@@ -8746,7 +8746,7 @@
8746 in direct action cases for Qforward_char and Qbackward_char. 8746 in direct action cases for Qforward_char and Qbackward_char.
8747 Set already_adjusted so it won't be done twice. 8747 Set already_adjusted so it won't be done twice.
8748 8748
87492002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change) 87492002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
8750 8750
8751 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in 8751 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
8752 type definition of size_t. 8752 type definition of size_t.
@@ -8844,7 +8844,7 @@
8844 * dired.c (file_name_completion): Fix that change. 8844 * dired.c (file_name_completion): Fix that change.
8845 Delete special quit-handling code; just use QUIT. 8845 Delete special quit-handling code; just use QUIT.
8846 8846
88472002-12-21 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change) 88472002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
8848 8848
8849 * dired.c (file_name_completion): Close directory on error 8849 * dired.c (file_name_completion): Close directory on error
8850 just as in directory_files_internal. 8850 just as in directory_files_internal.
@@ -10184,8 +10184,8 @@
10184 10184
101852002-08-26 Kim F. Storm <storm@cua.dk> 101852002-08-26 Kim F. Storm <storm@cua.dk>
10186 10186
10187 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize foreground 10187 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
10188 and background colors. From Joe Buehler (tiny change). 10188 foreground and background colors. From Joe Buehler.
10189 10189
101902002-08-26 Miles Bader <miles@gnu.org> 101902002-08-26 Miles Bader <miles@gnu.org>
10191 10191