aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2000-01-12 03:08:29 +0000
committerRichard M. Stallman2000-01-12 03:08:29 +0000
commit83c8f4616a4a1ea7919351c34dd3d577fad1770f (patch)
tree701a7bbbe71f185fc4ba95206a419a5f338cc29c /src/ChangeLog
parent7e8539cc6857c26a02d6577ed5057d2a610e2fe1 (diff)
downloademacs-83c8f4616a4a1ea7919351c34dd3d577fad1770f.tar.gz
emacs-83c8f4616a4a1ea7919351c34dd3d577fad1770f.zip
(with-syntax-table): Moved to subr.el.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog59
1 files changed, 37 insertions, 22 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f79bfdea91f..af408138240 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,24 @@
12000-01-11 Richard M. Stallman <rms@gnu.org>
2
3 * lisp.h (set_internal): Enter the new arg.
4
5 * eval.c (specbind): Record buffer-local variables specially,
6 indicating which buffer's binding was saved.
7 (unbind_to): Restore buffer-local variables specially
8 in the proper buffer.
9
10 * data.c (set_internal): New arg BUF.
11
12 * eval.c (specbind, unbind_to): Pass new arg to set_internal.
13 * data.c (Fset): Pass new arg to set_internal.
14 * bytecode.c (Fbyte_code): Pass new arg to set_internal.
15
12000-01-11 Gerd Moellmann <gerd@gnu.org> 162000-01-11 Gerd Moellmann <gerd@gnu.org>
2 17
3 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload, 18 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload,
4 xprintsym. 19 xprintsym.
5 20
62000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu> 212000-01-11 Richard M. Stallman <rms@gnu.org>
7 22
8 * minibuf.c (Ftry_completion): Doc fix. 23 * minibuf.c (Ftry_completion): Doc fix.
9 24
@@ -384,7 +399,7 @@
384 * process.c (read_process_output): Fix the arg FROM to 399 * process.c (read_process_output): Fix the arg FROM to
385 update_compositions. 400 update_compositions.
386 401
3871999-12-22 Richard M. Stallman <rms@caffeine.ai.mit.edu> 4021999-12-22 Richard M. Stallman <rms@gnu.org>
388 403
389 * search.c (Freplace_match): For nonliteral replacement in buffer, 404 * search.c (Freplace_match): For nonliteral replacement in buffer,
390 construct all the new text first, then insert all at once. 405 construct all the new text first, then insert all at once.
@@ -852,11 +867,11 @@
852 * xterm.c (show_mouse_face): Don't use updated_area, use 867 * xterm.c (show_mouse_face): Don't use updated_area, use
853 TEXT_AREA. 868 TEXT_AREA.
854 869
8551999-12-12 Richard M. Stallman <rms@caffeine.ai.mit.edu> 8701999-12-12 Richard M. Stallman <rms@gnu.org>
856 871
857 * minibuf.c (Fall_completions): Doc fix. 872 * minibuf.c (Fall_completions): Doc fix.
858 873
8591999-12-12 Richard M. Stallman <rms@caffeine.ai.mit.edu> 8741999-12-12 Richard M. Stallman <rms@gnu.org>
860 875
861 * macros.c (Fstart_kbd_macro): Handle case where last-kbd-macro 876 * macros.c (Fstart_kbd_macro): Handle case where last-kbd-macro
862 has been changed by the Lisp code. 877 has been changed by the Lisp code.
@@ -1142,7 +1157,7 @@
1142 * emacs.c (synchronize_locale): Avoid compiler warnings about 1157 * emacs.c (synchronize_locale): Avoid compiler warnings about
1143 pointer type mismatch. 1158 pointer type mismatch.
1144 1159
11451999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> 11601999-11-26 Richard M. Stallman <rms@gnu.org>
1146 1161
1147 * editfns.c (Fdelete_field): Make it noninteractive. Return nil. 1162 * editfns.c (Fdelete_field): Make it noninteractive. Return nil.
1148 1163
@@ -1321,7 +1336,7 @@
1321 1336
1322 * keyboard.c (command_loop_1): Remove no_redisplay. 1337 * keyboard.c (command_loop_1): Remove no_redisplay.
1323 1338
13241999-11-16 Richard M. Stallman <rms@caffeine.ai.mit.edu> 13391999-11-16 Richard M. Stallman <rms@gnu.org>
1325 1340
1326 * print.c (PRINTPREPARE): Don't call setup_echo_area_for_printing 1341 * print.c (PRINTPREPARE): Don't call setup_echo_area_for_printing
1327 in noninteractive. 1342 in noninteractive.
@@ -1363,7 +1378,7 @@
1363 (tiff_image_p, jpeg_image_p, gif_image_p, gs_image_p): Call 1378 (tiff_image_p, jpeg_image_p, gif_image_p, gs_image_p): Call
1364 parse_image_spec accordingly. 1379 parse_image_spec accordingly.
1365 1380
13661999-11-09 Richard M. Stallman <rms@caffeine.ai.mit.edu> 13811999-11-09 Richard M. Stallman <rms@gnu.org>
1367 1382
1368 * cmds.c (Fbeginning_of_line): Doc fix. 1383 * cmds.c (Fbeginning_of_line): Doc fix.
1369 (Fend_of_line): Doc fix. 1384 (Fend_of_line): Doc fix.
@@ -1374,7 +1389,7 @@
1374 * syntax.c (Fforward_word): Handle fields even if would have hit 1389 * syntax.c (Fforward_word): Handle fields even if would have hit
1375 an edge of the buffer. Return nil if affected by fields. 1390 an edge of the buffer. Return nil if affected by fields.
1376 1391
13771999-11-09 Richard M. Stallman <rms@caffeine.ai.mit.edu> 13921999-11-09 Richard M. Stallman <rms@gnu.org>
1378 1393
1379 * editfns.c (preceding_pos): Function deleted. 1394 * editfns.c (preceding_pos): Function deleted.
1380 (text_property_stickiness): Decrement POS directly. 1395 (text_property_stickiness): Decrement POS directly.
@@ -1513,7 +1528,7 @@
1513 * syntax.c: Remove whitespace after open or in front of closing 1528 * syntax.c: Remove whitespace after open or in front of closing
1514 parentheses. 1529 parentheses.
1515 1530
15161999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> 15311999-11-01 Richard M. Stallman <rms@gnu.org>
1517 1532
1518 * Makefile.in (w16select.o, sound.o): Don't depend on lisp.h. 1533 * Makefile.in (w16select.o, sound.o): Don't depend on lisp.h.
1519 1534
@@ -1527,7 +1542,7 @@
1527 (display_line): Set charpos of first glyph to -1 only if that 1542 (display_line): Set charpos of first glyph to -1 only if that
1528 glyph is the space added by append_glyph. 1543 glyph is the space added by append_glyph.
1529 1544
15301999-10-30 Richard M. Stallman <rms@caffeine.ai.mit.edu> 15451999-10-30 Richard M. Stallman <rms@gnu.org>
1531 1546
1532 * print.c (strout): Consider `noninteractive' and use stdout 1547 * print.c (strout): Consider `noninteractive' and use stdout
1533 only when PRINTCHARFUN is t. 1548 only when PRINTCHARFUN is t.
@@ -1559,12 +1574,12 @@
1559 Redefine PTY_TTY_NAME_SPRINTF. 1574 Redefine PTY_TTY_NAME_SPRINTF.
1560 * config.in: Add undef for HAVE_DEV_PTMX. 1575 * config.in: Add undef for HAVE_DEV_PTMX.
1561 1576
15621999-10-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> 15771999-10-26 Richard M. Stallman <rms@gnu.org>
1563 1578
1564 * regex.c (POP_FAILURE_POINT): Use failure_id.integer 1579 * regex.c (POP_FAILURE_POINT): Use failure_id.integer
1565 as arg to DEBUG_POP and DEBUG_PRINT. 1580 as arg to DEBUG_POP and DEBUG_PRINT.
1566 1581
15671999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> 15821999-10-27 Richard M. Stallman <rms@gnu.org>
1568 1583
1569 * data.c (Qad_activate_internal): Renamed from Qad_activate. 1584 * data.c (Qad_activate_internal): Renamed from Qad_activate.
1570 (Ffset): Call Qad_activate_internal. 1585 (Ffset): Call Qad_activate_internal.
@@ -1589,7 +1604,7 @@
1589 (Ftype_of): Return it for hash tables. 1604 (Ftype_of): Return it for hash tables.
1590 (syms_of_data): Initialize Qhash_table. 1605 (syms_of_data): Initialize Qhash_table.
1591 1606
15921999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> 16071999-10-25 Richard M. Stallman <rms@gnu.org>
1593 1608
1594 * regex.c (POP_FAILURE_POINT): Extract failure_id as an integer. 1609 * regex.c (POP_FAILURE_POINT): Extract failure_id as an integer.
1595 1610
@@ -1999,7 +2014,7 @@
1999 2014
2000 * keyboard.c (auto-save-interval): Fix documentation. 2015 * keyboard.c (auto-save-interval): Fix documentation.
2001 2016
20021999-10-09 Richard M. Stallman <rms@caffeine.ai.mit.edu> 20171999-10-09 Richard M. Stallman <rms@gnu.org>
2003 2018
2004 * print.c (print): When removing objects from Vprint_number_table, 2019 * print.c (print): When removing objects from Vprint_number_table,
2005 only scan the newly added objects. 2020 only scan the newly added objects.
@@ -2031,7 +2046,7 @@
2031 2046
2032 * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP. 2047 * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
2033 2048
20341999-10-07 Richard M. Stallman <rms@caffeine.ai.mit.edu> 20491999-10-07 Richard M. Stallman <rms@gnu.org>
2035 2050
2036 * process.c (wait_reading_process_input): When trying to suck 2051 * process.c (wait_reading_process_input): When trying to suck
2037 input from one process, for accept-process-output, 2052 input from one process, for accept-process-output,
@@ -2097,12 +2112,12 @@
2097 * xdisp.c (resize_mini_window): Do nothing if frame is an X 2112 * xdisp.c (resize_mini_window): Do nothing if frame is an X
2098 frame that hasn't been initialized yet. 2113 frame that hasn't been initialized yet.
2099 2114
21001999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> 21151999-09-28 Richard M. Stallman <rms@gnu.org>
2101 2116
2102 * keymap.c (Fsingle_key_description): Make tem big enough. 2117 * keymap.c (Fsingle_key_description): Make tem big enough.
2103 (describe_buffer_bindings): Make buf big enough. 2118 (describe_buffer_bindings): Make buf big enough.
2104 2119
21051999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> 21201999-09-27 Richard M. Stallman <rms@gnu.org>
2106 2121
2107 * intervals.c (get_local_map): Use indirect_function, 2122 * intervals.c (get_local_map): Use indirect_function,
2108 not Findirect_function. 2123 not Findirect_function.
@@ -2309,7 +2324,7 @@
2309 * xdisp.c (echo_area_display): Turn off code that returned 2324 * xdisp.c (echo_area_display): Turn off code that returned
2310 without doing anything when using a terminal frame. 2325 without doing anything when using a terminal frame.
2311 2326
23121999-09-17 Richard M. Stallman <rms@caffeine.ai.mit.edu> 23271999-09-17 Richard M. Stallman <rms@gnu.org>
2313 2328
2314 * unexelf.c (unexec): Don't get confused by a short section 2329 * unexelf.c (unexec): Don't get confused by a short section
2315 just before the bss section. 2330 just before the bss section.
@@ -4117,7 +4132,7 @@
4117 4132
4118 * fns.c (internal_equal): Correct overlay comparison. 4133 * fns.c (internal_equal): Correct overlay comparison.
4119 4134
41201999-07-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> 41351999-07-31 Richard M. Stallman <rms@gnu.org>
4121 4136
4122 * xfns.c (x_set_internal_border_width): 4137 * xfns.c (x_set_internal_border_width):
4123 Call do_pending_window_change. Don't block input, don't call XFlush. 4138 Call do_pending_window_change. Don't block input, don't call XFlush.
@@ -11843,7 +11858,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann <gerd@acm.org>
11843 11858
11844 * msdos.c (unibyte_display_via_language_environment): Add extern. 11859 * msdos.c (unibyte_display_via_language_environment): Add extern.
11845 11860
118461999-05-02 Richard M. Stallman <rms@caffeine.ai.mit.edu> 118611999-05-02 Richard M. Stallman <rms@gnu.org>
11847 11862
11848 * xdisp.c (display_text_line): Convert unibyte char to multibyte 11863 * xdisp.c (display_text_line): Convert unibyte char to multibyte
11849 if unibyte_display_via_language_environment is set. 11864 if unibyte_display_via_language_environment is set.
@@ -12059,7 +12074,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann <gerd@acm.org>
12059 (display_text_line): Stop the loop for processing overlay strings 12074 (display_text_line): Stop the loop for processing overlay strings
12060 when we reach the right edge of the window. 12075 when we reach the right edge of the window.
12061 12076
120621999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> 120771999-03-31 Richard M. Stallman <rms@gnu.org>
12063 12078
12064 * doc.c (get_doc_string): When UNIBYTE and DEFINITION are 0, 12079 * doc.c (get_doc_string): When UNIBYTE and DEFINITION are 0,
12065 let the data control whether string is unibyte. 12080 let the data control whether string is unibyte.
@@ -12179,7 +12194,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann <gerd@acm.org>
12179 12194
12180 * fileio.c (Ffile_directory_p): Doc fix. 12195 * fileio.c (Ffile_directory_p): Doc fix.
12181 12196
121821999-03-05 Richard M. Stallman <rms@caffeine.ai.mit.edu> 121971999-03-05 Richard M. Stallman <rms@gnu.org>
12183 12198
12184 * coding.c (setup_coding_system): Check for CODING_SYSTEM = nil. 12199 * coding.c (setup_coding_system): Check for CODING_SYSTEM = nil.
12185 12200