Mercurial > hg > xemacs-beta
diff man/ChangeLog @ 4962:e813cf16c015
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 05:29:05 -0600 |
parents | db2db229ee82 755ae5b97edb |
children | cbe181529c34 |
line wrap: on
line diff
--- a/man/ChangeLog Sun Jan 31 21:11:44 2010 -0600 +++ b/man/ChangeLog Mon Feb 01 05:29:05 2010 -0600 @@ -20,6 +20,58 @@ See comment in src/ChangeLog about this. +2010-01-31 Aidan Kehoe <kehoea@parhasard.net> + + * xemacs/programs.texi (Defuns): + * lispref/variables.texi (Local Variables, Defining Variables) + (Setting Variables, Default Value): + * lispref/symbols.texi (Definitions): + * lispref/searching.texi (Saving Match Data): + * lispref/positions.texi (Excursions, Narrowing): + * lispref/objects.texi (Primitive Function Type): + * lispref/macros.texi (Defining Macros, Backquote): + * lispref/lispref.texi (Top): + * lispref/intro.texi (A Sample Function Description): + * lispref/help.texi (Help Functions): + * lispref/functions.texi (What Is a Function, Simple Lambda) + (Defining Functions, Calling Functions, Anonymous Functions): + * lispref/frames.texi (Input Focus): + * lispref/eval.texi (Forms, Function Indirection) + (Special Operators, Quoting): + * lispref/edebug-inc.texi (Instrumenting) + (Specification Examples): + * lispref/debugging.texi (Internals of Debugger): + * lispref/control.texi (Control Structures, Sequencing): + (Conditionals, Combining Conditions, Iteration): + (Catch and Throw, Handling Errors): + * lispref/commands.texi (Defining Commands, Using Interactive): + Terminology change; special operator -> special form. + + Don't attempt to change this in texinfo.texi or cl.texi, which use + macros I don't understand. + + * lispref/macros.texi (Defining Macros): Give an anonymous macro + example here. + * lispref/positions.texi (Excursions): + Correct some documentation that called a couple of macros special + forms. + * lispref/searching.texi (Saving Match Data): + Drop some documentation of how to write code that works with Emacs + 18. + * lispref/specifiers.texi (Adding Specifications): + Correct this; #'let-specifier is a macro, not a special operator. + * lispref/windows.texi (Window Configurations) + (Selecting Windows): + Correct this, #'save-selected-window and #'save-window-excursion + are macros, not special operators. + +2010-01-28 Jerry James <loganjerry@gmail.com> + + * external-widget.texi: Add copyright and license boilerplate text + based on Ben's recollections. + * lispref/internationalization.texi (Documentation String Extraction): + Removed, as it refers to the obsolete make-po program. + 2010-01-23 Aidan Kehoe <kehoea@parhasard.net> Generally: be careful to say fixnum, not integer, when talking