aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog63
-rw-r--r--src/ChangeLog9
2 files changed, 69 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e5aca3d061..56f6fa3d0a4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,54 @@
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
72004-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
242004-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
312004-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
72004-04-16 Andre Spiegel <spiegel@gnu.org> 552004-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.
@@ -15,8 +63,7 @@
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.
@@ -26,6 +73,12 @@
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.
28 75
762004-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.
81
292004-04-15 Nick Roberts <nick@nick.uklinux.net> 822004-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.
@@ -125,7 +178,7 @@
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.
@@ -160,6 +213,10 @@
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.
162 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.
219
1632004-04-12 Stefan Monnier <monnier@iro.umontreal.ca> 2202004-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
diff --git a/src/ChangeLog b/src/ChangeLog
index d2c53d913f3..ae4aa212bda 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -26,6 +26,10 @@
26 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is 26 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
27 not too large before computing how much to scroll. 27 not too large before computing how much to scroll.
28 28
292004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
32
292004-04-14 Luc Teirlinck <teirllm@auburn.edu> 332004-04-14 Luc Teirlinck <teirllm@auburn.edu>
30 34
31 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime): 35 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
@@ -58,6 +62,11 @@
58 centering_position = 0. 62 centering_position = 0.
59 Clear desired matrix before retrying with centering_position = 0. 63 Clear desired matrix before retrying with centering_position = 0.
60 64
652004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * syntax.c (scan_lists): Simplify backward string scan.
68 Fix off-by-one boundary check for string and comment fences.
69
612004-04-13 Joe Buehler <jbuehler@hekimian.com> 702004-04-13 Joe Buehler <jbuehler@hekimian.com>
62 71
63 * sheap.c, unexcw.c: New files. 72 * sheap.c, unexcw.c: New files.