diff options
| author | Joakim Verona | 2011-08-23 11:09:33 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-08-23 11:09:33 +0200 |
| commit | f8012bc3ef48dd207da5b517fd22b4ac241e88bb (patch) | |
| tree | 9341bdcbb0ff546126f1fb051c902ba6a5f55ed1 /lisp/ChangeLog | |
| parent | 07053c199965c6dafa4b2735e3b8d4f5290018a1 (diff) | |
| parent | 425cc014ac9191debe8c01dc360685486bba0ff1 (diff) | |
| download | emacs-f8012bc3ef48dd207da5b517fd22b4ac241e88bb.tar.gz emacs-f8012bc3ef48dd207da5b517fd22b4ac241e88bb.zip | |
upstream
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4c7306174d6..61ef1a21065 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list. | ||
| 4 | * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161). | ||
| 5 | |||
| 6 | * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop. | ||
| 7 | Mark obsolete. | ||
| 8 | * shell.el (shell-parse-pcomplete-arguments): New function. | ||
| 9 | (shell-completion-vars): Use it instead (bug#9160). | ||
| 10 | |||
| 11 | 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 12 | |||
| 13 | * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in | ||
| 14 | strings and comments (bug#9333). | ||
| 15 | |||
| 16 | * emacs-lisp/debug.el (debug-arglist): New function. | ||
| 17 | (debug-convert-byte-code): Use it. Handle lexical byte-codes. | ||
| 18 | (debug-on-entry-1): Handle interpreted closures (bug#9120). | ||
| 19 | |||
| 1 | 2011-08-22 Juri Linkov <juri@jurta.org> | 20 | 2011-08-22 Juri Linkov <juri@jurta.org> |
| 2 | 21 | ||
| 3 | * progmodes/compile.el (compilation-mode-font-lock-keywords): | 22 | * progmodes/compile.el (compilation-mode-font-lock-keywords): |
| @@ -45,8 +64,8 @@ | |||
| 45 | (font-lock-default-fontify-region) | 64 | (font-lock-default-fontify-region) |
| 46 | (font-lock-default-unfontify-region): Add docstrings (Bug#8624). | 65 | (font-lock-default-unfontify-region): Add docstrings (Bug#8624). |
| 47 | 66 | ||
| 48 | * progmodes/compile.el (compilation-error-properties): Fix | 67 | * progmodes/compile.el (compilation-error-properties): |
| 49 | confusion between file struct and message struct (Bug#9319). | 68 | Fix confusion between file struct and message struct (Bug#9319). |
| 50 | (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to | 69 | (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to |
| 51 | `ant' regexp. | 70 | `ant' regexp. |
| 52 | 71 | ||
| @@ -140,8 +159,8 @@ | |||
| 140 | binding variables (bug#9298). Also clean up some unused | 159 | binding variables (bug#9298). Also clean up some unused |
| 141 | autoloads. | 160 | autoloads. |
| 142 | 161 | ||
| 143 | * net/network-stream.el (network-stream-open-starttls): Support | 162 | * net/network-stream.el (network-stream-open-starttls): |
| 144 | using starttls.el without using gnutls-cli. | 163 | Support using starttls.el without using gnutls-cli. |
| 145 | 164 | ||
| 146 | 2011-08-17 Juri Linkov <juri@jurta.org> | 165 | 2011-08-17 Juri Linkov <juri@jurta.org> |
| 147 | 166 | ||