diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 42 |
1 files changed, 36 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d7c2e3d3144..93ebb9f6f0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,15 +1,15 @@ | |||
| 1 | 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * pcvs-info.el (cvs-status-map): Update binding name. | 3 | * info.el (info): Always jump to *info*. |
| 4 | |||
| 5 | * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark. | ||
| 6 | Make it work for non-mouse events. | ||
| 7 | 4 | ||
| 8 | * subr.el (posn-set-point): New function. | 5 | * subr.el (posn-set-point): New function. |
| 9 | 6 | ||
| 10 | * mouse.el (mouse-set-point): Use it. | 7 | * mouse.el (mouse-set-point): Use it. |
| 11 | 8 | ||
| 12 | * progmodes/compile.el (compile-goto-error): Use it. | 9 | * progmodes/compile.el (compile-goto-error): Use it. |
| 10 | (compilation-button-map): New keymap. | ||
| 11 | (compilation-error-properties): Use it. | ||
| 12 | (compilation-shell-minor-mode-map): Don't bind mouse-2. | ||
| 13 | 13 | ||
| 14 | * smerge-mode.el (smerge-popup-context-menu): Use it. | 14 | * smerge-mode.el (smerge-popup-context-menu): Use it. |
| 15 | 15 | ||
| @@ -20,14 +20,44 @@ | |||
| 20 | * diff-mode.el (diff-goto-source): Make it work for mouse bindings. | 20 | * diff-mode.el (diff-goto-source): Make it work for mouse bindings. |
| 21 | (diff-mouse-goto-source): Make it an alias of diff-goto-source. | 21 | (diff-mouse-goto-source): Make it an alias of diff-goto-source. |
| 22 | 22 | ||
| 23 | * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark. | ||
| 24 | Make it work for non-mouse events. | ||
| 25 | |||
| 26 | * pcvs-info.el (cvs-status-map): Update binding name. | ||
| 27 | |||
| 28 | 2004-04-14 Mark A. Hershberger <mah@everybody.org> | ||
| 29 | |||
| 30 | * xml.el (xml-maybe-do-ns): New function to handle namespace | ||
| 31 | parsing of both attribute and element names. | ||
| 32 | (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr) | ||
| 33 | (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns. | ||
| 34 | (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing. | ||
| 35 | (xml-parse-attlist): Make it do its own namespace parsing. | ||
| 36 | |||
| 37 | 2004-04-14 Dave Love <fx@gnu.org> | ||
| 38 | |||
| 39 | * comint.el: Doc fixes. | ||
| 40 | (comint-last-input-start, comint-last-input-end) | ||
| 41 | (comint-last-output-start): Give them values. | ||
| 42 | (comint-arguments): Avoid warning. | ||
| 43 | (comint-skip-prompt): Use line-end-position. | ||
| 44 | (comint-backward-matching-input): Rename arg to agree with doc. | ||
| 45 | (comint-extract-string): Use syntax-ppss. | ||
| 46 | (comint-dynamic-simple-complete): Delete useless list construction. | ||
| 47 | (comint-redirect-subvert-readonly): New. | ||
| 48 | (comint-redirect-preoutput-filter): Use it. | ||
| 49 | |||
| 50 | * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun): | ||
| 51 | Correctly handle negative arguments when calling hook functions. | ||
| 52 | |||
| 23 | 2004-04-14 Jesper Harder <harder@ifa.au.dk> | 53 | 2004-04-14 Jesper Harder <harder@ifa.au.dk> |
| 24 | 54 | ||
| 25 | * info.el (info-apropos): Don't clobber Info-history-list. | 55 | * info.el (info-apropos): Don't clobber Info-history-list. |
| 26 | 56 | ||
| 27 | 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org> | 57 | 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org> |
| 28 | 58 | ||
| 29 | * progmodes/compile.el (compilation-setup): Localize | 59 | * progmodes/compile.el (compilation-setup): |
| 30 | overlay-arrow-position. | 60 | Localize overlay-arrow-position. |
| 31 | (compilation-sentinel): Restructure code equivalently. | 61 | (compilation-sentinel): Restructure code equivalently. |
| 32 | (compilation-next-error): Find message on same line after point if | 62 | (compilation-next-error): Find message on same line after point if |
| 33 | not found before point. | 63 | not found before point. |