aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Document erc-lurker-hide-listGlenn Morris2012-11-131-0/+1
| | | | | | | | | | | | | | | | | | | | | * doc/misc/erc.texi (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list. * etc/NEWS: Related edit.
| * | * doc/misc/erc.texi (Connecting): Add brief section on passwords.Glenn Morris2012-11-131-0/+1
| | | | | | | | | | | | * etc/NEWS: Related edit.
| * | Document new erc module "notifications"Glenn Morris2012-11-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/erc.texi (Modules): Undocument obsolete "hecomplete". Add "notifications". * lisp/erc/erc.el (erc-modules): Add "notifications". Tweak "hecomplete" doc. * etc/NEWS: Related edit.
* | | Merge from emacs-24; up to 2012-11-09T14:45:15Z!dmantipov@yandex.ruGlenn Morris2012-11-121-0/+6
|\ \ \ | |/ /
| * | Document flymake fringe bitmapsGlenn Morris2012-11-121-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/flymake.texi (Customizable variables) (Highlighting erroneous lines): Mention flymake-error-bitmap, flymake-warning-bitmap, and flymake-fringe-indicator-position. * lisp/progmodes/flymake.el (flymake-error-bitmap) (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes. (flymake-error-bitmap, flymake-warning-bitmap): Fix :types. * etc/NEWS: Related markup.
* | | * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.Vincent Belaïche2012-11-121-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | In all file place SES into @acronym{...}. (Advanced Features): Add key index and function index for ses-set-header-row. Add description for function ses-rename-cell. Add description for function ses-repair-cell-reference-all. (Ranges in formulas): Add description for ses-range flags.
* | | * texinfo.tex: Merge from gnulib.Paul Eggert2012-11-111-0/+4
| | |
* | | Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.caGlenn Morris2012-11-101-0/+29
|\ \ \ | |/ /
| * | More updates for the URL library manual.Chong Yidong2012-11-091-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | Update the URL library manual.Chong Yidong2012-11-091-0/+6
| | | | | | | | | | | | | | | | | | * doc/misc/url.texi (Introduction): Rename from Getting Started. Rewrite the introduction. (URI Parsing): Rewrite. Omit the obsolete attributes slot.
| * | * cl.texi (Obsolete Setf Customization): Updates for define-setf-method.Glenn Morris2012-11-071-1/+2
| | | | | | | | | | | | * etc/NEWS: Related markup.
| * | More cl-lib and gv doc updatesGlenn Morris2012-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/cl.el (define-setf-expander, defsetf) (define-modify-macro): Doc fixes. * doc/misc/cl.texi (Obsolete Setf Customization): Give defsetf gv.el replacements. * etc/NEWS: Related edit.
| * | * cl.texi (Obsolete Setf Customization): Give define-modify-macro replacement.Glenn Morris2012-11-071-0/+1
| | |
| * | Small doc updates for generalized variablesGlenn Morris2012-11-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/gv.el (gv-letplace): Fix doc typo. (gv-define-simple-setter): Update doc of `fix-return'. * doc/lispref/variables.texi (Adding Generalized Variables): Update description of FIX-RETURN expansion. * doc/misc/cl.texi (Obsolete Setf Customization): Revert defsetf example to the more correct let rather than prog1.
| * | More small cl.texi updatesGlenn Morris2012-11-051-0/+2
| | | | | | | | | | | | | | | | | | * doc/misc/cl.texi (Setf Extensions): Remove obsolete reference. (Obsolete Setf Customization): Mention simple defsetf replaced by gv-define-simple-setter.
| * | * doc/misc/cl.texi (Overview): Mention EIEIO here, as well as the appendix.Glenn Morris2012-11-051-1/+2
| | |
| * | Undocument get-setf-method, no longer existsGlenn Morris2012-11-051-0/+1
| | | | | | | | | | | | | | | | | | | | | * doc/misc/cl.texi (Obsolete Setf Customization): Undocument get-setf-method, since it no longer exists. * etc/NEWS: Mention this.
| * | Move note on lack of setf functions from cl.texi to lisprefGlenn Morris2012-11-051-0/+5
| | | | | | | | | | | | | | | | | | | | | * doc/lispref/variables.texi (Adding Generalized Variables): Move note on lack of setf functions to here... * doc/misc/cl.texi (Obsolete Setf Customization): ... from here.
* | | Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ruGlenn Morris2012-11-031-0/+11
|\ \ \ | |/ /
| * | Further small cl.texi changesGlenn Morris2012-11-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/cl.texi (Creating Symbols, Random Numbers): De-emphasize internal variables cl--gensym-counter and cl--random-state. * etc/NEWS: Related edits. Fixes: debbugs:12788
| * | Further edits for doc/misc/cl.texiGlenn Morris2012-11-031-0/+3
| | | | | | | | | | | | | | | | | | | | | * 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.
| * | * doc/misc/cl.texi: Further general copyedits.Glenn Morris2012-11-021-0/+4
| | | | | | | | | | | | | | | Eg, no longer distinguish between "the optimizing compiler" and "the non-optimizing compiler" like they were different entities.
| * | Undocument cl-floatp-safe, since it is no longer relevantGlenn Morris2012-11-021-0/+5
| | | | | | | | | | | | | | | * doc/misc/cl.texi (Naming Conventions, Type Predicates, Macros) (Predicates on Numbers): No longer mention cl-floatp-safe.
* | | Merge changes made in Gnus masterGnus developers2012-11-021-0/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-10-05 Katsumi Yamaoka <yamaoka@jpl.org> * gnus.texi (Mail Source Specifiers): Document :leave keyword used for pop mail source. 2012-10-25 Tassilo Horn <tsdh@gnu.org> * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer by default. Patch provided by Stephen Eglen. 2012-10-05 Katsumi Yamaoka <yamaoka@jpl.org> New UIDL implementation. * mail-source.el (mail-sources, mail-source-keyword-map): Add :leave as a pop3 keyword. (mail-source-fetch-pop): Bind pop3-leave-mail-on-server. * pop3.el (pop3-leave-mail-on-server): Allow number. (pop3-uidl-file, pop3-uidl-file-backup): New user options. (pop3-movemail): Add UIDL support. (pop3-send-streaming-command): Take a list of mail numbers instead of the number of mails. (pop3-write-to-file): Add X-UIDL header. (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save) (pop3-uidl-add-xheader): New functions. * message.el (message-ignored-resent-headers): Add X-Content-Length and X-UIDL headers.
* | More edits for cl.texiGlenn Morris2012-11-011-0/+4
| | | | | | | | | | | | | | * doc/misc/cl.texi: More copyedits, plus: (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.
* | * doc/misc/cl.texi: General copyedits for style, line-breaks, etc.Glenn Morris2012-10-311-0/+4
| | | | | | | | Replace "..." by @dots; car by @sc{car}, etc.
* | * doc/misc/cl.texi (Modify Macros, Function Bindings): Add some xrefs.Glenn Morris2012-10-311-0/+1
| |
* | Trivial ert.texi update for cl-lib namespaceGlenn Morris2012-10-311-0/+3
| | | | | | | | | | * doc/misc/ert.texi (Introduction, The @code{should} Macro): Refer to "cl-assert" rather than "assert".
* | Document cl-flet and cl-labels in doc/misc/cl.texiGlenn Morris2012-10-311-0/+7
| | | | | | | | | | | | | | | | | | * doc/misc/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. * etc/NEWS: Related markup.
* | cl-mapc small fixesGlenn Morris2012-10-301-0/+1
| | | | | | | | | | | | * lisp/emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix. * doc/misc/cl.texi (Mapping over Sequences): Mention cl-mapc naming oddity.
* | More small manual updates for cl.texiGlenn Morris2012-10-301-0/+3
| | | | | | | | | | | | | | | | * doc/misc/cl.texi (Setf Extensions): Partially restore note about cl-getf, mainly moved to lispref/variables.texi. (Property Lists): Fix cl-getf typos. * doc/lispref/variables.texi (Generalized Variables): Fix typo.
* | Doc and manual updates for cl-letf and letfGlenn Morris2012-10-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | Fixes: debbugs:12760 * doc/misc/cl.texi (Modify Macros): Update for cl-letf changes. (Obsolete Lexical Macros): Say a little more about letf/cl-letf. * lisp/emacs-lisp/cl.el (letf): Doc fix. * etc/NEWS: Related edit.
* | * cl.texi (Modify Macros, Other Clauses): Remove mentions of obsolete features.Glenn Morris2012-10-281-1/+2
| |
* | * doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf.Glenn Morris2012-10-281-0/+1
| |
* | Move some cl.texi setf extensions to the Obsolete appendixGlenn Morris2012-10-281-0/+2
| | | | | | | | | | | | * doc/misc/cl.texi (Customizing Setf): Move contents to "Obsolete Setf Customization". (Modify Macros, Multiple Values): Remove mentions of obsolete feature.
* | * cl.texi (Setf Extensions): Remove `apply' setf since it seems to be disabled.Glenn Morris2012-10-281-0/+1
| |
* | * doc/misc/cl.texi (Organization): More details on cl-lib.el versus cl.el.Glenn Morris2012-10-281-0/+4
| |
* | More cl.texi updatesGlenn Morris2012-10-271-0/+6
| | | | | | | | | | | | | | | | | | * doc/misc/cl.texi (Multiple Values, Common Lisp Compatibility): More namespace updates. (Obsolete Features): Copyedits. (Obsolete Lexical Macros, Obsolete Setf Customization): New subsections. * etc/NEWS: Related edits.
* | Add some xrefs to cl.texiGlenn Morris2012-10-271-0/+3
| | | | | | | | | | * doc/misc/cl.texi (Porting Common Lisp, Lexical Bindings): Add some xrefs to the Elisp manual.
* | Start moving some cl.texi features to an Obsolete appendixGlenn Morris2012-10-271-0/+6
| | | | | | | | | | | | * doc/misc/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.
* | * doc/misc/cl.texi: Use defmac for macros rather than defspec.Glenn Morris2012-10-271-0/+3
| | | | | | | | (Efficiency Concerns): Related copyedit.
* | Move generalized variable documentation from misc/cl.texi to lisprefGlenn Morris2012-10-271-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/variables.texi (Generalized Variables): New section, adapted from misc/cl.texi. * doc/lispref/elisp.texi (Top): Add Generalized Variables to menu. * doc/lispref/lists.texi (List Elements, List Variables): Mention generalized variables. * doc/misc/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.
* | Merge upstream Org (from commit acbbe2)Bastien Guerry2012-10-261-0/+6
| |
* | * tramp.texi (Frequently Asked Questions): MentionMichael Albinus2012-10-251-0/+6
| | | | | | | | | | `tramp-completion-reread-directory-timeout' for performance improvement.
* | * doc/misc/cl.texi (Declarations): Fix typos.Glenn Morris2012-10-241-0/+1
| |
* | More cl doc updatesGlenn Morris2012-10-241-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/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. * lisp/emacs-lisp/cl-macs.el (cl-progv): Doc fix. * etc/NEWS: Related markup.
* | Remove some old information from cl.texi that is no longer relevantGlenn Morris2012-10-241-0/+5
| | | | | | | | | | | | | | * doc/misc/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).
* | Further namespace updates for cl.texiGlenn Morris2012-10-241-0/+8
| | | | | | | | | | | | | | | | * doc/misc/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.
* | Update manual for new time stamp format.Paul Eggert2012-10-241-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These instances were missed the first time around. Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>. * doc/lispintro/emacs-lisp-intro.texi (Files List): * doc/lispref/buffers.texi (Modification Time): * doc/lispref/files.texi (Testing Accessibility, File Attributes): * doc/lispref/intro.texi (Version Info): * doc/lispref/os.texi (Time of Day): * doc/misc/emacs-mime.texi (time-date): Update for new time stamp format (HIGH LOW MICROSEC PICOSEC). * doc/misc/emacs-mime.texi (time-date): Also, fix bogus time stamp and modernize a bit.
* | ChangeLog fixGlenn Morris2012-10-231-1/+0
| |