summaryrefslogtreecommitdiff
path: root/lisp/pcmpl-gnu.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Fixes: debbugs:19250Stefan Monnier2014-12-031-2/+2
| | | | | | | | | | | | * lisp/minibuffer.el (completion-table-dynamic): Add arg `switch-buffer' and change default to stay in the minibuffer when called from the minibuffer. (lazy-completion-table): Use this new argument to preserve the old behavior. * lisp/progmodes/elisp-mode.el (elisp--local-variables): Don't burp on incorrect lexical elements (bug#19250).
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* * lisp/pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.Glenn Morris2013-06-011-1/+2
|
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* * lisp/pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (tiny change)Joel Bion2012-09-071-1/+2
| | | | Fixes: debbugs:12382
* * lisp/pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)Glenn Morris2012-01-241-0/+2
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* * lisp/pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.Stefan Monnier2011-12-081-5/+7
| | | | | | | | | (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that end in ".mk". (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors when reading the makefile. Fixes: debbugs:10116
* * lisp/pcmpl-gnu.el (pcomplete/make): Also allow filename arguments.Stefan Monnier2011-12-061-1/+4
| | | | Fixes: debbugs:10116
* * lisp/pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil.Stefan Monnier2011-12-021-1/+2
| | | | Fixes: debbugs:9160
* * pcmpl-gnu.el: Use lexical-binding.Stefan Monnier2011-10-011-5/+6
| | | | (pcmpl-gnu-with-file-buffer): Fix last change.
* * lisp/pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro.Stefan Monnier2011-10-011-154/+168
| | | | | | | | | (pcmpl-gnu-tar-buffer): Remove. (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer avoid. Make sure pcomplete-suffix-list is only changed temporarily. Don't look inside the tar's file is it's too large. Fixes: debbugs:9643
* * lisp/pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.Per Starbäck2011-09-301-1/+1
| | | | Fixes: debbugs:9643
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+2
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (tar-parse-info, tar-header-name): Declare for compiler.Glenn Morris2009-10-311-0/+4
|
* (pcmpl-gnu-makefile-names): Use a single call to pcomplete-entries.Stefan Monnier2009-10-221-6/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * align.el:Lute Kamstra2008-12-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-1/+3
|
* See ChangeLogJohn Wiegley2000-08-291-2/+5
|
* *** empty log message ***Gerd Moellmann2000-06-271-0/+305