aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-06 09:57:20 +0000
committerGerd Moellmann2001-10-06 09:57:20 +0000
commit2a34a036ff6e0e88ee42a44440362608d3db3e74 (patch)
tree4b0c224154978347b63e49162bff84079596ffed /src
parent7c39d9e39ae2488c9b2d523b473a5f307ad5076b (diff)
downloademacs-2a34a036ff6e0e88ee42a44440362608d3db3e74.tar.gz
emacs-2a34a036ff6e0e88ee42a44440362608d3db3e74.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/ChangeLog.112
-rw-r--r--src/ChangeLog.212
-rw-r--r--src/ChangeLog.314
-rw-r--r--src/ChangeLog.44
-rw-r--r--src/ChangeLog.54
-rw-r--r--src/ChangeLog.64
-rw-r--r--src/ChangeLog.74
-rw-r--r--src/ChangeLog.84
9 files changed, 41 insertions, 21 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fea0f799828..793ee81203d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -12641,3 +12641,7 @@ See ChangeLog.8 for earlier changes.
12641;; Local Variables: 12641;; Local Variables:
12642;; coding: iso-2022-7bit 12642;; coding: iso-2022-7bit
12643;; End: 12643;; End:
12644
12645 Copyright (C) 2001 Free Software Foundation, Inc.
12646 Copying and distribution of this file, with or without modification,
12647 are permitted provided the copyright notice and this notice are preserved.
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1
index 90da14fe918..a902a06fea2 100644
--- a/src/ChangeLog.1
+++ b/src/ChangeLog.1
@@ -3521,11 +3521,7 @@
3521 3521
3522 * minibuf.c: Don't allow entry to minibuffer 3522 * minibuf.c: Don't allow entry to minibuffer
3523 while minibuffer is selected. 3523 while minibuffer is selected.
3524 3524
3525Local Variables: 3525 Copyright (C) 1985, 1986 Free Software Foundation, Inc.
3526mode: indented-text 3526 Copying and distribution of this file, with or without modification,
3527eval: (auto-fill-mode 1) 3527 are permitted provided the copyright notice and this notice are preserved.
3528left-margin: 8
3529fill-column: 74
3530version-control: never
3531End:
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2
index a1b6b33dbc4..4734fb85249 100644
--- a/src/ChangeLog.2
+++ b/src/ChangeLog.2
@@ -4770,11 +4770,7 @@
4770 Therefore no more need to mark thru a Lisp_Objfwd. 4770 Therefore no more need to mark thru a Lisp_Objfwd.
4771 4771
4772See ChangeLog.1 for earlier changes. 4772See ChangeLog.1 for earlier changes.
4773 4773
4774Local Variables: 4774 Copyright (C) 1986, 1987, 1988 Free Software Foundation, Inc.
4775mode: indented-text 4775 Copying and distribution of this file, with or without modification,
4776eval: (auto-fill-mode 1) 4776 are permitted provided the copyright notice and this notice are preserved.
4777left-margin: 8
4778fill-column: 74
4779version-control: never
4780End:
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index 3f689887483..18fa9cb601e 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -16460,7 +16460,7 @@
16460 16460
164611988-09-26 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 164611988-09-26 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
16462 16462
16463* * dispnew.c (baud_rate): Now a Lisp variable, not a function. 16463 * dispnew.c (baud_rate): Now a Lisp variable, not a function.
16464 * termcap.c (tputs) [emacs]: Use baud_rate as the speed. 16464 * termcap.c (tputs) [emacs]: Use baud_rate as the speed.
16465 16465
164661988-09-19 Richard Stallman (rms at gluteus.ai.mit.edu) 164661988-09-19 Richard Stallman (rms at gluteus.ai.mit.edu)
@@ -16471,11 +16471,11 @@
16471 * window.c (init_window_once): Init the ->buffer fields 16471 * window.c (init_window_once): Init the ->buffer fields
16472 to satisfy error check in Fset_window_buffer. 16472 to satisfy error check in Fset_window_buffer.
16473 16473
16474* * xmenu.c (Fx_popup_menu): 1st arg is now ((X Y) WINDOW). 16474 * xmenu.c (Fx_popup_menu): 1st arg is now ((X Y) WINDOW).
16475 16475
16476 * process.c (child_sig): If synch process terminates, clear 16476 * process.c (child_sig): If synch process terminates, clear
16477 synch_process_pid and record synch_process_death. 16477 synch_process_pid and record synch_process_death.
16478* * callproc.c (Fcall_process): return synch_process_death. 16478 * callproc.c (Fcall_process): return synch_process_death.
16479 Always set synch_process_pid and do it with SIGCHLD masked off. 16479 Always set synch_process_pid and do it with SIGCHLD masked off.
16480 * sysdep.c (wait_for_termination) [subprocesses and not VMS]: 16480 * sysdep.c (wait_for_termination) [subprocesses and not VMS]:
16481 Use alarms to check every second whether synch_process_pid is 0. 16481 Use alarms to check every second whether synch_process_pid is 0.
@@ -16500,7 +16500,7 @@
16500 16500
16501 * lread.c (OBARRAY_SIZE): Change slightly to 509 (prime). 16501 * lread.c (OBARRAY_SIZE): Change slightly to 509 (prime).
16502 16502
16503* * keyboard.c, dispnew.c, term.c, xterm.c (meta_flag): MetaFlag renamed. 16503 * keyboard.c, dispnew.c, term.c, xterm.c (meta_flag): MetaFlag renamed.
16504 * keyboard.c (Fset_input_mode): 3rd arg sets meta_flag. 16504 * keyboard.c (Fset_input_mode): 3rd arg sets meta_flag.
16505 (syms_of_keyboard): Variable meta-flag deleted. 16505 (syms_of_keyboard): Variable meta-flag deleted.
16506 * sysdep.c (init_sys_modes): Don't override parity settings 16506 * sysdep.c (init_sys_modes): Don't override parity settings
@@ -16508,7 +16508,7 @@
16508 16508
165091988-09-15 Richard Stallman (rms at corn-chex.ai.mit.edu) 165091988-09-15 Richard Stallman (rms at corn-chex.ai.mit.edu)
16510 16510
16511* * search.c (Fsearch_forward, etc.): All buffer-search functions 16511 * search.c (Fsearch_forward, etc.): All buffer-search functions
16512 return new the value of point if they succeed. 16512 return new the value of point if they succeed.
16513 16513
165141988-09-13 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 165141988-09-13 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
@@ -16531,3 +16531,7 @@
16531 * fileio.c (Fdo_auto_save): No "file has shrunk" msg if < 5000 chars. 16531 * fileio.c (Fdo_auto_save): No "file has shrunk" msg if < 5000 chars.
16532 16532
16533See ChangeLog.2 for earlier changes. 16533See ChangeLog.2 for earlier changes.
16534
16535 Copyright (C) 1993 Free Software Foundation, Inc.
16536 Copying and distribution of this file, with or without modification,
16537 are permitted provided the copyright notice and this notice are preserved.
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4
index 28534dea959..09a1c8726ee 100644
--- a/src/ChangeLog.4
+++ b/src/ChangeLog.4
@@ -6901,3 +6901,7 @@
6901 this soon. 6901 this soon.
6902 6902
6903See ChangeLog.3 for earlier changes. 6903See ChangeLog.3 for earlier changes.
6904
6905 Copyright (C) 1993, 1994 Free Software Foundation, Inc.
6906 Copying and distribution of this file, with or without modification,
6907 are permitted provided the copyright notice and this notice are preserved.
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5
index ae4322ae5a4..ca86cf54546 100644
--- a/src/ChangeLog.5
+++ b/src/ChangeLog.5
@@ -7143,3 +7143,7 @@
7143 * process.c (kill_buffer_processes): For net conn, use Fdelete_process. 7143 * process.c (kill_buffer_processes): For net conn, use Fdelete_process.
7144 7144
7145See ChangeLog.4 for earlier changes. 7145See ChangeLog.4 for earlier changes.
7146
7147 Copyright (C) 1994, 1995 Free Software Foundation, Inc.
7148 Copying and distribution of this file, with or without modification,
7149 are permitted provided the copyright notice and this notice are preserved.
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6
index a2387baf4e8..ee7ca159e63 100644
--- a/src/ChangeLog.6
+++ b/src/ChangeLog.6
@@ -5361,3 +5361,7 @@
5361 intervals.o, textprop.o. 5361 intervals.o, textprop.o.
5362 5362
5363See ChangeLog.5 for earlier changes. 5363See ChangeLog.5 for earlier changes.
5364
5365 Copyright (C) 1995, 1996 Free Software Foundation, Inc.
5366 Copying and distribution of this file, with or without modification,
5367 are permitted provided the copyright notice and this notice are preserved.
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index 3ea172f53c7..fb759823bf8 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -11097,3 +11097,7 @@ Fri Sep 20 02:37:37 1996 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
11097 * xfns.c (Fx_open_connection): Don't set Vx_resource_name. 11097 * xfns.c (Fx_open_connection): Don't set Vx_resource_name.
11098 11098
11099See ChangeLog.6 for earlier changes. 11099See ChangeLog.6 for earlier changes.
11100
11101 Copyright (C) 1997, 1998 Free Software Foundation, Inc.
11102 Copying and distribution of this file, with or without modification,
11103 are permitted provided the copyright notice and this notice are preserved.
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index a2d4a5dacd6..d68e82ca795 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -13995,3 +13995,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann <gerd@acm.org>
13995 correctly. 13995 correctly.
13996 13996
13997See ChangeLog.7 for earlier changes. 13997See ChangeLog.7 for earlier changes.
13998
13999 Copyright (C) 1999 Free Software Foundation, Inc.
14000 Copying and distribution of this file, with or without modification,
14001 are permitted provided the copyright notice and this notice are preserved.