Mercurial > emacs
comparison lisp/ChangeLog @ 54944:205e2027ce65
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 16 Apr 2004 23:56:04 +0000 |
parents | fe6ea1c4a27d |
children | 798d3ee76081 |
comparison
equal
deleted
inserted
replaced
54943:07e279030b6f | 54944:205e2027ce65 |
---|---|
2 | 2 |
3 * progmodes/compile.el (compilation-error-properties): Fix for | 3 * progmodes/compile.el (compilation-error-properties): Fix for |
4 adding messages when there are already markers for their file. | 4 adding messages when there are already markers for their file. |
5 (compilation-fake-loc): New function. | 5 (compilation-fake-loc): New function. |
6 | 6 |
7 2004-04-16 Dave Love <fx@gnu.org> | |
8 | |
9 * progmodes/python.el (python-compilation-line-number): Fix braindamage. | |
10 (python-load-file): Fix python-orig-start setting. | |
11 | |
12 * progmodes/compile.el: Doc fixes. | |
13 (compilation-error-regexp-alist-alist) | |
14 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible. | |
15 (compilation-assq): Wrap in eval-when-compile. | |
16 (compilation-mode-font-lock-keywords): Don't use list*. | |
17 (compilation-start): Avoid warning. | |
18 (compilation-compat-error-properties) | |
19 (compilation-directory-properties): Add keymap property. | |
20 (compilation-parsing-end): Make it a marker for better compatibility. | |
21 | |
22 * progmodes/python.el (python-after-info-look): Use with-no-warnings. | |
23 | |
24 2004-04-16 Mark A. Hershberger <mah@everybody.org> | |
25 | |
26 * xml.el: Doc fixes. | |
27 (xml-get-children): Only looks at sub-tags and ignore strings. | |
28 | |
29 * xml.el (xml-parse-tag): Avoid overwriting node-name. | |
30 | |
31 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
32 | |
33 * url/url-util.el (url-debug): Use with-current-buffer. | |
34 | |
35 * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter. | |
36 (url-nfs-create-wrapper): Use new backquote syntax. | |
37 | |
38 * url/url-https.el (url-https-file-attributes): Add id-format param. | |
39 | |
40 * url/url-http.el (url-http-head-file-attributes) | |
41 (url-http-file-attributes): Add id-format parameter. | |
42 | |
43 * url/url-handlers.el: Use new find-file-hook. | |
44 (url-file-attributes): Add id-format parameter. | |
45 | |
46 * url/url-file.el (url-file-create-wrapper): Use new backquote syntax. | |
47 (url-file-file-attributes): Add id-format parameter. | |
48 | |
49 * url/url-dav.el: Use with-current-buffer. | |
50 (url-dav-process-response): Fix regexps and spurious quote. | |
51 (url-dav-file-attributes): Add id-format param. | |
52 | |
53 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks. | |
54 | |
7 2004-04-16 Andre Spiegel <spiegel@gnu.org> | 55 2004-04-16 Andre Spiegel <spiegel@gnu.org> |
8 | 56 |
9 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal. | 57 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal. |
10 | 58 |
11 * vc.el (vc-print-log): Likewise. | 59 * vc.el (vc-print-log): Likewise. |
13 2004-04-16 Masatake YAMATO <jet@gyve.org> | 61 2004-04-16 Masatake YAMATO <jet@gyve.org> |
14 | 62 |
15 * simple.el (completion-setup-function): Set an initial value | 63 * simple.el (completion-setup-function): Set an initial value |
16 to `element-common-end' before entering loop. Set a value | 64 to `element-common-end' before entering loop. Set a value |
17 to `element-common-end' at the end of loop. | 65 to `element-common-end' at the end of loop. |
18 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel | 66 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list. |
19 list. | |
20 (completions-common-part): Rename from completion-de-emphasis. | 67 (completions-common-part): Rename from completion-de-emphasis. |
21 (completions-first-difference): Rename from completion-emphasis. | 68 (completions-first-difference): Rename from completion-emphasis. |
22 Suggested by RMS. | 69 Suggested by RMS. |
23 | 70 |
24 2004-04-16 Juanma Barranquero <lektu@terra.es> | 71 2004-04-16 Juanma Barranquero <lektu@terra.es> |
25 | 72 |
26 * bookmark.el (bookmark-send-edited-annotation): Fix docstring. | 73 * bookmark.el (bookmark-send-edited-annotation): Fix docstring. |
27 (bookmark-edit-annotation-mode): Add mode name. | 74 (bookmark-edit-annotation-mode): Add mode name. |
75 | |
76 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
77 | |
78 * smerge-mode.el (smerge-match-conflict): Try to do something sensible | |
79 for nested conflict markers. | |
80 (smerge-find-conflict): Better handle errors in smerge-match-conflict. | |
28 | 81 |
29 2004-04-15 Nick Roberts <nick@nick.uklinux.net> | 82 2004-04-15 Nick Roberts <nick@nick.uklinux.net> |
30 | 83 |
31 * progmodes/gdb-ui.el (gdb-goto-info): New function. | 84 * progmodes/gdb-ui.el (gdb-goto-info): New function. |
32 | 85 |
123 * startup.el (emacs-quick-startup): New defvar (set by -Q). | 176 * startup.el (emacs-quick-startup): New defvar (set by -Q). |
124 (command-line): New option -Q. Like -q --no-site-file, but | 177 (command-line): New option -Q. Like -q --no-site-file, but |
125 in addition it also disables menu-bar, tool-bar, scroll-bars, | 178 in addition it also disables menu-bar, tool-bar, scroll-bars, |
126 tool-tips, and the blinking cursor. | 179 tool-tips, and the blinking cursor. |
127 (command-line-1): Skip startup screen if -Q. | 180 (command-line-1): Skip startup screen if -Q. |
128 (fancy-splash-head): Use :align-to center prop to center splash image. | 181 (fancy-splash-head): Use ":align-to center" prop to center splash image. |
129 | 182 |
130 * emulation/cua-base.el (cua-read-only-cursor-color) | 183 * emulation/cua-base.el (cua-read-only-cursor-color) |
131 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix. | 184 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix. |
132 | 185 |
133 2004-04-13 Dave Love <fx@gnu.org> | 186 2004-04-13 Dave Love <fx@gnu.org> |
157 | 210 |
158 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca> | 211 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca> |
159 | 212 |
160 * progmodes/python.el (run-python): Use compilation-shell-minor-mode. | 213 * progmodes/python.el (run-python): Use compilation-shell-minor-mode. |
161 Set compilation-error-regexp-alist earlier. | 214 Set compilation-error-regexp-alist earlier. |
215 | |
216 * progmodes/compile.el (compilation-minor-mode-map) | |
217 (compilation-shell-minor-mode-map, compile-mouse-goto-error) | |
218 (compile-goto-error): Re-merge the mouse and non-mouse commands. | |
162 | 219 |
163 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca> | 220 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca> |
164 | 221 |
165 * progmodes/compile.el (compile-goto-error): Select the buffer/window | 222 * progmodes/compile.el (compile-goto-error): Select the buffer/window |
166 corresponding to the event. | 223 corresponding to the event. |