Mercurial > emacs
annotate lisp/ChangeLog @ 31363:6865e0a3ad1d
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 04 Sep 2000 09:41:48 +0000 |
parents | b0e06b1b3057 |
children | af19410929f3 |
rev | line source |
---|---|
31363 | 1 2000-09-04 Dave Love <fx@gnu.org> |
2 | |
3 * wid-edit.el (widget-sexp-validate): Fix garbled code. | |
4 | |
5 * custom.el (custom-set-variables): Print message about errors in | |
6 setting. | |
7 | |
31359 | 8 2000-09-03 Andrew Innes <andrewi@gnu.org> |
9 | |
10 * makefile.w32-in: Change to DOS line endings. | |
11 | |
31330 | 12 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
13 | |
14 * mouse.el (mouse-popup-menubar): Supply the prompt string for | |
15 minor-mode keymaps, if they don't have one. | |
16 | |
31328 | 17 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
18 | |
19 * eshell/esh-module.el (eval-when-compile): Don't lose if | |
20 esh-module.el's file name is truncated to DOS 8+3 limits. | |
21 | |
31326 | 22 2000-09-01 John Wiegley <johnw@gnu.org> |
23 | |
24 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing | |
25 predicate, which caused entries in the completion list to be | |
26 doubled. | |
27 | |
28 2000-08-30 John Wiegley <johnw@gnu.org> | |
29 | |
30 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct | |
31 sending to subprocesses. Also, hook pre-command-hook if | |
32 `eshell-send-direct-to-subprocesses' is non-nil. | |
33 (eshell-send-direct-to-subprocesses): New config variable. If t, | |
34 subprocess input is send immediately. | |
35 (eshell-toggle-direct-send): New function. | |
36 (eshell-self-insert-command): New function. | |
37 (eshell-intercept-commands): New function. | |
38 (eshell-send-input): If direct subprocess sending is enabled, | |
39 don't echo any input to the Eshell buffer. Let the subprocess | |
40 handle that. This requires "stty echo" in bash, for example. | |
41 | |
42 2000-08-28 John Wiegley <johnw@gnu.org> | |
43 | |
44 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added | |
45 completion function for Eshell's implementation of `unset'. | |
46 | |
31325 | 47 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
48 | |
49 * info.el (Info-directory-list): Doc fix. | |
50 | |
31314
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
51 2000-08-31 Peter Breton <pbreton@ne.mediaone.net> |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
52 |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
53 * filecache.el (file-cache-add-directory-using-find): Don't quote |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
54 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>. |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
55 |
31305 | 56 2000-08-31 Kenichi Handa <handa@etl.go.jp> |
57 | |
58 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect | |
59 coding systems. | |
60 | |
31291 | 61 2000-08-30 Andrew Innes <andrewi@gnu.org> |
62 | |
63 * timer.el (run-with-idle-timer): Undo last change, so that timer | |
64 is not activated immediately if Emacs is already idle. Some | |
65 existing code relies on this behaviour. | |
66 | |
31289 | 67 2000-08-30 Miles Bader <miles@gnu.org> |
68 | |
69 * frame.el (set-frame-font): Do completion of font-name for | |
70 interactive use. | |
71 | |
31283 | 72 2000-08-30 Kenichi Handa <handa@etl.go.jp> |
73 | |
74 * international/quail.el (quail-start-translation): Bind locally | |
75 last-command-event, last-command, and this-command. | |
76 (quail-start-conversion): Likewise. | |
31285 | 77 (quail-self-insert-command): Fix docstring. |
31283 | 78 |
31282 | 79 2000-08-29 Gerd Moellmann <gerd@gnu.org> |
80 | |
81 * progmodes/executable.el | |
82 (executable-make-buffer-file-executable-if-script-p): Check that | |
83 buffer contains at least 2 characters. | |
84 | |
31276 | 85 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il> |
86 | |
87 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix. | |
88 | |
31264 | 89 2000-08-29 Dave Love <fx@gnu.org> |
90 | |
31270 | 91 * diff-mode.el (diff-mode) <defgroup>: Add :version. |
92 (diff-mode-shared-map): Bind mouse-2. | |
93 (diff-imenu-generic-expression): New variable. | |
94 (diff-mode): Use it. | |
95 | |
31264 | 96 * mouse.el (mouse-major-mode-menu): Use local-key-binding. |
97 (mouse-popup-menubar): Add minor mode menus. | |
98 (popup-menu): Check for lookup-key returning number. | |
99 | |
31263 | 100 2000-08-29 Miles Bader <miles@gnu.org> |
101 | |
102 * comint.el (comint-send-input): Create overlays using the proper | |
103 front/read-advance arguments. | |
104 | |
31254 | 105 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
106 | |
107 * ps-print.el: Even/odd pages printing. Doc fix. | |
108 (ps-print-version): New version number (6.0). | |
109 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image) | |
110 (ps-background, ps-begin-file, ps-begin-job): Code fix. | |
111 (ps-print-duplex-feature): Variable eliminated. | |
112 (ps-even-or-odd-pages): New variable. | |
113 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
114 * progmodes/ebnf2ps.el: Doc fix. |
31256 | 115 (ebnf-version): New version (3.3). |
116 (ebnf-user-arrow): Change variable customization to sexp. | |
117 (ebnf-user-arrow): Function eliminated. | |
118 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix. | |
119 | |
31242 | 120 2000-08-29 Kenichi Handa <handa@etl.go.jp> |
121 | |
31244 | 122 * help.el (help-xref-mule-regexp): New variable. |
31242 | 123 (help-make-xrefs): Handle help-xref-mule-regexp. |
124 | |
125 * international/mule-cmds.el (help-xref-mule-regexp-template): New | |
126 variable. | |
127 (describe-input-method): Temporarily activate the specfied input | |
128 method to display the information. | |
129 (describe-language-environment): Hyperlinks to mule related items. | |
130 | |
131 * international/mule-diag.el (charset-multibyte-form-string): New | |
132 function. | |
133 (list-character-sets-1): Use charset-multibyte-form-string. | |
134 (describe-character-set): New function. | |
135 (describe-coding-system): Hyperlinks to safe character sets. | |
136 | |
137 * international/quail.el (quail-help): New arg PACKAGE. | |
138 Hyperlinks to mule related items. | |
139 (quail-help-insert-keymap-description): Use | |
140 substitute-command-keys instead of describe-bindings. | |
141 (quail-translation-help): Hyperlinks to mule related items. | |
142 | |
31240 | 143 2000-08-28 John Wiegley <johnw@gnu.org> |
144 | |
31241 | 145 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to |
146 have a defsubst call itself. Made `eshell-flatten-list' back into | |
147 a function again. | |
148 | |
31240 | 149 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety |
150 catch, in case re-centering point at bottom messes up the display. | |
151 This happens frequently in Emacs 21, due I believe to variable | |
152 line heights. | |
153 | |
154 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order | |
155 to call `find-tag-interactive'. | |
156 | |
157 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display | |
158 the list of remember directories. | |
159 | |
31239 | 160 2000-08-28 John Wiegley <johnw@gnu.org> |
161 | |
162 * align.el: Test align-region-separate to see if it's a symbol. | |
163 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
164 2000-08-28 John Wiegley <johnw@gnu.org> |
31239 | 165 |
166 * eshell/esh-util.el (eshell-flatten-list): Made this function | |
167 into a defsubst form. It gets used very frequently, although | |
168 calls don't occur all that often. | |
169 | |
170 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before | |
171 examining it. | |
172 | |
173 * eshell/esh-cmd.el (eshell-rewrite-while-command): | |
174 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of | |
175 `eshell-protect'. | |
176 (eshell-copy-handles): Created a new macro for duplicating the | |
177 current set of open handles. This is needed by the looping | |
178 functions. | |
179 (eshell-do-eval): Fixed while and if, so that the eshell-test-body | |
180 is not incorrectly stomped on. | |
181 | |
182 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror | |
183 declaration for pcomplete-use-paring. | |
184 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the | |
185 value of eshell-cmpl-use-paring. | |
186 * pcomplete.el (pcomplete-use-paring): New config variable, to | |
187 indicate whether paring should be used. | |
188 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out | |
189 completion alternatives that have already been used. | |
190 | |
191 * eshell/esh-mode.el (eshell-repeat-argument): Added function, | |
192 bound to C-c C-y, which will repeat the previous N arguments | |
193 (based on prefix argument). | |
194 (eshell-mode): Bind C-c C-y to eshell-repeat-argument. | |
195 | |
196 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer | |
197 if there is no *Help* buffer. This is for XEmacs, which renames | |
198 its help buffers uniquely. TODO: Find out what the current buffer | |
199 name to delete is. | |
200 | |
201 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the | |
202 first entry that correlates to a passwd/group number. Later | |
203 entries (used for group/user name aliasing to multiple IDs) are | |
204 ignored. | |
205 | |
206 * eshell/em-xtra.el (eshell/expr): | |
207 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make) | |
208 (eshell-grep, eshell/diff, eshell/locate): | |
209 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the | |
210 argument list, before passing it to the system command. | |
211 | |
212 * eshell/esh-mode.el (eshell-find-tag): Added a special version of | |
213 `find-tag' for use at final position in Eshell buffers (which | |
214 otherwise triggers an error on Emacs 21). | |
215 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell | |
216 buffer, if it is currently bound to `find-tag'. | |
217 | |
218 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile | |
219 in the list of matched Makefile names. | |
220 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current | |
221 directory, prefer its contents to Makefile. | |
222 | |
223 * eshell/em-dirs.el (eshell/cd): cd commands that look up | |
224 directory parts (like "cd old new", or "cd =regexp"), are now case | |
225 sensitive on non-Windows/DOS platforms. | |
226 | |
227 * eshell/esh-mode.el (eshell-parse-command-input): When a user | |
228 types RET after an open delimiter (like "), display a message | |
229 indicating that Eshell is waiting for the closing delimiter. | |
230 | |
231 * eshell/esh-var.el (eshell/unset): Added a command for unsetting | |
232 environment variables. | |
233 | |
234 * eshell/em-unix.el (eshell/diff): Added logic to fail more | |
235 gracefully if the user enters incorrect arguments. | |
236 | |
237 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in | |
238 Eshell buffers. | |
239 | |
240 * eshell/esh-var.el (eshell-interpolate-variable): | |
241 * eshell/esh-mode.el (eshell-move-argument): | |
242 * eshell/em-unix.el (eshell-du-sum-directory): | |
243 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): | |
244 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of | |
245 (not (= ...)). | |
246 | |
247 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply', | |
248 to ensure the `preserve' flag gets propagated when doing recursive | |
249 directory copies. | |
250 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
251 2000-08-28 Stefan Monnier <monnier@cs.yale.edu> |
31239 | 252 |
253 * eshell/em-hist.el (eshell-put-history, eshell-get-history): | |
254 Don't convert \n into \0177 in memory. | |
255 (eshell-read-history, eshell-write-history): Convert \n to \0177, | |
256 and back again, when reading and writing. | |
257 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
258 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il> |
31239 | 259 |
260 * eshell/esh-util.el (eshell-processp): Added to relieve constant | |
261 testing of `fboundp' on `processp'. | |
262 | |
263 * eshell/esh-proc.el (eshell/kill): Use eshell-processp. | |
264 (eshell/jobs): Don't call process-list if it is not bound. | |
265 (eshell-gather-process-output): Support systems where async | |
266 subprocesses aren't supported. | |
267 (eshell-scratch-buffer, eshell-last-sync-output-start): New | |
268 variables. | |
269 | |
270 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when | |
271 eshell-do-eval returns t. | |
272 (eshell-do-pipelines-synchronously): New defmacro. | |
273 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines | |
274 when async subprocesses aren't supported. | |
275 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer | |
276 if async subprocesses aren't supported. | |
277 (eshell-resume-command): Don't assume STATUS is a string. | |
278 | |
279 * eshell/em-unix.el (eshell/rm): Use eshell-processp. | |
280 | |
281 * eshell/esh-io.el (eshell-virtual-targets): Doc fix. | |
282 (eshell-close-target, eshell-get-target): Use eshell-processp. | |
283 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc | |
284 fix. | |
285 (eshell-get-target, eshell-create-handles): Doc fix. | |
286 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
287 2000-08-28 Miles Bader <miles@lsi.nec.co.jp> |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
288 |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
289 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the |
31239 | 290 criterion to include commands that output something, as long as it |
291 leaves both the command and the end-of-buffer visible when the | |
292 command has exited. | |
293 (eshell-review-quick-commands): Adjust the help doc string | |
294 accordingly. | |
295 | |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
296 2000-08-28 Peter Breton <pbreton@ne.mediaone.net> |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
297 |
31238
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
298 * locate.el (locate): Cleaned up locate command's interactive prompting |
31242 | 299 Thanks to Fran,Ag(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions. |
31238
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
300 |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
301 * filecache.el (file-cache-case-fold-search): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
302 (file-cache-assoc-function): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
303 (file-cache-minibuffer-complete): Use file-cache-assoc-function. |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
304 Use file-cache-case-fold-search variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
305 (file-cache-add-file): Use file-cache-assoc-function |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
306 (file-cache-delete-file): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
307 (file-cache-directory-name): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
308 (file-cache-debug-read-from-minibuffer): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
309 |
31231 | 310 2000-08-28 Gerd Moellmann <gerd@gnu.org> |
311 | |
312 * abbrev.el (list-abbrevs): Add optional parameter LOCAL. | |
313 (abbrev-table-name): New function. | |
314 (prepare-abbrev-list-buffer): Add optional parameter LOCAL. | |
315 If non-nil list local abbrev, only. | |
316 | |
31229 | 317 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu> |
318 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
319 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*" |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
320 from Gnus support code, and use special article copy buffer |
31229 | 321 `(gnus-original-article-buffer)' instead. This allows to get rid |
322 of article-hide-headers usage (which breaks in the latest Gnus | |
323 version). Thanks to Detlev Zundel. | |
324 | |
31216 | 325 2000-08-28 Kenichi Handa <handa@etl.go.jp> |
326 | |
327 * international/quail.el (quail-use-package): Hide "... loaded" | |
328 message. | |
329 (quail-start-translation, quail-start-conversion): Likewise. | |
330 | |
331 * international/kkc.el (kkc-region): Hide "... loaded" message. | |
332 | |
31212 | 333 2000-08-27 Dave Love <fx@gnu.org> |
334 | |
335 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg. | |
336 | |
31198 | 337 2000-08-27 Miles Bader <miles@gnu.org> |
338 | |
339 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts. | |
340 | |
31195 | 341 2000-08-27 Kenichi Handa <handa@etl.go.jp> |
342 | |
343 * international/ja-dic-cnv.el (skkdic-convert): Insert (require | |
344 'ja-dic-cnv), not (require 'skkdic-cnv). | |
345 | |
31180 | 346 2000-08-26 Miles Bader <miles@gnu.org> |
347 | |
31194 | 348 * faces.el (face-x-resources): Add entry for :inherit. |
349 * cus-face.el (custom-face-attributes): Add support for :inherit | |
350 attribute. Add support for relative face heights. | |
351 (custom-face-attributes-get): Treat `nil' as being a default value | |
352 for :inherit (as well as `unspecified'). | |
353 | |
31191 | 354 * faces.el (set-face-attribute): Update doc string. |
355 (face-attribute-name-alist): Add :inherit. | |
356 (face-valid-attribute-values): Handle :inherit. | |
357 (face-read-string): Rephrase prompt to be less confusing. | |
358 Assume that DEFAULT is a string, since we must return a string. | |
359 (face-read-integer): Use `format' to turn DEFAULT into an | |
360 acceptable default for face-read-string. Match NEW-VALUE against | |
361 the string "unspecified", not the symbol `unspecified', since | |
362 that's what face-read-string returns. | |
363 (read-face-attribute): Lookup a name for old-value in valid, and | |
364 use it as a default if we find one. Treat all values from | |
365 face-read-string as strings. If the default is used, don't do any | |
366 more processing on the value, just use the old value directly. | |
367 (read-face-and-attribute, modify-face): Tweak prompt. | |
368 (read-face-name): Don't assume prompt ends with a space. | |
369 | |
31180 | 370 * faces.el (describe-face): Add support for :inherit attribute. |
371 | |
31166 | 372 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
373 | |
31167 | 374 * terminal.el (terminal-emulator): Fix args to `concat'. Now |
375 concat doesn't accept interger. | |
376 | |
31166 | 377 * international/kkc.el: Remove SKK from Keywords. Require |
378 ja-dic-utl instead of skkdic-utl. | |
379 | |
380 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. | |
381 Provide ja-dic-cnv instead of skkdic-cnv. | |
382 (ja-dic-filename): Renamed from skkdic-filename. Referers changed | |
383 (iso-2022-7bit-short): Add safe-charsets property. | |
384 (skkdic-convert-postfix): Search Japanese chou-on character in | |
385 addition to Hiragana character. | |
386 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. | |
387 (skkdic-convert): Change file names from skkdic.el to ja-dic.el | |
388 (batch-skkdic-convert): Likewise. | |
389 | |
390 * international/ja-dic-utl.el: Renamed from skkdic-utl.el. | |
391 Provide ja-dic-utl instead of skkdic-utl. | |
392 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic. | |
393 | |
31156 | 394 2000-08-24 Dave Love <fx@gnu.org> |
395 | |
31158 | 396 * disp-table.el (standard-display-default): Make the test of `l' |
397 useful. | |
398 | |
31156 | 399 * language/european.el ("Latin-8", "Latin-9"): Add input methods, |
400 mod sample text. | |
401 | |
402 * international/iso-ascii.el: Make pilcrow convenient string | |
403 consistent with section. | |
404 (iso-ascii-display): Set up multibyte characters as well as | |
405 unibyte. | |
406 | |
31137 | 407 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
408 | |
409 * international/mule-cmds.el (reset-language-environment): Set | |
410 default-process-coding-system to '(undecided . iso-latin-1), which | |
411 makes process I/O almost consistent with file I/O. Call this | |
412 function when mule-cmds.el[c] is loaded. | |
413 | |
31092 | 414 2000-08-22 Andrew Innes <andrewi@gnu.org> |
415 | |
416 * makefile.w32-in: New file. | |
417 | |
31038 | 418 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
419 | |
420 * comint.el (comint-output-filter): Compare end of | |
421 comint-last-output-overlay with the start of the newly inserted | |
422 text, not the end, when deciding whether to extend it. | |
423 Set saved-point's insertion type to advance after insertion. | |
424 | |
425 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
426 since this is now done independently of font-lock mode. | |
427 | |
31009 | 428 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
429 | |
430 * server.el (server-kill-new-buffers): New user option. | |
431 (server-existing-buffer): New buffer-local variable. | |
432 (server-visit-files): When using an existing buffer, set | |
433 server-existing-buffer to t. | |
434 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
435 buffer, unless it was already present before visiting it with | |
436 Emacs server. | |
437 | |
31006 | 438 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
439 | |
440 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
441 even if the display doesn't support colors: some displays will | |
442 support bold/underline faces. | |
443 | |
30997 | 444 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
445 | |
31004 | 446 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
447 | |
30997 | 448 * startup.el (command-line): If user's init file had an error, |
449 add explanatory text to *Messages*. | |
450 | |
30994 | 451 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
452 | |
453 * man.el (Man-getpage-in-background): Decode the process output by | |
454 the system locale coding system. | |
455 | |
30980 | 456 2000-08-20 Dave Love <fx@gnu.org> |
457 | |
30991 | 458 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
459 Don't test x-popup-menu. | |
460 (function) <complete-function>: Complete only fbound symbols. | |
461 <validate, value>: New. | |
462 (variable) <complete-function>: Complete only bound symbols. | |
463 (coding-system): Add :base-only, :complete-function, :validate, | |
464 :value, :prompt-match. | |
465 (widget-coding-system-prompt-value): Use read-coding-system and | |
466 act on :base-only. | |
467 (editable-field): Add :help-echo. | |
468 (widget-push-button-gui, widget-push-button-cache) | |
469 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
470 with uses. | |
471 (widget-at): Make arg optional. | |
472 (widget-echo-help): Adjust for current help-echo calling sequence. | |
473 (widget-specify-field, widget-specify-button) | |
474 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
475 (widget-convert, widget-insert, widget-leave-text) | |
476 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
477 (widget-setup, widget-field-find, widget-before-change) | |
478 (widget-after-change, widget-default-complete) | |
479 (widget-default-create, widget-default-delete) | |
480 (widget-push-button-value-create, editable-field) | |
481 (widget-field-prompt-value, widget-field-validate) | |
482 (widget-choice-value-create, widget-choice-action) | |
483 (widget-choice-validate, widget-checklist-add-item) | |
484 (widget-radio-add-item, widget-radio-chosen) | |
485 (widget-radio-value-inline, widget-editable-list-value-create) | |
486 (widget-editable-list-entry-create) | |
487 (widget-documentation-link-add) | |
488 (widget-documentation-string-value-create) | |
489 (widget-regexp-validate, widget-file-complete) | |
490 (widget-sexp-validate, widget-plist-convert-widget) | |
491 (widget-plist-convert-widget, widget-alist-convert-widget) | |
492 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
493 particularly to avoid bindings which aren't optimized out. | |
494 | |
30980 | 495 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
496 Doc fix. | |
497 (down-list, backward-up-list, up-list, kill-sexp) | |
498 (backward-kill-sexp, mark-sexp): Make arg optional. | |
499 (lisp-complete-symbol): Add optional arg PREDICATE. | |
500 | |
501 * cus-start.el: Add display-buffer-reuse-frames, | |
502 file-coding-system-alist. | |
503 | |
30975 | 504 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
505 | |
506 * startup.el (command-line): Clear realized faces after | |
507 modifying TTY color mappings. | |
508 | |
30972 | 509 2000-08-20 Miles Bader <miles@gnu.org> |
510 | |
511 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
512 merely a subset of FACE's attributes. | |
513 | |
30966 | 514 2000-08-19 Miles Bader <miles@gnu.org> |
515 | |
516 * comint.el (comint-output-filter): Save the point with a marker, | |
517 not just a buffer position. | |
518 | |
519 * international/mule.el (set-buffer-process-coding-system): Make | |
520 interactive prompt less confusing. | |
521 | |
30963 | 522 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
523 | |
524 * hilit-chg.el: General cleanup of doc strings, comments and | |
525 code formatting. | |
526 | |
30960 | 527 2000-08-19 Miles Bader <miles@gnu.org> |
528 | |
529 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
530 Compiler macro removed; beginning-of-line is no longer always | |
531 equivalent to forward-line, in the presence of fields. | |
532 | |
533 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
534 restriction, and just use save-restriction, now that it works | |
535 correctly. Don't adjust comint-last-input-start to account for | |
536 our insertion; it shouldn't have moved because we don't use | |
537 insert-before-markers anymore. Comment out call to | |
538 `force-mode-line-update'; why is it here? | |
539 | |
540 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
541 while checking for prompt to delete. Use `forward-line 0' | |
542 instead of beginning-of-line. | |
543 (gud-filter): Temporarily widen gud comint buffer while | |
544 examining output. | |
545 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
546 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
547 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
548 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
549 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
550 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
551 check since ispell-process is not bound when ispell is not yet loaded. |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
552 |
30953 | 553 2000-08-18 Dave Love <fx@gnu.org> |
554 | |
555 * image.el (find-image): Copy `spec' before using plist-put. | |
556 | |
30948 | 557 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
558 | |
559 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
560 `portugues'. | |
561 | |
562 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
563 backward-kill-sexp, analogous to kill-sexp. | |
564 | |
565 * progmodes/icon.el (icon-indent-line) | |
566 (icon-is-continuation-line): Handle comments specially. | |
567 | |
568 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
569 | |
570 * ispell.el: Set to standard author/maintainer/keyword fields. | |
571 Fine tuning to menu map appearance and operation, and added help. | |
572 Remove `start' and `end' error messages when compiling. | |
573 (ispell-choices-win-default-height): Fixed comment string. | |
574 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
575 castellano8 dictionaries. | |
576 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
577 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
578 dictionary, added italiano dictionary. | |
579 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
580 word character | |
581 (ispell-tex-skip-alists): Added psfig support. | |
582 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
583 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
584 (ispell-minor-check): Improved html skipping support to skip across | |
585 code, and recognize `&' commands without propper `;' syntax; | |
586 (ispell-process-line): Fix alignment error when manually | |
587 correcting spelling. | |
588 (ispell): Fix comment string. | |
589 (ispell-add-per-file-word-list): Always put word list on new line. | |
590 | |
30922 | 591 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
592 | |
30928 | 593 * format.el (format-encode-run-method): Fix error message to say |
594 `encode' instead of `decode'. Use save-window-excursion around | |
595 shell-command-on-region as in format-decode-run-method because | |
596 shell-command-on-region can display a buffer with error output. | |
597 (format-decode): Don't record undo information for the decoding. | |
598 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
599 that number part of the temporary buffer name so that more than | |
600 one decoding using a temporary buffer can happen safely. | |
601 | |
602 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
603 of `A-z' in the regexp. | |
604 | |
605 * hilit-chg.el: Fix typos in commentary. | |
606 | |
30922 | 607 * help.el (view-emacs-news): Rewritten for new naming scheme |
608 for old NEWS files. | |
609 | |
610 * startup.el (command-line): Pop to *Messages* in case an error | |
611 is signaled while loading user-init-file. | |
612 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
613 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
614 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
615 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
616 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
617 |
30906 | 618 2000-08-17 Alex Schroeder <alex@gnu.org> |
619 | |
620 * sql.el (sql-magic-go): Use comint-bol. | |
621 (sql-copy-column): Use comint-line-beginning-position. | |
622 (comint-line-beginning-position): Define a replacement for | |
623 comint-line-beginning-position if it is not fboundp. | |
624 | |
625 2000-08-17 Alex Schroeder <alex@gnu.org> | |
626 | |
627 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
628 it didn't have any effect anyway. | |
629 | |
630 2000-08-17 Alex Schroeder <alex@gnu.org> | |
631 | |
632 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
633 --pset and pager=off instead of sending \\o|cat at the beginning | |
634 of the session. | |
635 | |
30903 | 636 2000-08-17 Miles Bader <miles@gnu.org> |
637 | |
638 * progmodes/octave-inf.el: Add compatibility definition of | |
639 comint-line-beginning-position. | |
640 | |
30898 | 641 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
642 | |
643 * startup.el (normal-top-level): Look in each dir in load-path for | |
644 a leim-list.el file too. This assures of loading leim-list.el | |
645 that is created at Emacs installation time even if a user have his | |
646 own leim-list.el. | |
647 | |
30897 | 648 2000-08-17 Miles Bader <miles@gnu.org> |
649 | |
650 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
651 foreground color to black if the background is dark. | |
652 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
653 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
654 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
655 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
656 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
657 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
658 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
659 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
660 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
661 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
662 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
663 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
664 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
665 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
666 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
667 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
668 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
669 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
670 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
671 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
672 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
673 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
674 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
675 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark) |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
676 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
677 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
678 (cvs-revert-if-needed): Avoid re-eval of local variables and modes. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
679 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
680 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
681 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
682 (compilation-find-file): Avoid find-file (fails in a dedicated window). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
683 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
684 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
685 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
686 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
687 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
688 (diff-find-source-location): New fun, extracted from diff-goto-source. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
689 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
690 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
691 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
692 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
693 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
694 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
695 * msb.el (msb-mode): Define it in terms of define-minor-mode. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
696 |
30870 | 697 2000-08-16 Dave Love <fx@gnu.org> |
698 | |
30894 | 699 * windmove.el (windmove) <defgroup>: Add :version. |
700 | |
701 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
702 (goto-address-fontify-p, goto-address-highlight-p) | |
703 (goto-address-url-face, goto-address-url-mouse-face) | |
704 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
705 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
706 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
707 (goto-address-at-point): browse-url-url-at-point, | |
708 goto-address-find-address-at-point can return nil. | |
709 (goto-address-find-address-at-point): Return nil on failure. | |
710 | |
711 * align.el (align) <defgroup>: Add :version. | |
712 | |
713 * calculator.el (calculator): Add :version. | |
714 (calculator): Use two lines for calculator window if `modeline' | |
715 face is boxed. | |
716 | |
30870 | 717 * play/5x5.el: Doc fixes. |
718 (5x5) <defgroup>: Add :version. | |
719 | |
720 * play/fortune.el (fortune) <defgroup>: Add :version. | |
721 (fortune-append): Fix error message. | |
722 (fortune-from-region): Doc fix. | |
723 | |
724 * play/pong.el (pong): Doc fix. | |
725 | |
726 * play/morse.el: Keywords, commentary, autoloads. | |
727 | |
30854 | 728 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
729 | |
730 * desktop.el (desktop-save): Don't look at symbol-value of a | |
731 member of minor-mode-alist, unless it is boundp. | |
732 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
733 2000-08-16 Sam Steingold <sds@gnu.org> |
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
734 |
30897 | 735 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
736 `while'; use `with-current-buffer' instead of `save-excursion'. |
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
737 Removed unnecessary kludges now that "*Buffer List*" is excluded. |
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
738 |
30846 | 739 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
740 | |
741 * international/ccl.el (declare-ccl-program): Docstring modified. | |
742 (ccl-execute-with-args): Likewise. | |
743 | |
30839 | 744 2000-08-16 Miles Bader <miles@gnu.org> |
745 | |
30903 | 746 * progmodes/sql.el: Add compatibility definition of |
30839 | 747 comint-line-beginning-position. |
748 | |
30808 | 749 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
750 | |
30829 | 751 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
752 'buffer-menu' property. | |
753 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
754 fails. | |
755 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
756 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
757 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
758 |
30825 | 759 * buff-menu.el (list-buffers-noselect): Don't display the |
760 *Buffer List* buffer. | |
761 | |
30822 | 762 * font-lock.el: Require jit-lock to prevent a very late |
763 `Loading jit-lock' message. | |
764 | |
30808 | 765 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
766 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 767 mail address. |
768 | |
30804 | 769 2000-08-15 Miles Bader <miles@gnu.org> |
770 | |
771 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
772 (ispell-choices-win-default-height, ispell-help): Use | |
773 `ispell-graphic-p' instead of `xemacsp'. | |
774 | |
30802 | 775 2000-08-15 Dave Love <fx@gnu.org> |
776 | |
30842 | 777 * simple.el: Autoload widget-convert when compiling. |
778 (mail-user-agent): Doc fix. | |
779 | |
780 * help.el (function-called-at-point, variable-at-point): Use | |
781 with-syntax-table. | |
782 (help-manyarg-func-alist): Add insert-and-inherit. | |
783 | |
784 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
785 | |
786 * delsel.el (delsel-unload-hook): New function. | |
787 | |
788 * find-file.el: Doc fixes. Move provide to end. | |
789 (ff) <defgroup>: Add :link. | |
790 (ff-goto-click): Deleted. | |
791 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
792 Use mouse-set-point. | |
793 | |
794 * textmodes/tildify.el: Doc fixes. | |
795 (tildify) <defgroup>: Add:version. | |
796 | |
797 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
798 (glasses-custom-set): Use set-default, not set. | |
799 (minor-mode-alist): Propertize the lighter. | |
800 (glasses-mode): Provide optional arg. | |
801 | |
30813 | 802 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
803 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
804 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
805 option. Provide :type. | |
806 (cwarn-configuration): Provide :type. | |
807 (cwarn-mode): Doc fix. | |
808 | |
809 * add-log.el (change-log-merge): Doc fix. | |
810 (change-log-redate): New command. | |
811 | |
30802 | 812 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
813 Doze and Dog. | |
814 (browse-url): Use dolist, not mapcar. | |
815 (browse-url-at-point): Check for null url. | |
816 (browse-url-event-buffer, browse-url-event-point): Functions | |
817 deleted. | |
818 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
819 | |
820 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
821 modes. | |
822 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
823 Fix previous change to mapcan. | |
824 (msb--init-file-alist, msb--add-separators) | |
825 (msb--make-keymap-menu): Simplify. | |
826 (msb--choose-file-menu): Use copy-sequence. | |
827 (msb-mode-map): Add title to keymap. | |
828 (msb-unload-hook): New function. | |
829 | |
830 * bs.el: Fix indentation. | |
831 (bs) <defgroup>: Add :links. | |
30894 | 832 (bs-show): Doc fix. |
833 (bs-apply-sort-faces): Don't use window-system. | |
834 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 835 |
30796 | 836 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
837 | |
838 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
839 convert-standard-filename. | |
840 | |
30788 | 841 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
842 | |
30790 | 843 * emacs-lisp/authors.el: New file. |
844 | |
30788 | 845 * paren.el (show-paren-priority): New user option. |
846 (show-paren-function): Set overlay priorities to | |
847 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
848 |
30783 | 849 2000-08-14 Miles Bader <miles@gnu.org> |
850 | |
851 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
852 beginning-of-line with inhibit-field-text-motion bound. | |
853 | |
30781 | 854 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
855 | |
856 * calendar/timeclock.el: New file. | |
857 | |
858 2000-08-14 David Ponce <david@dponce.com> | |
859 | |
860 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
861 `widget-button-click'. so that one can use left mouse button to | |
862 click on dialog buttons. | |
863 | |
864 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
865 | |
866 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
867 identifiers, since XML is case sensitive | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
868 |
30767 | 869 2000-08-12 Miles Bader <miles@gnu.org> |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
870 |
30769 | 871 * comint.el (comint-output-filter): Don't bother frobbing |
872 window-start, it doesn't seem to be necessary. | |
30767 | 873 |
874 * comint.el (comint-send-string, comint-send-region): Make into | |
875 real functions. Snapshot the prompt before sending. | |
876 | |
30764 | 877 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
878 | |
879 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
880 technique similar to Info-index, instead of relying on specific | |
881 names of relevant Index nodes. | |
882 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
883 going to the first node found by Info-find-emacs-command-nodes. | |
884 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
885 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 886 |
887 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
888 | |
30741 | 889 2000-08-10 Miles Bader <miles@gnu.org> |
890 | |
891 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
892 | |
30739 | 893 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
894 | |
895 * info.el (Info-file-list-for-emacs): More elements for the | |
896 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
897 and woman manuals. | |
898 | |
30737 | 899 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
900 | |
901 * comint.el (comint-send-input): Make the newline boundary overlay | |
902 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
903 (comint-output-filter): Use `insert' instead of | |
904 `insert-before-markers'. Extend comint-last-output-overlay when | |
905 necessary since we can't rely on insert-before-markers to do it. | |
906 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
907 save-excursion when inserting the output, so that point gets | |
908 updated correctly; the old method relied on a rather dodgy | |
909 side-effect of comint-output-filter to avoid the effect of | |
910 save-excursion. | |
911 | |
30734 | 912 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
913 | |
914 * files.el (recover-file): Call insert-directory instead of | |
915 invoking `ls' directly. | |
916 | |
30732 | 917 2000-08-10 Miles Bader <miles@gnu.org> |
918 | |
919 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
920 (comint-last-prompt-overlay): New variables. | |
921 (comint-output-filter): Implement prompt highlighting. | |
922 (comint-snapshot-last-prompt): New function. | |
923 (comint-send-input): Snapshot the last prompt. | |
924 Use comint-highlight-input-face. | |
925 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
926 Use defface instead of defcustom. | |
927 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
928 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
929 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
930 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
931 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
932 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
933 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
934 (regexp-opt-group): Use a list of chars for `letters'. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
935 (regexp-opt-charset): `chars' is now a list of chars. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
936 Use a char-table rather than a vector so it works for multibyte chars. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
937 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
938 * pcvs.el (cvs-menu): Don't move point. Use popup-menu. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
939 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
940 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
941 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
942 |
30715 | 943 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
944 | |
945 * files.el (insert-directory): Don't call access-file on | |
946 directories on DOS and Windows. | |
947 | |
30704 | 948 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
949 | |
950 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
951 longer if necessary. | |
952 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
953 ccl-program-vector. | |
954 | |
30701 | 955 2000-08-09 Miles Bader <miles@gnu.org> |
956 | |
957 * comint.el (comint-output-filter): Properly handle the case where | |
958 the text surrounded by comint-last-output-overlay was deleted. | |
959 | |
30671 | 960 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
961 | |
30693 | 962 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
963 non-nil. | |
964 (Info-file-list-for-emacs): Remove "info" from the list because | |
965 that leads to trying to use the documentation from file `info' | |
966 in various situations where it isn't appropriate, for instance | |
967 C-h C-k C-h i. | |
968 | |
969 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
970 DIR and/or STRING are nil. | |
971 | |
972 * progmodes/compile.el (compilation-setup): Make variable | |
973 compilation-error-screen-columns buffer-local, as some comment | |
974 in the code suggests it should be. | |
975 | |
976 * files.el (auto-mode-interpreter-regexp): New variable. | |
977 (set-auto-mode): Use it. | |
978 | |
979 * indent.el (indent-for-tab-command): Doc fix. | |
980 | |
981 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
982 | |
30671 | 983 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
984 labels. | |
985 | |
986 * help.el (print-help-return-message): When | |
987 display-buffer-reuse-frames is set, let the help window been quit, | |
988 instead of deleting it, which might delete a reused frame. | |
989 | |
30664 | 990 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
991 | |
992 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
993 rename a directory to a name that differs only by its letter case. | |
994 | |
30655 | 995 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
996 | |
997 * international/quail.el (quail-define-rules): Handle Quail decode | |
998 map correctly. Add code for supporting annotations. | |
999 (quail-install-decode-map): New function. | |
1000 (quail-defrule-internal): New optional arguments decode-map and | |
1001 props. | |
1002 (quail-advice): New function. | |
1003 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
1004 2000-08-07 Sam Steingold <sds@gnu.org> |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
1005 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
1006 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass', |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
1007 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
1008 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
1009 |
30649 | 1010 2000-08-03 Miles Bader <miles@gnu.org> |
1011 | |
1012 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
1013 New variable. | |
1014 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
1015 comint-use-prompt-regexp-instead-of-fields. | |
1016 (comint-send-input): Add `input' field property to stuff we send to | |
1017 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
1018 (comint-output-filter): Add `output' field property to process | |
1019 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
1020 (comint-replace-by-expanded-history) | |
1021 (comint-get-old-input-default, comint-show-output) | |
1022 (comint-backward-matching-input, comint-forward-matching-input) | |
1023 (comint-next-prompt, comint-previous-prompt): Use field | |
1024 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
1025 (comint-line-beginning-position): New function. | |
1026 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
1027 (comint-replace-by-expanded-history-before-point): Use | |
1028 comint-line-beginning-position and line-end-position. | |
1029 (comint-last-output-overlay): New variable. | |
1030 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
1031 | |
1032 * shell.el (shell-prompt-pattern): Doc change. | |
1033 (shell-backward-command): Use line-beginning-position. | |
1034 | |
1035 * gud.el (gud-gdb-complete-command): Use | |
1036 comint-line-beginning-position. | |
1037 | |
1038 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
1039 comint-bol doesn't actually go to the beginning of the line. | |
1040 | |
1041 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
1042 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
1043 (try-expand-line-all-buffers): Likewise. | |
1044 | |
1045 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
1046 explicitly matching comint-prompt-regexp. | |
1047 (sql-copy-column): Use comint-line-beginning-position instead of | |
1048 explicitly matching comint-prompt-regexp. | |
1049 | |
1050 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
1051 comint-line-beginning-position. | |
1052 | |
1053 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
1054 | |
1055 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
1056 looking for a prompt, use `forward-line 0' instead of | |
1057 `beginning-of-line', to avoid getting caught by an input field. | |
1058 | |
30633 | 1059 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
1060 | |
1061 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
1062 PATTERN, in the Unix case. | |
1063 | |
30629 | 1064 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
1065 | |
1066 * play/zone.el (zone): Discard any pending input before running | |
1067 the randomly-chosen pgm. | |
1068 | |
30623 | 1069 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
1070 | |
1071 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
1072 checking the existence of any multibyte characters. | |
1073 | |
30619 | 1074 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
1075 | |
30622 | 1076 * help.el (describe-mode): Test minor-mode symbol for being |
1077 bound before testing its value for being nil. | |
1078 | |
30619 | 1079 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
1080 `first', `second', and `third'. | |
1081 | |
1082 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
1083 (second): Make it an alias for `cadr'. | |
1084 | |
30616 | 1085 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
1086 | |
1087 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
1088 types of display support faces now. | |
1089 | |
30614 | 1090 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
1091 | |
1092 * pcvs.el (require): Require `cl' during compilation, only. | |
1093 | |
1094 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
1095 (toplevel): Remove `remq' and `remove' from autoloads. | |
1096 (cl-fake-autoloads): New variable. If set, arrange for an error | |
1097 when CL functions etc. are autoloaded. | |
1098 | |
30585 | 1099 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
1100 | |
30593 | 1101 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
1102 | |
30591 | 1103 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
1104 popped up, but the user clicks outside the menu, return an empty | |
1105 regexp (that causes unhighlight-regexp to have no effect). | |
1106 | |
30589 | 1107 * menu-bar.el (menu-bar-games-menu): Add Zone. |
1108 | |
30585 | 1109 * hi-lock.el (toplevel): Require font-lock. |
1110 | |
30576 | 1111 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1112 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
1113 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward. |
30576 | 1114 (ebnf-8-bit-chars): New var for bug fix. |
1115 (ebnf-string): Bug fix. | |
1116 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1117 2000-08-03 Sam Steingold <sds@gnu.org> |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1118 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1119 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties' |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1120 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1121 (require 'cl): Always, not just when compiling. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1122 `ignore-errors' in `interactive', `list*', `defun*' &c make this |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1123 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1124 |
30567 | 1125 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
1126 | |
1127 * international/mule-cmds.el (select-safe-coding-system): Make | |
1128 the message text about selecting a safe coding system more clear. | |
1129 | |
30564 | 1130 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
1131 | |
30565 | 1132 * hi-lock.el: New file. |
1133 | |
1134 * play/zone.el: New file. | |
1135 | |
30564 | 1136 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
1137 value of tab-width in the original buffer. Choose a line number | |
1138 format that's a multiple of the original buffer's tab width, so | |
1139 that lines appear right. | |
1140 | |
1141 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
1142 Spell-check active region if in transient-mark-mode and mark | |
1143 is active; otherwise spell-check buffer. | |
1144 | |
1145 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1146 | |
1147 * ps-mule.el: Fix a customization problem on | |
1148 ps-mule-font-info-database-default. | |
1149 | |
30555 | 1150 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
1151 | |
1152 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
1153 display-mouse-p instead of window-system. | |
1154 (ebrowse-member-mode-map): Ditto. | |
1155 | |
30553 | 1156 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1157 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
1158 * progmodes/ebnf2ps.el: Update ps-print functions call. |
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
1159 Indentation fix. Doc fix. |
30553 | 1160 (ebnf-version): New version number (3.2). |
1161 (ebnf-format-color, ebnf-begin-job): Code fix. | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1162 |
30547 | 1163 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
1164 | |
30549 | 1165 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
1166 font lock support on window-system. | |
1167 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
1168 | |
30547 | 1169 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
1170 display-color-p, if fboundp, instead of window-system. | |
1171 | |
30545 | 1172 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
1173 | |
1174 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
1175 instead of window-system. | |
1176 | |
1177 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
1178 window-system. | |
1179 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
1180 instead of window-system. | |
1181 | |
1182 * strokes.el (strokes-file): Run the file name through | |
1183 convert-standard-filename. | |
1184 (strokes-mode): Call display-mouse-p instead of looking at | |
1185 window-system. Change the error message accordingly. | |
1186 | |
1187 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
1188 | |
1189 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
1190 (lm-plot-square, lm-init-display): Don't use window-system. | |
1191 | |
1192 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
1193 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
1194 | |
1195 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
1196 instead of looking at window-system. | |
1197 | |
30528 | 1198 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
1199 | |
1200 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
1201 of testing if iswitchb-prepost-hooks is bound, because the | |
1202 latter will always be true when invoking a recursive minibuffer | |
1203 from an active Iswitchb buffer. | |
1204 | |
30526 | 1205 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
1206 | |
1207 * files.el (shell-quote-wildcard-pattern): New function. | |
1208 (insert-directory): Call it. Only prepend "\" to command on Unix | |
1209 and GNU/Linux systems. | |
1210 | |
30524 | 1211 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
1212 | |
1213 * eshell/esh-groups.el: Change custom :link file names | |
1214 from `eshell.info' to `eshell'. | |
1215 | |
1216 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
1217 | |
1218 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
1219 correctly in recursive ange-ftp listings. | |
1220 | |
1221 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1222 | |
1223 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
1224 ps-header-font-size-internal and | |
1225 ps-header-title-font-size-internal variables are not set, | |
1226 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
1227 face text property is (foreground-color . COLOR) or | |
1228 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
1229 (ps-print-version): New version number (5.2.4). | |
1230 (ps-plot-region): Code fix. | |
1231 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
1232 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
1233 Bug fix 2. | |
1234 | |
1235 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
1236 | |
1237 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
1238 identifiers like `myXMLDocument'. | |
1239 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
1240 2000-07-28 Karl Fogel <kfogel@red-bean.com> |
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
1241 |
30524 | 1242 * mail/mail-hist.el (mail-hist-previous-input) |
1243 (mail-hist-next-input): Do the obvious code factorization. | |
1244 (mail-hist-retrieve-and-insert): New func, contains common | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
1245 code of above two. |
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
1246 If inserting a message body, leave point at top. |
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
1247 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
1248 2000-07-28 Sam Steingold <sds@gnu.org> |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
1249 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
1250 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 1251 Use `<=', not `<' to compare times! |
1252 (ange-ftp-ls): Remove. | |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
1253 |
30502 | 1254 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
1255 | |
30516 | 1256 * play/cookie1.el: Add explanation of how to make cookie.el |
1257 compatible with strfile(1) to comment. | |
1258 | |
1259 * subr.el (remove, remq): New functions. | |
1260 | |
30511 | 1261 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
1262 escape `*' in regexps. | |
1263 (midnight-find): Reverse order of arguments in the funcall of | |
1264 TEST. | |
1265 | |
1266 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
1267 and `.class'. | |
1268 | |
30502 | 1269 * play/meese.el: Add Commentary section. |
1270 | |
30516 | 1271 2000-07-27 Alex Schroeder <alex@gnu.org> |
1272 | |
1273 * sql.el (sql-ms): Added autoload cookie. | |
1274 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
1275 (sql-oracle): Ditto. | |
1276 (sql-help): Doc change. | |
1277 | |
1278 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
1279 types and exceptions. | |
1280 | |
1281 2000-07-27 Alex Schroeder <alex@gnu.org> | |
1282 | |
1283 * sql.el (sql-placeholder-history): New variable. | |
1284 (sql-query-placeholders-and-send): New function that will query | |
1285 the user and replace placeholders with user input. | |
1286 (sql-oracle): If running on NT, set comint-input-sender to | |
1287 sql-query-placeholders-and-send. | |
1288 | |
1289 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
1290 present it as a message. | |
1291 | |
1292 2000-07-27 Alex Schroeder <alex@gnu.org> | |
1293 | |
1294 * sql.el (sql-input-ring-separator): Doc change. | |
1295 (sql-input-ring-file-name): Doc change. | |
1296 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
1297 `sql-input-ring-file-name' to set the comint-mode equivalents | |
1298 without making them local variables. | |
1299 (sql-stop): Don't bind `sql-input-ring-separator' and | |
1300 `sql-input-ring-file-name' dynamically to their comint-mode | |
1301 equivalents. | |
1302 | |
30490 | 1303 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1304 | |
1305 * international/mule.el (register-char-codings): New function. | |
1306 (make-coding-system): Handle `safe-chars' specification in the arg | |
1307 PROPERTY. | |
1308 | |
1309 * international/mule-cmds.el | |
1310 (find-coding-systems-region-subset-p): This function deleted. | |
1311 (sort-coding-systems-predicate): New variable. | |
1312 (sort-coding-systems): New function. | |
1313 (find-coding-systems-region): Use | |
1314 find-coding-systems-region-internal. | |
1315 (find-coding-systems-string): Use find-coding-systems-region. | |
1316 (find-coding-systems-for-charsets): Check | |
1317 char-coding-system-table. | |
1318 (select-safe-coding-system-accept-default-p): New variable. | |
1319 (select-safe-coding-system): Mostly rewritten. New argument | |
1320 ACCEPT-DEFAULT-P. | |
1321 (select-message-coding-system): Call select-safe-coding-system | |
1322 with ACCEPT-DEFAULT-P arg. | |
1323 (reset-language-environment): Reset default-sendmail-coding-system | |
1324 to the default value iso-latin-1. | |
1325 (set-language-environment): Don't set the obsolete variable | |
1326 charset-origin-alist. | |
1327 | |
1328 * international/codepage.el (cp-coding-system-for-codepage-1): | |
1329 Give `safe-chars' property to make-coding-system. | |
1330 | |
1331 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
1332 calling select-message-coding-system twice. | |
1333 | |
1334 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
1335 instead of `safe-charsets'. | |
1336 (cyrillic-alternativnyj): Likewise. | |
1337 (ccl-encode-alternativnyj): Don't check the charset | |
1338 cyrillic-iso8859-5. | |
1339 | |
30484 | 1340 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1341 | |
1342 * composite.el (compose-chars-after): Preserve match data. | |
1343 | |
30481 | 1344 2000-07-26 Sam Steingold <sds@gnu.org> |
1345 | |
1346 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
1347 (ange-ftp-real-file-newer-than-file-p): New function. | |
1348 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
1349 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
1350 | |
1351 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
1352 * midnight.el (midnight-float-time): Ditto. | |
1353 | |
30479 | 1354 2000-07-26 Andreas Schwab <schwab@suse.de> |
1355 | |
1356 * files.el (normal-backup-enable-predicate): Correct | |
1357 interpretation of the return value of compare-strings. | |
1358 | |
30471 | 1359 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
1360 | |
30477 | 1361 * isearch.el (isearch-resume): New function. |
1362 (isearch-done): Add something to command-history to resume | |
1363 the search. | |
1364 (isearch-yank-line, isearch-yank-word): Use | |
1365 buffer-substring-no-properties instead of buffer-substring. | |
1366 | |
30471 | 1367 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
1368 of flyspell-mouse-map. | |
1369 | |
1370 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
1371 duplicate definition. | |
1372 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
1373 | |
1374 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
1375 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
1376 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1377 2000-07-25 Sam Steingold <sds@gnu.org> |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1378 |
30459 | 1379 * net/ange-ftp.el: Get modtime over the net. |
1380 (ange-ftp-file-modtime): New function. | |
30473 | 1381 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
1382 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 1383 Use it. |
1384 (ange-ftp-dot-to-slash): New function. | |
1385 (ange-ftp-fix-name-for-vms): Use it. | |
1386 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1387 * midnight.el (midnight-buffer-display-time): Use |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1388 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1389 |
30457 | 1390 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
1391 | |
1392 * find-dired.el: Update copyright notice. | |
1393 (find-dired): Offer to kill a running `find'. | |
1394 | |
1395 * enriched.el (enriched-face-ans): For a `foreground-color' | |
1396 property, return '(("x-color" COLOR))' so that COLOR will be | |
1397 output as a parameter of the x-color annotation. Likewise for the | |
1398 `background-color' property. In the case of normal face | |
1399 properties, don't return annotations for unspecified foreground | |
1400 and background face attributes. | |
1401 | |
30450 | 1402 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
1403 | |
1404 * language/japan-util.el (japanese-katakana-region): Fix handling | |
1405 HANKAKU argument. | |
1406 | |
30438 | 1407 2000-07-25 Miles Bader <miles@gnu.org> |
1408 | |
1409 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
1410 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
1411 constrain-to-field. | |
1412 | |
30437 | 1413 2000-07-24 Andrew Innes <andrewi@gnu.org> |
1414 | |
1415 * timer.el (timer-activate-when-idle): Add optional parameter | |
1416 DONT-WAIT. Update docstring. | |
1417 (run-with-idle-timer): Specify extra parameter to | |
1418 timer-activate-when-idle, so that timer will be activated | |
1419 immediately if Emacs is already idle. | |
1420 | |
1421 * w32-fns.el (w32-using-nt): Fix docstring. | |
1422 | |
30434 | 1423 2000-07-24 Dave Love <fx@gnu.org> |
1424 | |
1425 * mouse.el (popup-menu): Set last-command-event. | |
1426 (mouse-major-mode-menu-prefix): Declare. | |
1427 | |
30433 | 1428 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1429 | |
1430 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1431 | |
1432 * progmodes/hideshow.el: Update copyright notice. | |
1433 | |
1434 * vcursor.el: Set maintainer to FSF, since author cannot | |
1435 be reached. | |
1436 | |
30422 | 1437 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1438 | |
30424 | 1439 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1440 the prompt. | |
1441 | |
30422 | 1442 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1443 in case it was defined with define-prefix-key. If the menu is a | |
1444 list of keymaps, look up the binding of user's choice in each one | |
1445 of the keymaps. | |
1446 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1447 don't have a prompt string, create one and insert it into the | |
1448 keymap. Don't barf if current-local-map returns nil. | |
1449 | |
30415 | 1450 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1451 | |
1452 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1453 to be undone. | |
1454 (dired-sort-other): Use it. | |
1455 | |
30412 | 1456 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1457 | |
30415 | 1458 * Release of cc-mode 5.27 |
30412 | 1459 |
1460 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1461 | |
1462 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1463 c-beginning-of-statement-1 that caused a bad case of recursion | |
1464 which could consume a lot of CPU in large classes in languages | |
1465 that have in-expression classes (i.e. Java and Pike). | |
1466 | |
1467 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1468 statements before top level constructs (i.e. case 6 is moved | |
1469 before case 5 and is now case 4) to catch in-expression | |
1470 classes in top level expressions correctly. | |
1471 | |
1472 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1473 | |
1474 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1475 objc-method-intro. Case 4 removed and case 5I added. | |
1476 | |
1477 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1478 c-common-init to get paragraph-start correct. | |
1479 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1480 initialize paragraph-start to make it correct both with and | |
1481 without the javadoc special case. | |
1482 | |
1483 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1484 initialize paragraph-start for javadoc markup. | |
1485 | |
1486 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1487 change by defaulting this to t. It's motivated by the | |
1488 confusing behavior that otherwise arise from the style system | |
1489 when editing both java and non-java files at the same time | |
1490 (see the comments about style setting in c-common-init). | |
1491 | |
1492 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1493 | |
1494 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1495 similar to the one in c-fill-paragraph to check the fill | |
1496 prefix from the adaptive fill function for sanity. | |
1497 | |
1498 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1499 | |
1500 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1501 defun block. | |
1502 | |
1503 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1504 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1505 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1506 |
1507 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1508 | |
1509 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1510 leading comma nicely. Extended to handle member initializers | |
1511 too. | |
1512 | |
30415 | 1513 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1514 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1515 when the lines begins with a comma. | |
1516 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1517 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1518 |
1519 * cc-vars.el (c-offsets-alist): Changed default for | |
1520 member-init-cont to c-lineup-multi-inher since it now handles | |
1521 member initializers and indents better for leading commas. | |
1522 | |
1523 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1524 | |
1525 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1526 handling that caused class open lines to be recognized as | |
1527 statement-conts in some cases. | |
1528 | |
1529 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1530 guessed by the adaptive fill function unless point is on the | |
1531 first line of a block comment. | |
1532 | |
1533 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1534 when the buffer ends with a macro continuation char. | |
1535 | |
1536 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1537 function definitions as statements in Pike. The first | |
1538 statement in a lambda block is now labeled defun-block-intro | |
1539 instead of statement-block-intro. | |
1540 | |
1541 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1542 so that the class surrounding point is selected, not the one | |
1543 innermost in the state. | |
1544 | |
1545 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1546 recognition of switch labels having hanging multiline | |
1547 statements. | |
1548 | |
1549 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1550 some code in c-guess-basic-syntax to a separate function. | |
1551 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1552 recognition of member inits with multiple line arglists. | |
1553 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1554 member-init-cont when the commas are in funny places. | |
1555 | |
1556 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1557 | |
1558 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1559 not used anymore. | |
1560 | |
1561 * cc-engine.el (c-looking-at-bos): New helper function. | |
1562 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1563 inexpr and toplevel classes apart in Pike. | |
1564 | |
1565 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1566 of case 9A. | |
1567 | |
1568 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1569 constant, since "class" can introduce an in-expression class | |
1570 in Pike nowadays. | |
1571 | |
1572 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1573 | |
1574 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1575 indentation on cpp-macro lines. | |
1576 | |
1577 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1578 a syntax modifier like comment-intro, to make it possible to | |
1579 get syntactic indentation for preprocessor directives. It's | |
1580 incompatible wrt to lineup functions on cpp-macro, but it has | |
1581 no observable effect in the 99.9% common case where cpp-macro | |
1582 is set to -1000. | |
1583 | |
1584 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1585 | |
1586 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1587 member-init-cont when the preceding arglist is several lines. | |
1588 | |
1589 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1590 | |
1591 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1592 style corrected to 8. | |
1593 | |
1594 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1595 | |
1596 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1597 brace list openers in the gnu style. | |
1598 | |
1599 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1600 | |
1601 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1602 | |
1603 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1604 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1605 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1606 when c-syntactic-indentation is nil. | |
1607 | |
1608 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1609 we were left at comments preceding the first statement when | |
1610 reaching the beginning of the buffer. | |
1611 | |
1612 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1613 off all syntactic indentation. | |
1614 | |
1615 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1616 | |
1617 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1618 between the text and the block comment ender when it hangs, | |
1619 depending on how many there are before the fill. | |
1620 | |
1621 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1622 | |
1623 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1624 function to go back to the closest preceding statement start, | |
1625 which could be inside a conditional statement. | |
1626 * cc-engine.el (c-guess-basic-syntax): Use | |
1627 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1628 | |
1629 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1630 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1631 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1632 changed. | |
1633 | |
1634 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1635 up-to-date with javadoc 1.2. | |
1636 | |
1637 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1638 | |
1639 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1640 multiline Pike type decls. | |
1641 | |
1642 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1643 | |
1644 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1645 multiline comments in multiline mode, regardless of | |
1646 comment-multi-line. | |
1647 | |
1648 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1649 | |
1650 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1651 fully::qualified::names in C++ member init lists. Preamble in | |
1652 case 5D changed. | |
1653 | |
1654 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1655 | |
1656 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1657 moved to c-initialize-cc-mode. More compatible style override | |
1658 when using global style variables. | |
1659 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1660 variables moved here. | |
1661 | |
30415 | 1662 * cc-mode.texi: Documented the special behavior of |
30412 | 1663 c-special-indent-hook as a style variable. Don't talk about |
1664 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1665 that's already too late to work right. | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1666 |
30412 | 1667 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1668 variable localness in c-style-variables-are-local-p to make | |
1669 the compatibility measure in c-common-init work well. | |
1670 | |
1671 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1672 longer contain set-from-style. | |
1673 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1674 set-from-style on c-special-indent-hook. | |
1675 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1676 copy-alist is sufficient now. | |
1677 | |
1678 * cc-styles.el (c-set-style, c-set-style-1, | |
1679 c-get-style-variables): Fixes to variable initialization so | |
1680 that duplicate entries in styles have the same effect | |
1681 regardless of DONT-OVERRIDE. | |
1682 | |
1683 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1684 initialization of inheriting styles failed when the | |
1685 dont-override flag is set. | |
1686 | |
1687 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1688 on this. | |
1689 | |
1690 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1691 | |
1692 * cc-defs.el (c-forward-comment): Removed the workaround | |
1693 introduced in 5.38 since it had worse side-effects. If a line | |
1694 contains the string "//\"", it regarded the // as a comment | |
1695 start since the \ temporarily doesn't have escape syntax. | |
1696 | |
1697 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1698 | |
1699 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1700 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1701 when ada-prj tries to add to it. | |
1702 (ada-activate-keys-for-case): Suppress the characters that are not | |
1703 part of the Ada syntax. Better compatibility with else-mode | |
1704 (ada-adjust-case-interactive): When auto-casing is not active, | |
1705 correctly insert newlines (used to insert only ^M). Prevent the | |
1706 syntax table from being changed in case of an error | |
1707 (or '_' becomes part of a word and some commands are confused). | |
1708 Do nothing if ada-auto-case is nil. | |
1709 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1710 (ada-batch-reformat): Update usage comment | |
1711 (ada-call-from-contextual-menu): New function | |
1712 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1713 first to nil first, so that the casing exception file can be | |
1714 shared. | |
1715 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1716 files. | |
1717 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1718 anywhere in the error message | |
1719 (ada-contextual-menu-last-point): New variable | |
1720 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1721 t on XEmacs, it means that DEL should delete one character | |
1722 forward. | |
1723 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1724 New submenu "Options". | |
1725 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1726 statements. | |
1727 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1728 even if they don't match ada-fill-comment-prefix Fix handling of | |
1729 paragraphs on the first or last line of a file. | |
1730 (ada-format-paramlist): Fix handling of default parameter values. | |
1731 (ada-get-body-name): New function. | |
1732 (ada-get-current-indent): Optimized by searchling directly for an | |
1733 existing generic part or a statement outside of it. Handle | |
1734 ada-indent-align-comments when indenting comments Replaced some | |
1735 regexps by testing directly the next character. This results in a | |
1736 huge speedup on some files. New indentation scheme for renames | |
1737 statements. Stop looking for the 'while' or 'for' associated with | |
1738 a 'loop' at the first semicolon encountered. A "return" can also | |
1739 match an anonymous access subprogram declaration. | |
1740 (ada-get-indent-noindent): Ignore strings and comments when | |
1741 looking for the keywords "record" and "private". | |
1742 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1743 are not in fact seeing "end if". Ignore "when" statements except | |
1744 when initial keyword was "begin". Fix handling of nested | |
1745 procedures. Add a recursive call to this function to skip over | |
1746 other 'end' statmts. Fix indentation for "when .. => begin" | |
1747 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1748 expressions, where 'and then', 'or else' and parenthesis | |
1749 statements are mixed up. | |
1750 (ada-in-paramlist-p): Skip comments while searching for the | |
1751 beginning Fix handling of operator declarations. | |
1752 (ada-indent-align-comments): New variable | |
1753 (ada-indent-current): Change the syntax table only in the | |
1754 protected section, so that we are sure it is restored correctly. | |
1755 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1756 ada-with-indent Correctly indent "select ... then" | |
1757 (ada-indent-region): Slight speedup. | |
1758 (ada-indent-renames): New variable. | |
1759 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1760 New variables | |
1761 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1762 keyword when it is the first word in a package declaration. | |
1763 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1764 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1765 even if point is not initially at the end of the word. | |
1766 (ada-matching-decl-start-re): Add "when". | |
1767 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1768 which-func-mode Override the old find-file.el entry in | |
1769 ff-special-constructs since it is using the obsolete | |
1770 ada-spec-suffix variable | |
1771 (ada-no-auto-case): New function | |
1772 (ada-scan-paramlist): When parsing the argument type, accept | |
1773 spaces (as in "X 'Class", generated by Rational Rose). | |
1774 (ada-other-file-name): No longer loads the other file. | |
1775 (ada-popup-menu): Save and restore the current buffer and cursor | |
1776 position before and after displaying the menu. | |
1777 (ada-search-ignore-complex-boolean): New function. | |
1778 (ada-uncomment-region): Emacs21 already knows how to delete | |
1779 comments not starting in the first column. | |
1780 (ada-use-indent): New variable | |
1781 (ada-which-function): New function. | |
1782 (ada-with-indent): New variable | |
1783 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1784 can be batch-compiled from the command line. | |
1785 | |
1786 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1787 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1788 Add -toolbar to the default ddd command Switches moved from | |
1789 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1790 ada-prj-default-comp-opt | |
1791 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1792 Reference Manual to the menu | |
1793 (ada-check-current): rewritten as a call to ada-compile-current | |
1794 (ada-compile): Removed. | |
1795 (ada-compile-application, ada-compile-current, ada-check-current): | |
1796 Set the compilation-search-path so that compile.el automatically | |
1797 finds the sources in src_dir. Automatic scrollong of the | |
1798 compilation buffer. C-uC-cC-c asks for confirmation before | |
1799 compiling | |
1800 (ada-compile-current): New parameter, prj-field | |
1801 (ada-complete-identifier): Load the .ali file before doing | |
1802 processing | |
1803 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1804 conform to gnatmake's behavior. | |
1805 (ada-find-file-in-dir): New function | |
1806 (ada-find-references): Set the environment variables for gnatfind | |
1807 (ada-find-src-file-in-dir): New function. | |
1808 (ada-first-non-nil): Removed | |
1809 (ada-gdb-application): Add support for jdb, the java debugger. | |
1810 (ada-get-ada-file-name): Load the original-file first if not done | |
1811 yet. | |
1812 (ada-get-all-references): Handles the new ali syntax (parent types | |
1813 are found between <>). | |
1814 (ada-initialize-runtime-library): New function | |
1815 (ada-mode-hook): Always load a project file when a file is opened, | |
1816 so that the casing exceptions are correctly read. | |
1817 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1818 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1819 to open the project file, since the latter does not work with | |
1820 speedbar Get default values before loading the prj file, or the | |
1821 default executable file name is wrong. Use the absolute value of | |
1822 src_dir to initialize ada-search-directories and | |
1823 compilation-search-path,... Add the standard runtime library to | |
1824 the search path for find-file. | |
1825 (ada-prj-default-debugger): Was missing an opening '{' | |
1826 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1827 variables. | |
1828 (ada-prj-default-gnatmake-opt): New variable | |
1829 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1830 buffers, the project file is the default one Save the windows | |
1831 configuration before displaying the menu. | |
1832 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1833 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1834 ...) regexp-quote identifiers names to support operators +, | |
1835 -,... in regexps. | |
1836 (ada-remote): New function. | |
1837 (ada-run-application): Erase the output buffer before starting the | |
1838 run Support remote execution of the application. Use | |
1839 call-process, or the arguments are incorrectly parsed | |
1840 (ada-set-default-project-file): Reread the content of the active | |
1841 project file, not the one from the current buffer When a project | |
1842 file is set as the default project, all directories are | |
1843 automatically associated with it. | |
1844 (ada-set-environment): New function | |
1845 (ada-treat-cmd-string): New special variable ${current} | |
1846 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1847 any ${...} substring | |
1848 (ada-xref-current): If no body was found, compiles the spec | |
1849 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1850 compiler to get rid of command line length limitations. | |
1851 (ada-xref-get-project-field): New function | |
1852 (ada-xref-project-files): New variable | |
1853 (ada-xref-runtime-library-specs-path) | |
1854 (ada-xref-runtime-library-ali-path): New variables | |
1855 (ada-xref-set-default-prj-values): Default run command now does a | |
1856 cd to the build directory. New field: main_unit Provide a default | |
1857 file name even if the current buffer has no prj file. | |
1858 | |
1859 * ada-prj.el: | |
1860 Rewritten to show a tabbed-dialog. | |
1861 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1862 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1863 New function | |
1864 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1865 (ada-prj-load-from-file): New function | |
1866 (ada-prj-save): Always save fields that depend on the current buffer | |
1867 (ada-prj-show-value): New function | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1868 |
30412 | 1869 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1870 Ada mode. This will allow us to display the Ada menu in any buffer | |
1871 we want (for project items). | |
1872 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1873 number of spaces in the header. | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1874 |
30395 | 1875 2000-07-24 Dave Love <fx@gnu.org> |
1876 | |
1877 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1878 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1879 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1880 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1881 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1882 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1883 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1884 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1885 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1886 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1887 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1888 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1889 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1890 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1891 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1892 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1893 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1894 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1895 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1896 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1897 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1898 (eldoc-mode): If not using idle timers, append to local post and |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1899 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1900 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1901 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1902 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1903 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1904 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1905 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1906 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1907 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1908 |
30386 | 1909 2000-07-23 Dave Love <fx@gnu.org> |
1910 | |
1911 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1912 ^o, ^u. | |
1913 | |
30359 | 1914 2000-07-21 Dave Love <fx@gnu.org> |
1915 | |
30374 | 1916 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1917 now passed to the function. It now works properly. | |
1918 | |
30359 | 1919 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1920 | |
30350 | 1921 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1922 | |
1923 * info-look.el (info-lookup): If *info* is shown in another frame | |
1924 on the same display, select that frame, instead of switching to | |
1925 the Info buffer in another window of the selected frame. | |
1926 | |
1927 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1928 kp-0 to kp-9 and kp-subtract. | |
1929 (digit-argument): Handle these keys. | |
1930 | |
30346 | 1931 2000-07-20 Dave Love <fx@gnu.org> |
1932 | |
1933 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1934 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1935 Put an extra property on the overlays and use it to clean up in | |
1936 case goto-address is re-run. | |
1937 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1938 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1939 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1940 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1941 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1942 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1943 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1944 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1945 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1946 |
30331 | 1947 2000-07-19 Dave Love <fx@gnu.org> |
1948 | |
1949 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1950 implementation. | |
1951 | |
1952 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1953 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1954 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1955 | |
30318 | 1956 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1957 | |
30329 | 1958 * textmodes/refer.el: Correct maintainer's email address. |
1959 | |
1960 * progmodes/hideif.el: Correct author's email address. | |
1961 Fix typo in comment. | |
1962 | |
1963 * xml.el: New file. | |
1964 | |
30318 | 1965 * mail/mailheader.el: Correct author's mail address. |
1966 | |
1967 * gnus/parse-time.el: Correct author's mail address. | |
1968 | |
30329 | 1969 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1970 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1971 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1972 New user options. |
1973 (comint-input-ring-file-name): Change custom type. | |
1974 (comint-mode-map): Bind mouse-2. | |
1975 (comint-insert-clicked-input): New function. | |
1976 (comint-send-input): Handle input highlighting. | |
1977 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1978 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1979 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1980 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1981 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1982 |
30311 | 1983 2000-07-18 Dave Love <fx@gnu.org> |
1984 | |
1985 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1986 improvements. | |
1987 | |
30308 | 1988 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1989 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1990 * faces.el (face-font-selection-order) |
30308 | 1991 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1992 |
30298 | 1993 2000-07-18 Dave Love <fx@gnu.org> |
1994 | |
1995 * cus-edit.el (custom-variable-reset-saved) | |
1996 (custom-variable-reset-standard): Remove unused bindings. | |
1997 | |
1998 * rect.el (open-rectangle-line): Remove unused let. | |
1999 | |
2000 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
2001 | |
30296 | 2002 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
2003 | |
2004 * cdl.el: Fix `Maintainer' keyword. | |
2005 | |
2006 * play/pong.el: Add author's email address. | |
2007 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2008 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2009 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2010 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2011 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2012 |
30290 | 2013 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
2014 | |
2015 * mail/vms-pmail.el: Change maintainer to FSF. | |
2016 | |
2017 * net/goto-addr.el: Change maintainer to FSF. | |
2018 | |
2019 * recentf.el: Update from author. | |
2020 | |
2021 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
2022 |
30277 | 2023 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
2024 | |
2025 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
2026 links to eshell, to avoid problems on systems where the manual is | |
2027 installed as `eshell'. | |
2028 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
2029 * eshell/em-smart.el (eshell-smart): Ditto. | |
2030 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2031 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 2032 |
2033 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
2034 same-file check in the MS-DOS version (it does support inodes). | |
2035 | |
2036 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
2037 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2038 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2039 Run default directory name through convert-standard-filename. |
30277 | 2040 |
30255 | 2041 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
2042 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2043 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2044 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2045 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2046 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2047 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2048 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2049 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2050 Don't translate some national variant characters of latin-jisx0201. |
30262 | 2051 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 2052 |
30255 | 2053 * international/kkc.el (kkc-after-update-conversion-functions): |
2054 New variable. | |
2055 (kkc-update-conversion): Run functions in it at the tail. | |
2056 | |
30277 | 2057 2000-07-16 John Wiegley <johnw@gnu.org> |
30254
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
2058 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2059 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2060 Adding new function. for auto-aligning blocks of code on RET. |
30254
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
2061 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
2062 |
30253 | 2063 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
2064 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2065 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 2066 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
2067 the conversion list at first if appropriate. | |
2068 (kkc-next): Don't update kkc-next-count here. | |
2069 (kkc-prev): Don't update kkc-prev-count here. | |
2070 (kkc-show-conversion-list-update): Fix setting up of conversion | |
2071 list message. | |
2072 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
2073 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
2074 |
30290 | 2075 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key. |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
2076 |
30248 | 2077 2000-07-16 Dave Love <fx@gnu.org> |
2078 | |
2079 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
2080 function to be more specific. | |
2081 | |
2082 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
2083 non-string help-echo. | |
2084 (widget-types-convert-widget): Defsubst it. | |
2085 (widget-echo-help): Try to cope with a help-echo function of two | |
2086 possible sorts. | |
2087 | |
30241 | 2088 2000-07-15 Jason Rumney <jasonr@gnu.org> |
2089 | |
2090 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
2091 Declare as obsolete. | |
2092 | |
2093 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
2094 | |
30226 | 2095 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
2096 | |
2097 * hilit-chg.el: Fix typo. | |
2098 | |
30221 | 2099 2000-07-14 Dave Love <fx@gnu.org> |
2100 | |
2101 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
2102 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2103 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2104 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2105 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2106 |
30193 | 2107 2000-07-13 Dave Love <fx@gnu.org> |
2108 | |
30195 | 2109 * emacs-lisp/easymenu.el: Doc fixes. |
2110 (easy-menu-remove): Defalias to ignore. | |
2111 | |
30193 | 2112 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
2113 Call throw correctly. | |
2114 | |
30190 | 2115 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
2116 | |
2117 * faces.el (frame-background-mode): Doc fix. | |
2118 | |
2119 * simple.el (eval-expression-print-length): Change custom type to | |
2120 allow entering nil as value. | |
2121 | |
30185 | 2122 2000-07-13 Dave Love <fx@gnu.org> |
2123 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2124 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2125 Change definition layout. |
30187 | 2126 (fortran-mode-menu): Reinstate customize entries. |
2127 | |
30185 | 2128 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
2129 Use :filter, per old XEmacs code. | |
2130 | |
30170 | 2131 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
2132 | |
2133 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
2134 event when deciding what to send to the terminal. | |
2135 | |
30168 | 2136 2000-07-12 Dave Love <fx@gnu.org> |
2137 | |
2138 * cus-start.el: Add optional version as 4th element of specs and | |
2139 use it for several things new in v21. Remove load-path. Fix type | |
2140 of line-number-display-limit. | |
2141 | |
30148 | 2142 2000-07-11 Dave Love <fx@gnu.org> |
2143 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2144 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2145 Use repeat counts in various regexps. |
30150 | 2146 (fortran-mode-syntax-table): Defvar directly. |
2147 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2) | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2148 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2149 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2150 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 2151 (fortran-mode): Set fortran-comment-line-start-skip, |
2152 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
2153 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2154 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2155 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 2156 (fortran-comment-region, fortran-electric-line-number): Simplify. |
2157 (fortran-auto-fill): New function. | |
2158 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2159 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2160 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2161 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2162 Use fortran-auto-fill. |
30150 | 2163 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2164 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 2165 |
30148 | 2166 * widget.el (widget-plist-member): New alias. |
2167 | |
30146 | 2168 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
2169 | |
2170 * eshell/esh-module.el (toplevel): Reference | |
2171 byte-compile-current-file only if it is bound. | |
2172 | |
30131 | 2173 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
2174 | |
2175 * dired.el: Don't require `dired-aux'. | |
2176 | |
30127 | 2177 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
2178 | |
2179 * dired-aux.el (dired-show-file-type): New function. | |
2180 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
2181 (dired-show-file-type): Add autoload. | |
2182 | |
30125 | 2183 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
2184 | |
2185 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2186 change of fontset-info. |
30125 | 2187 (print-fontset): Likewise. |
2188 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2189 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2190 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2191 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2192 |
30111 | 2193 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
2194 | |
30131 | 2195 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 2196 |
30111 | 2197 * dired.el (dired-find-alternate-file): New function. |
2198 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
2199 (toplevel): Require dired-aux when compiling. | |
2200 (dired-buffers): Move defvar within file to avoid compiler warning. | |
2201 | |
2202 * info.el (Info-last-search): Variable removed. | |
2203 (Info-search-history): New variable. | |
2204 (Info-search): New Info-search-history. | |
2205 | |
2206 * battery.el, info-look.el: Change author's mail address. | |
2207 | |
30115 | 2208 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us> |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2209 |
30115 | 2210 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
2211 if rmail-ignored-headers is nil. | |
2212 (rmail-retry-failure): Bind rmail-ignored-headers and | |
2213 rmail-displayed-headers to nil. | |
2214 | |
30096 | 2215 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
2216 | |
30103 | 2217 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
2218 (print-region-1): Don't hard code `-h' here. | |
2219 | |
30096 | 2220 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
2221 | |
30103 | 2222 2000-07-01 Francesco Potorti` <pot@gnu.org> |
2223 | |
2224 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
2225 exim can use "your message" instead of "the message". | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2226 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2227 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2228 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2229 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2230 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2231 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2232 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2233 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2234 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2235 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2236 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu> |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2237 |
30096 | 2238 * ediff-diff.el (ediff-wordify): Use syntax table. |
2239 * ediff-init.el (ediff-has-face-support-p): Use | |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2240 ediff-color-display-p. |
30096 | 2241 (ediff-color-display-p): Use display-color-p, changed to defun |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2242 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2243 Got rid of special cases for NeXT and OS/2. |
30096 | 2244 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2245 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2246 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2247 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2248 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2249 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2250 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2251 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2252 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2253 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2254 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2255 |
30076 | 2256 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2257 | |
30085 | 2258 * Makefile.in (DONTCOMPILE): Add comment that the name may |
2259 not be changed without changing the make-dist script. | |
2260 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2261 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 2262 (cl-mapc): Use mapc instead of cl-old-mapc. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2263 |
30067 | 2264 2000-07-05 Andrew Innes <andrewi@gnu.org> |
2265 | |
2266 * makefile.nt: Add support for `bootstrap' and related targets. | |
2267 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2268 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2269 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2270 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2271 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2272 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2273 Manually call the potential top-level filter in the function binding. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2274 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2275 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2276 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2277 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2278 New var and fun to memoize easy-menu-convert-item-1. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2279 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2280 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2281 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2282 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2283 Tell easy-menu-make-symbol not to check for MENU being an expression. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2284 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2285 |
30056 | 2286 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2287 | |
2288 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
2289 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
2290 (eval-defun): If called with prefix arg, instrument code for | |
2291 Edebug. | |
2292 | |
2293 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
2294 similar to that of eval-defun. | |
2295 | |
30029 | 2296 2000-07-04 Dave Love <fx@gnu.org> |
2297 | |
30035 | 2298 * hl-line.el (hl-line-overlay): Make it permanent-local. |
2299 | |
30029 | 2300 * calendar/todo-mode.el: Replaced with a working version, based on |
2301 revision 1.34 tidied up. | |
2302 | |
2303 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 2304 |
2305 * paths.el (prune-directory-list): New function. | |
2306 (Info-default-directory-list): Rewritten to more methodically | |
2307 enumerate a big list of possible info directories (based on the | |
2308 list used by the standalone info reader). | |
30029 | 2309 |
30021 | 2310 * info.el (info-initialize): Use prune-directory-list to remove |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2311 non-existent directories from Info-directory-list. |
30021 | 2312 |
2313 * paths.el (Info-default-directory-list): Try a list of possible | |
2314 info-directories instead of a single one. Add the possible | |
2315 info directory "/usr/share/info". | |
2316 | |
2317 * woman.el (woman-man.conf-path): Explicitly include the debian | |
2318 man-db config file "/etc/manpath.config". | |
2319 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
2320 are present in `manpath.config'. | |
2321 (woman-manpath): Include "/usr/share/man". | |
2322 | |
30006 | 2323 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
2324 | |
30017 | 2325 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
2326 | |
2327 * startup.el (command-line): Initialize blink-cursor based | |
2328 on window-system. | |
2329 | |
30014 | 2330 * frame.el (blink-cursor): Default to nil if not running under |
2331 a window-system. | |
2332 | |
30012 | 2333 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
2334 (face-x-resources): Remove duplicate entry for :font. | |
2335 | |
30006 | 2336 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
2337 instead of cycling through windows with next-window. | |
2338 | |
2339 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
2340 of cycling through windows with next-window. | |
2341 | |
2342 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
2343 of cycling through windows with next-window. | |
2344 | |
2345 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
2346 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
2347 instead of cycling through windows with next-window. | |
2348 | |
2349 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
2350 instead of cycling through windows with next-window. | |
2351 | |
2352 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
2353 of cycling through windows with next-window. | |
2354 | |
2355 * terminal.el (te-process-output): Use walk-windows instead of | |
2356 cycling through windows with next-window. | |
2357 | |
2358 * server.el (server-switch-buffer): Use some-window instead of | |
2359 cycling through windows with next-window. | |
2360 | |
2361 * window.el (some-window): New function. | |
2362 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 2363 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2364 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 2365 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
2366 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 2367 |
2368 * window.el (walk-windows): Guarantee termination by keeping a list | |
2369 of all the windows already handled. | |
2370 | |
29975 | 2371 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2372 | |
2373 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
2374 window-system. | |
2375 | |
2376 * man.el (Man-notify-when-ready): Don't use window-system. If | |
2377 Man-notify-method is newframe, and the display is not | |
2378 multi-frame, select the frame created for the man page. | |
2379 (Man-init-defvars): Doc fix. | |
2380 | |
29972 | 2381 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
2382 | |
29982 | 2383 * faces.el (region): Change background color for light background. |
2384 | |
2385 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
2386 attribute from mode-line face of Ediff control frame. | |
2387 | |
29972 | 2388 * replace.el (query-replace-map): Bind `e' like `E'. |
2389 | |
29967 | 2390 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2391 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2392 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2393 Change name to "Select All". |
29969 | 2394 |
29967 | 2395 * dos-fns.el (convert-standard-filename): Fix last change. |
2396 | |
29957 | 2397 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
2398 | |
29959 | 2399 * help.el (describe-variable): Don't insert a second `'s' in front |
2400 of the string `value is shown below'. Since the syntax-table is | |
2401 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
2402 an existing `'s', so that this won't be deleted. | |
2403 | |
29957 | 2404 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
2405 * pcmpl-unix.el: New files. | |
2406 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2407 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2408 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2409 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2410 |
29939 | 2411 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
2412 | |
29956 | 2413 * replace.el (perform-replace): Undo change of 2000-04-04. |
2414 Instead, move backward 1 character at the end of the loop when | |
2415 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2416 |
29949 | 2417 * faces.el (fringe): Change face for different backgrounds. |
2418 | |
2419 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
2420 patch from John. | |
2421 | |
29939 | 2422 * eshell/*.el: Change spelling of the Free Software Foundation. |
2423 | |
2424 * eshell/esh-toggle.el: Removed. | |
2425 | |
2426 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2427 | |
2428 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2429 interactively. | |
2430 | |
2431 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2432 | |
2433 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2434 `define-key'; instead of checking `(emacs-version)' check for | |
2435 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2436 for `;' and `o' which might be electric. | |
2437 | |
2438 (sql-electric-stuff): New user option. | |
2439 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2440 (sql-magic-semicolon): New function which uses | |
2441 `sql-electric-stuff'. | |
2442 | |
2443 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2444 is not fboundp. | |
2445 | |
2446 (sql-oracle-options): New variable. | |
2447 (sql-oracle): Use it. | |
2448 | |
2449 (sql-imenu-generic-expression): Doc change. | |
2450 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2451 is used. | |
2452 | |
2453 (sql-informix): Added command line parameter "-" to force | |
2454 sql-informix-program to use stdout. | |
2455 | |
29924 | 2456 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2457 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2458 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2459 (cp864-decode-table): Doc fix. |
2460 (cp720-decode-table): New variable, supports the Arabic OEM | |
2461 codepage used by Windows. | |
2462 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2463 | |
29920 | 2464 2000-06-23 Dave Love <fx@gnu.org> |
2465 | |
2466 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2467 (font-lock-fontify-anchored-keywords): Use | |
2468 line-beginning-position. | |
2469 (global-font-lock-mode): Use mapc. | |
2470 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2471 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2472 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2473 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2474 |
29870 | 2475 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2476 | |
29885 | 2477 * comint.el (comint-substitute-in-file-name): Call replace-match |
2478 with second and third arg t. | |
2479 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2480 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2481 Specify foreground color. |
2482 | |
2483 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2484 color. | |
2485 | |
29876 | 2486 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2487 | |
2488 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2489 cddr instead of cdddr. | |
2490 | |
29873 | 2491 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2492 instead of copy-list. | |
2493 | |
2494 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2495 of copy-list. | |
2496 | |
29870 | 2497 * subdirs.el: Add eshell subdirectory. |
2498 | |
2499 * eshell: New subdirectory containing the Eshell package. | |
2500 | |
2501 * pcomplete.el: New file. | |
2502 | |
29885 | 2503 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2504 | |
29888 | 2505 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2506 proper permissions from birth. | |
2507 | |
2508 * files.el (basic-save-buffer-2): When temporarily setting | |
2509 file modes, set them to current modes plus 0200, not to 0777. | |
2510 | |
29885 | 2511 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2512 permissions from birth. | |
2513 | |
29857 | 2514 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2515 | |
2516 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2517 backup file name through convert-standard-filename. | |
2518 | |
2519 * dos-fns.el (convert-standard-filename): Convert leading | |
2520 directories as well. When long file names are supported, convert | |
2521 characters that are invalid in Windows file names. | |
2522 | |
29849 | 2523 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2524 | |
2525 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2526 ps-print crashes. New feature: page selection for printing. Create | |
2527 raw-text-unix coding system for XEmacs. Doc fix. | |
2528 (ps-print-version): New version number (5.2.3). | |
2529 (ps-plot-region): Bug fix. | |
2530 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2531 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2532 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2533 funs. | |
2534 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2535 (ps-last-page): New vars. | |
2536 | |
29845 | 2537 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2538 | |
2539 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2540 empty option string. | |
2541 | |
29839 | 2542 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2543 | |
2544 * man.el (man): Doc fix. | |
2545 | |
29829 | 2546 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2547 | |
2548 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2549 fixed. | |
2550 | |
29814 | 2551 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2552 | |
2553 * version.el (emacs-version): Use ISO date format. | |
2554 | |
2555 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2556 instead of `M-backspace'. | |
2557 | |
2558 * simple.el (turn-off-auto-fill): New function. | |
2559 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2560 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2561 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2562 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2563 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2564 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2565 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2566 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2567 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2568 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2569 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2570 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2571 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2572 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2573 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2574 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2575 Reset jit-lock-first-unfontify-pos to point-max rather than to nil. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2576 (jit-lock-after-change): Set the `fontified' text-prop to nil. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2577 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2578 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2579 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2580 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2581 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2582 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2583 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2584 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2585 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2586 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2587 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2588 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2589 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2590 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2591 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2592 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2593 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2594 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2595 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2596 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2597 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2598 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2599 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2600 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2601 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2602 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2603 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2604 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2605 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2606 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2607 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2608 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2609 * progmodes/idlwave.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2610 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2611 * progmodes/idlw-shell.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2612 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2613 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2614 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2615 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2616 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2617 |
29776 | 2618 2000-06-20 Dave Love <fx@gnu.org> |
2619 | |
2620 * faces.el (frame-background-mode): Use set-default, not set, in | |
2621 setter. | |
2622 (frame-update-faces, frame-update-face-colors): Define with | |
2623 defalias. | |
2624 | |
2625 * enriched.el (enriched-decode-foreground) | |
2626 (enriched-decode-background): Don't use internal-find-face. | |
2627 | |
2628 * apropos.el: Doc fixes. | |
2629 | |
2630 * cus-edit.el (customize-changed-options): Check arg. | |
2631 (customize-version-lessp): Don't require decimal point. | |
2632 | |
2633 * custom.el (defcustom, defgroup): Doc fix. | |
2634 | |
2635 * newcomment.el (comment) <defgroup>: Add :version. | |
2636 (comment-multi-line): Doc fix. | |
2637 | |
2638 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2639 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2640 | |
29747 | 2641 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2642 | |
2643 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2644 the whole buffer. | |
2645 | |
29740 | 2646 2000-06-19 Dave Love <fx@gnu.org> |
2647 | |
2648 * menu-bar.el (menu-bar-options-save): New function. | |
2649 (menu-bar-options-menu): Use it. | |
2650 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2651 Simplify. | |
2652 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2653 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2654 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2655 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2656 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2657 |
29720 | 2658 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2659 | |
2660 * international/codepage.el: | |
2661 (cp-coding-system-for-codepage-1): Delete special codes for | |
2662 generating xxx-dos coding system because now a CCL based coding | |
2663 system can handle EOL conversion by default. | |
2664 | |
2665 * international/mule.el (make-coding-system): Generate subsidiary | |
2666 coding systems for EOL handling variants even for a CCL based | |
2667 coding system. | |
2668 | |
29718 | 2669 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2670 | |
2671 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2672 (isearch-minibuffer-input-method-function): These variables | |
2673 deleted. | |
2674 (isearch-with-input-method): Don't use the above variables. | |
2675 (isearch-process-search-multibyte-characters): Likewise. Call | |
2676 read-string with the arg INHERIT-INPUT-METHOD t. | |
2677 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2678 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2679 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2680 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2681 (font-lock-after-unfontify-buffer): No need to call back to jit-lock. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2682 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2683 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2684 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2685 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2686 Don't bother checking for font-lock-mode and jit-lock-mode. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2687 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2688 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2689 |
29712 | 2690 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2691 | |
2692 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2693 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2694 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2695 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2696 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2697 |
29696 | 2698 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2699 | |
2700 * find-lisp.el: New file. | |
2701 | |
29694 | 2702 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2703 | |
2704 * time.el (display-time-mail-function): New variable, to allow | |
2705 external packages to indicate when new mail is available. | |
2706 (display-time-update): Use it. | |
2707 | |
29689 | 2708 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2709 | |
29691 | 2710 * international/mule.el (mule-version): Change version name to |
2711 SAKAKI. AOI has already been used by Meadow. | |
2712 | |
29689 | 2713 * international/quail.el (quail-show-guidance-buf): To find the |
2714 bottom window (but minibuffer), pay attention to the height of | |
2715 minibuffer. | |
2716 | |
29670 | 2717 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2718 | |
29682 | 2719 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2720 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2721 from the menu bar, as the menu bar has enough space now. | |
2722 | |
29680 | 2723 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2724 | |
29670 | 2725 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2726 characters, which use series of two ^H characters instead of one. | |
2727 | |
29667 | 2728 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2729 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2730 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2731 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2732 functions. |
29686 | 2733 (Info-find-node-2): Try a case-sensitive search first, then |
2734 do a case-insensitive search. | |
2735 | |
2736 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2737 tutorials. | |
2738 | |
29676 | 2739 * complete.el (PC-env-vars-alist): New variable. |
2740 (PC-complete-as-file-name): New function. | |
2741 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2742 process-environment. | |
2743 (PC-do-completion): Handle completion of env vars. | |
2744 | |
2745 * info.el (Info-set-mode-line): Show file name in mode line, | |
2746 use `*Info*' instead of `Info:'. | |
2747 | |
29667 | 2748 * startup.el (command-line-1): Change copyright messages to year |
2749 2000. | |
2750 | |
29665 | 2751 2000-06-15 Dave Love <fx@gnu.org> |
2752 | |
2753 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2754 not local-map. | |
2755 | |
29658 | 2756 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2757 | |
2758 * international/mule.el (set-buffer-file-coding-system): Almost | |
2759 rewritten to handle `undecided' as no-op. | |
2760 | |
29654 | 2761 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2762 | |
29667 | 2763 * Makefile.in: New file. |
29657 | 2764 |
2765 * Makefile: Removed. | |
2766 | |
29654 | 2767 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2768 (goto-address-highlight-keymap): Bind C-c RET. | |
2769 | |
29640 | 2770 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2771 | |
29649 | 2772 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2773 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2774 |
29645 | 2775 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2776 0. Give correct argument to set-auto-coding-function. | |
2777 (tar-expunge): For goto-char, use (point-min), not 0. | |
2778 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2779 (tar-subfile-save-buffer): Likewize. | |
2780 | |
29640 | 2781 * international/mule.el |
2782 (after-insert-file-set-buffer-file-coding-system): Call | |
2783 set-buffer-file-coding-system with the arg FORCE t. | |
2784 | |
29633 | 2785 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2786 | |
2787 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2788 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2789 the sender is set with `-f'. |
29633 | 2790 |
29622 | 2791 2000-06-13 Dave Love <fx@gnu.org> |
2792 | |
29630 | 2793 * help.el (describe-function-1): Kluge around cases of functions |
2794 fset to subrs whose doc doesn't match their symbol-name. | |
2795 | |
29627 | 2796 * image.el (insert-image): Default STRING to a space. |
29625 | 2797 |
29622 | 2798 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2799 (Info-build-node-completions): Match Ref tags. |
29622 | 2800 |
29612 | 2801 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2802 | |
29615 | 2803 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2804 defaliases for display-graphic-p. | |
2805 | |
29612 | 2806 * hl-line.el: Fixed a typo in commentary. |
2807 | |
29609 | 2808 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2809 | |
2810 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2811 fixed. | |
2812 | |
29608 | 2813 2000-06-12 Dave Love <fx@gnu.org> |
2814 | |
2815 * image.el (insert-image): Save a little consing. | |
2816 | |
29598 | 2817 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2818 | |
2819 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2820 to the corresponding tibetan characters. | |
2821 (tibetan-add-components): Delete code for the special treatment of | |
2822 'a chung. | |
2823 | |
2824 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2825 change. | |
2826 (tibetan-vowel-transcription-alist): More rules added. | |
2827 (tibetan-composite-vowel-alist): New variable. | |
2828 (tibetan-precomposition-rule-alist): More rules added. | |
2829 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2830 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2831 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2832 * startup.el (command-line): Only call menu-bar-mode if interactive. |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2833 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2834 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2835 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2836 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2837 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2838 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2839 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2840 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2841 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2842 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2843 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2844 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2845 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2846 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2847 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2848 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2849 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2850 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2851 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2852 * startup.el (command-line, command-line-1): Don't quote lambdas. |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2853 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2854 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2855 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2856 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2857 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2858 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2859 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2860 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2861 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2862 (cvs-mode-find-file): Check that we are on a filename or dirname |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2863 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2864 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2865 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2866 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2867 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2868 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2869 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2870 (cvs-status-map): Don't inherit from cvs-mode-map anymore. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2871 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2872 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2873 (cvs-add-face): Use `keymap' rather than `local-map' property, and only |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2874 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2875 (cvs-fileinfo-pp): Don't use any special map for file and dir names. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2876 Don't hardcode the mapping from state (aka type) to face, but check |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2877 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2878 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2879 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2880 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks): |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2881 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2882 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2883 (cvs-mode-diff-map): Define it as a function as well. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2884 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2885 Bind mouse-2 in this global map rather than with text-properties. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2886 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2887 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2888 file to resolve the ambiguity between C(conflict) and C(need-merge). |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2889 |
29574 | 2890 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2891 | |
2892 * international/mule.el (set-buffer-file-coding-system): If | |
2893 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2894 unconditionally. | |
2895 | |
29568 | 2896 2000-06-12 Dave Love <fx@gnu.org> |
2897 | |
2898 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2899 required. | |
2900 | |
29556 | 2901 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2902 | |
2903 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2904 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2905 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2906 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2907 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2908 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2909 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2910 below the autoload cookie so we can load the file before loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2911 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2912 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2913 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2914 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2915 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2916 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2917 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2918 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2919 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2920 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2921 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2922 Use byte-compile-current-file and load-file-name to infer the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2923 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2924 Wrap the hook var into `progn' so as not to autoload it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2925 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2926 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2927 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2928 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2929 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2930 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2931 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2932 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2933 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2934 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2935 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2936 |
29542 | 2937 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2938 | |
2939 * international/mule.el (set-buffer-file-coding-system): If one of | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2940 undecided-XXX is specified, change only EOL conversion. |
29542 | 2941 |
2942 * international/mule-conf.el (unix): New alias for the coding | |
2943 system undecided-unix. | |
2944 | |
29528 | 2945 2000-06-09 Dave Love <fx@gnu.org> |
2946 | |
29535 | 2947 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2948 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2949 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2950 (executable-insert): Change custom type. |
2951 (executable-find): Add autoload cookie. | |
29531 | 2952 (executable-make-buffer-file-executable-if-script-p): New |
2953 function. After Noah Friedman. | |
29528 | 2954 |
2955 * files.el (after-save-hook): Customize, with | |
29531 | 2956 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2957 |
29518 | 2958 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2959 | |
29522 | 2960 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2961 "tib24p-mule.bdf" for Tibetan. | |
2962 | |
29520 | 2963 * composite.el (decompose-composite-char): Declare it as obsolete. |
2964 | |
29541 | 2965 * man.el (Man-fontify-manpage): Pay attention to underline and |
2966 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2967 |
29517 | 2968 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2969 | |
2970 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2971 Set maintainer to FSF since author isn't reachable. | |
2972 | |
29508 | 2973 2000-06-08 Dave Love <fx@gnu.org> |
2974 | |
2975 * international/mule-cmds.el (select-safe-coding-system): If | |
2976 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2977 preferred coding-system if buffer-file-coding-system is | |
2978 `undecided'. From Handa. | |
2979 | |
29503 | 2980 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2981 | |
2982 * international/mule.el | |
2983 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2984 size is greater than INSERTED, judget that we are not visiting. | |
2985 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2986 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org> |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2987 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2988 * whitespace.el (defgroup whitespace): Comment out `:version'. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2989 XEmacs 20.4 has problems defining the group with this present. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2990 We'll have this commented out till get resolve the problem. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2991 |
29498 | 2992 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2993 | |
2994 * align.el: Update from author. | |
2995 | |
2996 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2997 | |
2998 * apropos.el (apropos-mode-hook): New user variable. | |
2999 (apropos-mode): Run apropos-mode-hook. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3000 |
29498 | 3001 2000-06-07 David Ponce <david@dponce.com> |
3002 | |
3003 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
3004 commands. Require `wid-edit' at run-time. | |
3005 | |
3006 2000-06-07 David Ponce <david@dponce.com> | |
3007 | |
3008 * recentf.el: Added some "Commentary". | |
3009 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
3010 move the point at the top of the file list. This behaviour is | |
3011 consistent with the menu one when the list contains a lot of | |
3012 files. | |
3013 (recentf-cleanup): Now displays the number of items removed from | |
3014 the list. | |
3015 (recentf-relative-filter) New menu filter to show filenames | |
3016 relative to `default-directory'. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3017 |
29498 | 3018 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3019 | |
3020 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
3021 with/without giving an error if PostScript printer doesn't have this | |
3022 kind of page size. Zebra Stripe continues or restarts on next page. | |
3023 Manual/automatic paper feeding. Switch or not the header. | |
3024 (ps-print-version): New version number (5.2.2). | |
3025 (ps-windows-system): Include emx as a Windows system. | |
3026 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
3027 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
3028 (ps-background-text): Code fix. | |
3029 (ps-error-handler-message, ps-user-defined-prologue) | |
3030 (ps-print-prologue-header, ps-printer-name) | |
3031 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
3032 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
3033 (ps-use-face-background): Customization fix. | |
3034 (ps-n-up-database): Data fix. | |
3035 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
3036 (ps-switch-header): New vars. | |
3037 (ps-xemacs-color-name, ps-face-foreground-name) | |
3038 (ps-face-background-name, ps-boolean-constant): New funs. | |
3039 | |
29491 | 3040 2000-06-07 Dave Love <fx@gnu.org> |
3041 | |
3042 * allout.el: New version from Manheimer. | |
3043 | |
29483 | 3044 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
3045 | |
3046 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
3047 charset. | |
3048 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3049 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3050 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3051 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list) |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3052 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames): |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3053 Call display-color-p and display-mouse-p instead of looking at |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3054 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3055 |
29471 | 3056 2000-06-06 Dave Love <fx@gnu.org> |
3057 | |
3058 * image.el (find-image): Doc fix. Return nil if image not found. | |
3059 (put-image, insert-image): Make STRING arg optional. | |
3060 | |
29455 | 3061 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
3062 | |
3063 * language/vietnamese.el: Remove eval-when-compile. | |
3064 (viet-viscii-nonascii-translation-table): Define it as a | |
3065 translation table made from viet-viscii-decode-table. | |
3066 (viet-viscii-encode-table): Define it as a translation table made | |
3067 from the reverse map of above. | |
3068 (viet-vscii-nonascii-translation-table): Define it as a | |
3069 translation table made from viet-vscii-decode-table. | |
3070 (viet-vscii-encode-table): Define it as a translation table made | |
3071 from the reverse map of above. | |
3072 (ccl-decode-viscii): Use translate-character. | |
3073 (ccl-encode-viscii, ccl-encode-viscii-font) | |
3074 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
3075 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3076 |
29455 | 3077 * language/cyrillic.el: Remove eval-when-compile. |
3078 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
3079 translation table made from cyrillic-koi8-r-decode-table. | |
3080 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
3081 made from the reverse map of above. | |
3082 (ccl-decode-koi8): Use translate-character. | |
3083 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
3084 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
3085 a translation table made from cyrillic-alternativnyj-decode-table. | |
3086 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
3087 table made from the reverse map of above. | |
3088 (ccl-decode-alternativnyj): Use translate-character. | |
3089 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
3090 Likewize | |
3091 | |
3092 * international/mule-diag.el (non-iso-charset-alist): Specify | |
3093 translation table symbol instead of translation table itself. | |
3094 (list-block-of-chars): CHARSET may be a translation table symbol. | |
3095 | |
3096 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
3097 already exists, override it. | |
3098 | |
3099 * international/fontset.el: Use family `proportional' for Tibetan | |
3100 fonts. | |
3101 | |
3102 * international/ccl.el (ccl-compile-translate-character): Don't | |
3103 check if Rrr has property translation-table. | |
3104 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
3105 | |
29447 | 3106 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
3107 | |
3108 * info.el: Bind case-fold-search to t when searching in case | |
3109 a user sets it to nil in a hook. | |
3110 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3111 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3112 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3113 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3114 * hl-line.el (hl-line-mode): Use the new :global key argument. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3115 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3116 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3117 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3118 (tar-grind-file-mode): Construct a string rather than modifying one. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3119 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3120 Use `format' rather than an error-prone set of copy-loops. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3121 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3122 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3123 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3124 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3125 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3126 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3127 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list) |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3128 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3129 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3130 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3131 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3132 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3133 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3134 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3135 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3136 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3137 This implicitly means that it now calls kill-all-local-variables. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3138 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3139 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3140 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3141 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3142 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3143 (doc-string-elt): Fix the wrong or missing previously unused values. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3144 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3145 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3146 so that defvar's and defun's docstrings are properly printed. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3147 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3148 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3149 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3150 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3151 Be careful not to loop indefinitely in the post-command-hook function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3152 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
3153 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu> |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3154 |
29447 | 3155 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
3156 tty's. |
29447 | 3157 * ediff-diff.el (ediff-exec-process): Use --binary for fine |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3158 differences whenever appropriate. |
29447 | 3159 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
3160 * viper.el (find-file, find-file-other-window): Get viper to do | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3161 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3162 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3163 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3164 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3165 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3166 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3167 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3168 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3169 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3170 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3171 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3172 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3173 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3174 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3175 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3176 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3177 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3178 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3179 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3180 (easy-mmode-define-toggle): Remove (inline into define-minor-mode). |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3181 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3182 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3183 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3184 Add keyword arguments to specify global-ness or the custom group. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3185 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3186 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors. |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3187 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3188 |
29403 | 3189 2000-06-02 Dave Love <fx@gnu.org> |
3190 | |
3191 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
3192 all the widgets. Don't require cl or widget. Remove | |
3193 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
3194 (widget-read-event): Removed. Callers changed to use read-event. | |
3195 (widget-button-release-event-p): Renamed from | |
3196 button-release-event-p. | |
3197 (widget-field-add-space, widget-field-use-before-change): | |
3198 Uncustomize. | |
3199 (widget-specify-field): Use keymap property, not local-map. | |
3200 (widget-specify-button): Obey :suppress-face. | |
3201 (widget-specify-insert): Use modern backquote syntax. | |
3202 (widget-image-directory): Renamed from widget-glyph-directory. | |
3203 (widget-image-enable): Renamed from widget-glyph-enable. | |
3204 (widget-image-find): Replaces widget-glyph-find. | |
3205 (widget-button-pressed-face): Move defvar. | |
3206 (widget-image-insert): Replaces widget-glyph-insert. | |
3207 (widget-convert): Use keywordp. | |
3208 (widget-leave-text, widget-children-value-delete): Use mapc. | |
3209 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3210 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 3211 (widget-button-click): Don't set point at the click, but re-centre |
3212 if we scroll out of window. Rewritten for images v. glyphs &c. | |
3213 (widget-tabable-at): Use POS arg, not point. | |
3214 (widget-beginning-of-line, widget-end-of-line) | |
3215 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
3216 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
3217 (widget-default-create): Use widget-image-insert; some rewriting. | |
3218 (widget-visibility-value-create) | |
3219 (widget-push-button-value-create, widget-toggle-value-create): Use | |
3220 widget-image-insert. | |
3221 (checkbox): Create on and off images dynamically. | |
3222 (documentation-link): Change :help-echo. | |
3223 (widget-documentation-link-echo-help): Remove. | |
3224 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3225 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3226 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3227 * log-edit.el (log-edit-done): Thinko in the "same comment" detection. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3228 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3229 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3230 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3231 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3232 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3233 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3234 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3235 |
29383 | 3236 2000-06-02 Dave Love <fx@gnu.org> |
3237 | |
29392 | 3238 * files.el (convert-standard-filename): Doc fix. |
3239 (normal-backup-enable-predicate): New function. | |
3240 (backup-enable-predicate): Use it to replace the lambda form. | |
3241 | |
3242 * calendar/todo-mode.el: [This needs more work on the outline | |
3243 stuff.] Doc fixes. | |
3244 (todo) <defgroup>: Add :version. | |
3245 (todo-add-category): Don't use pushnew. | |
3246 (todo-cmd-raise): Fix typo. | |
3247 (todo-top-priorities): Change temp buffer name. | |
3248 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3249 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3250 Use outline-next-heading. |
29392 | 3251 |
29383 | 3252 * autoarg.el: Rewritten to use define-minor-mode. |
3253 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
3254 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
3255 | |
29376 | 3256 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
3257 | |
3258 * isearch.el (isearch-other-meta-char): Fix previous change. | |
3259 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3260 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3261 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3262 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3263 (log-edit-done): Only add the comment to the ring if it's different |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3264 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3265 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3266 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3267 |
29372 | 3268 2000-06-01 Dave Love <fx@gnu.org> |
3269 | |
3270 * hl-line.el: Rewritten using define-minor-mode. | |
3271 | |
3272 * help.el (describe-function-1): Distinguish special form from | |
3273 builtin function. Sanity-check presence of arglist for builtins. | |
3274 | |
29356 | 3275 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
3276 | |
29365 | 3277 * international/characters.el: Fix syntax/category setting of |
3278 Tibetan characters. | |
3279 | |
3280 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
3281 encoding of Tibetan characters. | |
3282 (tibetan-decompose-precomposition-alist): New variable. | |
3283 (tibetan-decompose-region): Convert precomposed characters to | |
3284 non-precomposed characters. | |
3285 (tibetan-decompose-string): Likewise. | |
3286 (tibetan-composition-function): Fix args to | |
3287 thibetan-compose-string. | |
3288 | |
3289 * language/tibetan.el (tibetan-composable-pattern): More | |
3290 characters included. | |
3291 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
3292 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
3293 "+R" added. | |
3294 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
3295 | |
29359 | 3296 * language/lao-util.el (lao-composition-function): Fix args to |
3297 compose-string. | |
3298 | |
3299 * language/thai-util.el (thai-composition-function): Fix args to | |
3300 compose-string. | |
3301 | |
29356 | 3302 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 3303 to prevent the point moving to the end of a composition when a |
3304 part of a composition is searched. | |
29356 | 3305 (isearch-other-meta-char): If the key invoking this command can be |
3306 mapped by function-key-map to a printing char, call | |
3307 isearch-process-search-char directly. | |
3308 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3309 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3310 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3311 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3312 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3313 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3314 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3315 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3316 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3317 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3318 * faces.el: Update calls to make-obsolete with a WHEN argument. |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3319 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3320 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3321 Add an optional WHEN argument and change the format of the |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3322 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3323 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda. |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3324 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3325 new obsolete-symbol-property format and print WHEN if it is provided. |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3326 |
29347 | 3327 2000-05-31 Dave Love <fx@gnu.org> |
3328 | |
3329 * loadhist.el (loadhist-hook-functions): Remove | |
3330 before-change-function, after-change-function. | |
3331 (unload-feature): Deal with symbols which are both bound and | |
3332 fbound. | |
3333 | |
3334 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
3335 before-change-function, after-change-function. | |
3336 | |
3337 * simple.el (newline): Don't bind before-change-function, | |
3338 after-change-function. | |
3339 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3340 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org> |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3341 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3342 * whitespace.el (whitespace-rescan-timer-time): Update interval |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3343 set to 600 seconds (10 minutes) instead of 60 seconds since |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3344 a large number of whitespace buffers causes emacs to `freeze' |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3345 for a considerable amount of time. |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3346 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3347 * whitespace.el: Updated email address |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3348 |
29330 | 3349 2000-05-31 Dave Love <fx@gnu.org> |
3350 | |
3351 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
3352 pattern for function of change. | |
3353 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
3354 acknowledgements patterns. | |
3355 | |
29328 | 3356 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
3357 | |
3358 * isearch.el (isearch-printing-char): If keyboard coding system is | |
3359 being used, call isearch-process-search-multibyte-characters. | |
3360 | |
3361 * international/isearch-x.el: Mostly rewritten. | |
3362 | |
3363 * international/quail.el (quail-start-conversion): Don't include | |
3364 unhandled events in the returned events, but set them in | |
3365 unread-command-events. Exit if all inputs are deleted. | |
3366 | |
29324 | 3367 2000-05-30 Jason Rumney <jasonr@gnu.org> |
3368 | |
3369 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
3370 | |
3371 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
3372 Reenable code to create initial fontsets. | |
3373 Use set-fontset-font in place of put-charset-property. | |
3374 | |
29302 | 3375 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
3376 | |
29307 | 3377 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
3378 label, ensure that the first colon isn't followed by another. | |
3379 | |
3380 * paths.el (Info-default-directory-list): Doc fix. | |
3381 | |
29304 | 3382 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
3383 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
3384 send a query containing USER only, not USER@HOST. | |
3385 | |
29302 | 3386 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
3387 and rmail-msgend to compute the restriction at the end, instead of | |
3388 computing it. | |
3389 | |
29292 | 3390 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
3391 | |
29295 | 3392 * dabbrev.el (dabbrev-expand): Don't display messages in the |
3393 echo area if the minibuffer window is active. | |
3394 | |
29292 | 3395 * jit-lock.el (jit-lock-mode): Add after change function to |
3396 local hook. | |
3397 | |
3398 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
3399 | |
3400 * antlr-mode.el: New commands: hide/unhide actions, | |
3401 upcase/downcase literals. | |
3402 (antlr-tiny-action-length): New user option. | |
3403 (antlr-hide-actions): New command. Suggested by | |
3404 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>. | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3405 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 3406 (antlr-mode-menu): New entries. |
3407 (antlr-downcase-literals): New command. | |
3408 (antlr-upcase-literals): Ditto. | |
3409 | |
3410 * antlr-mode.el: Minor changes: indendation, mode-name. | |
3411 (antlr-indent-line): Indent cpp directive at column 0. | |
3412 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
3413 | |
3414 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
3415 (antlr-font-lock-additional-keywords): Workaround for intentional | |
3416 bug in XEmacs version of font-lock. | |
3417 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
3418 be used by a smarter version of `buffers-menu-grouping-function'. | |
3419 | |
3420 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
3421 | |
3422 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
3423 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
3424 | |
29266 | 3425 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3426 | |
3427 * international/encoded-kb.el | |
3428 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3429 charset-iso-final-char return -1 for eight-bit-control and | |
3430 eight-bit-graphic. | |
3431 | |
29261 | 3432 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3433 | |
3434 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3435 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3436 available, instead of window-system. | |
3437 | |
29259 | 3438 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3439 | |
3440 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3441 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3442 coding systems. | |
3443 | |
29248 | 3444 2000-05-26 Dave Love <fx@gnu.org> |
3445 | |
29255 | 3446 * disp-table.el (standard-display-underline): Don't use |
3447 internal-find-face. | |
3448 | |
29248 | 3449 * mail/reporter.el: Maintainer change. Doc fixes. |
3450 (reporter-version): Deleted. | |
3451 | |
3452 * emacs-lisp/elp.el: Maintainer change. | |
3453 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3454 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3455 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3456 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3457 * add-log.el (add-change-log-entry): Merge the current entry with the |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3458 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3459 |
29240 | 3460 2000-05-26 Dave Love <fx@gnu.org> |
3461 | |
29242 | 3462 * loadhist.el (unload-feature): Fix interactive spec [from |
3463 lijnzaad@ebi.ac.uk]. | |
3464 | |
29240 | 3465 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3466 subr-arity to check primitives. | |
3467 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3468 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3469 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3470 mapcar. | |
3471 | |
29226 | 3472 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3473 | |
29235 | 3474 * international/fontset.el: Set family names of non-latin charsets |
3475 in default fontset to "*". | |
3476 | |
29230 | 3477 * international/mule-diag.el (print-fontset): Combine family part |
3478 and registry part of the fontname by "-*-" instead of "-". | |
3479 | |
29226 | 3480 * international/mule-cmds.el (encode-coding-char): Make strings |
3481 multibyte before calling encode-coding-string. | |
3482 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3483 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3484 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3485 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3486 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3487 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3488 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3489 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3490 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3491 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3492 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3493 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3494 * bindings.el (esc-map): Change ; to comment-dwim and use the new |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3495 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3496 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3497 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3498 (comment-style): Don't depend on runtime data at compile-time. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3499 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3500 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3501 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3502 |
29214 | 3503 2000-05-25 Dave Love <fx@gnu.org> |
3504 | |
3505 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3506 byte-code-function-p. | |
3507 | |
3508 * mail/rmailsum.el: Add provide. | |
3509 | |
3510 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3511 | |
3512 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3513 defcustom. | |
3514 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3515 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu> |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3516 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3517 * ediff-diff.el (ediff-exec-process): delete --binary option from |
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3518 non-buffer ediff jobs. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3519 |
29205 | 3520 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3521 | |
3522 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3523 grayscale support, not about window-system. | |
3524 | |
3525 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3526 window-system. | |
3527 (ffap-highlight): Always default to t. | |
3528 | |
3529 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3530 display-popup-menus-p instead of looking at window-system. | |
3531 | |
3532 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3533 Only refuse to use string glyphs on X and MS-Windows. | |
3534 | |
3535 * avoid.el: Remove window-system from commentary, suggest to use | |
3536 display-*-p instead. | |
3537 | |
3538 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3539 window-system. | |
3540 | |
29190 | 3541 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3542 | |
3543 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3544 Fill up unsupported characters with their own codes. From Kenichi | |
3545 Handa. | |
3546 | |
29188 | 3547 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3548 | |
3549 * international/mule-diag.el (describe-char-after): Use | |
3550 display-graphic-p instead of window-system, so that this function | |
3551 works on MS-DOS. | |
3552 | |
29181 | 3553 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3554 | |
3555 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3556 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3557 the list of charsets which we convert into `?'. | |
3558 | |
29169 | 3559 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3560 | |
3561 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3562 private charsets. | |
3563 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3564 japanese-jisx0213-2): New charsets. | |
3565 | |
3566 * international/fontset.el: Setup default fontset for new charsets. | |
3567 | |
29166 | 3568 2000-05-24 Dave Love <fx@gnu.org> |
3569 | |
3570 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3571 S. Solomin" <sovs@uic.nnov.ru>]. | |
3572 | |
3573 * icomplete.el: Fix header for Finder. | |
3574 | |
3575 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3576 | |
3577 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3578 STAY. | |
3579 | |
3580 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3581 (rmail-show-message): Add call to `rmail-auto-file' during | |
3582 display. | |
3583 (rmail-auto-file): New function. | |
3584 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3585 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu> |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3586 |
29193 | 3587 * ediff-diff.el (ediff-forward-word): Take syntactic word class into |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3588 account. |
29193 | 3589 (ediff-test-utility,ediff-diff-mandatory-option) |
3590 (ediff-reset-diff-options): Utilities for proper initialization of | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3591 ediff-diff-options and ediff-diff3-options on Windows. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3592 |
29193 | 3593 * ediff-init.el (ediff-merge-filename-prefix): New customizable |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3594 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3595 |
29193 | 3596 * ediff-mult.el (ediff-filegroup-action): Use |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3597 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3598 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3599 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu> |
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3600 |
29193 | 3601 * viper-ex.el (ex-write): Set selective display to nil. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3602 |
29159 | 3603 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3604 | |
3605 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3606 aliases for hebrew-iso-8bit. | |
3607 | |
29148 | 3608 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3609 | |
3610 * woman.el: New version from Francis J. Wright | |
3611 <F.J.Wright@Maths.QMW.ac.uk>. | |
3612 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3613 names in environment variables regardless of the path separator. | |
3614 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3615 on all files, since woman-file-regexp already filters out any | |
3616 directories. | |
3617 | |
29140 | 3618 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3619 | |
29144 | 3620 * international/quail.el (quail-start-translation): Don't change |
3621 modified-p of the current buffer. | |
3622 (quail-start-conversion): Likewise. | |
3623 | |
3624 * international/kkc.el (kkc-region): Don't change modified-p of | |
3625 the current buffer. | |
3626 | |
29142 | 3627 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3628 conform to RFC1468. | |
3629 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3630 |
29138 | 3631 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3632 | |
3633 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3634 (speedbar-insert-button): Invisible text property fix. | |
3635 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3636 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3637 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3638 (speedbar-page-minus): Renamed from speedbar-file-- | |
3639 (speedbar-page): Renamed from speedbar-file- | |
3640 (speedbar-tag): Renamed from speedbar-tag- | |
3641 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3642 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3643 (speedbar-expand-image-button-alist): Use above renames. | |
3644 | |
3645 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3646 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3647 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3648 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3649 * sb-pg.xpm: Renamed from sb-file.xpm | |
3650 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3651 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3652 |
29128 | 3653 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3654 | |
3655 * international/quail.el (quail-show-guidance-buf): Set | |
3656 current-input-method of the guidance buffer to the name of the | |
3657 curren input method. | |
3658 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3659 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3660 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3661 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3662 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3663 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3664 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3665 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3666 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3667 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3668 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3669 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3670 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3671 * ffap.el (ffap-highlight): Use facep rather than internal-find-face. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3672 |
29116 | 3673 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3674 | |
29127 | 3675 * startup.el (command-line): Determine source file of compiled |
3676 user init file differently. Warn if compiled user init file | |
3677 is older than its source file. | |
3678 | |
29116 | 3679 * ffap.el (ffap-url-regexp): Add `https'. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3680 |
29112 | 3681 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3682 | |
3683 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3684 rather than `|' (which is not allowed on Windows). Replace the | |
3685 drive letters with a string "drive_X". | |
3686 | |
29110 | 3687 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3688 | |
3689 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3690 | |
3691 * files.el (interpreter-mode-alist): Add `bash2'. | |
3692 | |
29091 | 3693 2000-05-22 Dave Love <fx@gnu.org> |
3694 | |
3695 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3696 mapc. | |
3697 (feature-file): Avoid calling symbol-name. Doc fix. | |
3698 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3699 (loadhist-hook-functions): Add mouse-position-function. | |
3700 (unload-feature): Change uses of mapcar. | |
3701 | |
3702 * files.el (parse-colon-path): Doc fix. | |
3703 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3704 (set-auto-mode): Use mapc. | |
3705 | |
3706 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3707 class. | |
3708 (partial-completion-mode): Add autoload cookie. | |
3709 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3710 2000-05-22 Sam Steingold <sds@gnu.org> |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3711 |
29102 | 3712 * info.el (Info-fontify-node): Fixed the call to |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3713 `add-text-properties' (bug introduced on 2000-05-18). |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3714 |
29082 | 3715 2000-05-22 Dave Love <fx@gnu.org> |
3716 | |
3717 * bindings.el: Remove debug-ignored-errors set in other files. | |
3718 | |
3719 * progmodes/etags.el: Add to debug-ignored-errors. | |
3720 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3721 when making a new list. | |
3722 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3723 mapc. | |
3724 | |
3725 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3726 quote keywords. | |
3727 (cmpl-string-case-type): Use character classes. | |
3728 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3729 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3730 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3731 * imenu.el: |
29082 | 3732 * mail/mh-e.el: |
3733 * progmodes/compile.el: Add to debug-ignored-errors. | |
3734 | |
3735 * dabbrev.el: Add to debug-ignored-errors. | |
3736 (dabbrev-completion): Use mapc. | |
3737 | |
29075 | 3738 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3739 | |
3740 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3741 (woman-mapcan, woman-parse-man.conf) | |
3742 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3743 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3744 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3745 path syntax better. | |
3746 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3747 (woman-manpath): Call woman-parse-man.conf. | |
3748 (woman-emulation): New defcustom, defaults to nroff. | |
3749 (woman-font-support): New defconst. | |
3750 (woman-use-symbol-font): New defcustom. | |
3751 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3752 "Emulation". | |
3753 Many functions: Doc fix. | |
3754 | |
29072 | 3755 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3756 | |
3757 * international/quail.el (quail-simple-translation-keymap): Map | |
3758 128..255 to quail-self-insert-command. | |
3759 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3760 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3761 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3762 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3763 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3764 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3765 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3766 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3767 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3768 * newcomment.el (comment-region-internal): Go back to BEG after quoting |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3769 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3770 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3771 * subr.el (remove-hook): Don't turn the hook's value into a list. |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3772 |
29059 | 3773 2000-05-21 Dave Love <fx@gnu.org> |
3774 | |
29061 | 3775 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3776 are invalid characters. | |
3777 | |
29059 | 3778 * international/mule-util.el (detect-coding-with-priority): Use |
3779 mapc. Remove redundant lambda. | |
3780 | |
3781 * international/mule-diag.el (list-non-iso-charset-chars) | |
3782 (describe-fontset): Remove redundant lambda. | |
3783 | |
3784 * emulation/crisp.el (brief-mode): New alias. | |
3785 | |
3786 * emacs-lisp/ring.el (ring-elements): New function. | |
3787 | |
3788 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3789 (easy-menu-do-add-item): Use keywordp. | |
3790 | |
3791 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3792 | |
3793 * replace.el: Doc and error message fixes. | |
3794 (replace-highlight): Use facep, not internal-find-face. | |
3795 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3796 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3797 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3798 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda. |
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3799 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3800 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3801 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3802 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3803 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3804 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3805 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3806 (log-view-font-lock-keywords): Only use cvs-filename-face if present. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3807 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3808 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3809 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3810 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3811 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3812 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE) |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3813 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3814 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3815 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3816 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3817 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3818 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3819 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3820 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3821 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3822 (comment-search-forward): Always move even in the no-syntax case. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3823 (comment-padright): Only obey N if it's only obeyed for padleft. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3824 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3825 Use `=' for the filler if comment-start has only one character. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3826 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3827 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3828 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3829 |
29029 | 3830 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3831 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3832 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3833 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3834 | |
29028 | 3835 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3836 | |
3837 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3838 and insert, not subst-char-in-region. | |
3839 | |
3840 * international/mule-diag.el (list-character-sets-1): Handle | |
3841 charsets eight-bit-control and eight-bit-graphic. | |
3842 (list-iso-charset-chars): Likewise. | |
3843 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3844 charactes as is. Use indent-to to align characters. | |
3845 | |
3846 * international/mule-cmds.el (find-multibyte-characters): Never | |
3847 exclude charsets eight-bit-control and eight-bit-graphic. | |
3848 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3849 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3850 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3851 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3852 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3853 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3854 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3855 |
28993 | 3856 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3857 | |
3858 * gud.el (gud-jdb-directories): Doc fix. | |
3859 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3860 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3861 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3862 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3863 |
28988 | 3864 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3865 | |
28993 | 3866 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3867 |
28982 | 3868 2000-05-18 Andreas Schwab <schwab@suse.de> |
3869 | |
3870 * dired.el (dired-between-files): Also skip lines beginning with | |
3871 `used'. | |
3872 | |
28978 | 3873 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3874 | |
3875 * msb.el (msb-menu-cond): Add choice `user'. | |
3876 | |
28981 | 3877 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3878 |
28981 | 3879 * ps-print.el: Compatibility, customization and doc fix. |
3880 (ps-printer-name-option): Replace defconst by defvar. | |
3881 (ps-postscript-code-directory): XEmacs compatibility. | |
3882 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3883 fix. | |
3884 (ps-user-defined-prologue, ps-print-prologue-header) | |
3885 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3886 compatibility and code fix. | |
3887 (ps-print-background-image, ps-print-background-text): | |
3888 Customization fix. | |
3889 (ps-line-number-start, ps-n-up-on): New vars. | |
3890 | |
28978 | 3891 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3892 | |
3893 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3894 the indent-comment function to just return the appropriate indent. | |
3895 | |
28975 | 3896 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3897 | |
3898 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3899 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3900 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3901 | |
28969 | 3902 2000-05-18 Dave Love <fx@gnu.org> |
3903 | |
3904 * info.el (Info-fontify-node): Add intangible property as well as | |
3905 invisible. | |
3906 | |
3907 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3908 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3909 | |
28965 | 3910 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3911 | |
3912 * international/mule-diag.el (describe-char-after): Call | |
3913 internal-char-font, not char-font. If internal-char-font returns | |
3914 nil, display "-- none --". | |
3915 | |
28959 | 3916 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3917 | |
3918 * image.el (image-type-available-p): Don't reference image-types | |
3919 if it isn't bound. | |
3920 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3921 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3922 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3923 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3924 |
28954 | 3925 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3926 | |
3927 * startup.el (command-line-1): Don't signal an error if the | |
3928 directory for auto-save-list files does not yet exist. | |
3929 | |
28950 | 3930 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3931 | |
3932 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3933 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3934 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3935 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3936 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3937 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3938 2000-05-16 Sam Steingold <sds@gnu.org> |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3939 |
28981 | 3940 * info.el (debug-ignored-errors): More errors to ignore. |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3941 |
28942 | 3942 2000-05-16 Dave Love <fx@gnu.org> |
3943 | |
3944 * cus-edit.el: Don't require cl or easymenu. | |
3945 (custom-variable-prompt): Test standard-value property, not | |
3946 user-variable-p. | |
3947 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3948 2000-05-16 Sam Steingold <sds@gnu.org> |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3949 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3950 * subr.el (add-hook): `setq' hook-value, not `set'. |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3951 |
28939 | 3952 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3953 | |
3954 * startup.el (command-line-1): Mention the FAQ in the startup | |
3955 message. | |
3956 | |
3957 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3958 | |
3959 * progmodes/compile.el (compilation-parse-errors): Collect | |
3960 `nomessage' regexps last. | |
3961 | |
3962 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3963 | |
3964 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3965 to the function name. | |
3966 | |
28926 | 3967 2000-05-15 Dave Love <fx@gnu.org> |
3968 | |
3969 * speedbar.el (speedbar-recenter): Typo. | |
3970 (speedbar-expand-line): Make arg optional. | |
3971 (speedbar-mode): Avoid a compiler warning. | |
3972 | |
28924 | 3973 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3974 | |
3975 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3976 user-specified option string is empty. | |
3977 | |
3978 * mouse.el (mouse-yank-at-click): Doc fix. | |
3979 | |
28921 | 3980 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3981 | |
3982 * term/internal.el (IT-character-translations): More updates of | |
3983 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3984 documents. | |
3985 | |
28919 | 3986 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3987 | |
3988 * env.el (getenv): New function, interactively callable. | |
3989 (setenv, getenv): Remove autoload cookies. | |
3990 | |
3991 * loadup.el: Load `env'. | |
3992 | |
3993 * progmodes/f90.el: Change author's mail address. | |
3994 | |
28908 | 3995 2000-05-14 Dave Love <fx@gnu.org> |
3996 | |
28911 | 3997 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3998 goto-addr as an option. | |
3999 | |
4000 * help.el (help-xref-stack): Doc fix. | |
4001 (help-xref-following): New variable. | |
4002 (help-make-xrefs): Use it. | |
4003 (help-xref-go-back): Use position information from stack element. | |
4004 (help-follow): Make position in stack element a pair. Use | |
4005 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4006 |
28911 | 4007 * autoarg.el: New file. |
4008 | |
4009 * faces.el: Declare more functions obsolete. | |
4010 | |
28908 | 4011 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
4012 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
4013 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
4014 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
4015 Remove all the setup-...-environment functions. | |
4016 | |
28903 | 4017 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
4018 | |
28919 | 4019 * speedbar.el: Updated the commentary section. xemacs20p now uses |
4020 >= when detecting. Require `defimage' safely. | |
28903 | 4021 (speedbar-easymenu-definition-base): Add toggle for images. |
4022 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
4023 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
4024 (speedbar-reconfigure-keymaps-hook): New variable. | |
4025 (speedbar-frame-parameters): Updated documentation. | |
4026 (speedbar-use-imenu-flag): Updated custom tag | |
4027 (speedbar-dynamic-tags-function-list): New variable. | |
4028 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 4029 (speedbar-indentation-width, speedbar-indentation-width) New |
4030 variables. | |
4031 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 4032 (speedbar-vc-indicator): Doc update. |
4033 (speedbar-ignored-path-expressions): Updated default value. | |
4034 (speedbar-supported-extension-expressions): Updated default value. | |
4035 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 4036 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
4037 as "+". Added overlay aliases. | |
4038 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
4039 `force-mode-line-update'. | |
4040 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
4041 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
4042 `mouse-set-point' | |
28903 | 4043 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 4044 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
4045 of arbitrary text, and new helper functions. | |
4046 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
4047 filename finder. | |
28903 | 4048 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
4049 (speedbar-directory-buttons): Update path search/expansion. | |
4050 (speedbar-make-tag-line): Pay attention to | |
28919 | 4051 `speedbar-indentation-width'. Use more care w/ invisible |
4052 properties. | |
28903 | 4053 (speedbar-change-expand-button-char): Call |
4054 `speedbar-insert-image-button-maybe'. | |
4055 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 4056 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
4057 (speedbar-trim-words-tag-hierarchy) | |
4058 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 4059 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 4060 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
4061 functions. | |
28903 | 4062 (speedbar-mouse-set-point): New function |
4063 (speedbar-power-click): Updated documentation. | |
28919 | 4064 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
4065 of tag prefix text. | |
4066 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
4067 to strange text. | |
4068 (speedbar-expand-line): Takes universal argument to flush the | |
4069 cache. | |
28903 | 4070 (speedbar-flush-expand-line): New function. |
4071 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
4072 Use new generator insertion method. | |
4073 (speedbar-fetch-dynamic-tags): New function. | |
4074 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
4075 `speedbar-fetch-dynamic-imenu'. | |
4076 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
4077 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
4078 "Revert Buffer" menu items. | |
4079 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
4080 filename tag (for expansion purposes.). | |
28919 | 4081 (speedbar-highlight-one-tag-line, |
4082 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
4083 (speedbar-recenter): New functions. | |
28903 | 4084 (defimage-speedbar): Image loading abstraction. |
28919 | 4085 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
4086 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
4087 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
4088 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 4089 (speedbar-expand-image-button-alist): New variable. |
4090 (speedbar-insert-image-button-maybe): Insert an image over some | |
4091 buttons. | |
4092 | |
28894 | 4093 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
4094 | |
4095 * international/mule-cmds.el (encode-coding-char): An ASCII | |
4096 character is always encodable. | |
4097 | |
4098 * international/mule-conf.el: Add more information in descriptions | |
4099 of character sets. | |
4100 | |
28965 | 4101 * international/mule-diag.el (describe-char-after): New function. |
28894 | 4102 (describe-font-internal): Adjusted for the change of font-info. |
4103 (describe-font): Likewise. | |
4104 (print-fontset): Rewritten for the new fontset implementation. | |
4105 (describe-fontset): Include fontset alias names in completion. | |
4106 (list-fontsets): Adjusted for the change of print-fontset. | |
4107 | |
28895 | 4108 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
4109 describe-char-after instead of displaying the detail in the echo | |
4110 area. | |
28965 | 4111 (syntax-code-table): Format changed. |
4112 (string-to-syntax): Adjusted for the above change. | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
4113 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4114 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4115 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4116 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode. |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4117 |
28890 | 4118 2000-05-12 Dave Love <fx@gnu.org> |
4119 | |
4120 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
4121 dependence. Use line-{beginning,end}-position, not | |
4122 point-at{b,e}ol. Some doc fixes. | |
4123 (todo-position): New function. Fix callers of position to use it. | |
4124 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
4125 | |
28885 | 4126 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
4127 | |
4128 * time.el (display-time-mail-icon): Use `:ascent center'. | |
4129 | |
28893 | 4130 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
4131 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4132 |
28882 | 4133 2000-05-11 Dave Love <fx@gnu.org> |
4134 | |
28888 | 4135 * calendar/todo-mode.el: New file. |
28882 | 4136 |
28870 | 4137 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
4138 | |
28881 | 4139 * comint.el (comint-read-input-ring): Move reference to |
4140 comint-input-ring-size outside of the save-excursion. It was | |
4141 causing the default value to be the only one ever seen. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4142 |
28875 | 4143 * font-lock.el: Update copyright. Remove Simon Marshall's email |
4144 address on request from him. | |
4145 | |
28870 | 4146 * subr.el (substitute-key-definition): Add comment describing |
4147 the meaning of PREFIX. | |
4148 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4149 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4150 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4151 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4152 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4153 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed.. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4154 (add-minor-mode): Don't make the variable buffer-local and add a |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4155 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4156 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4157 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4158 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4159 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4160 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4161 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4162 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4163 * log-view.el (log-view-goto-rev): New function for the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4164 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4165 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4166 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4167 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4168 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4169 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4170 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4171 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4172 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4173 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4174 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4175 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4176 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4177 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4178 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4179 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4180 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4181 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4182 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4183 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4184 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4185 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4186 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4187 |
28845 | 4188 2000-05-09 Sam Steingold <sds@goems.com> |
4189 | |
4190 * apropos.el (apropos-print): use `describe-face' instead of | |
4191 `customize-face-other-window'. | |
4192 | |
28842 | 4193 2000-05-09 Dave Love <fx@gnu.org> |
4194 | |
4195 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
4196 | |
4197 * help.el (describe-variable): Have customize button pop the | |
4198 help-xref stack when invoked. | |
4199 (help-xref-symbol-regexp): Add `face'. | |
4200 (help-make-xrefs): Check for quoted face names and adapt regexp | |
4201 submatch numbers to cope. | |
4202 (help-xref-interned): Maybe insert face doc too. Separate | |
4203 sections with a line of hyphens. | |
4204 | |
28848 | 4205 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 4206 (describe-face): Add customize button. Return the help |
4207 text. Fix prompt. | |
4208 | |
28839 | 4209 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
4210 | |
4211 * term/internal.el (IT-character-translations): Fix last change. | |
4212 | |
28833 | 4213 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
4214 | |
4215 * woman.el: New file | |
4216 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
4217 | |
28829 | 4218 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
4219 | |
28831 | 4220 * term/internal.el (IT-character-translations): Update ASCII |
4221 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
4222 latin-iso8859-15. | |
4223 | |
28829 | 4224 * international/mule-cmds.el (set-language-info-alist): Call |
4225 define-prefix-command with 3 arguments, to make the map suitable | |
4226 for a menu. | |
4227 | |
28827 | 4228 2000-05-07 Dave Love <fx@gnu.org> |
4229 | |
31242 | 4230 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 4231 |
28825 | 4232 2000-05-05 Dave Love <fx@gnu.org> |
4233 | |
4234 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
4235 list in doc string. Don't quote keyword symbols. | |
4236 * emacs-lisp/cl.el: Likewise | |
4237 * emacs-lisp/cl-seq.el: Likewise | |
4238 | |
28823 | 4239 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
4240 | |
4241 * abbrev.el (abbrev-mode): Make ARG optional. | |
4242 | |
28812 | 4243 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
4244 | |
28817 | 4245 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
4246 | |
4247 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
4248 | |
28812 | 4249 * subr.el (substitute-key-definition): Clarify documentation. |
4250 | |
4251 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
4252 | |
4253 * glasses.el (glasses-convert-to-unreadable): Use | |
4254 `glasses-separator' instead of the hard-wired "_". | |
4255 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
4256 place. | |
4257 | |
28808 | 4258 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
4259 | |
4260 * term/internal.el (cjk-codepages-alist): Add associations for | |
4261 Chinese and Korean codepages. Remove FIXME comment. | |
4262 | |
28806 | 4263 2000-05-03 Dave Love <fx@gnu.org> |
4264 | |
4265 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
4266 New option. | |
4267 (display-time-mail-icon): New variable. | |
4268 (display-time-string-forms): Use the above. Fix the local-map. | |
4269 | |
28795 | 4270 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
4271 | |
28805 | 4272 * replace.el (query-replace-map): Add binding for `E'. |
4273 (query-replace-help): Extend help text. | |
4274 (perform-replace): Allow editing the replacement string. | |
4275 | |
4276 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
4277 (makefile-mode): Set local abbrev table to | |
4278 makefile-mode-abbrev-table. | |
4279 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4280 |
28795 | 4281 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
4282 set TOGGLE's value. | |
4283 | |
28805 | 4284 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
4285 mail-interactive-insert-alias. | |
4286 (mail-abbrev-complete-alias): New command. | |
4287 (mail-mode-map): Bind it to `M-TAB'. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4288 |
28790 | 4289 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
4290 | |
4291 * language/lao-util.el (lao-compose-region): New function. | |
4292 | |
28782 | 4293 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
4294 | |
28789 | 4295 * files.el (recover-session): Make directories as necessary |
4296 if they don't exist yet. | |
4297 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4298 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4299 (french-calendar-multibyte-special-days-array) |
28782 | 4300 (french-calendar-special-days-array): Change French text. |
4301 (calendar-french-date-string): Change output. | |
4302 (calendar-goto-french-date): Likewise. | |
4303 | |
4304 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
4305 | |
4306 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
4307 (widget-documentation-string-value-create): Set `:always-active'. | |
4308 | |
28778 | 4309 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
4310 | |
4311 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
4312 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
4313 (normal-top-level): Create the directory for auto-save files, if | |
4314 it doesn't already exist (in the ms-dos case only). | |
4315 | |
28775 | 4316 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
4317 | |
4318 * international/mule-cmds.el (set-language-environment): Don't | |
4319 concat an integer (dos-codepage), use format instead. | |
4320 | |
28772 | 4321 2000-05-02 Dave Love <fx@gnu.org> |
4322 | |
4323 * help.el (help-xref-on-pp): Check for constant symbols. | |
4324 | |
28764 | 4325 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
4326 | |
4327 * startup.el (normal-top-level): Put a condition-case around | |
4328 the code loading subdirs.el. | |
4329 | |
4330 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4331 |
28764 | 4332 * ps-print.el: Upside-down and face background color printing, |
4333 line number step, doc fix. | |
4334 (ps-print-version): New version number (5.2). | |
4335 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
4336 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
4337 (ps-spool-config): Var fix. | |
4338 (ps-printer-name-option): Const fix. | |
4339 (ps-print-upside-down, ps-use-face-background) | |
4340 (ps-line-number-step): New vars. | |
4341 (ps-window-system, ps-lp-system): New consts. | |
4342 (ps-face-background): New fun. | |
4343 | |
28759 | 4344 2000-04-28 Richard Stallman <rms@gnu.org> |
4345 | |
4346 * files.el (make-auto-save-file-name): | |
4347 Apply auto-save-file-name-transforms to visited file name | |
4348 before generating auto save file name. | |
4349 (auto-save-file-name-transforms): New variable. | |
4350 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4351 * files.el (backup-enable-predicate): |
28759 | 4352 Correctly test for a file under a temporary directory. |
4353 | |
28751 | 4354 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
4355 | |
4356 * subr.el (add-minor-mode): Rewritten. | |
4357 | |
28749 | 4358 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
4359 | |
4360 * mail/sendmail.el (sendmail-send-it): Set | |
4361 buffer-file-coding-system to the selected coding system for MIME | |
4362 header. | |
4363 | |
28748 | 4364 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
4365 | |
4366 * dired.el (dired-move-to-filename-regexp): Allow format where | |
4367 YYYY is followed by two spaces. | |
4368 | |
4369 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
4370 in the second character class of the regexp. | |
4371 | |
4372 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
4373 mh-etc, too. | |
4374 | |
4375 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
4376 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4377 |
28748 | 4378 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
4379 | |
4380 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
4381 argument. | |
4382 | |
4383 2000-04-27 Sen Nagata <sen@eccosys.com> | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4384 |
28748 | 4385 * emacs-lisp/crm.el (crm-completion-table): New variable. |
4386 (crm-collection-fn, crm-test-completion) | |
4387 (completing-read-multiple): Use it. | |
4388 | |
28736 | 4389 2000-04-27 Dave Love <fx@gnu.org> |
4390 | |
4391 * help.el (locate-library): Use mapc. | |
4392 (help-manyarg-func-alist): Add call-process-region. | |
4393 | |
28724 | 4394 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
4395 | |
28729 | 4396 * subr.el (add-minor-mode): Make argument MAP optional. |
4397 | |
28724 | 4398 * desktop.el (desktop-save): Save list of minor modes. |
4399 (desktop-create-buffer): Restore minor modes. | |
4400 (desktop-minor-mode-table): New user-option. | |
4401 | |
4402 * subr.el (add-minor-mode): New function. | |
4403 | |
4404 * image.el (find-image): New function. | |
4405 (defimage): Rewritten to find image at load time. | |
4406 | |
4407 * startup.el (normal-top-level-add-to-load-path): Handle | |
4408 case that the default directory is not in load-path. | |
4409 | |
4410 * help.el: Old patch from Stefan Monnier. | |
4411 (help-xref-on-pp): New function. | |
4412 (describe-variable): Use it to display xrefs in a symbol's value. | |
4413 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4414 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4415 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4416 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4417 |
28713 | 4418 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
4419 | |
28715 | 4420 * mail/rmail.el (rmail-expunge): When there are no deleted |
4421 messages, do nothing. | |
28713 | 4422 |
28712 | 4423 2000-04-26 Dave Love <fx@gnu.org> |
4424 | |
4425 * international/mule-cmds.el (locale-translation-file-name): | |
4426 Defvar to nil. | |
4427 (set-locale-environment): Set it here (at runtime). | |
4428 | |
28710 | 4429 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4430 | |
4431 * replace.el (perform-replace): Add parameters START and END. Use | |
4432 them instead of the check for a region in Transient Mark mode. | |
4433 (query-replace-read-args): Return two more list elements for the | |
4434 start and end of the region in Transient Mark mode. | |
4435 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4436 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4437 optional last arguments START and END and pass them to | |
4438 perform-replace. | |
4439 | |
4440 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4441 form with additional arguments for perform-replace. | |
4442 | |
4443 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4444 and END. Construct a form with additional arguments for | |
4445 perform-replace. | |
4446 | |
4447 * simple.el (shell-command): Set default directory for "*Shell | |
4448 Command Output" buffer. | |
4449 | |
4450 * language/european.el (iso-latin-4): Fix typo. | |
4451 | |
4452 * emacs-lisp/crm.el: New file. | |
4453 | |
28701 | 4454 2000-04-24 Dave Love <fx@gnu.org> |
4455 | |
4456 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4457 (Custom-reset-saved, Custom-reset-standard) | |
4458 (custom-group-value-create, custom-group-set, custom-group-save) | |
4459 (custom-group-reset-current, custom-group-reset-saved) | |
4460 (custom-group-reset-standard): Use mapc. | |
4461 (custom-buffer-create-internal): Disable undo when creating items. | |
4462 Use mapc. | |
4463 (custom-face): Avoid redundant lambda. | |
4464 | |
28699 | 4465 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4466 | |
4467 * startup.el (auto-save-list-file-prefix): Set default to | |
4468 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4469 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4470 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4471 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4472 * time-stamp.el (time-stamp-string-preprocess): Always convert |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4473 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4474 |
28695 | 4475 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4476 | |
4477 * frame.el (scrolling): New group. | |
4478 (automatic-hscrolling): New user-option. | |
4479 | |
4480 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4481 `--line-spacing'. | |
4482 | |
28668 | 4483 2000-04-19 Dave Love <fx@gnu.org> |
4484 | |
4485 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4486 (cl-mapc): Rename from mapc. Fix the funcall. | |
4487 | |
28653 | 4488 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4489 | |
28660 | 4490 * simple.el (clone-indirect-buffer-other-window): New command. |
4491 (clone-indirect-buffer): Add optional arg NORECROD. | |
4492 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4493 | |
28658 | 4494 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4495 | |
4496 * window.el (count-screen-lines): New function. | |
4497 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4498 instead of window-buffer-height. | |
4499 | |
4500 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4501 non-existing variable comint-input-sentinel. | |
4502 (inferior-lisp-args-to-list): Removed. | |
4503 (inferior-lisp): Use split-string instead of | |
4504 inferior-lisp-args-to-list. | |
4505 | |
4506 * hexl.el (hexl-insert-hex-string): New command. | |
4507 | |
28653 | 4508 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4509 instead of concat. | |
4510 | |
28634 | 4511 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4512 | |
4513 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4514 at the start of an existing but empty folder. | |
4515 | |
4516 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4517 | |
4518 * ps-mule.el: Customization fix, doc fix. | |
4519 (ps-multibyte-buffer): Customization fix. | |
4520 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4521 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4522 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4523 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4524 |
28626 | 4525 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4526 | |
4527 * textmodes/texinfo.el (texinfo-insert-@email) | |
4528 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4529 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4530 (texinfo-mode-map): Add key bindings for them. | |
4531 | |
4532 * files.el (basic-save-buffer-2): Use a template with `$' | |
4533 instead of `#' for VMS. | |
4534 | |
4535 * simple.el (clone-indirect-buffer): New function. | |
4536 | |
28621 | 4537 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4538 | |
4539 * iswitchb.el (iswitchb-case): New function. If the user input | |
4540 contains any upper-case characters, the search is made | |
4541 case-sensitive. | |
4542 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4543 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4544 |
28621 | 4545 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4546 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4547 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4548 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4549 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4550 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4551 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4552 and font-lock-defaults. Use regexp-opt for outline-regexp. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4553 (texinfo-environments): New var. |
28621 | 4554 (texinfo-environment-regexp): Use regexp-opt and |
4555 texinfo-environments. | |
4556 | |
4557 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4558 ispell-process is bound since this might be eval'd before ispell | |
4559 is loaded. | |
4560 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4561 data to figure out what kind of sc-cite-regexp to use. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4562 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4563 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4564 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4565 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4566 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4567 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4568 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4569 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4570 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4571 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4572 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4573 |
28602 | 4574 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4575 | |
4576 * ps-print.el: Check for line-beginning-position definition. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4577 |
28602 | 4578 * ps-print.el: Fix counting lines in a region. |
4579 (ps-print-version): New version number (5.1.5). | |
4580 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4581 (ps-printing-region): Fun code fix. | |
4582 | |
28600 | 4583 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4584 | |
4585 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4586 to file-directory-p. | |
4587 | |
28591 | 4588 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4589 | |
4590 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4591 exists before calling directory-files. | |
4592 | |
28578 | 4593 2000-04-13 Dave Love <fx@gnu.org> |
4594 | |
4595 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4596 syntax. | |
4597 | |
4598 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4599 | |
4600 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4601 (cl-old-mapc): New variable. | |
4602 (mapc): Use it. | |
4603 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4604 next-property-change. | |
4605 (cl-map-overlays): Use with-current-buffer. | |
4606 (cl-expt): Remove. | |
4607 (copy-tree, remprop): Define unconditionally. | |
4608 | |
4609 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4610 | |
4611 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4612 to use keywordp. | |
4613 (edebug-spec): Enable keywordp. | |
4614 | |
4615 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4616 string-lessp. | |
4617 | |
4618 * cus-start.el: Use keywordp. | |
4619 | |
28577 | 4620 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4621 | |
4622 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4623 2000-02-18 by doing a save-excursion. | |
4624 | |
4625 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4626 | |
4627 * ps-print.el: Customization fix, doc fix. | |
4628 (ps-print-version): New version number (5.1.4). | |
4629 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4630 (ps-print-preprint): Adjust code. | |
4631 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4632 (ps-print-prologue-header, ps-print-control-characters) | |
4633 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4634 |
28564 | 4635 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4636 | |
4637 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4638 converted to the new menu-item format, names silightly changed, | |
4639 help strings added. | |
4640 | |
4641 Support for spelling without async subprocesses: | |
4642 | |
4643 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4644 (ispell-session-buffer): New variables. | |
4645 (ispell-start-process, ispell-process-status, | |
4646 ispell-accept-output, ispell-send-string): New functions, for | |
4647 Ispell invocation when async subprocesses aren't supported. | |
4648 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4649 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4650 to process-send-string with calls to ispell-send-string, and | |
4651 accept-process-output with ispell-accept-output. | |
4652 (ispell-init-process): Call ispell-process-status instead of | |
4653 process-status with. | |
4654 (ispell-init-process): Call ispell-start-process. Call | |
4655 ispell-accept-output and ispell-send-string. Don't call | |
4656 process-kill-without-query and kill-process if they are unbound. | |
4657 (ispell-async-processp): New function. | |
4658 | |
28560 | 4659 2000-04-12 Dave Love <fx@gnu.org> |
4660 | |
4661 * info.el: Add debug-ignored-errors. | |
4662 (Info-mode-menu): Add some items. | |
4663 (Info-directory): Add autoload cookie. | |
4664 | |
4665 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4666 Modify `truncate-lines'. Make `describe-language-environment' | |
4667 always visible and add help. Modify `describe-key' help. Invoke | |
4668 Info-directory from `info'. New entry `emacs-manual'. | |
4669 | |
28542 | 4670 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4671 | |
28549 | 4672 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4673 propertized-buffer-identification. | |
4674 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4675 (ebrowse--mode-strings): Removed. | |
4676 (ebrowse--mode-line-props): Removed. | |
4677 | |
28542 | 4678 * files.el (auto-mode-alist): Add `EBROWSE'. |
4679 | |
4680 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4681 space before testing for end of buffer. | |
4682 (ebrowse-load): Removed. | |
4683 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4684 (ebrowse-create-tree-buffer): Rewritten. | |
4685 (ebrowse-tree-mode): Read tree from buffer. | |
4686 | |
4687 * progmodes/ebrowse-ffh.el: Removed. | |
4688 | |
28535 | 4689 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4690 | |
4691 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4692 | |
28534 | 4693 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4694 | |
4695 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4696 at the wrong place. | |
4697 | |
28783 | 4698 2000-04-09 Dave Love <fx@gnu.org> |
4699 | |
4700 * files.el (backup-enable-predicate): Use | |
4701 temporary-file-directory, small-temporary-file-directory. | |
4702 (make-backup-file-name-function, backup-directory-alist): New | |
4703 variables. | |
4704 (make-backup-file-name-1): New function. | |
4705 (make-backup-file-name): Use it. | |
4706 (find-backup-file-name): Likewise. Use format for clarity, not | |
4707 concat. | |
4708 (file-newest-backup): Use make-backup-file-name. | |
4709 | |
28523 | 4710 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4711 | |
28530 | 4712 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4713 |
28530 | 4714 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4715 to ebrowse-ffh.el. | |
4716 (ebrowse-load): Add autoload. | |
4717 | |
4718 * finder.el (finder-commentary): Add autoload cookie. | |
4719 | |
28523 | 4720 * mail/rfc2368.el: Correct author's email address. |
4721 | |
4722 * progmodes/ebrowse.el: New file. | |
4723 | |
4724 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4725 item help string. | |
4726 (easy-menu-do-add-item): Ditto. | |
4727 (easy-menu-define): Extend doc string. | |
4728 | |
4729 * jit-lock.el (with-buffer-unmodified): Use | |
4730 restore-buffer-modified-p. | |
4731 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4732 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4733 with-buffer-unmodified. | |
4734 | |
28517 | 4735 2000-04-08 Dave Love <fx@gnu.org> |
4736 | |
4737 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4738 unless, when. | |
4739 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4740 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp> |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4741 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4742 * viper-util.el (viper-put-on-search-overlay): New subroutine. |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4743 (viper-flash-search-pattern): No operation when using Emacs |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4744 doesn't support face. |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4745 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4746 |
28506 | 4747 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4748 | |
4749 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4750 like C-r. | |
4751 | |
4752 * progmodes/make-mode.el: Some doc fixes. | |
4753 (makefile-mode-abbrev-table): New variable. | |
4754 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4755 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4756 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4757 | |
4758 * replace.el (perform-replace): Don't move forward one char | |
4759 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4760 to do that because it leaves point 1 position after the last | |
4761 replacement, after everything has been replaced. | |
4762 | |
4763 * jit-lock.el (with-buffer-unmodified): New macro. | |
4764 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4765 modified state. | |
4766 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4767 preserving buffer's modified state. | |
4768 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4769 jit-lock-function-1. | |
4770 | |
4771 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4772 | |
28499 | 4773 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4774 | |
4775 * glasses.el: Provide facilities for inserting space before left | |
4776 parentheses and uncapitalization of identifiers. | |
4777 (glasses-mode): Try to remove old overlays in all cases. | |
4778 | |
28485 | 4779 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4780 | |
28496 | 4781 * progmodes/compile.el (compile-internal): Display the compilation |
4782 buffer in a different frame, if it's already displayed there. | |
4783 | |
28494 | 4784 * mail/rfc2368.el: New file. |
4785 | |
28492 | 4786 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4787 header and insert its value as mail body. | |
4788 | |
4789 * subr.el (member-ignore-case): New function. | |
4790 | |
4791 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4792 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4793 from dabbrev-ignored-regexps. | |
4794 | |
28485 | 4795 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4796 to extensions handled by gzip. | |
4797 | |
28492 | 4798 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4799 | |
4800 * files.el (insert-directory): List the total free space | |
4801 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4802 |
28492 | 4803 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4804 line is followed by one that matches CITATION-REGEXP, end the | |
4805 paragraph. | |
4806 | |
4807 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4808 | |
4809 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4810 (rmail-make-basic-summary-line): Use that option. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4811 |
28474 | 4812 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4813 | |
4814 * international/mule-cmds.el (encoded-string-description): | |
4815 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4816 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4817 for hexadecimal format. | |
28474 | 4818 |
28468 | 4819 2000-04-01 Dave Love <fx@gnu.org> |
4820 | |
4821 * cpp.el: Change customization group to `c' from `C'. | |
4822 | |
4823 * vcursor.el (vcursor-move): Use display-color-p. | |
4824 | |
4825 * international/mule-util.el: Provide mule-utils. | |
4826 (string-to-sequence): Simplify and speed up. | |
4827 | |
4828 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4829 | |
4830 * international/mule-cmds.el: Various menu changes. | |
4831 (describe-specified-language-support): Handle `Default'. | |
4832 (set-language-info): Purecopy `info'. | |
4833 | |
28462 | 4834 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4835 | |
4836 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4837 retry the rcsdiff command without the --brief option. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4838 |
28445 | 4839 2000-03-31 Dave Love <fx@gnu.org> |
4840 | |
28452 | 4841 * help.el (help-manyarg-func-alist): Correct several omissions. |
4842 | |
28450 | 4843 * add-log.el: Don't require cl, fortran. |
4844 (add-log-current-defun-function): Doc fix. | |
4845 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4846 fix. | |
4847 (change-log-version-rcs): Function deleted. | |
4848 (change-log-version-number-search): Doc fix. Use | |
4849 vc-workfile-version. Avoid CL dolist. | |
4850 (add-change-log-entry): Just call add-log-current-defun to get | |
4851 defun. Simplify somewhat. | |
4852 (change-log-get-method-definition-1): Likewise. | |
4853 (add-log-current-defun): Return nil if calling | |
4854 add-log-current-defun-function does so. Move Fortran stuff to | |
4855 fortran.el. Return string without properties. | |
4856 | |
28445 | 4857 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4858 and :alpha: char classes. | |
4859 | |
4860 * mail/supercite.el: Defvar curline when compiling. | |
4861 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4862 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4863 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4864 | |
28444 | 4865 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4866 | |
4867 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4868 | |
4869 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4870 Re-enable new code. | |
4871 | |
4872 * lpr.el (print-region-1): Use -d to specify printer name for | |
4873 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4874 | |
4875 2000-03-31 Dave Love <fx@gnu.org> | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4876 |
28444 | 4877 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4878 for function definition in symbol's function value slot first | |
4879 instead of first consulting byte-compile-function-environment. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4880 |
28435 | 4881 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4882 | |
4883 * language/european.el ("Polish"): New language environment. | |
4884 (setup-polish-environment): New function. | |
4885 | |
28424 | 4886 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4887 | |
4888 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4889 Disable new code. | |
4890 | |
4891 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4892 trying to `load' the symbol of an autoload instead of the file | |
4893 recorded in the autoload. Fix error messages. | |
4894 | |
28429 | 4895 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4896 | |
4897 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4898 (ps-print-version): New version number (5.1.3). | |
4899 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4900 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4901 (ps-generate-postscript-with-faces): Code fix. | |
4902 (ps-color-values): XEmacs compatibility. | |
4903 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4904 (ps-default-fg, ps-default-bg): Adjust customization. | |
4905 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4906 (ps-color-scale): Renaming old ps-color-value fun. | |
4907 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4908 with ps-print-header variable. | |
4909 (ps-print-miscellany): New group. | |
4910 (ps-format-color, ps-rgb-color): New funs. | |
4911 (ps-default-foreground): New var. | |
4912 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4913 |
28416 | 4914 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4915 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4916 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4917 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4918 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4919 (network-connection-mode-setup): New function, saves host and |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4920 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4921 |
28416 | 4922 * lisp/locate.el: |
4923 (locate-word-at-point): Added this function | |
4924 (locate): Default to using locate-word-at-point as input | |
4925 Run dired-mode-hook | |
4926 | |
28405 | 4927 2000-03-29 Dave Love <fx@gnu.org> |
4928 | |
4929 * calendar/appt.el: Doc fixes. | |
4930 (appt-check): Convert min-to-app to a string before passing to | |
4931 appt-disp-window-function or concat. | |
4932 (appt-delete-window): Remove test for frame-root-window. | |
4933 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4934 | |
4935 * emacs-lisp/bytecomp.el: Doc fixes. | |
4936 (byte-compile-file-form-autoload): Update | |
4937 byte-compile-function-environment. | |
4938 | |
28403 | 4939 2000-03-29 Andreas Schwab <schwab@suse.de> |
4940 | |
4941 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4942 specially. | |
4943 | |
4944 * dired.el (dired-insert-directory): If dired-free-space-program | |
4945 failed just delete its output. | |
4946 | |
28395 | 4947 2000-03-29 Dave Love <fx@gnu.org> |
4948 | |
4949 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4950 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4951 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4952 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4953 clarity. | |
4954 | |
4955 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4956 | |
28377 | 4957 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4958 | |
4959 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4960 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4961 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4962 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4963 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4964 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4965 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4966 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4967 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4968 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4969 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4970 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4971 |
28326 | 4972 2000-03-26 Dave Love <fx@gnu.org> |
4973 | |
28331 | 4974 * net/browse-url.el (browse-url): Re-fix case of |
4975 browse-url-browser-function being an alist. | |
4976 (browse-url): Add :link to defgroup. | |
4977 | |
28326 | 4978 * files.el: Doc fixes. |
4979 (file-truename): Include `[' in wildcard characters. | |
4980 (automount-dir-prefix): Customize. | |
4981 (find-file-wildcards): Add :version. | |
4982 (find-file-noselect): Simplify a mapcar call. | |
4983 | |
4984 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4985 compatible with inf-lisp version. | |
4986 (eval-defun-1): Fix custom-declare-variable case. | |
4987 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4988 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4989 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4990 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4991 |
28303 | 4992 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4993 | |
28308 | 4994 * Makefile (COMPILE_FIRST): New macro. |
4995 (compile-files): Compile files from COMPILE_FIRST first. | |
4996 | |
4997 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4998 code. | |
4999 | |
28303 | 5000 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
5001 matching open parenthesis in column 0 to defun-prompt-regexp | |
5002 only if open-paren-in-column-0-is-defun-start is set. | |
5003 | |
5004 * sun-curs.el: Require CL at compile-time only. | |
5005 | |
5006 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
5007 instead of copy-list which is a function from CL. | |
5008 (msb--choose-menu, msb--mode-menu-cond) | |
5009 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
5010 (msb--init-file-alist): Use mapcar instead of mapcan. | |
5011 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
5012 `(' in column 0 in doc string. | |
5013 (msb--add-separators): Use mapcar instead of mapcan. | |
5014 | |
5015 * cus-dep.el: Require CL at compile-time only. | |
5016 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5017 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5018 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5019 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5020 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5021 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5022 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5023 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5024 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5025 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5026 (byte-compile-callargs-warn): Check if the function will be available |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5027 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5028 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5029 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5030 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5031 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5032 |
28292 | 5033 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
5034 | |
5035 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
5036 (rmail-expunge): Ask for confirmation depending on the setting | |
5037 of rmail-confirm-expunge. | |
5038 | |
5039 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
5040 | |
5041 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
5042 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
5043 cause a bootstrap failure because things don't autoload as | |
5044 expected. | |
5045 | |
28289 | 5046 2000-03-23 Dave Love <fx@gnu.org> |
5047 | |
5048 * net/browse-url.el: Restore previous use of | |
5049 browse-url-maybe-new-window. | |
5050 | |
28287 | 5051 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5052 | |
5053 * ps-print.el: Skip banner page fix. | |
5054 (ps-print-version): New version number (5.1.2). | |
5055 (ps-begin-file, ps-end-file, ps-generate): Code fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5056 |
28287 | 5057 2000-03-23 Dave Pearson <davep@davep.org> |
5058 | |
5059 * net/quickurl.el Changed the type of parameter passed to the | |
5060 function defined by `quickurl-format-function'. Before only the | |
5061 text of the URL was passed. Now the whole URL structure is passed | |
5062 and the function is responsible for extracting the parts it | |
5063 requires. Changed the default of `quickurl-format-function' | |
5064 accordingly. | |
5065 (quickurl-insert): Changed the `funcall' of | |
5066 `quickurl-format-function' to match the above change. | |
5067 (quickurl-list-insert): Changed the `url' case so that it makes | |
5068 use of `quickurl-format-function', previous to this the format was | |
5069 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5070 |
28283 | 5071 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
5072 | |
5073 * startup.el: Change some spellings for the X Window System. | |
5074 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5075 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5076 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5077 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5078 up the code and the regexp and make sure the cursor is temporarily |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5079 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5080 |
28276 | 5081 2000-03-22 Jason Rumney <jasonr@gnu.org> |
5082 | |
5083 * w32-fns.el (w32-charset-info-alist): Initialize. | |
5084 | |
28267 | 5085 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5086 | |
5087 * ps-print.el: N-up last page fix. | |
5088 (ps-print-version): New version number (5.1.1). | |
5089 (ps-end-file, ps-end-job, ps-generate): Code fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5090 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5091 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5092 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5093 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5094 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5095 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5096 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5097 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5098 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5099 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5100 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5101 (cvs-make-cvs-buffer): Change the header part by removing the startup |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5102 message and adding a `Module' entry. Also replace the FOOTER and |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5103 HEADER special fileinfos with the new support in ewoc for updating |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5104 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5105 (cvs-update-header): Update to use the header/footer of the ewoc. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5106 (cvs-mode): Use define-derived-mode and set truncate-lines to t. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5107 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5108 (cvs-mode-run): Take advantage of `save-some-buffers's new ability |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5109 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5110 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5111 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5112 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5113 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5114 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5115 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5116 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5117 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5118 (cvs-parse-table): Catch message for non-up-to-date commits. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5119 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5120 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5121 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5122 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5123 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5124 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5125 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5126 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5127 PP part of it and also make it work for footers and headers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5128 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5129 Use the DLL's dummy node to store the end-of-footer position. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5130 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5131 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5132 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5133 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5134 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5135 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5136 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5137 And match the revision line rather than the dashed separator line. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5138 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5139 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5140 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5141 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5142 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5143 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5144 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5145 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5146 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5147 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5148 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5149 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5150 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5151 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5152 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5153 |
28246 | 5154 2000-03-21 Jason Rumney <jasonr@gnu.org> |
5155 | |
5156 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
5157 (custom-button-pressed-face): Likewise. | |
5158 | |
28244 | 5159 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
5160 | |
5161 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
5162 (tags-loop-eval): New function. Bind case-fold-search around eval | |
5163 depending on the value of tags-case-fold-search. | |
5164 (tags-loop-continue): Use tags-loop-eval. | |
5165 (find-tag-in-order): Bind case-fold-search depending on the value | |
5166 of tags-case-fold-search. | |
5167 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5168 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5169 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5170 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5171 (diff-end-of-hunk): Return the end position for use in |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5172 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5173 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5174 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5175 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5176 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5177 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5178 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5179 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5180 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5181 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5182 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5183 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5184 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5185 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5186 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5187 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5188 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5189 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5190 |
28233 | 5191 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
5192 | |
5193 * term/x-win.el: Fontsets related initialization is simplified. | |
5194 | |
5195 * international/mule-diag.el (describe-font): Don't refer to | |
5196 global-fontset-alist, instead call font-list. | |
5197 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
5198 (print-fontset): Adjusted for the change of fontset | |
5199 implementation. | |
5200 | |
5201 * international/fontset.el (x-charset-registries): Variable | |
5202 removed, instead the corresponding data is stored in the default | |
5203 fontset. | |
5204 (register-alternate-fontnames): Function removed. | |
5205 (resolved-ascii-font): Variable removed. | |
5206 (x-compose-font-name): Ignore the second argument REDOCE. | |
5207 (x-complement-fontset-spec): Complement only an ASCII font and | |
5208 element for those charsets than can use that ASCII font. | |
5209 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
5210 instead call fontset-list. | |
5211 (uninstantiated-fontset-alist): Variable removed. | |
5212 (x-style-funcs-alist): Likewise. | |
5213 (fontset-default-styles): Likewise. | |
5214 (x-modify-font-name): Function removed. | |
5215 (create-fontset-from-fontset-spec): Ignore the argument | |
5216 STYLE-VARIANT. | |
5217 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
5218 change. | |
5219 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
5220 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5221 |
28233 | 5222 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
5223 (describe-face): Include `font' attribute in the description. | |
5224 | |
28219 | 5225 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
5226 | |
5227 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
5228 | |
28209 | 5229 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
5230 | |
28212 | 5231 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
5232 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
5233 zone-mode.el, snmp-mode.el: Moved to net subdirectory. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5234 |
28209 | 5235 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
5236 about behavior of set-buffer-modified-p wrt redisplay. | |
5237 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5238 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5239 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5240 * view.el (view-mode-disable): Kill local binding of view-read-only. |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5241 |
28194 | 5242 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
5243 | |
5244 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
5245 is a string, convert it to a syntax cell using string-to-syntax. | |
5246 | |
5247 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
5248 (string-to-syntax): New function. | |
5249 | |
5250 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
5251 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 5252 try to use passive ftp mode. |
28194 | 5253 |
28189 | 5254 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
5255 | |
28209 | 5256 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 5257 |
5258 * simple.el (append-to-buffer): Update point of windows after | |
5259 insertion. | |
5260 | |
5261 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
5262 forward then moving backward. Reindent. | |
5263 | |
5264 * frame.el (other-frame): Call x-focus-frame only if | |
5265 focus-follows-mouse is off. | |
5266 | |
28185 | 5267 2000-03-17 Dave Love <fx@gnu.org> |
5268 | |
5269 * pcvs-util.el (cvs-strings->string): Rename | |
5270 replace-regexps-in-string. | |
5271 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5272 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5273 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5274 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5275 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5276 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5277 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 5278 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5279 |
28174 | 5280 2000-03-16 Dave Love <fx@gnu.org> |
5281 | |
5282 * progmodes/f90.el (f90): Put custom group under `languages', not | |
5283 `fortran'. | |
5284 (f90-mode-hook): Customize. | |
5285 (f90-mode): Set add-log-current-defun-function. | |
5286 (f90-current-defun): New function. | |
5287 | |
28169 | 5288 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
5289 | |
28173 | 5290 * cus-edit.el (custom-variable-tag-face): Handle case that |
5291 default face's height is not a number. | |
5292 (custom-face-tag-face, custom-group-tag-face-1) | |
5293 (custom-group-tag-face): Ditto. | |
5294 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5295 |
28169 | 5296 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
5297 | |
28161 | 5298 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
5299 | |
5300 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
5301 requiring easymenu. | |
5302 | |
28155 | 5303 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5304 | |
5305 * ps-print.el: PostScript user-defined prologue, PostScript error | |
5306 handler, doc fix. | |
5307 (ps-print-version): New version number (5.1). | |
5308 (ps-user-defined-prologue, ps-error-handler-message) | |
5309 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
5310 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
5311 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5312 |
28150 | 5313 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
5314 | |
5315 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 5316 invalid self-assignment code. |
28150 | 5317 |
28149 | 5318 2000-03-14 Dave Love <fx@gnu.org> |
5319 | |
5320 * subr.el (replace-regexp-in-string): Renamed from | |
5321 replace-regexps-in-string. Doc fix. | |
5322 | |
28131 | 5323 2000-03-12 Dave Love <fx@gnu.org> |
5324 | |
5325 * cus-edit.el: Doc fixes. | |
5326 (customize-set-variable, customize-save-variable): Rename args for | |
5327 doc. | |
5328 (custom-variable-tag-face, custom-face-tag-face) | |
5329 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
5330 style which user identify as hyperlink. | |
5331 (hook): Don't add undefined functions to the hook. | |
5332 (debug-ignored-errors): Transfer message from bindings.el. | |
5333 | |
28120 | 5334 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5335 | |
5336 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
5337 double/nested definition. | |
5338 | |
28114 | 5339 2000-03-12 Dave Love <fx@gnu.org> |
5340 | |
5341 * facemenu.el (facemenu-get-face): Use display-color-p. | |
5342 * enriched.el (enriched-decode-foreground): Likewise. | |
5343 (enriched-decode-background): Likewise. | |
5344 * isearch.el (isearch-highlight): Likewise. | |
5345 * info-look.el (info-lookup): Likewise. | |
5346 * simple.el (completion-setup-function): Likewise. | |
5347 | |
5348 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
5349 :options. | |
5350 | |
5351 * bindings.el (mode-line-format): Fix line-number and | |
5352 column-number items. Add help-echo for the background. | |
5353 (mode-line-mule-info): Modify help-echo. | |
5354 | |
5355 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
5356 defcustom. | |
5357 | |
5358 * files.el (load-file): Allow completion to .elc. | |
5359 | |
5360 * man.el: Doc fixes. | |
5361 (Man-init-defvars): Use display-color-p to set fontification. | |
5362 | |
5363 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
5364 | |
28109 | 5365 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5366 | |
5367 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
5368 | |
5369 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
5370 | |
28098 | 5371 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
5372 | |
5373 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
5374 Fix comment. | |
5375 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5376 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5377 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5378 * font-lock.el (font-lock-keywords): Fix the doc now that |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5379 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5380 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5381 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5382 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5383 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5384 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el, |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5385 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5386 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5387 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el, |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5388 dll.el and cookie.el (from Elib) with heavy renaming and other |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5389 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5390 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5391 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax): |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5392 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5393 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5394 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5395 |
28084 | 5396 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
5397 | |
5398 * textmodes/texinfo.el (texinfo-version): Variable and function | |
5399 removed. | |
5400 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5401 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5402 |
28114 | 5403 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
5404 allow more flexibility. | |
5405 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
5406 fns. | |
5407 (easy-mmode-defmap, easy-mmode-defsyntax) | |
5408 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5409 |
28085 | 5410 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 5411 |
5412 * rect.el (replace-rectangle): New function. | |
5413 | |
5414 2000-03-09 Dave Love <fx@gnu.org> | |
5415 | |
5416 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
5417 "C". | |
5418 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
5419 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
5420 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
5421 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
5422 fortran-comment-line-start here. Set comment-start, | |
5423 add-log-current-defun. | |
5424 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
5425 (fortran-current-defun): New function. | |
5426 | |
28073 | 5427 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5428 | |
28077 | 5429 * emacs-lisp/re-builder.el: New file. |
5430 | |
28076 | 5431 * mouse.el (mouse-drag-region): Don't run up-event handler |
5432 if hscroll has changed. | |
5433 | |
28073 | 5434 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5435 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5436 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5437 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5438 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5439 `(defun (setf foo)' differently. |
5440 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5441 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5442 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5443 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5444 (regexp-opt): Update comment and adapt the code the new meaning of |
5445 the `paren' argument of regex-opt-group for shy-groups. | |
5446 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5447 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5448 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5449 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5450 Remove open-presuf and close-presuf. Instead of checking for `all |
5451 one-char' and then later on check for `several one-char', handle | |
5452 both cases close together. Also apply a more generic algorithm | |
5453 for suffixes (the mirror image of the algorithm used for | |
5454 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5455 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5456 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5457 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5458 from comint-mode-map, so we can just inherit from it. Also, move |
5459 the initialization into the `defvar' since there's no docstring | |
5460 anyway and it's fairly short. | |
5461 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5462 shorter and this way we inherit from comint-mode-map rather than | |
5463 copying it. | |
5464 | |
5465 * subr.el (replace-regexps-in-string): Properly handle the case | |
5466 where we match an empty string. | |
5467 | |
5468 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5469 when the command has a directory component (such as "./testml"). | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5470 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5471 |
28046 | 5472 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5473 | |
28051 | 5474 * Makefile (compile-files): Compile files one by one because |
5475 that's the only way to ensure a clean compilation environment for | |
5476 each individual file. | |
5477 | |
28046 | 5478 * frame.el (other-frame): Call x-focus-frame. |
5479 | |
28040 | 5480 2000-03-07 Dave Love <fx@gnu.org> |
5481 | |
28043 | 5482 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5483 :require to defcustom. | |
5484 | |
28040 | 5485 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5486 lists. | |
5487 | |
5488 * files.el (auto-mode-alist): Add configure.in. | |
5489 | |
5490 * progmodes/autoconf.el: New file. | |
5491 | |
28034 | 5492 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5493 | |
5494 * mail/mh-e.el: Change maintainer to `none'. | |
5495 | |
5496 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5497 to remove-hook and add-hook. | |
5498 | |
5499 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5500 | |
28035 | 5501 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5502 it as the default. |
28035 | 5503 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5504 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5505 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5506 |
28024 | 5507 2000-03-07 Dave Love <fx@gnu.org> |
5508 | |
5509 * winner.el: Fix keywords, autoload cookies. Split | |
5510 eval-when-compile form to avoid compilation failure. | |
5511 | |
28017 | 5512 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5513 | |
5514 * international/mule.el: Modify comment about coding system | |
5515 property `coding-category'. | |
5516 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5517 coding-category property of PROPERTIES. | |
5518 | |
5519 * international/mule-conf.el (coding-category-utf-8, | |
5520 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5521 categories. Include them in the argument for set-coding-priority. | |
5522 | |
5523 * international/mule-cmds.el (reset-language-environment): Include | |
5524 coding-category-utf-8, coding-category-utf-16-be, and | |
5525 coding-category-utf-16-le in the argument for set-coding-priority. | |
5526 (reset-language-environment): Initialize coding-category-utf-8, | |
5527 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5528 | |
28014 | 5529 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5530 | |
5531 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5532 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5533 extensions as well as compression extensions. | |
5534 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5535 |
27976 | 5536 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5537 | |
5538 * strokes.el: Change maintainer's mail address. | |
5539 | |
27972 | 5540 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5541 | |
5542 * international/mule-diag.el (list-character-sets): Make help-echo | |
5543 string by substitute-command-keys. | |
5544 (list-character-sets): Likewise. | |
5545 (sort-listed-character-sets): Call help-setup-xref. | |
5546 | |
27965 | 5547 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5548 | |
5549 * time.el (display-time-mail-file): Add `none' to the list of | |
5550 choices. | |
5551 | |
27954 | 5552 2000-03-01 Dave Love <fx@gnu.org> |
5553 | |
27959 | 5554 * help.el (help-xref-go-back): Don't try to set position. |
5555 | |
27954 | 5556 * international/mule-diag.el (list-character-sets): Call |
5557 help-setup-xref. Add help-echo to xrefs. | |
5558 (list-character-sets-1): Add help-echo to xrefs. | |
5559 | |
27949 | 5560 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5561 | |
5562 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5563 the mode off. | |
5564 | |
5565 * add-log.el (add-log-current-defun): Add support for | |
5566 Autoconf mode. | |
5567 | |
5568 * mail/rmail.el (rmail-quit-hook): New variable. | |
5569 | |
27931 | 5570 2000-03-01 Dave Love <fx@gnu.org> |
5571 | |
27935 | 5572 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5573 | |
27931 | 5574 * help.el (help-xref-button): Add help-echo arg. |
5575 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5576 | |
5577 * faces.el (list-faces-display): Supply help-echo with | |
5578 help-make-xrefs. | |
5579 | |
5580 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5581 nil. | |
5582 | |
27919 | 5583 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5584 | |
27927 | 5585 * image.el (defimage): Look for image files in load-path. |
5586 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5587 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5588 `number'. |
5589 | |
27927 | 5590 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5591 | |
5592 * recentf.el (recentf): Added version tag to the defgroup of | |
5593 recentf. | |
5594 | |
5595 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5596 | |
5597 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5598 too. | |
5599 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5600 action to select/unselect a file. | |
5601 (recentf-edit-list): Code cleanup and improvement. | |
5602 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5603 widget action to open a file. | |
5604 (recentf-open-more-files): No more use standard completion but | |
5605 widgets. | |
5606 (recentf-more-collection): Deleted. | |
5607 (recentf-more-history): Deleted. | |
5608 (recentf-setup-more-completion): Deleted. | |
5609 | |
5610 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5611 | |
5612 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5613 under a window-system. | |
5614 | |
5615 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5616 | |
5617 * recentf.el (recentf-edit-list): New command to edit the recent | |
5618 list which allow the user to remove files. | |
5619 (recentf-edit-selected-items): New global variable, used by | |
5620 `recentf-edit-list' to hold the list of files to be removed from | |
5621 the recent list. | |
5622 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5623 menu item. Minor code cleanup. | |
5624 | |
5625 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5626 | |
5627 * recentf.el (recentf-open-more-files): New command to open files | |
5628 that are not displayed in the menu. | |
5629 (recentf-more-collection): New global variable holding the set of | |
5630 permissible completions used by `recentf-open-more-files'. | |
5631 (recentf-more-history): New global variable holding the history list | |
5632 used by `recentf-open-more-files' completion. | |
5633 (recentf-setup-more-completion): New function to setup completion for | |
5634 `recentf-open-more-files'. | |
5635 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5636 | |
5637 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5638 | |
5639 * recentf.el (recentf-menu-action): Doc fixed. | |
5640 | |
5641 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5642 | |
5643 * recentf.el (recentf-menu-filter): Doc updated. | |
5644 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5645 (recentf-make-menu-items): New menu filter handling. | |
5646 (recentf-make-menu-item): New helper function. | |
5647 (recentf-menu-elements): New menu handling function. | |
5648 (recentf-sort-ascending): Updated to new menu filter handling. | |
5649 (recentf-sort-descending): Updated to new menu filter handling. | |
5650 (recentf-sort-basenames-ascending): New menu filter function. | |
5651 (recentf-sort-basenames-descending): New menu filter function. | |
5652 (recentf-show-basenames): New menu filter function. | |
5653 (recentf-show-basenames-ascending): New menu filter function. | |
5654 (recentf-show-basenames-descending): New menu filter function. | |
5655 | |
27919 | 5656 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5657 | |
5658 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5659 the end of the buffer. | |
5660 | |
27911 | 5661 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5662 | |
5663 * international/mule-diag.el (list-character-sets): Completely | |
5664 rewritten. | |
5665 (sort-listed-character-sets): New function. | |
5666 (list-character-sets-1): Completely rewritten. | |
5667 (list-character-sets-2): New function. | |
5668 (non-iso-charset-alist): New variable. | |
5669 (decode-codepage-char): New function. | |
5670 (charset-history): New variable. | |
5671 (read-charset) (list-block-of-chars) | |
5672 (list-iso-charset-chars) | |
5673 (list-non-iso-charset-chars) | |
5674 (list-charset-chars): New functions. | |
5675 (mule-diag): Call list-character-sets-2, not | |
5676 list-character-sets-2. | |
5677 (dump-charsets): Likewise. | |
5678 | |
27910 | 5679 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5680 | |
27919 | 5681 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5682 file name characters. | |
5683 (dired-filename-at-point): Handle ange-ftp file names. | |
5684 | |
27910 | 5685 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5686 instead of assoc-delete-all. | |
5687 (frame-notice-user-settings): Ditto. | |
5688 | |
5689 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5690 Don't copy alist. | |
5691 | |
27906 | 5692 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5693 | |
5694 * calculator.el (calculator-use-menu): New option. | |
5695 (calculator-initial-bindings): Changed some bindings to work as | |
5696 macros. | |
5697 (calculator-forced-input): Removed. | |
5698 (calculator-restart-other-mode): New variable. | |
5699 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5700 |
27906 | 5701 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5702 | |
5703 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5704 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5705 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5706 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu> |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5707 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5708 * viper-cmd.el (viper-envelop-ESC-key): added the option to |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5709 translate all ESC key sequences. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5710 (viper-goto-mark-subr): restore markers for files for which |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5711 they were saved. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5712 * viper-init.el (viper-translate-all-ESC-keysequences): new variable. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5713 * viper-util.el (viper-set-replace-overlay-glyphs, |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5714 viper-set-replace-overlay): always check if the replacement |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5715 overlay is live. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5716 * viper.el (viper-vi-state-mode-list): added major modes. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5717 * ediff-wind.el: minor comment changes. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5718 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5719 |
27898 | 5720 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5721 | |
5722 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5723 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5724 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5725 face-font-family-alternatives from working. | |
5726 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5727 chosen font. | |
5728 | |
27873 | 5729 2000-02-25 Sam Steingold <sds@goems.com> |
5730 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5731 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5732 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5733 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5734 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5735 |
5736 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5737 | |
27856 | 5738 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5739 | |
5740 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5741 writable. | |
5742 | |
27868 | 5743 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5744 |
27847 | 5745 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5746 | |
5747 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5748 | |
27845 | 5749 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5750 | |
5751 * diary-lib.el (include-other-diary-files): Undo the selective | |
5752 display in any included file and don't kill it. | |
5753 | |
27841 | 5754 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5755 | |
5756 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5757 bar. Menu items converted to (menu-item format, help strings | |
5758 added. | |
5759 [downcase, upcase]: Don't enable on MS-DOS. | |
5760 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5761 bound. | |
5762 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5763 | |
27825 | 5764 2000-02-23 Dave Love <fx@gnu.org> |
5765 | |
27838 | 5766 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5767 (backward-kill-word): Revert addition of * to interactive spec -- | |
5768 it's a feature. | |
5769 | |
5770 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5771 (backward-kill-sentence, kill-sentence): Likewise. | |
5772 | |
27835 | 5773 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5774 scratch buffer name. | |
5775 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5776 slightly. | |
5777 | |
5778 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5779 new read-face-name. | |
5780 | |
5781 * mail/footnote.el (footnote): Add :version to defgroup. | |
5782 (footnote-section-tag-regexp): Customize. | |
5783 (footnote-start-tag, footnote-end-tag): New option. | |
5784 (footnote-latin-regexp): New variable. | |
5785 (Footnote-latin): New function. | |
5786 (footnote-style-alist): Add element for latin style. | |
5787 (footnote-style): Moved. | |
5788 (Footnote-goto-footnote): Use eq to test arg. | |
5789 | |
5790 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5791 | |
27825 | 5792 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5793 (byte-compile-trueconstp): Include keywords. | |
5794 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5795 byte-compile-const-symbol-p. | |
5796 (byte-optimize-char-before): New optimization. | |
5797 | |
5798 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5799 (byte-compile-const-symbol-p): New function. | |
5800 (byte-compile-constp, byte-compile-out-toplevel) | |
5801 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5802 Use it. | |
5803 | |
5804 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5805 | |
27813 | 5806 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5807 | |
27815 | 5808 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5809 and minor-mode-map-alist. | |
5810 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5811 codes SS2 and SS3 correctly. | |
5812 (encoded-kbd-self-insert-ccl): New function. | |
5813 (encoded-kbd-setup-keymap): New function. | |
5814 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5815 by calling encoded-kbd-setup-keymap. | |
5816 | |
27813 | 5817 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5818 characters. | |
5819 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5820 locally. | |
5821 | |
27811 | 5822 2000-02-22 Dave Love <fx@gnu.org> |
5823 | |
5824 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5825 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5826 defvar. | |
5827 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5828 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5829 classes. Match `defface'. | |
5830 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5831 (eval-defun-1): Fix for defcustom. | |
5832 (lisp-indent-region): Doc fix. | |
5833 | |
5834 * subr.el (when, unless, split-string): Doc fix. | |
5835 (read-passwd): Move call of clear-this-command-keys to the right | |
5836 place. | |
5837 (replace-regexps-in-string): New function. | |
5838 | |
27807 | 5839 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5840 | |
5841 * help.el (describe-variable): Set syntax table to | |
5842 emacs-lisp-mode-syntax-table when moving forward over the | |
5843 symbol's name. | |
5844 | |
27805 | 5845 2000-02-22 Dave Love <fx@gnu.org> |
5846 | |
5847 * xt-mouse.el: Doc fixes. | |
5848 (xterm-mouse-position-function): New function, replacing advice of | |
5849 mouse-position. | |
5850 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5851 | |
5852 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5853 | |
27794 | 5854 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5855 | |
5856 * format.el (format-annotate-single-property-change): Handle | |
5857 properties.with dotted-list values. | |
5858 (format-proper-list-p): New function. | |
5859 | |
5860 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5861 . COLOR) and (background-color . COLOR). | |
5862 | |
27788 | 5863 2000-02-20 Dave Love <fx@gnu.org> |
5864 | |
5865 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5866 and assignments to it. | |
5867 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5868 current local map. | |
5869 (make-flyspell-overlay): Use it. | |
5870 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5871 | |
5872 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5873 (lm-get-header-re): Defun, not defsubst. | |
5874 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5875 (lm-version): Doc fix. Simplify. | |
5876 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5877 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5878 (lm-verify, lm-synopsis): Simplify. | |
5879 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5880 | |
27785 | 5881 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5882 | |
5883 * dired.el (dired-mode): Call propertized-buffer-identification | |
5884 to set mode-line-buffer-identification to something having | |
5885 the right text properties. | |
5886 | |
5887 * bindings.el (propertized-buffer-identification): New function. | |
5888 | |
27777 | 5889 2000-02-20 Dave Love <fx@gnu.org> |
5890 | |
5891 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5892 check for t-mouse too. | |
5893 | |
5894 * cus-start.el: Make echo-keystrokes `number'. | |
5895 | |
27776 | 5896 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5897 | |
5898 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5899 Don't call ring-empty-p unless tags-location-ring is bound. | |
5900 From Noah Friedman <friedman@splode.com>. | |
5901 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5902 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5903 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5904 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5905 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5906 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5907 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5908 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5909 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5910 (hs-minor-mode): Move call to `hs-grok-mode-type' early on. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5911 Fix omission bug: Run `hs-minor-mode-hook' for both activation |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5912 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5913 |
27757 | 5914 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5915 | |
5916 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5917 | |
27749 | 5918 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5919 | |
27754 | 5920 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5921 | |
27749 | 5922 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5923 of `*' to handle `(* ... *)' comments. | |
5924 | |
27732 | 5925 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5926 | |
27737 | 5927 * faces.el (list-faces-display): Use display-mouse-p instead of |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5928 window-system. |
27737 | 5929 |
27732 | 5930 * menu-bar.el (global-map): Menu-bar items converted to the new |
5931 format (menu-item..., rearranged for better CUA compliance, and | |
5932 their names changed for better clarity. Help strings added. | |
5933 | |
5934 * international/mule-cmds.el (mule-menu-keymap) | |
5935 (describe-language-environment-map, set-coding-system-map) | |
5936 (setup-language-environment-map): Convert to new (menu-item... | |
5937 form, add help strings. Change names of menu items for better | |
5938 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5939 submenu). | |
5940 | |
27729 | 5941 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5942 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5943 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5944 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5945 |
27717 | 5946 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5947 |
27717 | 5948 * faces.el: Don't require custom. Add more specific :groups to |
5949 various deffaces. | |
5950 (set-face-attribute): Purecopy args. | |
5951 (read-face-name): Default to name at point and use it in prompt. | |
5952 Remove colon from arg in all callers. | |
5953 (list-faces-display): Hyperlink to face descriptions and customize | |
5954 buffers. | |
5955 | |
27712 | 5956 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5957 | |
5958 * wid-edit.el (widget-match-inline): An atom never matches a | |
5959 list. | |
5960 | |
27707 | 5961 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5962 | |
27713 | 5963 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5964 at ':' characters by call to split-string. | |
27707 | 5965 |
5966 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5967 | |
27713 | 5968 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5969 |
5970 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5971 | |
27713 | 5972 * textmodes/bibtex.el: Some temporary comments removed. |
5973 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5974 explicit. | |
5975 (bibtex-field-const): Allow capital letters. | |
5976 (bibtex-start-of-string): Deleted because unused. | |
5977 | |
5978 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5979 use the term 'reference' to describe a bibtex entry as a whole. | |
5980 Further, reference keys are no longer called 'labels'. | |
5981 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5982 (bibtex-reformat-previous-labels): Renamed to | |
5983 bibtex-reformat-previous-reference-keys. | |
5984 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5985 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5986 (bibtex-reference-maybe-empty-head): Renamed to | |
5987 bibtex-entry-maybe-empty-head. | |
5988 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5989 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5990 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5991 bibtex-enclosing-entry-maybe-empty-head. | |
5992 (bibtex-entry-field-alist, bibtex-entry-head, | |
5993 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5994 bibtex-map-entries, bibtex-search-entry, | |
5995 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5996 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5997 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5998 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5999 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
6000 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
6001 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 6002 |
6003 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6004 | |
27713 | 6005 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
6006 comment. | |
6007 (bibtex-format-field-delimiters): New function, functionality | |
6008 extracted from bibtex-format-entry. | |
6009 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
6010 extracted from bibtex-autokey-get-yearfield. | |
6011 | |
6012 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
6013 entries in order to avoid stack overflow in the regexp matcher if | |
6014 field contents become large. | |
6015 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
6016 bibtex-field-string-part-not-braced, | |
6017 bibtex-field-string-part-no-inner-braces, | |
6018 bibtex-field-string-part-1-inner-brace, | |
6019 bibtex-field-string-part-2-inner-braces, | |
6020 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
6021 bibtex-field-string-quoted, bibtex-field-string, | |
6022 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
6023 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
6024 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
6025 as parsing is now performed by the following functions. | |
6026 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
6027 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
6028 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
6029 bibtex-parse-association, bibtex-field-name-for-parsing, | |
6030 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
6031 bibtex-search-forward-field, bibtex-search-backward-field, | |
6032 bibtex-start-of-field, bibtex-end-of-field, | |
6033 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
6034 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
6035 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
6036 bibtex-parse-string, bibtex-search-forward-string, | |
6037 bibtex-search-backward-string, bibtex-start-of-string, | |
6038 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
6039 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
6040 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
6041 entries. Instead of reporting the results of the parsing by | |
6042 match-beginning or match-end, these functions return data structures | |
6043 that hold the corresponding positions. | |
6044 (bibtex-enclosing-field): Changed to also report field boundaries by | |
6045 return values rather than by match-beginning or match-end. The | |
6046 following functions have been adapted to use the new parsing | |
6047 functions. | |
6048 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
6049 bibtex-enclosing-field, bibtex-format-entry, | |
6050 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
6051 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
6052 bibtex-print-help-message, bibtex-end-of-entry, | |
6053 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
6054 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
6055 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
6056 method for parsing. | |
6057 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
6058 bibtex-map-entries, bibtex-flash-head, | |
6059 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
6060 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
6061 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
6062 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
6063 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
6064 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
6065 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
6066 order to make the new binding of case-fold-search immediately | |
6067 visible. | |
27707 | 6068 |
6069 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6070 | |
27713 | 6071 * textmodes/bibtex.el: Copyright notice is up to date. |
6072 Added constant 'bibtex-maintainer-salutation. | |
6073 | |
6074 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
6075 than make-temp-name, use match-string-no-properties and eliminate | |
6076 a quadratic behavior when building bibtex-strings. | |
6077 | |
6078 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
6079 reference key contains upper case letters. | |
27707 | 6080 |
6081 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6082 | |
27713 | 6083 * bibtex.el (bibtex-reference-head): Allow entries to start with |
6084 a new line. | |
27707 | 6085 |
6086 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6087 | |
27713 | 6088 * bibtex.el: Hiding of entry bodies is not longer provided by |
6089 bibtex.el directly. Instead the hideshow package can be used. | |
6090 Added a special bibtex entry to hs-special-modes-alist. | |
6091 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 6092 |
6093 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6094 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6095 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6096 at ':' characters by call to split-string. |
27729 | 6097 |
6098 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6099 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6100 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 6101 |
6102 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6103 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6104 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6105 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6106 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6107 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6108 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6109 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6110 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6111 use the term 'reference' to describe a bibtex entry as a whole. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6112 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6113 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6114 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6115 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6116 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6117 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6118 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6119 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6120 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6121 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6122 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6123 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6124 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6125 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6126 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6127 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6128 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6129 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6130 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6131 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6132 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6133 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 6134 |
6135 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6136 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6137 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6138 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6139 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6140 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6141 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6142 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6143 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6144 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6145 entries in order to avoid stack overflow in the regexp matcher if |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6146 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6147 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6148 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6149 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6150 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6151 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6152 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6153 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6154 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6155 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6156 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6157 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6158 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6159 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6160 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6161 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6162 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6163 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6164 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6165 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6166 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6167 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6168 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6169 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6170 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6171 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6172 bibtex-end-of-text-in-string): New functions for the parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6173 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6174 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6175 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6176 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6177 return values rather than by match-beginning or match-end. The |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6178 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6179 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6180 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6181 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6182 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6183 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6184 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6185 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6186 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6187 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6188 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6189 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6190 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6191 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6192 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6193 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6194 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6195 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6196 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6197 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6198 order to make the new binding of case-fold-search immediately |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6199 visible. |
27729 | 6200 |
6201 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6202 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6203 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6204 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6205 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6206 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6207 than make-temp-name, use match-string-no-properties and eliminate |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6208 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6209 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6210 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6211 reference key contains upper case letters. |
27729 | 6212 |
6213 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6214 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6215 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6216 a new line. |
27729 | 6217 |
6218 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6219 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6220 * bibtex.el: Hiding of entry bodies is not longer provided by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6221 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6222 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6223 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 6224 |
6225 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6226 | |
27713 | 6227 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 6228 proceedings entry type (for cross referencing). Thanks to Wagner |
6229 Toledo Correa for the suggestion. | |
6230 | |
27713 | 6231 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 6232 |
27690 | 6233 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
6234 | |
6235 * international/characters.el: Setup case table for Vietnamese. | |
6236 | |
27687 | 6237 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
6238 | |
6239 * uniquify.el (toplevel): Require CL at compile time. | |
6240 (uniquify-push): Removed. | |
6241 | |
6242 * shadowfile.el (shadow-when): Removed. | |
6243 | |
6244 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
6245 (tempo-process-and-insert-string): Use dolist instead of | |
6246 tempo-dolist. | |
6247 | |
6248 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
6249 regexp for paragraph-start. | |
6250 | |
6251 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
6252 commas as well. | |
6253 | |
27657 | 6254 2000-02-10 Dave Love <fx@gnu.org> |
6255 | |
6256 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
6257 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
6258 Deleted. | |
6259 (widget-specify-field, widget-specify-button): Don't use | |
6260 widget-mouse-help as help-echo property. | |
6261 (default): Use #'ignore for :validate and :mouse-down-action. | |
6262 (checkbox): Add help-echo. | |
6263 (widget-sexp-validate): Rewritten to clarify error messages. | |
6264 (character): Use char-valid-p in :match function. | |
6265 (widget-color-complete): Use facemenu-color-alist. | |
6266 (widget-color-action): Use facemenu-read-color. | |
6267 | |
6268 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
6269 set up `caar' &c that we now have. | |
6270 | |
27713 | 6271 2000-02-09 Ray Blaak <blaak@gnu.org> |
6272 | |
6273 * delphi.el: Make resourcestring a declaration region, like const | |
6274 and var. | |
6275 | |
27652 | 6276 2000-02-09 Dave Love <fx@gnu.org> |
6277 | |
6278 * bindings.el (mode-line-input-method-map): New variable. | |
6279 (mode-line-mule-info): Use it; fix last change. | |
6280 (mode-line-mode-menu): Move definition. | |
6281 (mode-line-mouse-sensitive-p): Deleted. | |
6282 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
6283 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
6284 level. | |
6285 | |
6286 * startup.el (command-line-1): Don't call | |
6287 make-mode-line-mouse-sensitive. | |
6288 | |
27644 | 6289 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
6290 | |
6291 * mail/rmail.el (rmail-retry-failure): Use | |
6292 rmail-beginning-of-message before rmail-toggle-header, because the | |
6293 former toggles headers. | |
6294 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6295 2000-02-06 Stefan Monnier <monnier@cs.yale.edu> |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6296 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
6297 * diff-mode.el (diff-kill-junk): New interactive function. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
6298 (diff-reverse-direction): Use delete-and-extract-region. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
6299 (diff-post-command-hook): Restrict the area so that the hook also works |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
6300 outside of any diff hunk. This is necessary for the minor-mode. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
6301 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
6302 (diff-minor-mode): Setup the hooks for header-hunk rewriting. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
6303 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6304 * font-lock.el (font-lock-keywords): Fix doc for multiline matches. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6305 (font-lock-add-keywords): Make it work even if font-lock-mode is nil, |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6306 so that it can be used more easily in <foo>-mode-hook. Also make sure |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6307 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6308 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6309 (font-lock-remove-keywords): Just as was done for `add', allow it to |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6310 work even if font-lock-mode is nil. Also make sure we don't modify |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6311 any pre-existing list by forcing a copy-sequence. Finally rename |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6312 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6313 (font-lock-fontify-syntactic-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6314 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6315 (font-lock-fontify-keywords-region): Use line-end-position. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6316 Don't make `font-lock-multiline' local (it's now done in |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6317 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6318 (font-lock-set-defaults): Make `font-lock-multiline' local. Also |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6319 move the `font-lock-fontified' creation to inside the `unless'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6320 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6321 2000-02-06 Andrew Innes <andrewi@gnu.org> |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6322 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6323 * term/w32-win.el (x-handle-args): Comment out call to message, |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6324 which occurs before window system is initialized. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6325 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6326 * makefile.nt: Add support for recompiling lisp code. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6327 |
27610 | 6328 2000-02-04 Dave Love <fx@gnu.org> |
6329 | |
27617 | 6330 * bindings.el (mode-line-mule-info): Fix/extend last change. |
6331 | |
27610 | 6332 * completion.el: Replace completion-dolist with dolist. |
6333 | |
6334 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
6335 dotimes. | |
6336 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6337 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6338 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6339 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6340 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6341 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6342 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6343 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6344 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6345 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6346 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6347 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6348 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6349 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6350 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6351 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6352 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6353 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6354 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6355 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6356 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6357 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6358 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6359 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6360 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6361 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6362 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6363 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6364 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6365 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6366 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6367 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6368 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6369 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6370 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6371 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6372 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6373 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6374 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6375 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6376 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6377 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6378 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6379 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6380 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6381 |
27590 | 6382 2000-02-02 Dave Love <fx@gnu.org> |
6383 | |
6384 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
6385 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
6386 | |
6387 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
6388 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
6389 the new builtins directly. | |
6390 | |
6391 * whitespace.el (whitespace): Add :version to defgroup. | |
6392 | |
6393 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
6394 Doc fix. | |
6395 | |
6396 * thingatpt.el (sexp-at-point, symbol-at-point) | |
6397 (number-at-point, list-at-point): Add autoload cookie. | |
6398 | |
6399 * recentf.el (recentf): Add :version to defgroup. | |
6400 | |
6401 * quickurl.el (quickurl): Add :version to defgroup. | |
6402 | |
6403 * elide-head.el (elide-head): Use point-marker more. | |
6404 | |
6405 * bs.el (bs): Add :version to defgroup. | |
6406 | |
6407 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
6408 | |
6409 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
6410 | |
27587 | 6411 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
6412 | |
6413 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
6414 succeeding process operation sets a different coding system. | |
6415 | |
6416 * calculator.el: New file. | |
6417 | |
27572 | 6418 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
6419 | |
6420 * frame.el (frames-on-display-list, framep-on-display): New | |
6421 functions. | |
6422 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
6423 (display-selections-p, display-screens, display-pixel-width) | |
6424 (display-pixel-height, display-mm-width, display-mm-height) | |
6425 (display-backing-store, display-save-under, display-planes) | |
6426 (display-color-cells, display-visual-class): New functions. | |
6427 | |
6428 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6429 | |
6430 * faces.el (display-color-p): Use framep-on-display. | |
6431 (display-grayscale-p): New function. | |
6432 | |
27549 | 6433 2000-01-31 Dave Love <fx@gnu.org> |
6434 | |
6435 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6436 (create-fontset-from-x-resource): Don't concat integers. | |
6437 | |
27545 | 6438 2000-01-31 Inge Frick <inge@nada.kth.se> |
6439 | |
6440 * view.el: Some changes in documentation. Removed some trailing | |
6441 whitespace. Changed some parameter names to agree with | |
6442 documentation. | |
6443 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6444 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6445 |
27541 | 6446 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6447 | |
27543 | 6448 * windmove.el: New file. |
6449 | |
27541 | 6450 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6451 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6452 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6453 |
27541 | 6454 * jit-lock.el (jit-lock-function): Widen before calculating end |
6455 position. | |
6456 (jit-lock-stealth-chunk-start): Rewritten. | |
6457 | |
6458 * info.el (Info-title-face-alist): Removed. | |
6459 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6460 faces. | |
6461 (Info-fontify-node): Use these faces. | |
6462 | |
27527 | 6463 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6464 | |
6465 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6466 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6467 `&allow-other-keywords'. | |
6468 | |
6469 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6470 the list of directories scanned heuristically. | |
6471 | |
6472 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6473 exist. | |
6474 | |
27523 | 6475 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6476 | |
6477 * w32-fns.el: Define w32-tty-standard-colors. | |
6478 | |
6479 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6480 w32 console mode. | |
6481 | |
27510 | 6482 2000-01-30 Dave Love <fx@gnu.org> |
6483 | |
27513 | 6484 * jka-compr.el (jka-compr-load): Fix up load-history. |
6485 | |
27510 | 6486 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6487 | |
6488 * emacs-lisp/cl-macs.el: Revert previous change. | |
6489 | |
27499 | 6490 2000-01-29 Dave Love <fx@gnu.org> |
6491 | |
6492 * facemenu.el: Purecopy various strings. | |
6493 | |
6494 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6495 years. Deal with three-digit years. | |
6496 | |
6497 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6498 defconst, purecopy. | |
6499 (help-back-label): Purecopy it. | |
6500 | |
27498 | 6501 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6502 | |
6503 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6504 variable. If non-nil, order the buffer list according to the | |
6505 currently selected frame. | |
6506 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6507 non-nil, pass the selected frame to function buffer-list. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6508 |
27496 | 6509 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6510 | |
6511 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6512 | |
27486 | 6513 2000-01-28 Dave Love <fx@gnu.org> |
6514 | |
27491 | 6515 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6516 | |
27486 | 6517 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6518 Don't use lisp-indent-hook property. | |
6519 (cl-abs): Remove. | |
6520 | |
6521 * subr.el: Move out indent and edebug specs for when and unless. | |
6522 | |
6523 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6524 when, unless. | |
6525 | |
6526 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6527 unless, when. | |
6528 | |
27467 | 6529 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6530 | |
27481 | 6531 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6532 `collecting' as synonym for `collect'. | |
6533 | |
6534 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6535 for the case it contains spaces. | |
6536 | |
6537 * simple.el (what-cursor-position): Change formatting of | |
6538 messages. | |
6539 | |
27473 | 6540 * frame.el (delete-other-frames): New function. |
6541 (toplevel): Bind it to C-x 5 1. | |
6542 | |
27469 | 6543 * sort.el (sort-numeric-base): New option. |
6544 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6545 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6546 as default base. | |
6547 | |
27467 | 6548 * progmodes/glasses.el: New file. |
6549 | |
27451 | 6550 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6551 | |
27461 | 6552 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6553 userids differently. | |
6554 | |
27451 | 6555 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6556 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6557 progmodes/ebnf-yac.el: New files. | |
6558 | |
27446 | 6559 2000-01-26 Dave Love <fx@gnu.org> |
6560 | |
6561 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6562 on a function with an empty body. [From Eric Ludlam.] | |
6563 | |
27437 | 6564 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6565 | |
6566 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6567 | |
27433 | 6568 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6569 | |
6570 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6571 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6572 | |
27419 | 6573 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6574 | |
6575 * language/thai-util.el (thai-composition-function): Delete | |
6576 superfluous `a'. | |
6577 | |
27418 | 6578 2000-01-24 Dave Love <fx@gnu.org> |
6579 | |
6580 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6581 end-of-defun-function. | |
6582 | |
6583 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6584 &c. | |
6585 | |
27405 | 6586 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6587 | |
6588 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6589 conflicts with new face support. | |
6590 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6591 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6592 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6593 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6594 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6595 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6596 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6597 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6598 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6599 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6600 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6601 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6602 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6603 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6604 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6605 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6606 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6607 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6608 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6609 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6610 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6611 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6612 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6613 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6614 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6615 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6616 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6617 |
27366 | 6618 2000-01-19 Dave Love <fx@gnu.org> |
6619 | |
27368 | 6620 * files.el (user-init-file): Don't declare here -- is primitive. |
6621 | |
27366 | 6622 * startup.el (command-line): Check for compiled user-init-file and |
6623 set to uncompiled version if necessary. | |
6624 | |
27358 | 6625 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6626 | |
27361 | 6627 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6628 (undigestify-rmail-message): Use it. | |
6629 | |
27358 | 6630 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6631 | |
27351 | 6632 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6633 | |
6634 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6635 of mini-buffer. | |
6636 | |
27326 | 6637 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6638 | |
27330 | 6639 * emacs-lisp/copyright.el (copyright-update): Removed the |
6640 requirement for a trailing space from `copyright-regexp', to | |
6641 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6642 |
27327 | 6643 * align.el: New file. |
6644 | |
27326 | 6645 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6646 | |
6647 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6648 | |
27323 | 6649 2000-01-13 Dave Love <fx@gnu.org> |
6650 | |
6651 * ph.el: Removed. (Obsoleted by EUDC.) | |
6652 | |
27321 | 6653 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6654 | |
6655 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6656 menu with easymenu, because that causes build problems. | |
6657 | |
6658 * frame.el (frame-notice-user-settings): New variable. | |
6659 (frame-notice-user-settings): Don't modify frame parameters | |
6660 if called a second time. | |
6661 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6662 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6663 |
6664 * frame.el (frame-notice-user-settings): | |
6665 Notice default-frame-parameters even for non-window frames. | |
6666 | |
27318 | 6667 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6668 | |
6669 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6670 for Emacs. | |
6671 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6672 (eudc-bob-toggle-inline-display): Ditto. | |
6673 (eudc-bob-display-jpeg): Ditto. | |
6674 | |
27304 | 6675 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6676 | |
27313 | 6677 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6678 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6679 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6680 |
27312 | 6681 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6682 nil)'. | |
6683 | |
6684 * subdirs.el: Add `net' directory. | |
6685 | |
27308 | 6686 * net: New directory. |
6687 | |
27304 | 6688 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6689 eval-last-sexp. Don't bind debug-on-error here. | |
6690 (eval-last-sexp): New function. Bind debug-on-error if | |
6691 eval-expression-debug-on-error is non-nil. | |
6692 (eval-defun-2, eval-defun): Likewise. | |
6693 | |
6694 * simple.el (eval-expression): Don't bind debug-on-error if | |
6695 eval-expression-debug-on-error is nil. Detect changed | |
6696 debug-on-error, and propagate new value to global binding, if | |
6697 eval-expression-debug-on-error is non-nil, | |
6698 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6699 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6700 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6701 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6702 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6703 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6704 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6705 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6706 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6707 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6708 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6709 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6710 |
27288 | 6711 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6712 | |
27291 | 6713 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6714 of erasing buffer. | |
6715 | |
27288 | 6716 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6717 (fill-context-prefix): Use the longest common prefix of first |
6718 and second line fill prefix, if there is one. | |
27288 | 6719 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6720 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6721 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6722 * array.el (array-mode): Don't use make-variable-buffer-local. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6723 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6724 |
27282 | 6725 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6726 | |
6727 * add-log.el (add-log-current-defun): Handle user-defined | |
6728 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6729 |
27280 | 6730 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6731 if having found a current function |
27278 | 6732 |
6733 * add-log.el (add-log-current-defun): Call | |
6734 `add-log-current-defun-function'. Try matches at level 0 and | |
6735 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6736 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6737 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6738 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6739 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6740 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6741 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6742 |
27265 | 6743 2000-01-10 Dave Love <fx@gnu.org> |
6744 | |
6745 * elide-head.el (elide-head): Use point-marker, not point. | |
6746 | |
27261 | 6747 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6748 | |
27263 | 6749 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6750 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6751 |
27261 | 6752 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6753 Add ispell- prefix. | |
6754 | |
6755 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6756 | |
6757 * ispell.el: Only define dictionaries in menus when they exist. | |
6758 (version18p): New variable. | |
6759 (version20p): New variable. | |
6760 (xemacsp): New variable. | |
6761 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6762 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6763 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6764 run-together words. |
27261 | 6765 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6766 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6767 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6768 library path when called non-interactively. |
27261 | 6769 (ispell-menu-map-needed): Uses new variables. |
6770 (ispell-library-path): New variable. | |
6771 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6772 (ispell-word): Improved documentation string. Test for valid | |
6773 character mappings. Correctly check typed in word changes that can | |
6774 result in single words split into multiple words. Returns | |
6775 replacement word. | |
6776 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6777 replace in recursive query replace mode. Help message for | |
6778 recursive edit mode. | |
6779 (ispell-show-choices): Protect against bad framepop bindings. | |
6780 (ispell-help): Fix to work with XEmacs. | |
6781 (ispell-highlight-spelling-error): Use new variables. | |
6782 (ispell-overlay-window): Fix to work with XEmacs. | |
6783 (ispell-parse-output): Passed and returns location information | |
6784 tracking spelling corrections. Doesn't recheck same word on | |
6785 current line. | |
6786 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6787 Fix call to single argument in sleep-for. Use new variables. | |
6788 (ispell-region): Passed and returns location information tracking | |
6789 spelling corrections. Doesn't check same word on current line. | |
6790 Improved documentation string. Doesn't resend a line already | |
6791 checked to the ispell process - fixes bug in LaTeX parsing. | |
6792 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6793 (ispell-skip-region): No longer skips <TT> in SGML. | |
6794 (ispell-process-line): Tracks location information with spelling | |
6795 corrections. Added documentation string. Accounts for words | |
6796 already accepted on this line. Don't allow query-replace on line | |
6797 starting with math characters. Doesn't resend a line already sent | |
6798 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6799 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6800 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6801 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6802 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6803 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6804 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6805 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6806 Don't ever include the host name or user name in the value. |
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6807 |
27255 | 6808 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6809 | |
6810 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6811 of a real newline. | |
6812 | |
27253 | 6813 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6814 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6815 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6816 for .png files. |
6817 | |
27251 | 6818 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6819 | |
6820 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6821 | |
27247 | 6822 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6823 | |
27249 | 6824 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6825 | |
27247 | 6826 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6827 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6828 recursion. |
6829 | |
27244 | 6830 2000-01-08 Dave Love <fx@gnu.org> |
6831 | |
27265 | 6832 * emacs-lisp/backquote.el: Remove inappropriate customization |
6833 (allowing custom.el to use backquote). | |
27244 | 6834 |
27241 | 6835 2000-01-07 Dave Love <fx@gnu.org> |
6836 | |
6837 * add-log.el (add-log-debugging): Deleted. | |
6838 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6839 file. Remove debugging code. | |
6840 (change-log-get-method-definition, change-log-name): Add doc. | |
6841 (change-log-sortable-date-at): New function. | |
6842 (change-log-merge): New command. | |
6843 | |
6844 * time.el (display-time-string-forms): Make the Mail string active. | |
6845 (display-time-update): Provide help-echo for load average. | |
6846 | |
6847 * bindings.el (make-mode-line-mouse2-map): New function. | |
6848 (mode-line-modified): Use it and simplify. | |
6849 (mode-line-mule-info): Provide help-echo info. | |
6850 (minor-mode-alist): Activate the strings. | |
6851 (make-mode-line-mouse-sensitive): Simplify for | |
6852 mode-line-buffer-identification. | |
6853 | |
27233 | 6854 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6855 | |
6856 * play/pong.el: New file. | |
6857 | |
27241 | 6858 2000-01-06 Dave Love <fx@gnu.org> |
6859 | |
6860 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6861 `array-' prefix for symbols. | |
6862 | |
6863 2000-01-05 Dave Love <fx@gnu.org> | |
6864 | |
6865 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6866 outline-headers-as-kill. | |
6867 (outline-mode): Define imenu-generic-expression. | |
6868 (outline-headers-as-kill): New command. | |
6869 | |
6870 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6871 from paragraph-start. | |
6872 (paragraph-indent-minor-mode): New command. | |
6873 | |
6874 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6875 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6876 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6877 (fortran-column-ruler): Simplify. | |
6878 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6879 (fortran-with-subprogram-narrowing): Likewise. | |
6880 (fortran-indent-subprogram): Call mark-defun. | |
6881 (fortran-check-for-matching-do): Change narrowing. | |
6882 | |
6883 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6884 (cl-lucid-hash-tag): Delete. | |
6885 (cl-hash-table-p): Correct test for native table. | |
6886 (cl-hash-table-count): Use hash-table-count. | |
6887 | |
6888 * browse-url.el (browse-url): Fix case of | |
6889 browse-url-browser-function being an alist. | |
6890 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6891 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6892 |
27233 | 6893 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6894 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6895 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6896 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6897 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6898 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6899 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6900 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6901 |
27191 | 6902 2000-01-05 Dave Love <fx@gnu.org> |
6903 | |
27241 | 6904 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6905 (beginning-of-defun-raw): Use it. |
6906 (end-of-defun): New variable. | |
6907 (end-of-defun): Use it. | |
6908 (check-parens): New command. | |
6909 | |
27182 | 6910 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6911 | |
27233 | 6912 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6913 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6914 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6915 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6916 |
27176 | 6917 2000-01-05 Andreas Schwab <schwab@suse.de> |
6918 | |
6919 * hscroll.el (hscroll): Doc fix. | |
6920 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6921 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6922 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6923 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6924 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6925 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6926 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6927 file idlw-rinfo.el. |
27182 | 6928 (idlwave-customize): load must read file idlw-shell.el. |
6929 (idlwave-create-customize-menu): load must read file idlw-shell.el. | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6930 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6931 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6932 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6933 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6934 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6935 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6936 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6937 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6938 both reftex-dcr and reftex-vcr. |
27182 | 6939 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6940 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6941 |
27164 | 6942 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6943 |
6944 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6945 (ps-print-version): New version number (5.0.3). | |
6946 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6947 local. | |
6948 (ps-spool-config): Initialization fix. | |
27233 | 6949 (ps-print-prologue-1, ps-print-prologue-2) |
6950 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6951 (ps-background-image): Little code reformating. |
6952 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6953 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6954 (ps-prologue-file): New fun. |
6955 | |
27159 | 6956 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6957 | |
27233 | 6958 * ps-vars.el: Eliminated. |
27159 | 6959 |
6960 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6961 `;;;###autoload'. | |
6962 | |
6963 * ps-print.el: ps-vars eliminated, doc fix. | |
6964 (ps-print-version): New version number (5.0.2). | |
6965 (ps-spool-config): Initialization fix. | |
6966 (ps-print-customize): New fun. | |
6967 | |
27155 | 6968 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6969 | |
6970 * autorevert.el (auto-revert-mode): Return value of | |
6971 auto-revert-mode. | |
6972 | |
27152 | 6973 2000-01-04 Dave Love <fx@gnu.org> |
6974 | |
27198 | 6975 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6976 menu items. | |
27152 | 6977 |
27124 | 6978 2000-01-03 Dave Love <fx@gnu.org> |
6979 | |
27191 | 6980 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6981 |
27241 | 6982 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6983 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6984 `cl-hash-table-p', not `hash-table-p'. | |
6985 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6986 | |
27119 | 6987 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6988 | |
6989 * faces.el (face-read-integer, read-face-attribute) | |
6990 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6991 strings. | |
6992 | |
27112 | 6993 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6994 | |
6995 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6996 at comment end, and re-insert them after filling. | |
6997 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6998 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6999 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
7000 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el |
27110
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
7001 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
7002 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el. |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
7003 |
27102 | 7004 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
7005 | |
7006 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
7007 the new name of face-color-supported-p. | |
7008 | |
7009 * term/w32-win.el (xw-defined-colors): Likewise. | |
7010 | |
27097 | 7011 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
7012 | |
7013 * simple.el (completion-setup-function): Count completion-size | |
7014 from minibuffer-prompt-end, not from point-min. | |
7015 | |
27091 | 7016 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
7017 | |
7018 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
7019 Pass the frame to tty-color-* functions. | |
7020 (display-color-p, frame-set-background-mode): Pass the frame to | |
7021 tty-display-color-p. | |
7022 | |
7023 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
7024 tty-color-alist. | |
7025 (tty-color-alist, tty-modify-color-alist): New functions. | |
7026 (tty-color-define, tty-color-clear, tty-color-approximate) | |
7027 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
7028 an optional parameter FRAME. | |
7029 | |
27074 | 7030 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
7031 | |
27082 | 7032 * image.el (create-image, defimage): Don't assume image data is a |
7033 string. | |
7034 | |
27074 | 7035 * image.el (defimage): Handle specifications containing :data |
7036 instead of :file. | |
7037 (image-type-from-data): New function. | |
7038 (image-type-from-file-header): Use it. | |
7039 (create-image): Add parameter DATA-P. | |
27182 | 7040 |
30729 | 7041 See ChangeLog.8 for earlier changes. |
30993 | 7042 |
7043 ;; Local Variables: | |
31291 | 7044 ;; coding: iso-2022-7bit-unix |
30993 | 7045 ;; End: |