summaryrefslogtreecommitdiff
path: root/doc/emacs/maintaining.texi
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* * doc/emacs/maintaining.texi (Log Buffer): Use @emph instead of @strong.Xue Fuqiao2013-09-211-1/+1
|
* Comments.Xue Fuqiao2013-09-211-0/+1
|
* Add keybinding for vc-log-incoming in vc-dir.Xue Fuqiao2013-09-211-1/+1
| | | | | | * doc/emacs/maintaining.texi (VC Directory Commands): Add keybinding for vc-log-incoming in vc-dir. * lisp/vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
* Some fixes for vc-ignore.Xue Fuqiao2013-09-041-6/+8
| | | | | | | | | | | | | * lisp/vc/vc.el (vc-ignore): Rewrite. (vc-default-ignore): New function. (vc-default-ignore-completion-table): Use find-ignore-file. * lisp/vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table): * lisp/vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table): * lisp/vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table): Remove. Most code moved to vc.el. * doc/emacs/maintaining.texi (VC Ignore): Mention `vc-ignore' with prefix argument.
* Add documentation for vc-ignore and vc-dir-ignore.Xue Fuqiao2013-07-311-2/+20
| | | | | | | * doc/emacs/emacs.texi (Top): Add menu entry. * doc/emacs/maintaining.texi (VC Ignore): New node. Document vc-ignore. (VC Directory Commands): Add vc-dir-ignore.
* Keybinding fix for vc-dir.Xue Fuqiao2013-07-271-1/+1
| | | | | * lisp/vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff. * doc/emacs/maintaining.texi (VC Directory Commands): Mention `D' and `L' in vc-dir.
* Merge from emacs-24; up to 2012-12-29T12:57:49Z!fgallina@gnu.orgGlenn Morris2013-07-021-1/+1
|\
| * Fix two doc/emacs cross-referencesGlenn Morris2013-07-021-1/+1
| | | | | | | | | | | | * doc/emacs/maintaining.texi (EDE): Fix cross-reference. * doc/emacs/programs.texi (Program Modes): Fix emacs-xtra reference.
* | * doc/emacs/maintaining.texi (VC Directory Commands): Copyedit.Glenn Morris2013-06-101-2/+5
| | | | | | | | (Branches): Put back milder version of pre 2013-06-07 text.
* | * maintaining.texi (Branches): Remove text copied from other sources.Xue Fuqiao2013-06-071-10/+1
| |
* | Refine docs of VC.Xue Fuqiao2013-06-021-2/+3
| | | | | | | | | | | | * maintaining.texi (VC Mode Line): Fix typo. (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with prefix argument.
* | * maintaining.texi (Branches): Add motivations for branching.Xue Fuqiao2013-06-021-4/+10
| |
* | Refine maintaining.texi.Xue Fuqiao2013-05-301-1/+3
| | | | | | | | | | * maintaining.texi (Types of Log File): Supplement some information of change log files.
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
| |
* | Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.eduGlenn Morris2012-12-271-1/+1
|\|
| * Two more dash fixes in documentation.Paul Eggert2012-12-221-1/+1
| |
* | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.orgGlenn Morris2012-12-051-23/+23
|\|
| * Fix minor whitespace issues after "." in manual.Paul Eggert2012-12-051-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | Be more systematic about using "@." (not ".") at end of sentence that ends in a capital letter, and about appending "@:" after non-ends of sentences that end in a lower case letter followed by "." followed by whitespace. Omit unnecessary use of "@:" and "@.". Similarly for "?" and "!". Be more consistent about putting a comma after "i.e." and "e.g."; this is the typical American style and it's easier to code in Texinfo. Fixes: debbugs:12973
* | * lib-src/etags.c (Lisp_functions): Skip (defvar foo) declarationsKevin Ryde2012-12-021-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | unless the --declarations flag is enabled. (Lisp_help): Update. (skip_name): New function. * doc/emacs/maintaining.texi (Tag Syntax): Mention (defvar foo) handling. * doc/man/etags.1: Mention effect of --declarations in Lisp. Fixes: debbugs:5600
* | * lib-src/etags.c (Perl_functions): Support "use constant".Kevin Ryde2012-12-011-5/+5
|/ | | | | | * doc/emacs/maintaining.texi (Tag Syntax): Mention Perl's "use constant". Fixes: debbugs:5055
* * doc/emacs/search.texi (Query Replace): Document multi-buffer replacement ↵Juri Linkov2012-10-171-1/+1
| | | | | | | | | | | | keys. * doc/emacs/maintaining.texi (Tags Search): Change link "Replace" to "Query Replace". * lisp/replace.el (query-replace-help): Mention multi-buffer replacement keys in the Help message. Fixes: debbugs:12655
* * maintaining.texi (VC Directory Commands): Remove duplicate `q' entry.Glenn Morris2012-10-011-7/+1
| | | | Fixes: debbugs:12553
* Merge from emacs-24; up to 2012-05-01T00:16:02Z!rgm@gnu.orgChong Yidong2012-07-061-3/+3
|\
| * Texinfo markup fixes for Emacs manual.Chong Yidong2012-06-291-3/+3
| | | | | | | | | | * doc/emacs/maintaining.texi (Basic VC Editing, VC Pull, Merging): * doc/emacs/basic.texi (Erasing, Basic Undo): Fix markup.
* | Merge changes from emacs-24; up to 2012-04-26T02:03:19Z!ueno@unixuser.orgChong Yidong2012-06-171-5/+5
|\|
| * More minor manual copyedits to fix 7x9 manual underfull/overfull hboxes.Chong Yidong2012-06-111-5/+5
| | | | | | | | | | | | | | | | * doc/emacs/emacs.texi: Remove urlcolor setting. * doc/lispref/elisp.texi, vol1.texi, vol2.texi: Remove urlcolor setting. * doc/lispref/vol2.texi: Include package.texi.
| * * maintaining.texi (Registering, Tag Syntax): Tweak line and page breaks.Glenn Morris2012-05-021-2/+2
| |
* | * emacs/ack.texi, emacs/building.texi, emacs/calendar.texiGlenn Morris2012-05-281-1/+1
| | | | | | | | | | | | | | | | * emacs/custom.texi, emacs/maintaining.texi, emacs/text.texi: * misc/calc.texi, misc/dired-x.texi: Use @LaTeX rather than La@TeX. Fixes: debbugs:10910
* | Nuke hand-written node pointers in doc/emacsGlenn Morris2012-05-261-1/+1
| | | | | | | | Let makeinfo figure them out, as is recommended.
* | Merge from emacs-24; up to 2012-04-20T05:47:55Z!eliz@gnu.orgChong Yidong2012-05-051-2/+2
|/
* Reword some doc/emacs to remove/reduce some overly long/short lines.Glenn Morris2012-04-281-1/+1
| | | | | | | | | | | | * xresources.texi (Resources): * mule.texi (Language Environments): * misc.texi (Amusements): * maintaining.texi (VC Change Log): * frames.texi (Fonts): * custom.texi (Specifying File Variables, Minibuffer Maps): * cmdargs.texi (Initial Options): * building.texi (Flymake): Reword to remove/reduce some overly long/short lines.
* In doc/emacs, use @file for buffers, per the Texinfo manual.Glenn Morris2012-04-091-16/+16
| | | | It renders the same as @samp, so there is no visible change in most cases.
* Fix cross-references between different manualsGlenn Morris2012-02-161-2/+2
| | | | | | | | | | | | * emacs/maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual. * lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax) (count-words-in-defun): Fix cross-refs to Emacs manual. * lispref/hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual. * misc/gnus.texi (Posting Styles): * misc/remember.texi (Org): Fix cross-refs to other manuals.
* Rephrase previous change.Glenn Morris2012-02-041-3/+4
|
* Mention ERT in the Emacs manual.Glenn Morris2012-02-041-1/+3
| | | | | * doc/emacs/maintaining.texi (Maintaining): Add cross-ref to ERT. * etc/NEWS: Related markup.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Update Abbrevs and Dired chapters of Emacs manual.Chong Yidong2011-12-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | * 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-251-154/+149
| | | | | | | | | | | | | | | | * 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.
* More updates for VC documentation.Chong Yidong2011-12-221-17/+7
| | | | | | | | | * doc/emacs/vc1-xtra.texi (Version Headers): Note that these are for Subversion, CVS, etc. only. (General VC Options): De-document vc-keep-workfiles. Fix RCS-isms. * doc/emacs/maintaining.texi (Change Log Commands): Don't specially mention vc-update-change-log which is CVS-only.
* More updates for VC documentation.Chong Yidong2011-12-211-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | * files.texi (Misc File Ops): Mention vc-rename-file. * maintaining.texi (Advanced C-x v v): Use fileset terminology. (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node. (VC Pull): Mention vc-log-incoming. (Log Buffer): Add CVS/RCS only disclaimer. * vc1-xtra.texi (Remote Repositories): Update introduction. (Local Version Control): Node deleted (obsolete with DVCSes). (Remote Repositories, Version Backups): Node deleted. Move documentation of vc-cvs-stay-local to CVS Options. (CVS Options): Reduce verbosity of description of obscure CVS locking feature. (Making Revision Tags, Revision Tag Caveats): Merge into Revision Tags node. (Revision Tags): Move under Miscellaneous VC subsection. (Change Logs and VC): Note that this is wrong for DVCSs. De-document log entry manipulating features. (Renaming and VC): Describe how it works on modern VCSes. * programs.texi (Custom C Indent): Add index entries.
* More updates for VC documentation.Chong Yidong2011-12-201-258/+204
| | | | | | | | | | | | | * doc/emacs/maintaining.texi (VCS Concepts): Add "working tree" terminology. (Old Revisions): Use it. (VCS Repositories): Add "distributed" terminology. (Log Buffer): Remove duplicate description about changesets. Fix "current VC fileset" ambiguity. (Multi-User Branching): Node deleted. (Branches, Switching Branches): Discuss decentralized version control systems. (VC Pull): New node. (Merging): Document merging on decentralized systems. (Creating Branches): Note that this is specific to CVS and related systems.
* More updates for VC documentation.Chong Yidong2011-12-191-169/+219
| | | | | | | | | | | | * doc/emacs/maintaining.texi (VCS Merging, VCS Changesets): Index entries. (VC Mode Line): Add index entry for "version control status". (VC Undo): Use vc-revert instead of its vc-revert-buffer alias. Document vc-revert-show-diff. De-document vc-rollback. (VC Directory Mode): Rewrite introduction. Move prefix arg documentation here from VC Directory Buffer node. (VC Directory Buffer): Use a decentralized VCS example. (VC Directory Commands): Use a table. Remove material duplicated in previous nodes on multi-file VC filsets.
* More updates for VC documentation.Chong Yidong2011-12-171-302/+285
| | | | | | | | | | | | | | | | | | | | | * doc/emacs/maintaining.texi (VCS Concepts): Make "revision" terminology less CVS-specific. (VC With A Merging VCS, VC With A Locking VCS): Add xref to Registering node. (Secondary VC Commands): Deleted. Promote subnodes. (Log Buffer): Add command name for C-c C-c. Fix the name of the log buffer. Add index entries. (VCS Changesets, Types of Log File, VC With A Merging VCS): Use "commit" terminology. (Old Revisions): Move it to just before VC Change Log. "Tag" here doesn't refer to tags tables. Note other possible forms of the revision ID. C-x v = does not save. (Registering): Note similarity to C-x v v action. Fix description of how backends are chosen. De-document vc-default-init-revision. (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET in root log buffers. * lisp/vc/vc.el (vc-deduce-fileset): Minor doc fix.
* Spelling fixes.Paul Eggert2011-12-161-2/+2
|
* Fixes for Maintaining chapter of Emacs manual.Chong Yidong2011-12-171-76/+77
| | | | | | | | * doc/emacs/maintaining.texi (Version Control Systems): Drop Meta-CVS. (Basic VC Editing): Remove redundant descriptions. (VC With A Merging VCS): Make description more general instead of CVS-specific. (VC With A Locking VCS): Use VC fileset terminology.
* Doc fixes related to vc-initial-comment.Glenn Morris2011-10-171-4/+5
| | | | | | | | | | | | * doc/emacs/maintaining.texi (Registering): Remove vc-initial-comment. * lisp/vc/vc.el (vc-initial-comment): Mark as obsolete. * lisp/ChangeLog.15: Fix old entry. * etc/NEWS: Mention this. Fixes: debbugs:9745
* Fix next-file command in etags.el.Uday S Reddy2011-04-241-0/+6
| | | | | | | * lisp/progmodes/etags.el (next-file): Don't use set-buffer to change buffers (Bug#8478). * doc/lisp/maintaining.texi (List Tags): Document next-file.
* * lisp/vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, sinceStefan Monnier2011-04-201-4/+4
| | | | we're in VC after all.