aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ruGlenn Morris2012-11-035-299/+467
|\
| * 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.
| * * lispref/objects.texi: Fix last change.Chong Yidong2012-11-041-1/+1
| |
| * Clarify documentation about escape sequences in strings.Chong Yidong2012-11-032-68/+86
| | | | | | | | | | | | | | * objects.texi (General Escape Syntax): Clarify the explanation of escape sequences. (Non-ASCII in Strings): Clarify when a string is unibyte vs multibyte. Hex escapes do not automatically make a string multibyte.
| * Doc changes related to displaying buffers and quitting windows.Martin Rudalics2012-11-032-48/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * window.el (switch-to-visible-buffer) (switch-to-buffer-preserve-window-point): Fix doc-strings. * windows.texi (Switching Buffers): Document option switch-to-buffer-preserve-window-point. (Display Action Functions): Document window-height and window-width alist entries. (Display Action Functions): Document display-buffer-below-selected and display-buffer-in-previous-window. (Quitting Windows): Document quit-restore-window. Rewrite section. (Window Configurations): In window-state-get mention that argument window must be valid. (Window Parameters): Document quit-restore window parameter (Bug#12158).
| * * 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.
* | Bump version to 24.3.50Chong Yidong2012-11-022-2/+2
|/
* 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".
* * doc/lispref/control.texi (Catch and Throw): Add xref to cl.texi.Glenn Morris2012-10-312-1/+4
|
* * doc/lispref/lists.texi (Sets And Lists): Point xref to better location.Glenn Morris2012-10-312-1/+4
|
* Small lispref update for cl-lib namespace changesGlenn Morris2012-10-313-4/+7
| | | | | * doc/lispref/errors.texi (Standard Errors): * doc/lispref/loading.texi (Autoload): Update for cl-lib namespace changes.
* lispref xref updateGlenn Morris2012-10-312-1/+4
| | | | | * doc/lispref/modes.texi (Defining Minor Modes): "Generalized Variables" section is now in this manual rather than cl.texi.
* Lispref updates for some things no longer being special formsGlenn Morris2012-10-313-16/+10
| | | | | | | | * doc/lispref/eval.texi (Special Forms): No longer special forms: defmacro, defun, save-window-excursion, with-output-to-temp-buffer. * doc/lispref/functions.texi (Defining Functions): Defun is now a macro. Defalias is a function.
* Spelling fixes.Paul Eggert2012-10-313-4/+3
|
* 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
|
* * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.Michael Albinus2012-10-302-1/+6
|
* 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-304-9/+19
| | | | | | | | * 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.
* Document more Emacs 24.3 changes.Chong Yidong2012-10-304-12/+63
| | | | | | | | * frames.texi (Visibility of Frames): Document tty-top-frame. * loading.texi (Autoload): Document autoloadp, autoload-do-load. * symbols.texi (Symbol Plists): Document function-get.
* Document dired-do-async-shell-command changes.Chong Yidong2012-10-302-3/+13
| | | | | * dired.texi (Shell Commands in Dired): Document changes to the dired-do-async-shell-command.
* * 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
|
* * lisp/tmm.el (tmm-prompt): Use map-keymap.Stefan Monnier2012-10-282-0/+10
| | | | | | | * doc/lispref/keymaps.texi (Format of Keymaps): Document the multiple inheritance format. Fixes: debbugs:12744
* Reformulate description of windows basics. Describe changes in window ordering.Martin Rudalics2012-10-282-26/+65
| | | | | | | | * windows.texi (Basic Windows): Reformulate description of live, internal and valid windows. (Cyclic Window Ordering): Describe new argument of get-lru-window and get-largest-window. Add description of window-in-direction.
* 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/emacs/ack.texi (Acknowledgments): Mention gv.el.Glenn Morris2012-10-272-2/+7
|
* * 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-276-154/+209
| | | | | | | | | | | | | | | | | | * 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.
* * doc/lispref/lists.texi (List Elements): Typo fix.Glenn Morris2012-10-272-1/+5
|
* Fix typo in screen.texi.Bastien Guerry2012-10-272-1/+5
|
* More Emacs 24.3 documentation updates.Chong Yidong2012-10-2720-203/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/building.texi (Compilation): Document compilation-always-kill. * doc/emacs/files.texi (Misc File Ops): Symbolic links on Windows only work on Vista and later. * doc/emacs/frames.texi (Mouse Avoidance): Mention new variable mouse-avoidance-banish-position. * doc/emacs/mule.texi (Recognize Coding): Remove an unreferenced vindex. * doc/emacs/package.texi (Package Menu): Document the "new" status. * doc/emacs/programs.texi (Which Function): Which Function mode now works in all major modes by default. * doc/emacs/search.texi (Symbol Search): New node. * doc/emacs/windows.texi (Window Choice): Don't refer to the obsolete special-display feature. * commands.texi (Event Input Misc): Remove last-input-char. (Command Loop Info): Remove last-command-char. * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap. * frames.texi (Initial Parameters): Don't mention the obsolete special-display feature. * hooks.texi (Standard Hooks): Remove obsolete hooks. * markers.texi (Information from Markers): Remove obsolete function buffer-has-markers-at. * minibuf.texi (High-Level Completion): Don't mention removed function iswitchb-read-buffer. * text.texi (Yanking): Document yank-handled-properties. * windows.texi (Choosing Window): Don't mention the obsolete special display feature. (Choosing Window Options): Remove obsolete special-display variables, and the functions special-display-p and special-display-popup-frame. * subr.el (insert-buffer-substring-as-yank): Doc fix.
* 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
|