Mercurial > emacs
comparison lisp/ChangeLog @ 89953:029a652ac817
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-23
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-442
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-444
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-445
Tweak permissions
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-446
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-450
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 11 Jul 2004 22:08:06 +0000 |
parents | 6f6e9fe4658b c3b04ca3836e |
children | 97905c4f1a42 |
comparison
equal
deleted
inserted
replaced
89952:6f6e9fe4658b | 89953:029a652ac817 |
---|---|
1 2004-07-10 Luc Teirlinck <teirllm@auburn.edu> | |
2 | |
3 * files.el (switch-to-buffer-other-window): Doc fix. | |
4 | |
5 * window.el (save-selected-window, one-window-p) | |
6 (split-window-keep-point, split-window-vertically) | |
7 (split-window-horizontally): Doc fixes. | |
8 | |
9 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
10 | |
11 * printing.el: Doc fix. Now it uses call-process instead of | |
12 shell-command for low command execution. | |
13 (pr-version): New version number (6.8). | |
14 (pr-shell-file-name): Option removed. | |
15 (pr-shell-command): Fun removed. | |
16 (pr-call-process): New fun. Replace pr-shell-command. | |
17 (pr-standard-path, pr-remove-nil-from-list): New funs. | |
18 (zmacs-region-stays, current-mouse-event, current-menubar): New var. | |
19 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print) | |
20 (pr-setup, pr-ps-set-printer, pr-txt-set-printer) | |
21 (pr-ps-utility-process, pr-txt-print): Code fix. | |
22 | |
23 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change) | |
24 | |
25 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to | |
26 boolean. | |
27 | |
28 2004-07-09 Lars Hansen <larsh@math.ku.dk> | |
29 | |
30 * wid-edit.el (widget-field-buffer): Doc fix. | |
31 | |
32 2004-07-09 John Paul Wallington <jpw@gnu.org> | |
33 | |
34 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish | |
35 between one and several matches in message. | |
36 | |
37 2004-07-09 Richard M. Stallman <rms@gnu.org> | |
38 | |
39 * mouse.el (mouse-set-region-1): If transient-mark-mode | |
40 is `identity', change it to `only'. | |
41 | |
42 * simple.el (current-word): Doc fix. | |
43 | |
44 2004-07-09 Mark A. Hershberger <mah@everybody.org> | |
45 | |
46 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp | |
47 so that it is more understanding of whitespace. | |
48 | |
49 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the | |
50 form | |
51 (("ns" . "element") (attr-list) children) instead of | |
52 ((:ns . "element") (attr-list) children) in order to reduce the | |
53 number of symbols used. | |
54 (xml-skip-dtd): Change to use xml-parse-dtd but set | |
55 xml-validating-parsing to nil. | |
56 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs. | |
57 (xml-substitute-entity): Remove in favor of new entity substitution. | |
58 (xml-substitute-special): Rewrite in to substitute complex | |
59 entities from DOCTYPE declarations. | |
60 (xml-parse-fragment): Parse fragments from entity deleclarations. | |
61 (xml-parse-region, xml-parse-tag, xml-parse-attlist) | |
62 (xml-parse-dtd, xml-substitute-special): Make validity checks | |
63 conditioned on xml-validating-parser. Add "Not Well Formed" to | |
64 error messages about well-formedness. | |
65 | |
66 2004-07-08 Steven Tamm <steventamm@mac.com> | |
67 | |
68 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down) | |
69 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line): | |
70 Do not treat double clicks and triple clicks specially in the | |
71 scroll bar (preventing strange repositioning problems) | |
72 | |
73 2004-07-06 Stefan <monnier@iro.umontreal.ca> | |
74 | |
75 * replace.el (query-replace-regexp-eval): Fix last change. | |
76 | |
1 2004-07-05 Stefan <monnier@iro.umontreal.ca> | 77 2004-07-05 Stefan <monnier@iro.umontreal.ca> |
2 | 78 |
3 * replace.el (query-replace-descr): New fun. | 79 * replace.el (query-replace-descr): New fun. |
4 (query-replace-read-from, query-replace-read-args): Default to the | 80 (query-replace-read-from, query-replace-read-args): Default to the |
5 previous from&to. | 81 previous from&to. |