aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
-rw-r--r--src/ChangeLog.18
-rw-r--r--src/ChangeLog.216
-rw-r--r--src/ChangeLog.32
-rw-r--r--src/ChangeLog.42
-rw-r--r--src/ChangeLog.52
-rw-r--r--src/ChangeLog.914
7 files changed, 28 insertions, 28 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 018d4d1c418..fab6d2034cc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -737,7 +737,7 @@
737 (Frename_file): Preserve selinux context when renaming by copy-file. 737 (Frename_file): Preserve selinux context when renaming by copy-file.
738 738
7392010-04-21 Juanma Barranquero <lekktu@gmail.com> 7392010-04-21 Juanma Barranquero <lekktu@gmail.com>
740 Eli Zaretskii <eliz@gnu.org> 740 Eli Zaretskii <eliz@gnu.org>
741 741
742 Don't depend on cm.c or termcap.c on Windows, use stubs. 742 Don't depend on cm.c or termcap.c on Windows, use stubs.
743 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O). 743 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
@@ -8928,7 +8928,7 @@
8928 <after-change-functions>: Reflow docstrings. 8928 <after-change-functions>: Reflow docstrings.
8929 8929
89302008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com> 89302008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8931 Ken Raeburn <raeburn@gnu.org> 8931 Ken Raeburn <raeburn@gnu.org>
8932 8932
8933 Dock menu customization, based on a patch by Ken Raeburn, plus some 8933 Dock menu customization, based on a patch by Ken Raeburn, plus some
8934 other fixes. 8934 other fixes.
@@ -9993,7 +9993,7 @@
9993 batch-compiling for bootstrap). 9993 batch-compiling for bootstrap).
9994 9994
99952008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change) 99952008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9996 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 9996 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9997 9997
9998 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case -- 9998 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
9999 fix crash due to different init order. 9999 fix crash due to different init order.
@@ -10611,7 +10611,7 @@
10611 (USG_SHARED_LIBRARIES): Remove duplicate definition. 10611 (USG_SHARED_LIBRARIES): Remove duplicate definition.
10612 10612
106132008-06-26 Juanma Barranquero <lekktu@gmail.com> 106132008-06-26 Juanma Barranquero <lekktu@gmail.com>
10614 Eli Zaretskii <eliz@gnu.org> 10614 Eli Zaretskii <eliz@gnu.org>
10615 10615
10616 * makefile.w32-in (LOCAL_FLAGS): 10616 * makefile.w32-in (LOCAL_FLAGS):
10617 Don't include WINDOWSNT, DOS_NT and _UCHAR_T. 10617 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
@@ -10859,7 +10859,7 @@
10859 the property of LFACE_FONT of LFACE (if any). 10859 the property of LFACE_FONT of LFACE (if any).
10860 10860
108612008-06-21 Seiji Zenitani <zenitani@mac.com> 108612008-06-21 Seiji Zenitani <zenitani@mac.com>
10862 Ryo Yoshitake <ryo@shiftmode.net> 10862 Ryo Yoshitake <ryo@shiftmode.net>
10863 10863
10864 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437. 10864 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
10865 10865
@@ -11955,7 +11955,7 @@
11955 * xterm.c (x_set_frame_alpha): Move declarations before statements. 11955 * xterm.c (x_set_frame_alpha): Move declarations before statements.
11956 11956
119572008-05-21 Seiji Zenitani <zenitani@mac.com> 119572008-05-21 Seiji Zenitani <zenitani@mac.com>
11958 Ryo Yoshitake <ryo@shiftmode.net> 11958 Ryo Yoshitake <ryo@shiftmode.net>
11959 11959
11960 * frame.c (Qalpha): Add a new frame parameter `alpha'. 11960 * frame.c (Qalpha): Add a new frame parameter `alpha'.
11961 (Vframe_alpha_lower_limit): New variable. 11961 (Vframe_alpha_lower_limit): New variable.
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1
index 921123f236a..8b4a9afbc6c 100644
--- a/src/ChangeLog.1
+++ b/src/ChangeLog.1
@@ -1187,7 +1187,7 @@
1187 prompt. 1187 prompt.
1188 (various): Pass window being displayed as arg to vmotion. 1188 (various): Pass window being displayed as arg to vmotion.
1189 (various): Compute starting-hpos arg to compute_motion 1189 (various): Compute starting-hpos arg to compute_motion
1190 using minibuf_prompt_width if in minibuf starting at top. 1190 using minibuf_prompt_width if in minibuf starting at top.
1191 1191
1192 * window.c (Fdisplay_buffer & callers): 1192 * window.c (Fdisplay_buffer & callers):
1193 Take second arg, non-nil means do not use selected window 1193 Take second arg, non-nil means do not use selected window
@@ -1645,8 +1645,8 @@
1645 Use signal, not sigset, since we simulate signal on 1645 Use signal, not sigset, since we simulate signal on
1646 all system versions when nec. 1646 all system versions when nec.
1647 1647
1648 * buffer.c (syms_of_buffer, init_buffer_once, 1648 * buffer.c (syms_of_buffer, init_buffer_once)
1649 reset_buffer_local_variables): 1649 (reset_buffer_local_variables):
1650 Define default-abbrev-mode, and init new buffers' abbrev-mode 1650 Define default-abbrev-mode, and init new buffers' abbrev-mode
1651 from it. Move definition of abbrev-mode here from abbrev.c. 1651 from it. Move definition of abbrev-mode here from abbrev.c.
1652 1652
@@ -2861,7 +2861,7 @@
2861 * keymap.c, callint.c, minibuf.c, fns.c, commands.h: 2861 * keymap.c, callint.c, minibuf.c, fns.c, commands.h:
2862 Rename MinbufLocalMap to Vminibuffer_local_map, etc. 2862 Rename MinbufLocalMap to Vminibuffer_local_map, etc.
2863 Rename minibuf-local-{,-ns,-completion,must-match}map, 2863 Rename minibuf-local-{,-ns,-completion,must-match}map,
2864 and DefLispVar them (document even!). 2864 and DefLispVar them (document even!).
2865 => New lisp variables minibuffer-local-map, minibuffer-local-ns-map, 2865 => New lisp variables minibuffer-local-map, minibuffer-local-ns-map,
2866 minibuffer-local-completion-map, minibuffer-local-must-match-map. 2866 minibuffer-local-completion-map, minibuffer-local-must-match-map.
2867 2867
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2
index 265cc95e60d..7313f56ae8e 100644
--- a/src/ChangeLog.2
+++ b/src/ChangeLog.2
@@ -984,7 +984,7 @@
9841988-01-06 Richard Stallman (rms@frosted-flakes) 9841988-01-06 Richard Stallman (rms@frosted-flakes)
985 985
986 * s-hpux.h: Don't define nomultiplejobs, LDAV_SYMBOL, LIBS_DEBUG 986 * s-hpux.h: Don't define nomultiplejobs, LDAV_SYMBOL, LIBS_DEBUG
987 or BROKEN_FIONREAD. 987 or BROKEN_FIONREAD.
988 * m-hp9000s300.h: Define those four. 988 * m-hp9000s300.h: Define those four.
989 * s-hpux.h: Define BSTRING, and define bcopy, etc., as macros. 989 * s-hpux.h: Define BSTRING, and define bcopy, etc., as macros.
990 990
@@ -2817,7 +2817,7 @@
28171986-11-26 Richard M. Stallman (rms@prep) 28171986-11-26 Richard M. Stallman (rms@prep)
2818 2818
2819 * sysdep.c (get_system_name): 2819 * sysdep.c (get_system_name):
2820 Eliminate internal static var in USG case. 2820 Eliminate internal static var in USG case.
2821 2821
2822 * lisp.h: New case testing and conversion macros 2822 * lisp.h: New case testing and conversion macros
2823 UPPERCASEP, LOWERCASEP, NOCASEP, UPCASE, DOWNCASE. 2823 UPPERCASEP, LOWERCASEP, NOCASEP, UPCASE, DOWNCASE.
@@ -3852,7 +3852,7 @@
3852 (so now (let ((case-fold-search t))) doesn't force buffer-localness) 3852 (so now (let ((case-fold-search t))) doesn't force buffer-localness)
3853 However, setting a binding will still make it buffer-local. 3853 However, setting a binding will still make it buffer-local.
3854 (ie (let ((case-fold-search t)) (setq case-fold-search t)) 3854 (ie (let ((case-fold-search t)) (setq case-fold-search t))
3855 will cause case-fold-search be buffer-local even outside the let) 3855 will cause case-fold-search be buffer-local even outside the let)
3856 3856
3857 * xfns.c: 3857 * xfns.c:
3858 Preserve studlycaps: "Gnuemacs" => "GNU Emacs" 3858 Preserve studlycaps: "Gnuemacs" => "GNU Emacs"
@@ -4452,16 +4452,16 @@
4452 * search.c (Freplace_match): Delete unused some_multiletter_word init. 4452 * search.c (Freplace_match): Delete unused some_multiletter_word init.
4453 * alloc.c (gc_sweep): Delete unused next initializers. 4453 * alloc.c (gc_sweep): Delete unused next initializers.
4454 * fns.c (concat): After error on non-int elt for string, 4454 * fns.c (concat): After error on non-int elt for string,
4455 do store the new value from the error handler. 4455 do store the new value from the error handler.
4456 * lread.c (read1): Comment out unused end =. 4456 * lread.c (read1): Comment out unused end =.
4457 * lread.c (read_list): Delete unused tail =. 4457 * lread.c (read_list): Delete unused tail =.
4458 * data.c (Fmake_variable_buffer_local): 4458 * data.c (Fmake_variable_buffer_local):
4459 If value type is Lisp_Some_Buffer_Local_Value, 4459 If value type is Lisp_Some_Buffer_Local_Value,
4460 change it to Lisp_Buffer_Local_Value permanently. 4460 change it to Lisp_Buffer_Local_Value permanently.
4461 * undo.c (record_block): Delete unused cp =. 4461 * undo.c (record_block): Delete unused cp =.
4462 Don't bother reallocing if n = 0 after first batch. 4462 Don't bother reallocing if n = 0 after first batch.
4463 * fileio.c (Fverify_visited_file_modtime): 4463 * fileio.c (Fverify_visited_file_modtime):
4464 If CHECK_BUFFER changes buf, use the changed value. 4464 If CHECK_BUFFER changes buf, use the changed value.
4465 4465
44661986-07-07 Richard M. Stallman (rms@prep) 44661986-07-07 Richard M. Stallman (rms@prep)
4467 4467
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index fbe3f752aed..241019b51c7 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -14197,7 +14197,7 @@
141971989-12-14 Joseph Arceneaux (jla@spiff) 141971989-12-14 Joseph Arceneaux (jla@spiff)
14198 14198
14199 * xfns.c: New variable Vx_no_window_manager. 14199 * xfns.c: New variable Vx_no_window_manager.
14200 (Fx_track_pointer): If bufp < 0, abort. 14200 (Fx_track_pointer): If bufp < 0, abort.
14201 14201
14202 * xterm.c (XTread_socket): When leaving window, set x_mouse_x and 14202 * xterm.c (XTread_socket): When leaving window, set x_mouse_x and
14203 x_mouse_y to -1. 14203 x_mouse_y to -1.
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4
index 4f5d0b29e4c..c853ad7b4a6 100644
--- a/src/ChangeLog.4
+++ b/src/ChangeLog.4
@@ -4411,7 +4411,7 @@
4411 4411
4412 * keyboard.c (read_key_sequence): Don't declare first_event; it is 4412 * keyboard.c (read_key_sequence): Don't declare first_event; it is
4413 no longer used. Change "#if 0" for first_event reading to 4413 no longer used. Change "#if 0" for first_event reading to
4414 "#if defined (GOBBLE_FIRST_EVENT)". 4414 "#if defined (GOBBLE_FIRST_EVENT)".
4415 4415
44161993-10-03 Brian J. Fox (bfox@ai.mit.edu) 44161993-10-03 Brian J. Fox (bfox@ai.mit.edu)
4417 4417
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5
index d30bd1bdb00..e4991971461 100644
--- a/src/ChangeLog.5
+++ b/src/ChangeLog.5
@@ -6107,7 +6107,7 @@
6107 * fileio.c (Fmake_symbolic_link, Ffile_accessible_directory_p, 6107 * fileio.c (Fmake_symbolic_link, Ffile_accessible_directory_p,
6108 Finsert_file_contents, auto_save_error, Fwrite_region): Likewise. 6108 Finsert_file_contents, auto_save_error, Fwrite_region): Likewise.
6109 (Fcopy_file, build_annotations, Fdo_auto_save): Delete unused 6109 (Fcopy_file, build_annotations, Fdo_auto_save): Delete unused
6110 variables. 6110 variables.
6111 6111
61121994-08-23 Richard Stallman <rms@mole.gnu.ai.mit.edu> 61121994-08-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6113 6113
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9
index b161a21eb72..6e53a39ac93 100644
--- a/src/ChangeLog.9
+++ b/src/ChangeLog.9
@@ -3913,7 +3913,7 @@
39132001-01-05 Gerd Moellmann <gerd@gnu.org> 39132001-01-05 Gerd Moellmann <gerd@gnu.org>
3914 3914
3915 * sysdep.c: Don't prototype srandom; it takes an unsigned argument 3915 * sysdep.c: Don't prototype srandom; it takes an unsigned argument
3916 on some systems, and an unsigned long on others, like FreeBSD 4.1. 3916 on some systems, and an unsigned long on others, like FreeBSD 4.1.
3917 3917
39182001-01-04 Gerd Moellmann <gerd@gnu.org> 39182001-01-04 Gerd Moellmann <gerd@gnu.org>
3919 3919
@@ -5161,9 +5161,9 @@
5161 `vertical-line', `mode-line' and `header-line' events. 5161 `vertical-line', `mode-line' and `header-line' events.
5162 5162
5163 * xdisp.c (try_window_id): Avoid starting to display in the middle 5163 * xdisp.c (try_window_id): Avoid starting to display in the middle
5164 of a character, a TAB for instance. This is easier than to set 5164 of a character, a TAB for instance. This is easier than to set
5165 up the iterator exactly, and it's not a frequent case, so the 5165 up the iterator exactly, and it's not a frequent case, so the
5166 additional effort wouldn't really pay off. 5166 additional effort wouldn't really pay off.
5167 5167
51682000-11-26 Andrew Choi <akochoi@i-cable.com> 51682000-11-26 Andrew Choi <akochoi@i-cable.com>
5169 5169
@@ -5196,9 +5196,9 @@
51962000-11-24 Gerd Moellmann <gerd@gnu.org> 51962000-11-24 Gerd Moellmann <gerd@gnu.org>
5197 5197
5198 * xdisp.c (init_from_display_pos): If POS says we're already after 5198 * xdisp.c (init_from_display_pos): If POS says we're already after
5199 an overlay string ending at POS, make sure to pop the iterator 5199 an overlay string ending at POS, make sure to pop the iterator
5200 because it will be in front of that overlay string. When POS is 5200 because it will be in front of that overlay string. When POS is
5201 ZV, we've thereby also ``processed'' overlay strings at ZV. 5201 ZV, we've thereby also ``processed'' overlay strings at ZV.
5202 5202
5203 * xfaces.c (lface_from_face_name): Function comment fix. 5203 * xfaces.c (lface_from_face_name): Function comment fix.
5204 5204