diff options
| author | Stefan Monnier | 2011-08-23 01:21:09 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-08-23 01:21:09 -0400 |
| commit | b3fd59bd988b168ab996bb6368af8bda2bec29b5 (patch) | |
| tree | 7e7e34231bf98d6590093ed121881fb3b2783568 /lisp/ChangeLog | |
| parent | 8b76d6f8eab68baebd7cc7da85e93bf09e4d34da (diff) | |
| download | emacs-b3fd59bd988b168ab996bb6368af8bda2bec29b5.tar.gz emacs-b3fd59bd988b168ab996bb6368af8bda2bec29b5.zip | |
* lisp/pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
Mark obsolete.
* lisp/shell.el (shell-parse-pcomplete-arguments): New function.
(shell-completion-vars): Use it instead.
Fixes: debbugs:9160
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82d67fe476d..e0322ae4595 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop. | ||
| 4 | Mark obsolete. | ||
| 5 | * shell.el (shell-parse-pcomplete-arguments): New function. | ||
| 6 | (shell-completion-vars): Use it instead (bug#9160). | ||
| 7 | |||
| 1 | 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in | 10 | * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in |
| @@ -54,8 +61,8 @@ | |||
| 54 | (font-lock-default-fontify-region) | 61 | (font-lock-default-fontify-region) |
| 55 | (font-lock-default-unfontify-region): Add docstrings (Bug#8624). | 62 | (font-lock-default-unfontify-region): Add docstrings (Bug#8624). |
| 56 | 63 | ||
| 57 | * progmodes/compile.el (compilation-error-properties): Fix | 64 | * progmodes/compile.el (compilation-error-properties): |
| 58 | confusion between file struct and message struct (Bug#9319). | 65 | Fix confusion between file struct and message struct (Bug#9319). |
| 59 | (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to | 66 | (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to |
| 60 | `ant' regexp. | 67 | `ant' regexp. |
| 61 | 68 | ||
| @@ -149,8 +156,8 @@ | |||
| 149 | binding variables (bug#9298). Also clean up some unused | 156 | binding variables (bug#9298). Also clean up some unused |
| 150 | autoloads. | 157 | autoloads. |
| 151 | 158 | ||
| 152 | * net/network-stream.el (network-stream-open-starttls): Support | 159 | * net/network-stream.el (network-stream-open-starttls): |
| 153 | using starttls.el without using gnutls-cli. | 160 | Support using starttls.el without using gnutls-cli. |
| 154 | 161 | ||
| 155 | 2011-08-17 Juri Linkov <juri@jurta.org> | 162 | 2011-08-17 Juri Linkov <juri@jurta.org> |
| 156 | 163 | ||