comparison lisp/ChangeLog @ 83527:c44562301a11

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-289 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-290 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-291 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-292 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-293 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-567
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 24 May 2006 09:13:31 +0000
parents ab6ab63755f7 8e300faeb7ab
children 46b1096093f5
comparison
equal deleted inserted replaced
83526:f441150d61fa 83527:c44562301a11
1 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * emacs-lisp/ewoc.el (ewoc-delete): New function.
4 (ewoc-filter): Use `ewoc-delete'.
5
6 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
7
8 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11 Signal more user-friendly error messages.
12
13 * complete.el (PC-do-completion): Undo the addition of implicit
14 wildcards if they did not lead to finding any match.
15 (read-file-name-internal): Don't add the final > if the completion is
16 not finished.
17
18 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
19
20 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
21 Quote safe-local-variable predicate.
22
23 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
24
25 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
26
27 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28
29 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
30
31 * progmodes/make-mode.el (makefile-special-targets-list)
32 (makefile-macro-table, makefile-target-table): Mark as risky.
33 (makefile-query-one-target-method): Make this the alias for the
34 following variable.
35 (makefile-query-one-target-method-function): Make this the real name.
36
37 * textmodes/artist.el (artist-text-renderer): Make this the alias
38 for the following variable.
39 (artist-text-renderer-function): Make this the real name.
40
41 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
42 the alias for the following variable.
43 (flyspell-generic-check-word-predicate): Make this the real name.
44
45 * textmodes/ispell.el (ispell-format-word): Make this the alias
46 for the following variable.
47 (ispell-format-word-function): Make this the real name.
48 (ispell-message-text-end): Mark as risky.
49
50 * skeleton.el (skeleton-transformation, skeleton-filter)
51 (skeleton-pair-filter): Make these the aliases for the following
52 variables.
53 (skeleton-transformation-function, skeleton-filter-function)
54 (skeleton-pair-filter-function): Make these the real names.
55
56 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
57 and skeleton-pair-filter-function.
58
59 * textmodes/sgml-mode.el (sgml-transformation): Make this the
60 alias for the following variable.
61 (sgml-transformation-function): Make this the real name.
62 (sgml-tag-alist): Mark as risky.
63
64 2006-05-21 Richard Stallman <rms@gnu.org>
65
66 * simple.el (kill-region): Interactively, pass point, then mark.
67
68 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
69
70 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
71
72 2006-05-21 Romain Francoise <romain@orebokech.com>
73
74 * dired-x.el (dired-mode-map): Don't bind M-g.
75
76 2006-05-20 Richard Stallman <rms@gnu.org>
77
78 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
79 (dired-goto-file): Doc fix.
80
81 2006-05-21 Kim F. Storm <storm@cua.dk>
82
83 * emulation/cua-base.el: Mention customizing cua-mode as alternative
84 way to enable built-in cua-mode if user loads older CUA-mode package.
85
86 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
87 if default-filename is specified.
88
89 2006-05-20 Eli Zaretskii <eliz@gnu.org>
90
91 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
92
93 * info.el (info-apropos): Make sure current-file and current-node
94 have non-nil values. Speed up by using add-to-list instead of
95 manual consing.
96
97 2006-05-20 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change)
98
99 * progmodes/make-mode.el (makefile-mode): Doc fix.
100
101 2006-05-20 Eli Zaretskii <eliz@gnu.org>
102
103 * dired-aux.el (dired-do-shell-command): Doc fix.
104
105 2006-05-20 Kevin Ryde <user42@zip.com.au>
106
107 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
108 ``(custom-manual :tag "Foo" "(foo)Node")''.
109
110 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
111
112 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
113 value is an integer.
114
115 2006-05-20 Eli Zaretskii <eliz@gnu.org>
116
117 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
118 "format".
119 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
120
121 2006-05-20 Martin Rudalics <rudalics@gmx.at>
122
123 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
124 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
125
126 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
129 regexp for keywords.
130
131 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
132
133 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
134 replace-regexp-in-string.
135
136 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
137 encode, and escape file name on conversion to URL.
138
139 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
140
141 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
142 Don't unescape URL.
143 (dnd-get-local-file-name): Unescape URL on conversion to file name.
144
145 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
146 on conversion to URLs.
147
148 * net/browse-url.el (browse-url-file-url): Encode file name on
149 conversion to URL.
150
151 * term/mac-win.el (mac-ae-open-documents): Escape file name on
152 conversion to URL.
153
154 2006-05-19 Eli Zaretskii <eliz@gnu.org>
155
156 * progmodes/cc-styles.el (c-style-alist): Doc fix.
157
1 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 158 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 159
3 * term/mac-win.el (mac-bytes-to-digits): Remove function. 160 * term/mac-win.el (mac-bytes-to-digits): Remove function.
4 (mac-handle-toolbar-switch-mode): Use coercion instead of it. 161 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
5 162
39 196
40 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org> 197 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
41 198
42 * emacs-lisp/ewoc.el (ewoc--adjust): New func. 199 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
43 (ewoc--insert-new-node): Don't insert trailing newline. 200 (ewoc--insert-new-node): Don't insert trailing newline.
44 Instead, adjust succesor nodes' start markers. 201 Instead, adjust successor nodes's start markers.
45 (ewoc--refresh-node): Delete all text from current node's start 202 (ewoc--refresh-node): Delete all text from current node's start
46 marker to the next one's; adjust successor nodes' start markers. 203 marker to the next one's; adjust successor nodes's start markers.
47 (ewoc--create): Doc fixes. 204 (ewoc--create): Doc fixes.
48 (ewoc--refresh): Don't insert newline. 205 (ewoc--refresh): Don't insert newline.
49 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'. 206 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
50 * pcvs.el (cvs-make-cvs-buffer): Specify 207 * pcvs.el (cvs-make-cvs-buffer):
51 extra newline for ewoc's header and footer. 208 Specify extra newline for ewoc's header and footer.
52 (cvs-update-header): Update initial header recognition. 209 (cvs-update-header): Update initial header recognition.
53 Append newline to final header and footer values. 210 Append newline to final header and footer values.
54 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline. 211 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
55 212
56 2006-05-17 Richard Stallman <rms@gnu.org> 213 2006-05-17 Richard Stallman <rms@gnu.org>
500 657
501 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a 658 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
502 reference to the Lisp manual to the warning about pure space 659 reference to the Lisp manual to the warning about pure space
503 overflow. 660 overflow.
504 661
505 2006-05-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 662 2006-05-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change)
506 663
507 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload' 664 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
508 argument to avoid the call to `ispell-internal-change-dictionary' 665 argument to avoid the call to `ispell-internal-change-dictionary'
509 when not needed. 666 when not needed.
510 (ispell-change-dictionary): Use this argument and call 667 (ispell-change-dictionary): Use this argument and call