Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: update copyright years | Jim Meyering | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
| | | | | Run "make update-copyright". | ||||
* | maint: update copyright year ranges to include 2011 | Jim Meyering | 2011-03-20 | 1 | -1/+1 |
| | | | | Run "make update-copyright". | ||||
* | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
| | | | | | | Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright | ||||
* | maint: update copyright year lists to include 2009 | Jim Meyering | 2009-08-15 | 1 | -1/+1 |
| | |||||
* | elisp: use `read-shell-command' in `gid' | Ludovic Courtès | 2009-05-18 | 1 | -2/+2 |
| | | | | | * lisp/idutils.el (gid): Use `read-shell-command' instead of `read-string', to allow for completion. | ||||
* | * lisp/idutils.el: Update suggested autoload syntax in comment. | Jim Meyering | 2008-09-12 | 1 | -1/+1 |
| | |||||
* | * lisp/idutils.el (gid): Use read-string, not deprecated read-input. | Jim Meyering | 2008-02-09 | 1 | -1/+1 |
| | |||||
* | Remove version comment from idutils.el. | Jim Meyering | 2008-02-09 | 1 | -2/+0 |
| | | | | | * lisp/idutils.el: Remove version string comment. * Makefile.am (distcheck-hook): Remove rule. | ||||
* | lisp/idutils.el: Restore "Version: ..." comment. | Jim Meyering | 2008-01-14 | 1 | -1/+3 |
| | | | | Signed-off-by: Jim Meyering <meyering@redhat.com> | ||||
* | License upgrade to "GPL-3 or later" | Pedro J. Ruiz Lopez | 2007-08-17 | 1 | -6/+2 |
| | |||||
* | Adjust idutils.el comments to work with package.el. | Jim Meyering | 2007-07-11 | 1 | -1/+6 |
| | | | | | * lisp/idutils.el: Fix comments. (gid): Add autoload comment. | ||||
* | *** empty log message *** | Pedro J. Ruiz Lopez | 2007-06-26 | 1 | -1/+1 |
| | |||||
* | * lisp/idutils.el: Require thingatpt. | Jim Meyering | 2007-06-23 | 1 | -19/+24 |
| | | | | | | | | | (gid-mode-font-lock-keywords): New variable. (gid-use-search-in-buffer-name): New variable. (gid-mode): New mode. (gid): Use compilation-start, thing-at-point. (word-around-point): Removed. Details in <http://thread.gmane.org/gmane.comp.gnu.idutils.bugs/70>. | ||||
* | * s/id-utils/idutils/g; | Claudio Fontana | 2006-01-06 | 1 | -0/+63 |
* other small changes |