aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-04-26 11:05:02 +0000
committerRichard M. Stallman2005-04-26 11:05:02 +0000
commit68a94f5aaaeaf94f29ddcd08e9fb6c5fb7d29747 (patch)
tree2df0e786563af51f5075064b7c5f853a5ed33e8c
parent881e0a3cf42108e244ccb24a99ba81d6dab07352 (diff)
downloademacs-68a94f5aaaeaf94f29ddcd08e9fb6c5fb7d29747.tar.gz
emacs-68a94f5aaaeaf94f29ddcd08e9fb6c5fb7d29747.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lispref/ChangeLog13
-rw-r--r--lispref/variables.texi2
-rw-r--r--man/ChangeLog12
4 files changed, 31 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 46c26634f1c..547a03aac22 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12005-04-26 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/python.el (python-mode):
4 Use new name eldoc-documentation-function.
5
6 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
7
8 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9 (eldoc-documentation-function):
10 Renamed from eldoc-print-current-symbol-info-function. Calls changed.
11
12005-04-26 Nick Roberts <nickrob@snap.net.nz> 122005-04-26 Nick Roberts <nickrob@snap.net.nz>
2 13
3 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro. 14 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index db3dc76acb8..1eb87fe43d5 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,16 @@
12005-04-26 Richard M. Stallman <rms@gnu.org>
2
3 * display.texi (Defining Faces):
4 Document `default' elements of defface spec.
5
6 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7
8 * variables.texi (Variable Aliases): Clarify text.
9
102005-04-25 Chong Yidong <cyd@stupidchicken.com>
11
12 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
13
12005-04-25 Luc Teirlinck <teirllm@auburn.edu> 142005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2 15
3 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too. 16 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
diff --git a/lispref/variables.texi b/lispref/variables.texi
index 43f590503ec..7320a2eea9f 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -1722,7 +1722,7 @@ stage in the future.
1722@defmac make-obsolete-variable variable new &optional when 1722@defmac make-obsolete-variable variable new &optional when
1723This macro makes the byte-compiler warn that the variable 1723This macro makes the byte-compiler warn that the variable
1724@var{variable} is obsolete. If @var{new} is a symbol, it is the 1724@var{variable} is obsolete. If @var{new} is a symbol, it is the
1725variable's new name; then the warning messages says to use @var{new} 1725variable's new name; then the warning message says to use @var{new}
1726instead of @var{variable}. If @var{new} is a string, this is the 1726instead of @var{variable}. If @var{new} is a string, this is the
1727message and there is no replacement variable. 1727message and there is no replacement variable.
1728 1728
diff --git a/man/ChangeLog b/man/ChangeLog
index 30fc5c1df7a..4772ed1e730 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -8,15 +8,15 @@
8 8
92005-04-25 Chong Yidong <cyd@stupidchicken.com> 92005-04-25 Chong Yidong <cyd@stupidchicken.com>
10 10
11 * ack.texi (Acknowledgments): Delete info about iso-acc.el 11 * ack.texi (Acknowledgments): Delete info about iso-acc.el
12 12
13 * dired.texi (Misc Dired Features): Document 13 * dired.texi (Misc Dired Features): Document
14 dired-compare-directories. 14 dired-compare-directories.
15 15
16 * files.texi (Filesets): New node. 16 * files.texi (Filesets): New node.
17 (File Conveniences): Document Image mode. 17 (File Conveniences): Document Image mode.
18 18
19 * text.texi (TeX Print): Document tex-compile. 19 * text.texi (TeX Print): Document tex-compile.
20 20
212005-04-25 Luc Teirlinck <teirllm@auburn.edu> 212005-04-25 Luc Teirlinck <teirllm@auburn.edu>
22 22