summaryrefslogtreecommitdiff
path: root/lisp/pcomplete.el
Commit message (Expand)AuthorAgeFilesLines
* pcomplete: Generate completions from --help messagesAugusto Stoffel2022-09-141-0/+138
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-11/+4
* pcomplete-parse-arguments: Fix last changeDmitry Gutov2022-06-081-2/+2
* pcomplete.el: Fix part of bug#50470Stefan Monnier2022-06-051-19/+24
* Pcomplete: Better obey `completion-at-point-functions`Stefan Monnier2022-03-181-1/+17
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | lisp/pcomplete.el: Mark obsolete some unused functionsStefan Monnier2021-12-131-7/+7
|/
* * lisp/pcomplete.el: Remove aliases commented out for 20 years.Stefan Kangas2021-04-051-12/+0
* Remove local uniquify functions in favour of seq-uniqStefan Kangas2021-04-051-12/+3
* Make pcomplete-ignore-case obsoleteLars Ingebrigtsen2021-02-091-9/+6
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-13/+6
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix thinko in my previous commitStefan Kangas2020-12-091-2/+2
* ; Fix typo in my previous commitStefan Kangas2020-12-091-1/+1
* Prefer setq-local in most filesStefan Kangas2020-12-091-4/+4
* Don't quote lambdas in several placesStefan Kangas2020-11-141-9/+6
* ; * lisp/pcomplete.el: Fix typo.Stefan Kangas2020-11-031-1/+1
* Move several completions from eshell to pcomplete (Bug#10585)Stefan Kangas2020-09-211-0/+44
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/pcomplete.el: Mark 'pcomplete' command as obsoleteStefan Monnier2019-10-031-62/+50
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-81/+80
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-80/+81
* Remove compat code for XEmacs and pre-Emacs 20 Emacs in pcomplete.elLars Ingebrigtsen2019-06-121-15/+7
* * lisp/pcomplete.el: Improve heuristic to rely less on c-t-subvert.Stefan Monnier2019-03-201-3/+21
* Fix pcomplete typo in recent regex typo fixPaul Eggert2019-03-201-1/+1
* Fix more regular expression typosPaul Eggert2019-03-181-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/pcomplete.el (pcomplete-here): Move before first reference.Glenn Morris2018-03-151-33/+33
* | uniqify -> uniquifyPaul Eggert2018-03-041-2/+5
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Don't replace user input when completion prefix is empty (Bug#18951)Noam Postavsky2017-11-051-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-3/+3
* ; Do not overwrite preexisting contents of unread-command-eventsDavid Kastrup2015-08-041-1/+1
* Parse pcomplete arguments regardless of pcomplete-cycle-completionsSamer Masterson2015-01-161-2/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* * lisp/eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:Stefan Monnier2012-11-191-1/+2
* Merge from emacs-24; up to 2012-05-07T21:26:08Z!rgm@gnu.orgGlenn Morris2012-09-281-1/+1
|\
| * Use minibuffer-message in pcomplete-show-completionsLeo Liu2012-09-281-1/+1
* | Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-2/+1
* | Make pcomplete less eager to add an extra space.Chong Yidong2012-09-171-2/+5
* | Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* | Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-2/+2
* | Reduce use of (require 'cl).Stefan Monnier2012-07-101-7/+6