- 12 Nov, 2012 1 commit
-
-
Paul Eggert authored
-
- 09 Nov, 2012 1 commit
-
-
Chong Yidong authored
* 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.
-
- 08 Nov, 2012 1 commit
-
-
Chong Yidong authored
* doc/misc/url.texi (Introduction): Rename from Getting Started. Rewrite the introduction. (URI Parsing): Rewrite. Omit the obsolete attributes slot.
-
- 07 Nov, 2012 4 commits
-
-
Glenn Morris authored
* etc/NEWS: Related markup.
-
Glenn Morris authored
* 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.
-
Glenn Morris authored
-
Glenn Morris authored
* 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.
-
- 06 Nov, 2012 4 commits
-
-
Glenn Morris authored
* doc/misc/cl.texi (Setf Extensions): Remove obsolete reference. (Obsolete Setf Customization): Mention simple defsetf replaced by gv-define-simple-setter.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/misc/cl.texi (Obsolete Setf Customization): Undocument get-setf-method, since it no longer exists. * etc/NEWS: Mention this.
-
Glenn Morris authored
* 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.
-
- 03 Nov, 2012 3 commits
-
-
Glenn Morris authored
* 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
-
Glenn Morris authored
* 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.
-
Glenn Morris authored
Eg, no longer distinguish between "the optimizing compiler" and "the non-optimizing compiler" like they were different entities.
-
- 02 Nov, 2012 2 commits
-
-
Gnus developers authored
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.
-
Glenn Morris authored
* doc/misc/cl.texi (Naming Conventions, Type Predicates, Macros) (Predicates on Numbers): No longer mention cl-floatp-safe.
-
- 01 Nov, 2012 2 commits
-
-
Glenn Morris authored
* 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.
-
Glenn Morris authored
Replace "..." by @dots; car by @sc{car}, etc.
-
- 31 Oct, 2012 3 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* doc/misc/ert.texi (Introduction, The @code{should} Macro): Refer to "cl-assert" rather than "assert".
-
Glenn Morris authored
* 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.
-
- 30 Oct, 2012 3 commits
-
-
Glenn Morris authored
* 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.
-
Glenn Morris authored
* 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.
-
Glenn Morris authored
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.
-
- 29 Oct, 2012 5 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* doc/misc/cl.texi (Customizing Setf): Move contents to "Obsolete Setf Customization". (Modify Macros, Multiple Values): Remove mentions of obsolete feature.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 28 Oct, 2012 3 commits
-
-
Glenn Morris authored
* 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.
-
Glenn Morris authored
* doc/misc/cl.texi (Porting Common Lisp, Lexical Bindings): Add some xrefs to the Elisp manual.
-
Glenn Morris authored
* 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.
-
- 27 Oct, 2012 2 commits
-
-
Glenn Morris authored
(Efficiency Concerns): Related copyedit.
-
Glenn Morris authored
* 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.
-
- 26 Oct, 2012 1 commit
-
-
Bastien Guerry authored
-
- 25 Oct, 2012 3 commits
-
-
Michael Albinus authored
`tramp-completion-reread-directory-timeout' for performance improvement.
-
Glenn Morris authored
-
Glenn Morris authored
* 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.
-
- 24 Oct, 2012 2 commits
-
-
Glenn Morris authored
* 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).
-
Glenn Morris authored
* 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.
-