comparison src/ChangeLog @ 43303:9e0c8218a33b

Fix the encoding of Pavel's name.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 15 Feb 2002 10:59:03 +0000
parents 2f479ac769e1
children 4d417e1d7683
comparison
equal deleted inserted replaced
43302:2f479ac769e1 43303:9e0c8218a33b
101 ~user, and there's no such user, don't discard everything before 101 ~user, and there's no such user, don't discard everything before
102 ~user. 102 ~user.
103 103
104 * floatfns.c (Fround): Doc fix. 104 * floatfns.c (Fround): Doc fix.
105 105
106 2002-02-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 106 2002-02-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
107 107
108 * sysdep.c (init_system_name): Put unused variable `p' in #if 0. 108 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
109 109
110 2002-02-07 Stefan Monnier <monnier@cs.yale.edu> 110 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
111 111
142 142
143 * keyboard.c (Vthis_original_command): New variable. 143 * keyboard.c (Vthis_original_command): New variable.
144 (syms_of_keyboard): DEFVAR_LISP it. 144 (syms_of_keyboard): DEFVAR_LISP it.
145 (command_loop_1): Set it, and perform command remapping. 145 (command_loop_1): Set it, and perform command remapping.
146 146
147 2002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 147 2002-02-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
148 148
149 * keyboard.c (recursive_edit_1): Call cancel_hourglass 149 * keyboard.c (recursive_edit_1): Call cancel_hourglass
150 unconditionally. 150 unconditionally.
151 151
152 2002-02-06 Jason Rumney <jasonr@gnu.org> 152 2002-02-06 Jason Rumney <jasonr@gnu.org>
183 183
184 * xfaces.c (realize_default_face): Don't set the weight and slant 184 * xfaces.c (realize_default_face): Don't set the weight and slant
185 of the default face to Qnormal, unless these attributes are 185 of the default face to Qnormal, unless these attributes are
186 unspecified. 186 unspecified.
187 187
188 2002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 188 2002-02-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
189 189
190 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]: 190 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
191 Call cancel_hourglass unconditionally. 191 Call cancel_hourglass unconditionally.
192 192
193 * eval.c (Fsignal): Remove duplicated declaration of 193 * eval.c (Fsignal): Remove duplicated declaration of
205 205
206 2002-01-27 Richard M. Stallman <rms@gnu.org> 206 2002-01-27 Richard M. Stallman <rms@gnu.org>
207 207
208 * minibuf.c (Fcompleting_read): Doc fix. 208 * minibuf.c (Fcompleting_read): Doc fix.
209 209
210 2002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> 210 2002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
211 211
212 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function) 212 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
213 (Fread_variable, Fread_buffer, minibuffer-completion-confirm): 213 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
214 Fix doc-strings. 214 Fix doc-strings.
215 215
218 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively. 218 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
219 219
220 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively 220 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
221 and scroll_up_aggressively. 221 and scroll_up_aggressively.
222 222
223 2002-01-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> 223 2002-01-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
224 224
225 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes. 225 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
226 226
227 2002-01-25 Stefan Monnier <monnier@cs.yale.edu> 227 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
228 228
273 2002-01-21 Jan D. <Jan.Djarv@mbox200.swipnet.se> 273 2002-01-21 Jan D. <Jan.Djarv@mbox200.swipnet.se>
274 274
275 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust 275 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
276 if fullscreen is being set. 276 if fullscreen is being set.
277 277
278 2002-01-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> 278 2002-01-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
279 279
280 * minibuf.c (Fminibuffer_contents) 280 * minibuf.c (Fminibuffer_contents)
281 (Fminibuffer_contents_no_properties, Fread_from_minibuffer) 281 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
282 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes. 282 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
283 283
313 313
314 2002-01-20 Richard M. Stallman <rms@gnu.org> 314 2002-01-20 Richard M. Stallman <rms@gnu.org>
315 315
316 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1. 316 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
317 317
318 2002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 318 2002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
319 319
320 * doprnt.c (doprnt1): Fix typos in error call. 320 * doprnt.c (doprnt1): Fix typos in error call.
321 321
322 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il> 322 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
323 323
339 Exclude vertical fonts. Exclude proportional fonts unless 339 Exclude vertical fonts. Exclude proportional fonts unless
340 include_proportional is non-nil. 340 include_proportional is non-nil.
341 (w32_enable_synthesized_fonts): Change to a boolean. 341 (w32_enable_synthesized_fonts): Change to a boolean.
342 (Fw32_send_sys_command): Doc fix. 342 (Fw32_send_sys_command): Doc fix.
343 343
344 2002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz> 344 2002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
345 345
346 * dispnew.c (update_frame): Move the variable `tem' to the block 346 * dispnew.c (update_frame): Move the variable `tem' to the block
347 where it is used. 347 where it is used.
348 348
349 2002-01-19 Jason Rumney <jasonr@gnu.org> 349 2002-01-19 Jason Rumney <jasonr@gnu.org>
359 2002-01-17 Richard M. Stallman <rms@gnu.org> 359 2002-01-17 Richard M. Stallman <rms@gnu.org>
360 360
361 * window.c (enlarge_window): When exceeding size of parent, 361 * window.c (enlarge_window): When exceeding size of parent,
362 directly delete all the siblings instead of trying to resize it. 362 directly delete all the siblings instead of trying to resize it.
363 363
364 2002-01-17 Pavel Jan,Am(Bk <Pavel@Janik.cz> 364 2002-01-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
365 365
366 * term.c (set_tty_color_mode): Remove unused variable `tem'. 366 * term.c (set_tty_color_mode): Remove unused variable `tem'.
367 367
368 2002-01-16 Henrik Enberg <henrik@enberg.org> 368 2002-01-16 Henrik Enberg <henrik@enberg.org>
369 369
375 is invisible. This can happen if cursor is on top line of a 375 is invisible. This can happen if cursor is on top line of a
376 window, and we switch to a buffer with a header line. 376 window, and we switch to a buffer with a header line.
377 377
378 * w32term.c (x_erase_phys_cursor): Ditto. 378 * w32term.c (x_erase_phys_cursor): Ditto.
379 379
380 2002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 380 2002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
381 381
382 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of 382 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
383 `dont_resize' only when used. 383 `dont_resize' only when used.
384 384
385 * xdisp.c: Remove forgotten extern declaration of `Qimage'. 385 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
387 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il> 387 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
388 388
389 * xdisp.c (display_mode_element): When computing charpos, depend 389 * xdisp.c (display_mode_element): When computing charpos, depend
390 on multibyteness of elt, not the text in field. 390 on multibyteness of elt, not the text in field.
391 391
392 2002-01-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 392 2002-01-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
393 393
394 * buffer.c (Fkill_all_local_variables): Increment 394 * buffer.c (Fkill_all_local_variables): Increment
395 `update_mode_lines' only once. 395 `update_mode_lines' only once.
396 396
397 2002-01-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 397 2002-01-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
398 398
399 * lisp.h (adjust_after_replace_noundo) 399 * lisp.h (adjust_after_replace_noundo)
400 (Fupdate_coding_systems_internal): Add prototypes. 400 (Fupdate_coding_systems_internal): Add prototypes.
401 401
402 * sound.c (Fplay_sound): Initialize header_size also for :data case. 402 * sound.c (Fplay_sound): Initialize header_size also for :data case.
461 461
462 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option. 462 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
463 (syms_of_w32fns): DEFVAR_BOOL it. 463 (syms_of_w32fns): DEFVAR_BOOL it.
464 (w32_wnd_proc): Handle new "XBUTTON" messages. 464 (w32_wnd_proc): Handle new "XBUTTON" messages.
465 465
466 2002-01-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> 466 2002-01-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
467 467
468 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'. 468 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
469 469
470 2002-01-13 Andreas Schwab <schwab@suse.de> 470 2002-01-13 Andreas Schwab <schwab@suse.de>
471 471
565 before minor mode maps. 565 before minor mode maps.
566 566
567 * editfns.c (Fformat): Update thissize from field_width 567 * editfns.c (Fformat): Update thissize from field_width
568 based on the actual width, in the string case. 568 based on the actual width, in the string case.
569 569
570 2002-01-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> 570 2002-01-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
571 571
572 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment 572 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
573 when used as truth value to prevent gcc warnings. 573 when used as truth value to prevent gcc warnings.
574 574
575 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c, 575 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
678 (Fenlarge_window): New arg PRESERVE_BEFORE. 678 (Fenlarge_window): New arg PRESERVE_BEFORE.
679 679
680 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte 680 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
681 instead of Fstring_as_unibyte. 681 instead of Fstring_as_unibyte.
682 682
683 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 683 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
684 684
685 The following changes remove mocklisp support: 685 The following changes remove mocklisp support:
686 686
687 * mocklisp.h, mocklisp.c: Files removed. 687 * mocklisp.h, mocklisp.c: Files removed.
688 688
751 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il> 751 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
752 752
753 * Makefile.in (lisp, shortlisp): Synchronize with changes to 753 * Makefile.in (lisp, shortlisp): Synchronize with changes to
754 lisp/Makefile.in:DONTCOMPILE. 754 lisp/Makefile.in:DONTCOMPILE.
755 755
756 2001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> 756 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
757 757
758 * xdisp.c (window_box_height): Do not return negative values. 758 * xdisp.c (window_box_height): Do not return negative values.
759 From Gerd Moellmann <gerd@gnu.org>. 759 From Gerd Moellmann <gerd@gnu.org>.
760 760
761 * keyboard.c (head_table): Add missing braces around initializer. 761 * keyboard.c (head_table): Add missing braces around initializer.
848 Use the former if GNU_LINUX. 848 Use the former if GNU_LINUX.
849 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux. 849 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
850 850
851 * s/gnu-linux.h (GNU_LINUX): Defined. 851 * s/gnu-linux.h (GNU_LINUX): Defined.
852 852
853 2001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 853 2001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
854 854
855 * macros.c, msdos.c, w16select.c: Change doc-string comments to 855 * macros.c, msdos.c, w16select.c: Change doc-string comments to
856 `new style' [w/`doc:' keyword]. 856 `new style' [w/`doc:' keyword].
857 857
858 2001-12-10 Jason Rumney <jasonr@gnu.org> 858 2001-12-10 Jason Rumney <jasonr@gnu.org>
859 859
860 * w32menu.c (w32_free_submenu_strings): Clear menu item struct 860 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
861 before using. 861 before using.
862 862
863 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 863 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
864 864
865 * dosfns.c: Change doc-string comments to `new style' [w/`doc:' 865 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
866 keyword]. 866 keyword].
867 867
868 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il> 868 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
879 (add_menu_item): Process pop-up menus first to avoid memory leak. 879 (add_menu_item): Process pop-up menus first to avoid memory leak.
880 (add_menu_item, w32_menu_display_help): Use `help' field as 880 (add_menu_item, w32_menu_display_help): Use `help' field as
881 Lisp_Object. 881 Lisp_Object.
882 (w32_free_submenu_strings): Only free owner-drawn strings. 882 (w32_free_submenu_strings): Only free owner-drawn strings.
883 883
884 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 884 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
885 885
886 * COPYING: Moved back. 886 * COPYING: Moved back.
887 887
888 * charset.c (char_to_string_1, translate_char, Fdefine_charset): 888 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
889 Add parentheses around && within ||. 889 Add parentheses around && within ||.
978 (Fdocumentation_property): Take advantage of the fact that 978 (Fdocumentation_property): Take advantage of the fact that
979 get_doc_string now ignores the sign of the docstring position. 979 get_doc_string now ignores the sign of the docstring position.
980 980
981 * eval.c: Use standard syntax for usage in docstrings. 981 * eval.c: Use standard syntax for usage in docstrings.
982 982
983 2001-12-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 983 2001-12-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
984 984
985 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option. 985 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
986 986
987 2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 987 2001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
988 988
989 * xterm.c (x_draw_image_relief): Use predefined macro instead of 989 * xterm.c (x_draw_image_relief): Use predefined macro instead of
990 constant when the value of `tool_bar_button_relief' is negative. 990 constant when the value of `tool_bar_button_relief' is negative.
991 991
992 2001-12-02 Richard M. Stallman <rms@gnu.org> 992 2001-12-02 Richard M. Stallman <rms@gnu.org>
1078 1078
1079 * w32term.h: Merged changes from xterm.h. 1079 * w32term.h: Merged changes from xterm.h.
1080 * w32term.c: Merged changes from xterm.c. 1080 * w32term.c: Merged changes from xterm.c.
1081 * w32fns.c: Merged changes from xfns.c. 1081 * w32fns.c: Merged changes from xfns.c.
1082 1082
1083 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1083 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1084 1084
1085 * COPYING: Removed. 1085 * COPYING: Removed.
1086 1086
1087 2001-11-29 Dave Love <fx@gnu.org> 1087 2001-11-29 Dave Love <fx@gnu.org>
1088 1088
1089 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an 1089 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
1090 extra extra slot. 1090 extra extra slot.
1091 (detect_coding_mask): Fix call of detect_coding_iso2022. 1091 (detect_coding_mask): Fix call of detect_coding_iso2022.
1092 1092
1093 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1093 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1094 1094
1095 * fileio.c (file-name-coding-system) 1095 * fileio.c (file-name-coding-system)
1096 (default-file-name-coding-system): Doc fix (links to referenced 1096 (default-file-name-coding-system): Doc fix (links to referenced
1097 variables added). 1097 variables added).
1098 1098
1135 2001-11-28 Gerd Moellmann <gerd@gnu.org> 1135 2001-11-28 Gerd Moellmann <gerd@gnu.org>
1136 1136
1137 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if 1137 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
1138 OVERLAPS_P. 1138 OVERLAPS_P.
1139 1139
1140 2001-11-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1140 2001-11-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1141 1141
1142 * xdisp.c (message_dolog): Remove unused variables `gcpro2', 1142 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
1143 `gcpro3' and `gcpro4'. 1143 `gcpro3' and `gcpro4'.
1144 1144
1145 * coding.c (decode_coding_string): Remove unused variable `gcpro1'. 1145 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
1252 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il> 1252 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1253 1253
1254 * msdos.c (IT_clear_screen): If the frame's faces are not yet 1254 * msdos.c (IT_clear_screen): If the frame's faces are not yet
1255 realized, use the initial screen colors to clear the screen. 1255 realized, use the initial screen colors to clear the screen.
1256 1256
1257 2001-11-23 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1257 2001-11-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1258 1258
1259 * textprop.c (Fset_text_properties): Remove unused variables 1259 * textprop.c (Fset_text_properties): Remove unused variables
1260 `unchanged', `prev_changed', `s' and `len'. 1260 `unchanged', `prev_changed', `s' and `len'.
1261 1261
1262 * search.c (Freplace_match): Remove unused variable `inslen'. 1262 * search.c (Freplace_match): Remove unused variable `inslen'.
1380 1380
1381 2001-11-18 Gerd Moellmann <gerd@gnu.org> 1381 2001-11-18 Gerd Moellmann <gerd@gnu.org>
1382 1382
1383 * puresize.h (BASE_PURESIZE): Increase to 750000. 1383 * puresize.h (BASE_PURESIZE): Increase to 750000.
1384 1384
1385 2001-11-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1385 2001-11-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1386 1386
1387 * frame.c (Fframe_live_p): Doc fix. 1387 * frame.c (Fframe_live_p): Doc fix.
1388 1388
1389 2001-11-18 Richard M. Stallman <rms@gnu.org> 1389 2001-11-18 Richard M. Stallman <rms@gnu.org>
1390 1390
1430 * fileio.c (build_annotations): Split off the tail. 1430 * fileio.c (build_annotations): Split off the tail.
1431 (build_annotations_2): New fun. Extracted from build_annotations. 1431 (build_annotations_2): New fun. Extracted from build_annotations.
1432 (Fwrite_region): Split the call to build_annotations into two 1432 (Fwrite_region): Split the call to build_annotations into two
1433 calls to build_annotations and build_annotations_2. 1433 calls to build_annotations and build_annotations_2.
1434 1434
1435 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1435 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1436 1436
1437 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call 1437 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
1438 clear_waiting_for_input with argument. 1438 clear_waiting_for_input with argument.
1439 1439
1440 * xterm.h (x_update_cursor): Remove duplicated prototype. 1440 * xterm.h (x_update_cursor): Remove duplicated prototype.
1602 1602
1603 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il> 1603 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
1604 1604
1605 * print.c (prin1, print): Doc fix. 1605 * print.c (prin1, print): Doc fix.
1606 1606
1607 2001-11-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1607 2001-11-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1608 1608
1609 * fontset.h: Remove declarations of variables 1609 * fontset.h: Remove declarations of variables
1610 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'. 1610 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
1611 1611
1612 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and 1612 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
1614 1614
1615 2001-11-13 Jason Rumney <jasonr@gnu.org> 1615 2001-11-13 Jason Rumney <jasonr@gnu.org>
1616 1616
1617 * w32fns.c: Doc fix. 1617 * w32fns.c: Doc fix.
1618 1618
1619 2001-11-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1619 2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1620 1620
1621 * xfaces.c (Fface_attributes_as_vector): Doc fix. 1621 * xfaces.c (Fface_attributes_as_vector): Doc fix.
1622 1622
1623 * w32fns.c (Fx_synchronize): Reindent. 1623 * w32fns.c (Fx_synchronize): Reindent.
1624 1624
1676 [w/`doc:' keyword]. Doc fixes. 1676 [w/`doc:' keyword]. Doc fixes.
1677 1677
1678 * w32fns.c: Don't define max. 1678 * w32fns.c: Don't define max.
1679 (Fx_open_connection): Only execute once. 1679 (Fx_open_connection): Only execute once.
1680 1680
1681 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1681 2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1682 1682
1683 * ccl.c: Change macros to use do-while block instead of if-else. 1683 * ccl.c: Change macros to use do-while block instead of if-else.
1684 Use braces to follow GNU Coding Standards. 1684 Use braces to follow GNU Coding Standards.
1685 1685
1686 2001-11-11 Richard M. Stallman <rms@gnu.org> 1686 2001-11-11 Richard M. Stallman <rms@gnu.org>
1714 2001-11-10 Gerd Moellmann <gerd@gnu.org> 1714 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1715 1715
1716 * unexelf.c (unexec): Use mmap/munmap to allocate buffers 1716 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
1717 instead of malloc/free. 1717 instead of malloc/free.
1718 1718
1719 2001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1719 2001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1720 1720
1721 * xfaces.c (merge_face_vectors): Use braces to follow GNU 1721 * xfaces.c (merge_face_vectors): Use braces to follow GNU
1722 Coding Standards. 1722 Coding Standards.
1723 (Finternal_set_lisp_face_attribute): Likewise. 1723 (Finternal_set_lisp_face_attribute): Likewise.
1724 1724
1733 2001-11-07 Jason Rumney <jasonr@gnu.org> 1733 2001-11-07 Jason Rumney <jasonr@gnu.org>
1734 1734
1735 * w32term.c (x_display_and_set_cursor): Do not move system caret 1735 * w32term.c (x_display_and_set_cursor): Do not move system caret
1736 if cursor_glyph is NULL. 1736 if cursor_glyph is NULL.
1737 1737
1738 2001-11-07 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1738 2001-11-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1739 1739
1740 * keymap.c (access_keymap): Fix compilation error. 1740 * keymap.c (access_keymap): Fix compilation error.
1741 1741
1742 2001-11-07 Miles Bader <miles@gnu.org> 1742 2001-11-07 Miles Bader <miles@gnu.org>
1743 1743
1744 * xfns.c (x_set_frame_parameters): Avoid infinite recursion. 1744 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
1745 1745
1746 2001-11-07 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1746 2001-11-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1747 1747
1748 * intervals.c (graft_intervals_into_buffer): 1748 * intervals.c (graft_intervals_into_buffer):
1749 Remove #ifdef'd-out code. 1749 Remove #ifdef'd-out code.
1750 (graft_intervals_into_buffer): Remove unused variable `middle'. 1750 (graft_intervals_into_buffer): Remove unused variable `middle'.
1751 1751
1762 * lread.c (read1): Fix behavior with nested backquoting. 1762 * lread.c (read1): Fix behavior with nested backquoting.
1763 1763
1764 * keyboard.c (make_lispy_event): Check integerness and fix 1764 * keyboard.c (make_lispy_event): Check integerness and fix
1765 Lisp_Object/int mixup. 1765 Lisp_Object/int mixup.
1766 1766
1767 2001-11-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1767 2001-11-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1768 1768
1769 * fns.c (copy_hash_table): Remove unused variable `v'. 1769 * fns.c (copy_hash_table): Remove unused variable `v'.
1770 1770
1771 * fontset.c (fontset_font_pattern): Remove unused variable 1771 * fontset.c (fontset_font_pattern): Remove unused variable
1772 `family_registry'. 1772 `family_registry'.
1800 2001-11-05 Dale Hagglund <rdh@yottayotta.com> 1800 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
1801 1801
1802 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write 1802 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
1803 the program image directly. 1803 the program image directly.
1804 1804
1805 2001-11-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1805 2001-11-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1806 1806
1807 * buffer.h (Fbuffer_local_value): Add prototype. 1807 * buffer.h (Fbuffer_local_value): Add prototype.
1808 1808
1809 2001-11-04 Richard M. Stallman <rms@gnu.org> 1809 2001-11-04 Richard M. Stallman <rms@gnu.org>
1810 1810
1836 1836
1837 * lisp.h (Qcursor_in_non_selected_windows): New declaration. 1837 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
1838 * xdisp.c (Qcursor_in_non_selected_windows): New variable. 1838 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
1839 (syms_of_xdisp): Initialize it. 1839 (syms_of_xdisp): Initialize it.
1840 1840
1841 2001-11-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1841 2001-11-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1842 1842
1843 * xfns.c (Fx_create_frame): Doc fix. 1843 * xfns.c (Fx_create_frame): Doc fix.
1844 1844
1845 * coding.c: Change doc-string comments to `new style' [w/`doc:' 1845 * coding.c: Change doc-string comments to `new style' [w/`doc:'
1846 keyword]. 1846 keyword].
1870 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE. 1870 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
1871 (SIGMASKTYPE): Define. 1871 (SIGMASKTYPE): Define.
1872 1872
1873 * syssignal.h (sigunblock): Don't define if already defined. 1873 * syssignal.h (sigunblock): Don't define if already defined.
1874 1874
1875 2001-11-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1875 2001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1876 1876
1877 * eval.c (debugger_may_continue, Vdebug_ignored_errors) 1877 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
1878 (call_debugger, Fcondition_case, skip_debugger, unbind_to): 1878 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
1879 Fix typos in comments. 1879 Fix typos in comments.
1880 1880
1923 1923
1924 2001-11-02 Richard M. Stallman <rms@gnu.org> 1924 2001-11-02 Richard M. Stallman <rms@gnu.org>
1925 1925
1926 * textprop.c (Fget_char_property): Doc fix. 1926 * textprop.c (Fget_char_property): Doc fix.
1927 1927
1928 2001-11-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1928 2001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1929 1929
1930 * process.c (Fstart_process): Add usage to doc-string. 1930 * process.c (Fstart_process): Add usage to doc-string.
1931 1931
1932 * data.c (Fsetq_default): Ditto. 1932 * data.c (Fsetq_default): Ditto.
1933 1933
1946 1946
1947 * keymap.c (Fdescribe_buffer_bindings): Print character property 1947 * keymap.c (Fdescribe_buffer_bindings): Print character property
1948 bindings along with or instead of the buffer local map. 1948 bindings along with or instead of the buffer local map.
1949 Make the overriding maps override what they should. 1949 Make the overriding maps override what they should.
1950 1950
1951 2001-11-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1951 2001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1952 1952
1953 * window.c (grow_mini_window): Fix typo in comment. 1953 * window.c (grow_mini_window): Fix typo in comment.
1954 1954
1955 2001-11-01 Gerd Moellmann <gerd@gnu.org> 1955 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1956 1956
1963 * xfns.c (four_corners_best): Reindent. 1963 * xfns.c (four_corners_best): Reindent.
1964 1964
1965 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): 1965 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
1966 Handle :box so that it is possible to specify sexprs. 1966 Handle :box so that it is possible to specify sexprs.
1967 1967
1968 2001-11-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1968 2001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1969 1969
1970 * xfaces.c (Finternal_merge_in_global_face): Reindent. 1970 * xfaces.c (Finternal_merge_in_global_face): Reindent.
1971 (Fface_font): Ditto. 1971 (Fface_font): Ditto.
1972 (Finternal_set_alternative_font_registry_alist): Ditto. 1972 (Finternal_set_alternative_font_registry_alist): Ditto.
1973 (Ftty_suppress_bold_inverse_default_colors): Ditto. 1973 (Ftty_suppress_bold_inverse_default_colors): Ditto.
1976 1976
1977 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il> 1977 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
1978 1978
1979 * s/hpux11.h: New file. 1979 * s/hpux11.h: New file.
1980 1980
1981 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1981 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1982 1982
1983 * emacs.c (USAGE1): Show command line option --no-window-system 1983 * emacs.c (USAGE1): Show command line option --no-window-system
1984 instead of --no-windows in usage. 1984 instead of --no-windows in usage.
1985 (standard_args): Rename --no-windows to --no-window-system. 1985 (standard_args): Rename --no-windows to --no-window-system.
1986 (bug_reporting_address): Follow Emacs coding conventions. 1986 (bug_reporting_address): Follow Emacs coding conventions.
2002 (free_face_colors): Do nothing for a face whose colors have been 2002 (free_face_colors): Do nothing for a face whose colors have been
2003 copied bitwise. 2003 copied bitwise.
2004 2004
2005 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member. 2005 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
2006 2006
2007 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2007 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2008 2008
2009 * marker.c, mocklisp.c: Change doc-string comments to `new style' 2009 * marker.c, mocklisp.c: Change doc-string comments to `new style'
2010 [w/`doc:' keyword]. 2010 [w/`doc:' keyword].
2011 2011
2012 2001-10-31 Gerd Moellmann <gerd@gnu.org> 2012 2001-10-31 Gerd Moellmann <gerd@gnu.org>
2013 2013
2014 * fns.c (require_unwind): Return Lisp_Object. 2014 * fns.c (require_unwind): Return Lisp_Object.
2015 2015
2016 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2016 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2017 2017
2018 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix. 2018 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
2019 (last-input-char): Revert doc-string to be the same as the 2019 (last-input-char): Revert doc-string to be the same as the
2020 doc-string of `last-input-event'. 2020 doc-string of `last-input-event'.
2021 2021
2105 * coding.c (syms_of_coding): Document that locale-coding-system is 2105 * coding.c (syms_of_coding): Document that locale-coding-system is
2106 used for decoding input on X. 2106 used for decoding input on X.
2107 2107
2108 * window.c (Fscroll_left, Fscroll_right): Doc fix. 2108 * window.c (Fscroll_left, Fscroll_right): Doc fix.
2109 2109
2110 2001-10-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2110 2001-10-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2111 2111
2112 * keyboard.c (Finput_pending_p): Fix typo in doc-string. 2112 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
2113 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it. 2113 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
2114 2114
2115 2001-10-29 Gerd Moellmann <gerd@gnu.org> 2115 2001-10-29 Gerd Moellmann <gerd@gnu.org>
2140 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color. 2140 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
2141 2141
2142 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing 2142 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
2143 a loop counter. 2143 a loop counter.
2144 2144
2145 2001-10-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2145 2001-10-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2146 2146
2147 * emacs.c: Use argv[0] instead of emacs when -t was specified. 2147 * emacs.c: Use argv[0] instead of emacs when -t was specified.
2148 2148
2149 * keyboard.c: Change doc-string comments to `new style' [w/`doc:' 2149 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
2150 keyword]. 2150 keyword].
2180 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET): 2180 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
2181 New messages types. 2181 New messages types.
2182 2182
2183 * w32term.c (note_mouse_highlight): Clear old help_echo. 2183 * w32term.c (note_mouse_highlight): Clear old help_echo.
2184 2184
2185 2001-10-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2185 2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2186 2186
2187 * xterm.c: Fix typo in a comment. 2187 * xterm.c: Fix typo in a comment.
2188 2188
2189 * emacs.c: Fix typos in comments. 2189 * emacs.c: Fix typos in comments.
2190 Remove unnecessary spaces. 2190 Remove unnecessary spaces.
2267 2001-10-24 Richard M. Stallman <rms@gnu.org> 2267 2001-10-24 Richard M. Stallman <rms@gnu.org>
2268 2268
2269 * xfaces.c (Fface_attributes_as_vector): New function. 2269 * xfaces.c (Fface_attributes_as_vector): New function.
2270 (syms_of_xfaces): Defsubr it. 2270 (syms_of_xfaces): Defsubr it.
2271 2271
2272 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2272 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2273 2273
2274 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused 2274 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
2275 variable `area'. 2275 variable `area'.
2276 2276
2277 2001-10-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2277 2001-10-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2278 2278
2279 * search.c (scan_newline): Remove unused variable `selective_display'. 2279 * search.c (scan_newline): Remove unused variable `selective_display'.
2280 2280
2281 2001-10-25 Miles Bader <miles@gnu.org> 2281 2001-10-25 Miles Bader <miles@gnu.org>
2282 2282
2313 in full-width rows. 2313 in full-width rows.
2314 2314
2315 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: 2315 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
2316 Fix clearing of area not covered by scroll bar. 2316 Fix clearing of area not covered by scroll bar.
2317 2317
2318 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2318 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2319 2319
2320 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end' 2320 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
2321 and `real_start'. 2321 and `real_start'.
2322 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'. 2322 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
2323 (glyph_rect): Remove unused variable `area'. 2323 (glyph_rect): Remove unused variable `area'.
2340 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables. 2340 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
2341 (try_window_id, try_window_reusing_current_matrix) 2341 (try_window_id, try_window_reusing_current_matrix)
2342 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited. 2342 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
2343 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables. 2343 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
2344 2344
2345 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2345 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2346 2346
2347 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of 2347 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
2348 gnuemacs). 2348 gnuemacs).
2349 (HAVE_BOXES): Fix typo in comment. 2349 (HAVE_BOXES): Fix typo in comment.
2350 (push_menu_pane): Fix typo in comment. 2350 (push_menu_pane): Fix typo in comment.
2393 REAL_END. Notice if cursor gets overwritten. 2393 REAL_END. Notice if cursor gets overwritten.
2394 (notice_overwritten_cursor): Take X positions as parameters. 2394 (notice_overwritten_cursor): Take X positions as parameters.
2395 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p 2395 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
2396 around call to x_draw_glyphs. 2396 around call to x_draw_glyphs.
2397 2397
2398 2001-10-23 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2398 2001-10-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2399 2399
2400 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR 2400 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
2401 instead of C) and usage. 2401 instead of C) and usage.
2402 2402
2403 * editfns.c (char-to-string): Fix argument names (use CHAR instead 2403 * editfns.c (char-to-string): Fix argument names (use CHAR instead
2414 2001-10-22 Gerd Moellmann <gerd@gnu.org> 2414 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2415 2415
2416 * xdisp.c (display_line): Fix computation of continuation lines 2416 * xdisp.c (display_line): Fix computation of continuation lines
2417 width for TABs. 2417 width for TABs.
2418 2418
2419 2001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2419 2001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2420 2420
2421 * xdisp.c (build_desired_tool_bar_string): Remove unused variable 2421 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
2422 `Qlaplace'. 2422 `Qlaplace'.
2423 2423
2424 * fileio.c: Remove unused code. 2424 * fileio.c: Remove unused code.
2466 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat) 2466 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
2467 (Fencode_time, Finsert_and_inherit_before_markers): Likewise. 2467 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
2468 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument) 2468 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
2469 (Fml_prefix_argument_loop): Likewise. 2469 (Fml_prefix_argument_loop): Likewise.
2470 2470
2471 2001-10-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2471 2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2472 2472
2473 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'. 2473 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
2474 2474
2475 * sysdep.c (init_sys_modes): Change doc-string comments to `new 2475 * sysdep.c (init_sys_modes): Change doc-string comments to `new
2476 style' [w/`doc:' keyword]. 2476 style' [w/`doc:' keyword].
2594 (Flogxor): Add usage: string to doc string. 2594 (Flogxor): Add usage: string to doc string.
2595 * charset.c (Fstring): Likewise. 2595 * charset.c (Fstring): Likewise.
2596 * callproc.c (Fcall_process_region, Fcall_process): Likewise. 2596 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
2597 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise. 2597 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
2598 2598
2599 2001-10-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2599 2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2600 2600
2601 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords. 2601 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
2602 2602
2603 * alloc.c: Reindent DEFUNs with doc: keywords. 2603 * alloc.c: Reindent DEFUNs with doc: keywords.
2604 2604
2609 2609
2610 2001-10-20 Gerd Moellmann <gerd@gnu.org> 2610 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2611 2611
2612 * (Version 21.1 released.) 2612 * (Version 21.1 released.)
2613 2613
2614 2001-10-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2614 2001-10-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2615 2615
2616 * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes removed. 2616 * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes removed.
2617 2617
2618 * xdisp.c (invisible_text_between_p): Put prototype inside #if 2618 * xdisp.c (invisible_text_between_p): Put prototype inside #if
2619 0 because unused. 2619 0 because unused.
2853 (x_clear_frame_selections): Use XSETCDR. 2853 (x_clear_frame_selections): Use XSETCDR.
2854 (wait_for_property_change): Use XSETCARFASTINT and XSETCDRFASTINT. 2854 (wait_for_property_change): Use XSETCARFASTINT and XSETCDRFASTINT.
2855 (x_handle_property_notify, x_get_foreign_selection) 2855 (x_handle_property_notify, x_get_foreign_selection)
2856 (x_handle_selection_notify): Use XSETCAR. 2856 (x_handle_selection_notify): Use XSETCAR.
2857 2857
2858 2001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2858 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2859 2859
2860 * buffer.c: Put doc strings in comments. 2860 * buffer.c: Put doc strings in comments.
2861 2861
2862 * sound.c: Include <sys/ioctl.h> also on systems without <soundcard.h>. 2862 * sound.c: Include <sys/ioctl.h> also on systems without <soundcard.h>.
2863 2863
2864 2001-10-15 Sam Steingold <sds@gnu.org> 2864 2001-10-15 Sam Steingold <sds@gnu.org>
2865 2865
2866 * fns.c (Vafter_load_alist): Declare extern (w32 build problem). 2866 * fns.c (Vafter_load_alist): Declare extern (w32 build problem).
2867 2867
2868 2001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2868 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2869 2869
2870 * process.c (process-inherit-coding-system-flag) 2870 * process.c (process-inherit-coding-system-flag)
2871 (get-buffer-process): Do not confuse make-docfile with doc strings 2871 (get-buffer-process): Do not confuse make-docfile with doc strings
2872 in comment. 2872 in comment.
2873 2873
2881 * window.c (window_loop): Don't check for Fother_buffer returning nil. 2881 * window.c (window_loop): Don't check for Fother_buffer returning nil.
2882 2882
2883 * window.c (select_window_1): Unfreeze window start. Remove a 2883 * window.c (select_window_1): Unfreeze window start. Remove a
2884 doubled test for WINDOW being live. 2884 doubled test for WINDOW being live.
2885 2885
2886 2001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2886 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2887 2887
2888 * fns.c (Fmapconcat): Fix typo in a doc string. 2888 * fns.c (Fmapconcat): Fix typo in a doc string.
2889 2889
2890 * dispnew.c (Fsleep_for): Fix typo in a doc string. 2890 * dispnew.c (Fsleep_for): Fix typo in a doc string.
2891 2891
2892 2001-10-15 Gerd Moellmann <gerd@gnu.org> 2892 2001-10-15 Gerd Moellmann <gerd@gnu.org>
2893 2893
2894 * xterm.c (x_draw_glyph_string): Restore clipping after 2894 * xterm.c (x_draw_glyph_string): Restore clipping after
2895 drawing box. 2895 drawing box.
2896 2896
2897 2001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2897 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2898 2898
2899 * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string. 2899 * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string.
2900 2900
2901 2001-10-14 Stefan Monnier <monnier@cs.yale.edu> 2901 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2902 2902
2922 (invisible_p): Return 1 or 2 depending on whether an ellipsis is used. 2922 (invisible_p): Return 1 or 2 depending on whether an ellipsis is used.
2923 (invisible_ellipsis_p, invisible_noellipsis_p): Remove. 2923 (invisible_ellipsis_p, invisible_noellipsis_p): Remove.
2924 (in_ellipses_for_invisible_text_p, handle_invisible_prop): 2924 (in_ellipses_for_invisible_text_p, handle_invisible_prop):
2925 Use new retval of TEXT_PROP_MEANS_INVISIBLE. 2925 Use new retval of TEXT_PROP_MEANS_INVISIBLE.
2926 2926
2927 2001-10-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2927 2001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2928 2928
2929 * lisp.h (Ftop_level): Add prototype. 2929 * lisp.h (Ftop_level): Add prototype.
2930 2930
2931 * xterm.c: (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes. 2931 * xterm.c: (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
2932 (XTread_socket): Improve style of comments to follow other 2932 (XTread_socket): Improve style of comments to follow other
3017 2001-10-12 Eli Zaretskii <eliz@is.elta.co.il> 3017 2001-10-12 Eli Zaretskii <eliz@is.elta.co.il>
3018 3018
3019 * lread.c (syms_of_lread) <load-suffixes>: Fix last change: 3019 * lread.c (syms_of_lread) <load-suffixes>: Fix last change:
3020 multi-line strings without a trailing "\n\". 3020 multi-line strings without a trailing "\n\".
3021 3021
3022 2001-10-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3022 2001-10-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
3023 3023
3024 * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is 3024 * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is
3025 defined. 3025 defined.
3026 3026
3027 2001-10-11 Stefan Monnier <monnier@cs.yale.edu> 3027 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
3174 Remove code setting signal handler. 3174 Remove code setting signal handler.
3175 3175
3176 * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: 3176 * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
3177 Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>. 3177 Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>.
3178 3178
3179 2001-10-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3179 2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
3180 3180
3181 * keyboard.c: Don't define min/max. 3181 * keyboard.c: Don't define min/max.
3182 3182
3183 2001-10-08 Gerd Moellmann <gerd@gnu.org> 3183 2001-10-08 Gerd Moellmann <gerd@gnu.org>
3184 3184
3191 3191
3192 * lisp.h (min, max): New macros. 3192 * lisp.h (min, max): New macros.
3193 3193
3194 * puresize.h (BASE_PURESIZE): Increase to 725000. 3194 * puresize.h (BASE_PURESIZE): Increase to 725000.
3195 3195
3196 2001-10-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3196 2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
3197 3197
3198 * xfaces.c (free_frame_menubar): Add prototype. 3198 * xfaces.c (free_frame_menubar): Add prototype.
3199 3199
3200 * lisp.h (init_window): Add prototype. 3200 * lisp.h (init_window): Add prototype.
3201 3201
3467 3467
3468 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il> 3468 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3469 3469
3470 * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix. 3470 * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix.
3471 3471
3472 2001-09-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3472 2001-09-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
3473 3473
3474 * s/gnu-linux.h: Fix a typo in comment. 3474 * s/gnu-linux.h: Fix a typo in comment.
3475 3475
3476 2001-09-28 Andreas Schwab <schwab@suse.de> 3476 2001-09-28 Andreas Schwab <schwab@suse.de>
3477 3477
3943 3943
3944 2001-08-06 Gerd Moellmann <gerd@gnu.org> 3944 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3945 3945
3946 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG. 3946 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
3947 3947
3948 2001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3948 2001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
3949 3949
3950 * alloc.c (init_stack): Remove declaration. 3950 * alloc.c (init_stack): Remove declaration.
3951 3951
3952 2001-08-03 Gerd Moellmann <gerd@gnu.org> 3952 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3953 3953