Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Create Tags Table): Fix typo. | Juanma Barranquero | 2007-06-06 | 1 | -2/+2 |
| | |||||
* | (Create Tags Table): Add text about the dangers of | Richard M. Stallman | 2007-05-06 | 1 | -0/+4 |
| | | | | making symbolic links to tags files. (Clarified by RMS.) | ||||
* | (Tag Syntax): Now --members is the default for etags, not for ctags | Francesco Potortì | 2007-02-05 | 1 | -10/+10 |
| | | | | yet. | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | etags now tags #undef, too | Francesco Potortì | 2006-07-11 | 1 | -1/+2 |
| | |||||
* | fix overfull/underfull boxes | Karl Berry | 2006-07-03 | 1 | -2/+2 |
| | |||||
* | (Create Tags Table): ifinfo -> ifnottex. | Luc Teirlinck | 2006-05-19 | 1 | -2/+2 |
| | |||||
* | (Maintaining) [ifnottex]: Add menu entry for "Emerge". | Eli Zaretskii | 2006-05-06 | 1 | -0/+7 |
| | | | | (List Tags) [ifnottex]: @include emerge-xtra.texi. | ||||
* | * emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters, | Chong Yidong | 2006-03-16 | 1 | -388/+0 |
| | | | | | | | | | | | | | | | | | moved here from Emacs manual. * programs.texi (Fortran): Section moved to emacs-xtra. (Program Modes): Xref to Fortran in emacs-xtra. * maintaining.texi (Emerge): Moved to emacs-xtra. * files.texi (Comparing Files): Xref to Emerge in emacs-xtra. * picture.texi: File deleted. * text.texi (Text): Xref to Picture Mode in emacs-xtra. * abbrevs.texi (Abbrevs): * sending.texi (Sending Mail): Picture node removed. * emacs.texi (Top): Update node listings. | ||||
* | (Create Tags Table): Explain why the exception when etags writes to | Francesco Potortì | 2006-02-15 | 1 | -1/+2 |
| | | | | files under the /dev tree. | ||||
* | (Maintaining): Change title; clarify topic. Delete duplicate index entries. | Richard M. Stallman | 2006-02-12 | 1 | -8/+5 |
| | |||||
* | (Format of ChangeLog): New node, split out from ChangeLog. | Richard M. Stallman | 2006-02-08 | 1 | -147/+104 |
| | | | | | | | | | (ChangeLog): Clarifications in the remaining text. (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups. (Find Tag): Add @w. (Tags Search): Explain tag table order here. Simplify grep ref. (List Tags): tags-tag-face is a variable, not a face. (Emerge): Cleanups. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-05 | 1 | -1/+1 |
| | |||||
* | (Tags Search): Replace grep xref to `Compilation' node | Juri Linkov | 2005-08-14 | 1 | -1/+1 |
| | | | | with `Grep Searching'. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-10 | 1 | -1/+1 |
| | |||||
* | (Overview of Emerge): Add cross reference. Remove duplication. | Lute Kamstra | 2005-05-18 | 1 | -4/+3 |
| | |||||
* | (Change Log): Correct the description of the example. | Richard M. Stallman | 2005-04-11 | 1 | -7/+7 |
| | |||||
* | (Change Log): add-change-log-entry uses add-log-mailing-address. | Lute Kamstra | 2005-04-01 | 1 | -10/+11 |
| | |||||
* | Don't say just "option" when talking about variables. | Richard M. Stallman | 2005-01-30 | 1 | -1/+1 |
| | |||||
* | Put /dev into @file. | Francesco Potortì | 2004-09-14 | 1 | -2/+2 |
| | |||||
* | When relative file names are given as argument, | Francesco Potortì | 2004-09-13 | 1 | -1/+2 |
| | | | | | make them relative to the current working dir, rather than relative to the output tags file, if the latter is in /dev. | ||||
* | Added support in etags for the Lua script language. | Francesco Potortì | 2004-09-13 | 1 | -0/+3 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+4 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | Added reference to the new `etags --help --lang=LANG' option. | Francesco Potortì | 2003-01-09 | 1 | -6/+9 |
| | |||||
* | etags now parses HTML. | Francesco Potortì | 2002-08-28 | 1 | -0/+5 |
| | |||||
* | Minor spelling and grammar corrections. | Paul Eggert | 2002-08-16 | 1 | -1/+1 |
| | |||||
* | Describe add-log-always-start-new-record. | Richard M. Stallman | 2002-07-07 | 1 | -94/+54 |
| | | | | Substantial rewrite of etags regexp option text. | ||||
* | etags | Francesco Potortì | 2002-06-20 | 1 | -1/+2 |
| | |||||
* | some passive forms to active | Francesco Potortì | 2002-06-17 | 1 | -6/+7 |
| | |||||
* | Specify that the separator character can be different from a slash. | Francesco Potortì | 2002-06-17 | 1 | -21/+34 |
| | | | | | | | | Clarify that the @regexfile contains the arguments to a --regex= option. Clarify that the `m' modifier pertains to a single regular expression. Merge the two places where the {language} prefix was described. | ||||
* | New multi-line regexp and new regexp syntax. | Francesco Potortì | 2002-06-13 | 1 | -6/+33 |
| | | | | New {language} and @regexp features. | ||||
* | Etags regexps support the same set of operators as in Emacs. | Francesco Potortì | 2002-06-07 | 1 | -2/+1 |
| | |||||
* | Document Etags regexp char escape sequences. | Francesco Potortì | 2002-06-06 | 1 | -3/+24 |
| | |||||
* | Document --parse-stdin=FILE for Etags. | Francesco Potortì | 2002-06-06 | 1 | -6/+13 |
| | | | | Document new default keywords for TeX. | ||||
* | Use Cweb, not bison as an example of etags using #line. | Francesco Potortì | 2002-03-12 | 1 | -3/+3 |
| | |||||
* | etags honours #line directives. | Francesco Potortì | 2002-03-05 | 1 | -2/+5 |
| | |||||
* | Perl changes for etags. | Francesco Potortì | 2001-12-26 | 1 | -4/+9 |
| | |||||
* | In the Etags manual, when comparing the regular expression syntax to | Francesco Potortì | 2001-12-20 | 1 | -5/+2 |
| | | | | | | that of Emacs, remove the references to the interval operator, which is now part of Emacs as well as Etags, and add references to greedy operators and shy groups, which are now part of Emacs, but not of Etags. | ||||
* | Etags changes for Prolog and PHP. | Francesco Potortì | 2001-12-15 | 1 | -2/+6 |
| | |||||
* | Don't omit first argument of @ref. | Andreas Schwab | 2001-12-07 | 1 | -1/+1 |
| | |||||
* | Comment out the Authors node. | Richard M. Stallman | 2001-11-07 | 1 | -1/+5 |
| | |||||
* | Explain where and how to put the copyright notice and permission | Richard M. Stallman | 2001-10-06 | 1 | -0/+12 |
| | | | | notice in a change log file. | ||||
* | Spelling corrections. | Richard M. Stallman | 2001-09-12 | 1 | -2/+2 |
| | |||||
* | Fix the AUTHORS menu item. Suggested by Eric Hanchrow <offby1@blarg.net>. | Eli Zaretskii | 2001-09-02 | 1 | -1/+1 |
| | |||||
* | Minor cleanups. | Richard M. Stallman | 2001-08-25 | 1 | -4/+3 |
| | |||||
* | Fix a typo. | Gerd Moellmann | 2001-08-17 | 1 | -1/+1 |
| | |||||
* | Clarify when it's good to update a tags table and why. | Richard M. Stallman | 2001-07-02 | 1 | -9/+7 |
| | |||||
* | Fix a typo. | Eli Zaretskii | 2001-07-02 | 1 | -1/+1 |
| | |||||
* | Fix mistakes in @node Emerge. | Richard M. Stallman | 2001-06-26 | 1 | -1/+1 |
| |