Import wisent manual from CEDET trunk
[bpt/emacs.git] / doc / misc / ChangeLog
index 3ee183f..d54f9a6 100644 (file)
@@ -1,3 +1,261 @@
+2012-12-13  Glenn Morris  <rgm@gnu.org>
+
+       * bovine.texi: Small edits.  Set copyright to FSF, update license to
+       GFDL 1.3+, remove empty index.
+       * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
+       (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
+       New targets.
+       * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
+       ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
+
+2012-12-13  Eric Ludlam  <zappo@gnu.org>
+           David Ponce  <david@dponce.com>
+           Richard Kim  <emacs18@gmail.com>
+
+       * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
+
+2012-12-12  Glenn Morris  <rgm@gnu.org>
+
+       * flymake.texi (Customizable variables, Locating the buildfile):
+       Remove refs to flymake-buildfile-dirs, removed 2007-07-20.  (Bug#13148)
+
+       * srecode.texi: Small edits.  Set copyright to FSF, add explicit
+       GFDL 1.3+ license, fix up index.
+       * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
+       (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
+       (srecode.pdf): New targets.
+       * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
+       ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
+
+2012-12-12  Eric Ludlam  <zappo@gnu.org>
+
+       * srecode.texi: New file, imported from CEDET trunk.
+
+2012-12-12  Bastien Guerry  <bzg@gnu.org>
+
+       * org.texi (Summary, Code block specific header arguments)
+       (Code block specific header arguments)
+       (Header arguments in function calls, var, noweb)
+       (Results of evaluation, Code evaluation security): Small
+       reformatting: add a blank line before some example.
+
+       * org.texi (System-wide header arguments)
+       (Header arguments in Org mode properties, Conflicts)
+       (Dynamic blocks, Using the mapping API): Fix indendation of
+       Elisp code examples.
+
+       * org.texi (Comment lines): Fix description of the comment syntax.
+
+       * org.texi (Installation): Mention "make test" in the correct
+       section.
+
+2012-12-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
+       (External methods): Fix typo.
+
+2012-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * rcirc.texi (Notices): Fix typo.
+
+2012-11-20  Michael Albinus  <michael.albinus@gmx.de>
+
+       * trampver.texi: Downgrade version to 2.2.6-24.3, in order to
+       distinguish from trunk.
+
+2012-11-16  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
+       (Obsolete Macros): Move example here from Function Bindings.
+
+2012-11-13  Glenn Morris  <rgm@gnu.org>
+
+       * erc.texi: Use @code{nil} rather than just "nil".
+       (Modules): Undocument obsolete "hecomplete".
+       Add "notifications".
+       (Connecting): Add brief section on passwords.
+       (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
+
+2012-11-12  Glenn Morris  <rgm@gnu.org>
+
+       * flymake.texi (Customizable variables)
+       (Highlighting erroneous lines): Mention flymake-error-bitmap,
+       flymake-warning-bitmap, and flymake-fringe-indicator-position.
+
+2012-11-09  Chong Yidong  <cyd@gnu.org>
+
+       * url.texi (Introduction): Move url-configuration-directory to
+       Customization node.
+       (Parsed URIs): Split into its own node.
+       (URI Encoding): New node.
+       (Defining New URLs): Remove empty chapter.
+       (Retrieving URLs): Add an introduction.  Doc fix for url-retrieve.
+       Improve docs for url-queue-*.
+       (Supported URL Types): Copyedits.  Delete empty subnodes.
+
+2012-11-08  Chong Yidong  <cyd@gnu.org>
+
+       * url.texi (Introduction): Rename from Getting Started.  Rewrite
+       the introduction.
+       (URI Parsing): Rewrite.  Omit the obsolete attributes slot.
+
+2012-11-07  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi (Obsolete Setf Customization):
+       Revert defsetf example to the more correct let rather than prog1.
+       Give define-modify-macro, defsetf, and define-setf-method
+       gv.el replacements.
+
+2012-11-06  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
+       (Setf Extensions): Remove obsolete reference.
+       (Obsolete Setf Customization):
+       Move note on lack of setf functions to lispref/variables.texi.
+       Undocument get-setf-method, since it no longer exists.
+       Mention simple defsetf replaced by gv-define-simple-setter.
+
+2012-11-03  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi: Further general copyedits.
+       (List Functions): Remove copy-tree, standard elisp for some time.
+       (Efficiency Concerns): Comment out examples that no longer apply.
+       (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
+       (Creating Symbols, Random Numbers): De-emphasize internal
+       variables cl--gensym-counter and cl--random-state.  (Bug#12788)
+
+2012-11-02  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi (Naming Conventions, Type Predicates, Macros)
+       (Predicates on Numbers): No longer mention cl-floatp-safe.
+
+2012-11-01  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi: General copyedits for style, line-breaks, etc.
+       (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
+       (Macro Bindings, Blocks and Exits):
+       Acknowledge existence of lexical-binding.
+       (Iteration): Mainly defer to doc of standard dolist, dotimes.
+
+2012-10-31  Glenn Morris  <rgm@gnu.org>
+
+       * ert.texi (Introduction, The @code{should} Macro):
+       Refer to "cl-assert" rather than "assert".
+
+       * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
+       (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
+       (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
+       Reword, and add details of flet and labels.
+       (Modify Macros, Function Bindings): Add some xrefs.
+
+2012-10-30  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi (Modify Macros): Update for cl-letf changes.
+       (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
+       (Setf Extensions): Partially restore note about cl-getf,
+       mainly moved to lispref/variables.texi.
+       (Property Lists): Fix cl-getf typos.
+       (Mapping over Sequences): Mention cl-mapc naming oddity.
+
+2012-10-29  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi (Organization): More details on cl-lib.el versus cl.el.
+       (Setf Extensions): Remove `apply' setf since it seems to be disabled.
+       (Customizing Setf): Move contents to "Obsolete Setf Customization".
+       (Modify Macros, Multiple Values, Other Clauses):
+       Remove mentions of obsolete features.
+       (Obsolete Setf Customization): Don't mention `apply' setf.
+
+2012-10-28  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi (Multiple Values, Common Lisp Compatibility):
+       More namespace updates.
+       (Obsolete Features): Copyedits.
+       (Obsolete Lexical Macros, Obsolete Setf Customization):
+       New subsections.
+
+       * cl.texi (Porting Common Lisp, Lexical Bindings):
+       Add some xrefs to the Elisp manual.
+
+       * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
+       (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
+       (Obsolete Features): New appendix.  Move Lexical Bindings here.
+
+2012-10-27  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi: Use defmac for macros rather than defspec.
+       (Efficiency Concerns): Related copyedit.
+
+       * cl.texi (Control Structure): Update for setf now being in core.
+       (Setf Extensions): Rename from Basic Setf.  Move much of the
+       former content to lispref/variables.texi.
+       (Modify Macros): Move pop, push details to lispref/variables.texi.
+       (Customizing Setf): Copyedits for setf etc being in core.
+       (Modify Macros, Efficiency Concerns, Porting Common Lisp):
+       Further namespaces updates.
+
+2012-10-26  Bastien Guerry  <bzg@gnu.org>
+
+       * org.texi (Installation): Update the link to Org's ELPA.  Also
+       don't mention org-install.el anymore as the replacement file
+       org-loaddefs.el is now loaded by org.el.
+
+2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Frequently Asked Questions): Mention
+       `tramp-completion-reread-directory-timeout' for performance
+       improvement.
+
+2012-10-25  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi: Don't mess with the TeX section number counter.
+       Use Texinfo recommended convention for quotes+punctuation.
+       (Overview, Sequence Functions): Rephrase for better line-breaking.
+       (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
+       (Macro Bindings, Conditionals, Iteration, Loop Basics)
+       (Random Numbers, Mapping over Sequences, Structures)
+       (Porting Common Lisp): Further updates for cl-lib namespace.
+       (Modify Macros, Declarations, Macro Bindings, Structures):
+       Break long lines in examples.
+       (Dynamic Bindings): Update for changed progv behavior.
+       (Loop Examples, Efficiency Concerns): Markup fixes.
+       (Structures): Remove TeX margin change.
+       (Declarations): Fix typos.
+
+2012-10-24  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi (Overview, Multiple Values, Creating Symbols)
+       (Numerical Functions): Say less/nothing about the original cl.el.
+       (Old CL Compatibility): Remove.
+       (Assertions): Remove ignore-errors (standard Elisp for some time).
+
+       * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
+       (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
+       (Efficiency Concerns, Efficiency Concerns)
+       (Common Lisp Compatibility, Old CL Compatibility):
+       Further updates for cl-lib namespace.
+
+2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
+
+       Update manual for new time stamp format (Bug#12706).
+       * emacs-mime.texi (time-date): Update for new format.
+       Also, fix bogus time stamp and modernize a bit.
+
+2012-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi: Include emacsver.texi.  Use Emacs version number rather
+       than unchanging cl.el version number.
+       End all menu descriptions with a period.
+       Do not use @dfn{CL} for every instance of "CL".
+       (Overview): Remove no-runtime caveat, and note about foo* names.
+       (Usage): Use cl-lib rather than cl.
+       (Organization, Naming Conventions): Update for cl-lib.el.
+       (Installation): Remove long-irrelevant node.
+       (Program Structure, Predicates, Control Structure):
+       Start updating for cl-lib namespace.
+       * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
+       Depend on emacsver.texi.
+
 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
 
        * trampver.texi: Update release number.