comparison src/ChangeLog @ 39968:51a89919bc4e

(Vafter_load_alist): Declare extern (w32 build problem).
author Sam Steingold <sds@gnu.org>
date Mon, 15 Oct 2001 16:17:51 +0000
parents db6760d21d23
children 68ccba559c4b
comparison
equal deleted inserted replaced
39967:db6760d21d23 39968:51a89919bc4e
1 2001-10-15 Sam Steingold <sds@gnu.org>
2
3 * fns.c (Vafter_load_alist): Declare extern (w32 build problem).
4
1 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 6
3 * process.c (process-inherit-coding-system-flag, 7 * process.c (process-inherit-coding-system-flag,
4 get-buffer-process): Do not confuse make-docfile with doc strings 8 get-buffer-process): Do not confuse make-docfile with doc strings
5 in comment. 9 in comment.
12 16
13 2001-10-15 Gerd Moellmann <gerd@gnu.org> 17 2001-10-15 Gerd Moellmann <gerd@gnu.org>
14 18
15 * window.c (window_loop): Don't check for Fother_buffer returning 19 * window.c (window_loop): Don't check for Fother_buffer returning
16 nil. 20 nil.
17 21
18 * window.c (select_window_1): Unfreeze window start. Remove a 22 * window.c (select_window_1): Unfreeze window start. Remove a
19 doubled test for WINDOW being live. 23 doubled test for WINDOW being live.
20 24
21 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 25 2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
22 26
567 SET_SYMBOL_VALUE macros instead of accessing symbol values directly. 571 SET_SYMBOL_VALUE macros instead of accessing symbol values directly.
568 572
569 2001-10-04 Gerd Moellmann <gerd@gnu.org> 573 2001-10-04 Gerd Moellmann <gerd@gnu.org>
570 574
571 * Branch for 21.1. 575 * Branch for 21.1.
572 576
573 2001-10-03 Miles Bader <miles@gnu.org> 577 2001-10-03 Miles Bader <miles@gnu.org>
574 578
575 * callproc.c (syms_of_callproc): Explicitly state in the 579 * callproc.c (syms_of_callproc): Explicitly state in the
576 documentation for `process-environment' that earlier entries take 580 documentation for `process-environment' that earlier entries take
577 precedence over later ones. 581 precedence over later ones.
790 deleted between the two calls to XGetWindowProperty. 794 deleted between the two calls to XGetWindowProperty.
791 795
792 2001-09-11 Gerd Moellmann <gerd@gnu.org> 796 2001-09-11 Gerd Moellmann <gerd@gnu.org>
793 797
794 * minibuf.c (read_minibuf_unwind): Bind inhibit-modification-hooks. 798 * minibuf.c (read_minibuf_unwind): Bind inhibit-modification-hooks.
795 799
796 * minibuf.c (read_minibuf): Bind inhibit-modification-hooks to t, 800 * minibuf.c (read_minibuf): Bind inhibit-modification-hooks to t,
797 in addition to read-only. 801 in addition to read-only.
798 802
799 * xdisp.c (with_echo_area_buffer): Bind inhibit-modification-hooks 803 * xdisp.c (with_echo_area_buffer): Bind inhibit-modification-hooks
800 to t in addition to read-only. 804 to t in addition to read-only.
848 852
849 * macros.c (store_kbd_macro_char): Fix computation of kbd_macro_end. 853 * macros.c (store_kbd_macro_char): Fix computation of kbd_macro_end.
850 854
851 * xdisp.c (string_buffer_position): Use *single_char_property* 855 * xdisp.c (string_buffer_position): Use *single_char_property*
852 functions instead of the *single_property* functions. 856 functions instead of the *single_property* functions.
853 857
854 2001-09-04 Andrew Innes <andrewi@gnu.org> 858 2001-09-04 Andrew Innes <andrewi@gnu.org>
855 859
856 * w32term.c (w32_read_socket): Add more information to debugging 860 * w32term.c (w32_read_socket): Add more information to debugging
857 output. 861 output.
858 862