Mercurial > emacs
annotate lisp/ChangeLog @ 31264:20d379f107aa
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 29 Aug 2000 11:30:59 +0000 |
parents | 7133484b8d0c |
children | d33c1be1708d |
rev | line source |
---|---|
31264 | 1 2000-08-29 Dave Love <fx@gnu.org> |
2 | |
3 * mouse.el (mouse-major-mode-menu): Use local-key-binding. | |
4 (mouse-popup-menubar): Add minor mode menus. | |
5 (popup-menu): Check for lookup-key returning number. | |
6 | |
31263 | 7 2000-08-29 Miles Bader <miles@gnu.org> |
8 | |
9 * comint.el (comint-send-input): Create overlays using the proper | |
10 front/read-advance arguments. | |
11 | |
31254 | 12 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
13 | |
14 * ps-print.el: Even/odd pages printing. Doc fix. | |
15 (ps-print-version): New version number (6.0). | |
16 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image) | |
17 (ps-background, ps-begin-file, ps-begin-job): Code fix. | |
18 (ps-print-duplex-feature): Variable eliminated. | |
19 (ps-even-or-odd-pages): New variable. | |
20 | |
31256 | 21 * ebnf2ps.el: Doc fix. |
22 (ebnf-version): New version (3.3). | |
23 (ebnf-user-arrow): Change variable customization to sexp. | |
24 (ebnf-user-arrow): Function eliminated. | |
25 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix. | |
26 | |
31242 | 27 2000-08-29 Kenichi Handa <handa@etl.go.jp> |
28 | |
31244 | 29 * help.el (help-xref-mule-regexp): New variable. |
31242 | 30 (help-make-xrefs): Handle help-xref-mule-regexp. |
31 | |
32 * international/mule-cmds.el (help-xref-mule-regexp-template): New | |
33 variable. | |
34 (describe-input-method): Temporarily activate the specfied input | |
35 method to display the information. | |
36 (describe-language-environment): Hyperlinks to mule related items. | |
37 | |
38 * international/mule-diag.el (charset-multibyte-form-string): New | |
39 function. | |
40 (list-character-sets-1): Use charset-multibyte-form-string. | |
41 (describe-character-set): New function. | |
42 (describe-coding-system): Hyperlinks to safe character sets. | |
43 | |
44 * international/quail.el (quail-help): New arg PACKAGE. | |
45 Hyperlinks to mule related items. | |
46 (quail-help-insert-keymap-description): Use | |
47 substitute-command-keys instead of describe-bindings. | |
48 (quail-translation-help): Hyperlinks to mule related items. | |
49 | |
31240 | 50 2000-08-28 John Wiegley <johnw@gnu.org> |
51 | |
31241 | 52 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to |
53 have a defsubst call itself. Made `eshell-flatten-list' back into | |
54 a function again. | |
55 | |
31240 | 56 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety |
57 catch, in case re-centering point at bottom messes up the display. | |
58 This happens frequently in Emacs 21, due I believe to variable | |
59 line heights. | |
60 | |
61 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order | |
62 to call `find-tag-interactive'. | |
63 | |
64 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display | |
65 the list of remember directories. | |
66 | |
31239 | 67 2000-08-28 John Wiegley <johnw@gnu.org> |
68 | |
69 * align.el: Test align-region-separate to see if it's a symbol. | |
70 | |
71 2000-08-27 John Wiegley <johnw@gnu.org> | |
72 | |
73 * eshell/esh-util.el (eshell-flatten-list): Made this function | |
74 into a defsubst form. It gets used very frequently, although | |
75 calls don't occur all that often. | |
76 | |
77 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before | |
78 examining it. | |
79 | |
80 * eshell/esh-cmd.el (eshell-rewrite-while-command): | |
81 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of | |
82 `eshell-protect'. | |
83 (eshell-copy-handles): Created a new macro for duplicating the | |
84 current set of open handles. This is needed by the looping | |
85 functions. | |
86 (eshell-do-eval): Fixed while and if, so that the eshell-test-body | |
87 is not incorrectly stomped on. | |
88 | |
89 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror | |
90 declaration for pcomplete-use-paring. | |
91 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the | |
92 value of eshell-cmpl-use-paring. | |
93 * pcomplete.el (pcomplete-use-paring): New config variable, to | |
94 indicate whether paring should be used. | |
95 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out | |
96 completion alternatives that have already been used. | |
97 | |
98 * eshell/esh-mode.el (eshell-repeat-argument): Added function, | |
99 bound to C-c C-y, which will repeat the previous N arguments | |
100 (based on prefix argument). | |
101 (eshell-mode): Bind C-c C-y to eshell-repeat-argument. | |
102 | |
103 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer | |
104 if there is no *Help* buffer. This is for XEmacs, which renames | |
105 its help buffers uniquely. TODO: Find out what the current buffer | |
106 name to delete is. | |
107 | |
108 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the | |
109 first entry that correlates to a passwd/group number. Later | |
110 entries (used for group/user name aliasing to multiple IDs) are | |
111 ignored. | |
112 | |
113 * eshell/em-xtra.el (eshell/expr): | |
114 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make) | |
115 (eshell-grep, eshell/diff, eshell/locate): | |
116 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the | |
117 argument list, before passing it to the system command. | |
118 | |
119 * eshell/esh-mode.el (eshell-find-tag): Added a special version of | |
120 `find-tag' for use at final position in Eshell buffers (which | |
121 otherwise triggers an error on Emacs 21). | |
122 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell | |
123 buffer, if it is currently bound to `find-tag'. | |
124 | |
125 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile | |
126 in the list of matched Makefile names. | |
127 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current | |
128 directory, prefer its contents to Makefile. | |
129 | |
130 * eshell/em-dirs.el (eshell/cd): cd commands that look up | |
131 directory parts (like "cd old new", or "cd =regexp"), are now case | |
132 sensitive on non-Windows/DOS platforms. | |
133 | |
134 * eshell/esh-mode.el (eshell-parse-command-input): When a user | |
135 types RET after an open delimiter (like "), display a message | |
136 indicating that Eshell is waiting for the closing delimiter. | |
137 | |
138 * eshell/esh-var.el (eshell/unset): Added a command for unsetting | |
139 environment variables. | |
140 | |
141 * eshell/em-unix.el (eshell/diff): Added logic to fail more | |
142 gracefully if the user enters incorrect arguments. | |
143 | |
144 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in | |
145 Eshell buffers. | |
146 | |
147 * eshell/esh-var.el (eshell-interpolate-variable): | |
148 * eshell/esh-mode.el (eshell-move-argument): | |
149 * eshell/em-unix.el (eshell-du-sum-directory): | |
150 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): | |
151 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of | |
152 (not (= ...)). | |
153 | |
154 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply', | |
155 to ensure the `preserve' flag gets propagated when doing recursive | |
156 directory copies. | |
157 | |
158 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> | |
159 | |
160 * eshell/em-hist.el (eshell-put-history, eshell-get-history): | |
161 Don't convert \n into \0177 in memory. | |
162 (eshell-read-history, eshell-write-history): Convert \n to \0177, | |
163 and back again, when reading and writing. | |
164 | |
165 2000-07-06 Eli Zaretskii <eliz@is.elta.co.il> | |
166 | |
167 * eshell/esh-util.el (eshell-processp): Added to relieve constant | |
168 testing of `fboundp' on `processp'. | |
169 | |
170 * eshell/esh-proc.el (eshell/kill): Use eshell-processp. | |
171 (eshell/jobs): Don't call process-list if it is not bound. | |
172 (eshell-gather-process-output): Support systems where async | |
173 subprocesses aren't supported. | |
174 (eshell-scratch-buffer, eshell-last-sync-output-start): New | |
175 variables. | |
176 | |
177 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when | |
178 eshell-do-eval returns t. | |
179 (eshell-do-pipelines-synchronously): New defmacro. | |
180 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines | |
181 when async subprocesses aren't supported. | |
182 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer | |
183 if async subprocesses aren't supported. | |
184 (eshell-resume-command): Don't assume STATUS is a string. | |
185 | |
186 * eshell/em-unix.el (eshell/rm): Use eshell-processp. | |
187 | |
188 * eshell/esh-io.el (eshell-virtual-targets): Doc fix. | |
189 (eshell-close-target, eshell-get-target): Use eshell-processp. | |
190 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc | |
191 fix. | |
192 (eshell-get-target, eshell-create-handles): Doc fix. | |
193 | |
194 2000-06-28 Miles Bader <miles@lsi.nec.co.jp> | |
195 | |
196 * em-smart.el (eshell-smart-maybe-jump-to-end): Change the | |
197 criterion to include commands that output something, as long as it | |
198 leaves both the command and the end-of-buffer visible when the | |
199 command has exited. | |
200 (eshell-review-quick-commands): Adjust the help doc string | |
201 accordingly. | |
202 | |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
203 2000-08-28 Peter Breton <pbreton@ne.mediaone.net> |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
204 |
31238
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
205 * locate.el (locate): Cleaned up locate command's interactive prompting |
31242 | 206 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
|
207 |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
208 * filecache.el (file-cache-case-fold-search): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
209 (file-cache-assoc-function): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
210 (file-cache-minibuffer-complete): Use file-cache-assoc-function. |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
211 Use file-cache-case-fold-search variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
212 (file-cache-add-file): Use file-cache-assoc-function |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
213 (file-cache-delete-file): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
214 (file-cache-directory-name): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
215 (file-cache-debug-read-from-minibuffer): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
216 |
31231 | 217 2000-08-28 Gerd Moellmann <gerd@gnu.org> |
218 | |
219 * abbrev.el (list-abbrevs): Add optional parameter LOCAL. | |
220 (abbrev-table-name): New function. | |
221 (prepare-abbrev-list-buffer): Add optional parameter LOCAL. | |
222 If non-nil list local abbrev, only. | |
223 | |
31229 | 224 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu> |
225 | |
226 * uce.el (uce-reply-to-uce): Remove hard-coded "*Article*" from | |
227 Gnus support code, and use special article copy buffer | |
228 `(gnus-original-article-buffer)' instead. This allows to get rid | |
229 of article-hide-headers usage (which breaks in the latest Gnus | |
230 version). Thanks to Detlev Zundel. | |
231 | |
31216 | 232 2000-08-28 Kenichi Handa <handa@etl.go.jp> |
233 | |
234 * international/quail.el (quail-use-package): Hide "... loaded" | |
235 message. | |
236 (quail-start-translation, quail-start-conversion): Likewise. | |
237 | |
238 * international/kkc.el (kkc-region): Hide "... loaded" message. | |
239 | |
31212 | 240 2000-08-27 Dave Love <fx@gnu.org> |
241 | |
242 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg. | |
243 | |
31198 | 244 2000-08-27 Miles Bader <miles@gnu.org> |
245 | |
246 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts. | |
247 | |
31195 | 248 2000-08-27 Kenichi Handa <handa@etl.go.jp> |
249 | |
250 * international/ja-dic-cnv.el (skkdic-convert): Insert (require | |
251 'ja-dic-cnv), not (require 'skkdic-cnv). | |
252 | |
31180 | 253 2000-08-26 Miles Bader <miles@gnu.org> |
254 | |
31194 | 255 * faces.el (face-x-resources): Add entry for :inherit. |
256 * cus-face.el (custom-face-attributes): Add support for :inherit | |
257 attribute. Add support for relative face heights. | |
258 (custom-face-attributes-get): Treat `nil' as being a default value | |
259 for :inherit (as well as `unspecified'). | |
260 | |
31191 | 261 * faces.el (set-face-attribute): Update doc string. |
262 (face-attribute-name-alist): Add :inherit. | |
263 (face-valid-attribute-values): Handle :inherit. | |
264 (face-read-string): Rephrase prompt to be less confusing. | |
265 Assume that DEFAULT is a string, since we must return a string. | |
266 (face-read-integer): Use `format' to turn DEFAULT into an | |
267 acceptable default for face-read-string. Match NEW-VALUE against | |
268 the string "unspecified", not the symbol `unspecified', since | |
269 that's what face-read-string returns. | |
270 (read-face-attribute): Lookup a name for old-value in valid, and | |
271 use it as a default if we find one. Treat all values from | |
272 face-read-string as strings. If the default is used, don't do any | |
273 more processing on the value, just use the old value directly. | |
274 (read-face-and-attribute, modify-face): Tweak prompt. | |
275 (read-face-name): Don't assume prompt ends with a space. | |
276 | |
31180 | 277 * faces.el (describe-face): Add support for :inherit attribute. |
278 | |
31166 | 279 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
280 | |
31167 | 281 * terminal.el (terminal-emulator): Fix args to `concat'. Now |
282 concat doesn't accept interger. | |
283 | |
31166 | 284 * international/kkc.el: Remove SKK from Keywords. Require |
285 ja-dic-utl instead of skkdic-utl. | |
286 | |
287 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. | |
288 Provide ja-dic-cnv instead of skkdic-cnv. | |
289 (ja-dic-filename): Renamed from skkdic-filename. Referers changed | |
290 (iso-2022-7bit-short): Add safe-charsets property. | |
291 (skkdic-convert-postfix): Search Japanese chou-on character in | |
292 addition to Hiragana character. | |
293 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. | |
294 (skkdic-convert): Change file names from skkdic.el to ja-dic.el | |
295 (batch-skkdic-convert): Likewise. | |
296 | |
297 * international/ja-dic-utl.el: Renamed from skkdic-utl.el. | |
298 Provide ja-dic-utl instead of skkdic-utl. | |
299 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic. | |
300 | |
31156 | 301 2000-08-24 Dave Love <fx@gnu.org> |
302 | |
31158 | 303 * disp-table.el (standard-display-default): Make the test of `l' |
304 useful. | |
305 | |
31156 | 306 * language/european.el ("Latin-8", "Latin-9"): Add input methods, |
307 mod sample text. | |
308 | |
309 * international/iso-ascii.el: Make pilcrow convenient string | |
310 consistent with section. | |
311 (iso-ascii-display): Set up multibyte characters as well as | |
312 unibyte. | |
313 | |
31137 | 314 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
315 | |
316 * international/mule-cmds.el (reset-language-environment): Set | |
317 default-process-coding-system to '(undecided . iso-latin-1), which | |
318 makes process I/O almost consistent with file I/O. Call this | |
319 function when mule-cmds.el[c] is loaded. | |
320 | |
31092 | 321 2000-08-22 Andrew Innes <andrewi@gnu.org> |
322 | |
323 * makefile.w32-in: New file. | |
324 | |
31038 | 325 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
326 | |
327 * comint.el (comint-output-filter): Compare end of | |
328 comint-last-output-overlay with the start of the newly inserted | |
329 text, not the end, when deciding whether to extend it. | |
330 Set saved-point's insertion type to advance after insertion. | |
331 | |
332 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
333 since this is now done independently of font-lock mode. | |
334 | |
31009 | 335 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
336 | |
337 * server.el (server-kill-new-buffers): New user option. | |
338 (server-existing-buffer): New buffer-local variable. | |
339 (server-visit-files): When using an existing buffer, set | |
340 server-existing-buffer to t. | |
341 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
342 buffer, unless it was already present before visiting it with | |
343 Emacs server. | |
344 | |
31006 | 345 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
346 | |
347 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
348 even if the display doesn't support colors: some displays will | |
349 support bold/underline faces. | |
350 | |
30997 | 351 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
352 | |
31004 | 353 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
354 | |
30997 | 355 * startup.el (command-line): If user's init file had an error, |
356 add explanatory text to *Messages*. | |
357 | |
30994 | 358 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
359 | |
360 * man.el (Man-getpage-in-background): Decode the process output by | |
361 the system locale coding system. | |
362 | |
30980 | 363 2000-08-20 Dave Love <fx@gnu.org> |
364 | |
30991 | 365 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
366 Don't test x-popup-menu. | |
367 (function) <complete-function>: Complete only fbound symbols. | |
368 <validate, value>: New. | |
369 (variable) <complete-function>: Complete only bound symbols. | |
370 (coding-system): Add :base-only, :complete-function, :validate, | |
371 :value, :prompt-match. | |
372 (widget-coding-system-prompt-value): Use read-coding-system and | |
373 act on :base-only. | |
374 (editable-field): Add :help-echo. | |
375 (widget-push-button-gui, widget-push-button-cache) | |
376 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
377 with uses. | |
378 (widget-at): Make arg optional. | |
379 (widget-echo-help): Adjust for current help-echo calling sequence. | |
380 (widget-specify-field, widget-specify-button) | |
381 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
382 (widget-convert, widget-insert, widget-leave-text) | |
383 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
384 (widget-setup, widget-field-find, widget-before-change) | |
385 (widget-after-change, widget-default-complete) | |
386 (widget-default-create, widget-default-delete) | |
387 (widget-push-button-value-create, editable-field) | |
388 (widget-field-prompt-value, widget-field-validate) | |
389 (widget-choice-value-create, widget-choice-action) | |
390 (widget-choice-validate, widget-checklist-add-item) | |
391 (widget-radio-add-item, widget-radio-chosen) | |
392 (widget-radio-value-inline, widget-editable-list-value-create) | |
393 (widget-editable-list-entry-create) | |
394 (widget-documentation-link-add) | |
395 (widget-documentation-string-value-create) | |
396 (widget-regexp-validate, widget-file-complete) | |
397 (widget-sexp-validate, widget-plist-convert-widget) | |
398 (widget-plist-convert-widget, widget-alist-convert-widget) | |
399 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
400 particularly to avoid bindings which aren't optimized out. | |
401 | |
30980 | 402 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
403 Doc fix. | |
404 (down-list, backward-up-list, up-list, kill-sexp) | |
405 (backward-kill-sexp, mark-sexp): Make arg optional. | |
406 (lisp-complete-symbol): Add optional arg PREDICATE. | |
407 | |
408 * cus-start.el: Add display-buffer-reuse-frames, | |
409 file-coding-system-alist. | |
410 | |
30975 | 411 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
412 | |
413 * startup.el (command-line): Clear realized faces after | |
414 modifying TTY color mappings. | |
415 | |
30972 | 416 2000-08-20 Miles Bader <miles@gnu.org> |
417 | |
418 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
419 merely a subset of FACE's attributes. | |
420 | |
30966 | 421 2000-08-19 Miles Bader <miles@gnu.org> |
422 | |
423 * comint.el (comint-output-filter): Save the point with a marker, | |
424 not just a buffer position. | |
425 | |
426 * international/mule.el (set-buffer-process-coding-system): Make | |
427 interactive prompt less confusing. | |
428 | |
30963 | 429 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
430 | |
431 * hilit-chg.el: General cleanup of doc strings, comments and | |
432 code formatting. | |
433 | |
30960 | 434 2000-08-19 Miles Bader <miles@gnu.org> |
435 | |
436 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
437 Compiler macro removed; beginning-of-line is no longer always | |
438 equivalent to forward-line, in the presence of fields. | |
439 | |
440 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
441 restriction, and just use save-restriction, now that it works | |
442 correctly. Don't adjust comint-last-input-start to account for | |
443 our insertion; it shouldn't have moved because we don't use | |
444 insert-before-markers anymore. Comment out call to | |
445 `force-mode-line-update'; why is it here? | |
446 | |
447 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
448 while checking for prompt to delete. Use `forward-line 0' | |
449 instead of beginning-of-line. | |
450 (gud-filter): Temporarily widen gud comint buffer while | |
451 examining output. | |
452 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
453 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
454 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
455 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
456 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
457 * 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
|
458 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
|
459 |
30953 | 460 2000-08-18 Dave Love <fx@gnu.org> |
461 | |
462 * image.el (find-image): Copy `spec' before using plist-put. | |
463 | |
30948 | 464 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
465 | |
466 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
467 `portugues'. | |
468 | |
469 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
470 backward-kill-sexp, analogous to kill-sexp. | |
471 | |
472 * progmodes/icon.el (icon-indent-line) | |
473 (icon-is-continuation-line): Handle comments specially. | |
474 | |
475 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
476 | |
477 * ispell.el: Set to standard author/maintainer/keyword fields. | |
478 Fine tuning to menu map appearance and operation, and added help. | |
479 Remove `start' and `end' error messages when compiling. | |
480 (ispell-choices-win-default-height): Fixed comment string. | |
481 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
482 castellano8 dictionaries. | |
483 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
484 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
485 dictionary, added italiano dictionary. | |
486 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
487 word character | |
488 (ispell-tex-skip-alists): Added psfig support. | |
489 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
490 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
491 (ispell-minor-check): Improved html skipping support to skip across | |
492 code, and recognize `&' commands without propper `;' syntax; | |
493 (ispell-process-line): Fix alignment error when manually | |
494 correcting spelling. | |
495 (ispell): Fix comment string. | |
496 (ispell-add-per-file-word-list): Always put word list on new line. | |
497 | |
30922 | 498 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
499 | |
30928 | 500 * format.el (format-encode-run-method): Fix error message to say |
501 `encode' instead of `decode'. Use save-window-excursion around | |
502 shell-command-on-region as in format-decode-run-method because | |
503 shell-command-on-region can display a buffer with error output. | |
504 (format-decode): Don't record undo information for the decoding. | |
505 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
506 that number part of the temporary buffer name so that more than | |
507 one decoding using a temporary buffer can happen safely. | |
508 | |
509 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
510 of `A-z' in the regexp. | |
511 | |
512 * hilit-chg.el: Fix typos in commentary. | |
513 | |
30922 | 514 * help.el (view-emacs-news): Rewritten for new naming scheme |
515 for old NEWS files. | |
516 | |
517 * startup.el (command-line): Pop to *Messages* in case an error | |
518 is signaled while loading user-init-file. | |
519 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
520 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
521 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
522 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
523 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
524 |
30906 | 525 2000-08-17 Alex Schroeder <alex@gnu.org> |
526 | |
527 * sql.el (sql-magic-go): Use comint-bol. | |
528 (sql-copy-column): Use comint-line-beginning-position. | |
529 (comint-line-beginning-position): Define a replacement for | |
530 comint-line-beginning-position if it is not fboundp. | |
531 | |
532 2000-08-17 Alex Schroeder <alex@gnu.org> | |
533 | |
534 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
535 it didn't have any effect anyway. | |
536 | |
537 2000-08-17 Alex Schroeder <alex@gnu.org> | |
538 | |
539 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
540 --pset and pager=off instead of sending \\o|cat at the beginning | |
541 of the session. | |
542 | |
30903 | 543 2000-08-17 Miles Bader <miles@gnu.org> |
544 | |
545 * progmodes/octave-inf.el: Add compatibility definition of | |
546 comint-line-beginning-position. | |
547 | |
30898 | 548 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
549 | |
550 * startup.el (normal-top-level): Look in each dir in load-path for | |
551 a leim-list.el file too. This assures of loading leim-list.el | |
552 that is created at Emacs installation time even if a user have his | |
553 own leim-list.el. | |
554 | |
30897 | 555 2000-08-17 Miles Bader <miles@gnu.org> |
556 | |
557 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
558 foreground color to black if the background is dark. | |
559 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
560 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
561 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
562 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
563 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
564 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
565 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
566 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
567 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
568 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
569 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
570 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
571 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
572 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
573 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
574 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
575 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
576 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
577 * 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
|
578 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
579 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
580 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
581 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
582 * 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
|
583 (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
|
584 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
585 (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
|
586 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
587 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
588 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
589 (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
|
590 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
591 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
592 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
593 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
594 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
595 (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
|
596 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
597 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
598 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
599 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
600 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
601 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
602 * 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
|
603 |
30870 | 604 2000-08-16 Dave Love <fx@gnu.org> |
605 | |
30894 | 606 * windmove.el (windmove) <defgroup>: Add :version. |
607 | |
608 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
609 (goto-address-fontify-p, goto-address-highlight-p) | |
610 (goto-address-url-face, goto-address-url-mouse-face) | |
611 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
612 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
613 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
614 (goto-address-at-point): browse-url-url-at-point, | |
615 goto-address-find-address-at-point can return nil. | |
616 (goto-address-find-address-at-point): Return nil on failure. | |
617 | |
618 * align.el (align) <defgroup>: Add :version. | |
619 | |
620 * calculator.el (calculator): Add :version. | |
621 (calculator): Use two lines for calculator window if `modeline' | |
622 face is boxed. | |
623 | |
30870 | 624 * play/5x5.el: Doc fixes. |
625 (5x5) <defgroup>: Add :version. | |
626 | |
627 * play/fortune.el (fortune) <defgroup>: Add :version. | |
628 (fortune-append): Fix error message. | |
629 (fortune-from-region): Doc fix. | |
630 | |
631 * play/pong.el (pong): Doc fix. | |
632 | |
633 * play/morse.el: Keywords, commentary, autoloads. | |
634 | |
30854 | 635 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
636 | |
637 * desktop.el (desktop-save): Don't look at symbol-value of a | |
638 member of minor-mode-alist, unless it is boundp. | |
639 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
640 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
|
641 |
30897 | 642 * 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
|
643 `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
|
644 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
|
645 |
30846 | 646 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
647 | |
648 * international/ccl.el (declare-ccl-program): Docstring modified. | |
649 (ccl-execute-with-args): Likewise. | |
650 | |
30839 | 651 2000-08-16 Miles Bader <miles@gnu.org> |
652 | |
30903 | 653 * progmodes/sql.el: Add compatibility definition of |
30839 | 654 comint-line-beginning-position. |
655 | |
30808 | 656 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
657 | |
30829 | 658 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
659 'buffer-menu' property. | |
660 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
661 fails. | |
662 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
663 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
664 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
665 |
30825 | 666 * buff-menu.el (list-buffers-noselect): Don't display the |
667 *Buffer List* buffer. | |
668 | |
30822 | 669 * font-lock.el: Require jit-lock to prevent a very late |
670 `Loading jit-lock' message. | |
671 | |
30808 | 672 * 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
|
673 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 674 mail address. |
675 | |
30804 | 676 2000-08-15 Miles Bader <miles@gnu.org> |
677 | |
678 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
679 (ispell-choices-win-default-height, ispell-help): Use | |
680 `ispell-graphic-p' instead of `xemacsp'. | |
681 | |
30802 | 682 2000-08-15 Dave Love <fx@gnu.org> |
683 | |
30842 | 684 * simple.el: Autoload widget-convert when compiling. |
685 (mail-user-agent): Doc fix. | |
686 | |
687 * help.el (function-called-at-point, variable-at-point): Use | |
688 with-syntax-table. | |
689 (help-manyarg-func-alist): Add insert-and-inherit. | |
690 | |
691 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
692 | |
693 * delsel.el (delsel-unload-hook): New function. | |
694 | |
695 * find-file.el: Doc fixes. Move provide to end. | |
696 (ff) <defgroup>: Add :link. | |
697 (ff-goto-click): Deleted. | |
698 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
699 Use mouse-set-point. | |
700 | |
701 * textmodes/tildify.el: Doc fixes. | |
702 (tildify) <defgroup>: Add:version. | |
703 | |
704 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
705 (glasses-custom-set): Use set-default, not set. | |
706 (minor-mode-alist): Propertize the lighter. | |
707 (glasses-mode): Provide optional arg. | |
708 | |
30813 | 709 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
710 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
711 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
712 option. Provide :type. | |
713 (cwarn-configuration): Provide :type. | |
714 (cwarn-mode): Doc fix. | |
715 | |
716 * add-log.el (change-log-merge): Doc fix. | |
717 (change-log-redate): New command. | |
718 | |
30802 | 719 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
720 Doze and Dog. | |
721 (browse-url): Use dolist, not mapcar. | |
722 (browse-url-at-point): Check for null url. | |
723 (browse-url-event-buffer, browse-url-event-point): Functions | |
724 deleted. | |
725 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
726 | |
727 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
728 modes. | |
729 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
730 Fix previous change to mapcan. | |
731 (msb--init-file-alist, msb--add-separators) | |
732 (msb--make-keymap-menu): Simplify. | |
733 (msb--choose-file-menu): Use copy-sequence. | |
734 (msb-mode-map): Add title to keymap. | |
735 (msb-unload-hook): New function. | |
736 | |
737 * bs.el: Fix indentation. | |
738 (bs) <defgroup>: Add :links. | |
30894 | 739 (bs-show): Doc fix. |
740 (bs-apply-sort-faces): Don't use window-system. | |
741 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 742 |
30796 | 743 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
744 | |
745 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
746 convert-standard-filename. | |
747 | |
30788 | 748 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
749 | |
30790 | 750 * emacs-lisp/authors.el: New file. |
751 | |
30788 | 752 * paren.el (show-paren-priority): New user option. |
753 (show-paren-function): Set overlay priorities to | |
754 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
755 |
30783 | 756 2000-08-14 Miles Bader <miles@gnu.org> |
757 | |
758 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
759 beginning-of-line with inhibit-field-text-motion bound. | |
760 | |
30781 | 761 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
762 | |
763 * calendar/timeclock.el: New file. | |
764 | |
765 2000-08-14 David Ponce <david@dponce.com> | |
766 | |
767 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
768 `widget-button-click'. so that one can use left mouse button to | |
769 click on dialog buttons. | |
770 | |
771 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
772 | |
773 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
774 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
|
775 |
30767 | 776 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
|
777 |
30769 | 778 * comint.el (comint-output-filter): Don't bother frobbing |
779 window-start, it doesn't seem to be necessary. | |
30767 | 780 |
781 * comint.el (comint-send-string, comint-send-region): Make into | |
782 real functions. Snapshot the prompt before sending. | |
783 | |
30764 | 784 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
785 | |
786 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
787 technique similar to Info-index, instead of relying on specific | |
788 names of relevant Index nodes. | |
789 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
790 going to the first node found by Info-find-emacs-command-nodes. | |
791 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
792 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 793 |
794 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
795 | |
30741 | 796 2000-08-10 Miles Bader <miles@gnu.org> |
797 | |
798 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
799 | |
30739 | 800 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
801 | |
802 * info.el (Info-file-list-for-emacs): More elements for the | |
803 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
804 and woman manuals. | |
805 | |
30737 | 806 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
807 | |
808 * comint.el (comint-send-input): Make the newline boundary overlay | |
809 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
810 (comint-output-filter): Use `insert' instead of | |
811 `insert-before-markers'. Extend comint-last-output-overlay when | |
812 necessary since we can't rely on insert-before-markers to do it. | |
813 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
814 save-excursion when inserting the output, so that point gets | |
815 updated correctly; the old method relied on a rather dodgy | |
816 side-effect of comint-output-filter to avoid the effect of | |
817 save-excursion. | |
818 | |
30734 | 819 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
820 | |
821 * files.el (recover-file): Call insert-directory instead of | |
822 invoking `ls' directly. | |
823 | |
30732 | 824 2000-08-10 Miles Bader <miles@gnu.org> |
825 | |
826 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
827 (comint-last-prompt-overlay): New variables. | |
828 (comint-output-filter): Implement prompt highlighting. | |
829 (comint-snapshot-last-prompt): New function. | |
830 (comint-send-input): Snapshot the last prompt. | |
831 Use comint-highlight-input-face. | |
832 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
833 Use defface instead of defcustom. | |
834 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
835 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
836 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
837 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
838 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
839 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
840 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
841 (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
|
842 (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
|
843 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
|
844 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
845 * 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
|
846 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
847 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
848 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
849 |
30715 | 850 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
851 | |
852 * files.el (insert-directory): Don't call access-file on | |
853 directories on DOS and Windows. | |
854 | |
30704 | 855 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
856 | |
857 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
858 longer if necessary. | |
859 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
860 ccl-program-vector. | |
861 | |
30701 | 862 2000-08-09 Miles Bader <miles@gnu.org> |
863 | |
864 * comint.el (comint-output-filter): Properly handle the case where | |
865 the text surrounded by comint-last-output-overlay was deleted. | |
866 | |
30671 | 867 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
868 | |
30693 | 869 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
870 non-nil. | |
871 (Info-file-list-for-emacs): Remove "info" from the list because | |
872 that leads to trying to use the documentation from file `info' | |
873 in various situations where it isn't appropriate, for instance | |
874 C-h C-k C-h i. | |
875 | |
876 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
877 DIR and/or STRING are nil. | |
878 | |
879 * progmodes/compile.el (compilation-setup): Make variable | |
880 compilation-error-screen-columns buffer-local, as some comment | |
881 in the code suggests it should be. | |
882 | |
883 * files.el (auto-mode-interpreter-regexp): New variable. | |
884 (set-auto-mode): Use it. | |
885 | |
886 * indent.el (indent-for-tab-command): Doc fix. | |
887 | |
888 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
889 | |
30671 | 890 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
891 labels. | |
892 | |
893 * help.el (print-help-return-message): When | |
894 display-buffer-reuse-frames is set, let the help window been quit, | |
895 instead of deleting it, which might delete a reused frame. | |
896 | |
30664 | 897 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
898 | |
899 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
900 rename a directory to a name that differs only by its letter case. | |
901 | |
30655 | 902 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
903 | |
904 * international/quail.el (quail-define-rules): Handle Quail decode | |
905 map correctly. Add code for supporting annotations. | |
906 (quail-install-decode-map): New function. | |
907 (quail-defrule-internal): New optional arguments decode-map and | |
908 props. | |
909 (quail-advice): New function. | |
910 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
911 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
|
912 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
913 * 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
|
914 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
915 * 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
|
916 |
30649 | 917 2000-08-03 Miles Bader <miles@gnu.org> |
918 | |
919 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
920 New variable. | |
921 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
922 comint-use-prompt-regexp-instead-of-fields. | |
923 (comint-send-input): Add `input' field property to stuff we send to | |
924 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
925 (comint-output-filter): Add `output' field property to process | |
926 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
927 (comint-replace-by-expanded-history) | |
928 (comint-get-old-input-default, comint-show-output) | |
929 (comint-backward-matching-input, comint-forward-matching-input) | |
930 (comint-next-prompt, comint-previous-prompt): Use field | |
931 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
932 (comint-line-beginning-position): New function. | |
933 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
934 (comint-replace-by-expanded-history-before-point): Use | |
935 comint-line-beginning-position and line-end-position. | |
936 (comint-last-output-overlay): New variable. | |
937 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
938 | |
939 * shell.el (shell-prompt-pattern): Doc change. | |
940 (shell-backward-command): Use line-beginning-position. | |
941 | |
942 * gud.el (gud-gdb-complete-command): Use | |
943 comint-line-beginning-position. | |
944 | |
945 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
946 comint-bol doesn't actually go to the beginning of the line. | |
947 | |
948 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
949 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
950 (try-expand-line-all-buffers): Likewise. | |
951 | |
952 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
953 explicitly matching comint-prompt-regexp. | |
954 (sql-copy-column): Use comint-line-beginning-position instead of | |
955 explicitly matching comint-prompt-regexp. | |
956 | |
957 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
958 comint-line-beginning-position. | |
959 | |
960 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
961 | |
962 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
963 looking for a prompt, use `forward-line 0' instead of | |
964 `beginning-of-line', to avoid getting caught by an input field. | |
965 | |
30633 | 966 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
967 | |
968 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
969 PATTERN, in the Unix case. | |
970 | |
30629 | 971 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
972 | |
973 * play/zone.el (zone): Discard any pending input before running | |
974 the randomly-chosen pgm. | |
975 | |
30623 | 976 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
977 | |
978 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
979 checking the existence of any multibyte characters. | |
980 | |
30619 | 981 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
982 | |
30622 | 983 * help.el (describe-mode): Test minor-mode symbol for being |
984 bound before testing its value for being nil. | |
985 | |
30619 | 986 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
987 `first', `second', and `third'. | |
988 | |
989 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
990 (second): Make it an alias for `cadr'. | |
991 | |
30616 | 992 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
993 | |
994 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
995 types of display support faces now. | |
996 | |
30614 | 997 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
998 | |
999 * pcvs.el (require): Require `cl' during compilation, only. | |
1000 | |
1001 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
1002 (toplevel): Remove `remq' and `remove' from autoloads. | |
1003 (cl-fake-autoloads): New variable. If set, arrange for an error | |
1004 when CL functions etc. are autoloaded. | |
1005 | |
30585 | 1006 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
1007 | |
30593 | 1008 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
1009 | |
30591 | 1010 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
1011 popped up, but the user clicks outside the menu, return an empty | |
1012 regexp (that causes unhighlight-regexp to have no effect). | |
1013 | |
30589 | 1014 * menu-bar.el (menu-bar-games-menu): Add Zone. |
1015 | |
30585 | 1016 * hi-lock.el (toplevel): Require font-lock. |
1017 | |
30576 | 1018 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1019 | |
1020 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
1021 (ebnf-8-bit-chars): New var for bug fix. | |
1022 (ebnf-string): Bug fix. | |
1023 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1024 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
|
1025 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1026 * 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
|
1027 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1028 (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
|
1029 `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
|
1030 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1031 |
30567 | 1032 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
1033 | |
1034 * international/mule-cmds.el (select-safe-coding-system): Make | |
1035 the message text about selecting a safe coding system more clear. | |
1036 | |
30564 | 1037 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
1038 | |
30565 | 1039 * hi-lock.el: New file. |
1040 | |
1041 * play/zone.el: New file. | |
1042 | |
30564 | 1043 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
1044 value of tab-width in the original buffer. Choose a line number | |
1045 format that's a multiple of the original buffer's tab width, so | |
1046 that lines appear right. | |
1047 | |
1048 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
1049 Spell-check active region if in transient-mark-mode and mark | |
1050 is active; otherwise spell-check buffer. | |
1051 | |
1052 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1053 | |
1054 * ps-mule.el: Fix a customization problem on | |
1055 ps-mule-font-info-database-default. | |
1056 | |
30555 | 1057 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
1058 | |
1059 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
1060 display-mouse-p instead of window-system. | |
1061 (ebrowse-member-mode-map): Ditto. | |
1062 | |
30553 | 1063 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1064 | |
1065 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
1066 fix. | |
1067 (ebnf-version): New version number (3.2). | |
1068 (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
|
1069 |
30547 | 1070 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
1071 | |
30549 | 1072 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
1073 font lock support on window-system. | |
1074 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
1075 | |
30547 | 1076 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
1077 display-color-p, if fboundp, instead of window-system. | |
1078 | |
30545 | 1079 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
1080 | |
1081 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
1082 instead of window-system. | |
1083 | |
1084 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
1085 window-system. | |
1086 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
1087 instead of window-system. | |
1088 | |
1089 * strokes.el (strokes-file): Run the file name through | |
1090 convert-standard-filename. | |
1091 (strokes-mode): Call display-mouse-p instead of looking at | |
1092 window-system. Change the error message accordingly. | |
1093 | |
1094 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
1095 | |
1096 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
1097 (lm-plot-square, lm-init-display): Don't use window-system. | |
1098 | |
1099 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
1100 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
1101 | |
1102 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
1103 instead of looking at window-system. | |
1104 | |
30528 | 1105 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
1106 | |
1107 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
1108 of testing if iswitchb-prepost-hooks is bound, because the | |
1109 latter will always be true when invoking a recursive minibuffer | |
1110 from an active Iswitchb buffer. | |
1111 | |
30526 | 1112 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
1113 | |
1114 * files.el (shell-quote-wildcard-pattern): New function. | |
1115 (insert-directory): Call it. Only prepend "\" to command on Unix | |
1116 and GNU/Linux systems. | |
1117 | |
30524 | 1118 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
1119 | |
1120 * eshell/esh-groups.el: Change custom :link file names | |
1121 from `eshell.info' to `eshell'. | |
1122 | |
1123 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
1124 | |
1125 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
1126 correctly in recursive ange-ftp listings. | |
1127 | |
1128 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1129 | |
1130 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
1131 ps-header-font-size-internal and | |
1132 ps-header-title-font-size-internal variables are not set, | |
1133 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
1134 face text property is (foreground-color . COLOR) or | |
1135 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
1136 (ps-print-version): New version number (5.2.4). | |
1137 (ps-plot-region): Code fix. | |
1138 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
1139 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
1140 Bug fix 2. | |
1141 | |
1142 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
1143 | |
1144 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
1145 identifiers like `myXMLDocument'. | |
1146 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
1147 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
|
1148 |
30524 | 1149 * mail/mail-hist.el (mail-hist-previous-input) |
1150 (mail-hist-next-input): Do the obvious code factorization. | |
1151 (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
|
1152 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
|
1153 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
|
1154 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
1155 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
|
1156 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
1157 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 1158 Use `<=', not `<' to compare times! |
1159 (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
|
1160 |
30502 | 1161 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
1162 | |
30516 | 1163 * play/cookie1.el: Add explanation of how to make cookie.el |
1164 compatible with strfile(1) to comment. | |
1165 | |
1166 * subr.el (remove, remq): New functions. | |
1167 | |
30511 | 1168 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
1169 escape `*' in regexps. | |
1170 (midnight-find): Reverse order of arguments in the funcall of | |
1171 TEST. | |
1172 | |
1173 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
1174 and `.class'. | |
1175 | |
30502 | 1176 * play/meese.el: Add Commentary section. |
1177 | |
30516 | 1178 2000-07-27 Alex Schroeder <alex@gnu.org> |
1179 | |
1180 * sql.el (sql-ms): Added autoload cookie. | |
1181 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
1182 (sql-oracle): Ditto. | |
1183 (sql-help): Doc change. | |
1184 | |
1185 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
1186 types and exceptions. | |
1187 | |
1188 2000-07-27 Alex Schroeder <alex@gnu.org> | |
1189 | |
1190 * sql.el (sql-placeholder-history): New variable. | |
1191 (sql-query-placeholders-and-send): New function that will query | |
1192 the user and replace placeholders with user input. | |
1193 (sql-oracle): If running on NT, set comint-input-sender to | |
1194 sql-query-placeholders-and-send. | |
1195 | |
1196 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
1197 present it as a message. | |
1198 | |
1199 2000-07-27 Alex Schroeder <alex@gnu.org> | |
1200 | |
1201 * sql.el (sql-input-ring-separator): Doc change. | |
1202 (sql-input-ring-file-name): Doc change. | |
1203 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
1204 `sql-input-ring-file-name' to set the comint-mode equivalents | |
1205 without making them local variables. | |
1206 (sql-stop): Don't bind `sql-input-ring-separator' and | |
1207 `sql-input-ring-file-name' dynamically to their comint-mode | |
1208 equivalents. | |
1209 | |
30490 | 1210 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1211 | |
1212 * international/mule.el (register-char-codings): New function. | |
1213 (make-coding-system): Handle `safe-chars' specification in the arg | |
1214 PROPERTY. | |
1215 | |
1216 * international/mule-cmds.el | |
1217 (find-coding-systems-region-subset-p): This function deleted. | |
1218 (sort-coding-systems-predicate): New variable. | |
1219 (sort-coding-systems): New function. | |
1220 (find-coding-systems-region): Use | |
1221 find-coding-systems-region-internal. | |
1222 (find-coding-systems-string): Use find-coding-systems-region. | |
1223 (find-coding-systems-for-charsets): Check | |
1224 char-coding-system-table. | |
1225 (select-safe-coding-system-accept-default-p): New variable. | |
1226 (select-safe-coding-system): Mostly rewritten. New argument | |
1227 ACCEPT-DEFAULT-P. | |
1228 (select-message-coding-system): Call select-safe-coding-system | |
1229 with ACCEPT-DEFAULT-P arg. | |
1230 (reset-language-environment): Reset default-sendmail-coding-system | |
1231 to the default value iso-latin-1. | |
1232 (set-language-environment): Don't set the obsolete variable | |
1233 charset-origin-alist. | |
1234 | |
1235 * international/codepage.el (cp-coding-system-for-codepage-1): | |
1236 Give `safe-chars' property to make-coding-system. | |
1237 | |
1238 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
1239 calling select-message-coding-system twice. | |
1240 | |
1241 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
1242 instead of `safe-charsets'. | |
1243 (cyrillic-alternativnyj): Likewise. | |
1244 (ccl-encode-alternativnyj): Don't check the charset | |
1245 cyrillic-iso8859-5. | |
1246 | |
30484 | 1247 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1248 | |
1249 * composite.el (compose-chars-after): Preserve match data. | |
1250 | |
30481 | 1251 2000-07-26 Sam Steingold <sds@gnu.org> |
1252 | |
1253 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
1254 (ange-ftp-real-file-newer-than-file-p): New function. | |
1255 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
1256 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
1257 | |
1258 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
1259 * midnight.el (midnight-float-time): Ditto. | |
1260 | |
30479 | 1261 2000-07-26 Andreas Schwab <schwab@suse.de> |
1262 | |
1263 * files.el (normal-backup-enable-predicate): Correct | |
1264 interpretation of the return value of compare-strings. | |
1265 | |
30471 | 1266 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
1267 | |
30477 | 1268 * isearch.el (isearch-resume): New function. |
1269 (isearch-done): Add something to command-history to resume | |
1270 the search. | |
1271 (isearch-yank-line, isearch-yank-word): Use | |
1272 buffer-substring-no-properties instead of buffer-substring. | |
1273 | |
30471 | 1274 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
1275 of flyspell-mouse-map. | |
1276 | |
1277 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
1278 duplicate definition. | |
1279 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
1280 | |
1281 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
1282 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
1283 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1284 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
|
1285 |
30459 | 1286 * net/ange-ftp.el: Get modtime over the net. |
1287 (ange-ftp-file-modtime): New function. | |
30473 | 1288 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
1289 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 1290 Use it. |
1291 (ange-ftp-dot-to-slash): New function. | |
1292 (ange-ftp-fix-name-for-vms): Use it. | |
1293 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1294 * 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
|
1295 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1296 |
30457 | 1297 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
1298 | |
1299 * find-dired.el: Update copyright notice. | |
1300 (find-dired): Offer to kill a running `find'. | |
1301 | |
1302 * enriched.el (enriched-face-ans): For a `foreground-color' | |
1303 property, return '(("x-color" COLOR))' so that COLOR will be | |
1304 output as a parameter of the x-color annotation. Likewise for the | |
1305 `background-color' property. In the case of normal face | |
1306 properties, don't return annotations for unspecified foreground | |
1307 and background face attributes. | |
1308 | |
30450 | 1309 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
1310 | |
1311 * language/japan-util.el (japanese-katakana-region): Fix handling | |
1312 HANKAKU argument. | |
1313 | |
30438 | 1314 2000-07-25 Miles Bader <miles@gnu.org> |
1315 | |
1316 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
1317 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
1318 constrain-to-field. | |
1319 | |
30437 | 1320 2000-07-24 Andrew Innes <andrewi@gnu.org> |
1321 | |
1322 * timer.el (timer-activate-when-idle): Add optional parameter | |
1323 DONT-WAIT. Update docstring. | |
1324 (run-with-idle-timer): Specify extra parameter to | |
1325 timer-activate-when-idle, so that timer will be activated | |
1326 immediately if Emacs is already idle. | |
1327 | |
1328 * w32-fns.el (w32-using-nt): Fix docstring. | |
1329 | |
30434 | 1330 2000-07-24 Dave Love <fx@gnu.org> |
1331 | |
1332 * mouse.el (popup-menu): Set last-command-event. | |
1333 (mouse-major-mode-menu-prefix): Declare. | |
1334 | |
30433 | 1335 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1336 | |
1337 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1338 | |
1339 * progmodes/hideshow.el: Update copyright notice. | |
1340 | |
1341 * vcursor.el: Set maintainer to FSF, since author cannot | |
1342 be reached. | |
1343 | |
30422 | 1344 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1345 | |
30424 | 1346 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1347 the prompt. | |
1348 | |
30422 | 1349 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1350 in case it was defined with define-prefix-key. If the menu is a | |
1351 list of keymaps, look up the binding of user's choice in each one | |
1352 of the keymaps. | |
1353 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1354 don't have a prompt string, create one and insert it into the | |
1355 keymap. Don't barf if current-local-map returns nil. | |
1356 | |
30415 | 1357 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1358 | |
1359 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1360 to be undone. | |
1361 (dired-sort-other): Use it. | |
1362 | |
30412 | 1363 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1364 | |
30415 | 1365 * Release of cc-mode 5.27 |
30412 | 1366 |
1367 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1368 | |
1369 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1370 c-beginning-of-statement-1 that caused a bad case of recursion | |
1371 which could consume a lot of CPU in large classes in languages | |
1372 that have in-expression classes (i.e. Java and Pike). | |
1373 | |
1374 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1375 statements before top level constructs (i.e. case 6 is moved | |
1376 before case 5 and is now case 4) to catch in-expression | |
1377 classes in top level expressions correctly. | |
1378 | |
1379 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1380 | |
1381 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1382 objc-method-intro. Case 4 removed and case 5I added. | |
1383 | |
1384 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1385 c-common-init to get paragraph-start correct. | |
1386 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1387 initialize paragraph-start to make it correct both with and | |
1388 without the javadoc special case. | |
1389 | |
1390 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1391 initialize paragraph-start for javadoc markup. | |
1392 | |
1393 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1394 change by defaulting this to t. It's motivated by the | |
1395 confusing behavior that otherwise arise from the style system | |
1396 when editing both java and non-java files at the same time | |
1397 (see the comments about style setting in c-common-init). | |
1398 | |
1399 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1400 | |
1401 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1402 similar to the one in c-fill-paragraph to check the fill | |
1403 prefix from the adaptive fill function for sanity. | |
1404 | |
1405 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1406 | |
1407 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1408 defun block. | |
1409 | |
1410 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1411 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1412 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1413 |
1414 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1415 | |
1416 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1417 leading comma nicely. Extended to handle member initializers | |
1418 too. | |
1419 | |
30415 | 1420 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1421 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1422 when the lines begins with a comma. | |
1423 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1424 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1425 |
1426 * cc-vars.el (c-offsets-alist): Changed default for | |
1427 member-init-cont to c-lineup-multi-inher since it now handles | |
1428 member initializers and indents better for leading commas. | |
1429 | |
1430 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1431 | |
1432 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1433 handling that caused class open lines to be recognized as | |
1434 statement-conts in some cases. | |
1435 | |
1436 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1437 guessed by the adaptive fill function unless point is on the | |
1438 first line of a block comment. | |
1439 | |
1440 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1441 when the buffer ends with a macro continuation char. | |
1442 | |
1443 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1444 function definitions as statements in Pike. The first | |
1445 statement in a lambda block is now labeled defun-block-intro | |
1446 instead of statement-block-intro. | |
1447 | |
1448 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1449 so that the class surrounding point is selected, not the one | |
1450 innermost in the state. | |
1451 | |
1452 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1453 recognition of switch labels having hanging multiline | |
1454 statements. | |
1455 | |
1456 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1457 some code in c-guess-basic-syntax to a separate function. | |
1458 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1459 recognition of member inits with multiple line arglists. | |
1460 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1461 member-init-cont when the commas are in funny places. | |
1462 | |
1463 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1464 | |
1465 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1466 not used anymore. | |
1467 | |
1468 * cc-engine.el (c-looking-at-bos): New helper function. | |
1469 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1470 inexpr and toplevel classes apart in Pike. | |
1471 | |
1472 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1473 of case 9A. | |
1474 | |
1475 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1476 constant, since "class" can introduce an in-expression class | |
1477 in Pike nowadays. | |
1478 | |
1479 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1480 | |
1481 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1482 indentation on cpp-macro lines. | |
1483 | |
1484 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1485 a syntax modifier like comment-intro, to make it possible to | |
1486 get syntactic indentation for preprocessor directives. It's | |
1487 incompatible wrt to lineup functions on cpp-macro, but it has | |
1488 no observable effect in the 99.9% common case where cpp-macro | |
1489 is set to -1000. | |
1490 | |
1491 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1492 | |
1493 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1494 member-init-cont when the preceding arglist is several lines. | |
1495 | |
1496 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1497 | |
1498 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1499 style corrected to 8. | |
1500 | |
1501 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1502 | |
1503 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1504 brace list openers in the gnu style. | |
1505 | |
1506 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1507 | |
1508 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1509 | |
1510 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1511 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1512 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1513 when c-syntactic-indentation is nil. | |
1514 | |
1515 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1516 we were left at comments preceding the first statement when | |
1517 reaching the beginning of the buffer. | |
1518 | |
1519 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1520 off all syntactic indentation. | |
1521 | |
1522 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1523 | |
1524 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1525 between the text and the block comment ender when it hangs, | |
1526 depending on how many there are before the fill. | |
1527 | |
1528 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1529 | |
1530 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1531 function to go back to the closest preceding statement start, | |
1532 which could be inside a conditional statement. | |
1533 * cc-engine.el (c-guess-basic-syntax): Use | |
1534 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1535 | |
1536 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1537 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1538 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1539 changed. | |
1540 | |
1541 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1542 up-to-date with javadoc 1.2. | |
1543 | |
1544 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1545 | |
1546 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1547 multiline Pike type decls. | |
1548 | |
1549 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1550 | |
1551 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1552 multiline comments in multiline mode, regardless of | |
1553 comment-multi-line. | |
1554 | |
1555 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1556 | |
1557 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1558 fully::qualified::names in C++ member init lists. Preamble in | |
1559 case 5D changed. | |
1560 | |
1561 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1562 | |
1563 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1564 moved to c-initialize-cc-mode. More compatible style override | |
1565 when using global style variables. | |
1566 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1567 variables moved here. | |
1568 | |
30415 | 1569 * cc-mode.texi: Documented the special behavior of |
30412 | 1570 c-special-indent-hook as a style variable. Don't talk about |
1571 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1572 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
|
1573 |
30412 | 1574 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1575 variable localness in c-style-variables-are-local-p to make | |
1576 the compatibility measure in c-common-init work well. | |
1577 | |
1578 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1579 longer contain set-from-style. | |
1580 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1581 set-from-style on c-special-indent-hook. | |
1582 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1583 copy-alist is sufficient now. | |
1584 | |
1585 * cc-styles.el (c-set-style, c-set-style-1, | |
1586 c-get-style-variables): Fixes to variable initialization so | |
1587 that duplicate entries in styles have the same effect | |
1588 regardless of DONT-OVERRIDE. | |
1589 | |
1590 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1591 initialization of inheriting styles failed when the | |
1592 dont-override flag is set. | |
1593 | |
1594 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1595 on this. | |
1596 | |
1597 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1598 | |
1599 * cc-defs.el (c-forward-comment): Removed the workaround | |
1600 introduced in 5.38 since it had worse side-effects. If a line | |
1601 contains the string "//\"", it regarded the // as a comment | |
1602 start since the \ temporarily doesn't have escape syntax. | |
1603 | |
1604 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1605 | |
1606 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1607 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1608 when ada-prj tries to add to it. | |
1609 (ada-activate-keys-for-case): Suppress the characters that are not | |
1610 part of the Ada syntax. Better compatibility with else-mode | |
1611 (ada-adjust-case-interactive): When auto-casing is not active, | |
1612 correctly insert newlines (used to insert only ^M). Prevent the | |
1613 syntax table from being changed in case of an error | |
1614 (or '_' becomes part of a word and some commands are confused). | |
1615 Do nothing if ada-auto-case is nil. | |
1616 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1617 (ada-batch-reformat): Update usage comment | |
1618 (ada-call-from-contextual-menu): New function | |
1619 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1620 first to nil first, so that the casing exception file can be | |
1621 shared. | |
1622 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1623 files. | |
1624 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1625 anywhere in the error message | |
1626 (ada-contextual-menu-last-point): New variable | |
1627 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1628 t on XEmacs, it means that DEL should delete one character | |
1629 forward. | |
1630 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1631 New submenu "Options". | |
1632 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1633 statements. | |
1634 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1635 even if they don't match ada-fill-comment-prefix Fix handling of | |
1636 paragraphs on the first or last line of a file. | |
1637 (ada-format-paramlist): Fix handling of default parameter values. | |
1638 (ada-get-body-name): New function. | |
1639 (ada-get-current-indent): Optimized by searchling directly for an | |
1640 existing generic part or a statement outside of it. Handle | |
1641 ada-indent-align-comments when indenting comments Replaced some | |
1642 regexps by testing directly the next character. This results in a | |
1643 huge speedup on some files. New indentation scheme for renames | |
1644 statements. Stop looking for the 'while' or 'for' associated with | |
1645 a 'loop' at the first semicolon encountered. A "return" can also | |
1646 match an anonymous access subprogram declaration. | |
1647 (ada-get-indent-noindent): Ignore strings and comments when | |
1648 looking for the keywords "record" and "private". | |
1649 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1650 are not in fact seeing "end if". Ignore "when" statements except | |
1651 when initial keyword was "begin". Fix handling of nested | |
1652 procedures. Add a recursive call to this function to skip over | |
1653 other 'end' statmts. Fix indentation for "when .. => begin" | |
1654 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1655 expressions, where 'and then', 'or else' and parenthesis | |
1656 statements are mixed up. | |
1657 (ada-in-paramlist-p): Skip comments while searching for the | |
1658 beginning Fix handling of operator declarations. | |
1659 (ada-indent-align-comments): New variable | |
1660 (ada-indent-current): Change the syntax table only in the | |
1661 protected section, so that we are sure it is restored correctly. | |
1662 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1663 ada-with-indent Correctly indent "select ... then" | |
1664 (ada-indent-region): Slight speedup. | |
1665 (ada-indent-renames): New variable. | |
1666 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1667 New variables | |
1668 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1669 keyword when it is the first word in a package declaration. | |
1670 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1671 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1672 even if point is not initially at the end of the word. | |
1673 (ada-matching-decl-start-re): Add "when". | |
1674 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1675 which-func-mode Override the old find-file.el entry in | |
1676 ff-special-constructs since it is using the obsolete | |
1677 ada-spec-suffix variable | |
1678 (ada-no-auto-case): New function | |
1679 (ada-scan-paramlist): When parsing the argument type, accept | |
1680 spaces (as in "X 'Class", generated by Rational Rose). | |
1681 (ada-other-file-name): No longer loads the other file. | |
1682 (ada-popup-menu): Save and restore the current buffer and cursor | |
1683 position before and after displaying the menu. | |
1684 (ada-search-ignore-complex-boolean): New function. | |
1685 (ada-uncomment-region): Emacs21 already knows how to delete | |
1686 comments not starting in the first column. | |
1687 (ada-use-indent): New variable | |
1688 (ada-which-function): New function. | |
1689 (ada-with-indent): New variable | |
1690 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1691 can be batch-compiled from the command line. | |
1692 | |
1693 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1694 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1695 Add -toolbar to the default ddd command Switches moved from | |
1696 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1697 ada-prj-default-comp-opt | |
1698 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1699 Reference Manual to the menu | |
1700 (ada-check-current): rewritten as a call to ada-compile-current | |
1701 (ada-compile): Removed. | |
1702 (ada-compile-application, ada-compile-current, ada-check-current): | |
1703 Set the compilation-search-path so that compile.el automatically | |
1704 finds the sources in src_dir. Automatic scrollong of the | |
1705 compilation buffer. C-uC-cC-c asks for confirmation before | |
1706 compiling | |
1707 (ada-compile-current): New parameter, prj-field | |
1708 (ada-complete-identifier): Load the .ali file before doing | |
1709 processing | |
1710 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1711 conform to gnatmake's behavior. | |
1712 (ada-find-file-in-dir): New function | |
1713 (ada-find-references): Set the environment variables for gnatfind | |
1714 (ada-find-src-file-in-dir): New function. | |
1715 (ada-first-non-nil): Removed | |
1716 (ada-gdb-application): Add support for jdb, the java debugger. | |
1717 (ada-get-ada-file-name): Load the original-file first if not done | |
1718 yet. | |
1719 (ada-get-all-references): Handles the new ali syntax (parent types | |
1720 are found between <>). | |
1721 (ada-initialize-runtime-library): New function | |
1722 (ada-mode-hook): Always load a project file when a file is opened, | |
1723 so that the casing exceptions are correctly read. | |
1724 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1725 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1726 to open the project file, since the latter does not work with | |
1727 speedbar Get default values before loading the prj file, or the | |
1728 default executable file name is wrong. Use the absolute value of | |
1729 src_dir to initialize ada-search-directories and | |
1730 compilation-search-path,... Add the standard runtime library to | |
1731 the search path for find-file. | |
1732 (ada-prj-default-debugger): Was missing an opening '{' | |
1733 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1734 variables. | |
1735 (ada-prj-default-gnatmake-opt): New variable | |
1736 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1737 buffers, the project file is the default one Save the windows | |
1738 configuration before displaying the menu. | |
1739 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1740 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1741 ...) regexp-quote identifiers names to support operators +, | |
1742 -,... in regexps. | |
1743 (ada-remote): New function. | |
1744 (ada-run-application): Erase the output buffer before starting the | |
1745 run Support remote execution of the application. Use | |
1746 call-process, or the arguments are incorrectly parsed | |
1747 (ada-set-default-project-file): Reread the content of the active | |
1748 project file, not the one from the current buffer When a project | |
1749 file is set as the default project, all directories are | |
1750 automatically associated with it. | |
1751 (ada-set-environment): New function | |
1752 (ada-treat-cmd-string): New special variable ${current} | |
1753 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1754 any ${...} substring | |
1755 (ada-xref-current): If no body was found, compiles the spec | |
1756 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1757 compiler to get rid of command line length limitations. | |
1758 (ada-xref-get-project-field): New function | |
1759 (ada-xref-project-files): New variable | |
1760 (ada-xref-runtime-library-specs-path) | |
1761 (ada-xref-runtime-library-ali-path): New variables | |
1762 (ada-xref-set-default-prj-values): Default run command now does a | |
1763 cd to the build directory. New field: main_unit Provide a default | |
1764 file name even if the current buffer has no prj file. | |
1765 | |
1766 * ada-prj.el: | |
1767 Rewritten to show a tabbed-dialog. | |
1768 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1769 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1770 New function | |
1771 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1772 (ada-prj-load-from-file): New function | |
1773 (ada-prj-save): Always save fields that depend on the current buffer | |
1774 (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
|
1775 |
30412 | 1776 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1777 Ada mode. This will allow us to display the Ada menu in any buffer | |
1778 we want (for project items). | |
1779 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1780 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
|
1781 |
30395 | 1782 2000-07-24 Dave Love <fx@gnu.org> |
1783 | |
1784 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1785 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1786 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1787 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1788 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1789 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1790 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1791 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1792 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1793 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1794 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1795 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1796 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1797 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1798 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1799 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1800 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1801 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1802 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1803 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1804 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1805 (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
|
1806 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1807 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1808 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1809 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1810 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1811 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1812 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1813 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1814 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1815 |
30386 | 1816 2000-07-23 Dave Love <fx@gnu.org> |
1817 | |
1818 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1819 ^o, ^u. | |
1820 | |
30359 | 1821 2000-07-21 Dave Love <fx@gnu.org> |
1822 | |
30374 | 1823 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1824 now passed to the function. It now works properly. | |
1825 | |
30359 | 1826 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1827 | |
30350 | 1828 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1829 | |
1830 * info-look.el (info-lookup): If *info* is shown in another frame | |
1831 on the same display, select that frame, instead of switching to | |
1832 the Info buffer in another window of the selected frame. | |
1833 | |
1834 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1835 kp-0 to kp-9 and kp-subtract. | |
1836 (digit-argument): Handle these keys. | |
1837 | |
30346 | 1838 2000-07-20 Dave Love <fx@gnu.org> |
1839 | |
1840 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1841 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1842 Put an extra property on the overlays and use it to clean up in | |
1843 case goto-address is re-run. | |
1844 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1845 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1846 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1847 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1848 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1849 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1850 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1851 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1852 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1853 |
30331 | 1854 2000-07-19 Dave Love <fx@gnu.org> |
1855 | |
1856 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1857 implementation. | |
1858 | |
1859 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1860 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1861 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1862 | |
30318 | 1863 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1864 | |
30329 | 1865 * textmodes/refer.el: Correct maintainer's email address. |
1866 | |
1867 * progmodes/hideif.el: Correct author's email address. | |
1868 Fix typo in comment. | |
1869 | |
1870 * xml.el: New file. | |
1871 | |
30318 | 1872 * mail/mailheader.el: Correct author's mail address. |
1873 | |
1874 * gnus/parse-time.el: Correct author's mail address. | |
1875 | |
30329 | 1876 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1877 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1878 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1879 New user options. |
1880 (comint-input-ring-file-name): Change custom type. | |
1881 (comint-mode-map): Bind mouse-2. | |
1882 (comint-insert-clicked-input): New function. | |
1883 (comint-send-input): Handle input highlighting. | |
1884 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1885 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1886 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1887 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1888 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1889 |
30311 | 1890 2000-07-18 Dave Love <fx@gnu.org> |
1891 | |
1892 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1893 improvements. | |
1894 | |
30308 | 1895 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1896 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1897 * faces.el (face-font-selection-order) |
30308 | 1898 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1899 |
30298 | 1900 2000-07-18 Dave Love <fx@gnu.org> |
1901 | |
1902 * cus-edit.el (custom-variable-reset-saved) | |
1903 (custom-variable-reset-standard): Remove unused bindings. | |
1904 | |
1905 * rect.el (open-rectangle-line): Remove unused let. | |
1906 | |
1907 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1908 | |
30296 | 1909 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1910 | |
1911 * cdl.el: Fix `Maintainer' keyword. | |
1912 | |
1913 * play/pong.el: Add author's email address. | |
1914 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1915 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1916 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1917 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1918 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1919 |
30290 | 1920 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1921 | |
1922 * mail/vms-pmail.el: Change maintainer to FSF. | |
1923 | |
1924 * net/goto-addr.el: Change maintainer to FSF. | |
1925 | |
1926 * recentf.el: Update from author. | |
1927 | |
1928 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1929 |
30277 | 1930 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1931 | |
1932 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1933 links to eshell, to avoid problems on systems where the manual is | |
1934 installed as `eshell'. | |
1935 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1936 * eshell/em-smart.el (eshell-smart): Ditto. | |
1937 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1938 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1939 |
1940 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1941 same-file check in the MS-DOS version (it does support inodes). | |
1942 | |
1943 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1944 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1945 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1946 Run default directory name through convert-standard-filename. |
30277 | 1947 |
30255 | 1948 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1949 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1950 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1951 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1952 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1953 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1954 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1955 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1956 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1957 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1958 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1959 |
30255 | 1960 * international/kkc.el (kkc-after-update-conversion-functions): |
1961 New variable. | |
1962 (kkc-update-conversion): Run functions in it at the tail. | |
1963 | |
30277 | 1964 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
|
1965 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1966 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1967 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
|
1968 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1969 |
30253 | 1970 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1971 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1972 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1973 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1974 the conversion list at first if appropriate. | |
1975 (kkc-next): Don't update kkc-next-count here. | |
1976 (kkc-prev): Don't update kkc-prev-count here. | |
1977 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1978 list message. | |
1979 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1980 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1981 |
30290 | 1982 * 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
|
1983 |
30248 | 1984 2000-07-16 Dave Love <fx@gnu.org> |
1985 | |
1986 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1987 function to be more specific. | |
1988 | |
1989 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1990 non-string help-echo. | |
1991 (widget-types-convert-widget): Defsubst it. | |
1992 (widget-echo-help): Try to cope with a help-echo function of two | |
1993 possible sorts. | |
1994 | |
30241 | 1995 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1996 | |
1997 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1998 Declare as obsolete. | |
1999 | |
2000 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
2001 | |
30226 | 2002 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
2003 | |
2004 * hilit-chg.el: Fix typo. | |
2005 | |
30221 | 2006 2000-07-14 Dave Love <fx@gnu.org> |
2007 | |
2008 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
2009 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2010 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2011 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2012 * 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
|
2013 |
30193 | 2014 2000-07-13 Dave Love <fx@gnu.org> |
2015 | |
30195 | 2016 * emacs-lisp/easymenu.el: Doc fixes. |
2017 (easy-menu-remove): Defalias to ignore. | |
2018 | |
30193 | 2019 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
2020 Call throw correctly. | |
2021 | |
30190 | 2022 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
2023 | |
2024 * faces.el (frame-background-mode): Doc fix. | |
2025 | |
2026 * simple.el (eval-expression-print-length): Change custom type to | |
2027 allow entering nil as value. | |
2028 | |
30185 | 2029 2000-07-13 Dave Love <fx@gnu.org> |
2030 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2031 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2032 Change definition layout. |
30187 | 2033 (fortran-mode-menu): Reinstate customize entries. |
2034 | |
30185 | 2035 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
2036 Use :filter, per old XEmacs code. | |
2037 | |
30170 | 2038 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
2039 | |
2040 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
2041 event when deciding what to send to the terminal. | |
2042 | |
30168 | 2043 2000-07-12 Dave Love <fx@gnu.org> |
2044 | |
2045 * cus-start.el: Add optional version as 4th element of specs and | |
2046 use it for several things new in v21. Remove load-path. Fix type | |
2047 of line-number-display-limit. | |
2048 | |
30148 | 2049 2000-07-11 Dave Love <fx@gnu.org> |
2050 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2051 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2052 Use repeat counts in various regexps. |
30150 | 2053 (fortran-mode-syntax-table): Defvar directly. |
2054 (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
|
2055 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2056 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2057 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 2058 (fortran-mode): Set fortran-comment-line-start-skip, |
2059 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
2060 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2061 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2062 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 2063 (fortran-comment-region, fortran-electric-line-number): Simplify. |
2064 (fortran-auto-fill): New function. | |
2065 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2066 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2067 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2068 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2069 Use fortran-auto-fill. |
30150 | 2070 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2071 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 2072 |
30148 | 2073 * widget.el (widget-plist-member): New alias. |
2074 | |
30146 | 2075 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
2076 | |
2077 * eshell/esh-module.el (toplevel): Reference | |
2078 byte-compile-current-file only if it is bound. | |
2079 | |
30131 | 2080 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
2081 | |
2082 * dired.el: Don't require `dired-aux'. | |
2083 | |
30127 | 2084 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
2085 | |
2086 * dired-aux.el (dired-show-file-type): New function. | |
2087 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
2088 (dired-show-file-type): Add autoload. | |
2089 | |
30125 | 2090 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
2091 | |
2092 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2093 change of fontset-info. |
30125 | 2094 (print-fontset): Likewise. |
2095 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2096 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2097 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2098 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2099 |
30111 | 2100 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
2101 | |
30131 | 2102 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 2103 |
30111 | 2104 * dired.el (dired-find-alternate-file): New function. |
2105 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
2106 (toplevel): Require dired-aux when compiling. | |
2107 (dired-buffers): Move defvar within file to avoid compiler warning. | |
2108 | |
2109 * info.el (Info-last-search): Variable removed. | |
2110 (Info-search-history): New variable. | |
2111 (Info-search): New Info-search-history. | |
2112 | |
2113 * battery.el, info-look.el: Change author's mail address. | |
2114 | |
30115 | 2115 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
|
2116 |
30115 | 2117 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
2118 if rmail-ignored-headers is nil. | |
2119 (rmail-retry-failure): Bind rmail-ignored-headers and | |
2120 rmail-displayed-headers to nil. | |
2121 | |
30096 | 2122 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
2123 | |
30103 | 2124 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
2125 (print-region-1): Don't hard code `-h' here. | |
2126 | |
30096 | 2127 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
2128 | |
30103 | 2129 2000-07-01 Francesco Potorti` <pot@gnu.org> |
2130 | |
2131 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
2132 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
|
2133 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2134 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2135 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2136 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2137 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2138 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2139 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2140 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2141 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2142 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2143 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
|
2144 |
30096 | 2145 * ediff-diff.el (ediff-wordify): Use syntax table. |
2146 * 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
|
2147 ediff-color-display-p. |
30096 | 2148 (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
|
2149 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2150 Got rid of special cases for NeXT and OS/2. |
30096 | 2151 * 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
|
2152 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2153 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2154 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2155 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2156 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2157 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2158 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2159 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2160 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2161 * 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
|
2162 |
30076 | 2163 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2164 | |
30085 | 2165 * Makefile.in (DONTCOMPILE): Add comment that the name may |
2166 not be changed without changing the make-dist script. | |
2167 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2168 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 2169 (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
|
2170 |
30067 | 2171 2000-07-05 Andrew Innes <andrewi@gnu.org> |
2172 | |
2173 * makefile.nt: Add support for `bootstrap' and related targets. | |
2174 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2175 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2176 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2177 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2178 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2179 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2180 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
|
2181 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2182 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2183 (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
|
2184 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2185 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
|
2186 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2187 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2188 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2189 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2190 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
|
2191 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2192 |
30056 | 2193 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2194 | |
2195 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
2196 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
2197 (eval-defun): If called with prefix arg, instrument code for | |
2198 Edebug. | |
2199 | |
2200 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
2201 similar to that of eval-defun. | |
2202 | |
30029 | 2203 2000-07-04 Dave Love <fx@gnu.org> |
2204 | |
30035 | 2205 * hl-line.el (hl-line-overlay): Make it permanent-local. |
2206 | |
30029 | 2207 * calendar/todo-mode.el: Replaced with a working version, based on |
2208 revision 1.34 tidied up. | |
2209 | |
2210 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 2211 |
2212 * paths.el (prune-directory-list): New function. | |
2213 (Info-default-directory-list): Rewritten to more methodically | |
2214 enumerate a big list of possible info directories (based on the | |
2215 list used by the standalone info reader). | |
30029 | 2216 |
30021 | 2217 * 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
|
2218 non-existent directories from Info-directory-list. |
30021 | 2219 |
2220 * paths.el (Info-default-directory-list): Try a list of possible | |
2221 info-directories instead of a single one. Add the possible | |
2222 info directory "/usr/share/info". | |
2223 | |
2224 * woman.el (woman-man.conf-path): Explicitly include the debian | |
2225 man-db config file "/etc/manpath.config". | |
2226 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
2227 are present in `manpath.config'. | |
2228 (woman-manpath): Include "/usr/share/man". | |
2229 | |
30006 | 2230 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
2231 | |
30017 | 2232 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
2233 | |
2234 * startup.el (command-line): Initialize blink-cursor based | |
2235 on window-system. | |
2236 | |
30014 | 2237 * frame.el (blink-cursor): Default to nil if not running under |
2238 a window-system. | |
2239 | |
30012 | 2240 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
2241 (face-x-resources): Remove duplicate entry for :font. | |
2242 | |
30006 | 2243 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
2244 instead of cycling through windows with next-window. | |
2245 | |
2246 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
2247 of cycling through windows with next-window. | |
2248 | |
2249 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
2250 of cycling through windows with next-window. | |
2251 | |
2252 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
2253 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
2254 instead of cycling through windows with next-window. | |
2255 | |
2256 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
2257 instead of cycling through windows with next-window. | |
2258 | |
2259 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
2260 of cycling through windows with next-window. | |
2261 | |
2262 * terminal.el (te-process-output): Use walk-windows instead of | |
2263 cycling through windows with next-window. | |
2264 | |
2265 * server.el (server-switch-buffer): Use some-window instead of | |
2266 cycling through windows with next-window. | |
2267 | |
2268 * window.el (some-window): New function. | |
2269 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 2270 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2271 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 2272 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
2273 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 2274 |
2275 * window.el (walk-windows): Guarantee termination by keeping a list | |
2276 of all the windows already handled. | |
2277 | |
29975 | 2278 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2279 | |
2280 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
2281 window-system. | |
2282 | |
2283 * man.el (Man-notify-when-ready): Don't use window-system. If | |
2284 Man-notify-method is newframe, and the display is not | |
2285 multi-frame, select the frame created for the man page. | |
2286 (Man-init-defvars): Doc fix. | |
2287 | |
29972 | 2288 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
2289 | |
29982 | 2290 * faces.el (region): Change background color for light background. |
2291 | |
2292 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
2293 attribute from mode-line face of Ediff control frame. | |
2294 | |
29972 | 2295 * replace.el (query-replace-map): Bind `e' like `E'. |
2296 | |
29967 | 2297 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2298 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2299 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2300 Change name to "Select All". |
29969 | 2301 |
29967 | 2302 * dos-fns.el (convert-standard-filename): Fix last change. |
2303 | |
29957 | 2304 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
2305 | |
29959 | 2306 * help.el (describe-variable): Don't insert a second `'s' in front |
2307 of the string `value is shown below'. Since the syntax-table is | |
2308 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
2309 an existing `'s', so that this won't be deleted. | |
2310 | |
29957 | 2311 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
2312 * pcmpl-unix.el: New files. | |
2313 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2314 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2315 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2316 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2317 |
29939 | 2318 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
2319 | |
29956 | 2320 * replace.el (perform-replace): Undo change of 2000-04-04. |
2321 Instead, move backward 1 character at the end of the loop when | |
2322 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2323 |
29949 | 2324 * faces.el (fringe): Change face for different backgrounds. |
2325 | |
2326 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
2327 patch from John. | |
2328 | |
29939 | 2329 * eshell/*.el: Change spelling of the Free Software Foundation. |
2330 | |
2331 * eshell/esh-toggle.el: Removed. | |
2332 | |
2333 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2334 | |
2335 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2336 interactively. | |
2337 | |
2338 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2339 | |
2340 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2341 `define-key'; instead of checking `(emacs-version)' check for | |
2342 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2343 for `;' and `o' which might be electric. | |
2344 | |
2345 (sql-electric-stuff): New user option. | |
2346 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2347 (sql-magic-semicolon): New function which uses | |
2348 `sql-electric-stuff'. | |
2349 | |
2350 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2351 is not fboundp. | |
2352 | |
2353 (sql-oracle-options): New variable. | |
2354 (sql-oracle): Use it. | |
2355 | |
2356 (sql-imenu-generic-expression): Doc change. | |
2357 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2358 is used. | |
2359 | |
2360 (sql-informix): Added command line parameter "-" to force | |
2361 sql-informix-program to use stdout. | |
2362 | |
29924 | 2363 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2364 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2365 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2366 (cp864-decode-table): Doc fix. |
2367 (cp720-decode-table): New variable, supports the Arabic OEM | |
2368 codepage used by Windows. | |
2369 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2370 | |
29920 | 2371 2000-06-23 Dave Love <fx@gnu.org> |
2372 | |
2373 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2374 (font-lock-fontify-anchored-keywords): Use | |
2375 line-beginning-position. | |
2376 (global-font-lock-mode): Use mapc. | |
2377 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2378 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2379 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2380 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2381 |
29870 | 2382 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2383 | |
29885 | 2384 * comint.el (comint-substitute-in-file-name): Call replace-match |
2385 with second and third arg t. | |
2386 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2387 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2388 Specify foreground color. |
2389 | |
2390 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2391 color. | |
2392 | |
29876 | 2393 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2394 | |
2395 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2396 cddr instead of cdddr. | |
2397 | |
29873 | 2398 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2399 instead of copy-list. | |
2400 | |
2401 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2402 of copy-list. | |
2403 | |
29870 | 2404 * subdirs.el: Add eshell subdirectory. |
2405 | |
2406 * eshell: New subdirectory containing the Eshell package. | |
2407 | |
2408 * pcomplete.el: New file. | |
2409 | |
29885 | 2410 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2411 | |
29888 | 2412 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2413 proper permissions from birth. | |
2414 | |
2415 * files.el (basic-save-buffer-2): When temporarily setting | |
2416 file modes, set them to current modes plus 0200, not to 0777. | |
2417 | |
29885 | 2418 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2419 permissions from birth. | |
2420 | |
29857 | 2421 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2422 | |
2423 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2424 backup file name through convert-standard-filename. | |
2425 | |
2426 * dos-fns.el (convert-standard-filename): Convert leading | |
2427 directories as well. When long file names are supported, convert | |
2428 characters that are invalid in Windows file names. | |
2429 | |
29849 | 2430 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2431 | |
2432 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2433 ps-print crashes. New feature: page selection for printing. Create | |
2434 raw-text-unix coding system for XEmacs. Doc fix. | |
2435 (ps-print-version): New version number (5.2.3). | |
2436 (ps-plot-region): Bug fix. | |
2437 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2438 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2439 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2440 funs. | |
2441 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2442 (ps-last-page): New vars. | |
2443 | |
29845 | 2444 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2445 | |
2446 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2447 empty option string. | |
2448 | |
29839 | 2449 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2450 | |
2451 * man.el (man): Doc fix. | |
2452 | |
29829 | 2453 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2454 | |
2455 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2456 fixed. | |
2457 | |
29814 | 2458 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2459 | |
2460 * version.el (emacs-version): Use ISO date format. | |
2461 | |
2462 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2463 instead of `M-backspace'. | |
2464 | |
2465 * simple.el (turn-off-auto-fill): New function. | |
2466 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2467 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2468 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2469 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2470 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2471 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2472 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2473 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2474 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2475 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2476 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
|
2477 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2478 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2479 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2480 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2481 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2482 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
|
2483 (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
|
2484 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2485 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2486 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2487 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2488 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2489 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2490 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2491 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2492 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2493 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2494 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2495 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2496 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2497 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2498 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2499 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2500 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2501 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2502 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2503 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2504 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2505 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2506 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2507 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2508 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2509 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2510 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2511 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2512 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2513 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2514 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2515 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2516 * 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
|
2517 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2518 * 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
|
2519 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2520 * 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
|
2521 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2522 * 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
|
2523 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2524 |
29776 | 2525 2000-06-20 Dave Love <fx@gnu.org> |
2526 | |
2527 * faces.el (frame-background-mode): Use set-default, not set, in | |
2528 setter. | |
2529 (frame-update-faces, frame-update-face-colors): Define with | |
2530 defalias. | |
2531 | |
2532 * enriched.el (enriched-decode-foreground) | |
2533 (enriched-decode-background): Don't use internal-find-face. | |
2534 | |
2535 * apropos.el: Doc fixes. | |
2536 | |
2537 * cus-edit.el (customize-changed-options): Check arg. | |
2538 (customize-version-lessp): Don't require decimal point. | |
2539 | |
2540 * custom.el (defcustom, defgroup): Doc fix. | |
2541 | |
2542 * newcomment.el (comment) <defgroup>: Add :version. | |
2543 (comment-multi-line): Doc fix. | |
2544 | |
2545 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2546 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2547 | |
29747 | 2548 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2549 | |
2550 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2551 the whole buffer. | |
2552 | |
29740 | 2553 2000-06-19 Dave Love <fx@gnu.org> |
2554 | |
2555 * menu-bar.el (menu-bar-options-save): New function. | |
2556 (menu-bar-options-menu): Use it. | |
2557 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2558 Simplify. | |
2559 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2560 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2561 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2562 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2563 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2564 |
29720 | 2565 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2566 | |
2567 * international/codepage.el: | |
2568 (cp-coding-system-for-codepage-1): Delete special codes for | |
2569 generating xxx-dos coding system because now a CCL based coding | |
2570 system can handle EOL conversion by default. | |
2571 | |
2572 * international/mule.el (make-coding-system): Generate subsidiary | |
2573 coding systems for EOL handling variants even for a CCL based | |
2574 coding system. | |
2575 | |
29718 | 2576 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2577 | |
2578 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2579 (isearch-minibuffer-input-method-function): These variables | |
2580 deleted. | |
2581 (isearch-with-input-method): Don't use the above variables. | |
2582 (isearch-process-search-multibyte-characters): Likewise. Call | |
2583 read-string with the arg INHERIT-INPUT-METHOD t. | |
2584 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2585 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2586 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2587 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2588 (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
|
2589 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2590 * 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
|
2591 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2592 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2593 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
|
2594 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2595 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2596 |
29712 | 2597 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2598 | |
2599 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2600 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2601 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2602 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2603 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2604 |
29696 | 2605 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2606 | |
2607 * find-lisp.el: New file. | |
2608 | |
29694 | 2609 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2610 | |
2611 * time.el (display-time-mail-function): New variable, to allow | |
2612 external packages to indicate when new mail is available. | |
2613 (display-time-update): Use it. | |
2614 | |
29689 | 2615 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2616 | |
29691 | 2617 * international/mule.el (mule-version): Change version name to |
2618 SAKAKI. AOI has already been used by Meadow. | |
2619 | |
29689 | 2620 * international/quail.el (quail-show-guidance-buf): To find the |
2621 bottom window (but minibuffer), pay attention to the height of | |
2622 minibuffer. | |
2623 | |
29670 | 2624 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2625 | |
29682 | 2626 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2627 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2628 from the menu bar, as the menu bar has enough space now. | |
2629 | |
29680 | 2630 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2631 | |
29670 | 2632 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2633 characters, which use series of two ^H characters instead of one. | |
2634 | |
29667 | 2635 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2636 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2637 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2638 (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
|
2639 functions. |
29686 | 2640 (Info-find-node-2): Try a case-sensitive search first, then |
2641 do a case-insensitive search. | |
2642 | |
2643 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2644 tutorials. | |
2645 | |
29676 | 2646 * complete.el (PC-env-vars-alist): New variable. |
2647 (PC-complete-as-file-name): New function. | |
2648 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2649 process-environment. | |
2650 (PC-do-completion): Handle completion of env vars. | |
2651 | |
2652 * info.el (Info-set-mode-line): Show file name in mode line, | |
2653 use `*Info*' instead of `Info:'. | |
2654 | |
29667 | 2655 * startup.el (command-line-1): Change copyright messages to year |
2656 2000. | |
2657 | |
29665 | 2658 2000-06-15 Dave Love <fx@gnu.org> |
2659 | |
2660 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2661 not local-map. | |
2662 | |
29658 | 2663 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2664 | |
2665 * international/mule.el (set-buffer-file-coding-system): Almost | |
2666 rewritten to handle `undecided' as no-op. | |
2667 | |
29654 | 2668 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2669 | |
29667 | 2670 * Makefile.in: New file. |
29657 | 2671 |
2672 * Makefile: Removed. | |
2673 | |
29654 | 2674 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2675 (goto-address-highlight-keymap): Bind C-c RET. | |
2676 | |
29640 | 2677 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2678 | |
29649 | 2679 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2680 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2681 |
29645 | 2682 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2683 0. Give correct argument to set-auto-coding-function. | |
2684 (tar-expunge): For goto-char, use (point-min), not 0. | |
2685 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2686 (tar-subfile-save-buffer): Likewize. | |
2687 | |
29640 | 2688 * international/mule.el |
2689 (after-insert-file-set-buffer-file-coding-system): Call | |
2690 set-buffer-file-coding-system with the arg FORCE t. | |
2691 | |
29633 | 2692 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2693 | |
2694 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2695 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2696 the sender is set with `-f'. |
29633 | 2697 |
29622 | 2698 2000-06-13 Dave Love <fx@gnu.org> |
2699 | |
29630 | 2700 * help.el (describe-function-1): Kluge around cases of functions |
2701 fset to subrs whose doc doesn't match their symbol-name. | |
2702 | |
29627 | 2703 * image.el (insert-image): Default STRING to a space. |
29625 | 2704 |
29622 | 2705 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2706 (Info-build-node-completions): Match Ref tags. |
29622 | 2707 |
29612 | 2708 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2709 | |
29615 | 2710 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2711 defaliases for display-graphic-p. | |
2712 | |
29612 | 2713 * hl-line.el: Fixed a typo in commentary. |
2714 | |
29609 | 2715 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2716 | |
2717 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2718 fixed. | |
2719 | |
29608 | 2720 2000-06-12 Dave Love <fx@gnu.org> |
2721 | |
2722 * image.el (insert-image): Save a little consing. | |
2723 | |
29598 | 2724 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2725 | |
2726 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2727 to the corresponding tibetan characters. | |
2728 (tibetan-add-components): Delete code for the special treatment of | |
2729 'a chung. | |
2730 | |
2731 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2732 change. | |
2733 (tibetan-vowel-transcription-alist): More rules added. | |
2734 (tibetan-composite-vowel-alist): New variable. | |
2735 (tibetan-precomposition-rule-alist): More rules added. | |
2736 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2737 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2738 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2739 * 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
|
2740 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2741 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2742 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2743 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2744 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2745 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2746 * 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
|
2747 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2748 * 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
|
2749 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2750 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2751 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2752 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2753 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2754 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2755 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2756 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2757 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2758 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2759 * 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
|
2760 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2761 * 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
|
2762 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2763 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2764 (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
|
2765 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2766 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2767 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2768 (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
|
2769 (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
|
2770 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2771 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2772 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2773 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2774 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2775 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2776 * 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
|
2777 (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
|
2778 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2779 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2780 (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
|
2781 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2782 (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
|
2783 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
|
2784 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2785 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2786 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2787 * 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
|
2788 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2789 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2790 (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
|
2791 (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
|
2792 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
|
2793 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2794 * 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
|
2795 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
|
2796 |
29574 | 2797 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2798 | |
2799 * international/mule.el (set-buffer-file-coding-system): If | |
2800 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2801 unconditionally. | |
2802 | |
29568 | 2803 2000-06-12 Dave Love <fx@gnu.org> |
2804 | |
2805 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2806 required. | |
2807 | |
29556 | 2808 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2809 | |
2810 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2811 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2812 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2813 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2814 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2815 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2816 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2817 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
|
2818 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2819 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2820 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2821 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2822 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2823 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2824 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2825 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2826 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2827 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2828 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2829 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
|
2830 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2831 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
|
2832 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2833 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2834 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2835 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2836 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2837 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2838 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2839 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2840 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2841 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2842 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2843 |
29542 | 2844 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2845 | |
2846 * 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
|
2847 undecided-XXX is specified, change only EOL conversion. |
29542 | 2848 |
2849 * international/mule-conf.el (unix): New alias for the coding | |
2850 system undecided-unix. | |
2851 | |
29528 | 2852 2000-06-09 Dave Love <fx@gnu.org> |
2853 | |
29535 | 2854 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2855 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2856 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2857 (executable-insert): Change custom type. |
2858 (executable-find): Add autoload cookie. | |
29531 | 2859 (executable-make-buffer-file-executable-if-script-p): New |
2860 function. After Noah Friedman. | |
29528 | 2861 |
2862 * files.el (after-save-hook): Customize, with | |
29531 | 2863 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2864 |
29518 | 2865 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2866 | |
29522 | 2867 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2868 "tib24p-mule.bdf" for Tibetan. | |
2869 | |
29520 | 2870 * composite.el (decompose-composite-char): Declare it as obsolete. |
2871 | |
29541 | 2872 * man.el (Man-fontify-manpage): Pay attention to underline and |
2873 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2874 |
29517 | 2875 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2876 | |
2877 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2878 Set maintainer to FSF since author isn't reachable. | |
2879 | |
29508 | 2880 2000-06-08 Dave Love <fx@gnu.org> |
2881 | |
2882 * international/mule-cmds.el (select-safe-coding-system): If | |
2883 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2884 preferred coding-system if buffer-file-coding-system is | |
2885 `undecided'. From Handa. | |
2886 | |
29503 | 2887 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2888 | |
2889 * international/mule.el | |
2890 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2891 size is greater than INSERTED, judget that we are not visiting. | |
2892 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2893 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
|
2894 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2895 * 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
|
2896 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
|
2897 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
|
2898 |
29498 | 2899 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2900 | |
2901 * align.el: Update from author. | |
2902 | |
2903 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2904 | |
2905 * apropos.el (apropos-mode-hook): New user variable. | |
2906 (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
|
2907 |
29498 | 2908 2000-06-07 David Ponce <david@dponce.com> |
2909 | |
2910 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2911 commands. Require `wid-edit' at run-time. | |
2912 | |
2913 2000-06-07 David Ponce <david@dponce.com> | |
2914 | |
2915 * recentf.el: Added some "Commentary". | |
2916 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2917 move the point at the top of the file list. This behaviour is | |
2918 consistent with the menu one when the list contains a lot of | |
2919 files. | |
2920 (recentf-cleanup): Now displays the number of items removed from | |
2921 the list. | |
2922 (recentf-relative-filter) New menu filter to show filenames | |
2923 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
|
2924 |
29498 | 2925 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2926 | |
2927 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2928 with/without giving an error if PostScript printer doesn't have this | |
2929 kind of page size. Zebra Stripe continues or restarts on next page. | |
2930 Manual/automatic paper feeding. Switch or not the header. | |
2931 (ps-print-version): New version number (5.2.2). | |
2932 (ps-windows-system): Include emx as a Windows system. | |
2933 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2934 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2935 (ps-background-text): Code fix. | |
2936 (ps-error-handler-message, ps-user-defined-prologue) | |
2937 (ps-print-prologue-header, ps-printer-name) | |
2938 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2939 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2940 (ps-use-face-background): Customization fix. | |
2941 (ps-n-up-database): Data fix. | |
2942 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2943 (ps-switch-header): New vars. | |
2944 (ps-xemacs-color-name, ps-face-foreground-name) | |
2945 (ps-face-background-name, ps-boolean-constant): New funs. | |
2946 | |
29491 | 2947 2000-06-07 Dave Love <fx@gnu.org> |
2948 | |
2949 * allout.el: New version from Manheimer. | |
2950 | |
29483 | 2951 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2952 | |
2953 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2954 charset. | |
2955 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2956 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
|
2957 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2958 * 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
|
2959 (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
|
2960 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
|
2961 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2962 |
29471 | 2963 2000-06-06 Dave Love <fx@gnu.org> |
2964 | |
2965 * image.el (find-image): Doc fix. Return nil if image not found. | |
2966 (put-image, insert-image): Make STRING arg optional. | |
2967 | |
29455 | 2968 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2969 | |
2970 * language/vietnamese.el: Remove eval-when-compile. | |
2971 (viet-viscii-nonascii-translation-table): Define it as a | |
2972 translation table made from viet-viscii-decode-table. | |
2973 (viet-viscii-encode-table): Define it as a translation table made | |
2974 from the reverse map of above. | |
2975 (viet-vscii-nonascii-translation-table): Define it as a | |
2976 translation table made from viet-vscii-decode-table. | |
2977 (viet-vscii-encode-table): Define it as a translation table made | |
2978 from the reverse map of above. | |
2979 (ccl-decode-viscii): Use translate-character. | |
2980 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2981 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2982 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2983 |
29455 | 2984 * language/cyrillic.el: Remove eval-when-compile. |
2985 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2986 translation table made from cyrillic-koi8-r-decode-table. | |
2987 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2988 made from the reverse map of above. | |
2989 (ccl-decode-koi8): Use translate-character. | |
2990 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2991 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2992 a translation table made from cyrillic-alternativnyj-decode-table. | |
2993 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2994 table made from the reverse map of above. | |
2995 (ccl-decode-alternativnyj): Use translate-character. | |
2996 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2997 Likewize | |
2998 | |
2999 * international/mule-diag.el (non-iso-charset-alist): Specify | |
3000 translation table symbol instead of translation table itself. | |
3001 (list-block-of-chars): CHARSET may be a translation table symbol. | |
3002 | |
3003 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
3004 already exists, override it. | |
3005 | |
3006 * international/fontset.el: Use family `proportional' for Tibetan | |
3007 fonts. | |
3008 | |
3009 * international/ccl.el (ccl-compile-translate-character): Don't | |
3010 check if Rrr has property translation-table. | |
3011 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
3012 | |
29447 | 3013 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
3014 | |
3015 * info.el: Bind case-fold-search to t when searching in case | |
3016 a user sets it to nil in a hook. | |
3017 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3018 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3019 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3020 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3021 * 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
|
3022 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3023 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3024 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3025 (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
|
3026 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3027 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
|
3028 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3029 * 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
|
3030 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3031 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3032 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3033 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3034 * 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
|
3035 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3036 (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
|
3037 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3038 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3039 (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
|
3040 (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
|
3041 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3042 * 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
|
3043 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3044 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
|
3045 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3046 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3047 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3048 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3049 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3050 (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
|
3051 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3052 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3053 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
|
3054 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3055 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3056 * 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
|
3057 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3058 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
|
3059 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
3060 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
|
3061 |
29447 | 3062 * 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
|
3063 tty's. |
29447 | 3064 * 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
|
3065 differences whenever appropriate. |
29447 | 3066 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
3067 * 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
|
3068 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3069 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3070 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3071 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3072 * 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
|
3073 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3074 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3075 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
|
3076 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3077 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3078 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3079 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3080 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3081 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3082 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3083 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3084 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3085 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3086 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3087 (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
|
3088 (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
|
3089 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3090 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3091 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
|
3092 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3093 (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
|
3094 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3095 |
29403 | 3096 2000-06-02 Dave Love <fx@gnu.org> |
3097 | |
3098 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
3099 all the widgets. Don't require cl or widget. Remove | |
3100 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
3101 (widget-read-event): Removed. Callers changed to use read-event. | |
3102 (widget-button-release-event-p): Renamed from | |
3103 button-release-event-p. | |
3104 (widget-field-add-space, widget-field-use-before-change): | |
3105 Uncustomize. | |
3106 (widget-specify-field): Use keymap property, not local-map. | |
3107 (widget-specify-button): Obey :suppress-face. | |
3108 (widget-specify-insert): Use modern backquote syntax. | |
3109 (widget-image-directory): Renamed from widget-glyph-directory. | |
3110 (widget-image-enable): Renamed from widget-glyph-enable. | |
3111 (widget-image-find): Replaces widget-glyph-find. | |
3112 (widget-button-pressed-face): Move defvar. | |
3113 (widget-image-insert): Replaces widget-glyph-insert. | |
3114 (widget-convert): Use keywordp. | |
3115 (widget-leave-text, widget-children-value-delete): Use mapc. | |
3116 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3117 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 3118 (widget-button-click): Don't set point at the click, but re-centre |
3119 if we scroll out of window. Rewritten for images v. glyphs &c. | |
3120 (widget-tabable-at): Use POS arg, not point. | |
3121 (widget-beginning-of-line, widget-end-of-line) | |
3122 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
3123 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
3124 (widget-default-create): Use widget-image-insert; some rewriting. | |
3125 (widget-visibility-value-create) | |
3126 (widget-push-button-value-create, widget-toggle-value-create): Use | |
3127 widget-image-insert. | |
3128 (checkbox): Create on and off images dynamically. | |
3129 (documentation-link): Change :help-echo. | |
3130 (widget-documentation-link-echo-help): Remove. | |
3131 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3132 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3133 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3134 * 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
|
3135 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3136 * 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
|
3137 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3138 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3139 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3140 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3141 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3142 |
29383 | 3143 2000-06-02 Dave Love <fx@gnu.org> |
3144 | |
29392 | 3145 * files.el (convert-standard-filename): Doc fix. |
3146 (normal-backup-enable-predicate): New function. | |
3147 (backup-enable-predicate): Use it to replace the lambda form. | |
3148 | |
3149 * calendar/todo-mode.el: [This needs more work on the outline | |
3150 stuff.] Doc fixes. | |
3151 (todo) <defgroup>: Add :version. | |
3152 (todo-add-category): Don't use pushnew. | |
3153 (todo-cmd-raise): Fix typo. | |
3154 (todo-top-priorities): Change temp buffer name. | |
3155 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3156 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3157 Use outline-next-heading. |
29392 | 3158 |
29383 | 3159 * autoarg.el: Rewritten to use define-minor-mode. |
3160 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
3161 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
3162 | |
29376 | 3163 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
3164 | |
3165 * isearch.el (isearch-other-meta-char): Fix previous change. | |
3166 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3167 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3168 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3169 * 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
|
3170 (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
|
3171 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3172 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3173 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3174 |
29372 | 3175 2000-06-01 Dave Love <fx@gnu.org> |
3176 | |
3177 * hl-line.el: Rewritten using define-minor-mode. | |
3178 | |
3179 * help.el (describe-function-1): Distinguish special form from | |
3180 builtin function. Sanity-check presence of arglist for builtins. | |
3181 | |
29356 | 3182 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
3183 | |
29365 | 3184 * international/characters.el: Fix syntax/category setting of |
3185 Tibetan characters. | |
3186 | |
3187 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
3188 encoding of Tibetan characters. | |
3189 (tibetan-decompose-precomposition-alist): New variable. | |
3190 (tibetan-decompose-region): Convert precomposed characters to | |
3191 non-precomposed characters. | |
3192 (tibetan-decompose-string): Likewise. | |
3193 (tibetan-composition-function): Fix args to | |
3194 thibetan-compose-string. | |
3195 | |
3196 * language/tibetan.el (tibetan-composable-pattern): More | |
3197 characters included. | |
3198 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
3199 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
3200 "+R" added. | |
3201 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
3202 | |
29359 | 3203 * language/lao-util.el (lao-composition-function): Fix args to |
3204 compose-string. | |
3205 | |
3206 * language/thai-util.el (thai-composition-function): Fix args to | |
3207 compose-string. | |
3208 | |
29356 | 3209 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 3210 to prevent the point moving to the end of a composition when a |
3211 part of a composition is searched. | |
29356 | 3212 (isearch-other-meta-char): If the key invoking this command can be |
3213 mapped by function-key-map to a printing char, call | |
3214 isearch-process-search-char directly. | |
3215 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3216 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3217 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3218 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3219 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3220 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3221 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3222 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3223 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3224 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3225 * 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
|
3226 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3227 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3228 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
|
3229 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3230 * 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
|
3231 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3232 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
|
3233 |
29347 | 3234 2000-05-31 Dave Love <fx@gnu.org> |
3235 | |
3236 * loadhist.el (loadhist-hook-functions): Remove | |
3237 before-change-function, after-change-function. | |
3238 (unload-feature): Deal with symbols which are both bound and | |
3239 fbound. | |
3240 | |
3241 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
3242 before-change-function, after-change-function. | |
3243 | |
3244 * simple.el (newline): Don't bind before-change-function, | |
3245 after-change-function. | |
3246 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3247 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
|
3248 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3249 * 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
|
3250 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
|
3251 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
|
3252 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
|
3253 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3254 * 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
|
3255 |
29330 | 3256 2000-05-31 Dave Love <fx@gnu.org> |
3257 | |
3258 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
3259 pattern for function of change. | |
3260 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
3261 acknowledgements patterns. | |
3262 | |
29328 | 3263 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
3264 | |
3265 * isearch.el (isearch-printing-char): If keyboard coding system is | |
3266 being used, call isearch-process-search-multibyte-characters. | |
3267 | |
3268 * international/isearch-x.el: Mostly rewritten. | |
3269 | |
3270 * international/quail.el (quail-start-conversion): Don't include | |
3271 unhandled events in the returned events, but set them in | |
3272 unread-command-events. Exit if all inputs are deleted. | |
3273 | |
29324 | 3274 2000-05-30 Jason Rumney <jasonr@gnu.org> |
3275 | |
3276 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
3277 | |
3278 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
3279 Reenable code to create initial fontsets. | |
3280 Use set-fontset-font in place of put-charset-property. | |
3281 | |
29302 | 3282 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
3283 | |
29307 | 3284 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
3285 label, ensure that the first colon isn't followed by another. | |
3286 | |
3287 * paths.el (Info-default-directory-list): Doc fix. | |
3288 | |
29304 | 3289 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
3290 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
3291 send a query containing USER only, not USER@HOST. | |
3292 | |
29302 | 3293 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
3294 and rmail-msgend to compute the restriction at the end, instead of | |
3295 computing it. | |
3296 | |
29292 | 3297 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
3298 | |
29295 | 3299 * dabbrev.el (dabbrev-expand): Don't display messages in the |
3300 echo area if the minibuffer window is active. | |
3301 | |
29292 | 3302 * jit-lock.el (jit-lock-mode): Add after change function to |
3303 local hook. | |
3304 | |
3305 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
3306 | |
3307 * antlr-mode.el: New commands: hide/unhide actions, | |
3308 upcase/downcase literals. | |
3309 (antlr-tiny-action-length): New user option. | |
3310 (antlr-hide-actions): New command. Suggested by | |
3311 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
|
3312 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 3313 (antlr-mode-menu): New entries. |
3314 (antlr-downcase-literals): New command. | |
3315 (antlr-upcase-literals): Ditto. | |
3316 | |
3317 * antlr-mode.el: Minor changes: indendation, mode-name. | |
3318 (antlr-indent-line): Indent cpp directive at column 0. | |
3319 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
3320 | |
3321 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
3322 (antlr-font-lock-additional-keywords): Workaround for intentional | |
3323 bug in XEmacs version of font-lock. | |
3324 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
3325 be used by a smarter version of `buffers-menu-grouping-function'. | |
3326 | |
3327 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
3328 | |
3329 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
3330 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
3331 | |
29266 | 3332 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3333 | |
3334 * international/encoded-kb.el | |
3335 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3336 charset-iso-final-char return -1 for eight-bit-control and | |
3337 eight-bit-graphic. | |
3338 | |
29261 | 3339 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3340 | |
3341 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3342 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3343 available, instead of window-system. | |
3344 | |
29259 | 3345 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3346 | |
3347 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3348 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3349 coding systems. | |
3350 | |
29248 | 3351 2000-05-26 Dave Love <fx@gnu.org> |
3352 | |
29255 | 3353 * disp-table.el (standard-display-underline): Don't use |
3354 internal-find-face. | |
3355 | |
29248 | 3356 * mail/reporter.el: Maintainer change. Doc fixes. |
3357 (reporter-version): Deleted. | |
3358 | |
3359 * emacs-lisp/elp.el: Maintainer change. | |
3360 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3361 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3362 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3363 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3364 * 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
|
3365 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3366 |
29240 | 3367 2000-05-26 Dave Love <fx@gnu.org> |
3368 | |
29242 | 3369 * loadhist.el (unload-feature): Fix interactive spec [from |
3370 lijnzaad@ebi.ac.uk]. | |
3371 | |
29240 | 3372 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3373 subr-arity to check primitives. | |
3374 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3375 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3376 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3377 mapcar. | |
3378 | |
29226 | 3379 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3380 | |
29235 | 3381 * international/fontset.el: Set family names of non-latin charsets |
3382 in default fontset to "*". | |
3383 | |
29230 | 3384 * international/mule-diag.el (print-fontset): Combine family part |
3385 and registry part of the fontname by "-*-" instead of "-". | |
3386 | |
29226 | 3387 * international/mule-cmds.el (encode-coding-char): Make strings |
3388 multibyte before calling encode-coding-string. | |
3389 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3390 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3391 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3392 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3393 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3394 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3395 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3396 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3397 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3398 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3399 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3400 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3401 * 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
|
3402 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3403 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3404 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3405 (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
|
3406 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3407 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3408 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3409 |
29214 | 3410 2000-05-25 Dave Love <fx@gnu.org> |
3411 | |
3412 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3413 byte-code-function-p. | |
3414 | |
3415 * mail/rmailsum.el: Add provide. | |
3416 | |
3417 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3418 | |
3419 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3420 defcustom. | |
3421 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3422 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
|
3423 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3424 * 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
|
3425 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
|
3426 |
29205 | 3427 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3428 | |
3429 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3430 grayscale support, not about window-system. | |
3431 | |
3432 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3433 window-system. | |
3434 (ffap-highlight): Always default to t. | |
3435 | |
3436 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3437 display-popup-menus-p instead of looking at window-system. | |
3438 | |
3439 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3440 Only refuse to use string glyphs on X and MS-Windows. | |
3441 | |
3442 * avoid.el: Remove window-system from commentary, suggest to use | |
3443 display-*-p instead. | |
3444 | |
3445 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3446 window-system. | |
3447 | |
29190 | 3448 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3449 | |
3450 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3451 Fill up unsupported characters with their own codes. From Kenichi | |
3452 Handa. | |
3453 | |
29188 | 3454 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3455 | |
3456 * international/mule-diag.el (describe-char-after): Use | |
3457 display-graphic-p instead of window-system, so that this function | |
3458 works on MS-DOS. | |
3459 | |
29181 | 3460 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3461 | |
3462 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3463 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3464 the list of charsets which we convert into `?'. | |
3465 | |
29169 | 3466 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3467 | |
3468 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3469 private charsets. | |
3470 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3471 japanese-jisx0213-2): New charsets. | |
3472 | |
3473 * international/fontset.el: Setup default fontset for new charsets. | |
3474 | |
29166 | 3475 2000-05-24 Dave Love <fx@gnu.org> |
3476 | |
3477 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3478 S. Solomin" <sovs@uic.nnov.ru>]. | |
3479 | |
3480 * icomplete.el: Fix header for Finder. | |
3481 | |
3482 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3483 | |
3484 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3485 STAY. | |
3486 | |
3487 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3488 (rmail-show-message): Add call to `rmail-auto-file' during | |
3489 display. | |
3490 (rmail-auto-file): New function. | |
3491 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3492 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
|
3493 |
29193 | 3494 * 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
|
3495 account. |
29193 | 3496 (ediff-test-utility,ediff-diff-mandatory-option) |
3497 (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
|
3498 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
|
3499 |
29193 | 3500 * 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
|
3501 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3502 |
29193 | 3503 * 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
|
3504 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3505 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3506 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
|
3507 |
29193 | 3508 * 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
|
3509 |
29159 | 3510 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3511 | |
3512 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3513 aliases for hebrew-iso-8bit. | |
3514 | |
29148 | 3515 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3516 | |
3517 * woman.el: New version from Francis J. Wright | |
3518 <F.J.Wright@Maths.QMW.ac.uk>. | |
3519 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3520 names in environment variables regardless of the path separator. | |
3521 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3522 on all files, since woman-file-regexp already filters out any | |
3523 directories. | |
3524 | |
29140 | 3525 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3526 | |
29144 | 3527 * international/quail.el (quail-start-translation): Don't change |
3528 modified-p of the current buffer. | |
3529 (quail-start-conversion): Likewise. | |
3530 | |
3531 * international/kkc.el (kkc-region): Don't change modified-p of | |
3532 the current buffer. | |
3533 | |
29142 | 3534 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3535 conform to RFC1468. | |
3536 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3537 |
29138 | 3538 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3539 | |
3540 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3541 (speedbar-insert-button): Invisible text property fix. | |
3542 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3543 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3544 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3545 (speedbar-page-minus): Renamed from speedbar-file-- | |
3546 (speedbar-page): Renamed from speedbar-file- | |
3547 (speedbar-tag): Renamed from speedbar-tag- | |
3548 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3549 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3550 (speedbar-expand-image-button-alist): Use above renames. | |
3551 | |
3552 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3553 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3554 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3555 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3556 * sb-pg.xpm: Renamed from sb-file.xpm | |
3557 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3558 * 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
|
3559 |
29128 | 3560 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3561 | |
3562 * international/quail.el (quail-show-guidance-buf): Set | |
3563 current-input-method of the guidance buffer to the name of the | |
3564 curren input method. | |
3565 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3566 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3567 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3568 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3569 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3570 * 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
|
3571 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3572 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3573 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3574 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3575 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3576 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3577 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3578 * 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
|
3579 |
29116 | 3580 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3581 | |
29127 | 3582 * startup.el (command-line): Determine source file of compiled |
3583 user init file differently. Warn if compiled user init file | |
3584 is older than its source file. | |
3585 | |
29116 | 3586 * 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
|
3587 |
29112 | 3588 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3589 | |
3590 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3591 rather than `|' (which is not allowed on Windows). Replace the | |
3592 drive letters with a string "drive_X". | |
3593 | |
29110 | 3594 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3595 | |
3596 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3597 | |
3598 * files.el (interpreter-mode-alist): Add `bash2'. | |
3599 | |
29091 | 3600 2000-05-22 Dave Love <fx@gnu.org> |
3601 | |
3602 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3603 mapc. | |
3604 (feature-file): Avoid calling symbol-name. Doc fix. | |
3605 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3606 (loadhist-hook-functions): Add mouse-position-function. | |
3607 (unload-feature): Change uses of mapcar. | |
3608 | |
3609 * files.el (parse-colon-path): Doc fix. | |
3610 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3611 (set-auto-mode): Use mapc. | |
3612 | |
3613 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3614 class. | |
3615 (partial-completion-mode): Add autoload cookie. | |
3616 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3617 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
|
3618 |
29102 | 3619 * 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
|
3620 `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
|
3621 |
29082 | 3622 2000-05-22 Dave Love <fx@gnu.org> |
3623 | |
3624 * bindings.el: Remove debug-ignored-errors set in other files. | |
3625 | |
3626 * progmodes/etags.el: Add to debug-ignored-errors. | |
3627 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3628 when making a new list. | |
3629 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3630 mapc. | |
3631 | |
3632 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3633 quote keywords. | |
3634 (cmpl-string-case-type): Use character classes. | |
3635 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3636 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3637 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3638 * imenu.el: |
29082 | 3639 * mail/mh-e.el: |
3640 * progmodes/compile.el: Add to debug-ignored-errors. | |
3641 | |
3642 * dabbrev.el: Add to debug-ignored-errors. | |
3643 (dabbrev-completion): Use mapc. | |
3644 | |
29075 | 3645 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3646 | |
3647 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3648 (woman-mapcan, woman-parse-man.conf) | |
3649 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3650 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3651 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3652 path syntax better. | |
3653 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3654 (woman-manpath): Call woman-parse-man.conf. | |
3655 (woman-emulation): New defcustom, defaults to nroff. | |
3656 (woman-font-support): New defconst. | |
3657 (woman-use-symbol-font): New defcustom. | |
3658 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3659 "Emulation". | |
3660 Many functions: Doc fix. | |
3661 | |
29072 | 3662 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3663 | |
3664 * international/quail.el (quail-simple-translation-keymap): Map | |
3665 128..255 to quail-self-insert-command. | |
3666 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3667 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3668 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3669 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3670 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3671 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3672 * 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
|
3673 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3674 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3675 * 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
|
3676 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3677 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3678 * 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
|
3679 |
29059 | 3680 2000-05-21 Dave Love <fx@gnu.org> |
3681 | |
29061 | 3682 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3683 are invalid characters. | |
3684 | |
29059 | 3685 * international/mule-util.el (detect-coding-with-priority): Use |
3686 mapc. Remove redundant lambda. | |
3687 | |
3688 * international/mule-diag.el (list-non-iso-charset-chars) | |
3689 (describe-fontset): Remove redundant lambda. | |
3690 | |
3691 * emulation/crisp.el (brief-mode): New alias. | |
3692 | |
3693 * emacs-lisp/ring.el (ring-elements): New function. | |
3694 | |
3695 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3696 (easy-menu-do-add-item): Use keywordp. | |
3697 | |
3698 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3699 | |
3700 * replace.el: Doc and error message fixes. | |
3701 (replace-highlight): Use facep, not internal-find-face. | |
3702 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3703 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3704 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3705 * 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
|
3706 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3707 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3708 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3709 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3710 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3711 (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
|
3712 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3713 (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
|
3714 (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
|
3715 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3716 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3717 (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
|
3718 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3719 (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
|
3720 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3721 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3722 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3723 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3724 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3725 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3726 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3727 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3728 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3729 (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
|
3730 (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
|
3731 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3732 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
|
3733 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3734 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3735 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3736 |
29029 | 3737 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3738 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3739 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3740 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3741 | |
29028 | 3742 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3743 | |
3744 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3745 and insert, not subst-char-in-region. | |
3746 | |
3747 * international/mule-diag.el (list-character-sets-1): Handle | |
3748 charsets eight-bit-control and eight-bit-graphic. | |
3749 (list-iso-charset-chars): Likewise. | |
3750 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3751 charactes as is. Use indent-to to align characters. | |
3752 | |
3753 * international/mule-cmds.el (find-multibyte-characters): Never | |
3754 exclude charsets eight-bit-control and eight-bit-graphic. | |
3755 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3756 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3757 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3758 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3759 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3760 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3761 * 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
|
3762 |
28993 | 3763 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3764 | |
3765 * gud.el (gud-jdb-directories): Doc fix. | |
3766 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3767 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3768 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3769 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3770 |
28988 | 3771 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3772 | |
28993 | 3773 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3774 |
28982 | 3775 2000-05-18 Andreas Schwab <schwab@suse.de> |
3776 | |
3777 * dired.el (dired-between-files): Also skip lines beginning with | |
3778 `used'. | |
3779 | |
28978 | 3780 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3781 | |
3782 * msb.el (msb-menu-cond): Add choice `user'. | |
3783 | |
28981 | 3784 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
|
3785 |
28981 | 3786 * ps-print.el: Compatibility, customization and doc fix. |
3787 (ps-printer-name-option): Replace defconst by defvar. | |
3788 (ps-postscript-code-directory): XEmacs compatibility. | |
3789 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3790 fix. | |
3791 (ps-user-defined-prologue, ps-print-prologue-header) | |
3792 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3793 compatibility and code fix. | |
3794 (ps-print-background-image, ps-print-background-text): | |
3795 Customization fix. | |
3796 (ps-line-number-start, ps-n-up-on): New vars. | |
3797 | |
28978 | 3798 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3799 | |
3800 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3801 the indent-comment function to just return the appropriate indent. | |
3802 | |
28975 | 3803 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3804 | |
3805 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3806 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3807 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3808 | |
28969 | 3809 2000-05-18 Dave Love <fx@gnu.org> |
3810 | |
3811 * info.el (Info-fontify-node): Add intangible property as well as | |
3812 invisible. | |
3813 | |
3814 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3815 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3816 | |
28965 | 3817 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3818 | |
3819 * international/mule-diag.el (describe-char-after): Call | |
3820 internal-char-font, not char-font. If internal-char-font returns | |
3821 nil, display "-- none --". | |
3822 | |
28959 | 3823 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3824 | |
3825 * image.el (image-type-available-p): Don't reference image-types | |
3826 if it isn't bound. | |
3827 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3828 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3829 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3830 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3831 |
28954 | 3832 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3833 | |
3834 * startup.el (command-line-1): Don't signal an error if the | |
3835 directory for auto-save-list files does not yet exist. | |
3836 | |
28950 | 3837 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3838 | |
3839 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3840 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3841 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3842 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3843 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3844 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3845 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
|
3846 |
28981 | 3847 * 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
|
3848 |
28942 | 3849 2000-05-16 Dave Love <fx@gnu.org> |
3850 | |
3851 * cus-edit.el: Don't require cl or easymenu. | |
3852 (custom-variable-prompt): Test standard-value property, not | |
3853 user-variable-p. | |
3854 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3855 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
|
3856 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3857 * 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
|
3858 |
28939 | 3859 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3860 | |
3861 * startup.el (command-line-1): Mention the FAQ in the startup | |
3862 message. | |
3863 | |
3864 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3865 | |
3866 * progmodes/compile.el (compilation-parse-errors): Collect | |
3867 `nomessage' regexps last. | |
3868 | |
3869 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3870 | |
3871 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3872 to the function name. | |
3873 | |
28926 | 3874 2000-05-15 Dave Love <fx@gnu.org> |
3875 | |
3876 * speedbar.el (speedbar-recenter): Typo. | |
3877 (speedbar-expand-line): Make arg optional. | |
3878 (speedbar-mode): Avoid a compiler warning. | |
3879 | |
28924 | 3880 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3881 | |
3882 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3883 user-specified option string is empty. | |
3884 | |
3885 * mouse.el (mouse-yank-at-click): Doc fix. | |
3886 | |
28921 | 3887 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3888 | |
3889 * term/internal.el (IT-character-translations): More updates of | |
3890 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3891 documents. | |
3892 | |
28919 | 3893 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3894 | |
3895 * env.el (getenv): New function, interactively callable. | |
3896 (setenv, getenv): Remove autoload cookies. | |
3897 | |
3898 * loadup.el: Load `env'. | |
3899 | |
3900 * progmodes/f90.el: Change author's mail address. | |
3901 | |
28908 | 3902 2000-05-14 Dave Love <fx@gnu.org> |
3903 | |
28911 | 3904 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3905 goto-addr as an option. | |
3906 | |
3907 * help.el (help-xref-stack): Doc fix. | |
3908 (help-xref-following): New variable. | |
3909 (help-make-xrefs): Use it. | |
3910 (help-xref-go-back): Use position information from stack element. | |
3911 (help-follow): Make position in stack element a pair. Use | |
3912 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3913 |
28911 | 3914 * autoarg.el: New file. |
3915 | |
3916 * faces.el: Declare more functions obsolete. | |
3917 | |
28908 | 3918 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3919 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3920 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3921 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3922 Remove all the setup-...-environment functions. | |
3923 | |
28903 | 3924 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3925 | |
28919 | 3926 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3927 >= when detecting. Require `defimage' safely. | |
28903 | 3928 (speedbar-easymenu-definition-base): Add toggle for images. |
3929 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3930 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3931 (speedbar-reconfigure-keymaps-hook): New variable. | |
3932 (speedbar-frame-parameters): Updated documentation. | |
3933 (speedbar-use-imenu-flag): Updated custom tag | |
3934 (speedbar-dynamic-tags-function-list): New variable. | |
3935 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3936 (speedbar-indentation-width, speedbar-indentation-width) New |
3937 variables. | |
3938 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3939 (speedbar-vc-indicator): Doc update. |
3940 (speedbar-ignored-path-expressions): Updated default value. | |
3941 (speedbar-supported-extension-expressions): Updated default value. | |
3942 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3943 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3944 as "+". Added overlay aliases. | |
3945 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3946 `force-mode-line-update'. | |
3947 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3948 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3949 `mouse-set-point' | |
28903 | 3950 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3951 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3952 of arbitrary text, and new helper functions. | |
3953 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3954 filename finder. | |
28903 | 3955 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3956 (speedbar-directory-buttons): Update path search/expansion. | |
3957 (speedbar-make-tag-line): Pay attention to | |
28919 | 3958 `speedbar-indentation-width'. Use more care w/ invisible |
3959 properties. | |
28903 | 3960 (speedbar-change-expand-button-char): Call |
3961 `speedbar-insert-image-button-maybe'. | |
3962 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3963 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3964 (speedbar-trim-words-tag-hierarchy) | |
3965 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3966 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3967 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3968 functions. | |
28903 | 3969 (speedbar-mouse-set-point): New function |
3970 (speedbar-power-click): Updated documentation. | |
28919 | 3971 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3972 of tag prefix text. | |
3973 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3974 to strange text. | |
3975 (speedbar-expand-line): Takes universal argument to flush the | |
3976 cache. | |
28903 | 3977 (speedbar-flush-expand-line): New function. |
3978 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3979 Use new generator insertion method. | |
3980 (speedbar-fetch-dynamic-tags): New function. | |
3981 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3982 `speedbar-fetch-dynamic-imenu'. | |
3983 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3984 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3985 "Revert Buffer" menu items. | |
3986 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3987 filename tag (for expansion purposes.). | |
28919 | 3988 (speedbar-highlight-one-tag-line, |
3989 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3990 (speedbar-recenter): New functions. | |
28903 | 3991 (defimage-speedbar): Image loading abstraction. |
28919 | 3992 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3993 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3994 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3995 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3996 (speedbar-expand-image-button-alist): New variable. |
3997 (speedbar-insert-image-button-maybe): Insert an image over some | |
3998 buttons. | |
3999 | |
28894 | 4000 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
4001 | |
4002 * international/mule-cmds.el (encode-coding-char): An ASCII | |
4003 character is always encodable. | |
4004 | |
4005 * international/mule-conf.el: Add more information in descriptions | |
4006 of character sets. | |
4007 | |
28965 | 4008 * international/mule-diag.el (describe-char-after): New function. |
28894 | 4009 (describe-font-internal): Adjusted for the change of font-info. |
4010 (describe-font): Likewise. | |
4011 (print-fontset): Rewritten for the new fontset implementation. | |
4012 (describe-fontset): Include fontset alias names in completion. | |
4013 (list-fontsets): Adjusted for the change of print-fontset. | |
4014 | |
28895 | 4015 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
4016 describe-char-after instead of displaying the detail in the echo | |
4017 area. | |
28965 | 4018 (syntax-code-table): Format changed. |
4019 (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
|
4020 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4021 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4022 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4023 * 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
|
4024 |
28890 | 4025 2000-05-12 Dave Love <fx@gnu.org> |
4026 | |
4027 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
4028 dependence. Use line-{beginning,end}-position, not | |
4029 point-at{b,e}ol. Some doc fixes. | |
4030 (todo-position): New function. Fix callers of position to use it. | |
4031 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
4032 | |
28885 | 4033 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
4034 | |
4035 * time.el (display-time-mail-icon): Use `:ascent center'. | |
4036 | |
28893 | 4037 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
4038 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4039 |
28882 | 4040 2000-05-11 Dave Love <fx@gnu.org> |
4041 | |
28888 | 4042 * calendar/todo-mode.el: New file. |
28882 | 4043 |
28870 | 4044 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
4045 | |
28881 | 4046 * comint.el (comint-read-input-ring): Move reference to |
4047 comint-input-ring-size outside of the save-excursion. It was | |
4048 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
|
4049 |
28875 | 4050 * font-lock.el: Update copyright. Remove Simon Marshall's email |
4051 address on request from him. | |
4052 | |
28870 | 4053 * subr.el (substitute-key-definition): Add comment describing |
4054 the meaning of PREFIX. | |
4055 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4056 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4057 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4058 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4059 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4060 * 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
|
4061 (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
|
4062 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4063 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4064 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4065 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4066 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4067 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4068 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4069 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4070 * 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
|
4071 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4072 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4073 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4074 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4075 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4076 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4077 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4078 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4079 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4080 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4081 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4082 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4083 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4084 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4085 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4086 (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
|
4087 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4088 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4089 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4090 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4091 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4092 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4093 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4094 |
28845 | 4095 2000-05-09 Sam Steingold <sds@goems.com> |
4096 | |
4097 * apropos.el (apropos-print): use `describe-face' instead of | |
4098 `customize-face-other-window'. | |
4099 | |
28842 | 4100 2000-05-09 Dave Love <fx@gnu.org> |
4101 | |
4102 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
4103 | |
4104 * help.el (describe-variable): Have customize button pop the | |
4105 help-xref stack when invoked. | |
4106 (help-xref-symbol-regexp): Add `face'. | |
4107 (help-make-xrefs): Check for quoted face names and adapt regexp | |
4108 submatch numbers to cope. | |
4109 (help-xref-interned): Maybe insert face doc too. Separate | |
4110 sections with a line of hyphens. | |
4111 | |
28848 | 4112 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 4113 (describe-face): Add customize button. Return the help |
4114 text. Fix prompt. | |
4115 | |
28839 | 4116 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
4117 | |
4118 * term/internal.el (IT-character-translations): Fix last change. | |
4119 | |
28833 | 4120 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
4121 | |
4122 * woman.el: New file | |
4123 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
4124 | |
28829 | 4125 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
4126 | |
28831 | 4127 * term/internal.el (IT-character-translations): Update ASCII |
4128 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
4129 latin-iso8859-15. | |
4130 | |
28829 | 4131 * international/mule-cmds.el (set-language-info-alist): Call |
4132 define-prefix-command with 3 arguments, to make the map suitable | |
4133 for a menu. | |
4134 | |
28827 | 4135 2000-05-07 Dave Love <fx@gnu.org> |
4136 | |
31242 | 4137 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 4138 |
28825 | 4139 2000-05-05 Dave Love <fx@gnu.org> |
4140 | |
4141 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
4142 list in doc string. Don't quote keyword symbols. | |
4143 * emacs-lisp/cl.el: Likewise | |
4144 * emacs-lisp/cl-seq.el: Likewise | |
4145 | |
28823 | 4146 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
4147 | |
4148 * abbrev.el (abbrev-mode): Make ARG optional. | |
4149 | |
28812 | 4150 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
4151 | |
28817 | 4152 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
4153 | |
4154 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
4155 | |
28812 | 4156 * subr.el (substitute-key-definition): Clarify documentation. |
4157 | |
4158 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
4159 | |
4160 * glasses.el (glasses-convert-to-unreadable): Use | |
4161 `glasses-separator' instead of the hard-wired "_". | |
4162 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
4163 place. | |
4164 | |
28808 | 4165 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
4166 | |
4167 * term/internal.el (cjk-codepages-alist): Add associations for | |
4168 Chinese and Korean codepages. Remove FIXME comment. | |
4169 | |
28806 | 4170 2000-05-03 Dave Love <fx@gnu.org> |
4171 | |
4172 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
4173 New option. | |
4174 (display-time-mail-icon): New variable. | |
4175 (display-time-string-forms): Use the above. Fix the local-map. | |
4176 | |
28795 | 4177 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
4178 | |
28805 | 4179 * replace.el (query-replace-map): Add binding for `E'. |
4180 (query-replace-help): Extend help text. | |
4181 (perform-replace): Allow editing the replacement string. | |
4182 | |
4183 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
4184 (makefile-mode): Set local abbrev table to | |
4185 makefile-mode-abbrev-table. | |
4186 (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
|
4187 |
28795 | 4188 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
4189 set TOGGLE's value. | |
4190 | |
28805 | 4191 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
4192 mail-interactive-insert-alias. | |
4193 (mail-abbrev-complete-alias): New command. | |
4194 (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
|
4195 |
28790 | 4196 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
4197 | |
4198 * language/lao-util.el (lao-compose-region): New function. | |
4199 | |
28782 | 4200 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
4201 | |
28789 | 4202 * files.el (recover-session): Make directories as necessary |
4203 if they don't exist yet. | |
4204 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4205 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4206 (french-calendar-multibyte-special-days-array) |
28782 | 4207 (french-calendar-special-days-array): Change French text. |
4208 (calendar-french-date-string): Change output. | |
4209 (calendar-goto-french-date): Likewise. | |
4210 | |
4211 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
4212 | |
4213 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
4214 (widget-documentation-string-value-create): Set `:always-active'. | |
4215 | |
28778 | 4216 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
4217 | |
4218 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
4219 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
4220 (normal-top-level): Create the directory for auto-save files, if | |
4221 it doesn't already exist (in the ms-dos case only). | |
4222 | |
28775 | 4223 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
4224 | |
4225 * international/mule-cmds.el (set-language-environment): Don't | |
4226 concat an integer (dos-codepage), use format instead. | |
4227 | |
28772 | 4228 2000-05-02 Dave Love <fx@gnu.org> |
4229 | |
4230 * help.el (help-xref-on-pp): Check for constant symbols. | |
4231 | |
28764 | 4232 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
4233 | |
4234 * startup.el (normal-top-level): Put a condition-case around | |
4235 the code loading subdirs.el. | |
4236 | |
4237 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
|
4238 |
28764 | 4239 * ps-print.el: Upside-down and face background color printing, |
4240 line number step, doc fix. | |
4241 (ps-print-version): New version number (5.2). | |
4242 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
4243 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
4244 (ps-spool-config): Var fix. | |
4245 (ps-printer-name-option): Const fix. | |
4246 (ps-print-upside-down, ps-use-face-background) | |
4247 (ps-line-number-step): New vars. | |
4248 (ps-window-system, ps-lp-system): New consts. | |
4249 (ps-face-background): New fun. | |
4250 | |
28759 | 4251 2000-04-28 Richard Stallman <rms@gnu.org> |
4252 | |
4253 * files.el (make-auto-save-file-name): | |
4254 Apply auto-save-file-name-transforms to visited file name | |
4255 before generating auto save file name. | |
4256 (auto-save-file-name-transforms): New variable. | |
4257 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4258 * files.el (backup-enable-predicate): |
28759 | 4259 Correctly test for a file under a temporary directory. |
4260 | |
28751 | 4261 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
4262 | |
4263 * subr.el (add-minor-mode): Rewritten. | |
4264 | |
28749 | 4265 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
4266 | |
4267 * mail/sendmail.el (sendmail-send-it): Set | |
4268 buffer-file-coding-system to the selected coding system for MIME | |
4269 header. | |
4270 | |
28748 | 4271 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
4272 | |
4273 * dired.el (dired-move-to-filename-regexp): Allow format where | |
4274 YYYY is followed by two spaces. | |
4275 | |
4276 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
4277 in the second character class of the regexp. | |
4278 | |
4279 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
4280 mh-etc, too. | |
4281 | |
4282 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
4283 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4284 |
28748 | 4285 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
4286 | |
4287 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
4288 argument. | |
4289 | |
4290 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
|
4291 |
28748 | 4292 * emacs-lisp/crm.el (crm-completion-table): New variable. |
4293 (crm-collection-fn, crm-test-completion) | |
4294 (completing-read-multiple): Use it. | |
4295 | |
28736 | 4296 2000-04-27 Dave Love <fx@gnu.org> |
4297 | |
4298 * help.el (locate-library): Use mapc. | |
4299 (help-manyarg-func-alist): Add call-process-region. | |
4300 | |
28724 | 4301 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
4302 | |
28729 | 4303 * subr.el (add-minor-mode): Make argument MAP optional. |
4304 | |
28724 | 4305 * desktop.el (desktop-save): Save list of minor modes. |
4306 (desktop-create-buffer): Restore minor modes. | |
4307 (desktop-minor-mode-table): New user-option. | |
4308 | |
4309 * subr.el (add-minor-mode): New function. | |
4310 | |
4311 * image.el (find-image): New function. | |
4312 (defimage): Rewritten to find image at load time. | |
4313 | |
4314 * startup.el (normal-top-level-add-to-load-path): Handle | |
4315 case that the default directory is not in load-path. | |
4316 | |
4317 * help.el: Old patch from Stefan Monnier. | |
4318 (help-xref-on-pp): New function. | |
4319 (describe-variable): Use it to display xrefs in a symbol's value. | |
4320 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4321 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4322 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4323 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4324 |
28713 | 4325 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
4326 | |
28715 | 4327 * mail/rmail.el (rmail-expunge): When there are no deleted |
4328 messages, do nothing. | |
28713 | 4329 |
28712 | 4330 2000-04-26 Dave Love <fx@gnu.org> |
4331 | |
4332 * international/mule-cmds.el (locale-translation-file-name): | |
4333 Defvar to nil. | |
4334 (set-locale-environment): Set it here (at runtime). | |
4335 | |
28710 | 4336 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4337 | |
4338 * replace.el (perform-replace): Add parameters START and END. Use | |
4339 them instead of the check for a region in Transient Mark mode. | |
4340 (query-replace-read-args): Return two more list elements for the | |
4341 start and end of the region in Transient Mark mode. | |
4342 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4343 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4344 optional last arguments START and END and pass them to | |
4345 perform-replace. | |
4346 | |
4347 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4348 form with additional arguments for perform-replace. | |
4349 | |
4350 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4351 and END. Construct a form with additional arguments for | |
4352 perform-replace. | |
4353 | |
4354 * simple.el (shell-command): Set default directory for "*Shell | |
4355 Command Output" buffer. | |
4356 | |
4357 * language/european.el (iso-latin-4): Fix typo. | |
4358 | |
4359 * emacs-lisp/crm.el: New file. | |
4360 | |
28701 | 4361 2000-04-24 Dave Love <fx@gnu.org> |
4362 | |
4363 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4364 (Custom-reset-saved, Custom-reset-standard) | |
4365 (custom-group-value-create, custom-group-set, custom-group-save) | |
4366 (custom-group-reset-current, custom-group-reset-saved) | |
4367 (custom-group-reset-standard): Use mapc. | |
4368 (custom-buffer-create-internal): Disable undo when creating items. | |
4369 Use mapc. | |
4370 (custom-face): Avoid redundant lambda. | |
4371 | |
28699 | 4372 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4373 | |
4374 * startup.el (auto-save-list-file-prefix): Set default to | |
4375 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4376 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4377 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4378 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4379 * 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
|
4380 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4381 |
28695 | 4382 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4383 | |
4384 * frame.el (scrolling): New group. | |
4385 (automatic-hscrolling): New user-option. | |
4386 | |
4387 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4388 `--line-spacing'. | |
4389 | |
28668 | 4390 2000-04-19 Dave Love <fx@gnu.org> |
4391 | |
4392 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4393 (cl-mapc): Rename from mapc. Fix the funcall. | |
4394 | |
28653 | 4395 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4396 | |
28660 | 4397 * simple.el (clone-indirect-buffer-other-window): New command. |
4398 (clone-indirect-buffer): Add optional arg NORECROD. | |
4399 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4400 | |
28658 | 4401 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4402 | |
4403 * window.el (count-screen-lines): New function. | |
4404 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4405 instead of window-buffer-height. | |
4406 | |
4407 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4408 non-existing variable comint-input-sentinel. | |
4409 (inferior-lisp-args-to-list): Removed. | |
4410 (inferior-lisp): Use split-string instead of | |
4411 inferior-lisp-args-to-list. | |
4412 | |
4413 * hexl.el (hexl-insert-hex-string): New command. | |
4414 | |
28653 | 4415 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4416 instead of concat. | |
4417 | |
28634 | 4418 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4419 | |
4420 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4421 at the start of an existing but empty folder. | |
4422 | |
4423 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4424 | |
4425 * ps-mule.el: Customization fix, doc fix. | |
4426 (ps-multibyte-buffer): Customization fix. | |
4427 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4428 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4429 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4430 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4431 |
28626 | 4432 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4433 | |
4434 * textmodes/texinfo.el (texinfo-insert-@email) | |
4435 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4436 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4437 (texinfo-mode-map): Add key bindings for them. | |
4438 | |
4439 * files.el (basic-save-buffer-2): Use a template with `$' | |
4440 instead of `#' for VMS. | |
4441 | |
4442 * simple.el (clone-indirect-buffer): New function. | |
4443 | |
28621 | 4444 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4445 | |
4446 * iswitchb.el (iswitchb-case): New function. If the user input | |
4447 contains any upper-case characters, the search is made | |
4448 case-sensitive. | |
4449 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4450 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4451 |
28621 | 4452 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4453 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4454 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4455 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4456 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4457 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4458 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4459 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
|
4460 (texinfo-environments): New var. |
28621 | 4461 (texinfo-environment-regexp): Use regexp-opt and |
4462 texinfo-environments. | |
4463 | |
4464 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4465 ispell-process is bound since this might be eval'd before ispell | |
4466 is loaded. | |
4467 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4468 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
|
4469 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4470 * 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
|
4471 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4472 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4473 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4474 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4475 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4476 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4477 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4478 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4479 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4480 |
28602 | 4481 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4482 | |
4483 * 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
|
4484 |
28602 | 4485 * ps-print.el: Fix counting lines in a region. |
4486 (ps-print-version): New version number (5.1.5). | |
4487 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4488 (ps-printing-region): Fun code fix. | |
4489 | |
28600 | 4490 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4491 | |
4492 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4493 to file-directory-p. | |
4494 | |
28591 | 4495 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4496 | |
4497 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4498 exists before calling directory-files. | |
4499 | |
28578 | 4500 2000-04-13 Dave Love <fx@gnu.org> |
4501 | |
4502 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4503 syntax. | |
4504 | |
4505 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4506 | |
4507 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4508 (cl-old-mapc): New variable. | |
4509 (mapc): Use it. | |
4510 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4511 next-property-change. | |
4512 (cl-map-overlays): Use with-current-buffer. | |
4513 (cl-expt): Remove. | |
4514 (copy-tree, remprop): Define unconditionally. | |
4515 | |
4516 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4517 | |
4518 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4519 to use keywordp. | |
4520 (edebug-spec): Enable keywordp. | |
4521 | |
4522 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4523 string-lessp. | |
4524 | |
4525 * cus-start.el: Use keywordp. | |
4526 | |
28577 | 4527 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4528 | |
4529 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4530 2000-02-18 by doing a save-excursion. | |
4531 | |
4532 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4533 | |
4534 * ps-print.el: Customization fix, doc fix. | |
4535 (ps-print-version): New version number (5.1.4). | |
4536 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4537 (ps-print-preprint): Adjust code. | |
4538 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4539 (ps-print-prologue-header, ps-print-control-characters) | |
4540 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4541 |
28564 | 4542 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4543 | |
4544 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4545 converted to the new menu-item format, names silightly changed, | |
4546 help strings added. | |
4547 | |
4548 Support for spelling without async subprocesses: | |
4549 | |
4550 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4551 (ispell-session-buffer): New variables. | |
4552 (ispell-start-process, ispell-process-status, | |
4553 ispell-accept-output, ispell-send-string): New functions, for | |
4554 Ispell invocation when async subprocesses aren't supported. | |
4555 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4556 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4557 to process-send-string with calls to ispell-send-string, and | |
4558 accept-process-output with ispell-accept-output. | |
4559 (ispell-init-process): Call ispell-process-status instead of | |
4560 process-status with. | |
4561 (ispell-init-process): Call ispell-start-process. Call | |
4562 ispell-accept-output and ispell-send-string. Don't call | |
4563 process-kill-without-query and kill-process if they are unbound. | |
4564 (ispell-async-processp): New function. | |
4565 | |
28560 | 4566 2000-04-12 Dave Love <fx@gnu.org> |
4567 | |
4568 * info.el: Add debug-ignored-errors. | |
4569 (Info-mode-menu): Add some items. | |
4570 (Info-directory): Add autoload cookie. | |
4571 | |
4572 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4573 Modify `truncate-lines'. Make `describe-language-environment' | |
4574 always visible and add help. Modify `describe-key' help. Invoke | |
4575 Info-directory from `info'. New entry `emacs-manual'. | |
4576 | |
28542 | 4577 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4578 | |
28549 | 4579 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4580 propertized-buffer-identification. | |
4581 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4582 (ebrowse--mode-strings): Removed. | |
4583 (ebrowse--mode-line-props): Removed. | |
4584 | |
28542 | 4585 * files.el (auto-mode-alist): Add `EBROWSE'. |
4586 | |
4587 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4588 space before testing for end of buffer. | |
4589 (ebrowse-load): Removed. | |
4590 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4591 (ebrowse-create-tree-buffer): Rewritten. | |
4592 (ebrowse-tree-mode): Read tree from buffer. | |
4593 | |
4594 * progmodes/ebrowse-ffh.el: Removed. | |
4595 | |
28535 | 4596 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4597 | |
4598 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4599 | |
28534 | 4600 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4601 | |
4602 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4603 at the wrong place. | |
4604 | |
28783 | 4605 2000-04-09 Dave Love <fx@gnu.org> |
4606 | |
4607 * files.el (backup-enable-predicate): Use | |
4608 temporary-file-directory, small-temporary-file-directory. | |
4609 (make-backup-file-name-function, backup-directory-alist): New | |
4610 variables. | |
4611 (make-backup-file-name-1): New function. | |
4612 (make-backup-file-name): Use it. | |
4613 (find-backup-file-name): Likewise. Use format for clarity, not | |
4614 concat. | |
4615 (file-newest-backup): Use make-backup-file-name. | |
4616 | |
28523 | 4617 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4618 | |
28530 | 4619 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4620 |
28530 | 4621 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4622 to ebrowse-ffh.el. | |
4623 (ebrowse-load): Add autoload. | |
4624 | |
4625 * finder.el (finder-commentary): Add autoload cookie. | |
4626 | |
28523 | 4627 * mail/rfc2368.el: Correct author's email address. |
4628 | |
4629 * progmodes/ebrowse.el: New file. | |
4630 | |
4631 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4632 item help string. | |
4633 (easy-menu-do-add-item): Ditto. | |
4634 (easy-menu-define): Extend doc string. | |
4635 | |
4636 * jit-lock.el (with-buffer-unmodified): Use | |
4637 restore-buffer-modified-p. | |
4638 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4639 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4640 with-buffer-unmodified. | |
4641 | |
28517 | 4642 2000-04-08 Dave Love <fx@gnu.org> |
4643 | |
4644 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4645 unless, when. | |
4646 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4647 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
|
4648 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4649 * 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
|
4650 (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
|
4651 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
|
4652 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4653 |
28506 | 4654 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4655 | |
4656 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4657 like C-r. | |
4658 | |
4659 * progmodes/make-mode.el: Some doc fixes. | |
4660 (makefile-mode-abbrev-table): New variable. | |
4661 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4662 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4663 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4664 | |
4665 * replace.el (perform-replace): Don't move forward one char | |
4666 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4667 to do that because it leaves point 1 position after the last | |
4668 replacement, after everything has been replaced. | |
4669 | |
4670 * jit-lock.el (with-buffer-unmodified): New macro. | |
4671 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4672 modified state. | |
4673 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4674 preserving buffer's modified state. | |
4675 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4676 jit-lock-function-1. | |
4677 | |
4678 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4679 | |
28499 | 4680 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4681 | |
4682 * glasses.el: Provide facilities for inserting space before left | |
4683 parentheses and uncapitalization of identifiers. | |
4684 (glasses-mode): Try to remove old overlays in all cases. | |
4685 | |
28485 | 4686 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4687 | |
28496 | 4688 * progmodes/compile.el (compile-internal): Display the compilation |
4689 buffer in a different frame, if it's already displayed there. | |
4690 | |
28494 | 4691 * mail/rfc2368.el: New file. |
4692 | |
28492 | 4693 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4694 header and insert its value as mail body. | |
4695 | |
4696 * subr.el (member-ignore-case): New function. | |
4697 | |
4698 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4699 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4700 from dabbrev-ignored-regexps. | |
4701 | |
28485 | 4702 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4703 to extensions handled by gzip. | |
4704 | |
28492 | 4705 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4706 | |
4707 * files.el (insert-directory): List the total free space | |
4708 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4709 |
28492 | 4710 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4711 line is followed by one that matches CITATION-REGEXP, end the | |
4712 paragraph. | |
4713 | |
4714 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4715 | |
4716 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4717 (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
|
4718 |
28474 | 4719 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4720 | |
4721 * international/mule-cmds.el (encoded-string-description): | |
4722 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4723 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4724 for hexadecimal format. | |
28474 | 4725 |
28468 | 4726 2000-04-01 Dave Love <fx@gnu.org> |
4727 | |
4728 * cpp.el: Change customization group to `c' from `C'. | |
4729 | |
4730 * vcursor.el (vcursor-move): Use display-color-p. | |
4731 | |
4732 * international/mule-util.el: Provide mule-utils. | |
4733 (string-to-sequence): Simplify and speed up. | |
4734 | |
4735 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4736 | |
4737 * international/mule-cmds.el: Various menu changes. | |
4738 (describe-specified-language-support): Handle `Default'. | |
4739 (set-language-info): Purecopy `info'. | |
4740 | |
28462 | 4741 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4742 | |
4743 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4744 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
|
4745 |
28445 | 4746 2000-03-31 Dave Love <fx@gnu.org> |
4747 | |
28452 | 4748 * help.el (help-manyarg-func-alist): Correct several omissions. |
4749 | |
28450 | 4750 * add-log.el: Don't require cl, fortran. |
4751 (add-log-current-defun-function): Doc fix. | |
4752 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4753 fix. | |
4754 (change-log-version-rcs): Function deleted. | |
4755 (change-log-version-number-search): Doc fix. Use | |
4756 vc-workfile-version. Avoid CL dolist. | |
4757 (add-change-log-entry): Just call add-log-current-defun to get | |
4758 defun. Simplify somewhat. | |
4759 (change-log-get-method-definition-1): Likewise. | |
4760 (add-log-current-defun): Return nil if calling | |
4761 add-log-current-defun-function does so. Move Fortran stuff to | |
4762 fortran.el. Return string without properties. | |
4763 | |
28445 | 4764 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4765 and :alpha: char classes. | |
4766 | |
4767 * mail/supercite.el: Defvar curline when compiling. | |
4768 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4769 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4770 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4771 | |
28444 | 4772 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4773 | |
4774 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4775 | |
4776 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4777 Re-enable new code. | |
4778 | |
4779 * lpr.el (print-region-1): Use -d to specify printer name for | |
4780 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4781 | |
4782 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
|
4783 |
28444 | 4784 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4785 for function definition in symbol's function value slot first | |
4786 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
|
4787 |
28435 | 4788 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4789 | |
4790 * language/european.el ("Polish"): New language environment. | |
4791 (setup-polish-environment): New function. | |
4792 | |
28424 | 4793 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4794 | |
4795 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4796 Disable new code. | |
4797 | |
4798 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4799 trying to `load' the symbol of an autoload instead of the file | |
4800 recorded in the autoload. Fix error messages. | |
4801 | |
28429 | 4802 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4803 | |
4804 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4805 (ps-print-version): New version number (5.1.3). | |
4806 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4807 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4808 (ps-generate-postscript-with-faces): Code fix. | |
4809 (ps-color-values): XEmacs compatibility. | |
4810 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4811 (ps-default-fg, ps-default-bg): Adjust customization. | |
4812 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4813 (ps-color-scale): Renaming old ps-color-value fun. | |
4814 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4815 with ps-print-header variable. | |
4816 (ps-print-miscellany): New group. | |
4817 (ps-format-color, ps-rgb-color): New funs. | |
4818 (ps-default-foreground): New var. | |
4819 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4820 |
28416 | 4821 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4822 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4823 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4824 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4825 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4826 (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
|
4827 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4828 |
28416 | 4829 * lisp/locate.el: |
4830 (locate-word-at-point): Added this function | |
4831 (locate): Default to using locate-word-at-point as input | |
4832 Run dired-mode-hook | |
4833 | |
28405 | 4834 2000-03-29 Dave Love <fx@gnu.org> |
4835 | |
4836 * calendar/appt.el: Doc fixes. | |
4837 (appt-check): Convert min-to-app to a string before passing to | |
4838 appt-disp-window-function or concat. | |
4839 (appt-delete-window): Remove test for frame-root-window. | |
4840 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4841 | |
4842 * emacs-lisp/bytecomp.el: Doc fixes. | |
4843 (byte-compile-file-form-autoload): Update | |
4844 byte-compile-function-environment. | |
4845 | |
28403 | 4846 2000-03-29 Andreas Schwab <schwab@suse.de> |
4847 | |
4848 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4849 specially. | |
4850 | |
4851 * dired.el (dired-insert-directory): If dired-free-space-program | |
4852 failed just delete its output. | |
4853 | |
28395 | 4854 2000-03-29 Dave Love <fx@gnu.org> |
4855 | |
4856 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4857 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4858 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4859 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4860 clarity. | |
4861 | |
4862 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4863 | |
28377 | 4864 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4865 | |
4866 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4867 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4868 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4869 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4870 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4871 * 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
|
4872 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4873 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4874 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4875 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4876 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4877 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4878 |
28326 | 4879 2000-03-26 Dave Love <fx@gnu.org> |
4880 | |
28331 | 4881 * net/browse-url.el (browse-url): Re-fix case of |
4882 browse-url-browser-function being an alist. | |
4883 (browse-url): Add :link to defgroup. | |
4884 | |
28326 | 4885 * files.el: Doc fixes. |
4886 (file-truename): Include `[' in wildcard characters. | |
4887 (automount-dir-prefix): Customize. | |
4888 (find-file-wildcards): Add :version. | |
4889 (find-file-noselect): Simplify a mapcar call. | |
4890 | |
4891 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4892 compatible with inf-lisp version. | |
4893 (eval-defun-1): Fix custom-declare-variable case. | |
4894 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4895 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4896 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4897 * 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
|
4898 |
28303 | 4899 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4900 | |
28308 | 4901 * Makefile (COMPILE_FIRST): New macro. |
4902 (compile-files): Compile files from COMPILE_FIRST first. | |
4903 | |
4904 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4905 code. | |
4906 | |
28303 | 4907 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4908 matching open parenthesis in column 0 to defun-prompt-regexp | |
4909 only if open-paren-in-column-0-is-defun-start is set. | |
4910 | |
4911 * sun-curs.el: Require CL at compile-time only. | |
4912 | |
4913 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4914 instead of copy-list which is a function from CL. | |
4915 (msb--choose-menu, msb--mode-menu-cond) | |
4916 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4917 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4918 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4919 `(' in column 0 in doc string. | |
4920 (msb--add-separators): Use mapcar instead of mapcan. | |
4921 | |
4922 * cus-dep.el: Require CL at compile-time only. | |
4923 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4924 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4925 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4926 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4927 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4928 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4929 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4930 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4931 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4932 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4933 (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
|
4934 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4935 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4936 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4937 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4938 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4939 |
28292 | 4940 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4941 | |
4942 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4943 (rmail-expunge): Ask for confirmation depending on the setting | |
4944 of rmail-confirm-expunge. | |
4945 | |
4946 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4947 | |
4948 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4949 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4950 cause a bootstrap failure because things don't autoload as | |
4951 expected. | |
4952 | |
28289 | 4953 2000-03-23 Dave Love <fx@gnu.org> |
4954 | |
4955 * net/browse-url.el: Restore previous use of | |
4956 browse-url-maybe-new-window. | |
4957 | |
28287 | 4958 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4959 | |
4960 * ps-print.el: Skip banner page fix. | |
4961 (ps-print-version): New version number (5.1.2). | |
4962 (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
|
4963 |
28287 | 4964 2000-03-23 Dave Pearson <davep@davep.org> |
4965 | |
4966 * net/quickurl.el Changed the type of parameter passed to the | |
4967 function defined by `quickurl-format-function'. Before only the | |
4968 text of the URL was passed. Now the whole URL structure is passed | |
4969 and the function is responsible for extracting the parts it | |
4970 requires. Changed the default of `quickurl-format-function' | |
4971 accordingly. | |
4972 (quickurl-insert): Changed the `funcall' of | |
4973 `quickurl-format-function' to match the above change. | |
4974 (quickurl-list-insert): Changed the `url' case so that it makes | |
4975 use of `quickurl-format-function', previous to this the format was | |
4976 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4977 |
28283 | 4978 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4979 | |
4980 * startup.el: Change some spellings for the X Window System. | |
4981 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4982 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4983 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4984 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4985 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
|
4986 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4987 |
28276 | 4988 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4989 | |
4990 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4991 | |
28267 | 4992 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4993 | |
4994 * ps-print.el: N-up last page fix. | |
4995 (ps-print-version): New version number (5.1.1). | |
4996 (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
|
4997 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4998 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4999 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5000 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5001 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5002 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5003 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5004 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5005 * 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
|
5006 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5007 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5008 (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
|
5009 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
|
5010 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
|
5011 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5012 (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
|
5013 (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
|
5014 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5015 (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
|
5016 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5017 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5018 * 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
|
5019 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5020 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5021 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5022 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5023 * 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
|
5024 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5025 (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
|
5026 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5027 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5028 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5029 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5030 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5031 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5032 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5033 (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
|
5034 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
|
5035 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5036 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
|
5037 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5038 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5039 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5040 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5041 * 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
|
5042 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5043 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5044 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
|
5045 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5046 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5047 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5048 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5049 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
|
5050 (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
|
5051 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5052 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5053 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5054 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5055 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5056 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5057 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5058 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5059 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5060 |
28246 | 5061 2000-03-21 Jason Rumney <jasonr@gnu.org> |
5062 | |
5063 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
5064 (custom-button-pressed-face): Likewise. | |
5065 | |
28244 | 5066 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
5067 | |
5068 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
5069 (tags-loop-eval): New function. Bind case-fold-search around eval | |
5070 depending on the value of tags-case-fold-search. | |
5071 (tags-loop-continue): Use tags-loop-eval. | |
5072 (find-tag-in-order): Bind case-fold-search depending on the value | |
5073 of tags-case-fold-search. | |
5074 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5075 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5076 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5077 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5078 (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
|
5079 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5080 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5081 (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
|
5082 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5083 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5084 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5085 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5086 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5087 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5088 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5089 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5090 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5091 * 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
|
5092 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5093 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5094 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5095 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5096 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5097 |
28233 | 5098 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
5099 | |
5100 * term/x-win.el: Fontsets related initialization is simplified. | |
5101 | |
5102 * international/mule-diag.el (describe-font): Don't refer to | |
5103 global-fontset-alist, instead call font-list. | |
5104 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
5105 (print-fontset): Adjusted for the change of fontset | |
5106 implementation. | |
5107 | |
5108 * international/fontset.el (x-charset-registries): Variable | |
5109 removed, instead the corresponding data is stored in the default | |
5110 fontset. | |
5111 (register-alternate-fontnames): Function removed. | |
5112 (resolved-ascii-font): Variable removed. | |
5113 (x-compose-font-name): Ignore the second argument REDOCE. | |
5114 (x-complement-fontset-spec): Complement only an ASCII font and | |
5115 element for those charsets than can use that ASCII font. | |
5116 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
5117 instead call fontset-list. | |
5118 (uninstantiated-fontset-alist): Variable removed. | |
5119 (x-style-funcs-alist): Likewise. | |
5120 (fontset-default-styles): Likewise. | |
5121 (x-modify-font-name): Function removed. | |
5122 (create-fontset-from-fontset-spec): Ignore the argument | |
5123 STYLE-VARIANT. | |
5124 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
5125 change. | |
5126 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
5127 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5128 |
28233 | 5129 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
5130 (describe-face): Include `font' attribute in the description. | |
5131 | |
28219 | 5132 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
5133 | |
5134 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
5135 | |
28209 | 5136 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
5137 | |
28212 | 5138 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
5139 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
5140 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
|
5141 |
28209 | 5142 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
5143 about behavior of set-buffer-modified-p wrt redisplay. | |
5144 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5145 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5146 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5147 * 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
|
5148 |
28194 | 5149 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
5150 | |
5151 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
5152 is a string, convert it to a syntax cell using string-to-syntax. | |
5153 | |
5154 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
5155 (string-to-syntax): New function. | |
5156 | |
5157 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
5158 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 5159 try to use passive ftp mode. |
28194 | 5160 |
28189 | 5161 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
5162 | |
28209 | 5163 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 5164 |
5165 * simple.el (append-to-buffer): Update point of windows after | |
5166 insertion. | |
5167 | |
5168 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
5169 forward then moving backward. Reindent. | |
5170 | |
5171 * frame.el (other-frame): Call x-focus-frame only if | |
5172 focus-follows-mouse is off. | |
5173 | |
28185 | 5174 2000-03-17 Dave Love <fx@gnu.org> |
5175 | |
5176 * pcvs-util.el (cvs-strings->string): Rename | |
5177 replace-regexps-in-string. | |
5178 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5179 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5180 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5181 * 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
|
5182 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5183 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5184 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 5185 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5186 |
28174 | 5187 2000-03-16 Dave Love <fx@gnu.org> |
5188 | |
5189 * progmodes/f90.el (f90): Put custom group under `languages', not | |
5190 `fortran'. | |
5191 (f90-mode-hook): Customize. | |
5192 (f90-mode): Set add-log-current-defun-function. | |
5193 (f90-current-defun): New function. | |
5194 | |
28169 | 5195 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
5196 | |
28173 | 5197 * cus-edit.el (custom-variable-tag-face): Handle case that |
5198 default face's height is not a number. | |
5199 (custom-face-tag-face, custom-group-tag-face-1) | |
5200 (custom-group-tag-face): Ditto. | |
5201 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5202 |
28169 | 5203 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
5204 | |
28161 | 5205 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
5206 | |
5207 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
5208 requiring easymenu. | |
5209 | |
28155 | 5210 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5211 | |
5212 * ps-print.el: PostScript user-defined prologue, PostScript error | |
5213 handler, doc fix. | |
5214 (ps-print-version): New version number (5.1). | |
5215 (ps-user-defined-prologue, ps-error-handler-message) | |
5216 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
5217 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
5218 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5219 |
28150 | 5220 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
5221 | |
5222 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 5223 invalid self-assignment code. |
28150 | 5224 |
28149 | 5225 2000-03-14 Dave Love <fx@gnu.org> |
5226 | |
5227 * subr.el (replace-regexp-in-string): Renamed from | |
5228 replace-regexps-in-string. Doc fix. | |
5229 | |
28131 | 5230 2000-03-12 Dave Love <fx@gnu.org> |
5231 | |
5232 * cus-edit.el: Doc fixes. | |
5233 (customize-set-variable, customize-save-variable): Rename args for | |
5234 doc. | |
5235 (custom-variable-tag-face, custom-face-tag-face) | |
5236 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
5237 style which user identify as hyperlink. | |
5238 (hook): Don't add undefined functions to the hook. | |
5239 (debug-ignored-errors): Transfer message from bindings.el. | |
5240 | |
28120 | 5241 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5242 | |
5243 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
5244 double/nested definition. | |
5245 | |
28114 | 5246 2000-03-12 Dave Love <fx@gnu.org> |
5247 | |
5248 * facemenu.el (facemenu-get-face): Use display-color-p. | |
5249 * enriched.el (enriched-decode-foreground): Likewise. | |
5250 (enriched-decode-background): Likewise. | |
5251 * isearch.el (isearch-highlight): Likewise. | |
5252 * info-look.el (info-lookup): Likewise. | |
5253 * simple.el (completion-setup-function): Likewise. | |
5254 | |
5255 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
5256 :options. | |
5257 | |
5258 * bindings.el (mode-line-format): Fix line-number and | |
5259 column-number items. Add help-echo for the background. | |
5260 (mode-line-mule-info): Modify help-echo. | |
5261 | |
5262 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
5263 defcustom. | |
5264 | |
5265 * files.el (load-file): Allow completion to .elc. | |
5266 | |
5267 * man.el: Doc fixes. | |
5268 (Man-init-defvars): Use display-color-p to set fontification. | |
5269 | |
5270 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
5271 | |
28109 | 5272 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5273 | |
5274 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
5275 | |
5276 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
5277 | |
28098 | 5278 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
5279 | |
5280 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
5281 Fix comment. | |
5282 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5283 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5284 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5285 * 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
|
5286 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5287 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5288 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5289 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5290 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5291 * 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
|
5292 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5293 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5294 * 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
|
5295 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
|
5296 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5297 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5298 * 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
|
5299 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5300 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5301 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5302 |
28084 | 5303 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
5304 | |
5305 * textmodes/texinfo.el (texinfo-version): Variable and function | |
5306 removed. | |
5307 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5308 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5309 |
28114 | 5310 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
5311 allow more flexibility. | |
5312 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
5313 fns. | |
5314 (easy-mmode-defmap, easy-mmode-defsyntax) | |
5315 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5316 |
28085 | 5317 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 5318 |
5319 * rect.el (replace-rectangle): New function. | |
5320 | |
5321 2000-03-09 Dave Love <fx@gnu.org> | |
5322 | |
5323 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
5324 "C". | |
5325 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
5326 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
5327 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
5328 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
5329 fortran-comment-line-start here. Set comment-start, | |
5330 add-log-current-defun. | |
5331 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
5332 (fortran-current-defun): New function. | |
5333 | |
28073 | 5334 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5335 | |
28077 | 5336 * emacs-lisp/re-builder.el: New file. |
5337 | |
28076 | 5338 * mouse.el (mouse-drag-region): Don't run up-event handler |
5339 if hscroll has changed. | |
5340 | |
28073 | 5341 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5342 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5343 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5344 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5345 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5346 `(defun (setf foo)' differently. |
5347 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5348 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5349 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5350 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5351 (regexp-opt): Update comment and adapt the code the new meaning of |
5352 the `paren' argument of regex-opt-group for shy-groups. | |
5353 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5354 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5355 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5356 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5357 Remove open-presuf and close-presuf. Instead of checking for `all |
5358 one-char' and then later on check for `several one-char', handle | |
5359 both cases close together. Also apply a more generic algorithm | |
5360 for suffixes (the mirror image of the algorithm used for | |
5361 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5362 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5363 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5364 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5365 from comint-mode-map, so we can just inherit from it. Also, move |
5366 the initialization into the `defvar' since there's no docstring | |
5367 anyway and it's fairly short. | |
5368 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5369 shorter and this way we inherit from comint-mode-map rather than | |
5370 copying it. | |
5371 | |
5372 * subr.el (replace-regexps-in-string): Properly handle the case | |
5373 where we match an empty string. | |
5374 | |
5375 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5376 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
|
5377 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5378 |
28046 | 5379 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5380 | |
28051 | 5381 * Makefile (compile-files): Compile files one by one because |
5382 that's the only way to ensure a clean compilation environment for | |
5383 each individual file. | |
5384 | |
28046 | 5385 * frame.el (other-frame): Call x-focus-frame. |
5386 | |
28040 | 5387 2000-03-07 Dave Love <fx@gnu.org> |
5388 | |
28043 | 5389 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5390 :require to defcustom. | |
5391 | |
28040 | 5392 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5393 lists. | |
5394 | |
5395 * files.el (auto-mode-alist): Add configure.in. | |
5396 | |
5397 * progmodes/autoconf.el: New file. | |
5398 | |
28034 | 5399 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5400 | |
5401 * mail/mh-e.el: Change maintainer to `none'. | |
5402 | |
5403 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5404 to remove-hook and add-hook. | |
5405 | |
5406 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5407 | |
28035 | 5408 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5409 it as the default. |
28035 | 5410 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5411 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5412 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5413 |
28024 | 5414 2000-03-07 Dave Love <fx@gnu.org> |
5415 | |
5416 * winner.el: Fix keywords, autoload cookies. Split | |
5417 eval-when-compile form to avoid compilation failure. | |
5418 | |
28017 | 5419 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5420 | |
5421 * international/mule.el: Modify comment about coding system | |
5422 property `coding-category'. | |
5423 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5424 coding-category property of PROPERTIES. | |
5425 | |
5426 * international/mule-conf.el (coding-category-utf-8, | |
5427 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5428 categories. Include them in the argument for set-coding-priority. | |
5429 | |
5430 * international/mule-cmds.el (reset-language-environment): Include | |
5431 coding-category-utf-8, coding-category-utf-16-be, and | |
5432 coding-category-utf-16-le in the argument for set-coding-priority. | |
5433 (reset-language-environment): Initialize coding-category-utf-8, | |
5434 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5435 | |
28014 | 5436 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5437 | |
5438 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5439 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5440 extensions as well as compression extensions. | |
5441 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5442 |
27976 | 5443 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5444 | |
5445 * strokes.el: Change maintainer's mail address. | |
5446 | |
27972 | 5447 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5448 | |
5449 * international/mule-diag.el (list-character-sets): Make help-echo | |
5450 string by substitute-command-keys. | |
5451 (list-character-sets): Likewise. | |
5452 (sort-listed-character-sets): Call help-setup-xref. | |
5453 | |
27965 | 5454 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5455 | |
5456 * time.el (display-time-mail-file): Add `none' to the list of | |
5457 choices. | |
5458 | |
27954 | 5459 2000-03-01 Dave Love <fx@gnu.org> |
5460 | |
27959 | 5461 * help.el (help-xref-go-back): Don't try to set position. |
5462 | |
27954 | 5463 * international/mule-diag.el (list-character-sets): Call |
5464 help-setup-xref. Add help-echo to xrefs. | |
5465 (list-character-sets-1): Add help-echo to xrefs. | |
5466 | |
27949 | 5467 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5468 | |
5469 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5470 the mode off. | |
5471 | |
5472 * add-log.el (add-log-current-defun): Add support for | |
5473 Autoconf mode. | |
5474 | |
5475 * mail/rmail.el (rmail-quit-hook): New variable. | |
5476 | |
27931 | 5477 2000-03-01 Dave Love <fx@gnu.org> |
5478 | |
27935 | 5479 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5480 | |
27931 | 5481 * help.el (help-xref-button): Add help-echo arg. |
5482 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5483 | |
5484 * faces.el (list-faces-display): Supply help-echo with | |
5485 help-make-xrefs. | |
5486 | |
5487 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5488 nil. | |
5489 | |
27919 | 5490 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5491 | |
27927 | 5492 * image.el (defimage): Look for image files in load-path. |
5493 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5494 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5495 `number'. |
5496 | |
27927 | 5497 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5498 | |
5499 * recentf.el (recentf): Added version tag to the defgroup of | |
5500 recentf. | |
5501 | |
5502 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5503 | |
5504 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5505 too. | |
5506 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5507 action to select/unselect a file. | |
5508 (recentf-edit-list): Code cleanup and improvement. | |
5509 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5510 widget action to open a file. | |
5511 (recentf-open-more-files): No more use standard completion but | |
5512 widgets. | |
5513 (recentf-more-collection): Deleted. | |
5514 (recentf-more-history): Deleted. | |
5515 (recentf-setup-more-completion): Deleted. | |
5516 | |
5517 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5518 | |
5519 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5520 under a window-system. | |
5521 | |
5522 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5523 | |
5524 * recentf.el (recentf-edit-list): New command to edit the recent | |
5525 list which allow the user to remove files. | |
5526 (recentf-edit-selected-items): New global variable, used by | |
5527 `recentf-edit-list' to hold the list of files to be removed from | |
5528 the recent list. | |
5529 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5530 menu item. Minor code cleanup. | |
5531 | |
5532 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5533 | |
5534 * recentf.el (recentf-open-more-files): New command to open files | |
5535 that are not displayed in the menu. | |
5536 (recentf-more-collection): New global variable holding the set of | |
5537 permissible completions used by `recentf-open-more-files'. | |
5538 (recentf-more-history): New global variable holding the history list | |
5539 used by `recentf-open-more-files' completion. | |
5540 (recentf-setup-more-completion): New function to setup completion for | |
5541 `recentf-open-more-files'. | |
5542 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5543 | |
5544 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5545 | |
5546 * recentf.el (recentf-menu-action): Doc fixed. | |
5547 | |
5548 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5549 | |
5550 * recentf.el (recentf-menu-filter): Doc updated. | |
5551 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5552 (recentf-make-menu-items): New menu filter handling. | |
5553 (recentf-make-menu-item): New helper function. | |
5554 (recentf-menu-elements): New menu handling function. | |
5555 (recentf-sort-ascending): Updated to new menu filter handling. | |
5556 (recentf-sort-descending): Updated to new menu filter handling. | |
5557 (recentf-sort-basenames-ascending): New menu filter function. | |
5558 (recentf-sort-basenames-descending): New menu filter function. | |
5559 (recentf-show-basenames): New menu filter function. | |
5560 (recentf-show-basenames-ascending): New menu filter function. | |
5561 (recentf-show-basenames-descending): New menu filter function. | |
5562 | |
27919 | 5563 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5564 | |
5565 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5566 the end of the buffer. | |
5567 | |
27911 | 5568 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5569 | |
5570 * international/mule-diag.el (list-character-sets): Completely | |
5571 rewritten. | |
5572 (sort-listed-character-sets): New function. | |
5573 (list-character-sets-1): Completely rewritten. | |
5574 (list-character-sets-2): New function. | |
5575 (non-iso-charset-alist): New variable. | |
5576 (decode-codepage-char): New function. | |
5577 (charset-history): New variable. | |
5578 (read-charset) (list-block-of-chars) | |
5579 (list-iso-charset-chars) | |
5580 (list-non-iso-charset-chars) | |
5581 (list-charset-chars): New functions. | |
5582 (mule-diag): Call list-character-sets-2, not | |
5583 list-character-sets-2. | |
5584 (dump-charsets): Likewise. | |
5585 | |
27910 | 5586 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5587 | |
27919 | 5588 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5589 file name characters. | |
5590 (dired-filename-at-point): Handle ange-ftp file names. | |
5591 | |
27910 | 5592 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5593 instead of assoc-delete-all. | |
5594 (frame-notice-user-settings): Ditto. | |
5595 | |
5596 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5597 Don't copy alist. | |
5598 | |
27906 | 5599 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5600 | |
5601 * calculator.el (calculator-use-menu): New option. | |
5602 (calculator-initial-bindings): Changed some bindings to work as | |
5603 macros. | |
5604 (calculator-forced-input): Removed. | |
5605 (calculator-restart-other-mode): New variable. | |
5606 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5607 |
27906 | 5608 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5609 | |
5610 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5611 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5612 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5613 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
|
5614 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5615 * 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
|
5616 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
|
5617 (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
|
5618 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
|
5619 * 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
|
5620 * 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
|
5621 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
|
5622 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
|
5623 * 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
|
5624 * 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
|
5625 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5626 |
27898 | 5627 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5628 | |
5629 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5630 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5631 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5632 face-font-family-alternatives from working. | |
5633 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5634 chosen font. | |
5635 | |
27873 | 5636 2000-02-25 Sam Steingold <sds@goems.com> |
5637 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5638 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5639 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5640 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5641 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5642 |
5643 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5644 | |
27856 | 5645 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5646 | |
5647 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5648 writable. | |
5649 | |
27868 | 5650 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5651 |
27847 | 5652 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5653 | |
5654 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5655 | |
27845 | 5656 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5657 | |
5658 * diary-lib.el (include-other-diary-files): Undo the selective | |
5659 display in any included file and don't kill it. | |
5660 | |
27841 | 5661 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5662 | |
5663 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5664 bar. Menu items converted to (menu-item format, help strings | |
5665 added. | |
5666 [downcase, upcase]: Don't enable on MS-DOS. | |
5667 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5668 bound. | |
5669 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5670 | |
27825 | 5671 2000-02-23 Dave Love <fx@gnu.org> |
5672 | |
27838 | 5673 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5674 (backward-kill-word): Revert addition of * to interactive spec -- | |
5675 it's a feature. | |
5676 | |
5677 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5678 (backward-kill-sentence, kill-sentence): Likewise. | |
5679 | |
27835 | 5680 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5681 scratch buffer name. | |
5682 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5683 slightly. | |
5684 | |
5685 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5686 new read-face-name. | |
5687 | |
5688 * mail/footnote.el (footnote): Add :version to defgroup. | |
5689 (footnote-section-tag-regexp): Customize. | |
5690 (footnote-start-tag, footnote-end-tag): New option. | |
5691 (footnote-latin-regexp): New variable. | |
5692 (Footnote-latin): New function. | |
5693 (footnote-style-alist): Add element for latin style. | |
5694 (footnote-style): Moved. | |
5695 (Footnote-goto-footnote): Use eq to test arg. | |
5696 | |
5697 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5698 | |
27825 | 5699 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5700 (byte-compile-trueconstp): Include keywords. | |
5701 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5702 byte-compile-const-symbol-p. | |
5703 (byte-optimize-char-before): New optimization. | |
5704 | |
5705 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5706 (byte-compile-const-symbol-p): New function. | |
5707 (byte-compile-constp, byte-compile-out-toplevel) | |
5708 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5709 Use it. | |
5710 | |
5711 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5712 | |
27813 | 5713 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5714 | |
27815 | 5715 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5716 and minor-mode-map-alist. | |
5717 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5718 codes SS2 and SS3 correctly. | |
5719 (encoded-kbd-self-insert-ccl): New function. | |
5720 (encoded-kbd-setup-keymap): New function. | |
5721 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5722 by calling encoded-kbd-setup-keymap. | |
5723 | |
27813 | 5724 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5725 characters. | |
5726 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5727 locally. | |
5728 | |
27811 | 5729 2000-02-22 Dave Love <fx@gnu.org> |
5730 | |
5731 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5732 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5733 defvar. | |
5734 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5735 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5736 classes. Match `defface'. | |
5737 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5738 (eval-defun-1): Fix for defcustom. | |
5739 (lisp-indent-region): Doc fix. | |
5740 | |
5741 * subr.el (when, unless, split-string): Doc fix. | |
5742 (read-passwd): Move call of clear-this-command-keys to the right | |
5743 place. | |
5744 (replace-regexps-in-string): New function. | |
5745 | |
27807 | 5746 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5747 | |
5748 * help.el (describe-variable): Set syntax table to | |
5749 emacs-lisp-mode-syntax-table when moving forward over the | |
5750 symbol's name. | |
5751 | |
27805 | 5752 2000-02-22 Dave Love <fx@gnu.org> |
5753 | |
5754 * xt-mouse.el: Doc fixes. | |
5755 (xterm-mouse-position-function): New function, replacing advice of | |
5756 mouse-position. | |
5757 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5758 | |
5759 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5760 | |
27794 | 5761 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5762 | |
5763 * format.el (format-annotate-single-property-change): Handle | |
5764 properties.with dotted-list values. | |
5765 (format-proper-list-p): New function. | |
5766 | |
5767 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5768 . COLOR) and (background-color . COLOR). | |
5769 | |
27788 | 5770 2000-02-20 Dave Love <fx@gnu.org> |
5771 | |
5772 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5773 and assignments to it. | |
5774 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5775 current local map. | |
5776 (make-flyspell-overlay): Use it. | |
5777 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5778 | |
5779 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5780 (lm-get-header-re): Defun, not defsubst. | |
5781 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5782 (lm-version): Doc fix. Simplify. | |
5783 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5784 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5785 (lm-verify, lm-synopsis): Simplify. | |
5786 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5787 | |
27785 | 5788 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5789 | |
5790 * dired.el (dired-mode): Call propertized-buffer-identification | |
5791 to set mode-line-buffer-identification to something having | |
5792 the right text properties. | |
5793 | |
5794 * bindings.el (propertized-buffer-identification): New function. | |
5795 | |
27777 | 5796 2000-02-20 Dave Love <fx@gnu.org> |
5797 | |
5798 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5799 check for t-mouse too. | |
5800 | |
5801 * cus-start.el: Make echo-keystrokes `number'. | |
5802 | |
27776 | 5803 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5804 | |
5805 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5806 Don't call ring-empty-p unless tags-location-ring is bound. | |
5807 From Noah Friedman <friedman@splode.com>. | |
5808 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5809 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5810 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5811 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5812 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5813 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5814 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5815 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5816 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5817 (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
|
5818 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
|
5819 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5820 |
27757 | 5821 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5822 | |
5823 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5824 | |
27749 | 5825 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5826 | |
27754 | 5827 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5828 | |
27749 | 5829 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5830 of `*' to handle `(* ... *)' comments. | |
5831 | |
27732 | 5832 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5833 | |
27737 | 5834 * 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
|
5835 window-system. |
27737 | 5836 |
27732 | 5837 * menu-bar.el (global-map): Menu-bar items converted to the new |
5838 format (menu-item..., rearranged for better CUA compliance, and | |
5839 their names changed for better clarity. Help strings added. | |
5840 | |
5841 * international/mule-cmds.el (mule-menu-keymap) | |
5842 (describe-language-environment-map, set-coding-system-map) | |
5843 (setup-language-environment-map): Convert to new (menu-item... | |
5844 form, add help strings. Change names of menu items for better | |
5845 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5846 submenu). | |
5847 | |
27729 | 5848 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5849 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5850 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5851 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5852 |
27717 | 5853 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5854 |
27717 | 5855 * faces.el: Don't require custom. Add more specific :groups to |
5856 various deffaces. | |
5857 (set-face-attribute): Purecopy args. | |
5858 (read-face-name): Default to name at point and use it in prompt. | |
5859 Remove colon from arg in all callers. | |
5860 (list-faces-display): Hyperlink to face descriptions and customize | |
5861 buffers. | |
5862 | |
27712 | 5863 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5864 | |
5865 * wid-edit.el (widget-match-inline): An atom never matches a | |
5866 list. | |
5867 | |
27707 | 5868 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5869 | |
27713 | 5870 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5871 at ':' characters by call to split-string. | |
27707 | 5872 |
5873 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5874 | |
27713 | 5875 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5876 |
5877 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5878 | |
27713 | 5879 * textmodes/bibtex.el: Some temporary comments removed. |
5880 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5881 explicit. | |
5882 (bibtex-field-const): Allow capital letters. | |
5883 (bibtex-start-of-string): Deleted because unused. | |
5884 | |
5885 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5886 use the term 'reference' to describe a bibtex entry as a whole. | |
5887 Further, reference keys are no longer called 'labels'. | |
5888 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5889 (bibtex-reformat-previous-labels): Renamed to | |
5890 bibtex-reformat-previous-reference-keys. | |
5891 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5892 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5893 (bibtex-reference-maybe-empty-head): Renamed to | |
5894 bibtex-entry-maybe-empty-head. | |
5895 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5896 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5897 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5898 bibtex-enclosing-entry-maybe-empty-head. | |
5899 (bibtex-entry-field-alist, bibtex-entry-head, | |
5900 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5901 bibtex-map-entries, bibtex-search-entry, | |
5902 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5903 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5904 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5905 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5906 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5907 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5908 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5909 |
5910 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5911 | |
27713 | 5912 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5913 comment. | |
5914 (bibtex-format-field-delimiters): New function, functionality | |
5915 extracted from bibtex-format-entry. | |
5916 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5917 extracted from bibtex-autokey-get-yearfield. | |
5918 | |
5919 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5920 entries in order to avoid stack overflow in the regexp matcher if | |
5921 field contents become large. | |
5922 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5923 bibtex-field-string-part-not-braced, | |
5924 bibtex-field-string-part-no-inner-braces, | |
5925 bibtex-field-string-part-1-inner-brace, | |
5926 bibtex-field-string-part-2-inner-braces, | |
5927 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5928 bibtex-field-string-quoted, bibtex-field-string, | |
5929 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5930 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5931 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5932 as parsing is now performed by the following functions. | |
5933 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5934 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5935 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5936 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5937 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5938 bibtex-search-forward-field, bibtex-search-backward-field, | |
5939 bibtex-start-of-field, bibtex-end-of-field, | |
5940 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5941 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5942 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5943 bibtex-parse-string, bibtex-search-forward-string, | |
5944 bibtex-search-backward-string, bibtex-start-of-string, | |
5945 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5946 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5947 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5948 entries. Instead of reporting the results of the parsing by | |
5949 match-beginning or match-end, these functions return data structures | |
5950 that hold the corresponding positions. | |
5951 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5952 return values rather than by match-beginning or match-end. The | |
5953 following functions have been adapted to use the new parsing | |
5954 functions. | |
5955 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5956 bibtex-enclosing-field, bibtex-format-entry, | |
5957 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5958 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5959 bibtex-print-help-message, bibtex-end-of-entry, | |
5960 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5961 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5962 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5963 method for parsing. | |
5964 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5965 bibtex-map-entries, bibtex-flash-head, | |
5966 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5967 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5968 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5969 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5970 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5971 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5972 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5973 order to make the new binding of case-fold-search immediately | |
5974 visible. | |
27707 | 5975 |
5976 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5977 | |
27713 | 5978 * textmodes/bibtex.el: Copyright notice is up to date. |
5979 Added constant 'bibtex-maintainer-salutation. | |
5980 | |
5981 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5982 than make-temp-name, use match-string-no-properties and eliminate | |
5983 a quadratic behavior when building bibtex-strings. | |
5984 | |
5985 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5986 reference key contains upper case letters. | |
27707 | 5987 |
5988 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5989 | |
27713 | 5990 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5991 a new line. | |
27707 | 5992 |
5993 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5994 | |
27713 | 5995 * bibtex.el: Hiding of entry bodies is not longer provided by |
5996 bibtex.el directly. Instead the hideshow package can be used. | |
5997 Added a special bibtex entry to hs-special-modes-alist. | |
5998 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5999 |
6000 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6001 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6002 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6003 at ':' characters by call to split-string. |
27729 | 6004 |
6005 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6006 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6007 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 6008 |
6009 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6010 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6011 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6012 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6013 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6014 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6015 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6016 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6017 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6018 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
|
6019 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6020 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6021 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6022 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6023 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6024 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6025 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6026 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6027 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6028 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6029 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6030 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6031 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6032 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6033 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6034 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6035 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6036 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6037 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6038 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6039 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6040 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 6041 |
6042 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6043 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6044 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6045 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6046 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6047 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6048 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6049 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6050 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6051 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6052 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
|
6053 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6054 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6055 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6056 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6057 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6058 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6059 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
|
6060 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6061 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6062 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
|
6063 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
|
6064 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6065 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6066 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6067 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6068 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6069 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
|
6070 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6071 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6072 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
|
6073 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
|
6074 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6075 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6076 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6077 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
|
6078 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
|
6079 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
|
6080 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6081 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6082 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6083 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6084 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
|
6085 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6086 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6087 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6088 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6089 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6090 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6091 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6092 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6093 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
|
6094 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
|
6095 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6096 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6097 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6098 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6099 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6100 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6101 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
|
6102 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6103 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6104 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
|
6105 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
|
6106 visible. |
27729 | 6107 |
6108 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6109 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6110 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6111 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6112 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6113 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6114 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
|
6115 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6116 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6117 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6118 reference key contains upper case letters. |
27729 | 6119 |
6120 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6121 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6122 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6123 a new line. |
27729 | 6124 |
6125 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6126 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6127 * 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
|
6128 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6129 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6130 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 6131 |
6132 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6133 | |
27713 | 6134 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 6135 proceedings entry type (for cross referencing). Thanks to Wagner |
6136 Toledo Correa for the suggestion. | |
6137 | |
27713 | 6138 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 6139 |
27690 | 6140 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
6141 | |
6142 * international/characters.el: Setup case table for Vietnamese. | |
6143 | |
27687 | 6144 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
6145 | |
6146 * uniquify.el (toplevel): Require CL at compile time. | |
6147 (uniquify-push): Removed. | |
6148 | |
6149 * shadowfile.el (shadow-when): Removed. | |
6150 | |
6151 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
6152 (tempo-process-and-insert-string): Use dolist instead of | |
6153 tempo-dolist. | |
6154 | |
6155 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
6156 regexp for paragraph-start. | |
6157 | |
6158 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
6159 commas as well. | |
6160 | |
27657 | 6161 2000-02-10 Dave Love <fx@gnu.org> |
6162 | |
6163 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
6164 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
6165 Deleted. | |
6166 (widget-specify-field, widget-specify-button): Don't use | |
6167 widget-mouse-help as help-echo property. | |
6168 (default): Use #'ignore for :validate and :mouse-down-action. | |
6169 (checkbox): Add help-echo. | |
6170 (widget-sexp-validate): Rewritten to clarify error messages. | |
6171 (character): Use char-valid-p in :match function. | |
6172 (widget-color-complete): Use facemenu-color-alist. | |
6173 (widget-color-action): Use facemenu-read-color. | |
6174 | |
6175 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
6176 set up `caar' &c that we now have. | |
6177 | |
27713 | 6178 2000-02-09 Ray Blaak <blaak@gnu.org> |
6179 | |
6180 * delphi.el: Make resourcestring a declaration region, like const | |
6181 and var. | |
6182 | |
27652 | 6183 2000-02-09 Dave Love <fx@gnu.org> |
6184 | |
6185 * bindings.el (mode-line-input-method-map): New variable. | |
6186 (mode-line-mule-info): Use it; fix last change. | |
6187 (mode-line-mode-menu): Move definition. | |
6188 (mode-line-mouse-sensitive-p): Deleted. | |
6189 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
6190 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
6191 level. | |
6192 | |
6193 * startup.el (command-line-1): Don't call | |
6194 make-mode-line-mouse-sensitive. | |
6195 | |
27644 | 6196 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
6197 | |
6198 * mail/rmail.el (rmail-retry-failure): Use | |
6199 rmail-beginning-of-message before rmail-toggle-header, because the | |
6200 former toggles headers. | |
6201 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6202 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
|
6203 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
6204 * 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
|
6205 (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
|
6206 (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
|
6207 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
|
6208 (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
|
6209 (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
|
6210 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6211 * 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
|
6212 (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
|
6213 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
|
6214 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6215 (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
|
6216 (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
|
6217 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
|
6218 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
|
6219 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6220 (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
|
6221 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6222 (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
|
6223 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
|
6224 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6225 (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
|
6226 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
|
6227 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6228 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
|
6229 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6230 * 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
|
6231 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
|
6232 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6233 * 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
|
6234 |
27610 | 6235 2000-02-04 Dave Love <fx@gnu.org> |
6236 | |
27617 | 6237 * bindings.el (mode-line-mule-info): Fix/extend last change. |
6238 | |
27610 | 6239 * completion.el: Replace completion-dolist with dolist. |
6240 | |
6241 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
6242 dotimes. | |
6243 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6244 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6245 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6246 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6247 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6248 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6249 * 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
|
6250 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6251 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6252 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6253 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6254 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6255 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6256 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6257 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6258 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6259 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6260 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6261 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6262 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6263 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6264 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6265 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6266 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6267 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6268 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6269 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6270 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6271 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6272 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6273 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6274 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6275 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6276 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6277 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6278 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6279 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6280 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6281 (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
|
6282 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6283 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6284 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6285 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6286 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6287 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6288 |
27590 | 6289 2000-02-02 Dave Love <fx@gnu.org> |
6290 | |
6291 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
6292 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
6293 | |
6294 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
6295 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
6296 the new builtins directly. | |
6297 | |
6298 * whitespace.el (whitespace): Add :version to defgroup. | |
6299 | |
6300 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
6301 Doc fix. | |
6302 | |
6303 * thingatpt.el (sexp-at-point, symbol-at-point) | |
6304 (number-at-point, list-at-point): Add autoload cookie. | |
6305 | |
6306 * recentf.el (recentf): Add :version to defgroup. | |
6307 | |
6308 * quickurl.el (quickurl): Add :version to defgroup. | |
6309 | |
6310 * elide-head.el (elide-head): Use point-marker more. | |
6311 | |
6312 * bs.el (bs): Add :version to defgroup. | |
6313 | |
6314 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
6315 | |
6316 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
6317 | |
27587 | 6318 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
6319 | |
6320 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
6321 succeeding process operation sets a different coding system. | |
6322 | |
6323 * calculator.el: New file. | |
6324 | |
27572 | 6325 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
6326 | |
6327 * frame.el (frames-on-display-list, framep-on-display): New | |
6328 functions. | |
6329 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
6330 (display-selections-p, display-screens, display-pixel-width) | |
6331 (display-pixel-height, display-mm-width, display-mm-height) | |
6332 (display-backing-store, display-save-under, display-planes) | |
6333 (display-color-cells, display-visual-class): New functions. | |
6334 | |
6335 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6336 | |
6337 * faces.el (display-color-p): Use framep-on-display. | |
6338 (display-grayscale-p): New function. | |
6339 | |
27549 | 6340 2000-01-31 Dave Love <fx@gnu.org> |
6341 | |
6342 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6343 (create-fontset-from-x-resource): Don't concat integers. | |
6344 | |
27545 | 6345 2000-01-31 Inge Frick <inge@nada.kth.se> |
6346 | |
6347 * view.el: Some changes in documentation. Removed some trailing | |
6348 whitespace. Changed some parameter names to agree with | |
6349 documentation. | |
6350 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6351 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6352 |
27541 | 6353 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6354 | |
27543 | 6355 * windmove.el: New file. |
6356 | |
27541 | 6357 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6358 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6359 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6360 |
27541 | 6361 * jit-lock.el (jit-lock-function): Widen before calculating end |
6362 position. | |
6363 (jit-lock-stealth-chunk-start): Rewritten. | |
6364 | |
6365 * info.el (Info-title-face-alist): Removed. | |
6366 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6367 faces. | |
6368 (Info-fontify-node): Use these faces. | |
6369 | |
27527 | 6370 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6371 | |
6372 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6373 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6374 `&allow-other-keywords'. | |
6375 | |
6376 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6377 the list of directories scanned heuristically. | |
6378 | |
6379 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6380 exist. | |
6381 | |
27523 | 6382 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6383 | |
6384 * w32-fns.el: Define w32-tty-standard-colors. | |
6385 | |
6386 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6387 w32 console mode. | |
6388 | |
27510 | 6389 2000-01-30 Dave Love <fx@gnu.org> |
6390 | |
27513 | 6391 * jka-compr.el (jka-compr-load): Fix up load-history. |
6392 | |
27510 | 6393 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6394 | |
6395 * emacs-lisp/cl-macs.el: Revert previous change. | |
6396 | |
27499 | 6397 2000-01-29 Dave Love <fx@gnu.org> |
6398 | |
6399 * facemenu.el: Purecopy various strings. | |
6400 | |
6401 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6402 years. Deal with three-digit years. | |
6403 | |
6404 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6405 defconst, purecopy. | |
6406 (help-back-label): Purecopy it. | |
6407 | |
27498 | 6408 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6409 | |
6410 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6411 variable. If non-nil, order the buffer list according to the | |
6412 currently selected frame. | |
6413 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6414 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
|
6415 |
27496 | 6416 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6417 | |
6418 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6419 | |
27486 | 6420 2000-01-28 Dave Love <fx@gnu.org> |
6421 | |
27491 | 6422 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6423 | |
27486 | 6424 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6425 Don't use lisp-indent-hook property. | |
6426 (cl-abs): Remove. | |
6427 | |
6428 * subr.el: Move out indent and edebug specs for when and unless. | |
6429 | |
6430 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6431 when, unless. | |
6432 | |
6433 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6434 unless, when. | |
6435 | |
27467 | 6436 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6437 | |
27481 | 6438 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6439 `collecting' as synonym for `collect'. | |
6440 | |
6441 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6442 for the case it contains spaces. | |
6443 | |
6444 * simple.el (what-cursor-position): Change formatting of | |
6445 messages. | |
6446 | |
27473 | 6447 * frame.el (delete-other-frames): New function. |
6448 (toplevel): Bind it to C-x 5 1. | |
6449 | |
27469 | 6450 * sort.el (sort-numeric-base): New option. |
6451 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6452 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6453 as default base. | |
6454 | |
27467 | 6455 * progmodes/glasses.el: New file. |
6456 | |
27451 | 6457 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6458 | |
27461 | 6459 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6460 userids differently. | |
6461 | |
27451 | 6462 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6463 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6464 progmodes/ebnf-yac.el: New files. | |
6465 | |
27446 | 6466 2000-01-26 Dave Love <fx@gnu.org> |
6467 | |
6468 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6469 on a function with an empty body. [From Eric Ludlam.] | |
6470 | |
27437 | 6471 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6472 | |
6473 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6474 | |
27433 | 6475 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6476 | |
6477 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6478 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6479 | |
27419 | 6480 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6481 | |
6482 * language/thai-util.el (thai-composition-function): Delete | |
6483 superfluous `a'. | |
6484 | |
27418 | 6485 2000-01-24 Dave Love <fx@gnu.org> |
6486 | |
6487 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6488 end-of-defun-function. | |
6489 | |
6490 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6491 &c. | |
6492 | |
27405 | 6493 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6494 | |
6495 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6496 conflicts with new face support. | |
6497 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6498 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6499 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6500 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6501 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6502 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6503 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6504 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6505 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6506 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6507 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6508 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6509 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6510 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6511 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6512 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6513 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6514 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6515 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6516 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6517 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6518 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6519 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6520 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6521 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6522 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6523 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6524 |
27366 | 6525 2000-01-19 Dave Love <fx@gnu.org> |
6526 | |
27368 | 6527 * files.el (user-init-file): Don't declare here -- is primitive. |
6528 | |
27366 | 6529 * startup.el (command-line): Check for compiled user-init-file and |
6530 set to uncompiled version if necessary. | |
6531 | |
27358 | 6532 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6533 | |
27361 | 6534 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6535 (undigestify-rmail-message): Use it. | |
6536 | |
27358 | 6537 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6538 | |
27351 | 6539 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6540 | |
6541 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6542 of mini-buffer. | |
6543 | |
27326 | 6544 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6545 | |
27330 | 6546 * emacs-lisp/copyright.el (copyright-update): Removed the |
6547 requirement for a trailing space from `copyright-regexp', to | |
6548 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6549 |
27327 | 6550 * align.el: New file. |
6551 | |
27326 | 6552 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6553 | |
6554 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6555 | |
27323 | 6556 2000-01-13 Dave Love <fx@gnu.org> |
6557 | |
6558 * ph.el: Removed. (Obsoleted by EUDC.) | |
6559 | |
27321 | 6560 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6561 | |
6562 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6563 menu with easymenu, because that causes build problems. | |
6564 | |
6565 * frame.el (frame-notice-user-settings): New variable. | |
6566 (frame-notice-user-settings): Don't modify frame parameters | |
6567 if called a second time. | |
6568 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6569 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6570 |
6571 * frame.el (frame-notice-user-settings): | |
6572 Notice default-frame-parameters even for non-window frames. | |
6573 | |
27318 | 6574 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6575 | |
6576 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6577 for Emacs. | |
6578 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6579 (eudc-bob-toggle-inline-display): Ditto. | |
6580 (eudc-bob-display-jpeg): Ditto. | |
6581 | |
27304 | 6582 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6583 | |
27313 | 6584 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6585 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6586 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
|
6587 |
27312 | 6588 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6589 nil)'. | |
6590 | |
6591 * subdirs.el: Add `net' directory. | |
6592 | |
27308 | 6593 * net: New directory. |
6594 | |
27304 | 6595 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6596 eval-last-sexp. Don't bind debug-on-error here. | |
6597 (eval-last-sexp): New function. Bind debug-on-error if | |
6598 eval-expression-debug-on-error is non-nil. | |
6599 (eval-defun-2, eval-defun): Likewise. | |
6600 | |
6601 * simple.el (eval-expression): Don't bind debug-on-error if | |
6602 eval-expression-debug-on-error is nil. Detect changed | |
6603 debug-on-error, and propagate new value to global binding, if | |
6604 eval-expression-debug-on-error is non-nil, | |
6605 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6606 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6607 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6608 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6609 * 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
|
6610 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6611 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6612 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6613 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6614 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6615 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6616 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6617 |
27288 | 6618 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6619 | |
27291 | 6620 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6621 of erasing buffer. | |
6622 | |
27288 | 6623 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6624 (fill-context-prefix): Use the longest common prefix of first |
6625 and second line fill prefix, if there is one. | |
27288 | 6626 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6627 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6628 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6629 * 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
|
6630 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6631 |
27282 | 6632 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6633 | |
6634 * add-log.el (add-log-current-defun): Handle user-defined | |
6635 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6636 |
27280 | 6637 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6638 if having found a current function |
27278 | 6639 |
6640 * add-log.el (add-log-current-defun): Call | |
6641 `add-log-current-defun-function'. Try matches at level 0 and | |
6642 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6643 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6644 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6645 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6646 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6647 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6648 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6649 |
27265 | 6650 2000-01-10 Dave Love <fx@gnu.org> |
6651 | |
6652 * elide-head.el (elide-head): Use point-marker, not point. | |
6653 | |
27261 | 6654 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6655 | |
27263 | 6656 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6657 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6658 |
27261 | 6659 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6660 Add ispell- prefix. | |
6661 | |
6662 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6663 | |
6664 * ispell.el: Only define dictionaries in menus when they exist. | |
6665 (version18p): New variable. | |
6666 (version20p): New variable. | |
6667 (xemacsp): New variable. | |
6668 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6669 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6670 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6671 run-together words. |
27261 | 6672 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6673 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6674 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6675 library path when called non-interactively. |
27261 | 6676 (ispell-menu-map-needed): Uses new variables. |
6677 (ispell-library-path): New variable. | |
6678 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6679 (ispell-word): Improved documentation string. Test for valid | |
6680 character mappings. Correctly check typed in word changes that can | |
6681 result in single words split into multiple words. Returns | |
6682 replacement word. | |
6683 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6684 replace in recursive query replace mode. Help message for | |
6685 recursive edit mode. | |
6686 (ispell-show-choices): Protect against bad framepop bindings. | |
6687 (ispell-help): Fix to work with XEmacs. | |
6688 (ispell-highlight-spelling-error): Use new variables. | |
6689 (ispell-overlay-window): Fix to work with XEmacs. | |
6690 (ispell-parse-output): Passed and returns location information | |
6691 tracking spelling corrections. Doesn't recheck same word on | |
6692 current line. | |
6693 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6694 Fix call to single argument in sleep-for. Use new variables. | |
6695 (ispell-region): Passed and returns location information tracking | |
6696 spelling corrections. Doesn't check same word on current line. | |
6697 Improved documentation string. Doesn't resend a line already | |
6698 checked to the ispell process - fixes bug in LaTeX parsing. | |
6699 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6700 (ispell-skip-region): No longer skips <TT> in SGML. | |
6701 (ispell-process-line): Tracks location information with spelling | |
6702 corrections. Added documentation string. Accounts for words | |
6703 already accepted on this line. Don't allow query-replace on line | |
6704 starting with math characters. Doesn't resend a line already sent | |
6705 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6706 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6707 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6708 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6709 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6710 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6711 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6712 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6713 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
|
6714 |
27255 | 6715 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6716 | |
6717 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6718 of a real newline. | |
6719 | |
27253 | 6720 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6721 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6722 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6723 for .png files. |
6724 | |
27251 | 6725 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6726 | |
6727 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6728 | |
27247 | 6729 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6730 | |
27249 | 6731 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6732 | |
27247 | 6733 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6734 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6735 recursion. |
6736 | |
27244 | 6737 2000-01-08 Dave Love <fx@gnu.org> |
6738 | |
27265 | 6739 * emacs-lisp/backquote.el: Remove inappropriate customization |
6740 (allowing custom.el to use backquote). | |
27244 | 6741 |
27241 | 6742 2000-01-07 Dave Love <fx@gnu.org> |
6743 | |
6744 * add-log.el (add-log-debugging): Deleted. | |
6745 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6746 file. Remove debugging code. | |
6747 (change-log-get-method-definition, change-log-name): Add doc. | |
6748 (change-log-sortable-date-at): New function. | |
6749 (change-log-merge): New command. | |
6750 | |
6751 * time.el (display-time-string-forms): Make the Mail string active. | |
6752 (display-time-update): Provide help-echo for load average. | |
6753 | |
6754 * bindings.el (make-mode-line-mouse2-map): New function. | |
6755 (mode-line-modified): Use it and simplify. | |
6756 (mode-line-mule-info): Provide help-echo info. | |
6757 (minor-mode-alist): Activate the strings. | |
6758 (make-mode-line-mouse-sensitive): Simplify for | |
6759 mode-line-buffer-identification. | |
6760 | |
27233 | 6761 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6762 | |
6763 * play/pong.el: New file. | |
6764 | |
27241 | 6765 2000-01-06 Dave Love <fx@gnu.org> |
6766 | |
6767 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6768 `array-' prefix for symbols. | |
6769 | |
6770 2000-01-05 Dave Love <fx@gnu.org> | |
6771 | |
6772 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6773 outline-headers-as-kill. | |
6774 (outline-mode): Define imenu-generic-expression. | |
6775 (outline-headers-as-kill): New command. | |
6776 | |
6777 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6778 from paragraph-start. | |
6779 (paragraph-indent-minor-mode): New command. | |
6780 | |
6781 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6782 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6783 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6784 (fortran-column-ruler): Simplify. | |
6785 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6786 (fortran-with-subprogram-narrowing): Likewise. | |
6787 (fortran-indent-subprogram): Call mark-defun. | |
6788 (fortran-check-for-matching-do): Change narrowing. | |
6789 | |
6790 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6791 (cl-lucid-hash-tag): Delete. | |
6792 (cl-hash-table-p): Correct test for native table. | |
6793 (cl-hash-table-count): Use hash-table-count. | |
6794 | |
6795 * browse-url.el (browse-url): Fix case of | |
6796 browse-url-browser-function being an alist. | |
6797 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6798 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6799 |
27233 | 6800 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6801 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6802 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6803 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6804 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6805 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6806 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6807 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6808 |
27191 | 6809 2000-01-05 Dave Love <fx@gnu.org> |
6810 | |
27241 | 6811 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6812 (beginning-of-defun-raw): Use it. |
6813 (end-of-defun): New variable. | |
6814 (end-of-defun): Use it. | |
6815 (check-parens): New command. | |
6816 | |
27182 | 6817 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6818 | |
27233 | 6819 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6820 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6821 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6822 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6823 |
27176 | 6824 2000-01-05 Andreas Schwab <schwab@suse.de> |
6825 | |
6826 * hscroll.el (hscroll): Doc fix. | |
6827 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6828 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6829 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6830 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6831 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6832 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6833 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6834 file idlw-rinfo.el. |
27182 | 6835 (idlwave-customize): load must read file idlw-shell.el. |
6836 (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
|
6837 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6838 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6839 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6840 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6841 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6842 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6843 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6844 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6845 both reftex-dcr and reftex-vcr. |
27182 | 6846 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6847 * 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
|
6848 |
27164 | 6849 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6850 |
6851 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6852 (ps-print-version): New version number (5.0.3). | |
6853 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6854 local. | |
6855 (ps-spool-config): Initialization fix. | |
27233 | 6856 (ps-print-prologue-1, ps-print-prologue-2) |
6857 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6858 (ps-background-image): Little code reformating. |
6859 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6860 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6861 (ps-prologue-file): New fun. |
6862 | |
27159 | 6863 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6864 | |
27233 | 6865 * ps-vars.el: Eliminated. |
27159 | 6866 |
6867 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6868 `;;;###autoload'. | |
6869 | |
6870 * ps-print.el: ps-vars eliminated, doc fix. | |
6871 (ps-print-version): New version number (5.0.2). | |
6872 (ps-spool-config): Initialization fix. | |
6873 (ps-print-customize): New fun. | |
6874 | |
27155 | 6875 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6876 | |
6877 * autorevert.el (auto-revert-mode): Return value of | |
6878 auto-revert-mode. | |
6879 | |
27152 | 6880 2000-01-04 Dave Love <fx@gnu.org> |
6881 | |
27198 | 6882 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6883 menu items. | |
27152 | 6884 |
27124 | 6885 2000-01-03 Dave Love <fx@gnu.org> |
6886 | |
27191 | 6887 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6888 |
27241 | 6889 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6890 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6891 `cl-hash-table-p', not `hash-table-p'. | |
6892 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6893 | |
27119 | 6894 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6895 | |
6896 * faces.el (face-read-integer, read-face-attribute) | |
6897 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6898 strings. | |
6899 | |
27112 | 6900 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6901 | |
6902 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6903 at comment end, and re-insert them after filling. | |
6904 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6905 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
|
6906 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6907 * 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
|
6908 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6909 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
|
6910 |
27102 | 6911 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6912 | |
6913 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6914 the new name of face-color-supported-p. | |
6915 | |
6916 * term/w32-win.el (xw-defined-colors): Likewise. | |
6917 | |
27097 | 6918 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6919 | |
6920 * simple.el (completion-setup-function): Count completion-size | |
6921 from minibuffer-prompt-end, not from point-min. | |
6922 | |
27091 | 6923 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6924 | |
6925 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6926 Pass the frame to tty-color-* functions. | |
6927 (display-color-p, frame-set-background-mode): Pass the frame to | |
6928 tty-display-color-p. | |
6929 | |
6930 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6931 tty-color-alist. | |
6932 (tty-color-alist, tty-modify-color-alist): New functions. | |
6933 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6934 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6935 an optional parameter FRAME. | |
6936 | |
27074 | 6937 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6938 | |
27082 | 6939 * image.el (create-image, defimage): Don't assume image data is a |
6940 string. | |
6941 | |
27074 | 6942 * image.el (defimage): Handle specifications containing :data |
6943 instead of :file. | |
6944 (image-type-from-data): New function. | |
6945 (image-type-from-file-header): Use it. | |
6946 (create-image): Add parameter DATA-P. | |
27182 | 6947 |
30729 | 6948 See ChangeLog.8 for earlier changes. |
30993 | 6949 |
6950 ;; Local Variables: | |
31092 | 6951 ;; coding: iso-2022-7bit |
30993 | 6952 ;; End: |