summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-11-08 17:00:42 +0000
committerRichard M. Stallman <rms@gnu.org>2004-11-08 17:00:42 +0000
commit1efc19ebfa52ff89bf07c2a8aebb92c4deef0a36 (patch)
tree1d59380418342ef1ef8dee5986fa860f31794953
parentbbf416903285fdea95ee181dd65cb12332070b54 (diff)
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE9
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog25
-rw-r--r--lispref/ChangeLog4
4 files changed, 35 insertions, 7 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index e5e719f9037..99f78af4e25 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -10,6 +10,8 @@ Tasks needed before the next release.
** Let mouse-1 follow links.
+** Make Rmail find the best version of movemail.
+To be done by Sergey Poznyakoff <gray@Mirddin.farlep.net>.
* FATAL ERRORS
@@ -30,7 +32,6 @@ invalid pointer from string_free_list.
** Clean up flymake.el to follow Emacs Lisp conventions.
-
* GTK RELATED BUGS
** Make GTK scrollbars behave like others w.r.t. overscrolling.
@@ -244,6 +245,8 @@ Electric-pop-up-window can use it.
* DOCUMENTATION
+** Document Custom Themes.
+
** Finish updating the Emacs Lisp manual.
** Update the Emacs manual.
@@ -318,11 +321,11 @@ names of the people who have checked it.
SECTION READERS
----------------------------------
lispref/abbrevs.texi "Luc Teirlinck"
-lispref/advice.texi
+lispref/advice.texi Joakim Verona <joakim@verona.se>
lispref/anti.texi
lispref/backups.texi "Luc Teirlinck"
lispref/buffers.texi "Luc Teirlinck"
-lispref/calendar.texi
+lispref/calendar.texi Joakim Verona <joakim@verona.se>
lispref/commands.texi "Luc Teirlinck"
lispref/compile.texi "Luc Teirlinck"
lispref/control.texi "Luc Teirlinck"
diff --git a/etc/NEWS b/etc/NEWS
index 84a2728fcf0..d44e56ac860 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2331,7 +2331,9 @@ configuration files.
** The new function syntax-after returns the syntax code
of the character after a specified buffer position, taking account
of text properties as well as the character code.
-It returns the value compatibly with char-syntax.
+It returns the value compatibly with char-syntax, except
+that the value can be a list (SYNTAX . MATCHER) which says
+what the matching character is.
+++
** The new primitive `get-internal-run-time' returns the processor
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ca644d9ec6a..cce61c85b87 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
+2004-11-08 Richard M. Stallman <rms@gnu.org>
+
+ * subr.el (syntax-after): Doc fix.
+
+ * paren.el (show-paren-function): Change calls to syntax-after
+ for new way of returning the value.
+
+ * menu-bar.el (menu-bar-file-menu): Make this the real name
+ and menu-bar-files-menu the alias. Use the former.
+ (global-map): Use `file', not `files', as the symbol.
+
+ * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
+
+ * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
+ Don't use beginning-of-buffer.
+ (filesets-cmd-show-result): Use with-no-warnings.
+
2004-11-08 Juri Linkov <juri@jurta.org>
* progmodes/compile.el (compile): Don't overwrite last command in
@@ -36,12 +53,14 @@
* simple.el (next-error group, face): Move before first use.
(next-error-highlight, next-error-highlight-no-select): Likewise.
- (line-move-invisible-p): Renamed from line-move-invisible.
+
+ * simple.el (line-move-invisible-p): Renamed from line-move-invisible.
(line-move): New args NOERROR and TO-END.
Return t if if succeed in moving specified number of lines.
(move-end-of-line): New function.
- (beginning-of-buffer-other-window, end-of-buffer-other-window):
- Use with-no-warnings.
+
+ * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
+ (end-of-buffer-other-window): Likewise.
* simple.el (line-move-ignore-invisible): Default to t.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 197c7217785..4491956f06f 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-08 Richard M. Stallman <rms@gnu.org>
+
+ * syntax.texi (Syntax Table Functions): Add syntax-after.
+
2004-11-06 Lars Brinkhoff <lars@nocrew.org>
* os.texi (Processor Run Time): New section documenting