summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-06-18 14:00:46 +0000
committerRichard M. Stallman <rms@gnu.org>2005-06-18 14:00:46 +0000
commit07ff1e4bea4eb3e1f93a49db7b2e7959d51a2b52 (patch)
tree1d2f0c04ab32cac230bef6de9d1fcd0a7cf8f560
parenta61a6fd9312d4acbfed8fd2d644f9c153a39d25a (diff)
downloademacs-07ff1e4bea4eb3e1f93a49db7b2e7959d51a2b52.tar.gz
emacs-07ff1e4bea4eb3e1f93a49db7b2e7959d51a2b52.tar.bz2
emacs-07ff1e4bea4eb3e1f93a49db7b2e7959d51a2b52.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE5
-rw-r--r--etc/TODO10
-rw-r--r--lispref/ChangeLog19
3 files changed, 34 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 671b3830906..2da2a755f4a 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -5,6 +5,11 @@ Tasks needed before the next release.
** `undo-ask-before-discard', currently set to t for debugging purposes
has to be set to nil: when t, it can leak memory and cause other problems.
+** Update release dates of manuals.
+
+** Spell check the manuals.
+
+** Get rid of overfull and underfull boxes in manuals.
* NEW FEATURES
diff --git a/etc/TODO b/etc/TODO
index 783d9f8f55e..c3e9a84ce54 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -40,6 +40,9 @@ to the FSF.
** Implement something better than the current Refill mode. This
probably needs some primitive support.
+** Add a command to make a local variables list in the current buffer
+ and/or add a variable to the list.
+
** Implement primitive and higher-level functions to allow filling
properly with variable-pitch faces.
@@ -61,6 +64,10 @@ to the FSF.
** Internationalize Emacs's messages.
+** Add a "current vertical pixel level" value that goes with point,
+ so that motion commands can also move through tall images.
+ This value would be to point as window-vscroll is to window-start.
+
** Address internationalization of symbols names essentially
as documentation, e.g. in command names and Custom.
@@ -358,4 +365,7 @@ to the FSF.
For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode,
haskell-mode, tuareg-mode, ...
+** Fix unexelf.c to handle the .data.rel and .data.rel.local
+ sections made by GCC 3.4 on IRIX.
+
;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 5e17bdd75c1..df6febfe9f4 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,22 @@
+2005-06-18 Richard M. Stallman <rms@gnu.org>
+
+ * functions.texi (Obsolete Functions): Simplify.
+
+ * variables.texi (Variable Aliases): Simplify.
+
+ * anti.texi, backups.texi, compile.texi, customization.texi:
+ * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
+ * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
+ * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
+ * variables.texi: Fix formatting ugliness.
+
+ * elisp.texi: Add links to Rings and Byte Packing.
+ Update version and copyright years.
+
+ * minibuf.texi: Fix formatting ugliness.
+ (Completion Commands): Move keymap vars to the end
+ and vars completing-read binds to the top.
+
2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
* processes.texi: Fix typos.