aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-02-06 11:24:11 +0000
committerRichard M. Stallman <[email protected]>2005-02-06 11:24:11 +0000
commitba2c991c3be7940b8c4a8768e5e369da2276e394 (patch)
tree538e2dd13429622bde82cd9e418c1dcefcadd9c0 /lispref/ChangeLog
parentd5e2c90c44bc2ddbbd2b9848c44369d424598302 (diff)
*** empty log message ***
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r--lispref/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index b74ef44b0a..99d0646d34 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,31 @@
+2005-02-06 Richard M. Stallman <[email protected]>
+
+ * text.texi (Margins): fill-nobreak-predicate can be one function.
+
+ * strings.texi (Modifying Strings): clear-string can make unibyte.
+ (Formatting Strings): format gives error if values missing.
+
+ * positions.texi (Character Motion): Mention default arg
+ for forward-char. backward-char refers to forward-char.
+ (Word Motion): Mention default arg for forward-word.
+ (Buffer End Motion): Mention default arg for beginning-of-buffer.
+ Simplify end-of-buffer.
+ (Text Lines): Mention default arg for forward-line.
+ (List Motion): Mention default arg for beginning/end-of-defun.
+ (Skipping Characters): Minor fixes in explaining character-set.
+
+ * modes.texi (Major Mode Conventions): Mention "system abbrevs".
+ Mode inheritance applies only when default-major-mode is nil.
+ Clarifications.
+ (Example Major Modes): Update Text mode and Lisp mode examples.
+ (Minor Mode Conventions): Mention define-minor-mode at top.
+ (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
+ (Mode Line Format): Update mode line face display info.
+ (Properties in Mode): Mention effect of risky vars.
+ (Imenu): Define imenu-add-to-menubar.
+ (Font Lock Mode): Add descriptions to menu lines.
+ (Faces for Font Lock): Add font-lock-doc-face.
+
2005-02-05 Lute Kamstra <[email protected]>
* text.texi (Maintaining Undo): Remove obsolete function.