summaryrefslogtreecommitdiffstats
path: root/lisp/idutils.el
Commit message (Collapse)AuthorAgeFilesLines
* 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