aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* * doc/misc/cl.texi: Use defmac for macros rather than defspec.Glenn Morris2012-10-272-120/+121
| | | | (Efficiency Concerns): Related copyedit.
* Move generalized variable documentation from misc/cl.texi to lisprefGlenn Morris2012-10-272-154/+91
| | | | | | | | | | | | | | | | | | * 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.
* Fix overwritten typos and Org version number.Bastien Guerry2012-10-261-3/+3
|
* Merge upstream Org (from commit acbbe2)Bastien Guerry2012-10-262-27/+22
|
* * tramp.texi (Frequently Asked Questions): MentionMichael Albinus2012-10-252-1/+8
| | | | | `tramp-completion-reread-directory-timeout' for performance improvement.
* * doc/misc/cl.texi (Declarations): Fix typos.Glenn Morris2012-10-242-3/+3
|
* More cl doc updatesGlenn Morris2012-10-242-98/+84
| | | | | | | | | | | | | | | | | | | * 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-242-151/+19
| | | | | | | * 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-242-564/+575
| | | | | | | | * 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-242-5/+11
| | | | | | | | | | | | | | 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.
* Cleanup uses of "-hooks".Stefan Monnier2012-10-238-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Hooks): * doc/lispref/hooks.texi (Standard Hooks): Clarify that -hooks is deprecated. * lisp/gnus/nndiary.el (nndiary-request-create-group-functions) (nndiary-request-update-info-functions) (nndiary-request-accept-article-functions): * lisp/gnus/gnus-start.el (gnus-subscribe-newsgroup-functions): * lisp/cedet/semantic/db-file.el (semanticdb-save-database-functions): * lisp/cedet/semantic/lex.el (semantic-lex-reset-functions): * lisp/cedet/semantic/edit.el (semantic-change-functions) (semantic-edits-new-change-functions) (semantic-edits-delete-change-functions) (semantic-edits-reparse-change-functions): * lisp/htmlfontify.el (hfy-post-html-hook): * lisp/filesets.el (filesets-cache-fill-content-hook): * lisp/arc-mode.el (archive-extract-hook): * lisp/progmodes/cc-mode.el (c-prepare-bug-report-hook): * lisp/net/rcirc.el (rcirc-sentinel-functions) (rcirc-receive-message-functions, rcirc-activity-functions) (rcirc-print-functions): * lisp/net/dbus.el (dbus-event-error-functions): * lisp/emacs-lisp/eieio.el (eieio-pre-method-execution-functions): * lisp/emacs-lisp/checkdoc.el (checkdoc-style-functions) (checkdoc-comment-style-functions): Don't use "-hooks" suffix. * lisp/term/sun.el (sun-raw-prefix-hooks): * lisp/mail/sendmail.el (mail-yank-hooks): * lisp/mh-e/mh-letter.el (mh-yank-hooks): Use make-obsolete-variable.
* ChangeLog fixGlenn Morris2012-10-231-1/+0
|
* Start updating cl.texi for cl-lib changesGlenn Morris2012-10-233-228/+219
| | | | | | | | | | | | | | | | * doc/misc/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. * doc/misc/Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf): Depend on emacsver.texi.
* * trampver.texi: Update release number.Michael Albinus2012-10-092-1/+5
|
* Remove outdated information from ERC manualGlenn Morris2012-10-053-232/+30
| | | | | | | | | | | | | * doc/misc/erc.texi: Include emacsver.texi, and use EMACSVER rather than ERC version. (Introduction): ERC is distributed with Emacs. (Obtaining ERC, Installation): Remove chapters, no longer relevant. (Getting Started): Simplify. (Getting Help and Reporting Bugs): Refer to general Emacs lists. (History): Mention ERC maintained as part of Emacs now. * doc/misc/Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf): Add dependency on emacsver.texi.
* * doc/misc/erc.texi: Remove hand-written node pointers.Glenn Morris2012-10-052-40/+26
|
* Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.caGlenn Morris2012-10-054-19/+26
|\
| * * newsticker.texi (Overview, Requirements, Usage, Configuration): Copyedits.Glenn Morris2012-10-052-16/+23
| |
| * Doc typo fixesGlenn Morris2012-10-042-3/+3
| |
| * Update release logsemacs-24.2Chong Yidong2012-08-241-1/+1
| |
| * Bump version to 24.2Chong Yidong2012-08-161-0/+4
| |
* | Spelling fixes.Paul Eggert2012-10-043-22/+22
| |
* | Update CEDET from upstream.Chong Yidong2012-10-023-143/+853
| |
* | Tweak reftex.texi's inclusion of emacsver.texiGlenn Morris2012-09-303-4/+11
| | | | | | | | | | | | | | * doc/misc/Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi) (reftex.pdf): Add dependency on emacsver.texi. * doc/misc/reftex.texi: Don't include directory part for emacsver.texi; the Makefile's -I handles it.