changeset 60274:1efc3a7ce718

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 27 Feb 2005 00:16:41 +0000
parents a0cca815ceaa
children 6649c3010597
files lispref/ChangeLog
diffstat 1 files changed, 63 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Sun Feb 27 00:14:20 2005 +0000
+++ b/lispref/ChangeLog	Sun Feb 27 00:16:41 2005 +0000
@@ -1,3 +1,66 @@
+2005-02-26  Richard M. Stallman  <rms@gnu.org>
+
+	* tips.texi (Coding Conventions): Clarify.
+	Put all the major mode key reservations together.
+	Mention the Mouse-1 => Mouse-2 conventions.
+
+	* syntax.texi (Syntax Class Table): Clarify.
+	(Syntax Table Functions): syntax-after moved from here.
+	(Syntax Table Internals): syntax-after moved to here.
+	(Parsing Expressions): Update info on number of values
+	and what's meaningful in the STATE argument.
+	(Categories): Fix typo.
+
+	* sequences.texi (Arrays): Cleanup.
+	(Char-Tables): Clarify.
+
+	* processes.texi (Deleting Processes): Cleanups, add xref.
+	(Subprocess Creation): Explain nil in exec-path.  Cleanup.
+	(Process Information): set-process-coding-system, some args optional.
+	(Input to Processes): Explain various types for PROCESS args.
+	Rename them from PROCESS-NAME to PROCESS.
+	(Signals to Processes): Likewise.
+	(Decoding Output): Cleanup.
+	(Query Before Exit): Clarify.
+
+	* os.texi (Startup Summary): Correct the options; add missing ones.
+	(Terminal Output, Batch Mode): Clarify.
+	(Flow Control): Node deleted.
+
+	* markers.texi (The Mark): Clarify.
+
+	* macros.texi (Expansion): Cleanup.
+	(Indenting Macros): indent-spec allows ints, not floats.
+
+	* keymaps.texi (Keymaps): Clarify.
+	(Format of Keymaps): Update lisp-mode-map example.
+	(Active Keymaps, Key Lookup): Clarify.
+	(Changing Key Bindings): Add xref to `kbd'.
+	(Key Binding Commands, Simple Menu Items): Clarify.
+	(Mouse Menus, Menu Bar): Clarify.
+	(Menu Example): Replace print example with menu-bar-replace-menu.
+
+	* help.texi (Documentation Basics): Add function-documentation prop.
+
+	* elisp.texi (Top): Don't refer to Flow Control node.
+
+	* commands.texi (Command Overview): Improve xrefs.
+	(Adjusting Point): Adjusting point applies to intangible and invis.
+	(Key Sequence Input): Doc extra read-key-sequence args.
+	Likewise for read-key-sequence-vector.
+
+	* backups.texi (Rename or Copy): Minor fix.
+	(Numbered Backups): For version-control, say the default.
+	(Auto-Saving): make-auto-save-file-name example is simplified.
+
+	* advice.texi (Advising Functions): Don't imply one part of Emacs
+	should advise another part.  Markup changes.
+	(Defining Advice): Move transitional para.
+	(Activation of Advice): Cleanup.
+	Explain if COMPILE is nil or negative.
+
+	* abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
+
 2005-02-24  Lute Kamstra  <lute@gnu.org>
 
 	* modes.texi (Defining Minor Modes): Explain that INIT-VALUE,