summaryrefslogtreecommitdiffstats
path: root/lisp/idutils.el
Commit message (Collapse)AuthorAgeFilesLines
* maint: update copyright yearsJim Meyering2014-02-131-1/+1
|
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: update copyright year ranges to include 2011Jim Meyering2011-03-201-1/+1
| | | | Run "make update-copyright".
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-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 2009Jim Meyering2009-08-151-1/+1
|
* elisp: use `read-shell-command' in `gid'Ludovic Courtès2009-05-181-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 Meyering2008-09-121-1/+1
|
* * lisp/idutils.el (gid): Use read-string, not deprecated read-input.Jim Meyering2008-02-091-1/+1
|
* Remove version comment from idutils.el.Jim Meyering2008-02-091-2/+0
| | | | | * lisp/idutils.el: Remove version string comment. * Makefile.am (distcheck-hook): Remove rule.
* lisp/idutils.el: Restore "Version: ..." comment.Jim Meyering2008-01-141-1/+3
| | | | Signed-off-by: Jim Meyering <meyering@redhat.com>
* License upgrade to "GPL-3 or later"Pedro J. Ruiz Lopez2007-08-171-6/+2
|
* Adjust idutils.el comments to work with package.el.Jim Meyering2007-07-111-1/+6
| | | | | * lisp/idutils.el: Fix comments. (gid): Add autoload comment.
* *** empty log message ***Pedro J. Ruiz Lopez2007-06-261-1/+1
|
* * lisp/idutils.el: Require thingatpt.Jim Meyering2007-06-231-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 Fontana2006-01-061-0/+63
* other small changes