diff options
| author | Andreas Schwab | 2002-02-07 11:12:04 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-02-07 11:12:04 +0000 |
| commit | 72bba9f25def6a333b8279304a8e0400de05f031 (patch) | |
| tree | 7fdc59b7feb45d0e714f6b38e58a0571d2069784 /src | |
| parent | 24452cd56ae98d250b619c7380ca82b2db542b5d (diff) | |
| download | emacs-72bba9f25def6a333b8279304a8e0400de05f031.tar.gz emacs-72bba9f25def6a333b8279304a8e0400de05f031.zip | |
(GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 134 | ||||
| -rw-r--r-- | src/s/gnu-linux.h | 5 |
2 files changed, 74 insertions, 65 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8c52b05f8f0..f91356b91a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 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 |
| @@ -20,7 +26,7 @@ | |||
| 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. |
| @@ -61,7 +67,7 @@ | |||
| 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. |
| @@ -83,7 +89,7 @@ | |||
| 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): |
| @@ -96,7 +102,7 @@ | |||
| 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 | ||
| @@ -151,7 +157,7 @@ | |||
| 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) |
| @@ -191,7 +197,7 @@ | |||
| 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 | ||
| @@ -217,7 +223,7 @@ | |||
| 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. |
| @@ -237,7 +243,7 @@ | |||
| 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 | ||
| @@ -253,7 +259,7 @@ | |||
| 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. |
| @@ -265,12 +271,12 @@ | |||
| 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. |
| @@ -339,7 +345,7 @@ | |||
| 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 | ||
| @@ -443,7 +449,7 @@ | |||
| 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. |
| @@ -556,7 +562,7 @@ | |||
| 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 | ||
| @@ -629,7 +635,7 @@ | |||
| 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>. |
| @@ -726,7 +732,7 @@ | |||
| 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]. |
| @@ -736,7 +742,7 @@ | |||
| 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]. |
| @@ -757,7 +763,7 @@ | |||
| 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 | ||
| @@ -856,11 +862,11 @@ | |||
| 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. |
| @@ -956,7 +962,7 @@ | |||
| 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 | ||
| @@ -966,7 +972,7 @@ | |||
| 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 |
| @@ -1013,7 +1019,7 @@ | |||
| 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'. |
| @@ -1130,7 +1136,7 @@ | |||
| 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'. |
| @@ -1258,7 +1264,7 @@ | |||
| 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 | ||
| @@ -1308,7 +1314,7 @@ | |||
| 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. |
| @@ -1480,7 +1486,7 @@ | |||
| 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'. |
| @@ -1492,7 +1498,7 @@ | |||
| 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 | ||
| @@ -1554,7 +1560,7 @@ | |||
| 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. |
| @@ -1592,7 +1598,7 @@ | |||
| 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. |
| @@ -1611,7 +1617,7 @@ | |||
| 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 | ||
| @@ -1619,7 +1625,7 @@ | |||
| 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. |
| @@ -1640,7 +1646,7 @@ | |||
| 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 | ||
| @@ -1678,7 +1684,7 @@ | |||
| 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 | ||
| @@ -1714,7 +1720,7 @@ | |||
| 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 | ||
| @@ -1748,7 +1754,7 @@ | |||
| 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): |
| @@ -1801,7 +1807,7 @@ | |||
| 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 | ||
| @@ -1824,7 +1830,7 @@ | |||
| 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 | ||
| @@ -1841,7 +1847,7 @@ | |||
| 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. |
| @@ -1854,7 +1860,7 @@ | |||
| 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. |
| @@ -1880,7 +1886,7 @@ | |||
| 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]. |
| @@ -1889,7 +1895,7 @@ | |||
| 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 |
| @@ -1983,7 +1989,7 @@ | |||
| 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. |
| @@ -2018,7 +2024,7 @@ | |||
| 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 | ||
| @@ -2058,7 +2064,7 @@ | |||
| 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 | ||
| @@ -2145,12 +2151,12 @@ | |||
| 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 | ||
| @@ -2191,7 +2197,7 @@ | |||
| 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'. |
| @@ -2218,7 +2224,7 @@ | |||
| 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). |
| @@ -2271,7 +2277,7 @@ | |||
| 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. |
| @@ -2292,7 +2298,7 @@ | |||
| 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'. |
| @@ -2344,7 +2350,7 @@ | |||
| 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 | ||
| @@ -2472,7 +2478,7 @@ | |||
| 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 | ||
| @@ -2487,7 +2493,7 @@ | |||
| 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 | ||
| @@ -2731,7 +2737,7 @@ | |||
| 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 | ||
| @@ -2741,7 +2747,7 @@ | |||
| 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 |
| @@ -2759,7 +2765,7 @@ | |||
| 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 | ||
| @@ -2770,7 +2776,7 @@ | |||
| 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 | ||
| @@ -2800,7 +2806,7 @@ | |||
| 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 | ||
| @@ -2895,7 +2901,7 @@ | |||
| 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. |
| @@ -3052,7 +3058,7 @@ | |||
| 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 | ||
| @@ -3069,7 +3075,7 @@ | |||
| 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 | ||
| @@ -3345,7 +3351,7 @@ | |||
| 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 | ||
| @@ -3821,7 +3827,7 @@ | |||
| 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 | ||
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 3a7c05eee34..6b3f9c35841 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* This file is the configuration file for Linux-based GNU systems | 1 | /* This file is the configuration file for Linux-based GNU systems |
| 2 | Copyright (C) 1985, 86, 92, 94, 96, 1999 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 86, 92, 94, 96, 1999, 2002 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -341,4 +341,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 341 | #if defined __i386__ || defined __sparc__ || defined __mc68000__ || defined __alpha__ | 341 | #if defined __i386__ || defined __sparc__ || defined __mc68000__ || defined __alpha__ |
| 342 | #define GC_SETJMP_WORKS 1 | 342 | #define GC_SETJMP_WORKS 1 |
| 343 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 343 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 344 | #ifdef __mc68000__ | ||
| 345 | #define GC_LISP_OBJECT_ALIGNMENT 2 | ||
| 346 | #endif | ||
| 344 | #endif | 347 | #endif |