Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lisp/*.el: Lexical-binding cleanup. | Juanma Barranquero | 2011-04-19 | 1 | -2/+2 |
| | |||||
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -2/+1 |
| | |||||
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | * lisp/info-xref.el (info-xref-docstrings): Also skip directories. | Glenn Morris | 2011-01-15 | 1 | -0/+1 |
| | |||||
* | * lisp/info-xref.el (info-xref-docstrings): Replace cl function. | Glenn Morris | 2011-01-15 | 1 | -12/+13 |
| | |||||
* | info-xref.el Version 3. | Kevin Ryde | 2011-01-15 | 1 | -209/+420 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/info-xref.el (info-xref-check, info-xref-check-all): Move commentary details into docstrings for better visibility. Use compilation-mode for the results buffer. (info-xref-output, info-xref-output-error, info-xref-with-output) (info-xref-filename, info-xref-in-progress): New internals for this. (info-xref-check-list, info-xref-check-buffer) (info-xref-check-all-custom): Use those. (info-xref-output-buffer): Rename from info-xref-results-buffer. (info-xref-output-heading): Rename from info-xref-filename-heading. (info-xref-good, info-xref-bad, info-xref-xfile-alist) (info-xref-filename-heading): Move to output managing section. (info-xref-docstrings): New command checking "Info node `(foo)Bar'" (info-xref-lock-file-p, info-xref-with-file): New helpers for it. (info-xref-subfile-p): Move to generic section with those two. (info-xref-check-node): New function split from info-xref-check-buffer, shared by info-xref-docstrings. (info-xref-goto-node-p): Move to a checking section with that func. (info-xref-unavail): New counter. (info-xref-check-node): Use it. (info-xref-with-output): Show count of unavailables at end of output. (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken symlinks. Exclude .texi files. Exclude Emacs backup files. (info-xref-check-all-custom): Fix quietening viper-mode and gnus-registry-install -- use setq not let so as not to unbind after load. Fixes: debbugs:7611 | ||||
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
| | |||||
* | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+2 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (info-xref-check-all-custom): Skip :tag part of | Eli Zaretskii | 2006-05-20 | 1 | -1/+4 |
| | | | | ``(custom-manual :tag "Foo" "(foo)Node")''. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Move the `defvar's to the top level. | Juanma Barranquero | 2005-08-26 | 1 | -21/+19 |
| | |||||
* | (info-xref-xfile-alist, info-xref-filename-heading, info-xref-good, | Juanma Barranquero | 2005-08-24 | 1 | -13/+21 |
| | | | | info-xref-bad): Defvar at compile time. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | Fix commentary. | Juri Linkov | 2004-03-25 | 1 | -45/+19 |
| | |||||
* | (info-xref-check-buffer): Report empty filename parts. | Juri Linkov | 2004-03-25 | 1 | -16/+87 |
| | | | | | | | Remove spurious node duplicate suppression, doesn't work, not wanted. (info-xref-output): Take format style args, add "sit-for 0" to let user see the results as they progress. (info-xref-check-all-custom): New function. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (info-xref-check): Use line-beginning-position. | Stefan Monnier | 2003-02-11 | 1 | -41/+16 |
| | | | | | | | (info-xref-all-info-files): Cons a bit less. (info-xref-check-buffer): Use push and replace-regexp-in-string. (info-xref-output): Call insert only once. (info-xref-whitespace): Remove. | ||||
* | (info-xref-check-buffer): Fix typo. | Juanma Barranquero | 2003-02-11 | 1 | -1/+1 |
| | |||||
* | Initial revision | Juanma Barranquero | 2003-02-11 | 1 | -0/+289 |