aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-05-07 12:46:06 +0000
committerKenichi Handa2002-05-07 12:46:06 +0000
commite4ac82404fedf328fcaf2faf60a3e15c0a75f872 (patch)
treee01c3d8a386219a3218b641fd206e0d5e650ac04 /src
parent1a0c5ca96645a078d7425720fdaeda2bb752fb63 (diff)
downloademacs-e4ac82404fedf328fcaf2faf60a3e15c0a75f872.tar.gz
emacs-e4ac82404fedf328fcaf2faf60a3e15c0a75f872.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog141
1 files changed, 72 insertions, 69 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dbc79a90274..1c50b279574 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12002-05-07 Kenichi Handa <handa@etl.go.jp> 12002-05-07 Kenichi Handa <handa@etl.go.jp>
2 2
3 * search.c (boyer_moore): Fix handling of mulitbyte character
4 translation.
5
3 * xdisp.c (display_mode_element): When the variable `elt' is 6 * xdisp.c (display_mode_element): When the variable `elt' is
4 changed, update `this' and `lisp_string'. 7 changed, update `this' and `lisp_string'.
5 8
@@ -420,7 +423,7 @@
420 423
421 * w32proc.c (syms_of_ntproc): Doc fix. 424 * w32proc.c (syms_of_ntproc): Doc fix.
422 425
4232002-02-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 4262002-02-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
424 427
425 * intervals.h: Include "dispextern.h" unconditionally. 428 * intervals.h: Include "dispextern.h" unconditionally.
426 429
@@ -476,7 +479,7 @@
476 479
477 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change. 480 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
478 481
4792002-02-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 4822002-02-23 Pavel Jan,Am(Bk <Pavel@Janik.cz>
480 483
481 * w32term.c (enter_timestamp): Remove unused static variable to 484 * w32term.c (enter_timestamp): Remove unused static variable to
482 prevent warning. 485 prevent warning.
@@ -552,7 +555,7 @@
552 (tool_bar_items): Likewise. 555 (tool_bar_items): Likewise.
553 (current_active_maps): Removed unused (and buggy) function. 556 (current_active_maps): Removed unused (and buggy) function.
554 557
5552002-02-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5582002-02-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
556 559
557 * xfns.c (gif_load): Use correct width and height for GIF images. 560 * xfns.c (gif_load): Use correct width and height for GIF images.
558 561
@@ -652,7 +655,7 @@
652 (hscroll_window_tree): Use automatic_hscroll_margin and 655 (hscroll_window_tree): Use automatic_hscroll_margin and
653 Vautomatic_hscroll_step to compute the amount of window scrolling. 656 Vautomatic_hscroll_step to compute the amount of window scrolling.
654 657
6552002-02-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6582002-02-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
656 659
657 * xterm.c (x-autoselect-window): New variable. 660 * xterm.c (x-autoselect-window): New variable.
658 (note_mouse_movement): Use it. 661 (note_mouse_movement): Use it.
@@ -772,7 +775,7 @@
772 775
773 * floatfns.c (Fround): Doc fix. 776 * floatfns.c (Fround): Doc fix.
774 777
7752002-02-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 7782002-02-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
776 779
777 * sysdep.c (init_system_name): Put unused variable `p' in #if 0. 780 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
778 781
@@ -813,7 +816,7 @@
813 (syms_of_keyboard): DEFVAR_LISP it. 816 (syms_of_keyboard): DEFVAR_LISP it.
814 (command_loop_1): Set it, and perform command remapping. 817 (command_loop_1): Set it, and perform command remapping.
815 818
8162002-02-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 8192002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
817 820
818 * keyboard.c (recursive_edit_1): Call cancel_hourglass 821 * keyboard.c (recursive_edit_1): Call cancel_hourglass
819 unconditionally. 822 unconditionally.
@@ -854,7 +857,7 @@
854 of the default face to Qnormal, unless these attributes are 857 of the default face to Qnormal, unless these attributes are
855 unspecified. 858 unspecified.
856 859
8572002-02-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 8602002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
858 861
859 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]: 862 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
860 Call cancel_hourglass unconditionally. 863 Call cancel_hourglass unconditionally.
@@ -876,7 +879,7 @@
876 879
877 * minibuf.c (Fcompleting_read): Doc fix. 880 * minibuf.c (Fcompleting_read): Doc fix.
878 881
8792002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 8822002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz>
880 883
881 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function) 884 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
882 (Fread_variable, Fread_buffer, minibuffer-completion-confirm): 885 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
@@ -889,7 +892,7 @@
889 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively 892 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
890 and scroll_up_aggressively. 893 and scroll_up_aggressively.
891 894
8922002-01-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 8952002-01-26 Pavel Jan,Am(Bk <Pavel@Janik.cz>
893 896
894 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes. 897 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
895 898
@@ -944,7 +947,7 @@
944 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust 947 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
945 if fullscreen is being set. 948 if fullscreen is being set.
946 949
9472002-01-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 9502002-01-21 Pavel Jan,Am(Bk <Pavel@Janik.cz>
948 951
949 * minibuf.c (Fminibuffer_contents) 952 * minibuf.c (Fminibuffer_contents)
950 (Fminibuffer_contents_no_properties, Fread_from_minibuffer) 953 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
@@ -984,7 +987,7 @@
984 987
985 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1. 988 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
986 989
9872002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 9902002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
988 991
989 * doprnt.c (doprnt1): Fix typos in error call. 992 * doprnt.c (doprnt1): Fix typos in error call.
990 993
@@ -1010,7 +1013,7 @@
1010 (w32_enable_synthesized_fonts): Change to a boolean. 1013 (w32_enable_synthesized_fonts): Change to a boolean.
1011 (Fw32_send_sys_command): Doc fix. 1014 (Fw32_send_sys_command): Doc fix.
1012 1015
10132002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 10162002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1014 1017
1015 * dispnew.c (update_frame): Move the variable `tem' to the block 1018 * dispnew.c (update_frame): Move the variable `tem' to the block
1016 where it is used. 1019 where it is used.
@@ -1030,7 +1033,7 @@
1030 * window.c (enlarge_window): When exceeding size of parent, 1033 * window.c (enlarge_window): When exceeding size of parent,
1031 directly delete all the siblings instead of trying to resize it. 1034 directly delete all the siblings instead of trying to resize it.
1032 1035
10332002-01-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 10362002-01-17 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1034 1037
1035 * term.c (set_tty_color_mode): Remove unused variable `tem'. 1038 * term.c (set_tty_color_mode): Remove unused variable `tem'.
1036 1039
@@ -1046,7 +1049,7 @@
1046 1049
1047 * w32term.c (x_erase_phys_cursor): Ditto. 1050 * w32term.c (x_erase_phys_cursor): Ditto.
1048 1051
10492002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 10522002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1050 1053
1051 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of 1054 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
1052 `dont_resize' only when used. 1055 `dont_resize' only when used.
@@ -1058,12 +1061,12 @@
1058 * xdisp.c (display_mode_element): When computing charpos, depend 1061 * xdisp.c (display_mode_element): When computing charpos, depend
1059 on multibyteness of elt, not the text in field. 1062 on multibyteness of elt, not the text in field.
1060 1063
10612002-01-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 10642002-01-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1062 1065
1063 * buffer.c (Fkill_all_local_variables): Increment 1066 * buffer.c (Fkill_all_local_variables): Increment
1064 `update_mode_lines' only once. 1067 `update_mode_lines' only once.
1065 1068
10662002-01-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 10692002-01-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1067 1070
1068 * lisp.h (adjust_after_replace_noundo) 1071 * lisp.h (adjust_after_replace_noundo)
1069 (Fupdate_coding_systems_internal): Add prototypes. 1072 (Fupdate_coding_systems_internal): Add prototypes.
@@ -1132,7 +1135,7 @@
1132 (syms_of_w32fns): DEFVAR_BOOL it. 1135 (syms_of_w32fns): DEFVAR_BOOL it.
1133 (w32_wnd_proc): Handle new "XBUTTON" messages. 1136 (w32_wnd_proc): Handle new "XBUTTON" messages.
1134 1137
11352002-01-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 11382002-01-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1136 1139
1137 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'. 1140 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
1138 1141
@@ -1236,7 +1239,7 @@
1236 * editfns.c (Fformat): Update thissize from field_width 1239 * editfns.c (Fformat): Update thissize from field_width
1237 based on the actual width, in the string case. 1240 based on the actual width, in the string case.
1238 1241
12392002-01-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12422002-01-01 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1240 1243
1241 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment 1244 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
1242 when used as truth value to prevent gcc warnings. 1245 when used as truth value to prevent gcc warnings.
@@ -1349,7 +1352,7 @@
1349 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte 1352 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
1350 instead of Fstring_as_unibyte. 1353 instead of Fstring_as_unibyte.
1351 1354
13522001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 13552001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1353 1356
1354 The following changes remove mocklisp support: 1357 The following changes remove mocklisp support:
1355 1358
@@ -1422,7 +1425,7 @@
1422 * Makefile.in (lisp, shortlisp): Synchronize with changes to 1425 * Makefile.in (lisp, shortlisp): Synchronize with changes to
1423 lisp/Makefile.in:DONTCOMPILE. 1426 lisp/Makefile.in:DONTCOMPILE.
1424 1427
14252001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 14282001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1426 1429
1427 * xdisp.c (window_box_height): Do not return negative values. 1430 * xdisp.c (window_box_height): Do not return negative values.
1428 From Gerd Moellmann <gerd@gnu.org>. 1431 From Gerd Moellmann <gerd@gnu.org>.
@@ -1519,7 +1522,7 @@
1519 1522
1520 * s/gnu-linux.h (GNU_LINUX): Defined. 1523 * s/gnu-linux.h (GNU_LINUX): Defined.
1521 1524
15222001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 15252001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1523 1526
1524 * macros.c, msdos.c, w16select.c: Change doc-string comments to 1527 * macros.c, msdos.c, w16select.c: Change doc-string comments to
1525 `new style' [w/`doc:' keyword]. 1528 `new style' [w/`doc:' keyword].
@@ -1529,7 +1532,7 @@
1529 * w32menu.c (w32_free_submenu_strings): Clear menu item struct 1532 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
1530 before using. 1533 before using.
1531 1534
15322001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 15352001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1533 1536
1534 * dosfns.c: Change doc-string comments to `new style' [w/`doc:' 1537 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
1535 keyword]. 1538 keyword].
@@ -1550,7 +1553,7 @@
1550 Lisp_Object. 1553 Lisp_Object.
1551 (w32_free_submenu_strings): Only free owner-drawn strings. 1554 (w32_free_submenu_strings): Only free owner-drawn strings.
1552 1555
15532001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 15562001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1554 1557
1555 * COPYING: Moved back. 1558 * COPYING: Moved back.
1556 1559
@@ -1649,11 +1652,11 @@
1649 1652
1650 * eval.c: Use standard syntax for usage in docstrings. 1653 * eval.c: Use standard syntax for usage in docstrings.
1651 1654
16522001-12-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 16552001-12-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1653 1656
1654 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option. 1657 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
1655 1658
16562001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 16592001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1657 1660
1658 * xterm.c (x_draw_image_relief): Use predefined macro instead of 1661 * xterm.c (x_draw_image_relief): Use predefined macro instead of
1659 constant when the value of `tool_bar_button_relief' is negative. 1662 constant when the value of `tool_bar_button_relief' is negative.
@@ -1749,7 +1752,7 @@
1749 * w32term.c: Merged changes from xterm.c. 1752 * w32term.c: Merged changes from xterm.c.
1750 * w32fns.c: Merged changes from xfns.c. 1753 * w32fns.c: Merged changes from xfns.c.
1751 1754
17522001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 17552001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1753 1756
1754 * COPYING: Removed. 1757 * COPYING: Removed.
1755 1758
@@ -1759,7 +1762,7 @@
1759 extra extra slot. 1762 extra extra slot.
1760 (detect_coding_mask): Fix call of detect_coding_iso2022. 1763 (detect_coding_mask): Fix call of detect_coding_iso2022.
1761 1764
17622001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 17652001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1763 1766
1764 * fileio.c (file-name-coding-system) 1767 * fileio.c (file-name-coding-system)
1765 (default-file-name-coding-system): Doc fix (links to referenced 1768 (default-file-name-coding-system): Doc fix (links to referenced
@@ -1806,7 +1809,7 @@
1806 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if 1809 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
1807 OVERLAPS_P. 1810 OVERLAPS_P.
1808 1811
18092001-11-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 18122001-11-28 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1810 1813
1811 * xdisp.c (message_dolog): Remove unused variables `gcpro2', 1814 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
1812 `gcpro3' and `gcpro4'. 1815 `gcpro3' and `gcpro4'.
@@ -1923,7 +1926,7 @@
1923 * msdos.c (IT_clear_screen): If the frame's faces are not yet 1926 * msdos.c (IT_clear_screen): If the frame's faces are not yet
1924 realized, use the initial screen colors to clear the screen. 1927 realized, use the initial screen colors to clear the screen.
1925 1928
19262001-11-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 19292001-11-23 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1927 1930
1928 * textprop.c (Fset_text_properties): Remove unused variables 1931 * textprop.c (Fset_text_properties): Remove unused variables
1929 `unchanged', `prev_changed', `s' and `len'. 1932 `unchanged', `prev_changed', `s' and `len'.
@@ -2051,7 +2054,7 @@
2051 2054
2052 * puresize.h (BASE_PURESIZE): Increase to 750000. 2055 * puresize.h (BASE_PURESIZE): Increase to 750000.
2053 2056
20542001-11-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 20572001-11-18 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2055 2058
2056 * frame.c (Fframe_live_p): Doc fix. 2059 * frame.c (Fframe_live_p): Doc fix.
2057 2060
@@ -2101,7 +2104,7 @@
2101 (Fwrite_region): Split the call to build_annotations into two 2104 (Fwrite_region): Split the call to build_annotations into two
2102 calls to build_annotations and build_annotations_2. 2105 calls to build_annotations and build_annotations_2.
2103 2106
21042001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 21072001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2105 2108
2106 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call 2109 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
2107 clear_waiting_for_input with argument. 2110 clear_waiting_for_input with argument.
@@ -2273,7 +2276,7 @@
2273 2276
2274 * print.c (prin1, print): Doc fix. 2277 * print.c (prin1, print): Doc fix.
2275 2278
22762001-11-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 22792001-11-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2277 2280
2278 * fontset.h: Remove declarations of variables 2281 * fontset.h: Remove declarations of variables
2279 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'. 2282 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
@@ -2285,7 +2288,7 @@
2285 2288
2286 * w32fns.c: Doc fix. 2289 * w32fns.c: Doc fix.
2287 2290
22882001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 22912001-11-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2289 2292
2290 * xfaces.c (Fface_attributes_as_vector): Doc fix. 2293 * xfaces.c (Fface_attributes_as_vector): Doc fix.
2291 2294
@@ -2347,7 +2350,7 @@
2347 * w32fns.c: Don't define max. 2350 * w32fns.c: Don't define max.
2348 (Fx_open_connection): Only execute once. 2351 (Fx_open_connection): Only execute once.
2349 2352
23502001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 23532001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2351 2354
2352 * ccl.c: Change macros to use do-while block instead of if-else. 2355 * ccl.c: Change macros to use do-while block instead of if-else.
2353 Use braces to follow GNU Coding Standards. 2356 Use braces to follow GNU Coding Standards.
@@ -2385,7 +2388,7 @@
2385 * unexelf.c (unexec): Use mmap/munmap to allocate buffers 2388 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
2386 instead of malloc/free. 2389 instead of malloc/free.
2387 2390
23882001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 23912001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2389 2392
2390 * xfaces.c (merge_face_vectors): Use braces to follow GNU 2393 * xfaces.c (merge_face_vectors): Use braces to follow GNU
2391 Coding Standards. 2394 Coding Standards.
@@ -2404,7 +2407,7 @@
2404 * w32term.c (x_display_and_set_cursor): Do not move system caret 2407 * w32term.c (x_display_and_set_cursor): Do not move system caret
2405 if cursor_glyph is NULL. 2408 if cursor_glyph is NULL.
2406 2409
24072001-11-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 24102001-11-07 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2408 2411
2409 * keymap.c (access_keymap): Fix compilation error. 2412 * keymap.c (access_keymap): Fix compilation error.
2410 2413
@@ -2412,7 +2415,7 @@
2412 2415
2413 * xfns.c (x_set_frame_parameters): Avoid infinite recursion. 2416 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
2414 2417
24152001-11-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 24182001-11-07 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2416 2419
2417 * intervals.c (graft_intervals_into_buffer): 2420 * intervals.c (graft_intervals_into_buffer):
2418 Remove #ifdef'd-out code. 2421 Remove #ifdef'd-out code.
@@ -2433,7 +2436,7 @@
2433 * keyboard.c (make_lispy_event): Check integerness and fix 2436 * keyboard.c (make_lispy_event): Check integerness and fix
2434 Lisp_Object/int mixup. 2437 Lisp_Object/int mixup.
2435 2438
24362001-11-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 24392001-11-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2437 2440
2438 * fns.c (copy_hash_table): Remove unused variable `v'. 2441 * fns.c (copy_hash_table): Remove unused variable `v'.
2439 2442
@@ -2471,7 +2474,7 @@
2471 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write 2474 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
2472 the program image directly. 2475 the program image directly.
2473 2476
24742001-11-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 24772001-11-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2475 2478
2476 * buffer.h (Fbuffer_local_value): Add prototype. 2479 * buffer.h (Fbuffer_local_value): Add prototype.
2477 2480
@@ -2507,7 +2510,7 @@
2507 * xdisp.c (Qcursor_in_non_selected_windows): New variable. 2510 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
2508 (syms_of_xdisp): Initialize it. 2511 (syms_of_xdisp): Initialize it.
2509 2512
25102001-11-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 25132001-11-04 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2511 2514
2512 * xfns.c (Fx_create_frame): Doc fix. 2515 * xfns.c (Fx_create_frame): Doc fix.
2513 2516
@@ -2541,7 +2544,7 @@
2541 2544
2542 * syssignal.h (sigunblock): Don't define if already defined. 2545 * syssignal.h (sigunblock): Don't define if already defined.
2543 2546
25442001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 25472001-11-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2545 2548
2546 * eval.c (debugger_may_continue, Vdebug_ignored_errors) 2549 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
2547 (call_debugger, Fcondition_case, skip_debugger, unbind_to): 2550 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
@@ -2594,7 +2597,7 @@
2594 2597
2595 * textprop.c (Fget_char_property): Doc fix. 2598 * textprop.c (Fget_char_property): Doc fix.
2596 2599
25972001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 26002001-11-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2598 2601
2599 * process.c (Fstart_process): Add usage to doc-string. 2602 * process.c (Fstart_process): Add usage to doc-string.
2600 2603
@@ -2617,7 +2620,7 @@
2617 bindings along with or instead of the buffer local map. 2620 bindings along with or instead of the buffer local map.
2618 Make the overriding maps override what they should. 2621 Make the overriding maps override what they should.
2619 2622
26202001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 26232001-11-01 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2621 2624
2622 * window.c (grow_mini_window): Fix typo in comment. 2625 * window.c (grow_mini_window): Fix typo in comment.
2623 2626
@@ -2634,7 +2637,7 @@
2634 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): 2637 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
2635 Handle :box so that it is possible to specify sexprs. 2638 Handle :box so that it is possible to specify sexprs.
2636 2639
26372001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 26402001-11-01 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2638 2641
2639 * xfaces.c (Finternal_merge_in_global_face): Reindent. 2642 * xfaces.c (Finternal_merge_in_global_face): Reindent.
2640 (Fface_font): Ditto. 2643 (Fface_font): Ditto.
@@ -2647,7 +2650,7 @@
2647 2650
2648 * s/hpux11.h: New file. 2651 * s/hpux11.h: New file.
2649 2652
26502001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 26532001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2651 2654
2652 * emacs.c (USAGE1): Show command line option --no-window-system 2655 * emacs.c (USAGE1): Show command line option --no-window-system
2653 instead of --no-windows in usage. 2656 instead of --no-windows in usage.
@@ -2673,7 +2676,7 @@
2673 2676
2674 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member. 2677 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
2675 2678
26762001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 26792001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2677 2680
2678 * marker.c, mocklisp.c: Change doc-string comments to `new style' 2681 * marker.c, mocklisp.c: Change doc-string comments to `new style'
2679 [w/`doc:' keyword]. 2682 [w/`doc:' keyword].
@@ -2682,7 +2685,7 @@
2682 2685
2683 * fns.c (require_unwind): Return Lisp_Object. 2686 * fns.c (require_unwind): Return Lisp_Object.
2684 2687
26852001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 26882001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2686 2689
2687 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix. 2690 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
2688 (last-input-char): Revert doc-string to be the same as the 2691 (last-input-char): Revert doc-string to be the same as the
@@ -2776,7 +2779,7 @@
2776 2779
2777 * window.c (Fscroll_left, Fscroll_right): Doc fix. 2780 * window.c (Fscroll_left, Fscroll_right): Doc fix.
2778 2781
27792001-10-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 27822001-10-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2780 2783
2781 * keyboard.c (Finput_pending_p): Fix typo in doc-string. 2784 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
2782 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it. 2785 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
@@ -2811,7 +2814,7 @@
2811 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing 2814 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
2812 a loop counter. 2815 a loop counter.
2813 2816
28142001-10-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 28172001-10-28 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2815 2818
2816 * emacs.c: Use argv[0] instead of emacs when -t was specified. 2819 * emacs.c: Use argv[0] instead of emacs when -t was specified.
2817 2820
@@ -2851,7 +2854,7 @@
2851 2854
2852 * w32term.c (note_mouse_highlight): Clear old help_echo. 2855 * w32term.c (note_mouse_highlight): Clear old help_echo.
2853 2856
28542001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 28572001-10-27 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2855 2858
2856 * xterm.c: Fix typo in a comment. 2859 * xterm.c: Fix typo in a comment.
2857 2860
@@ -2938,12 +2941,12 @@
2938 * xfaces.c (Fface_attributes_as_vector): New function. 2941 * xfaces.c (Fface_attributes_as_vector): New function.
2939 (syms_of_xfaces): Defsubr it. 2942 (syms_of_xfaces): Defsubr it.
2940 2943
29412001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 29442001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2942 2945
2943 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused 2946 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
2944 variable `area'. 2947 variable `area'.
2945 2948
29462001-10-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 29492001-10-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2947 2950
2948 * search.c (scan_newline): Remove unused variable `selective_display'. 2951 * search.c (scan_newline): Remove unused variable `selective_display'.
2949 2952
@@ -2984,7 +2987,7 @@
2984 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: 2987 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
2985 Fix clearing of area not covered by scroll bar. 2988 Fix clearing of area not covered by scroll bar.
2986 2989
29872001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 29902001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2988 2991
2989 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end' 2992 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
2990 and `real_start'. 2993 and `real_start'.
@@ -3011,7 +3014,7 @@
3011 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited. 3014 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
3012 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables. 3015 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
3013 3016
30142001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 30172001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3015 3018
3016 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of 3019 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
3017 gnuemacs). 3020 gnuemacs).
@@ -3064,7 +3067,7 @@
3064 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p 3067 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
3065 around call to x_draw_glyphs. 3068 around call to x_draw_glyphs.
3066 3069
30672001-10-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 30702001-10-23 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3068 3071
3069 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR 3072 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
3070 instead of C) and usage. 3073 instead of C) and usage.
@@ -3085,7 +3088,7 @@
3085 * xdisp.c (display_line): Fix computation of continuation lines 3088 * xdisp.c (display_line): Fix computation of continuation lines
3086 width for TABs. 3089 width for TABs.
3087 3090
30882001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 30912001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3089 3092
3090 * xdisp.c (build_desired_tool_bar_string): Remove unused variable 3093 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
3091 `Qlaplace'. 3094 `Qlaplace'.
@@ -3137,7 +3140,7 @@
3137 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument) 3140 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
3138 (Fml_prefix_argument_loop): Likewise. 3141 (Fml_prefix_argument_loop): Likewise.
3139 3142
31402001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 31432001-10-21 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3141 3144
3142 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'. 3145 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
3143 3146
@@ -3265,7 +3268,7 @@
3265 * callproc.c (Fcall_process_region, Fcall_process): Likewise. 3268 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
3266 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise. 3269 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
3267 3270
32682001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 32712001-10-21 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3269 3272
3270 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords. 3273 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
3271 3274
@@ -3280,7 +3283,7 @@
3280 3283
3281 * (Version 21.1 released.) 3284 * (Version 21.1 released.)
3282 3285
32832001-10-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 32862001-10-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3284 3287
3285 * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes removed. 3288 * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes removed.
3286 3289
@@ -3524,7 +3527,7 @@
3524 (x_handle_property_notify, x_get_foreign_selection) 3527 (x_handle_property_notify, x_get_foreign_selection)
3525 (x_handle_selection_notify): Use XSETCAR. 3528 (x_handle_selection_notify): Use XSETCAR.
3526 3529
35272001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 35302001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3528 3531
3529 * buffer.c: Put doc strings in comments. 3532 * buffer.c: Put doc strings in comments.
3530 3533
@@ -3534,7 +3537,7 @@
3534 3537
3535 * fns.c (Vafter_load_alist): Declare extern (w32 build problem). 3538 * fns.c (Vafter_load_alist): Declare extern (w32 build problem).
3536 3539
35372001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 35402001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3538 3541
3539 * process.c (process-inherit-coding-system-flag) 3542 * process.c (process-inherit-coding-system-flag)
3540 (get-buffer-process): Do not confuse make-docfile with doc strings 3543 (get-buffer-process): Do not confuse make-docfile with doc strings
@@ -3552,7 +3555,7 @@
3552 * window.c (select_window_1): Unfreeze window start. Remove a 3555 * window.c (select_window_1): Unfreeze window start. Remove a
3553 doubled test for WINDOW being live. 3556 doubled test for WINDOW being live.
3554 3557
35552001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 35582001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3556 3559
3557 * fns.c (Fmapconcat): Fix typo in a doc string. 3560 * fns.c (Fmapconcat): Fix typo in a doc string.
3558 3561
@@ -3563,7 +3566,7 @@
3563 * xterm.c (x_draw_glyph_string): Restore clipping after 3566 * xterm.c (x_draw_glyph_string): Restore clipping after
3564 drawing box. 3567 drawing box.
3565 3568
35662001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 35692001-10-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3567 3570
3568 * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string. 3571 * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string.
3569 3572
@@ -3593,7 +3596,7 @@
3593 (in_ellipses_for_invisible_text_p, handle_invisible_prop): 3596 (in_ellipses_for_invisible_text_p, handle_invisible_prop):
3594 Use new retval of TEXT_PROP_MEANS_INVISIBLE. 3597 Use new retval of TEXT_PROP_MEANS_INVISIBLE.
3595 3598
35962001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 35992001-10-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3597 3600
3598 * lisp.h (Ftop_level): Add prototype. 3601 * lisp.h (Ftop_level): Add prototype.
3599 3602
@@ -3688,7 +3691,7 @@
3688 * lread.c (syms_of_lread) <load-suffixes>: Fix last change: 3691 * lread.c (syms_of_lread) <load-suffixes>: Fix last change:
3689 multi-line strings without a trailing "\n\". 3692 multi-line strings without a trailing "\n\".
3690 3693
36912001-10-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 36942001-10-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3692 3695
3693 * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is 3696 * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is
3694 defined. 3697 defined.
@@ -3845,7 +3848,7 @@
3845 * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: 3848 * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
3846 Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>. 3849 Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>.
3847 3850
38482001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 38512001-10-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3849 3852
3850 * keyboard.c: Don't define min/max. 3853 * keyboard.c: Don't define min/max.
3851 3854
@@ -3862,7 +3865,7 @@
3862 3865
3863 * puresize.h (BASE_PURESIZE): Increase to 725000. 3866 * puresize.h (BASE_PURESIZE): Increase to 725000.
3864 3867
38652001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 38682001-10-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3866 3869
3867 * xfaces.c (free_frame_menubar): Add prototype. 3870 * xfaces.c (free_frame_menubar): Add prototype.
3868 3871
@@ -4138,7 +4141,7 @@
4138 4141
4139 * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix. 4142 * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix.
4140 4143
41412001-09-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 41442001-09-28 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4142 4145
4143 * s/gnu-linux.h: Fix a typo in comment. 4146 * s/gnu-linux.h: Fix a typo in comment.
4144 4147
@@ -4614,7 +4617,7 @@
4614 4617
4615 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG. 4618 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
4616 4619
46172001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 46202001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4618 4621
4619 * alloc.c (init_stack): Remove declaration. 4622 * alloc.c (init_stack): Remove declaration.
4620 4623