Mercurial > emacs
comparison src/ChangeLog @ 57887:61d89edff420
Remove (tiny change) comments for people who have signed papers
which covers the change.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 02 Nov 2004 09:52:15 +0000 |
parents | 539ce55481ef |
children | 7f92b8204827 |
comparison
equal
deleted
inserted
replaced
57886:60d07d8a52e1 | 57887:61d89edff420 |
---|---|
5 * casefiddle.c (casify_region): Handle changes in byte-length | 5 * casefiddle.c (casify_region): Handle changes in byte-length |
6 using replace_range_2. | 6 using replace_range_2. |
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 |
14 for header line if any. | 14 for header line if any. |
15 (Fscroll_left, Fscroll_right): Don't call interactive_p; | 15 (Fscroll_left, Fscroll_right): Don't call interactive_p; |
19 (interactive_p): Don't test INTERACTIVE here. | 19 (interactive_p): Don't test INTERACTIVE here. |
20 (Finteractive_p): Doc fix. | 20 (Finteractive_p): Doc fix. |
21 | 21 |
22 * eval.c (Feval): Abort if INPUT_BLOCKED_P. | 22 * eval.c (Feval): Abort if INPUT_BLOCKED_P. |
23 | 23 |
24 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) | 24 2004-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 |
29 2004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 29 2004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
30 | 30 |
31 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to | 31 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to |
32 Fx_file_dialog if only directories should be read. | 32 Fx_file_dialog if only directories should be read. |
481 | 481 |
482 * coding.c (code_convert_region): Don't skip ASCIIs if there are | 482 * coding.c (code_convert_region): Don't skip ASCIIs if there are |
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 |
486 2004-09-30 Florian Weimer <fw@deneb.enyo.de> (tiny change) | 486 2004-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 |
490 2004-09-29 Kim F. Storm <storm@cua.dk> | 490 2004-09-29 Kim F. Storm <storm@cua.dk> |
491 | 491 |
1055 (Fset_window_start, Fscroll_up, Fscroll_down) | 1055 (Fset_window_start, Fscroll_up, Fscroll_down) |
1056 (Fother_window_for_scrolling, Fscroll_other_window) | 1056 (Fother_window_for_scrolling, Fscroll_other_window) |
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 |
1060 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) | 1060 2004-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. |
1064 | 1064 |
1065 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 1065 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
1114 * frame.c (Fdelete_frame): If we're in single_bboard_state on | 1114 * frame.c (Fdelete_frame): If we're in single_bboard_state on |
1115 this kboard, and we delete its last frame, go to any_kboard_state. | 1115 this kboard, and we delete its last frame, go to any_kboard_state. |
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 |
1119 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) | 1119 2004-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. |
1123 | 1123 |
1124 2004-07-15 David Kastrup <dak@gnu.org> | 1124 2004-07-15 David Kastrup <dak@gnu.org> |
1778 | 1778 |
1779 * process.c (wait_reading_process_input): Check connect_wait_mask | 1779 * process.c (wait_reading_process_input): Check connect_wait_mask |
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 |
1783 2004-05-23 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> (tiny change) | 1783 2004-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. |
1787 | 1787 |
1788 2004-05-22 Richard M. Stallman <rms@gnu.org> | 1788 2004-05-22 Richard M. Stallman <rms@gnu.org> |
2092 2004-05-09 Jason Rumney <jasonr@gnu.org> | 2092 2004-05-09 Jason Rumney <jasonr@gnu.org> |
2093 | 2093 |
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 |
2097 2004-05-09 Piet van Oostrum <piet@cs.uu.nl> (tiny change) | 2097 2004-05-09 Piet van Oostrum <piet@cs.uu.nl> |
2098 | 2098 |
2099 * data.c (Fquo): Simplify. | 2099 * data.c (Fquo): Simplify. |
2100 | 2100 |
2101 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change) | 2101 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change) |
2102 | 2102 |
2141 | 2141 |
2142 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org> | 2142 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org> |
2143 | 2143 |
2144 * emacs.c (main) [VMS]: Fix var ref. | 2144 * emacs.c (main) [VMS]: Fix var ref. |
2145 | 2145 |
2146 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change) | 2146 2004-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 |
2150 2004-05-06 Jason Rumney <jasonr@gnu.org> | 2150 2004-05-06 Jason Rumney <jasonr@gnu.org> |
2151 | 2151 |
2181 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): | 2181 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): |
2182 Avoid compiler warnings. | 2182 Avoid compiler warnings. |
2183 | 2183 |
2184 * Makefile.in (region-cache.o): Depend on config.h. | 2184 * Makefile.in (region-cache.o): Depend on config.h. |
2185 | 2185 |
2186 2004-05-02 Romain Francoise <romain@orebokech.com> (tiny change) | 2186 2004-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. |
2190 | 2190 |
2191 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org> | 2191 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org> |
3424 Do not initialize read_avail_input_buf in full here; instead assume it | 3424 Do not initialize read_avail_input_buf in full here; instead assume it |
3425 is always cleared on entry. To ensure that, we clear (just) the | 3425 is always cleared on entry. To ensure that, we clear (just) the |
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 |
3429 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | 3429 2004-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 |
3433 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change) | 3433 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change) |
3434 | 3434 |
4092 | 4092 |
4093 * print.c (Ferror_message_string): Add hyperlink in the docstring | 4093 * print.c (Ferror_message_string): Add hyperlink in the docstring |
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 |
4097 2003-12-29 James Clark <jjc@jclark.com> (tiny change) | 4097 2003-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 |
4101 2003-12-29 Richard M. Stallman <rms@gnu.org> | 4101 2003-12-29 Richard M. Stallman <rms@gnu.org> |
4102 | 4102 |
5152 2003-08-16 David Ponce <david@dponce.com> | 5152 2003-08-16 David Ponce <david@dponce.com> |
5153 | 5153 |
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 |
5157 2003-08-16 Juri Linkov <juri@jurta.org> (tiny change) | 5157 2003-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. |
5161 | 5161 |
5162 2003-08-15 Kenichi Handa <handa@m17n.org> | 5162 2003-08-15 Kenichi Handa <handa@m17n.org> |
5211 Conditionalize XIM code on HAVE_XIM. | 5211 Conditionalize XIM code on HAVE_XIM. |
5212 | 5212 |
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 |
5216 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) | 5216 2003-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 |
5220 2003-07-22 Stefan Monnier <monnier@cs.yale.edu> | 5220 2003-07-22 Stefan Monnier <monnier@cs.yale.edu> |
5221 | 5221 |
5439 | 5439 |
5440 * xdisp.c (reseat_1): Set it->area to TEXT_AREA. | 5440 * xdisp.c (reseat_1): Set it->area to TEXT_AREA. |
5441 | 5441 |
5442 * alloc.c (Fgarbage_collect): Doc fix. | 5442 * alloc.c (Fgarbage_collect): Doc fix. |
5443 | 5443 |
5444 2003-07-07 Nozomu Ando <nand@mac.com> (tiny change) | 5444 2003-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 |
5448 2003-07-06 Stefan Monnier <monnier@cs.yale.edu> | 5448 2003-07-06 Stefan Monnier <monnier@cs.yale.edu> |
5449 | 5449 |
6649 in the right place. | 6649 in the right place. |
6650 | 6650 |
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 |
6654 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org> (tiny change) | 6654 2003-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 |
6658 2003-05-15 Stefan Monnier <monnier@cs.yale.edu> | 6658 2003-05-15 Stefan Monnier <monnier@cs.yale.edu> |
6659 | 6659 |
8372 | 8372 |
8373 * w32fns.c (w32_load_cursor): New function. | 8373 * w32fns.c (w32_load_cursor): New function. |
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 |
8377 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change) | 8377 2003-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 |
8381 2003-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 8381 2003-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
8382 | 8382 |
8744 | 8744 |
8745 * keyboard.c (command_loop_1): Call adjust_point_for_property | 8745 * keyboard.c (command_loop_1): Call adjust_point_for_property |
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 |
8749 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change) | 8749 2002-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. |
8753 | 8753 |
8754 2003-01-02 Steven Tamm <steventamm@mac.com> | 8754 2003-01-02 Steven Tamm <steventamm@mac.com> |
8842 * editfns.c (Fformat): Add parens. | 8842 * editfns.c (Fformat): Add parens. |
8843 | 8843 |
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 |
8847 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change) | 8847 2002-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. |
8851 | 8851 |
8852 2002-12-19 David Kastrup <David.Kastrup@t-online.de> | 8852 2002-12-19 David Kastrup <David.Kastrup@t-online.de> |
10182 octal form for such eight-bit characters that can be converted to | 10182 octal form for such eight-bit characters that can be converted to |
10183 multibyte char. | 10183 multibyte char. |
10184 | 10184 |
10185 2002-08-26 Kim F. Storm <storm@cua.dk> | 10185 2002-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 |
10190 2002-08-26 Miles Bader <miles@gnu.org> | 10190 2002-08-26 Miles Bader <miles@gnu.org> |
10191 | 10191 |
10192 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it. | 10192 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it. |
10193 | 10193 |