summaryrefslogtreecommitdiff
path: root/lisp/textmodes/texnfo-upd.el
Commit message (Collapse)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (texinfo-multi-file-update): update documentation to state thatRobert J. Chassell2004-01-101-1/+7
| | | | | you can include any file, including those without node lines; and the latter do not have menu entries created for them.
* (texinfo-menu-copy-old-description): do not copy `@detailmenu' orRobert J. Chassell2004-01-101-1/+2
| | | | `@end menu' as descriptions!
* (texinfo-multi-file-update): create a new list of included files,Robert J. Chassell2003-12-251-17/+22
| | | | | | called `files-with-node-lines', that only have node lines. This way @include commands can include any file, such as version and update files without node lines, not just files that are chapters.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Revert last change.Andreas Schwab2002-03-091-1/+1
|
* Change Maintainer to FSF.Andreas Schwab2002-03-081-1/+1
|
* (texinfo-insert-menu): specify previously free variable `level' in aRobert J. Chassell2002-03-031-20/+19
| | | | | | | `let' statement, as done elsewhere. (texinfo-sequentially-find-pointer): replace unneeded free variable `beginning' with (point-min) expression.
* (texinfo-start-menu-description): Remove extra paren in regexp.Andreas Schwab2002-03-011-2/+2
|
* (texinfo-insert-menu): Explain in doc string thatRobert J. Chassell2002-02-201-6/+23
| | | | | | | | | descriptions are indented, and that menus without descriptions will contain trailing whitespace instead; argue for importance of descriptions. (texinfo-all-menus-update, texinfo-master-menu,texinfo-make-menu) Also, note reason for indentation in doc string.
* Use `when', `dolist', `push', ...Stefan Monnier2001-10-281-273/+222
| | | | | | | | | (texinfo-update-node, texinfo-sequential-node-update): Don't bind the obsolete `auto-fill-hook'. (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list): Use `set-buffer' rather than `switch-to-buffer'. (texinfo-multi-file-update): Use "Top" rather than `up-node-name'. Use `set-buffer' rather than `switch-to-buffer'.
* (texinfo-section-types-regexp)Stefan Monnier2001-10-251-95/+95
| | | | | | | | (texinfo-section-level-regexp, texinfo-subsection-level-regexp) (texinfo-subsubsection-level-regexp) (texinfo-update-menu-same-level-regexps) (texinfo-update-menu-higher-regexps) (texinfo-update-menu-lower-regexps): Moved to eliminate warnings.
* Remove dots and exclams from end of error messages. From Pavel Janik.Eli Zaretskii2001-08-261-19/+19
|
* (texinfo-every-node-update): RemoveGerd Moellmann2001-08-201-1/+1
| | | | some space from a message. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
* Update copyright notice, fix minorGerd Moellmann2001-08-161-23/+69
| | | | | | | | | typos. (texinfo-find-lower-level-node, texinfo-find-higher-level-node) (texinfo-menu-locate-entry-p, texinfo-start-menu-description) (texinfo-update-menu-region-beginning) (texinfo-update-menu-region-end, texinfo-find-pointer): Add new command, @ifnottex, to regexps, so it is found.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-8/+8
|
* (texinfo-update-menu-lower-regexps):Stefan Monnier2001-03-111-1/+2
| | | | Fix the named and regexp used for subsubsections.
* (texinfo-chapter-level-regexp)Stefan Monnier2000-12-081-9/+0
| | | | (texinfo-filter): Removed (moved to texinfo.el).
* Require texinfo.Stefan Monnier2000-11-061-89/+52
| | | | | | | | | | | | | | | | | (defmacro, defgroup): Remove. (texinfo-section-to-generic-alist): Remove. Use texinfo-section-list instead (i.e. level is changed string->int). (texinfo-filter): New function. (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp) (texinfo-subsection-level-regexp, texinfo-section-level-regexp): Use it. And use regexp-opt. (texinfo-find-higher-level-node, texinfo-hierarchic-level) (texinfo-update-menu-region-beginning) (texinfo-update-menu-same-level-regexps) (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps) (texinfo-update-the-node, texinfo-sequentially-update-the-node): Update. (texinfo-update-node, texinfo-every-node-update) (texinfo-sequential-node-update): Remove autoload cookie.
* Fix maintainer address.Karl Heuer1999-08-161-1/+1
|
* (texinfo-all-menus-update, texinfo-master-menu): Remove calls to sleep-for.Richard M. Stallman1999-02-091-6/+0
|
* (texinfo-make-menu): Make region-end a marker.Karl Heuer1999-01-251-636/+640
|
* (texinfo-make-menu): Don't letRichard M. Stallman1998-10-111-1/+8
| | | | | texinfo-find-higher-level-node repeatedly find the same node. (texinfo-find-higher-level-node): Doc fix.
* (texinfo-insert-master-menu-list): Insert \n after @detailmenu.Richard M. Stallman1998-06-081-1/+2
|
* (texinfo-incorporate-menu-entry-names)Karl Heuer1998-03-141-2/+3
| | | | (texinfo-start-menu-description): Call regexp-quote.
* (defgroup, defcustom): Add Emacs 19 compatibility definitions.Richard M. Stallman1997-08-301-0/+7
|
* Delete whitespace.Richard M. Stallman1997-08-041-186/+186
|
* (texinfo-all-menus-update)Richard M. Stallman1997-07-181-9/+9
| | | | | | (texinfo-master-menu, texinfo-multiple-files-update): Search for texinfo-master-menu-header as a string, not a regexp. (texinfo-master-menu-header): Move defvar earlier.
* Many doc fixes.Richard M. Stallman1997-06-151-76/+110
| | | | | | | (texinfo-all-menus-update): Check for @detailmenu. (texinfo-master-menu): Likewise. (texinfo-multiple-files-update): Likewise. (texinfo-insert-master-menu-list): Put in @detailmenu if appropriate.
* (texinfo-master-menu-header): Delete newline at start.Richard M. Stallman1997-04-201-24/+27
| | | | | (texinfo-insert-master-menu-list): Add @detailmenu and @end detailmenu commands.
* (texinfo-make-menu): Accept args BEGINNING and END.Richard M. Stallman1997-04-051-67/+43
| | | | | | (texinfo-update-node): Accept args BEGINNING and END. (texinfo-all-menus-update): Pass region explicitly. (texinfo-master-menu, texinfo-every-node-update): Likewise.
* (texinfo-incorporate-descriptions): Call regexp-quote.Richard M. Stallman1997-01-131-2/+2
|
* (texinfo-copy-menu): Use double backslash to quote regexp.Karl Heuer1996-06-091-3/+3
|
* (texinfo-find-pointer): Doc fix.Karl Heuer1996-06-091-2/+2
| | | | (texinfo-sequentially-find-pointer): Doc fix.
* Update FSF's address.Erik Naggum1996-01-141-100/+101
|
* (texinfo-master-menu): Doc fix.Karl Heuer1996-01-041-1/+1
|
* Comment changeErik Naggum1995-10-301-0/+1
|
* Comment change.Richard M. Stallman1995-10-301-2/+2
|
* (texinfo-specific-section-type): Use buffer-substring-no-properties.Richard M. Stallman1995-07-271-4/+5
|
* (texinfo-sequentially-find-pointer): Don't modifyKarl Heuer1995-05-261-4/+3
| | | | the kill ring.
* (texinfo-every-node-update, texinfo-all-menus-update): Bind mark-active to t.Richard M. Stallman1994-05-101-3/+12
|
* (texinfo-sequential-node-update): Add autoload.Richard M. Stallman1993-11-091-0/+3
| | | | (texinfo-update-node, texinfo-every-node-update): Add autoload.
* (texinfo-update-node): Bind auto-fill-hook as well as auto-fill-function.Richard M. Stallman1993-07-071-2/+6
| | | | (texinfo-sequential-node-update): Likewise.
* Fix typo re `texinfo-sequential-node-update.'Richard M. Stallman1993-07-071-455/+757
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that no commands depend on the value of case-fold-search. Rewrite messages. Avoid using `mark-whole-buffer'. (texinfo-start-menu-description): New function to insert title as description in a menu. (texinfo-make-menu-list): Remove automatic title insertion. (texinfo-master-menu): Error message if file contains too few nodes for a master menu. Handle the case where no master menu was inserted. (texinfo-insert-master-menu-list): Only attempt to insert detailed master menu if there is one. Insert a master menu only after `Top' node and before next node. (texinfo-check-for-node-name): Offer section title as prompt. (texinfo-copy-next-section-title): Copy title correctly. Handle failure to find @node. (texinfo-copy-menu): Error message if menu empty. (texinfo-pointer-name): Find only those section commands that are accompanied by `@node' lines. (texinfo-section-types-regexp): Look for subh and subs, not just sub. (texinfo-make-one-menu): Copy node-name correctly for message. (texinfo-copy-menu-title): Copy title as it should rather than node line. (texinfo-find-higher-level-node): Stop search at limit. Special handling for `top' and `chapter' levels. (texinfo-copy-menu-title): Rewrite to handle outer include files. (texinfo-multi-file-update): Update all nodes properly (and sooner); rewrite doc string and interactive. Copy title properly. (texinfo-all-menus-update): Fixed typo that caused the function to create a master menu when it shouldn't. Update pre-existing master menu, if there is one. (texinfo-incorporate-descriptions): Use a regexp search to look for both kinds of menu item. (texinfo-menu-indent-description): Likewise. (texinfo-incorporate-menu-entry-names): New function. (texinfo-insert-menu): Handle both kinds of menu item. (texinfo-multi-files-insert-main-menu): Likewise. (texinfo-update-node): Pass t as second arg to push-mark. (texinfo-sequential-node-update): Likewise. (texinfo-insert-node-lines): Bind `title' at a higher level. Don't find previous @node if it's close. Take region to process as arguments. (texinfo-multiple-files-update): Handle prefix arg better within `interactive'. Canonicalize the blank lines.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-141-1/+5
|