aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.Glenn Morris2012-01-232-6/+8
|
* Fix last change.Chong Yidong2012-01-231-1/+1
|
* * doc/emacs/anti.texi (Antinews): Add Emacs 24 antinews.Chong Yidong2012-01-232-1/+98
|
* Update several Lisp manual chapters.Chong Yidong2012-01-238-259/+272
| | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/eval.texi (Intro Eval, Symbol Forms): Minor tweaks for correctness with lexical scoping. (Eval): Copyedits. * doc/lispref/sequences.texi (Sequence Functions): Don't repeat the introduction already given in the parent. (Vectors): Copyedits. (Rings): Move from lists.texi. Note that this is specific to the ring package. * doc/lispref/lists.texi (Cons Cells): Copyedits. (List Elements): Mention push. (List Variables): Mention pop. (Rings): Move to sequences.texi. * doc/lispref/strings.texi (Text Comparison): Minor qualification. * doc/lispref/symbols.texi (Definitions, Symbol Components): Mention variable scoping issues. (Plists and Alists): Copyedits.
* Emacs Lisp manual updates.Chong Yidong2012-01-224-170/+199
| | | | | | | | | | | | | | | * doc/lispref/intro.texi (A Sample Function Description): Special notation used for macros too. * doc/lispref/objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits. (Symbol Type): Add xref for keyword symbols. (Sequence Type): Clarify differences between sequence types. (Cons Cell Type): Add "linked list" index entry. (Non-ASCII in Strings): Copyedits. (Equality Predicates): Symbols with same name need not be eq. * doc/lispref/numbers.texi (Float Basics): Document isnan, copysign, frexp and ldexp. Move float-e and float-pi to Math Functions node.
* Document inhibit-local-variables-regexps in the lispref.Glenn Morris2012-01-203-0/+25
| | | | | | | | * doc/lispref/modes.texi (Auto Major Mode): * doc/lispref/variables.texi (File Local Variables): Mention inhibit-local-variables-regexps. * etc/NEWS: Markup.
* * tramp.texi (File): Tweak wording for the `scpc' option.Eric Hanchrow2012-01-202-3/+16
|
* doc/lispref/emacs-lisp-intro.texi (count-words-in-defun): Fix bug#10544.Juanma Barranquero2012-01-192-1/+6
|
* Fix handling of persistent window parameters.Martin Rudalics2012-01-192-33/+31
| | | | | | | | | | | | | | | * window.c (save_window_save, Fcurrent_window_configuration) (Vwindow_persistent_parameters): Do not use Qstate. Rewrite doc-strings. * window.el (window--state-get-1, window-state-get): Do not use special state value for window-persistent-parameters. Rename argument IGNORE to WRITABLE. Rewrite doc-string. (window--state-put-2): Reset all window parameters to nil before assigning values of persistent parameters. * windows.texi (Window Configurations): Rewrite references to persistent window parameters. (Window Parameters): Fix description of persistent window parameters.
* * doc/lispintro/emacs-lisp-intro.texi (re-search-forward): Fix typo.Glenn Morris2012-01-172-1/+5
|
* doc/lispref/windows.texi (Window Parameters): Use @pxref.Juanma Barranquero2012-01-162-1/+5
|
* * doc/emacs/programs.texi (Comment Commands): Typo.Volker Sobek2012-01-162-4/+7
| | | | Fixes: debbugs:10514
* Provide persistent window parameters.Martin Rudalics2012-01-162-17/+81
| | | | | | | | | | | | | | | | * window.c (Vwindow_persistent_parameters): New variable. (Fset_window_configuration, save_window_save): Handle persistent window parameters. * window.el (window-state-ignored-parameters): Remove variable. (window--state-get-1): Rename argument MARKERS to IGNORE. Handle persistent window parameters. Make copy of clone-of parameter only if requested. (Bug#10348) (window--state-put-2): Install a window parameter only if it has a non-nil value or an existing parameter shall be overwritten. * windows.texi (Window Configurations, Window Parameters): Describe persistent window parameters.
* Update X Resources chapter of Emacs manual.Chong Yidong2012-01-155-779/+318
| | | | | | | | | | | | | | | | | | | | | * doc/emacs/xresources.texi (X Resources): Describe GTK+ case first. (Resources): Don't use borderWidth as an example, since it doesn't work with GTK+. (Table of Resources): Clarify role of several resources, including the Emacs 24 behavior of cursorBlink etc. (Face Resources): Node deleted. Recommend using Customize instead. Add paragraph to `Table of Resources' node summarizing how to use X resources for changing faces. (Lucid Resources): Rewrite, omitting description of font names, referring to the Fonts node instead. (LessTif Resources): Copyedits. (GTK resources): Rewrite, describing the difference between gtk2 and gtk3. (GTK Resource Basics): New node. (GTK Widget Names, GTK Names in Emacs): Rewrite. (GTK styles): Just refer to Fonts node for GTK font format. * doc/emacs/display.texi (Faces): Document the cursor face.
* Update Emacs Invocation chapter of Emacs manual.Chong Yidong2012-01-146-144/+129
| | | | | | | | | | | | | | | | | | | * doc/emacs/cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH. (General Variables): Add xref to Lisp Libraries. (Initial Options): Copyedits. (Resume Arguments): Node deleted; emacs.bash/csh are obsolete. (Environment): Clarify what getenv does. (General Variables): Clarify EMACSPATH etc. Emacs does not assume light backgrounds on xterms. (Misc Variables): TEMP and TMP are not Windows-specific. (Display X): Copyedits. (Colors X): -bd does nothing for GTK. (Icons X): Gnome 3 doesn't use taskbars. * doc/emacs/misc.texi (Shell): Document exec-path here. * doc/emacs/rmail.texi (Movemail): Add xref for exec-path.
* find-ls-option doc fixes (bug#10262)Glenn Morris2012-01-122-3/+7
| | | | | * doc/emacs/dired.texi (Dired and Find): Clarify find-ls-options. * lisp/find-dired.el (find-ls-option): Doc fix.
* Doc punctuation fixes.Paul Eggert2012-01-122-2/+2
|
* Duplicate-word and spelling fixes.Paul Eggert2012-01-102-2/+2
|
* Spelling fixes.Paul Eggert2012-01-093-14/+14
|
* * lisp/custom.el (custom-safe-themes): Use SHA-256 for hashing.Chong Yidong2012-01-092-1/+6
| | | | | * doc/emacs/custom.texi (Custom Themes): Switched custom-safe-themes to use SHA-256.
* Merge changes from emacs-23 branchChong Yidong2012-01-092-1/+9
|\
| * * variables.texi (Creating Buffer-Local): Warn against misuses ofStefan Monnier2011-12-272-0/+7
| | | | | | | | | | | | make-variable-buffer-local. Fixes: debbugs:10258
* | Document Whitespace mode in manual, plus its use in Diff mode.Chong Yidong2012-01-073-6/+59
| | | | | | | | | | | | | | | | * doc/emacs/display.texi (Useless Whitespace): Add Whitespace mode. * doc/emacs/files.texi (Diff Mode): Discuss use of Whitespace mode. Fixes: debbugs:10300
* | Fix last change.Chong Yidong2012-01-071-1/+1
| |
* | * doc/emacs/files.texi (Diff Mode): Discuss diff-auto-refine-mode.Chong Yidong2012-01-073-8/+45
| | | | | | | | | | | | * doc/emacs/custom.texi (Hooks): Discuss how to disable minor modes. Fixes: debbugs:10309
* | * macros.texi (Defining Macros): Document `doc-string'.Lars Magne Ingebrigtsen2012-01-072-0/+7
| | | | | | | | Fixes: debbugs:9668
* | Update Lossage chapter of Emacs manual.Chong Yidong2012-01-073-160/+150
| | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/trouble.texi (Lossage): Refer to Bugs node for problems. (DEL Does Not Delete): Don't use "usual erasure key" teminology. (Screen Garbled): Don't refer to terminal "manufacturers". (Total Frustration): Node deleted. Eliza is documented in Amusements now. (Known Problems): More info about using the bug tracker. Mention debbugs package. (Bug Criteria): Copyedits. (Understanding Bug Reporting): Mention emacs -Q.
* | Merge changes made in Gnus trunk.Gnus developers2012-01-072-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.texi (Group Parameters): Really note precedence. 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org> * mm-decode.el (mm-interactively-view-part): Use `completing-read', since ido doesn't work on symbols (bug#9632). * gnus.el (gnus-group-fast-parameter): Use the same precedence rules when getting a single value as when getting all the values. This means that atoms like `gcc-self' work cumulatively, like variable settings, instead of getting the value from the last matching clause. (gnus-group-find-parameter): Protect against the group buffer not existing (bug#9585). 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-start.el (gnus-activate-group): Document more parameters (bug#9694). * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification (bug#9692). * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the article was fetched, so that it can be expired later (bug#9958). (gnus-agent-summary-fetch-series): Add doc string. (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks (bug#9517). * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async retrieval is happening. * gnus.el (gnus-parameters): Doc fix. 2012-01-06 Dave Abrahams <dave@boostpro.com> (tiny change) * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden, show the thread after expansion. 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-art.el (article-narrow-to-head): If the head is completely empty, narrow to the empty region (bug#9764). * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as read, and then mark them as unread only when the unread mark is used. This makes `C-- T k' actually work, even though it's confusing. * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is alive before we try to find its window. 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change) * mm-decode.el (mm-display-external): Use a longer timeout for the deletion to allow slow programs to display the file. 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the prompt to be less confusing.
* | More customization-related documentation updates.Chong Yidong2012-01-064-120/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Specifying File Variables): The mode: keyword doesn't have to be first anymore. Add example of specifying minor modes. (Directory Variables): Simplify example. Mention application to non-file buffers. (Disabling): Use "initialization file" terminology. (Init Examples): Fix hook example. * doc/lispref/variables.texi (Directory Local Variables): Document hack-dir-local-variables-non-file-buffer. * lisp/files.el (hack-dir-local-variables-non-file-buffer): Add doc. (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode functions, along with 1 and -1.
* | Fix bug #10422 with Registry-related index entries.Eli Zaretskii2012-01-063-13/+20
| | | | | | | | | | | | | | | | doc/emacs/cmdargs.texi (MS-Windows Registry): Shorten the index entry. Move the stuff about resources to xresources.texi. doc/emacs/xresources.texi (Resources): Move information about setting X resources in the Registry from cmdargs.texi. Make the index entry be similar to the one in cmdargs.texi.
* | Change the binding of "e" in info-mode.Glenn Morris2012-01-062-1/+6
| | | | | | | | | | | | | | | | | | | | * doc/lispref/maps.texi (Standard Keymaps): Refer to Info-edit by name rather than by keybinding. * lisp/info.el (Info-mode-map): Bind e to end-of-buffer, rather than Info-edit. Fixes: debbugs:10385
* | Update the Customization chapter of Emacs manual.Chong Yidong2012-01-054-362/+475
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Customization Groups): Update example. (Browsing Custom): Document the new search field. (Changing a Variable): Update example for Emacs 24 changes. Document Custom-set and Custom-save commands. (Face Customization): Document Emacs 24 changes. De-document modify-face. (Specific Customization): Mention customize-variable. (Custom Themes): Add customize-themes, custom-theme-load-path, custom-theme-directory, and describe-theme. (Creating Custom Themes): New node. (Examining): Mention M-:. * doc/emacs/package.texi (Packages): Fix typo.
* | Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05189-190/+190
| |
* | Convert some consecutive FSF copyright years to ranges; add 2012.Glenn Morris2012-01-057-16/+9
| |
* | Merge changes made in Gnus trunk.Gnus developers2012-01-042-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.texi (Group Parameters): Note precedence. 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change) * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a live buffer. 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org> * nnir.el (nnir-retrieve-headers): Protect against the article not existing on the server (bug#10335). 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) * gnus-agent.el (gnus-agent-load-local): Recompute gnus-agent-article-local on changing method. 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.el (gnus-parameters): Note precedence. 2012-01-04 Leo <sdl.web@gmail.com> * nndraft.el (nndraft-update-unread-articles): Don't move point around in the group buffer.
* | Merge Org 7.8.03Bastien Guerry2012-01-032-704/+1759
| |
* | More updates to misc.texi.Chong Yidong2012-01-033-470/+397
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/misc.texi (Single Shell): Don't document Lisp usage of shell-command. Tidy up discussion of synchronicity. Add index entries for async-shell-command. (Interactive Shell): Note that M-x shell uses shell-file-name. Note change in behavior in Emacs 24. (Shell Mode): Shell mode now uses completion-at-point. (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the default method for recognizing prompts nowadays. (Shell Ring): Add xref to Minibuffer History. (Directory Tracking): Explain Dirtrack mode in more detail. (Term Mode): Fix index entries. (Paging in Term): Merge into Term Mode. (Serial Terminal, Emacs Server, emacsclient Options): Copyedits. (Printing): Fix xref. State default of lpr-switches. (PostScript): Remove obsolete sentence. Omit description of non-interactive behaviors. (Hyperlinking): Improve description. (Browse-URL): Using compose-mail for mailto URLs is the default. Document browse-url-mailto-function. (Goto Address mode): Add index entries. Add xref to Browse-URL. (FFAP): FFAP is not a minor mode. (Amusements): M-x lm was renamed to M-x landmark. Document nato-region.
* | Updates to misc.texi in Emacs manual.Chong Yidong2012-01-014-244/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * misc.texi (Gnus, Buffers of Gnus): Copyedits. (Gnus Startup): Note that the system might not be set up for news. Describe group levels more clearly. (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from Summary of Gnus. (Document View): Copyedits. Move zoom commads to DocView Navigation node. (DocView Navigation, DocView Searching, DocView Slicing) (DocView Conversion): Nodes renamed from Navigation, etc. * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
* | Fix bug #10380 with description of C-n and C-p.Eli Zaretskii2011-12-312-2/+9
| | | | | | | | doc/emacs/basic.texi (Moving Point): Fix the description of C-n and C-p.
* | Spelling fixes.Paul Eggert2011-12-306-7/+7
| |
* | Update Sending Mail chapter of Emacs manual.Chong Yidong2011-12-302-166/+148
| | | | | | | | | | | | | | | | | | * sending.texi (Sending Mail): Document initial mail buffer name, and changed multiple mail buffer behavior. (Mail Format): Put the example at the top of the section. (Mail Headers): Move discussion of "From" to the top. (Mail Sending): Document sendmail-query-once. (Citing Mail): Make it less Rmail-specific.
* | Spelling fixes.Paul Eggert2011-12-294-19/+18
| |
* | doc/lispref/frames.texi (Font and Color Parameters): Add @pxref.Juanma Barranquero2011-12-292-5/+9
| |
* | doc/lispref/frames.texi: Document w32 font backends (bug#10399).Daniel Colascione2011-12-292-3/+10
| |
* | Cleanups for the new Org section in the Emacs manual.Chong Yidong2011-12-293-99/+116
| | | | | | | | | | | | * doc/emacs/text.texi (Org Mode): Copyedits. Refer to Outline Format for example. Add index entries. (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
* | doc: Use clearer notations for permissions.Paul Eggert2011-12-274-11/+18
| | | | | | | | | | | | | | | | | | * doc/lispref/files.texi (File Attributes, Changing Files): Use a more-natural notation for octal numbers. * doc/misc/gnus.texi (Mail Source Customization, Mail Back End Variables): Use octal notation for file permissions, which are normally thought of in octal. (Mail Back End Variables): Use more-plausible modes in example.
* | Update Abbrevs and Dired chapters of Emacs manual.Chong Yidong2011-12-265-121/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dired.texi (Dired Enter, Misc Dired Features): Document dired-use-ls-dired changes. Mention quit-window. (Dired Navigation): Add index entries. (Dired Visiting): Fix View Mode xref. (Marks vs Flags): Prefer C-/ binding for undo. (Subdirectories in Dired): Add xrefs. (Misc Dired Features): Document some Emacs 24 changes. Add index entries. * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode variable, since it is explained in Minor Modes node. (Defining Abbrevs): Copyedits. (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the C-/ binding for undo. (Dabbrev Customization): Add xrefs for case-fold-search and case-replace. * dired-xtra.texi (Subdir Switches): Add xref. * maintaining.texi (VC Directory Commands): Mention quit-window.
* | More updates to Maintaining chapter of Emacs manual.Chong Yidong2011-12-256-191/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * files.texi (Misc File Ops): Mention vc-delete-file. * maintaining.texi (Tags): Mention Semantic. (Create Tags Table, Etags Regexps): Copyedits. (Find Tag): Mention minibuffer completion. (List Tags): Mention completion-at-point. Completion is actually available in M-x list-tags. * programs.texi (Symbol Completion): Mention completion-at-point explicitly. * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC. Document vc-delete-file.
* | Fix bug#10354.Juanma Barranquero2011-12-232-2/+7
| | | | | | | | | | * doc/lispref/variables.texi (Variables with Restricted Values): Change reference to variable.
* | Small doc fixes.Juri Linkov2011-12-231-1/+1
| |