diff options
| author | Andreas Schwab | 2002-02-15 21:25:41 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-02-15 21:25:41 +0000 |
| commit | bdf67c5954e5131530a98a6b4155e50d489a3e40 (patch) | |
| tree | 4f09a63bcd5ef1f9edb042b47b5be5164859c9f0 /src | |
| parent | 382d38fa68ae89868b8eb48ab90d7a4584a9eb79 (diff) | |
| download | emacs-bdf67c5954e5131530a98a6b4155e50d489a3e40.tar.gz emacs-bdf67c5954e5131530a98a6b4155e50d489a3e40.zip | |
Remove unwanted changes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 134 | ||||
| -rw-r--r-- | src/alloc.c | 24 |
2 files changed, 81 insertions, 77 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 15dcea806d0..39f0106235a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-02-15 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * alloc.c (NSTATICS): Increase to 1280. | ||
| 4 | |||
| 1 | 2002-02-15 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5 | 2002-02-15 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 2 | 6 | ||
| 3 | * alloc.c (NSTATICS): Bump to 1026. | 7 | * alloc.c (NSTATICS): Bump to 1026. |
| @@ -105,7 +109,7 @@ | |||
| 105 | 109 | ||
| 106 | * floatfns.c (Fround): Doc fix. | 110 | * floatfns.c (Fround): Doc fix. |
| 107 | 111 | ||
| 108 | 2002-02-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 112 | 2002-02-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 109 | 113 | ||
| 110 | * sysdep.c (init_system_name): Put unused variable `p' in #if 0. | 114 | * sysdep.c (init_system_name): Put unused variable `p' in #if 0. |
| 111 | 115 | ||
| @@ -146,7 +150,7 @@ | |||
| 146 | (syms_of_keyboard): DEFVAR_LISP it. | 150 | (syms_of_keyboard): DEFVAR_LISP it. |
| 147 | (command_loop_1): Set it, and perform command remapping. | 151 | (command_loop_1): Set it, and perform command remapping. |
| 148 | 152 | ||
| 149 | 2002-02-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 153 | 2002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 150 | 154 | ||
| 151 | * keyboard.c (recursive_edit_1): Call cancel_hourglass | 155 | * keyboard.c (recursive_edit_1): Call cancel_hourglass |
| 152 | unconditionally. | 156 | unconditionally. |
| @@ -187,7 +191,7 @@ | |||
| 187 | of the default face to Qnormal, unless these attributes are | 191 | of the default face to Qnormal, unless these attributes are |
| 188 | unspecified. | 192 | unspecified. |
| 189 | 193 | ||
| 190 | 2002-02-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 194 | 2002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 191 | 195 | ||
| 192 | * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]: | 196 | * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]: |
| 193 | Call cancel_hourglass unconditionally. | 197 | Call cancel_hourglass unconditionally. |
| @@ -209,7 +213,7 @@ | |||
| 209 | 213 | ||
| 210 | * minibuf.c (Fcompleting_read): Doc fix. | 214 | * minibuf.c (Fcompleting_read): Doc fix. |
| 211 | 215 | ||
| 212 | 2002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 216 | 2002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 213 | 217 | ||
| 214 | * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function) | 218 | * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function) |
| 215 | (Fread_variable, Fread_buffer, minibuffer-completion-confirm): | 219 | (Fread_variable, Fread_buffer, minibuffer-completion-confirm): |
| @@ -222,7 +226,7 @@ | |||
| 222 | * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively | 226 | * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively |
| 223 | and scroll_up_aggressively. | 227 | and scroll_up_aggressively. |
| 224 | 228 | ||
| 225 | 2002-01-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 229 | 2002-01-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 226 | 230 | ||
| 227 | * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes. | 231 | * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes. |
| 228 | 232 | ||
| @@ -277,7 +281,7 @@ | |||
| 277 | * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust | 281 | * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust |
| 278 | if fullscreen is being set. | 282 | if fullscreen is being set. |
| 279 | 283 | ||
| 280 | 2002-01-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 284 | 2002-01-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 281 | 285 | ||
| 282 | * minibuf.c (Fminibuffer_contents) | 286 | * minibuf.c (Fminibuffer_contents) |
| 283 | (Fminibuffer_contents_no_properties, Fread_from_minibuffer) | 287 | (Fminibuffer_contents_no_properties, Fread_from_minibuffer) |
| @@ -317,7 +321,7 @@ | |||
| 317 | 321 | ||
| 318 | * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1. | 322 | * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1. |
| 319 | 323 | ||
| 320 | 2002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 324 | 2002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 321 | 325 | ||
| 322 | * doprnt.c (doprnt1): Fix typos in error call. | 326 | * doprnt.c (doprnt1): Fix typos in error call. |
| 323 | 327 | ||
| @@ -343,7 +347,7 @@ | |||
| 343 | (w32_enable_synthesized_fonts): Change to a boolean. | 347 | (w32_enable_synthesized_fonts): Change to a boolean. |
| 344 | (Fw32_send_sys_command): Doc fix. | 348 | (Fw32_send_sys_command): Doc fix. |
| 345 | 349 | ||
| 346 | 2002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 350 | 2002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 347 | 351 | ||
| 348 | * dispnew.c (update_frame): Move the variable `tem' to the block | 352 | * dispnew.c (update_frame): Move the variable `tem' to the block |
| 349 | where it is used. | 353 | where it is used. |
| @@ -363,7 +367,7 @@ | |||
| 363 | * window.c (enlarge_window): When exceeding size of parent, | 367 | * window.c (enlarge_window): When exceeding size of parent, |
| 364 | directly delete all the siblings instead of trying to resize it. | 368 | directly delete all the siblings instead of trying to resize it. |
| 365 | 369 | ||
| 366 | 2002-01-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 370 | 2002-01-17 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 367 | 371 | ||
| 368 | * term.c (set_tty_color_mode): Remove unused variable `tem'. | 372 | * term.c (set_tty_color_mode): Remove unused variable `tem'. |
| 369 | 373 | ||
| @@ -379,7 +383,7 @@ | |||
| 379 | 383 | ||
| 380 | * w32term.c (x_erase_phys_cursor): Ditto. | 384 | * w32term.c (x_erase_phys_cursor): Ditto. |
| 381 | 385 | ||
| 382 | 2002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 386 | 2002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 383 | 387 | ||
| 384 | * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of | 388 | * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of |
| 385 | `dont_resize' only when used. | 389 | `dont_resize' only when used. |
| @@ -391,12 +395,12 @@ | |||
| 391 | * xdisp.c (display_mode_element): When computing charpos, depend | 395 | * xdisp.c (display_mode_element): When computing charpos, depend |
| 392 | on multibyteness of elt, not the text in field. | 396 | on multibyteness of elt, not the text in field. |
| 393 | 397 | ||
| 394 | 2002-01-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 398 | 2002-01-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 395 | 399 | ||
| 396 | * buffer.c (Fkill_all_local_variables): Increment | 400 | * buffer.c (Fkill_all_local_variables): Increment |
| 397 | `update_mode_lines' only once. | 401 | `update_mode_lines' only once. |
| 398 | 402 | ||
| 399 | 2002-01-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 403 | 2002-01-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 400 | 404 | ||
| 401 | * lisp.h (adjust_after_replace_noundo) | 405 | * lisp.h (adjust_after_replace_noundo) |
| 402 | (Fupdate_coding_systems_internal): Add prototypes. | 406 | (Fupdate_coding_systems_internal): Add prototypes. |
| @@ -465,7 +469,7 @@ | |||
| 465 | (syms_of_w32fns): DEFVAR_BOOL it. | 469 | (syms_of_w32fns): DEFVAR_BOOL it. |
| 466 | (w32_wnd_proc): Handle new "XBUTTON" messages. | 470 | (w32_wnd_proc): Handle new "XBUTTON" messages. |
| 467 | 471 | ||
| 468 | 2002-01-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 472 | 2002-01-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 469 | 473 | ||
| 470 | * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'. | 474 | * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'. |
| 471 | 475 | ||
| @@ -569,7 +573,7 @@ | |||
| 569 | * editfns.c (Fformat): Update thissize from field_width | 573 | * editfns.c (Fformat): Update thissize from field_width |
| 570 | based on the actual width, in the string case. | 574 | based on the actual width, in the string case. |
| 571 | 575 | ||
| 572 | 2002-01-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 576 | 2002-01-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 573 | 577 | ||
| 574 | * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment | 578 | * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment |
| 575 | when used as truth value to prevent gcc warnings. | 579 | when used as truth value to prevent gcc warnings. |
| @@ -682,7 +686,7 @@ | |||
| 682 | * bytecode.c (Fbyte_code): Use Fstring_make_unibyte | 686 | * bytecode.c (Fbyte_code): Use Fstring_make_unibyte |
| 683 | instead of Fstring_as_unibyte. | 687 | instead of Fstring_as_unibyte. |
| 684 | 688 | ||
| 685 | 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 689 | 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 686 | 690 | ||
| 687 | The following changes remove mocklisp support: | 691 | The following changes remove mocklisp support: |
| 688 | 692 | ||
| @@ -755,7 +759,7 @@ | |||
| 755 | * Makefile.in (lisp, shortlisp): Synchronize with changes to | 759 | * Makefile.in (lisp, shortlisp): Synchronize with changes to |
| 756 | lisp/Makefile.in:DONTCOMPILE. | 760 | lisp/Makefile.in:DONTCOMPILE. |
| 757 | 761 | ||
| 758 | 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 762 | 2001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 759 | 763 | ||
| 760 | * xdisp.c (window_box_height): Do not return negative values. | 764 | * xdisp.c (window_box_height): Do not return negative values. |
| 761 | From Gerd Moellmann <gerd@gnu.org>. | 765 | From Gerd Moellmann <gerd@gnu.org>. |
| @@ -852,7 +856,7 @@ | |||
| 852 | 856 | ||
| 853 | * s/gnu-linux.h (GNU_LINUX): Defined. | 857 | * s/gnu-linux.h (GNU_LINUX): Defined. |
| 854 | 858 | ||
| 855 | 2001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 859 | 2001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 856 | 860 | ||
| 857 | * macros.c, msdos.c, w16select.c: Change doc-string comments to | 861 | * macros.c, msdos.c, w16select.c: Change doc-string comments to |
| 858 | `new style' [w/`doc:' keyword]. | 862 | `new style' [w/`doc:' keyword]. |
| @@ -862,7 +866,7 @@ | |||
| 862 | * w32menu.c (w32_free_submenu_strings): Clear menu item struct | 866 | * w32menu.c (w32_free_submenu_strings): Clear menu item struct |
| 863 | before using. | 867 | before using. |
| 864 | 868 | ||
| 865 | 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 869 | 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 866 | 870 | ||
| 867 | * dosfns.c: Change doc-string comments to `new style' [w/`doc:' | 871 | * dosfns.c: Change doc-string comments to `new style' [w/`doc:' |
| 868 | keyword]. | 872 | keyword]. |
| @@ -883,7 +887,7 @@ | |||
| 883 | Lisp_Object. | 887 | Lisp_Object. |
| 884 | (w32_free_submenu_strings): Only free owner-drawn strings. | 888 | (w32_free_submenu_strings): Only free owner-drawn strings. |
| 885 | 889 | ||
| 886 | 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 890 | 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 887 | 891 | ||
| 888 | * COPYING: Moved back. | 892 | * COPYING: Moved back. |
| 889 | 893 | ||
| @@ -982,11 +986,11 @@ | |||
| 982 | 986 | ||
| 983 | * eval.c: Use standard syntax for usage in docstrings. | 987 | * eval.c: Use standard syntax for usage in docstrings. |
| 984 | 988 | ||
| 985 | 2001-12-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 989 | 2001-12-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 986 | 990 | ||
| 987 | * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option. | 991 | * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option. |
| 988 | 992 | ||
| 989 | 2001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 993 | 2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 990 | 994 | ||
| 991 | * xterm.c (x_draw_image_relief): Use predefined macro instead of | 995 | * xterm.c (x_draw_image_relief): Use predefined macro instead of |
| 992 | constant when the value of `tool_bar_button_relief' is negative. | 996 | constant when the value of `tool_bar_button_relief' is negative. |
| @@ -1082,7 +1086,7 @@ | |||
| 1082 | * w32term.c: Merged changes from xterm.c. | 1086 | * w32term.c: Merged changes from xterm.c. |
| 1083 | * w32fns.c: Merged changes from xfns.c. | 1087 | * w32fns.c: Merged changes from xfns.c. |
| 1084 | 1088 | ||
| 1085 | 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1089 | 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1086 | 1090 | ||
| 1087 | * COPYING: Removed. | 1091 | * COPYING: Removed. |
| 1088 | 1092 | ||
| @@ -1092,7 +1096,7 @@ | |||
| 1092 | extra extra slot. | 1096 | extra extra slot. |
| 1093 | (detect_coding_mask): Fix call of detect_coding_iso2022. | 1097 | (detect_coding_mask): Fix call of detect_coding_iso2022. |
| 1094 | 1098 | ||
| 1095 | 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1099 | 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1096 | 1100 | ||
| 1097 | * fileio.c (file-name-coding-system) | 1101 | * fileio.c (file-name-coding-system) |
| 1098 | (default-file-name-coding-system): Doc fix (links to referenced | 1102 | (default-file-name-coding-system): Doc fix (links to referenced |
| @@ -1139,7 +1143,7 @@ | |||
| 1139 | * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if | 1143 | * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if |
| 1140 | OVERLAPS_P. | 1144 | OVERLAPS_P. |
| 1141 | 1145 | ||
| 1142 | 2001-11-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1146 | 2001-11-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1143 | 1147 | ||
| 1144 | * xdisp.c (message_dolog): Remove unused variables `gcpro2', | 1148 | * xdisp.c (message_dolog): Remove unused variables `gcpro2', |
| 1145 | `gcpro3' and `gcpro4'. | 1149 | `gcpro3' and `gcpro4'. |
| @@ -1256,7 +1260,7 @@ | |||
| 1256 | * msdos.c (IT_clear_screen): If the frame's faces are not yet | 1260 | * msdos.c (IT_clear_screen): If the frame's faces are not yet |
| 1257 | realized, use the initial screen colors to clear the screen. | 1261 | realized, use the initial screen colors to clear the screen. |
| 1258 | 1262 | ||
| 1259 | 2001-11-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1263 | 2001-11-23 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1260 | 1264 | ||
| 1261 | * textprop.c (Fset_text_properties): Remove unused variables | 1265 | * textprop.c (Fset_text_properties): Remove unused variables |
| 1262 | `unchanged', `prev_changed', `s' and `len'. | 1266 | `unchanged', `prev_changed', `s' and `len'. |
| @@ -1384,7 +1388,7 @@ | |||
| 1384 | 1388 | ||
| 1385 | * puresize.h (BASE_PURESIZE): Increase to 750000. | 1389 | * puresize.h (BASE_PURESIZE): Increase to 750000. |
| 1386 | 1390 | ||
| 1387 | 2001-11-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1391 | 2001-11-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1388 | 1392 | ||
| 1389 | * frame.c (Fframe_live_p): Doc fix. | 1393 | * frame.c (Fframe_live_p): Doc fix. |
| 1390 | 1394 | ||
| @@ -1434,7 +1438,7 @@ | |||
| 1434 | (Fwrite_region): Split the call to build_annotations into two | 1438 | (Fwrite_region): Split the call to build_annotations into two |
| 1435 | calls to build_annotations and build_annotations_2. | 1439 | calls to build_annotations and build_annotations_2. |
| 1436 | 1440 | ||
| 1437 | 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1441 | 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1438 | 1442 | ||
| 1439 | * sysdep.c (wait_for_kbd_input) [VMS]: Do not call | 1443 | * sysdep.c (wait_for_kbd_input) [VMS]: Do not call |
| 1440 | clear_waiting_for_input with argument. | 1444 | clear_waiting_for_input with argument. |
| @@ -1606,7 +1610,7 @@ | |||
| 1606 | 1610 | ||
| 1607 | * print.c (prin1, print): Doc fix. | 1611 | * print.c (prin1, print): Doc fix. |
| 1608 | 1612 | ||
| 1609 | 2001-11-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1613 | 2001-11-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1610 | 1614 | ||
| 1611 | * fontset.h: Remove declarations of variables | 1615 | * fontset.h: Remove declarations of variables |
| 1612 | `Vhighlight_wrong_size_font' and `Vclip_large_size_font'. | 1616 | `Vhighlight_wrong_size_font' and `Vclip_large_size_font'. |
| @@ -1618,7 +1622,7 @@ | |||
| 1618 | 1622 | ||
| 1619 | * w32fns.c: Doc fix. | 1623 | * w32fns.c: Doc fix. |
| 1620 | 1624 | ||
| 1621 | 2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1625 | 2001-11-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1622 | 1626 | ||
| 1623 | * xfaces.c (Fface_attributes_as_vector): Doc fix. | 1627 | * xfaces.c (Fface_attributes_as_vector): Doc fix. |
| 1624 | 1628 | ||
| @@ -1680,7 +1684,7 @@ | |||
| 1680 | * w32fns.c: Don't define max. | 1684 | * w32fns.c: Don't define max. |
| 1681 | (Fx_open_connection): Only execute once. | 1685 | (Fx_open_connection): Only execute once. |
| 1682 | 1686 | ||
| 1683 | 2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1687 | 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1684 | 1688 | ||
| 1685 | * ccl.c: Change macros to use do-while block instead of if-else. | 1689 | * ccl.c: Change macros to use do-while block instead of if-else. |
| 1686 | Use braces to follow GNU Coding Standards. | 1690 | Use braces to follow GNU Coding Standards. |
| @@ -1718,7 +1722,7 @@ | |||
| 1718 | * unexelf.c (unexec): Use mmap/munmap to allocate buffers | 1722 | * unexelf.c (unexec): Use mmap/munmap to allocate buffers |
| 1719 | instead of malloc/free. | 1723 | instead of malloc/free. |
| 1720 | 1724 | ||
| 1721 | 2001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1725 | 2001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1722 | 1726 | ||
| 1723 | * xfaces.c (merge_face_vectors): Use braces to follow GNU | 1727 | * xfaces.c (merge_face_vectors): Use braces to follow GNU |
| 1724 | Coding Standards. | 1728 | Coding Standards. |
| @@ -1737,7 +1741,7 @@ | |||
| 1737 | * w32term.c (x_display_and_set_cursor): Do not move system caret | 1741 | * w32term.c (x_display_and_set_cursor): Do not move system caret |
| 1738 | if cursor_glyph is NULL. | 1742 | if cursor_glyph is NULL. |
| 1739 | 1743 | ||
| 1740 | 2001-11-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1744 | 2001-11-07 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1741 | 1745 | ||
| 1742 | * keymap.c (access_keymap): Fix compilation error. | 1746 | * keymap.c (access_keymap): Fix compilation error. |
| 1743 | 1747 | ||
| @@ -1745,7 +1749,7 @@ | |||
| 1745 | 1749 | ||
| 1746 | * xfns.c (x_set_frame_parameters): Avoid infinite recursion. | 1750 | * xfns.c (x_set_frame_parameters): Avoid infinite recursion. |
| 1747 | 1751 | ||
| 1748 | 2001-11-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1752 | 2001-11-07 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1749 | 1753 | ||
| 1750 | * intervals.c (graft_intervals_into_buffer): | 1754 | * intervals.c (graft_intervals_into_buffer): |
| 1751 | Remove #ifdef'd-out code. | 1755 | Remove #ifdef'd-out code. |
| @@ -1766,7 +1770,7 @@ | |||
| 1766 | * keyboard.c (make_lispy_event): Check integerness and fix | 1770 | * keyboard.c (make_lispy_event): Check integerness and fix |
| 1767 | Lisp_Object/int mixup. | 1771 | Lisp_Object/int mixup. |
| 1768 | 1772 | ||
| 1769 | 2001-11-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1773 | 2001-11-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1770 | 1774 | ||
| 1771 | * fns.c (copy_hash_table): Remove unused variable `v'. | 1775 | * fns.c (copy_hash_table): Remove unused variable `v'. |
| 1772 | 1776 | ||
| @@ -1804,7 +1808,7 @@ | |||
| 1804 | * unexelf.c (unexec): Don't use `mmap'. Instead, read and write | 1808 | * unexelf.c (unexec): Don't use `mmap'. Instead, read and write |
| 1805 | the program image directly. | 1809 | the program image directly. |
| 1806 | 1810 | ||
| 1807 | 2001-11-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1811 | 2001-11-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1808 | 1812 | ||
| 1809 | * buffer.h (Fbuffer_local_value): Add prototype. | 1813 | * buffer.h (Fbuffer_local_value): Add prototype. |
| 1810 | 1814 | ||
| @@ -1840,7 +1844,7 @@ | |||
| 1840 | * xdisp.c (Qcursor_in_non_selected_windows): New variable. | 1844 | * xdisp.c (Qcursor_in_non_selected_windows): New variable. |
| 1841 | (syms_of_xdisp): Initialize it. | 1845 | (syms_of_xdisp): Initialize it. |
| 1842 | 1846 | ||
| 1843 | 2001-11-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1847 | 2001-11-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1844 | 1848 | ||
| 1845 | * xfns.c (Fx_create_frame): Doc fix. | 1849 | * xfns.c (Fx_create_frame): Doc fix. |
| 1846 | 1850 | ||
| @@ -1874,7 +1878,7 @@ | |||
| 1874 | 1878 | ||
| 1875 | * syssignal.h (sigunblock): Don't define if already defined. | 1879 | * syssignal.h (sigunblock): Don't define if already defined. |
| 1876 | 1880 | ||
| 1877 | 2001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1881 | 2001-11-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1878 | 1882 | ||
| 1879 | * eval.c (debugger_may_continue, Vdebug_ignored_errors) | 1883 | * eval.c (debugger_may_continue, Vdebug_ignored_errors) |
| 1880 | (call_debugger, Fcondition_case, skip_debugger, unbind_to): | 1884 | (call_debugger, Fcondition_case, skip_debugger, unbind_to): |
| @@ -1927,7 +1931,7 @@ | |||
| 1927 | 1931 | ||
| 1928 | * textprop.c (Fget_char_property): Doc fix. | 1932 | * textprop.c (Fget_char_property): Doc fix. |
| 1929 | 1933 | ||
| 1930 | 2001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1934 | 2001-11-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1931 | 1935 | ||
| 1932 | * process.c (Fstart_process): Add usage to doc-string. | 1936 | * process.c (Fstart_process): Add usage to doc-string. |
| 1933 | 1937 | ||
| @@ -1950,7 +1954,7 @@ | |||
| 1950 | bindings along with or instead of the buffer local map. | 1954 | bindings along with or instead of the buffer local map. |
| 1951 | Make the overriding maps override what they should. | 1955 | Make the overriding maps override what they should. |
| 1952 | 1956 | ||
| 1953 | 2001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1957 | 2001-11-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1954 | 1958 | ||
| 1955 | * window.c (grow_mini_window): Fix typo in comment. | 1959 | * window.c (grow_mini_window): Fix typo in comment. |
| 1956 | 1960 | ||
| @@ -1967,7 +1971,7 @@ | |||
| 1967 | * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): | 1971 | * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): |
| 1968 | Handle :box so that it is possible to specify sexprs. | 1972 | Handle :box so that it is possible to specify sexprs. |
| 1969 | 1973 | ||
| 1970 | 2001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1974 | 2001-11-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1971 | 1975 | ||
| 1972 | * xfaces.c (Finternal_merge_in_global_face): Reindent. | 1976 | * xfaces.c (Finternal_merge_in_global_face): Reindent. |
| 1973 | (Fface_font): Ditto. | 1977 | (Fface_font): Ditto. |
| @@ -1980,7 +1984,7 @@ | |||
| 1980 | 1984 | ||
| 1981 | * s/hpux11.h: New file. | 1985 | * s/hpux11.h: New file. |
| 1982 | 1986 | ||
| 1983 | 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1987 | 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1984 | 1988 | ||
| 1985 | * emacs.c (USAGE1): Show command line option --no-window-system | 1989 | * emacs.c (USAGE1): Show command line option --no-window-system |
| 1986 | instead of --no-windows in usage. | 1990 | instead of --no-windows in usage. |
| @@ -2006,7 +2010,7 @@ | |||
| 2006 | 2010 | ||
| 2007 | * dispextern.h (struct face) <colors_copied_bitwise_p>: New member. | 2011 | * dispextern.h (struct face) <colors_copied_bitwise_p>: New member. |
| 2008 | 2012 | ||
| 2009 | 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2013 | 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2010 | 2014 | ||
| 2011 | * marker.c, mocklisp.c: Change doc-string comments to `new style' | 2015 | * marker.c, mocklisp.c: Change doc-string comments to `new style' |
| 2012 | [w/`doc:' keyword]. | 2016 | [w/`doc:' keyword]. |
| @@ -2015,7 +2019,7 @@ | |||
| 2015 | 2019 | ||
| 2016 | * fns.c (require_unwind): Return Lisp_Object. | 2020 | * fns.c (require_unwind): Return Lisp_Object. |
| 2017 | 2021 | ||
| 2018 | 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2022 | 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2019 | 2023 | ||
| 2020 | * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix. | 2024 | * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix. |
| 2021 | (last-input-char): Revert doc-string to be the same as the | 2025 | (last-input-char): Revert doc-string to be the same as the |
| @@ -2109,7 +2113,7 @@ | |||
| 2109 | 2113 | ||
| 2110 | * window.c (Fscroll_left, Fscroll_right): Doc fix. | 2114 | * window.c (Fscroll_left, Fscroll_right): Doc fix. |
| 2111 | 2115 | ||
| 2112 | 2001-10-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2116 | 2001-10-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2113 | 2117 | ||
| 2114 | * keyboard.c (Finput_pending_p): Fix typo in doc-string. | 2118 | * keyboard.c (Finput_pending_p): Fix typo in doc-string. |
| 2115 | (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it. | 2119 | (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it. |
| @@ -2144,7 +2148,7 @@ | |||
| 2144 | * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing | 2148 | * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing |
| 2145 | a loop counter. | 2149 | a loop counter. |
| 2146 | 2150 | ||
| 2147 | 2001-10-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2151 | 2001-10-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2148 | 2152 | ||
| 2149 | * emacs.c: Use argv[0] instead of emacs when -t was specified. | 2153 | * emacs.c: Use argv[0] instead of emacs when -t was specified. |
| 2150 | 2154 | ||
| @@ -2184,7 +2188,7 @@ | |||
| 2184 | 2188 | ||
| 2185 | * w32term.c (note_mouse_highlight): Clear old help_echo. | 2189 | * w32term.c (note_mouse_highlight): Clear old help_echo. |
| 2186 | 2190 | ||
| 2187 | 2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2191 | 2001-10-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2188 | 2192 | ||
| 2189 | * xterm.c: Fix typo in a comment. | 2193 | * xterm.c: Fix typo in a comment. |
| 2190 | 2194 | ||
| @@ -2271,12 +2275,12 @@ | |||
| 2271 | * xfaces.c (Fface_attributes_as_vector): New function. | 2275 | * xfaces.c (Fface_attributes_as_vector): New function. |
| 2272 | (syms_of_xfaces): Defsubr it. | 2276 | (syms_of_xfaces): Defsubr it. |
| 2273 | 2277 | ||
| 2274 | 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2278 | 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2275 | 2279 | ||
| 2276 | * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused | 2280 | * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused |
| 2277 | variable `area'. | 2281 | variable `area'. |
| 2278 | 2282 | ||
| 2279 | 2001-10-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2283 | 2001-10-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2280 | 2284 | ||
| 2281 | * search.c (scan_newline): Remove unused variable `selective_display'. | 2285 | * search.c (scan_newline): Remove unused variable `selective_display'. |
| 2282 | 2286 | ||
| @@ -2317,7 +2321,7 @@ | |||
| 2317 | * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: | 2321 | * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: |
| 2318 | Fix clearing of area not covered by scroll bar. | 2322 | Fix clearing of area not covered by scroll bar. |
| 2319 | 2323 | ||
| 2320 | 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2324 | 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2321 | 2325 | ||
| 2322 | * xterm.c: (x_insert_glyphs): Remove unused variables `real_end' | 2326 | * xterm.c: (x_insert_glyphs): Remove unused variables `real_end' |
| 2323 | and `real_start'. | 2327 | and `real_start'. |
| @@ -2344,7 +2348,7 @@ | |||
| 2344 | (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited. | 2348 | (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited. |
| 2345 | (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables. | 2349 | (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables. |
| 2346 | 2350 | ||
| 2347 | 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2351 | 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2348 | 2352 | ||
| 2349 | * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of | 2353 | * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of |
| 2350 | gnuemacs). | 2354 | gnuemacs). |
| @@ -2397,7 +2401,7 @@ | |||
| 2397 | (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p | 2401 | (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p |
| 2398 | around call to x_draw_glyphs. | 2402 | around call to x_draw_glyphs. |
| 2399 | 2403 | ||
| 2400 | 2001-10-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2404 | 2001-10-23 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2401 | 2405 | ||
| 2402 | * syntax.c (modify-syntax-entry): Fix argument names (use CHAR | 2406 | * syntax.c (modify-syntax-entry): Fix argument names (use CHAR |
| 2403 | instead of C) and usage. | 2407 | instead of C) and usage. |
| @@ -2418,7 +2422,7 @@ | |||
| 2418 | * xdisp.c (display_line): Fix computation of continuation lines | 2422 | * xdisp.c (display_line): Fix computation of continuation lines |
| 2419 | width for TABs. | 2423 | width for TABs. |
| 2420 | 2424 | ||
| 2421 | 2001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2425 | 2001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2422 | 2426 | ||
| 2423 | * xdisp.c (build_desired_tool_bar_string): Remove unused variable | 2427 | * xdisp.c (build_desired_tool_bar_string): Remove unused variable |
| 2424 | `Qlaplace'. | 2428 | `Qlaplace'. |
| @@ -2470,7 +2474,7 @@ | |||
| 2470 | * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument) | 2474 | * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument) |
| 2471 | (Fml_prefix_argument_loop): Likewise. | 2475 | (Fml_prefix_argument_loop): Likewise. |
| 2472 | 2476 | ||
| 2473 | 2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2477 | 2001-10-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2474 | 2478 | ||
| 2475 | * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'. | 2479 | * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'. |
| 2476 | 2480 | ||
| @@ -2598,7 +2602,7 @@ | |||
| 2598 | * callproc.c (Fcall_process_region, Fcall_process): Likewise. | 2602 | * callproc.c (Fcall_process_region, Fcall_process): Likewise. |
| 2599 | * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise. | 2603 | * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise. |
| 2600 | 2604 | ||
| 2601 | 2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2605 | 2001-10-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2602 | 2606 | ||
| 2603 | * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords. | 2607 | * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords. |
| 2604 | 2608 | ||
| @@ -2613,7 +2617,7 @@ | |||
| 2613 | 2617 | ||
| 2614 | * (Version 21.1 released.) | 2618 | * (Version 21.1 released.) |
| 2615 | 2619 | ||
| 2616 | 2001-10-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2620 | 2001-10-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2617 | 2621 | ||
| 2618 | * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes removed. | 2622 | * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes removed. |
| 2619 | 2623 | ||
| @@ -2857,7 +2861,7 @@ | |||
| 2857 | (x_handle_property_notify, x_get_foreign_selection) | 2861 | (x_handle_property_notify, x_get_foreign_selection) |
| 2858 | (x_handle_selection_notify): Use XSETCAR. | 2862 | (x_handle_selection_notify): Use XSETCAR. |
| 2859 | 2863 | ||
| 2860 | 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2864 | 2001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2861 | 2865 | ||
| 2862 | * buffer.c: Put doc strings in comments. | 2866 | * buffer.c: Put doc strings in comments. |
| 2863 | 2867 | ||
| @@ -2867,7 +2871,7 @@ | |||
| 2867 | 2871 | ||
| 2868 | * fns.c (Vafter_load_alist): Declare extern (w32 build problem). | 2872 | * fns.c (Vafter_load_alist): Declare extern (w32 build problem). |
| 2869 | 2873 | ||
| 2870 | 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2874 | 2001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2871 | 2875 | ||
| 2872 | * process.c (process-inherit-coding-system-flag) | 2876 | * process.c (process-inherit-coding-system-flag) |
| 2873 | (get-buffer-process): Do not confuse make-docfile with doc strings | 2877 | (get-buffer-process): Do not confuse make-docfile with doc strings |
| @@ -2885,7 +2889,7 @@ | |||
| 2885 | * window.c (select_window_1): Unfreeze window start. Remove a | 2889 | * window.c (select_window_1): Unfreeze window start. Remove a |
| 2886 | doubled test for WINDOW being live. | 2890 | doubled test for WINDOW being live. |
| 2887 | 2891 | ||
| 2888 | 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2892 | 2001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2889 | 2893 | ||
| 2890 | * fns.c (Fmapconcat): Fix typo in a doc string. | 2894 | * fns.c (Fmapconcat): Fix typo in a doc string. |
| 2891 | 2895 | ||
| @@ -2896,7 +2900,7 @@ | |||
| 2896 | * xterm.c (x_draw_glyph_string): Restore clipping after | 2900 | * xterm.c (x_draw_glyph_string): Restore clipping after |
| 2897 | drawing box. | 2901 | drawing box. |
| 2898 | 2902 | ||
| 2899 | 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2903 | 2001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2900 | 2904 | ||
| 2901 | * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string. | 2905 | * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string. |
| 2902 | 2906 | ||
| @@ -2926,7 +2930,7 @@ | |||
| 2926 | (in_ellipses_for_invisible_text_p, handle_invisible_prop): | 2930 | (in_ellipses_for_invisible_text_p, handle_invisible_prop): |
| 2927 | Use new retval of TEXT_PROP_MEANS_INVISIBLE. | 2931 | Use new retval of TEXT_PROP_MEANS_INVISIBLE. |
| 2928 | 2932 | ||
| 2929 | 2001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2933 | 2001-10-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2930 | 2934 | ||
| 2931 | * lisp.h (Ftop_level): Add prototype. | 2935 | * lisp.h (Ftop_level): Add prototype. |
| 2932 | 2936 | ||
| @@ -3021,7 +3025,7 @@ | |||
| 3021 | * lread.c (syms_of_lread) <load-suffixes>: Fix last change: | 3025 | * lread.c (syms_of_lread) <load-suffixes>: Fix last change: |
| 3022 | multi-line strings without a trailing "\n\". | 3026 | multi-line strings without a trailing "\n\". |
| 3023 | 3027 | ||
| 3024 | 2001-10-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3028 | 2001-10-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3025 | 3029 | ||
| 3026 | * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is | 3030 | * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is |
| 3027 | defined. | 3031 | defined. |
| @@ -3178,7 +3182,7 @@ | |||
| 3178 | * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: | 3182 | * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: |
| 3179 | Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>. | 3183 | Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>. |
| 3180 | 3184 | ||
| 3181 | 2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3185 | 2001-10-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3182 | 3186 | ||
| 3183 | * keyboard.c: Don't define min/max. | 3187 | * keyboard.c: Don't define min/max. |
| 3184 | 3188 | ||
| @@ -3195,7 +3199,7 @@ | |||
| 3195 | 3199 | ||
| 3196 | * puresize.h (BASE_PURESIZE): Increase to 725000. | 3200 | * puresize.h (BASE_PURESIZE): Increase to 725000. |
| 3197 | 3201 | ||
| 3198 | 2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3202 | 2001-10-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3199 | 3203 | ||
| 3200 | * xfaces.c (free_frame_menubar): Add prototype. | 3204 | * xfaces.c (free_frame_menubar): Add prototype. |
| 3201 | 3205 | ||
| @@ -3471,7 +3475,7 @@ | |||
| 3471 | 3475 | ||
| 3472 | * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix. | 3476 | * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix. |
| 3473 | 3477 | ||
| 3474 | 2001-09-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3478 | 2001-09-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3475 | 3479 | ||
| 3476 | * s/gnu-linux.h: Fix a typo in comment. | 3480 | * s/gnu-linux.h: Fix a typo in comment. |
| 3477 | 3481 | ||
| @@ -3947,7 +3951,7 @@ | |||
| 3947 | 3951 | ||
| 3948 | * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG. | 3952 | * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG. |
| 3949 | 3953 | ||
| 3950 | 2001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3954 | 2001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3951 | 3955 | ||
| 3952 | * alloc.c (init_stack): Remove declaration. | 3956 | * alloc.c (init_stack): Remove declaration. |
| 3953 | 3957 | ||
diff --git a/src/alloc.c b/src/alloc.c index 5eafa21c2c7..2592d71d22c 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -122,18 +122,18 @@ int consing_since_gc; | |||
| 122 | 122 | ||
| 123 | /* Count the amount of consing of various sorts of space. */ | 123 | /* Count the amount of consing of various sorts of space. */ |
| 124 | 124 | ||
| 125 | EMACS_INT cons_cells_consed; | 125 | int cons_cells_consed; |
| 126 | EMACS_INT floats_consed; | 126 | int floats_consed; |
| 127 | EMACS_INT vector_cells_consed; | 127 | int vector_cells_consed; |
| 128 | EMACS_INT symbols_consed; | 128 | int symbols_consed; |
| 129 | EMACS_INT string_chars_consed; | 129 | int string_chars_consed; |
| 130 | EMACS_INT misc_objects_consed; | 130 | int misc_objects_consed; |
| 131 | EMACS_INT intervals_consed; | 131 | int intervals_consed; |
| 132 | EMACS_INT strings_consed; | 132 | int strings_consed; |
| 133 | 133 | ||
| 134 | /* Number of bytes of consing since GC before another GC should be done. */ | 134 | /* Number of bytes of consing since GC before another GC should be done. */ |
| 135 | 135 | ||
| 136 | EMACS_INT gc_cons_threshold; | 136 | int gc_cons_threshold; |
| 137 | 137 | ||
| 138 | /* Nonzero during GC. */ | 138 | /* Nonzero during GC. */ |
| 139 | 139 | ||
| @@ -155,8 +155,8 @@ int malloc_sbrk_unused; | |||
| 155 | 155 | ||
| 156 | /* Two limits controlling how much undo information to keep. */ | 156 | /* Two limits controlling how much undo information to keep. */ |
| 157 | 157 | ||
| 158 | EMACS_INT undo_limit; | 158 | int undo_limit; |
| 159 | EMACS_INT undo_strong_limit; | 159 | int undo_strong_limit; |
| 160 | 160 | ||
| 161 | /* Number of live and free conses etc. */ | 161 | /* Number of live and free conses etc. */ |
| 162 | 162 | ||
| @@ -215,7 +215,7 @@ static size_t pure_bytes_used_before_overflow; | |||
| 215 | 215 | ||
| 216 | /* Index in pure at which next pure object will be allocated.. */ | 216 | /* Index in pure at which next pure object will be allocated.. */ |
| 217 | 217 | ||
| 218 | EMACS_INT pure_bytes_used; | 218 | int pure_bytes_used; |
| 219 | 219 | ||
| 220 | /* If nonzero, this is a warning delivered by malloc and not yet | 220 | /* If nonzero, this is a warning delivered by malloc and not yet |
| 221 | displayed. */ | 221 | displayed. */ |