emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/ChangeLog


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/ChangeLog
Date: Sat, 26 Feb 2005 19:16:41 -0500

Index: emacs/lispref/ChangeLog
diff -c emacs/lispref/ChangeLog:1.319 emacs/lispref/ChangeLog:1.320
*** emacs/lispref/ChangeLog:1.319       Thu Feb 24 14:21:02 2005
--- emacs/lispref/ChangeLog     Sun Feb 27 00:16:41 2005
***************
*** 1,3 ****
--- 1,66 ----
+ 2005-02-26  Richard M. Stallman  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]