diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 103 |
1 files changed, 100 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c4fd4341c89..16de868d006 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,91 @@ | |||
| 1 | 2004-04-18 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-goto-info): Require 'info. | ||
| 4 | (gdb-info-breakpoints-custom): Revert previous change. | ||
| 5 | (gdb-view-assembler): Update assembler if necessary. | ||
| 6 | (gdb-frame-handler): Parse correctly for gdb-current-frame. | ||
| 7 | (gdb-display-source-buffer): Update properly when both source and | ||
| 8 | assembler are visible. | ||
| 9 | |||
| 10 | 2004-04-17 John Wiegley <johnw@newartisans.com> | ||
| 11 | |||
| 12 | * iswitchb.el (iswitchb-max-to-show): Added a new config variable | ||
| 13 | which limits the number of names shown in the minibuffer. Off by | ||
| 14 | default. | ||
| 15 | (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds | ||
| 16 | up iswitchb for users with a multitude of open buffers by showing | ||
| 17 | only the first and last N/2 buffers in the completion list (which | ||
| 18 | is enough to aid C-s/C-r, and to know that more characters are | ||
| 19 | needed to refine the completion list). | ||
| 20 | |||
| 21 | 2004-04-17 Richard M. Stallman <rms@gnu.org> | ||
| 22 | |||
| 23 | * files.el (locate-file-completion): Handle nil in path-and-suffixes. | ||
| 24 | (file-truename): Expand all ~ constructs directly. | ||
| 25 | (insert-directory): Delete any error msg output by the | ||
| 26 | `insert-directory-program'. | ||
| 27 | |||
| 28 | * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu): | ||
| 29 | (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars. | ||
| 30 | (allout-prior-bindings, allout-added-bindings): Defvars deleted. | ||
| 31 | (allout-init): Use find-file-hook, not find-file-hooks. | ||
| 32 | (allout-mode): Eliminate Emacs 18 support. | ||
| 33 | Use write-contents-functions, not local-write-file-hooks. | ||
| 34 | |||
| 35 | 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org> | ||
| 36 | |||
| 37 | * progmodes/compile.el (compilation-error-properties): Fix for | ||
| 38 | adding messages when there are already markers for their file. | ||
| 39 | (compilation-fake-loc): New function. | ||
| 40 | |||
| 41 | 2004-04-16 Dave Love <fx@gnu.org> | ||
| 42 | |||
| 43 | * progmodes/python.el (python-compilation-line-number): Fix braindamage. | ||
| 44 | (python-load-file): Fix python-orig-start setting. | ||
| 45 | |||
| 46 | * progmodes/compile.el: Doc fixes. | ||
| 47 | (compilation-error-regexp-alist-alist) | ||
| 48 | (compilation-mode-font-lock-keywords): Allow non-ASCII where possible. | ||
| 49 | (compilation-assq): Wrap in eval-when-compile. | ||
| 50 | (compilation-mode-font-lock-keywords): Don't use list*. | ||
| 51 | (compilation-start): Avoid warning. | ||
| 52 | (compilation-compat-error-properties) | ||
| 53 | (compilation-directory-properties): Add keymap property. | ||
| 54 | (compilation-parsing-end): Make it a marker for better compatibility. | ||
| 55 | |||
| 56 | * progmodes/python.el (python-after-info-look): Use with-no-warnings. | ||
| 57 | |||
| 58 | 2004-04-16 Mark A. Hershberger <mah@everybody.org> | ||
| 59 | |||
| 60 | * xml.el: Doc fixes. | ||
| 61 | (xml-get-children): Only looks at sub-tags and ignore strings. | ||
| 62 | |||
| 63 | * xml.el (xml-parse-tag): Avoid overwriting node-name. | ||
| 64 | |||
| 65 | 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 66 | |||
| 67 | * url/url-util.el (url-debug): Use with-current-buffer. | ||
| 68 | |||
| 69 | * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter. | ||
| 70 | (url-nfs-create-wrapper): Use new backquote syntax. | ||
| 71 | |||
| 72 | * url/url-https.el (url-https-file-attributes): Add id-format param. | ||
| 73 | |||
| 74 | * url/url-http.el (url-http-head-file-attributes) | ||
| 75 | (url-http-file-attributes): Add id-format parameter. | ||
| 76 | |||
| 77 | * url/url-handlers.el: Use new find-file-hook. | ||
| 78 | (url-file-attributes): Add id-format parameter. | ||
| 79 | |||
| 80 | * url/url-file.el (url-file-create-wrapper): Use new backquote syntax. | ||
| 81 | (url-file-file-attributes): Add id-format parameter. | ||
| 82 | |||
| 83 | * url/url-dav.el: Use with-current-buffer. | ||
| 84 | (url-dav-process-response): Fix regexps and spurious quote. | ||
| 85 | (url-dav-file-attributes): Add id-format param. | ||
| 86 | |||
| 87 | * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks. | ||
| 88 | |||
| 1 | 2004-04-16 Andre Spiegel <spiegel@gnu.org> | 89 | 2004-04-16 Andre Spiegel <spiegel@gnu.org> |
| 2 | 90 | ||
| 3 | * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal. | 91 | * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal. |
| @@ -9,8 +97,7 @@ | |||
| 9 | * simple.el (completion-setup-function): Set an initial value | 97 | * simple.el (completion-setup-function): Set an initial value |
| 10 | to `element-common-end' before entering loop. Set a value | 98 | to `element-common-end' before entering loop. Set a value |
| 11 | to `element-common-end' at the end of loop. | 99 | to `element-common-end' at the end of loop. |
| 12 | The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel | 100 | The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list. |
| 13 | list. | ||
| 14 | (completions-common-part): Rename from completion-de-emphasis. | 101 | (completions-common-part): Rename from completion-de-emphasis. |
| 15 | (completions-first-difference): Rename from completion-emphasis. | 102 | (completions-first-difference): Rename from completion-emphasis. |
| 16 | Suggested by RMS. | 103 | Suggested by RMS. |
| @@ -20,6 +107,12 @@ | |||
| 20 | * bookmark.el (bookmark-send-edited-annotation): Fix docstring. | 107 | * bookmark.el (bookmark-send-edited-annotation): Fix docstring. |
| 21 | (bookmark-edit-annotation-mode): Add mode name. | 108 | (bookmark-edit-annotation-mode): Add mode name. |
| 22 | 109 | ||
| 110 | 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 111 | |||
| 112 | * smerge-mode.el (smerge-match-conflict): Try to do something sensible | ||
| 113 | for nested conflict markers. | ||
| 114 | (smerge-find-conflict): Better handle errors in smerge-match-conflict. | ||
| 115 | |||
| 23 | 2004-04-15 Nick Roberts <nick@nick.uklinux.net> | 116 | 2004-04-15 Nick Roberts <nick@nick.uklinux.net> |
| 24 | 117 | ||
| 25 | * progmodes/gdb-ui.el (gdb-goto-info): New function. | 118 | * progmodes/gdb-ui.el (gdb-goto-info): New function. |
| @@ -119,7 +212,7 @@ | |||
| 119 | in addition it also disables menu-bar, tool-bar, scroll-bars, | 212 | in addition it also disables menu-bar, tool-bar, scroll-bars, |
| 120 | tool-tips, and the blinking cursor. | 213 | tool-tips, and the blinking cursor. |
| 121 | (command-line-1): Skip startup screen if -Q. | 214 | (command-line-1): Skip startup screen if -Q. |
| 122 | (fancy-splash-head): Use :align-to center prop to center splash image. | 215 | (fancy-splash-head): Use ":align-to center" prop to center splash image. |
| 123 | 216 | ||
| 124 | * emulation/cua-base.el (cua-read-only-cursor-color) | 217 | * emulation/cua-base.el (cua-read-only-cursor-color) |
| 125 | (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix. | 218 | (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix. |
| @@ -154,6 +247,10 @@ | |||
| 154 | * progmodes/python.el (run-python): Use compilation-shell-minor-mode. | 247 | * progmodes/python.el (run-python): Use compilation-shell-minor-mode. |
| 155 | Set compilation-error-regexp-alist earlier. | 248 | Set compilation-error-regexp-alist earlier. |
| 156 | 249 | ||
| 250 | * progmodes/compile.el (compilation-minor-mode-map) | ||
| 251 | (compilation-shell-minor-mode-map, compile-mouse-goto-error) | ||
| 252 | (compile-goto-error): Re-merge the mouse and non-mouse commands. | ||
| 253 | |||
| 157 | 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca> | 254 | 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 158 | 255 | ||
| 159 | * progmodes/compile.el (compile-goto-error): Select the buffer/window | 256 | * progmodes/compile.el (compile-goto-error): Select the buffer/window |