diff options
| author | Joakim Verona | 2011-12-28 04:12:56 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-12-28 04:12:56 +0100 |
| commit | bb29f044aa967831cd664c54eba0de0c701436ce (patch) | |
| tree | 1398cc9780bbae0fdad071a3a3765a571c3f6d7b /lisp/ChangeLog.12 | |
| parent | 3c935a7e996701244d166f684119f0ff97e25496 (diff) | |
| parent | 5e605a2e528955721fc6f2bd7b9f174c15075fb1 (diff) | |
| download | emacs-bb29f044aa967831cd664c54eba0de0c701436ce.tar.gz emacs-bb29f044aa967831cd664c54eba0de0c701436ce.zip | |
upstream i think
Diffstat (limited to 'lisp/ChangeLog.12')
| -rw-r--r-- | lisp/ChangeLog.12 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 1660009aba7..8721130ec50 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -10695,7 +10695,7 @@ | |||
| 10695 | 10695 | ||
| 10696 | * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for | 10696 | * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for |
| 10697 | the prompt. If it returns earlier (when detecting an error | 10697 | the prompt. If it returns earlier (when detecting an error |
| 10698 | message), the rest of the output will merge accidently with the | 10698 | message), the rest of the output will merge accidentally with the |
| 10699 | output of the next command. Reported by M Jared Finder | 10699 | output of the next command. Reported by M Jared Finder |
| 10700 | <jared@hpalace.com>. | 10700 | <jared@hpalace.com>. |
| 10701 | 10701 | ||
| @@ -15100,7 +15100,7 @@ | |||
| 15100 | 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca> | 15100 | 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 15101 | 15101 | ||
| 15102 | * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call | 15102 | * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call |
| 15103 | delete-windows-on with an inexistent buffer. | 15103 | delete-windows-on with a nonexistent buffer. |
| 15104 | 15104 | ||
| 15105 | 2005-12-22 Nick Roberts <nickrob@snap.net.nz> | 15105 | 2005-12-22 Nick Roberts <nickrob@snap.net.nz> |
| 15106 | 15106 | ||
| @@ -16181,7 +16181,7 @@ | |||
| 16181 | 16181 | ||
| 16182 | 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org> | 16182 | 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org> |
| 16183 | 16183 | ||
| 16184 | * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the | 16184 | * progmodes/cc-awk.el: Move regexps for analyzing AWK code to near the |
| 16185 | start of the file. ^L now separate sections of the file. | 16185 | start of the file. ^L now separate sections of the file. |
| 16186 | (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re) | 16186 | (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re) |
| 16187 | (c-awk-one-line-possibly-open-string-re) | 16187 | (c-awk-one-line-possibly-open-string-re) |
| @@ -31734,7 +31734,7 @@ | |||
| 31734 | 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca> | 31734 | 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 31735 | 31735 | ||
| 31736 | * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed. | 31736 | * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed. |
| 31737 | Remove unused and inexistent var `inhibit-trace'. | 31737 | Remove unused and nonexistent var `inhibit-trace'. |
| 31738 | (debugger-mode): Use run-mode-hooks. | 31738 | (debugger-mode): Use run-mode-hooks. |
| 31739 | (debugger-list-functions): Add buttons; setup xref stack. | 31739 | (debugger-list-functions): Add buttons; setup xref stack. |
| 31740 | 31740 | ||