aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Calc now uses the Gregorian calendar for all dates,Paul Eggert2012-11-172-28/+31
| | | | | | | | | | | | | | | | | | | | | | | | and uses January 1, 1 AD as its day number 1. * doc/misc/calc.texi (Date Forms): Document this. * lisp/calc/calc-forms.el (math-julian-date-beginning) (math-julian-date-beginning-int): Implement this.
* | | Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris2012-11-163-34/+89
|\ \ \ | |/ /
| * | cl.texi flet clarificationGlenn Morris2012-11-152-21/+32
| | | | | | | | | | | | | | | | | | | | | * doc/misc/cl.texi (Function Bindings): Clarify that cl-flet is lexical. (Obsolete Macros): Move example here from Function Bindings. * etc/NEWS: Related edit.
| * | * doc/misc/erc.texi: Use @code{nil} rather than just "nil".Glenn Morris2012-11-132-7/+8
| | |
| * | Document erc-lurker-hide-listGlenn Morris2012-11-132-2/+17
| | | | | | | | | | | | | | | | | | | | | * 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-132-0/+25
| | | | | | | | | | | | * etc/NEWS: Related edit.
| * | Document new erc module "notifications"Glenn Morris2012-11-122-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | Spelling fixes.Paul Eggert2012-11-132-8/+8
| | |
* | | Merge from emacs-24; up to 2012-11-09T14:45:15Z!dmantipov@yandex.ruGlenn Morris2012-11-122-0/+26
|\ \ \ | |/ /
| * | Document flymake fringe bitmapsGlenn Morris2012-11-122-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-122-32/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-112-9/+32
| | |
* | | Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.caGlenn Morris2012-11-103-342/+482
|\ \ \ | |/ /
| * | More updates for the URL library manual.Chong Yidong2012-11-092-222/+315
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-092-85/+119
| | | | | | | | | | | | | | | | | | * 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-072-15/+11
| | | | | | | | | | | | * etc/NEWS: Related markup.
| * | More cl-lib and gv doc updatesGlenn Morris2012-11-072-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-072-11/+35
| | |
| * | Small doc updates for generalized variablesGlenn Morris2012-11-062-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-052-16/+16
| | | | | | | | | | | | | | | | | | * doc/misc/cl.texi (Setf Extensions): Remove obsolete reference. (Obsolete Setf Customization): Mention simple defsetf replaced by gv-define-simple-setter.
| * | Removed some doubly-deleted, commented out stuff from cl.texiGlenn Morris2012-11-051-13/+0
| | |
| * | * doc/misc/cl.texi (Overview): Mention EIEIO here, as well as the appendix.Glenn Morris2012-11-052-2/+4
| | |
| * | Undocument get-setf-method, no longer existsGlenn Morris2012-11-052-9/+11
| | | | | | | | | | | | | | | | | | | | | * 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-052-13/+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-032-183/+186
|\ \ \ | |/ /
| * | Further small cl.texi changesGlenn Morris2012-11-032-25/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | More general edits for cl.texi AppendicesGlenn Morris2012-11-031-18/+27
| | |
| * | Further edits for doc/misc/cl.texiGlenn Morris2012-11-032-62/+52
| | | | | | | | | | | | | | | | | | | | | * 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-022-76/+83
| | | | | | | | | | | | | | | 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-022-7/+17
| | | | | | | | | | | | | | | * 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-022-8/+38
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-012-45/+48
| | | | | | | | | | | | | | * 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-312-116/+123
| | | | | | | | Replace "..." by @dots; car by @sc{car}, etc.
* | * doc/misc/cl.texi (Modify Macros, Function Bindings): Add some xrefs.Glenn Morris2012-10-312-5/+17
| |
* | Trivial ert.texi update for cl-lib namespaceGlenn Morris2012-10-312-2/+5
| | | | | | | | | | * doc/misc/ert.texi (Introduction, The @code{should} Macro): Refer to "cl-assert" rather than "assert".
* | Spelling fixes.Paul Eggert2012-10-311-2/+1
| |
* | Document cl-flet and cl-labels in doc/misc/cl.texiGlenn Morris2012-10-312-50/+64
| | | | | | | | | | | | | | | | | | * 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.
* | Fix typo in earlier cl.texi changeGlenn Morris2012-10-301-1/+1
| |
* | cl-mapc small fixesGlenn Morris2012-10-302-2/+7
| | | | | | | | | | | | * 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-302-5/+11
| | | | | | | | | | | | | | | | * 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-302-22/+42
| | | | | | | | | | | | | | | | | | | | | | 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-282-12/+12
| |
* | * doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf.Glenn Morris2012-10-282-4/+5
| |
* | Move some cl.texi setf extensions to the Obsolete appendixGlenn Morris2012-10-282-222/+205
| | | | | | | | | | | | * 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-282-1/+5
| |
* | Doc fix (use an alias to be consistent with the rest of this manual)Glenn Morris2012-10-281-1/+1
| |
* | * doc/misc/cl.texi (Organization): More details on cl-lib.el versus cl.el.Glenn Morris2012-10-282-18/+29
| |
* | More cl.texi updatesGlenn Morris2012-10-272-8/+58
| | | | | | | | | | | | | | | | | | * 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-272-4/+10
| | | | | | | | | | * 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-272-144/+159
| | | | | | | | | | | | * 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.