comparison src/ChangeLog @ 43163:a7594a7b2ca2

*** empty log message ***
author Andreas Schwab <schwab@suse.de>
date Thu, 07 Feb 2002 11:12:04 +0000
parents c69608fb5b19
children 9714dc041391
comparison
equal deleted inserted replaced
43162:a62b272dc382 43163:a7594a7b2ca2
1 2002-02-07 Andreas Schwab <schwab@suse.de>
2
3 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
4
5 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
6
1 2002-02-06 Kim F. Storm <storm@cua.dk> 7 2002-02-06 Kim F. Storm <storm@cua.dk>
2 8
3 * keymap.c (Fdefine_key): Allow symbol as KEY argument for 9 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
4 defining command remapping. Doc updated. 10 defining command remapping. Doc updated.
5 (Flookup_key): Remap command through keymap if KEY is a symbol. 11 (Flookup_key): Remap command through keymap if KEY is a symbol.
18 24
19 * keyboard.c (Vthis_original_command): New variable. 25 * keyboard.c (Vthis_original_command): New variable.
20 (syms_of_keyboard): DEFVAR_LISP it. 26 (syms_of_keyboard): DEFVAR_LISP it.
21 (command_loop_1): Set it, and perform command remapping. 27 (command_loop_1): Set it, and perform command remapping.
22 28
23 2002-02-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 29 2002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
24 30
25 * keyboard.c (recursive_edit_1): Call cancel_hourglass 31 * keyboard.c (recursive_edit_1): Call cancel_hourglass
26 unconditionally. 32 unconditionally.
27 33
28 2002-02-06 Jason Rumney <jasonr@gnu.org> 34 2002-02-06 Jason Rumney <jasonr@gnu.org>
59 65
60 * xfaces.c (realize_default_face): Don't set the weight and slant 66 * xfaces.c (realize_default_face): Don't set the weight and slant
61 of the default face to Qnormal, unless these attributes are 67 of the default face to Qnormal, unless these attributes are
62 unspecified. 68 unspecified.
63 69
64 2002-02-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 70 2002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
65 71
66 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]: 72 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
67 Call cancel_hourglass unconditionally. 73 Call cancel_hourglass unconditionally.
68 74
69 * eval.c (Fsignal): Remove duplicated declaration of 75 * eval.c (Fsignal): Remove duplicated declaration of
81 87
82 2002-01-27 Richard M. Stallman <rms@gnu.org> 88 2002-01-27 Richard M. Stallman <rms@gnu.org>
83 89
84 * minibuf.c (Fcompleting_read): Doc fix. 90 * minibuf.c (Fcompleting_read): Doc fix.
85 91
86 2002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 92 2002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz>
87 93
88 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function) 94 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
89 (Fread_variable, Fread_buffer, minibuffer-completion-confirm): 95 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
90 Fix doc-strings. 96 Fix doc-strings.
91 97
94 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively. 100 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
95 101
96 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively 102 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
97 and scroll_up_aggressively. 103 and scroll_up_aggressively.
98 104
99 2002-01-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 105 2002-01-26 Pavel Jan,Am(Bk <Pavel@Janik.cz>
100 106
101 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes. 107 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
102 108
103 2002-01-25 Stefan Monnier <monnier@cs.yale.edu> 109 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
104 110
149 2002-01-21 Jan D. <Jan.Djarv@mbox200.swipnet.se> 155 2002-01-21 Jan D. <Jan.Djarv@mbox200.swipnet.se>
150 156
151 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust 157 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
152 if fullscreen is being set. 158 if fullscreen is being set.
153 159
154 2002-01-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 160 2002-01-21 Pavel Jan,Am(Bk <Pavel@Janik.cz>
155 161
156 * minibuf.c (Fminibuffer_contents) 162 * minibuf.c (Fminibuffer_contents)
157 (Fminibuffer_contents_no_properties, Fread_from_minibuffer) 163 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
158 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes. 164 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
159 165
189 195
190 2002-01-20 Richard M. Stallman <rms@gnu.org> 196 2002-01-20 Richard M. Stallman <rms@gnu.org>
191 197
192 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1. 198 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
193 199
194 2002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 200 2002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
195 201
196 * doprnt.c (doprnt1): Fix typos in error call. 202 * doprnt.c (doprnt1): Fix typos in error call.
197 203
198 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il> 204 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
199 205
215 Exclude vertical fonts. Exclude proportional fonts unless 221 Exclude vertical fonts. Exclude proportional fonts unless
216 include_proportional is non-nil. 222 include_proportional is non-nil.
217 (w32_enable_synthesized_fonts): Change to a boolean. 223 (w32_enable_synthesized_fonts): Change to a boolean.
218 (Fw32_send_sys_command): Doc fix. 224 (Fw32_send_sys_command): Doc fix.
219 225
220 2002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 226 2002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz>
221 227
222 * dispnew.c (update_frame): Move the variable `tem' to the block 228 * dispnew.c (update_frame): Move the variable `tem' to the block
223 where it is used. 229 where it is used.
224 230
225 2002-01-19 Jason Rumney <jasonr@gnu.org> 231 2002-01-19 Jason Rumney <jasonr@gnu.org>
235 2002-01-17 Richard M. Stallman <rms@gnu.org> 241 2002-01-17 Richard M. Stallman <rms@gnu.org>
236 242
237 * window.c (enlarge_window): When exceeding size of parent, 243 * window.c (enlarge_window): When exceeding size of parent,
238 directly delete all the siblings instead of trying to resize it. 244 directly delete all the siblings instead of trying to resize it.
239 245
240 2002-01-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 246 2002-01-17 Pavel Jan,Am(Bk <Pavel@Janik.cz>
241 247
242 * term.c (set_tty_color_mode): Remove unused variable `tem'. 248 * term.c (set_tty_color_mode): Remove unused variable `tem'.
243 249
244 2002-01-16 Henrik Enberg <henrik@enberg.org> 250 2002-01-16 Henrik Enberg <henrik@enberg.org>
245 251
251 is invisible. This can happen if cursor is on top line of a 257 is invisible. This can happen if cursor is on top line of a
252 window, and we switch to a buffer with a header line. 258 window, and we switch to a buffer with a header line.
253 259
254 * w32term.c (x_erase_phys_cursor): Ditto. 260 * w32term.c (x_erase_phys_cursor): Ditto.
255 261
256 2002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 262 2002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
257 263
258 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of 264 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
259 `dont_resize' only when used. 265 `dont_resize' only when used.
260 266
261 * xdisp.c: Remove forgotten extern declaration of `Qimage'. 267 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
263 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il> 269 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
264 270
265 * xdisp.c (display_mode_element): When computing charpos, depend 271 * xdisp.c (display_mode_element): When computing charpos, depend
266 on multibyteness of elt, not the text in field. 272 on multibyteness of elt, not the text in field.
267 273
268 2002-01-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 274 2002-01-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
269 275
270 * buffer.c (Fkill_all_local_variables): Increment 276 * buffer.c (Fkill_all_local_variables): Increment
271 `update_mode_lines' only once. 277 `update_mode_lines' only once.
272 278
273 2002-01-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 279 2002-01-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
274 280
275 * lisp.h (adjust_after_replace_noundo) 281 * lisp.h (adjust_after_replace_noundo)
276 (Fupdate_coding_systems_internal): Add prototypes. 282 (Fupdate_coding_systems_internal): Add prototypes.
277 283
278 * sound.c (Fplay_sound): Initialize header_size also for :data case. 284 * sound.c (Fplay_sound): Initialize header_size also for :data case.
337 343
338 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option. 344 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
339 (syms_of_w32fns): DEFVAR_BOOL it. 345 (syms_of_w32fns): DEFVAR_BOOL it.
340 (w32_wnd_proc): Handle new "XBUTTON" messages. 346 (w32_wnd_proc): Handle new "XBUTTON" messages.
341 347
342 2002-01-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 348 2002-01-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
343 349
344 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'. 350 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
345 351
346 2002-01-13 Andreas Schwab <schwab@suse.de> 352 2002-01-13 Andreas Schwab <schwab@suse.de>
347 353
441 before minor mode maps. 447 before minor mode maps.
442 448
443 * editfns.c (Fformat): Update thissize from field_width 449 * editfns.c (Fformat): Update thissize from field_width
444 based on the actual width, in the string case. 450 based on the actual width, in the string case.
445 451
446 2002-01-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 452 2002-01-01 Pavel Jan,Am(Bk <Pavel@Janik.cz>
447 453
448 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment 454 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
449 when used as truth value to prevent gcc warnings. 455 when used as truth value to prevent gcc warnings.
450 456
451 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c, 457 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
554 (Fenlarge_window): New arg PRESERVE_BEFORE. 560 (Fenlarge_window): New arg PRESERVE_BEFORE.
555 561
556 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte 562 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
557 instead of Fstring_as_unibyte. 563 instead of Fstring_as_unibyte.
558 564
559 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 565 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
560 566
561 The following changes remove mocklisp support: 567 The following changes remove mocklisp support:
562 568
563 * mocklisp.h, mocklisp.c: Files removed. 569 * mocklisp.h, mocklisp.c: Files removed.
564 570
627 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il> 633 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
628 634
629 * Makefile.in (lisp, shortlisp): Synchronize with changes to 635 * Makefile.in (lisp, shortlisp): Synchronize with changes to
630 lisp/Makefile.in:DONTCOMPILE. 636 lisp/Makefile.in:DONTCOMPILE.
631 637
632 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 638 2001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz>
633 639
634 * xdisp.c (window_box_height): Do not return negative values. 640 * xdisp.c (window_box_height): Do not return negative values.
635 From Gerd Moellmann <gerd@gnu.org>. 641 From Gerd Moellmann <gerd@gnu.org>.
636 642
637 * keyboard.c (head_table): Add missing braces around initializer. 643 * keyboard.c (head_table): Add missing braces around initializer.
724 Use the former if GNU_LINUX. 730 Use the former if GNU_LINUX.
725 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux. 731 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
726 732
727 * s/gnu-linux.h (GNU_LINUX): Defined. 733 * s/gnu-linux.h (GNU_LINUX): Defined.
728 734
729 2001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 735 2001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
730 736
731 * macros.c, msdos.c, w16select.c: Change doc-string comments to 737 * macros.c, msdos.c, w16select.c: Change doc-string comments to
732 `new style' [w/`doc:' keyword]. 738 `new style' [w/`doc:' keyword].
733 739
734 2001-12-10 Jason Rumney <jasonr@gnu.org> 740 2001-12-10 Jason Rumney <jasonr@gnu.org>
735 741
736 * w32menu.c (w32_free_submenu_strings): Clear menu item struct 742 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
737 before using. 743 before using.
738 744
739 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 745 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
740 746
741 * dosfns.c: Change doc-string comments to `new style' [w/`doc:' 747 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
742 keyword]. 748 keyword].
743 749
744 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il> 750 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
755 (add_menu_item): Process pop-up menus first to avoid memory leak. 761 (add_menu_item): Process pop-up menus first to avoid memory leak.
756 (add_menu_item, w32_menu_display_help): Use `help' field as 762 (add_menu_item, w32_menu_display_help): Use `help' field as
757 Lisp_Object. 763 Lisp_Object.
758 (w32_free_submenu_strings): Only free owner-drawn strings. 764 (w32_free_submenu_strings): Only free owner-drawn strings.
759 765
760 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 766 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
761 767
762 * COPYING: Moved back. 768 * COPYING: Moved back.
763 769
764 * charset.c (char_to_string_1, translate_char, Fdefine_charset): 770 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
765 Add parentheses around && within ||. 771 Add parentheses around && within ||.
854 (Fdocumentation_property): Take advantage of the fact that 860 (Fdocumentation_property): Take advantage of the fact that
855 get_doc_string now ignores the sign of the docstring position. 861 get_doc_string now ignores the sign of the docstring position.
856 862
857 * eval.c: Use standard syntax for usage in docstrings. 863 * eval.c: Use standard syntax for usage in docstrings.
858 864
859 2001-12-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 865 2001-12-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
860 866
861 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option. 867 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
862 868
863 2001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 869 2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
864 870
865 * xterm.c (x_draw_image_relief): Use predefined macro instead of 871 * xterm.c (x_draw_image_relief): Use predefined macro instead of
866 constant when the value of `tool_bar_button_relief' is negative. 872 constant when the value of `tool_bar_button_relief' is negative.
867 873
868 2001-12-02 Richard M. Stallman <rms@gnu.org> 874 2001-12-02 Richard M. Stallman <rms@gnu.org>
954 960
955 * w32term.h: Merged changes from xterm.h. 961 * w32term.h: Merged changes from xterm.h.
956 * w32term.c: Merged changes from xterm.c. 962 * w32term.c: Merged changes from xterm.c.
957 * w32fns.c: Merged changes from xfns.c. 963 * w32fns.c: Merged changes from xfns.c.
958 964
959 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 965 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
960 966
961 * COPYING: Removed. 967 * COPYING: Removed.
962 968
963 2001-11-29 Dave Love <fx@gnu.org> 969 2001-11-29 Dave Love <fx@gnu.org>
964 970
965 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an 971 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
966 extra extra slot. 972 extra extra slot.
967 (detect_coding_mask): Fix call of detect_coding_iso2022. 973 (detect_coding_mask): Fix call of detect_coding_iso2022.
968 974
969 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 975 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
970 976
971 * fileio.c (file-name-coding-system) 977 * fileio.c (file-name-coding-system)
972 (default-file-name-coding-system): Doc fix (links to referenced 978 (default-file-name-coding-system): Doc fix (links to referenced
973 variables added). 979 variables added).
974 980
1011 2001-11-28 Gerd Moellmann <gerd@gnu.org> 1017 2001-11-28 Gerd Moellmann <gerd@gnu.org>
1012 1018
1013 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if 1019 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
1014 OVERLAPS_P. 1020 OVERLAPS_P.
1015 1021
1016 2001-11-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1022 2001-11-28 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1017 1023
1018 * xdisp.c (message_dolog): Remove unused variables `gcpro2', 1024 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
1019 `gcpro3' and `gcpro4'. 1025 `gcpro3' and `gcpro4'.
1020 1026
1021 * coding.c (decode_coding_string): Remove unused variable `gcpro1'. 1027 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
1128 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il> 1134 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1129 1135
1130 * msdos.c (IT_clear_screen): If the frame's faces are not yet 1136 * msdos.c (IT_clear_screen): If the frame's faces are not yet
1131 realized, use the initial screen colors to clear the screen. 1137 realized, use the initial screen colors to clear the screen.
1132 1138
1133 2001-11-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1139 2001-11-23 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1134 1140
1135 * textprop.c (Fset_text_properties): Remove unused variables 1141 * textprop.c (Fset_text_properties): Remove unused variables
1136 `unchanged', `prev_changed', `s' and `len'. 1142 `unchanged', `prev_changed', `s' and `len'.
1137 1143
1138 * search.c (Freplace_match): Remove unused variable `inslen'. 1144 * search.c (Freplace_match): Remove unused variable `inslen'.
1256 1262
1257 2001-11-18 Gerd Moellmann <gerd@gnu.org> 1263 2001-11-18 Gerd Moellmann <gerd@gnu.org>
1258 1264
1259 * puresize.h (BASE_PURESIZE): Increase to 750000. 1265 * puresize.h (BASE_PURESIZE): Increase to 750000.
1260 1266
1261 2001-11-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1267 2001-11-18 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1262 1268
1263 * frame.c (Fframe_live_p): Doc fix. 1269 * frame.c (Fframe_live_p): Doc fix.
1264 1270
1265 2001-11-18 Richard M. Stallman <rms@gnu.org> 1271 2001-11-18 Richard M. Stallman <rms@gnu.org>
1266 1272
1306 * fileio.c (build_annotations): Split off the tail. 1312 * fileio.c (build_annotations): Split off the tail.
1307 (build_annotations_2): New fun. Extracted from build_annotations. 1313 (build_annotations_2): New fun. Extracted from build_annotations.
1308 (Fwrite_region): Split the call to build_annotations into two 1314 (Fwrite_region): Split the call to build_annotations into two
1309 calls to build_annotations and build_annotations_2. 1315 calls to build_annotations and build_annotations_2.
1310 1316
1311 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1317 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1312 1318
1313 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call 1319 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
1314 clear_waiting_for_input with argument. 1320 clear_waiting_for_input with argument.
1315 1321
1316 * xterm.h (x_update_cursor): Remove duplicated prototype. 1322 * xterm.h (x_update_cursor): Remove duplicated prototype.
1478 1484
1479 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il> 1485 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
1480 1486
1481 * print.c (prin1, print): Doc fix. 1487 * print.c (prin1, print): Doc fix.
1482 1488
1483 2001-11-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1489 2001-11-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1484 1490
1485 * fontset.h: Remove declarations of variables 1491 * fontset.h: Remove declarations of variables
1486 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'. 1492 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
1487 1493
1488 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and 1494 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
1490 1496
1491 2001-11-13 Jason Rumney <jasonr@gnu.org> 1497 2001-11-13 Jason Rumney <jasonr@gnu.org>
1492 1498
1493 * w32fns.c: Doc fix. 1499 * w32fns.c: Doc fix.
1494 1500
1495 2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1501 2001-11-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1496 1502
1497 * xfaces.c (Fface_attributes_as_vector): Doc fix. 1503 * xfaces.c (Fface_attributes_as_vector): Doc fix.
1498 1504
1499 * w32fns.c (Fx_synchronize): Reindent. 1505 * w32fns.c (Fx_synchronize): Reindent.
1500 1506
1552 [w/`doc:' keyword]. Doc fixes. 1558 [w/`doc:' keyword]. Doc fixes.
1553 1559
1554 * w32fns.c: Don't define max. 1560 * w32fns.c: Don't define max.
1555 (Fx_open_connection): Only execute once. 1561 (Fx_open_connection): Only execute once.
1556 1562
1557 2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1563 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1558 1564
1559 * ccl.c: Change macros to use do-while block instead of if-else. 1565 * ccl.c: Change macros to use do-while block instead of if-else.
1560 Use braces to follow GNU Coding Standards. 1566 Use braces to follow GNU Coding Standards.
1561 1567
1562 2001-11-11 Richard M. Stallman <rms@gnu.org> 1568 2001-11-11 Richard M. Stallman <rms@gnu.org>
1590 2001-11-10 Gerd Moellmann <gerd@gnu.org> 1596 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1591 1597
1592 * unexelf.c (unexec): Use mmap/munmap to allocate buffers 1598 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
1593 instead of malloc/free. 1599 instead of malloc/free.
1594 1600
1595 2001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1601 2001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1596 1602
1597 * xfaces.c (merge_face_vectors): Use braces to follow GNU 1603 * xfaces.c (merge_face_vectors): Use braces to follow GNU
1598 Coding Standards. 1604 Coding Standards.
1599 (Finternal_set_lisp_face_attribute): Likewise. 1605 (Finternal_set_lisp_face_attribute): Likewise.
1600 1606
1609 2001-11-07 Jason Rumney <jasonr@gnu.org> 1615 2001-11-07 Jason Rumney <jasonr@gnu.org>
1610 1616
1611 * w32term.c (x_display_and_set_cursor): Do not move system caret 1617 * w32term.c (x_display_and_set_cursor): Do not move system caret
1612 if cursor_glyph is NULL. 1618 if cursor_glyph is NULL.
1613 1619
1614 2001-11-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1620 2001-11-07 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1615 1621
1616 * keymap.c (access_keymap): Fix compilation error. 1622 * keymap.c (access_keymap): Fix compilation error.
1617 1623
1618 2001-11-07 Miles Bader <miles@gnu.org> 1624 2001-11-07 Miles Bader <miles@gnu.org>
1619 1625
1620 * xfns.c (x_set_frame_parameters): Avoid infinite recursion. 1626 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
1621 1627
1622 2001-11-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1628 2001-11-07 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1623 1629
1624 * intervals.c (graft_intervals_into_buffer): 1630 * intervals.c (graft_intervals_into_buffer):
1625 Remove #ifdef'd-out code. 1631 Remove #ifdef'd-out code.
1626 (graft_intervals_into_buffer): Remove unused variable `middle'. 1632 (graft_intervals_into_buffer): Remove unused variable `middle'.
1627 1633
1638 * lread.c (read1): Fix behavior with nested backquoting. 1644 * lread.c (read1): Fix behavior with nested backquoting.
1639 1645
1640 * keyboard.c (make_lispy_event): Check integerness and fix 1646 * keyboard.c (make_lispy_event): Check integerness and fix
1641 Lisp_Object/int mixup. 1647 Lisp_Object/int mixup.
1642 1648
1643 2001-11-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1649 2001-11-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1644 1650
1645 * fns.c (copy_hash_table): Remove unused variable `v'. 1651 * fns.c (copy_hash_table): Remove unused variable `v'.
1646 1652
1647 * fontset.c (fontset_font_pattern): Remove unused variable 1653 * fontset.c (fontset_font_pattern): Remove unused variable
1648 `family_registry'. 1654 `family_registry'.
1676 2001-11-05 Dale Hagglund <rdh@yottayotta.com> 1682 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
1677 1683
1678 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write 1684 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
1679 the program image directly. 1685 the program image directly.
1680 1686
1681 2001-11-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1687 2001-11-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1682 1688
1683 * buffer.h (Fbuffer_local_value): Add prototype. 1689 * buffer.h (Fbuffer_local_value): Add prototype.
1684 1690
1685 2001-11-04 Richard M. Stallman <rms@gnu.org> 1691 2001-11-04 Richard M. Stallman <rms@gnu.org>
1686 1692
1712 1718
1713 * lisp.h (Qcursor_in_non_selected_windows): New declaration. 1719 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
1714 * xdisp.c (Qcursor_in_non_selected_windows): New variable. 1720 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
1715 (syms_of_xdisp): Initialize it. 1721 (syms_of_xdisp): Initialize it.
1716 1722
1717 2001-11-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1723 2001-11-04 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1718 1724
1719 * xfns.c (Fx_create_frame): Doc fix. 1725 * xfns.c (Fx_create_frame): Doc fix.
1720 1726
1721 * coding.c: Change doc-string comments to `new style' [w/`doc:' 1727 * coding.c: Change doc-string comments to `new style' [w/`doc:'
1722 keyword]. 1728 keyword].
1746 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE. 1752 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
1747 (SIGMASKTYPE): Define. 1753 (SIGMASKTYPE): Define.
1748 1754
1749 * syssignal.h (sigunblock): Don't define if already defined. 1755 * syssignal.h (sigunblock): Don't define if already defined.
1750 1756
1751 2001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1757 2001-11-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1752 1758
1753 * eval.c (debugger_may_continue, Vdebug_ignored_errors) 1759 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
1754 (call_debugger, Fcondition_case, skip_debugger, unbind_to): 1760 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
1755 Fix typos in comments. 1761 Fix typos in comments.
1756 1762
1799 1805
1800 2001-11-02 Richard M. Stallman <rms@gnu.org> 1806 2001-11-02 Richard M. Stallman <rms@gnu.org>
1801 1807
1802 * textprop.c (Fget_char_property): Doc fix. 1808 * textprop.c (Fget_char_property): Doc fix.
1803 1809
1804 2001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1810 2001-11-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1805 1811
1806 * process.c (Fstart_process): Add usage to doc-string. 1812 * process.c (Fstart_process): Add usage to doc-string.
1807 1813
1808 * data.c (Fsetq_default): Ditto. 1814 * data.c (Fsetq_default): Ditto.
1809 1815
1822 1828
1823 * keymap.c (Fdescribe_buffer_bindings): Print character property 1829 * keymap.c (Fdescribe_buffer_bindings): Print character property
1824 bindings along with or instead of the buffer local map. 1830 bindings along with or instead of the buffer local map.
1825 Make the overriding maps override what they should. 1831 Make the overriding maps override what they should.
1826 1832
1827 2001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1833 2001-11-01 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1828 1834
1829 * window.c (grow_mini_window): Fix typo in comment. 1835 * window.c (grow_mini_window): Fix typo in comment.
1830 1836
1831 2001-11-01 Gerd Moellmann <gerd@gnu.org> 1837 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1832 1838
1839 * xfns.c (four_corners_best): Reindent. 1845 * xfns.c (four_corners_best): Reindent.
1840 1846
1841 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): 1847 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
1842 Handle :box so that it is possible to specify sexprs. 1848 Handle :box so that it is possible to specify sexprs.
1843 1849
1844 2001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1850 2001-11-01 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1845 1851
1846 * xfaces.c (Finternal_merge_in_global_face): Reindent. 1852 * xfaces.c (Finternal_merge_in_global_face): Reindent.
1847 (Fface_font): Ditto. 1853 (Fface_font): Ditto.
1848 (Finternal_set_alternative_font_registry_alist): Ditto. 1854 (Finternal_set_alternative_font_registry_alist): Ditto.
1849 (Ftty_suppress_bold_inverse_default_colors): Ditto. 1855 (Ftty_suppress_bold_inverse_default_colors): Ditto.
1852 1858
1853 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il> 1859 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
1854 1860
1855 * s/hpux11.h: New file. 1861 * s/hpux11.h: New file.
1856 1862
1857 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1863 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1858 1864
1859 * emacs.c (USAGE1): Show command line option --no-window-system 1865 * emacs.c (USAGE1): Show command line option --no-window-system
1860 instead of --no-windows in usage. 1866 instead of --no-windows in usage.
1861 (standard_args): Rename --no-windows to --no-window-system. 1867 (standard_args): Rename --no-windows to --no-window-system.
1862 (bug_reporting_address): Follow Emacs coding conventions. 1868 (bug_reporting_address): Follow Emacs coding conventions.
1878 (free_face_colors): Do nothing for a face whose colors have been 1884 (free_face_colors): Do nothing for a face whose colors have been
1879 copied bitwise. 1885 copied bitwise.
1880 1886
1881 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member. 1887 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
1882 1888
1883 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1889 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1884 1890
1885 * marker.c, mocklisp.c: Change doc-string comments to `new style' 1891 * marker.c, mocklisp.c: Change doc-string comments to `new style'
1886 [w/`doc:' keyword]. 1892 [w/`doc:' keyword].
1887 1893
1888 2001-10-31 Gerd Moellmann <gerd@gnu.org> 1894 2001-10-31 Gerd Moellmann <gerd@gnu.org>
1889 1895
1890 * fns.c (require_unwind): Return Lisp_Object. 1896 * fns.c (require_unwind): Return Lisp_Object.
1891 1897
1892 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1898 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1893 1899
1894 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix. 1900 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
1895 (last-input-char): Revert doc-string to be the same as the 1901 (last-input-char): Revert doc-string to be the same as the
1896 doc-string of `last-input-event'. 1902 doc-string of `last-input-event'.
1897 1903
1981 * coding.c (syms_of_coding): Document that locale-coding-system is 1987 * coding.c (syms_of_coding): Document that locale-coding-system is
1982 used for decoding input on X. 1988 used for decoding input on X.
1983 1989
1984 * window.c (Fscroll_left, Fscroll_right): Doc fix. 1990 * window.c (Fscroll_left, Fscroll_right): Doc fix.
1985 1991
1986 2001-10-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1992 2001-10-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1987 1993
1988 * keyboard.c (Finput_pending_p): Fix typo in doc-string. 1994 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
1989 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it. 1995 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
1990 1996
1991 2001-10-29 Gerd Moellmann <gerd@gnu.org> 1997 2001-10-29 Gerd Moellmann <gerd@gnu.org>
2016 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color. 2022 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
2017 2023
2018 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing 2024 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
2019 a loop counter. 2025 a loop counter.
2020 2026
2021 2001-10-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2027 2001-10-28 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2022 2028
2023 * emacs.c: Use argv[0] instead of emacs when -t was specified. 2029 * emacs.c: Use argv[0] instead of emacs when -t was specified.
2024 2030
2025 * keyboard.c: Change doc-string comments to `new style' [w/`doc:' 2031 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
2026 keyword]. 2032 keyword].
2056 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET): 2062 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
2057 New messages types. 2063 New messages types.
2058 2064
2059 * w32term.c (note_mouse_highlight): Clear old help_echo. 2065 * w32term.c (note_mouse_highlight): Clear old help_echo.
2060 2066
2061 2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2067 2001-10-27 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2062 2068
2063 * xterm.c: Fix typo in a comment. 2069 * xterm.c: Fix typo in a comment.
2064 2070
2065 * emacs.c: Fix typos in comments. 2071 * emacs.c: Fix typos in comments.
2066 Remove unnecessary spaces. 2072 Remove unnecessary spaces.
2143 2001-10-24 Richard M. Stallman <rms@gnu.org> 2149 2001-10-24 Richard M. Stallman <rms@gnu.org>
2144 2150
2145 * xfaces.c (Fface_attributes_as_vector): New function. 2151 * xfaces.c (Fface_attributes_as_vector): New function.
2146 (syms_of_xfaces): Defsubr it. 2152 (syms_of_xfaces): Defsubr it.
2147 2153
2148 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2154 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2149 2155
2150 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused 2156 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
2151 variable `area'. 2157 variable `area'.
2152 2158
2153 2001-10-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2159 2001-10-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2154 2160
2155 * search.c (scan_newline): Remove unused variable `selective_display'. 2161 * search.c (scan_newline): Remove unused variable `selective_display'.
2156 2162
2157 2001-10-25 Miles Bader <miles@gnu.org> 2163 2001-10-25 Miles Bader <miles@gnu.org>
2158 2164
2189 in full-width rows. 2195 in full-width rows.
2190 2196
2191 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: 2197 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
2192 Fix clearing of area not covered by scroll bar. 2198 Fix clearing of area not covered by scroll bar.
2193 2199
2194 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2200 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2195 2201
2196 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end' 2202 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
2197 and `real_start'. 2203 and `real_start'.
2198 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'. 2204 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
2199 (glyph_rect): Remove unused variable `area'. 2205 (glyph_rect): Remove unused variable `area'.
2216 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables. 2222 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
2217 (try_window_id, try_window_reusing_current_matrix) 2223 (try_window_id, try_window_reusing_current_matrix)
2218 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited. 2224 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
2219 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables. 2225 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
2220 2226
2221 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2227 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2222 2228
2223 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of 2229 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
2224 gnuemacs). 2230 gnuemacs).
2225 (HAVE_BOXES): Fix typo in comment. 2231 (HAVE_BOXES): Fix typo in comment.
2226 (push_menu_pane): Fix typo in comment. 2232 (push_menu_pane): Fix typo in comment.
2269 REAL_END. Notice if cursor gets overwritten. 2275 REAL_END. Notice if cursor gets overwritten.
2270 (notice_overwritten_cursor): Take X positions as parameters. 2276 (notice_overwritten_cursor): Take X positions as parameters.
2271 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p 2277 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
2272 around call to x_draw_glyphs. 2278 around call to x_draw_glyphs.
2273 2279
2274 2001-10-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2280 2001-10-23 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2275 2281
2276 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR 2282 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
2277 instead of C) and usage. 2283 instead of C) and usage.
2278 2284
2279 * editfns.c (char-to-string): Fix argument names (use CHAR instead 2285 * editfns.c (char-to-string): Fix argument names (use CHAR instead
2290 2001-10-22 Gerd Moellmann <gerd@gnu.org> 2296 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2291 2297
2292 * xdisp.c (display_line): Fix computation of continuation lines 2298 * xdisp.c (display_line): Fix computation of continuation lines
2293 width for TABs. 2299 width for TABs.
2294 2300
2295 2001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2301 2001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2296 2302
2297 * xdisp.c (build_desired_tool_bar_string): Remove unused variable 2303 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
2298 `Qlaplace'. 2304 `Qlaplace'.
2299 2305
2300 * fileio.c: Remove unused code. 2306 * fileio.c: Remove unused code.
2342 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat) 2348 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
2343 (Fencode_time, Finsert_and_inherit_before_markers): Likewise. 2349 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
2344 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument) 2350 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
2345 (Fml_prefix_argument_loop): Likewise. 2351 (Fml_prefix_argument_loop): Likewise.
2346 2352
2347 2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2353 2001-10-21 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2348 2354
2349 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'. 2355 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
2350 2356
2351 * sysdep.c (init_sys_modes): Change doc-string comments to `new 2357 * sysdep.c (init_sys_modes): Change doc-string comments to `new
2352 style' [w/`doc:' keyword]. 2358 style' [w/`doc:' keyword].
2470 (Flogxor): Add usage: string to doc string. 2476 (Flogxor): Add usage: string to doc string.
2471 * charset.c (Fstring): Likewise. 2477 * charset.c (Fstring): Likewise.
2472 * callproc.c (Fcall_process_region, Fcall_process): Likewise. 2478 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
2473 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise. 2479 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
2474 2480
2475 2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2481 2001-10-21 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2476 2482
2477 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords. 2483 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
2478 2484
2479 * alloc.c: Reindent DEFUNs with doc: keywords. 2485 * alloc.c: Reindent DEFUNs with doc: keywords.
2480 2486
2485 2491
2486 2001-10-20 Gerd Moellmann <gerd@gnu.org> 2492 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2487 2493
2488 * (Version 21.1 released.) 2494 * (Version 21.1 released.)
2489 2495
2490 2001-10-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2496 2001-10-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2491 2497
2492 * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes removed. 2498 * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes removed.
2493 2499
2494 * xdisp.c (invisible_text_between_p): Put prototype inside #if 2500 * xdisp.c (invisible_text_between_p): Put prototype inside #if
2495 0 because unused. 2501 0 because unused.
2729 (x_clear_frame_selections): Use XSETCDR. 2735 (x_clear_frame_selections): Use XSETCDR.
2730 (wait_for_property_change): Use XSETCARFASTINT and XSETCDRFASTINT. 2736 (wait_for_property_change): Use XSETCARFASTINT and XSETCDRFASTINT.
2731 (x_handle_property_notify, x_get_foreign_selection) 2737 (x_handle_property_notify, x_get_foreign_selection)
2732 (x_handle_selection_notify): Use XSETCAR. 2738 (x_handle_selection_notify): Use XSETCAR.
2733 2739
2734 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2740 2001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2735 2741
2736 * buffer.c: Put doc strings in comments. 2742 * buffer.c: Put doc strings in comments.
2737 2743
2738 * sound.c: Include <sys/ioctl.h> also on systems without <soundcard.h>. 2744 * sound.c: Include <sys/ioctl.h> also on systems without <soundcard.h>.
2739 2745
2740 2001-10-15 Sam Steingold <sds@gnu.org> 2746 2001-10-15 Sam Steingold <sds@gnu.org>
2741 2747
2742 * fns.c (Vafter_load_alist): Declare extern (w32 build problem). 2748 * fns.c (Vafter_load_alist): Declare extern (w32 build problem).
2743 2749
2744 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2750 2001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2745 2751
2746 * process.c (process-inherit-coding-system-flag) 2752 * process.c (process-inherit-coding-system-flag)
2747 (get-buffer-process): Do not confuse make-docfile with doc strings 2753 (get-buffer-process): Do not confuse make-docfile with doc strings
2748 in comment. 2754 in comment.
2749 2755
2757 * window.c (window_loop): Don't check for Fother_buffer returning nil. 2763 * window.c (window_loop): Don't check for Fother_buffer returning nil.
2758 2764
2759 * window.c (select_window_1): Unfreeze window start. Remove a 2765 * window.c (select_window_1): Unfreeze window start. Remove a
2760 doubled test for WINDOW being live. 2766 doubled test for WINDOW being live.
2761 2767
2762 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2768 2001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2763 2769
2764 * fns.c (Fmapconcat): Fix typo in a doc string. 2770 * fns.c (Fmapconcat): Fix typo in a doc string.
2765 2771
2766 * dispnew.c (Fsleep_for): Fix typo in a doc string. 2772 * dispnew.c (Fsleep_for): Fix typo in a doc string.
2767 2773
2768 2001-10-15 Gerd Moellmann <gerd@gnu.org> 2774 2001-10-15 Gerd Moellmann <gerd@gnu.org>
2769 2775
2770 * xterm.c (x_draw_glyph_string): Restore clipping after 2776 * xterm.c (x_draw_glyph_string): Restore clipping after
2771 drawing box. 2777 drawing box.
2772 2778
2773 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2779 2001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2774 2780
2775 * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string. 2781 * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string.
2776 2782
2777 2001-10-14 Stefan Monnier <monnier@cs.yale.edu> 2783 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2778 2784
2798 (invisible_p): Return 1 or 2 depending on whether an ellipsis is used. 2804 (invisible_p): Return 1 or 2 depending on whether an ellipsis is used.
2799 (invisible_ellipsis_p, invisible_noellipsis_p): Remove. 2805 (invisible_ellipsis_p, invisible_noellipsis_p): Remove.
2800 (in_ellipses_for_invisible_text_p, handle_invisible_prop): 2806 (in_ellipses_for_invisible_text_p, handle_invisible_prop):
2801 Use new retval of TEXT_PROP_MEANS_INVISIBLE. 2807 Use new retval of TEXT_PROP_MEANS_INVISIBLE.
2802 2808
2803 2001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2809 2001-10-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2804 2810
2805 * lisp.h (Ftop_level): Add prototype. 2811 * lisp.h (Ftop_level): Add prototype.
2806 2812
2807 * xterm.c: (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes. 2813 * xterm.c: (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
2808 (XTread_socket): Improve style of comments to follow other 2814 (XTread_socket): Improve style of comments to follow other
2893 2001-10-12 Eli Zaretskii <eliz@is.elta.co.il> 2899 2001-10-12 Eli Zaretskii <eliz@is.elta.co.il>
2894 2900
2895 * lread.c (syms_of_lread) <load-suffixes>: Fix last change: 2901 * lread.c (syms_of_lread) <load-suffixes>: Fix last change:
2896 multi-line strings without a trailing "\n\". 2902 multi-line strings without a trailing "\n\".
2897 2903
2898 2001-10-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2904 2001-10-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2899 2905
2900 * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is 2906 * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is
2901 defined. 2907 defined.
2902 2908
2903 2001-10-11 Stefan Monnier <monnier@cs.yale.edu> 2909 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
3050 Remove code setting signal handler. 3056 Remove code setting signal handler.
3051 3057
3052 * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: 3058 * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
3053 Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>. 3059 Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>.
3054 3060
3055 2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 3061 2001-10-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3056 3062
3057 * keyboard.c: Don't define min/max. 3063 * keyboard.c: Don't define min/max.
3058 3064
3059 2001-10-08 Gerd Moellmann <gerd@gnu.org> 3065 2001-10-08 Gerd Moellmann <gerd@gnu.org>
3060 3066
3067 3073
3068 * lisp.h (min, max): New macros. 3074 * lisp.h (min, max): New macros.
3069 3075
3070 * puresize.h (BASE_PURESIZE): Increase to 725000. 3076 * puresize.h (BASE_PURESIZE): Increase to 725000.
3071 3077
3072 2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 3078 2001-10-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3073 3079
3074 * xfaces.c (free_frame_menubar): Add prototype. 3080 * xfaces.c (free_frame_menubar): Add prototype.
3075 3081
3076 * lisp.h (init_window): Add prototype. 3082 * lisp.h (init_window): Add prototype.
3077 3083
3343 3349
3344 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il> 3350 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3345 3351
3346 * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix. 3352 * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix.
3347 3353
3348 2001-09-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 3354 2001-09-28 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3349 3355
3350 * s/gnu-linux.h: Fix a typo in comment. 3356 * s/gnu-linux.h: Fix a typo in comment.
3351 3357
3352 2001-09-28 Andreas Schwab <schwab@suse.de> 3358 2001-09-28 Andreas Schwab <schwab@suse.de>
3353 3359
3819 3825
3820 2001-08-06 Gerd Moellmann <gerd@gnu.org> 3826 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3821 3827
3822 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG. 3828 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
3823 3829
3824 2001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 3830 2001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3825 3831
3826 * alloc.c (init_stack): Remove declaration. 3832 * alloc.c (init_stack): Remove declaration.
3827 3833
3828 2001-08-03 Gerd Moellmann <gerd@gnu.org> 3834 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3829 3835