Mercurial > emacs
annotate lisp/ChangeLog @ 31323:1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 01 Sep 2000 17:47:46 +0000 |
parents | 16b334e9c404 |
children | f365a6dc7773 |
rev | line source |
---|---|
31314
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
1 2000-08-31 Peter Breton <pbreton@ne.mediaone.net> |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
2 |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
3 * filecache.el (file-cache-add-directory-using-find): Don't quote |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
4 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>. |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
5 |
31305 | 6 2000-08-31 Kenichi Handa <handa@etl.go.jp> |
7 | |
8 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect | |
9 coding systems. | |
10 | |
31291 | 11 2000-08-30 Andrew Innes <andrewi@gnu.org> |
12 | |
13 * timer.el (run-with-idle-timer): Undo last change, so that timer | |
14 is not activated immediately if Emacs is already idle. Some | |
15 existing code relies on this behaviour. | |
16 | |
31289 | 17 2000-08-30 Miles Bader <miles@gnu.org> |
18 | |
19 * frame.el (set-frame-font): Do completion of font-name for | |
20 interactive use. | |
21 | |
31283 | 22 2000-08-30 Kenichi Handa <handa@etl.go.jp> |
23 | |
24 * international/quail.el (quail-start-translation): Bind locally | |
25 last-command-event, last-command, and this-command. | |
26 (quail-start-conversion): Likewise. | |
31285 | 27 (quail-self-insert-command): Fix docstring. |
31283 | 28 |
31282 | 29 2000-08-29 Gerd Moellmann <gerd@gnu.org> |
30 | |
31 * progmodes/executable.el | |
32 (executable-make-buffer-file-executable-if-script-p): Check that | |
33 buffer contains at least 2 characters. | |
34 | |
31276 | 35 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il> |
36 | |
37 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix. | |
38 | |
31264 | 39 2000-08-29 Dave Love <fx@gnu.org> |
40 | |
31270 | 41 * diff-mode.el (diff-mode) <defgroup>: Add :version. |
42 (diff-mode-shared-map): Bind mouse-2. | |
43 (diff-imenu-generic-expression): New variable. | |
44 (diff-mode): Use it. | |
45 | |
31264 | 46 * mouse.el (mouse-major-mode-menu): Use local-key-binding. |
47 (mouse-popup-menubar): Add minor mode menus. | |
48 (popup-menu): Check for lookup-key returning number. | |
49 | |
31263 | 50 2000-08-29 Miles Bader <miles@gnu.org> |
51 | |
52 * comint.el (comint-send-input): Create overlays using the proper | |
53 front/read-advance arguments. | |
54 | |
31254 | 55 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
56 | |
57 * ps-print.el: Even/odd pages printing. Doc fix. | |
58 (ps-print-version): New version number (6.0). | |
59 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image) | |
60 (ps-background, ps-begin-file, ps-begin-job): Code fix. | |
61 (ps-print-duplex-feature): Variable eliminated. | |
62 (ps-even-or-odd-pages): New variable. | |
63 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
64 * progmodes/ebnf2ps.el: Doc fix. |
31256 | 65 (ebnf-version): New version (3.3). |
66 (ebnf-user-arrow): Change variable customization to sexp. | |
67 (ebnf-user-arrow): Function eliminated. | |
68 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix. | |
69 | |
31242 | 70 2000-08-29 Kenichi Handa <handa@etl.go.jp> |
71 | |
31244 | 72 * help.el (help-xref-mule-regexp): New variable. |
31242 | 73 (help-make-xrefs): Handle help-xref-mule-regexp. |
74 | |
75 * international/mule-cmds.el (help-xref-mule-regexp-template): New | |
76 variable. | |
77 (describe-input-method): Temporarily activate the specfied input | |
78 method to display the information. | |
79 (describe-language-environment): Hyperlinks to mule related items. | |
80 | |
81 * international/mule-diag.el (charset-multibyte-form-string): New | |
82 function. | |
83 (list-character-sets-1): Use charset-multibyte-form-string. | |
84 (describe-character-set): New function. | |
85 (describe-coding-system): Hyperlinks to safe character sets. | |
86 | |
87 * international/quail.el (quail-help): New arg PACKAGE. | |
88 Hyperlinks to mule related items. | |
89 (quail-help-insert-keymap-description): Use | |
90 substitute-command-keys instead of describe-bindings. | |
91 (quail-translation-help): Hyperlinks to mule related items. | |
92 | |
31240 | 93 2000-08-28 John Wiegley <johnw@gnu.org> |
94 | |
31241 | 95 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to |
96 have a defsubst call itself. Made `eshell-flatten-list' back into | |
97 a function again. | |
98 | |
31240 | 99 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety |
100 catch, in case re-centering point at bottom messes up the display. | |
101 This happens frequently in Emacs 21, due I believe to variable | |
102 line heights. | |
103 | |
104 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order | |
105 to call `find-tag-interactive'. | |
106 | |
107 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display | |
108 the list of remember directories. | |
109 | |
31239 | 110 2000-08-28 John Wiegley <johnw@gnu.org> |
111 | |
112 * align.el: Test align-region-separate to see if it's a symbol. | |
113 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
114 2000-08-28 John Wiegley <johnw@gnu.org> |
31239 | 115 |
116 * eshell/esh-util.el (eshell-flatten-list): Made this function | |
117 into a defsubst form. It gets used very frequently, although | |
118 calls don't occur all that often. | |
119 | |
120 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before | |
121 examining it. | |
122 | |
123 * eshell/esh-cmd.el (eshell-rewrite-while-command): | |
124 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of | |
125 `eshell-protect'. | |
126 (eshell-copy-handles): Created a new macro for duplicating the | |
127 current set of open handles. This is needed by the looping | |
128 functions. | |
129 (eshell-do-eval): Fixed while and if, so that the eshell-test-body | |
130 is not incorrectly stomped on. | |
131 | |
132 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror | |
133 declaration for pcomplete-use-paring. | |
134 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the | |
135 value of eshell-cmpl-use-paring. | |
136 * pcomplete.el (pcomplete-use-paring): New config variable, to | |
137 indicate whether paring should be used. | |
138 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out | |
139 completion alternatives that have already been used. | |
140 | |
141 * eshell/esh-mode.el (eshell-repeat-argument): Added function, | |
142 bound to C-c C-y, which will repeat the previous N arguments | |
143 (based on prefix argument). | |
144 (eshell-mode): Bind C-c C-y to eshell-repeat-argument. | |
145 | |
146 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer | |
147 if there is no *Help* buffer. This is for XEmacs, which renames | |
148 its help buffers uniquely. TODO: Find out what the current buffer | |
149 name to delete is. | |
150 | |
151 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the | |
152 first entry that correlates to a passwd/group number. Later | |
153 entries (used for group/user name aliasing to multiple IDs) are | |
154 ignored. | |
155 | |
156 * eshell/em-xtra.el (eshell/expr): | |
157 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make) | |
158 (eshell-grep, eshell/diff, eshell/locate): | |
159 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the | |
160 argument list, before passing it to the system command. | |
161 | |
162 * eshell/esh-mode.el (eshell-find-tag): Added a special version of | |
163 `find-tag' for use at final position in Eshell buffers (which | |
164 otherwise triggers an error on Emacs 21). | |
165 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell | |
166 buffer, if it is currently bound to `find-tag'. | |
167 | |
168 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile | |
169 in the list of matched Makefile names. | |
170 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current | |
171 directory, prefer its contents to Makefile. | |
172 | |
173 * eshell/em-dirs.el (eshell/cd): cd commands that look up | |
174 directory parts (like "cd old new", or "cd =regexp"), are now case | |
175 sensitive on non-Windows/DOS platforms. | |
176 | |
177 * eshell/esh-mode.el (eshell-parse-command-input): When a user | |
178 types RET after an open delimiter (like "), display a message | |
179 indicating that Eshell is waiting for the closing delimiter. | |
180 | |
181 * eshell/esh-var.el (eshell/unset): Added a command for unsetting | |
182 environment variables. | |
183 | |
184 * eshell/em-unix.el (eshell/diff): Added logic to fail more | |
185 gracefully if the user enters incorrect arguments. | |
186 | |
187 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in | |
188 Eshell buffers. | |
189 | |
190 * eshell/esh-var.el (eshell-interpolate-variable): | |
191 * eshell/esh-mode.el (eshell-move-argument): | |
192 * eshell/em-unix.el (eshell-du-sum-directory): | |
193 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): | |
194 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of | |
195 (not (= ...)). | |
196 | |
197 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply', | |
198 to ensure the `preserve' flag gets propagated when doing recursive | |
199 directory copies. | |
200 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
201 2000-08-28 Stefan Monnier <monnier@cs.yale.edu> |
31239 | 202 |
203 * eshell/em-hist.el (eshell-put-history, eshell-get-history): | |
204 Don't convert \n into \0177 in memory. | |
205 (eshell-read-history, eshell-write-history): Convert \n to \0177, | |
206 and back again, when reading and writing. | |
207 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
208 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il> |
31239 | 209 |
210 * eshell/esh-util.el (eshell-processp): Added to relieve constant | |
211 testing of `fboundp' on `processp'. | |
212 | |
213 * eshell/esh-proc.el (eshell/kill): Use eshell-processp. | |
214 (eshell/jobs): Don't call process-list if it is not bound. | |
215 (eshell-gather-process-output): Support systems where async | |
216 subprocesses aren't supported. | |
217 (eshell-scratch-buffer, eshell-last-sync-output-start): New | |
218 variables. | |
219 | |
220 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when | |
221 eshell-do-eval returns t. | |
222 (eshell-do-pipelines-synchronously): New defmacro. | |
223 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines | |
224 when async subprocesses aren't supported. | |
225 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer | |
226 if async subprocesses aren't supported. | |
227 (eshell-resume-command): Don't assume STATUS is a string. | |
228 | |
229 * eshell/em-unix.el (eshell/rm): Use eshell-processp. | |
230 | |
231 * eshell/esh-io.el (eshell-virtual-targets): Doc fix. | |
232 (eshell-close-target, eshell-get-target): Use eshell-processp. | |
233 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc | |
234 fix. | |
235 (eshell-get-target, eshell-create-handles): Doc fix. | |
236 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
237 2000-08-28 Miles Bader <miles@lsi.nec.co.jp> |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
238 |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
239 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the |
31239 | 240 criterion to include commands that output something, as long as it |
241 leaves both the command and the end-of-buffer visible when the | |
242 command has exited. | |
243 (eshell-review-quick-commands): Adjust the help doc string | |
244 accordingly. | |
245 | |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
246 2000-08-28 Peter Breton <pbreton@ne.mediaone.net> |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
247 |
31238
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
248 * locate.el (locate): Cleaned up locate command's interactive prompting |
31242 | 249 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
|
250 |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
251 * filecache.el (file-cache-case-fold-search): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
252 (file-cache-assoc-function): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
253 (file-cache-minibuffer-complete): Use file-cache-assoc-function. |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
254 Use file-cache-case-fold-search variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
255 (file-cache-add-file): Use file-cache-assoc-function |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
256 (file-cache-delete-file): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
257 (file-cache-directory-name): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
258 (file-cache-debug-read-from-minibuffer): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
259 |
31231 | 260 2000-08-28 Gerd Moellmann <gerd@gnu.org> |
261 | |
262 * abbrev.el (list-abbrevs): Add optional parameter LOCAL. | |
263 (abbrev-table-name): New function. | |
264 (prepare-abbrev-list-buffer): Add optional parameter LOCAL. | |
265 If non-nil list local abbrev, only. | |
266 | |
31229 | 267 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu> |
268 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
269 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*" |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
270 from Gnus support code, and use special article copy buffer |
31229 | 271 `(gnus-original-article-buffer)' instead. This allows to get rid |
272 of article-hide-headers usage (which breaks in the latest Gnus | |
273 version). Thanks to Detlev Zundel. | |
274 | |
31216 | 275 2000-08-28 Kenichi Handa <handa@etl.go.jp> |
276 | |
277 * international/quail.el (quail-use-package): Hide "... loaded" | |
278 message. | |
279 (quail-start-translation, quail-start-conversion): Likewise. | |
280 | |
281 * international/kkc.el (kkc-region): Hide "... loaded" message. | |
282 | |
31212 | 283 2000-08-27 Dave Love <fx@gnu.org> |
284 | |
285 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg. | |
286 | |
31198 | 287 2000-08-27 Miles Bader <miles@gnu.org> |
288 | |
289 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts. | |
290 | |
31195 | 291 2000-08-27 Kenichi Handa <handa@etl.go.jp> |
292 | |
293 * international/ja-dic-cnv.el (skkdic-convert): Insert (require | |
294 'ja-dic-cnv), not (require 'skkdic-cnv). | |
295 | |
31180 | 296 2000-08-26 Miles Bader <miles@gnu.org> |
297 | |
31194 | 298 * faces.el (face-x-resources): Add entry for :inherit. |
299 * cus-face.el (custom-face-attributes): Add support for :inherit | |
300 attribute. Add support for relative face heights. | |
301 (custom-face-attributes-get): Treat `nil' as being a default value | |
302 for :inherit (as well as `unspecified'). | |
303 | |
31191 | 304 * faces.el (set-face-attribute): Update doc string. |
305 (face-attribute-name-alist): Add :inherit. | |
306 (face-valid-attribute-values): Handle :inherit. | |
307 (face-read-string): Rephrase prompt to be less confusing. | |
308 Assume that DEFAULT is a string, since we must return a string. | |
309 (face-read-integer): Use `format' to turn DEFAULT into an | |
310 acceptable default for face-read-string. Match NEW-VALUE against | |
311 the string "unspecified", not the symbol `unspecified', since | |
312 that's what face-read-string returns. | |
313 (read-face-attribute): Lookup a name for old-value in valid, and | |
314 use it as a default if we find one. Treat all values from | |
315 face-read-string as strings. If the default is used, don't do any | |
316 more processing on the value, just use the old value directly. | |
317 (read-face-and-attribute, modify-face): Tweak prompt. | |
318 (read-face-name): Don't assume prompt ends with a space. | |
319 | |
31180 | 320 * faces.el (describe-face): Add support for :inherit attribute. |
321 | |
31166 | 322 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
323 | |
31167 | 324 * terminal.el (terminal-emulator): Fix args to `concat'. Now |
325 concat doesn't accept interger. | |
326 | |
31166 | 327 * international/kkc.el: Remove SKK from Keywords. Require |
328 ja-dic-utl instead of skkdic-utl. | |
329 | |
330 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. | |
331 Provide ja-dic-cnv instead of skkdic-cnv. | |
332 (ja-dic-filename): Renamed from skkdic-filename. Referers changed | |
333 (iso-2022-7bit-short): Add safe-charsets property. | |
334 (skkdic-convert-postfix): Search Japanese chou-on character in | |
335 addition to Hiragana character. | |
336 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. | |
337 (skkdic-convert): Change file names from skkdic.el to ja-dic.el | |
338 (batch-skkdic-convert): Likewise. | |
339 | |
340 * international/ja-dic-utl.el: Renamed from skkdic-utl.el. | |
341 Provide ja-dic-utl instead of skkdic-utl. | |
342 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic. | |
343 | |
31156 | 344 2000-08-24 Dave Love <fx@gnu.org> |
345 | |
31158 | 346 * disp-table.el (standard-display-default): Make the test of `l' |
347 useful. | |
348 | |
31156 | 349 * language/european.el ("Latin-8", "Latin-9"): Add input methods, |
350 mod sample text. | |
351 | |
352 * international/iso-ascii.el: Make pilcrow convenient string | |
353 consistent with section. | |
354 (iso-ascii-display): Set up multibyte characters as well as | |
355 unibyte. | |
356 | |
31137 | 357 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
358 | |
359 * international/mule-cmds.el (reset-language-environment): Set | |
360 default-process-coding-system to '(undecided . iso-latin-1), which | |
361 makes process I/O almost consistent with file I/O. Call this | |
362 function when mule-cmds.el[c] is loaded. | |
363 | |
31092 | 364 2000-08-22 Andrew Innes <andrewi@gnu.org> |
365 | |
366 * makefile.w32-in: New file. | |
367 | |
31038 | 368 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
369 | |
370 * comint.el (comint-output-filter): Compare end of | |
371 comint-last-output-overlay with the start of the newly inserted | |
372 text, not the end, when deciding whether to extend it. | |
373 Set saved-point's insertion type to advance after insertion. | |
374 | |
375 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
376 since this is now done independently of font-lock mode. | |
377 | |
31009 | 378 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
379 | |
380 * server.el (server-kill-new-buffers): New user option. | |
381 (server-existing-buffer): New buffer-local variable. | |
382 (server-visit-files): When using an existing buffer, set | |
383 server-existing-buffer to t. | |
384 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
385 buffer, unless it was already present before visiting it with | |
386 Emacs server. | |
387 | |
31006 | 388 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
389 | |
390 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
391 even if the display doesn't support colors: some displays will | |
392 support bold/underline faces. | |
393 | |
30997 | 394 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
395 | |
31004 | 396 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
397 | |
30997 | 398 * startup.el (command-line): If user's init file had an error, |
399 add explanatory text to *Messages*. | |
400 | |
30994 | 401 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
402 | |
403 * man.el (Man-getpage-in-background): Decode the process output by | |
404 the system locale coding system. | |
405 | |
30980 | 406 2000-08-20 Dave Love <fx@gnu.org> |
407 | |
30991 | 408 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
409 Don't test x-popup-menu. | |
410 (function) <complete-function>: Complete only fbound symbols. | |
411 <validate, value>: New. | |
412 (variable) <complete-function>: Complete only bound symbols. | |
413 (coding-system): Add :base-only, :complete-function, :validate, | |
414 :value, :prompt-match. | |
415 (widget-coding-system-prompt-value): Use read-coding-system and | |
416 act on :base-only. | |
417 (editable-field): Add :help-echo. | |
418 (widget-push-button-gui, widget-push-button-cache) | |
419 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
420 with uses. | |
421 (widget-at): Make arg optional. | |
422 (widget-echo-help): Adjust for current help-echo calling sequence. | |
423 (widget-specify-field, widget-specify-button) | |
424 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
425 (widget-convert, widget-insert, widget-leave-text) | |
426 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
427 (widget-setup, widget-field-find, widget-before-change) | |
428 (widget-after-change, widget-default-complete) | |
429 (widget-default-create, widget-default-delete) | |
430 (widget-push-button-value-create, editable-field) | |
431 (widget-field-prompt-value, widget-field-validate) | |
432 (widget-choice-value-create, widget-choice-action) | |
433 (widget-choice-validate, widget-checklist-add-item) | |
434 (widget-radio-add-item, widget-radio-chosen) | |
435 (widget-radio-value-inline, widget-editable-list-value-create) | |
436 (widget-editable-list-entry-create) | |
437 (widget-documentation-link-add) | |
438 (widget-documentation-string-value-create) | |
439 (widget-regexp-validate, widget-file-complete) | |
440 (widget-sexp-validate, widget-plist-convert-widget) | |
441 (widget-plist-convert-widget, widget-alist-convert-widget) | |
442 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
443 particularly to avoid bindings which aren't optimized out. | |
444 | |
30980 | 445 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
446 Doc fix. | |
447 (down-list, backward-up-list, up-list, kill-sexp) | |
448 (backward-kill-sexp, mark-sexp): Make arg optional. | |
449 (lisp-complete-symbol): Add optional arg PREDICATE. | |
450 | |
451 * cus-start.el: Add display-buffer-reuse-frames, | |
452 file-coding-system-alist. | |
453 | |
30975 | 454 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
455 | |
456 * startup.el (command-line): Clear realized faces after | |
457 modifying TTY color mappings. | |
458 | |
30972 | 459 2000-08-20 Miles Bader <miles@gnu.org> |
460 | |
461 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
462 merely a subset of FACE's attributes. | |
463 | |
30966 | 464 2000-08-19 Miles Bader <miles@gnu.org> |
465 | |
466 * comint.el (comint-output-filter): Save the point with a marker, | |
467 not just a buffer position. | |
468 | |
469 * international/mule.el (set-buffer-process-coding-system): Make | |
470 interactive prompt less confusing. | |
471 | |
30963 | 472 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
473 | |
474 * hilit-chg.el: General cleanup of doc strings, comments and | |
475 code formatting. | |
476 | |
30960 | 477 2000-08-19 Miles Bader <miles@gnu.org> |
478 | |
479 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
480 Compiler macro removed; beginning-of-line is no longer always | |
481 equivalent to forward-line, in the presence of fields. | |
482 | |
483 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
484 restriction, and just use save-restriction, now that it works | |
485 correctly. Don't adjust comint-last-input-start to account for | |
486 our insertion; it shouldn't have moved because we don't use | |
487 insert-before-markers anymore. Comment out call to | |
488 `force-mode-line-update'; why is it here? | |
489 | |
490 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
491 while checking for prompt to delete. Use `forward-line 0' | |
492 instead of beginning-of-line. | |
493 (gud-filter): Temporarily widen gud comint buffer while | |
494 examining output. | |
495 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
496 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
497 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
498 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
499 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
500 * 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
|
501 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
|
502 |
30953 | 503 2000-08-18 Dave Love <fx@gnu.org> |
504 | |
505 * image.el (find-image): Copy `spec' before using plist-put. | |
506 | |
30948 | 507 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
508 | |
509 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
510 `portugues'. | |
511 | |
512 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
513 backward-kill-sexp, analogous to kill-sexp. | |
514 | |
515 * progmodes/icon.el (icon-indent-line) | |
516 (icon-is-continuation-line): Handle comments specially. | |
517 | |
518 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
519 | |
520 * ispell.el: Set to standard author/maintainer/keyword fields. | |
521 Fine tuning to menu map appearance and operation, and added help. | |
522 Remove `start' and `end' error messages when compiling. | |
523 (ispell-choices-win-default-height): Fixed comment string. | |
524 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
525 castellano8 dictionaries. | |
526 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
527 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
528 dictionary, added italiano dictionary. | |
529 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
530 word character | |
531 (ispell-tex-skip-alists): Added psfig support. | |
532 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
533 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
534 (ispell-minor-check): Improved html skipping support to skip across | |
535 code, and recognize `&' commands without propper `;' syntax; | |
536 (ispell-process-line): Fix alignment error when manually | |
537 correcting spelling. | |
538 (ispell): Fix comment string. | |
539 (ispell-add-per-file-word-list): Always put word list on new line. | |
540 | |
30922 | 541 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
542 | |
30928 | 543 * format.el (format-encode-run-method): Fix error message to say |
544 `encode' instead of `decode'. Use save-window-excursion around | |
545 shell-command-on-region as in format-decode-run-method because | |
546 shell-command-on-region can display a buffer with error output. | |
547 (format-decode): Don't record undo information for the decoding. | |
548 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
549 that number part of the temporary buffer name so that more than | |
550 one decoding using a temporary buffer can happen safely. | |
551 | |
552 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
553 of `A-z' in the regexp. | |
554 | |
555 * hilit-chg.el: Fix typos in commentary. | |
556 | |
30922 | 557 * help.el (view-emacs-news): Rewritten for new naming scheme |
558 for old NEWS files. | |
559 | |
560 * startup.el (command-line): Pop to *Messages* in case an error | |
561 is signaled while loading user-init-file. | |
562 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
563 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
564 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
565 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
566 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
567 |
30906 | 568 2000-08-17 Alex Schroeder <alex@gnu.org> |
569 | |
570 * sql.el (sql-magic-go): Use comint-bol. | |
571 (sql-copy-column): Use comint-line-beginning-position. | |
572 (comint-line-beginning-position): Define a replacement for | |
573 comint-line-beginning-position if it is not fboundp. | |
574 | |
575 2000-08-17 Alex Schroeder <alex@gnu.org> | |
576 | |
577 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
578 it didn't have any effect anyway. | |
579 | |
580 2000-08-17 Alex Schroeder <alex@gnu.org> | |
581 | |
582 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
583 --pset and pager=off instead of sending \\o|cat at the beginning | |
584 of the session. | |
585 | |
30903 | 586 2000-08-17 Miles Bader <miles@gnu.org> |
587 | |
588 * progmodes/octave-inf.el: Add compatibility definition of | |
589 comint-line-beginning-position. | |
590 | |
30898 | 591 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
592 | |
593 * startup.el (normal-top-level): Look in each dir in load-path for | |
594 a leim-list.el file too. This assures of loading leim-list.el | |
595 that is created at Emacs installation time even if a user have his | |
596 own leim-list.el. | |
597 | |
30897 | 598 2000-08-17 Miles Bader <miles@gnu.org> |
599 | |
600 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
601 foreground color to black if the background is dark. | |
602 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
603 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
604 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
605 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
606 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
607 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
608 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
609 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
610 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
611 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
612 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
613 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
614 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
615 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
616 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
617 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
618 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
619 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
620 * 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
|
621 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
622 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
623 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
624 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
625 * 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
|
626 (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
|
627 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
628 (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
|
629 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
630 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
631 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
632 (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
|
633 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
634 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
635 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
636 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
637 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
638 (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
|
639 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
640 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
641 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
642 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
643 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
644 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
645 * 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
|
646 |
30870 | 647 2000-08-16 Dave Love <fx@gnu.org> |
648 | |
30894 | 649 * windmove.el (windmove) <defgroup>: Add :version. |
650 | |
651 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
652 (goto-address-fontify-p, goto-address-highlight-p) | |
653 (goto-address-url-face, goto-address-url-mouse-face) | |
654 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
655 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
656 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
657 (goto-address-at-point): browse-url-url-at-point, | |
658 goto-address-find-address-at-point can return nil. | |
659 (goto-address-find-address-at-point): Return nil on failure. | |
660 | |
661 * align.el (align) <defgroup>: Add :version. | |
662 | |
663 * calculator.el (calculator): Add :version. | |
664 (calculator): Use two lines for calculator window if `modeline' | |
665 face is boxed. | |
666 | |
30870 | 667 * play/5x5.el: Doc fixes. |
668 (5x5) <defgroup>: Add :version. | |
669 | |
670 * play/fortune.el (fortune) <defgroup>: Add :version. | |
671 (fortune-append): Fix error message. | |
672 (fortune-from-region): Doc fix. | |
673 | |
674 * play/pong.el (pong): Doc fix. | |
675 | |
676 * play/morse.el: Keywords, commentary, autoloads. | |
677 | |
30854 | 678 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
679 | |
680 * desktop.el (desktop-save): Don't look at symbol-value of a | |
681 member of minor-mode-alist, unless it is boundp. | |
682 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
683 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
|
684 |
30897 | 685 * 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
|
686 `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
|
687 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
|
688 |
30846 | 689 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
690 | |
691 * international/ccl.el (declare-ccl-program): Docstring modified. | |
692 (ccl-execute-with-args): Likewise. | |
693 | |
30839 | 694 2000-08-16 Miles Bader <miles@gnu.org> |
695 | |
30903 | 696 * progmodes/sql.el: Add compatibility definition of |
30839 | 697 comint-line-beginning-position. |
698 | |
30808 | 699 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
700 | |
30829 | 701 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
702 'buffer-menu' property. | |
703 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
704 fails. | |
705 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
706 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
707 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
708 |
30825 | 709 * buff-menu.el (list-buffers-noselect): Don't display the |
710 *Buffer List* buffer. | |
711 | |
30822 | 712 * font-lock.el: Require jit-lock to prevent a very late |
713 `Loading jit-lock' message. | |
714 | |
30808 | 715 * 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
|
716 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 717 mail address. |
718 | |
30804 | 719 2000-08-15 Miles Bader <miles@gnu.org> |
720 | |
721 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
722 (ispell-choices-win-default-height, ispell-help): Use | |
723 `ispell-graphic-p' instead of `xemacsp'. | |
724 | |
30802 | 725 2000-08-15 Dave Love <fx@gnu.org> |
726 | |
30842 | 727 * simple.el: Autoload widget-convert when compiling. |
728 (mail-user-agent): Doc fix. | |
729 | |
730 * help.el (function-called-at-point, variable-at-point): Use | |
731 with-syntax-table. | |
732 (help-manyarg-func-alist): Add insert-and-inherit. | |
733 | |
734 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
735 | |
736 * delsel.el (delsel-unload-hook): New function. | |
737 | |
738 * find-file.el: Doc fixes. Move provide to end. | |
739 (ff) <defgroup>: Add :link. | |
740 (ff-goto-click): Deleted. | |
741 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
742 Use mouse-set-point. | |
743 | |
744 * textmodes/tildify.el: Doc fixes. | |
745 (tildify) <defgroup>: Add:version. | |
746 | |
747 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
748 (glasses-custom-set): Use set-default, not set. | |
749 (minor-mode-alist): Propertize the lighter. | |
750 (glasses-mode): Provide optional arg. | |
751 | |
30813 | 752 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
753 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
754 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
755 option. Provide :type. | |
756 (cwarn-configuration): Provide :type. | |
757 (cwarn-mode): Doc fix. | |
758 | |
759 * add-log.el (change-log-merge): Doc fix. | |
760 (change-log-redate): New command. | |
761 | |
30802 | 762 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
763 Doze and Dog. | |
764 (browse-url): Use dolist, not mapcar. | |
765 (browse-url-at-point): Check for null url. | |
766 (browse-url-event-buffer, browse-url-event-point): Functions | |
767 deleted. | |
768 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
769 | |
770 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
771 modes. | |
772 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
773 Fix previous change to mapcan. | |
774 (msb--init-file-alist, msb--add-separators) | |
775 (msb--make-keymap-menu): Simplify. | |
776 (msb--choose-file-menu): Use copy-sequence. | |
777 (msb-mode-map): Add title to keymap. | |
778 (msb-unload-hook): New function. | |
779 | |
780 * bs.el: Fix indentation. | |
781 (bs) <defgroup>: Add :links. | |
30894 | 782 (bs-show): Doc fix. |
783 (bs-apply-sort-faces): Don't use window-system. | |
784 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 785 |
30796 | 786 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
787 | |
788 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
789 convert-standard-filename. | |
790 | |
30788 | 791 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
792 | |
30790 | 793 * emacs-lisp/authors.el: New file. |
794 | |
30788 | 795 * paren.el (show-paren-priority): New user option. |
796 (show-paren-function): Set overlay priorities to | |
797 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
798 |
30783 | 799 2000-08-14 Miles Bader <miles@gnu.org> |
800 | |
801 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
802 beginning-of-line with inhibit-field-text-motion bound. | |
803 | |
30781 | 804 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
805 | |
806 * calendar/timeclock.el: New file. | |
807 | |
808 2000-08-14 David Ponce <david@dponce.com> | |
809 | |
810 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
811 `widget-button-click'. so that one can use left mouse button to | |
812 click on dialog buttons. | |
813 | |
814 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
815 | |
816 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
817 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
|
818 |
30767 | 819 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
|
820 |
30769 | 821 * comint.el (comint-output-filter): Don't bother frobbing |
822 window-start, it doesn't seem to be necessary. | |
30767 | 823 |
824 * comint.el (comint-send-string, comint-send-region): Make into | |
825 real functions. Snapshot the prompt before sending. | |
826 | |
30764 | 827 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
828 | |
829 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
830 technique similar to Info-index, instead of relying on specific | |
831 names of relevant Index nodes. | |
832 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
833 going to the first node found by Info-find-emacs-command-nodes. | |
834 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
835 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 836 |
837 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
838 | |
30741 | 839 2000-08-10 Miles Bader <miles@gnu.org> |
840 | |
841 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
842 | |
30739 | 843 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
844 | |
845 * info.el (Info-file-list-for-emacs): More elements for the | |
846 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
847 and woman manuals. | |
848 | |
30737 | 849 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
850 | |
851 * comint.el (comint-send-input): Make the newline boundary overlay | |
852 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
853 (comint-output-filter): Use `insert' instead of | |
854 `insert-before-markers'. Extend comint-last-output-overlay when | |
855 necessary since we can't rely on insert-before-markers to do it. | |
856 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
857 save-excursion when inserting the output, so that point gets | |
858 updated correctly; the old method relied on a rather dodgy | |
859 side-effect of comint-output-filter to avoid the effect of | |
860 save-excursion. | |
861 | |
30734 | 862 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
863 | |
864 * files.el (recover-file): Call insert-directory instead of | |
865 invoking `ls' directly. | |
866 | |
30732 | 867 2000-08-10 Miles Bader <miles@gnu.org> |
868 | |
869 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
870 (comint-last-prompt-overlay): New variables. | |
871 (comint-output-filter): Implement prompt highlighting. | |
872 (comint-snapshot-last-prompt): New function. | |
873 (comint-send-input): Snapshot the last prompt. | |
874 Use comint-highlight-input-face. | |
875 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
876 Use defface instead of defcustom. | |
877 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
878 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
879 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
880 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
881 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
882 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
883 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
884 (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
|
885 (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
|
886 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
|
887 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
888 * 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
|
889 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
890 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
891 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
892 |
30715 | 893 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
894 | |
895 * files.el (insert-directory): Don't call access-file on | |
896 directories on DOS and Windows. | |
897 | |
30704 | 898 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
899 | |
900 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
901 longer if necessary. | |
902 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
903 ccl-program-vector. | |
904 | |
30701 | 905 2000-08-09 Miles Bader <miles@gnu.org> |
906 | |
907 * comint.el (comint-output-filter): Properly handle the case where | |
908 the text surrounded by comint-last-output-overlay was deleted. | |
909 | |
30671 | 910 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
911 | |
30693 | 912 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
913 non-nil. | |
914 (Info-file-list-for-emacs): Remove "info" from the list because | |
915 that leads to trying to use the documentation from file `info' | |
916 in various situations where it isn't appropriate, for instance | |
917 C-h C-k C-h i. | |
918 | |
919 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
920 DIR and/or STRING are nil. | |
921 | |
922 * progmodes/compile.el (compilation-setup): Make variable | |
923 compilation-error-screen-columns buffer-local, as some comment | |
924 in the code suggests it should be. | |
925 | |
926 * files.el (auto-mode-interpreter-regexp): New variable. | |
927 (set-auto-mode): Use it. | |
928 | |
929 * indent.el (indent-for-tab-command): Doc fix. | |
930 | |
931 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
932 | |
30671 | 933 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
934 labels. | |
935 | |
936 * help.el (print-help-return-message): When | |
937 display-buffer-reuse-frames is set, let the help window been quit, | |
938 instead of deleting it, which might delete a reused frame. | |
939 | |
30664 | 940 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
941 | |
942 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
943 rename a directory to a name that differs only by its letter case. | |
944 | |
30655 | 945 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
946 | |
947 * international/quail.el (quail-define-rules): Handle Quail decode | |
948 map correctly. Add code for supporting annotations. | |
949 (quail-install-decode-map): New function. | |
950 (quail-defrule-internal): New optional arguments decode-map and | |
951 props. | |
952 (quail-advice): New function. | |
953 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
954 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
|
955 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
956 * 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
|
957 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
958 * 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
|
959 |
30649 | 960 2000-08-03 Miles Bader <miles@gnu.org> |
961 | |
962 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
963 New variable. | |
964 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
965 comint-use-prompt-regexp-instead-of-fields. | |
966 (comint-send-input): Add `input' field property to stuff we send to | |
967 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
968 (comint-output-filter): Add `output' field property to process | |
969 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
970 (comint-replace-by-expanded-history) | |
971 (comint-get-old-input-default, comint-show-output) | |
972 (comint-backward-matching-input, comint-forward-matching-input) | |
973 (comint-next-prompt, comint-previous-prompt): Use field | |
974 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
975 (comint-line-beginning-position): New function. | |
976 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
977 (comint-replace-by-expanded-history-before-point): Use | |
978 comint-line-beginning-position and line-end-position. | |
979 (comint-last-output-overlay): New variable. | |
980 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
981 | |
982 * shell.el (shell-prompt-pattern): Doc change. | |
983 (shell-backward-command): Use line-beginning-position. | |
984 | |
985 * gud.el (gud-gdb-complete-command): Use | |
986 comint-line-beginning-position. | |
987 | |
988 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
989 comint-bol doesn't actually go to the beginning of the line. | |
990 | |
991 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
992 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
993 (try-expand-line-all-buffers): Likewise. | |
994 | |
995 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
996 explicitly matching comint-prompt-regexp. | |
997 (sql-copy-column): Use comint-line-beginning-position instead of | |
998 explicitly matching comint-prompt-regexp. | |
999 | |
1000 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
1001 comint-line-beginning-position. | |
1002 | |
1003 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
1004 | |
1005 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
1006 looking for a prompt, use `forward-line 0' instead of | |
1007 `beginning-of-line', to avoid getting caught by an input field. | |
1008 | |
30633 | 1009 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
1010 | |
1011 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
1012 PATTERN, in the Unix case. | |
1013 | |
30629 | 1014 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
1015 | |
1016 * play/zone.el (zone): Discard any pending input before running | |
1017 the randomly-chosen pgm. | |
1018 | |
30623 | 1019 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
1020 | |
1021 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
1022 checking the existence of any multibyte characters. | |
1023 | |
30619 | 1024 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
1025 | |
30622 | 1026 * help.el (describe-mode): Test minor-mode symbol for being |
1027 bound before testing its value for being nil. | |
1028 | |
30619 | 1029 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
1030 `first', `second', and `third'. | |
1031 | |
1032 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
1033 (second): Make it an alias for `cadr'. | |
1034 | |
30616 | 1035 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
1036 | |
1037 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
1038 types of display support faces now. | |
1039 | |
30614 | 1040 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
1041 | |
1042 * pcvs.el (require): Require `cl' during compilation, only. | |
1043 | |
1044 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
1045 (toplevel): Remove `remq' and `remove' from autoloads. | |
1046 (cl-fake-autoloads): New variable. If set, arrange for an error | |
1047 when CL functions etc. are autoloaded. | |
1048 | |
30585 | 1049 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
1050 | |
30593 | 1051 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
1052 | |
30591 | 1053 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
1054 popped up, but the user clicks outside the menu, return an empty | |
1055 regexp (that causes unhighlight-regexp to have no effect). | |
1056 | |
30589 | 1057 * menu-bar.el (menu-bar-games-menu): Add Zone. |
1058 | |
30585 | 1059 * hi-lock.el (toplevel): Require font-lock. |
1060 | |
30576 | 1061 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1062 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
1063 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward. |
30576 | 1064 (ebnf-8-bit-chars): New var for bug fix. |
1065 (ebnf-string): Bug fix. | |
1066 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1067 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
|
1068 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1069 * 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
|
1070 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1071 (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
|
1072 `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
|
1073 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1074 |
30567 | 1075 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
1076 | |
1077 * international/mule-cmds.el (select-safe-coding-system): Make | |
1078 the message text about selecting a safe coding system more clear. | |
1079 | |
30564 | 1080 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
1081 | |
30565 | 1082 * hi-lock.el: New file. |
1083 | |
1084 * play/zone.el: New file. | |
1085 | |
30564 | 1086 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
1087 value of tab-width in the original buffer. Choose a line number | |
1088 format that's a multiple of the original buffer's tab width, so | |
1089 that lines appear right. | |
1090 | |
1091 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
1092 Spell-check active region if in transient-mark-mode and mark | |
1093 is active; otherwise spell-check buffer. | |
1094 | |
1095 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1096 | |
1097 * ps-mule.el: Fix a customization problem on | |
1098 ps-mule-font-info-database-default. | |
1099 | |
30555 | 1100 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
1101 | |
1102 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
1103 display-mouse-p instead of window-system. | |
1104 (ebrowse-member-mode-map): Ditto. | |
1105 | |
30553 | 1106 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1107 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
1108 * progmodes/ebnf2ps.el: Update ps-print functions call. |
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
1109 Indentation fix. Doc fix. |
30553 | 1110 (ebnf-version): New version number (3.2). |
1111 (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
|
1112 |
30547 | 1113 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
1114 | |
30549 | 1115 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
1116 font lock support on window-system. | |
1117 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
1118 | |
30547 | 1119 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
1120 display-color-p, if fboundp, instead of window-system. | |
1121 | |
30545 | 1122 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
1123 | |
1124 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
1125 instead of window-system. | |
1126 | |
1127 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
1128 window-system. | |
1129 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
1130 instead of window-system. | |
1131 | |
1132 * strokes.el (strokes-file): Run the file name through | |
1133 convert-standard-filename. | |
1134 (strokes-mode): Call display-mouse-p instead of looking at | |
1135 window-system. Change the error message accordingly. | |
1136 | |
1137 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
1138 | |
1139 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
1140 (lm-plot-square, lm-init-display): Don't use window-system. | |
1141 | |
1142 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
1143 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
1144 | |
1145 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
1146 instead of looking at window-system. | |
1147 | |
30528 | 1148 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
1149 | |
1150 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
1151 of testing if iswitchb-prepost-hooks is bound, because the | |
1152 latter will always be true when invoking a recursive minibuffer | |
1153 from an active Iswitchb buffer. | |
1154 | |
30526 | 1155 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
1156 | |
1157 * files.el (shell-quote-wildcard-pattern): New function. | |
1158 (insert-directory): Call it. Only prepend "\" to command on Unix | |
1159 and GNU/Linux systems. | |
1160 | |
30524 | 1161 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
1162 | |
1163 * eshell/esh-groups.el: Change custom :link file names | |
1164 from `eshell.info' to `eshell'. | |
1165 | |
1166 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
1167 | |
1168 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
1169 correctly in recursive ange-ftp listings. | |
1170 | |
1171 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1172 | |
1173 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
1174 ps-header-font-size-internal and | |
1175 ps-header-title-font-size-internal variables are not set, | |
1176 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
1177 face text property is (foreground-color . COLOR) or | |
1178 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
1179 (ps-print-version): New version number (5.2.4). | |
1180 (ps-plot-region): Code fix. | |
1181 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
1182 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
1183 Bug fix 2. | |
1184 | |
1185 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
1186 | |
1187 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
1188 identifiers like `myXMLDocument'. | |
1189 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
1190 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
|
1191 |
30524 | 1192 * mail/mail-hist.el (mail-hist-previous-input) |
1193 (mail-hist-next-input): Do the obvious code factorization. | |
1194 (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
|
1195 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
|
1196 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
|
1197 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
1198 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
|
1199 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
1200 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 1201 Use `<=', not `<' to compare times! |
1202 (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
|
1203 |
30502 | 1204 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
1205 | |
30516 | 1206 * play/cookie1.el: Add explanation of how to make cookie.el |
1207 compatible with strfile(1) to comment. | |
1208 | |
1209 * subr.el (remove, remq): New functions. | |
1210 | |
30511 | 1211 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
1212 escape `*' in regexps. | |
1213 (midnight-find): Reverse order of arguments in the funcall of | |
1214 TEST. | |
1215 | |
1216 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
1217 and `.class'. | |
1218 | |
30502 | 1219 * play/meese.el: Add Commentary section. |
1220 | |
30516 | 1221 2000-07-27 Alex Schroeder <alex@gnu.org> |
1222 | |
1223 * sql.el (sql-ms): Added autoload cookie. | |
1224 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
1225 (sql-oracle): Ditto. | |
1226 (sql-help): Doc change. | |
1227 | |
1228 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
1229 types and exceptions. | |
1230 | |
1231 2000-07-27 Alex Schroeder <alex@gnu.org> | |
1232 | |
1233 * sql.el (sql-placeholder-history): New variable. | |
1234 (sql-query-placeholders-and-send): New function that will query | |
1235 the user and replace placeholders with user input. | |
1236 (sql-oracle): If running on NT, set comint-input-sender to | |
1237 sql-query-placeholders-and-send. | |
1238 | |
1239 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
1240 present it as a message. | |
1241 | |
1242 2000-07-27 Alex Schroeder <alex@gnu.org> | |
1243 | |
1244 * sql.el (sql-input-ring-separator): Doc change. | |
1245 (sql-input-ring-file-name): Doc change. | |
1246 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
1247 `sql-input-ring-file-name' to set the comint-mode equivalents | |
1248 without making them local variables. | |
1249 (sql-stop): Don't bind `sql-input-ring-separator' and | |
1250 `sql-input-ring-file-name' dynamically to their comint-mode | |
1251 equivalents. | |
1252 | |
30490 | 1253 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1254 | |
1255 * international/mule.el (register-char-codings): New function. | |
1256 (make-coding-system): Handle `safe-chars' specification in the arg | |
1257 PROPERTY. | |
1258 | |
1259 * international/mule-cmds.el | |
1260 (find-coding-systems-region-subset-p): This function deleted. | |
1261 (sort-coding-systems-predicate): New variable. | |
1262 (sort-coding-systems): New function. | |
1263 (find-coding-systems-region): Use | |
1264 find-coding-systems-region-internal. | |
1265 (find-coding-systems-string): Use find-coding-systems-region. | |
1266 (find-coding-systems-for-charsets): Check | |
1267 char-coding-system-table. | |
1268 (select-safe-coding-system-accept-default-p): New variable. | |
1269 (select-safe-coding-system): Mostly rewritten. New argument | |
1270 ACCEPT-DEFAULT-P. | |
1271 (select-message-coding-system): Call select-safe-coding-system | |
1272 with ACCEPT-DEFAULT-P arg. | |
1273 (reset-language-environment): Reset default-sendmail-coding-system | |
1274 to the default value iso-latin-1. | |
1275 (set-language-environment): Don't set the obsolete variable | |
1276 charset-origin-alist. | |
1277 | |
1278 * international/codepage.el (cp-coding-system-for-codepage-1): | |
1279 Give `safe-chars' property to make-coding-system. | |
1280 | |
1281 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
1282 calling select-message-coding-system twice. | |
1283 | |
1284 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
1285 instead of `safe-charsets'. | |
1286 (cyrillic-alternativnyj): Likewise. | |
1287 (ccl-encode-alternativnyj): Don't check the charset | |
1288 cyrillic-iso8859-5. | |
1289 | |
30484 | 1290 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1291 | |
1292 * composite.el (compose-chars-after): Preserve match data. | |
1293 | |
30481 | 1294 2000-07-26 Sam Steingold <sds@gnu.org> |
1295 | |
1296 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
1297 (ange-ftp-real-file-newer-than-file-p): New function. | |
1298 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
1299 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
1300 | |
1301 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
1302 * midnight.el (midnight-float-time): Ditto. | |
1303 | |
30479 | 1304 2000-07-26 Andreas Schwab <schwab@suse.de> |
1305 | |
1306 * files.el (normal-backup-enable-predicate): Correct | |
1307 interpretation of the return value of compare-strings. | |
1308 | |
30471 | 1309 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
1310 | |
30477 | 1311 * isearch.el (isearch-resume): New function. |
1312 (isearch-done): Add something to command-history to resume | |
1313 the search. | |
1314 (isearch-yank-line, isearch-yank-word): Use | |
1315 buffer-substring-no-properties instead of buffer-substring. | |
1316 | |
30471 | 1317 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
1318 of flyspell-mouse-map. | |
1319 | |
1320 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
1321 duplicate definition. | |
1322 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
1323 | |
1324 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
1325 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
1326 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1327 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
|
1328 |
30459 | 1329 * net/ange-ftp.el: Get modtime over the net. |
1330 (ange-ftp-file-modtime): New function. | |
30473 | 1331 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
1332 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 1333 Use it. |
1334 (ange-ftp-dot-to-slash): New function. | |
1335 (ange-ftp-fix-name-for-vms): Use it. | |
1336 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1337 * 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
|
1338 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1339 |
30457 | 1340 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
1341 | |
1342 * find-dired.el: Update copyright notice. | |
1343 (find-dired): Offer to kill a running `find'. | |
1344 | |
1345 * enriched.el (enriched-face-ans): For a `foreground-color' | |
1346 property, return '(("x-color" COLOR))' so that COLOR will be | |
1347 output as a parameter of the x-color annotation. Likewise for the | |
1348 `background-color' property. In the case of normal face | |
1349 properties, don't return annotations for unspecified foreground | |
1350 and background face attributes. | |
1351 | |
30450 | 1352 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
1353 | |
1354 * language/japan-util.el (japanese-katakana-region): Fix handling | |
1355 HANKAKU argument. | |
1356 | |
30438 | 1357 2000-07-25 Miles Bader <miles@gnu.org> |
1358 | |
1359 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
1360 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
1361 constrain-to-field. | |
1362 | |
30437 | 1363 2000-07-24 Andrew Innes <andrewi@gnu.org> |
1364 | |
1365 * timer.el (timer-activate-when-idle): Add optional parameter | |
1366 DONT-WAIT. Update docstring. | |
1367 (run-with-idle-timer): Specify extra parameter to | |
1368 timer-activate-when-idle, so that timer will be activated | |
1369 immediately if Emacs is already idle. | |
1370 | |
1371 * w32-fns.el (w32-using-nt): Fix docstring. | |
1372 | |
30434 | 1373 2000-07-24 Dave Love <fx@gnu.org> |
1374 | |
1375 * mouse.el (popup-menu): Set last-command-event. | |
1376 (mouse-major-mode-menu-prefix): Declare. | |
1377 | |
30433 | 1378 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1379 | |
1380 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1381 | |
1382 * progmodes/hideshow.el: Update copyright notice. | |
1383 | |
1384 * vcursor.el: Set maintainer to FSF, since author cannot | |
1385 be reached. | |
1386 | |
30422 | 1387 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1388 | |
30424 | 1389 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1390 the prompt. | |
1391 | |
30422 | 1392 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1393 in case it was defined with define-prefix-key. If the menu is a | |
1394 list of keymaps, look up the binding of user's choice in each one | |
1395 of the keymaps. | |
1396 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1397 don't have a prompt string, create one and insert it into the | |
1398 keymap. Don't barf if current-local-map returns nil. | |
1399 | |
30415 | 1400 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1401 | |
1402 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1403 to be undone. | |
1404 (dired-sort-other): Use it. | |
1405 | |
30412 | 1406 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1407 | |
30415 | 1408 * Release of cc-mode 5.27 |
30412 | 1409 |
1410 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1411 | |
1412 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1413 c-beginning-of-statement-1 that caused a bad case of recursion | |
1414 which could consume a lot of CPU in large classes in languages | |
1415 that have in-expression classes (i.e. Java and Pike). | |
1416 | |
1417 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1418 statements before top level constructs (i.e. case 6 is moved | |
1419 before case 5 and is now case 4) to catch in-expression | |
1420 classes in top level expressions correctly. | |
1421 | |
1422 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1423 | |
1424 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1425 objc-method-intro. Case 4 removed and case 5I added. | |
1426 | |
1427 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1428 c-common-init to get paragraph-start correct. | |
1429 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1430 initialize paragraph-start to make it correct both with and | |
1431 without the javadoc special case. | |
1432 | |
1433 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1434 initialize paragraph-start for javadoc markup. | |
1435 | |
1436 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1437 change by defaulting this to t. It's motivated by the | |
1438 confusing behavior that otherwise arise from the style system | |
1439 when editing both java and non-java files at the same time | |
1440 (see the comments about style setting in c-common-init). | |
1441 | |
1442 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1443 | |
1444 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1445 similar to the one in c-fill-paragraph to check the fill | |
1446 prefix from the adaptive fill function for sanity. | |
1447 | |
1448 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1449 | |
1450 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1451 defun block. | |
1452 | |
1453 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1454 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1455 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1456 |
1457 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1458 | |
1459 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1460 leading comma nicely. Extended to handle member initializers | |
1461 too. | |
1462 | |
30415 | 1463 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1464 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1465 when the lines begins with a comma. | |
1466 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1467 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1468 |
1469 * cc-vars.el (c-offsets-alist): Changed default for | |
1470 member-init-cont to c-lineup-multi-inher since it now handles | |
1471 member initializers and indents better for leading commas. | |
1472 | |
1473 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1474 | |
1475 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1476 handling that caused class open lines to be recognized as | |
1477 statement-conts in some cases. | |
1478 | |
1479 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1480 guessed by the adaptive fill function unless point is on the | |
1481 first line of a block comment. | |
1482 | |
1483 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1484 when the buffer ends with a macro continuation char. | |
1485 | |
1486 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1487 function definitions as statements in Pike. The first | |
1488 statement in a lambda block is now labeled defun-block-intro | |
1489 instead of statement-block-intro. | |
1490 | |
1491 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1492 so that the class surrounding point is selected, not the one | |
1493 innermost in the state. | |
1494 | |
1495 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1496 recognition of switch labels having hanging multiline | |
1497 statements. | |
1498 | |
1499 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1500 some code in c-guess-basic-syntax to a separate function. | |
1501 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1502 recognition of member inits with multiple line arglists. | |
1503 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1504 member-init-cont when the commas are in funny places. | |
1505 | |
1506 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1507 | |
1508 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1509 not used anymore. | |
1510 | |
1511 * cc-engine.el (c-looking-at-bos): New helper function. | |
1512 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1513 inexpr and toplevel classes apart in Pike. | |
1514 | |
1515 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1516 of case 9A. | |
1517 | |
1518 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1519 constant, since "class" can introduce an in-expression class | |
1520 in Pike nowadays. | |
1521 | |
1522 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1523 | |
1524 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1525 indentation on cpp-macro lines. | |
1526 | |
1527 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1528 a syntax modifier like comment-intro, to make it possible to | |
1529 get syntactic indentation for preprocessor directives. It's | |
1530 incompatible wrt to lineup functions on cpp-macro, but it has | |
1531 no observable effect in the 99.9% common case where cpp-macro | |
1532 is set to -1000. | |
1533 | |
1534 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1535 | |
1536 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1537 member-init-cont when the preceding arglist is several lines. | |
1538 | |
1539 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1540 | |
1541 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1542 style corrected to 8. | |
1543 | |
1544 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1545 | |
1546 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1547 brace list openers in the gnu style. | |
1548 | |
1549 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1550 | |
1551 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1552 | |
1553 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1554 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1555 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1556 when c-syntactic-indentation is nil. | |
1557 | |
1558 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1559 we were left at comments preceding the first statement when | |
1560 reaching the beginning of the buffer. | |
1561 | |
1562 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1563 off all syntactic indentation. | |
1564 | |
1565 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1566 | |
1567 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1568 between the text and the block comment ender when it hangs, | |
1569 depending on how many there are before the fill. | |
1570 | |
1571 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1572 | |
1573 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1574 function to go back to the closest preceding statement start, | |
1575 which could be inside a conditional statement. | |
1576 * cc-engine.el (c-guess-basic-syntax): Use | |
1577 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1578 | |
1579 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1580 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1581 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1582 changed. | |
1583 | |
1584 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1585 up-to-date with javadoc 1.2. | |
1586 | |
1587 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1588 | |
1589 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1590 multiline Pike type decls. | |
1591 | |
1592 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1593 | |
1594 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1595 multiline comments in multiline mode, regardless of | |
1596 comment-multi-line. | |
1597 | |
1598 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1599 | |
1600 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1601 fully::qualified::names in C++ member init lists. Preamble in | |
1602 case 5D changed. | |
1603 | |
1604 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1605 | |
1606 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1607 moved to c-initialize-cc-mode. More compatible style override | |
1608 when using global style variables. | |
1609 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1610 variables moved here. | |
1611 | |
30415 | 1612 * cc-mode.texi: Documented the special behavior of |
30412 | 1613 c-special-indent-hook as a style variable. Don't talk about |
1614 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1615 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
|
1616 |
30412 | 1617 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1618 variable localness in c-style-variables-are-local-p to make | |
1619 the compatibility measure in c-common-init work well. | |
1620 | |
1621 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1622 longer contain set-from-style. | |
1623 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1624 set-from-style on c-special-indent-hook. | |
1625 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1626 copy-alist is sufficient now. | |
1627 | |
1628 * cc-styles.el (c-set-style, c-set-style-1, | |
1629 c-get-style-variables): Fixes to variable initialization so | |
1630 that duplicate entries in styles have the same effect | |
1631 regardless of DONT-OVERRIDE. | |
1632 | |
1633 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1634 initialization of inheriting styles failed when the | |
1635 dont-override flag is set. | |
1636 | |
1637 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1638 on this. | |
1639 | |
1640 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1641 | |
1642 * cc-defs.el (c-forward-comment): Removed the workaround | |
1643 introduced in 5.38 since it had worse side-effects. If a line | |
1644 contains the string "//\"", it regarded the // as a comment | |
1645 start since the \ temporarily doesn't have escape syntax. | |
1646 | |
1647 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1648 | |
1649 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1650 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1651 when ada-prj tries to add to it. | |
1652 (ada-activate-keys-for-case): Suppress the characters that are not | |
1653 part of the Ada syntax. Better compatibility with else-mode | |
1654 (ada-adjust-case-interactive): When auto-casing is not active, | |
1655 correctly insert newlines (used to insert only ^M). Prevent the | |
1656 syntax table from being changed in case of an error | |
1657 (or '_' becomes part of a word and some commands are confused). | |
1658 Do nothing if ada-auto-case is nil. | |
1659 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1660 (ada-batch-reformat): Update usage comment | |
1661 (ada-call-from-contextual-menu): New function | |
1662 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1663 first to nil first, so that the casing exception file can be | |
1664 shared. | |
1665 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1666 files. | |
1667 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1668 anywhere in the error message | |
1669 (ada-contextual-menu-last-point): New variable | |
1670 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1671 t on XEmacs, it means that DEL should delete one character | |
1672 forward. | |
1673 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1674 New submenu "Options". | |
1675 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1676 statements. | |
1677 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1678 even if they don't match ada-fill-comment-prefix Fix handling of | |
1679 paragraphs on the first or last line of a file. | |
1680 (ada-format-paramlist): Fix handling of default parameter values. | |
1681 (ada-get-body-name): New function. | |
1682 (ada-get-current-indent): Optimized by searchling directly for an | |
1683 existing generic part or a statement outside of it. Handle | |
1684 ada-indent-align-comments when indenting comments Replaced some | |
1685 regexps by testing directly the next character. This results in a | |
1686 huge speedup on some files. New indentation scheme for renames | |
1687 statements. Stop looking for the 'while' or 'for' associated with | |
1688 a 'loop' at the first semicolon encountered. A "return" can also | |
1689 match an anonymous access subprogram declaration. | |
1690 (ada-get-indent-noindent): Ignore strings and comments when | |
1691 looking for the keywords "record" and "private". | |
1692 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1693 are not in fact seeing "end if". Ignore "when" statements except | |
1694 when initial keyword was "begin". Fix handling of nested | |
1695 procedures. Add a recursive call to this function to skip over | |
1696 other 'end' statmts. Fix indentation for "when .. => begin" | |
1697 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1698 expressions, where 'and then', 'or else' and parenthesis | |
1699 statements are mixed up. | |
1700 (ada-in-paramlist-p): Skip comments while searching for the | |
1701 beginning Fix handling of operator declarations. | |
1702 (ada-indent-align-comments): New variable | |
1703 (ada-indent-current): Change the syntax table only in the | |
1704 protected section, so that we are sure it is restored correctly. | |
1705 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1706 ada-with-indent Correctly indent "select ... then" | |
1707 (ada-indent-region): Slight speedup. | |
1708 (ada-indent-renames): New variable. | |
1709 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1710 New variables | |
1711 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1712 keyword when it is the first word in a package declaration. | |
1713 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1714 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1715 even if point is not initially at the end of the word. | |
1716 (ada-matching-decl-start-re): Add "when". | |
1717 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1718 which-func-mode Override the old find-file.el entry in | |
1719 ff-special-constructs since it is using the obsolete | |
1720 ada-spec-suffix variable | |
1721 (ada-no-auto-case): New function | |
1722 (ada-scan-paramlist): When parsing the argument type, accept | |
1723 spaces (as in "X 'Class", generated by Rational Rose). | |
1724 (ada-other-file-name): No longer loads the other file. | |
1725 (ada-popup-menu): Save and restore the current buffer and cursor | |
1726 position before and after displaying the menu. | |
1727 (ada-search-ignore-complex-boolean): New function. | |
1728 (ada-uncomment-region): Emacs21 already knows how to delete | |
1729 comments not starting in the first column. | |
1730 (ada-use-indent): New variable | |
1731 (ada-which-function): New function. | |
1732 (ada-with-indent): New variable | |
1733 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1734 can be batch-compiled from the command line. | |
1735 | |
1736 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1737 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1738 Add -toolbar to the default ddd command Switches moved from | |
1739 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1740 ada-prj-default-comp-opt | |
1741 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1742 Reference Manual to the menu | |
1743 (ada-check-current): rewritten as a call to ada-compile-current | |
1744 (ada-compile): Removed. | |
1745 (ada-compile-application, ada-compile-current, ada-check-current): | |
1746 Set the compilation-search-path so that compile.el automatically | |
1747 finds the sources in src_dir. Automatic scrollong of the | |
1748 compilation buffer. C-uC-cC-c asks for confirmation before | |
1749 compiling | |
1750 (ada-compile-current): New parameter, prj-field | |
1751 (ada-complete-identifier): Load the .ali file before doing | |
1752 processing | |
1753 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1754 conform to gnatmake's behavior. | |
1755 (ada-find-file-in-dir): New function | |
1756 (ada-find-references): Set the environment variables for gnatfind | |
1757 (ada-find-src-file-in-dir): New function. | |
1758 (ada-first-non-nil): Removed | |
1759 (ada-gdb-application): Add support for jdb, the java debugger. | |
1760 (ada-get-ada-file-name): Load the original-file first if not done | |
1761 yet. | |
1762 (ada-get-all-references): Handles the new ali syntax (parent types | |
1763 are found between <>). | |
1764 (ada-initialize-runtime-library): New function | |
1765 (ada-mode-hook): Always load a project file when a file is opened, | |
1766 so that the casing exceptions are correctly read. | |
1767 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1768 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1769 to open the project file, since the latter does not work with | |
1770 speedbar Get default values before loading the prj file, or the | |
1771 default executable file name is wrong. Use the absolute value of | |
1772 src_dir to initialize ada-search-directories and | |
1773 compilation-search-path,... Add the standard runtime library to | |
1774 the search path for find-file. | |
1775 (ada-prj-default-debugger): Was missing an opening '{' | |
1776 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1777 variables. | |
1778 (ada-prj-default-gnatmake-opt): New variable | |
1779 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1780 buffers, the project file is the default one Save the windows | |
1781 configuration before displaying the menu. | |
1782 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1783 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1784 ...) regexp-quote identifiers names to support operators +, | |
1785 -,... in regexps. | |
1786 (ada-remote): New function. | |
1787 (ada-run-application): Erase the output buffer before starting the | |
1788 run Support remote execution of the application. Use | |
1789 call-process, or the arguments are incorrectly parsed | |
1790 (ada-set-default-project-file): Reread the content of the active | |
1791 project file, not the one from the current buffer When a project | |
1792 file is set as the default project, all directories are | |
1793 automatically associated with it. | |
1794 (ada-set-environment): New function | |
1795 (ada-treat-cmd-string): New special variable ${current} | |
1796 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1797 any ${...} substring | |
1798 (ada-xref-current): If no body was found, compiles the spec | |
1799 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1800 compiler to get rid of command line length limitations. | |
1801 (ada-xref-get-project-field): New function | |
1802 (ada-xref-project-files): New variable | |
1803 (ada-xref-runtime-library-specs-path) | |
1804 (ada-xref-runtime-library-ali-path): New variables | |
1805 (ada-xref-set-default-prj-values): Default run command now does a | |
1806 cd to the build directory. New field: main_unit Provide a default | |
1807 file name even if the current buffer has no prj file. | |
1808 | |
1809 * ada-prj.el: | |
1810 Rewritten to show a tabbed-dialog. | |
1811 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1812 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1813 New function | |
1814 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1815 (ada-prj-load-from-file): New function | |
1816 (ada-prj-save): Always save fields that depend on the current buffer | |
1817 (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
|
1818 |
30412 | 1819 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1820 Ada mode. This will allow us to display the Ada menu in any buffer | |
1821 we want (for project items). | |
1822 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1823 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
|
1824 |
30395 | 1825 2000-07-24 Dave Love <fx@gnu.org> |
1826 | |
1827 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1828 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1829 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1830 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1831 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1832 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1833 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1834 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1835 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1836 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1837 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1838 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1839 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1840 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1841 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1842 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1843 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1844 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1845 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1846 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1847 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1848 (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
|
1849 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1850 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1851 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1852 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1853 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1854 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1855 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1856 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1857 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1858 |
30386 | 1859 2000-07-23 Dave Love <fx@gnu.org> |
1860 | |
1861 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1862 ^o, ^u. | |
1863 | |
30359 | 1864 2000-07-21 Dave Love <fx@gnu.org> |
1865 | |
30374 | 1866 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1867 now passed to the function. It now works properly. | |
1868 | |
30359 | 1869 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1870 | |
30350 | 1871 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1872 | |
1873 * info-look.el (info-lookup): If *info* is shown in another frame | |
1874 on the same display, select that frame, instead of switching to | |
1875 the Info buffer in another window of the selected frame. | |
1876 | |
1877 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1878 kp-0 to kp-9 and kp-subtract. | |
1879 (digit-argument): Handle these keys. | |
1880 | |
30346 | 1881 2000-07-20 Dave Love <fx@gnu.org> |
1882 | |
1883 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1884 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1885 Put an extra property on the overlays and use it to clean up in | |
1886 case goto-address is re-run. | |
1887 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1888 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1889 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1890 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1891 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1892 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1893 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1894 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1895 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1896 |
30331 | 1897 2000-07-19 Dave Love <fx@gnu.org> |
1898 | |
1899 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1900 implementation. | |
1901 | |
1902 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1903 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1904 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1905 | |
30318 | 1906 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1907 | |
30329 | 1908 * textmodes/refer.el: Correct maintainer's email address. |
1909 | |
1910 * progmodes/hideif.el: Correct author's email address. | |
1911 Fix typo in comment. | |
1912 | |
1913 * xml.el: New file. | |
1914 | |
30318 | 1915 * mail/mailheader.el: Correct author's mail address. |
1916 | |
1917 * gnus/parse-time.el: Correct author's mail address. | |
1918 | |
30329 | 1919 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1920 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1921 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1922 New user options. |
1923 (comint-input-ring-file-name): Change custom type. | |
1924 (comint-mode-map): Bind mouse-2. | |
1925 (comint-insert-clicked-input): New function. | |
1926 (comint-send-input): Handle input highlighting. | |
1927 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1928 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1929 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1930 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1931 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1932 |
30311 | 1933 2000-07-18 Dave Love <fx@gnu.org> |
1934 | |
1935 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1936 improvements. | |
1937 | |
30308 | 1938 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1939 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1940 * faces.el (face-font-selection-order) |
30308 | 1941 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1942 |
30298 | 1943 2000-07-18 Dave Love <fx@gnu.org> |
1944 | |
1945 * cus-edit.el (custom-variable-reset-saved) | |
1946 (custom-variable-reset-standard): Remove unused bindings. | |
1947 | |
1948 * rect.el (open-rectangle-line): Remove unused let. | |
1949 | |
1950 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1951 | |
30296 | 1952 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1953 | |
1954 * cdl.el: Fix `Maintainer' keyword. | |
1955 | |
1956 * play/pong.el: Add author's email address. | |
1957 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1958 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1959 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1960 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1961 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1962 |
30290 | 1963 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1964 | |
1965 * mail/vms-pmail.el: Change maintainer to FSF. | |
1966 | |
1967 * net/goto-addr.el: Change maintainer to FSF. | |
1968 | |
1969 * recentf.el: Update from author. | |
1970 | |
1971 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1972 |
30277 | 1973 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1974 | |
1975 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1976 links to eshell, to avoid problems on systems where the manual is | |
1977 installed as `eshell'. | |
1978 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1979 * eshell/em-smart.el (eshell-smart): Ditto. | |
1980 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1981 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1982 |
1983 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1984 same-file check in the MS-DOS version (it does support inodes). | |
1985 | |
1986 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1987 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1988 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1989 Run default directory name through convert-standard-filename. |
30277 | 1990 |
30255 | 1991 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1992 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1993 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1994 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1995 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1996 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1997 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1998 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1999 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2000 Don't translate some national variant characters of latin-jisx0201. |
30262 | 2001 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 2002 |
30255 | 2003 * international/kkc.el (kkc-after-update-conversion-functions): |
2004 New variable. | |
2005 (kkc-update-conversion): Run functions in it at the tail. | |
2006 | |
30277 | 2007 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
|
2008 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2009 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2010 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
|
2011 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
2012 |
30253 | 2013 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
2014 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2015 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 2016 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
2017 the conversion list at first if appropriate. | |
2018 (kkc-next): Don't update kkc-next-count here. | |
2019 (kkc-prev): Don't update kkc-prev-count here. | |
2020 (kkc-show-conversion-list-update): Fix setting up of conversion | |
2021 list message. | |
2022 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
2023 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
2024 |
30290 | 2025 * 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
|
2026 |
30248 | 2027 2000-07-16 Dave Love <fx@gnu.org> |
2028 | |
2029 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
2030 function to be more specific. | |
2031 | |
2032 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
2033 non-string help-echo. | |
2034 (widget-types-convert-widget): Defsubst it. | |
2035 (widget-echo-help): Try to cope with a help-echo function of two | |
2036 possible sorts. | |
2037 | |
30241 | 2038 2000-07-15 Jason Rumney <jasonr@gnu.org> |
2039 | |
2040 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
2041 Declare as obsolete. | |
2042 | |
2043 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
2044 | |
30226 | 2045 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
2046 | |
2047 * hilit-chg.el: Fix typo. | |
2048 | |
30221 | 2049 2000-07-14 Dave Love <fx@gnu.org> |
2050 | |
2051 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
2052 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2053 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2054 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2055 * 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
|
2056 |
30193 | 2057 2000-07-13 Dave Love <fx@gnu.org> |
2058 | |
30195 | 2059 * emacs-lisp/easymenu.el: Doc fixes. |
2060 (easy-menu-remove): Defalias to ignore. | |
2061 | |
30193 | 2062 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
2063 Call throw correctly. | |
2064 | |
30190 | 2065 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
2066 | |
2067 * faces.el (frame-background-mode): Doc fix. | |
2068 | |
2069 * simple.el (eval-expression-print-length): Change custom type to | |
2070 allow entering nil as value. | |
2071 | |
30185 | 2072 2000-07-13 Dave Love <fx@gnu.org> |
2073 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2074 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2075 Change definition layout. |
30187 | 2076 (fortran-mode-menu): Reinstate customize entries. |
2077 | |
30185 | 2078 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
2079 Use :filter, per old XEmacs code. | |
2080 | |
30170 | 2081 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
2082 | |
2083 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
2084 event when deciding what to send to the terminal. | |
2085 | |
30168 | 2086 2000-07-12 Dave Love <fx@gnu.org> |
2087 | |
2088 * cus-start.el: Add optional version as 4th element of specs and | |
2089 use it for several things new in v21. Remove load-path. Fix type | |
2090 of line-number-display-limit. | |
2091 | |
30148 | 2092 2000-07-11 Dave Love <fx@gnu.org> |
2093 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2094 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2095 Use repeat counts in various regexps. |
30150 | 2096 (fortran-mode-syntax-table): Defvar directly. |
2097 (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
|
2098 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2099 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2100 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 2101 (fortran-mode): Set fortran-comment-line-start-skip, |
2102 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
2103 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2104 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2105 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 2106 (fortran-comment-region, fortran-electric-line-number): Simplify. |
2107 (fortran-auto-fill): New function. | |
2108 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2109 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2110 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2111 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2112 Use fortran-auto-fill. |
30150 | 2113 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2114 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 2115 |
30148 | 2116 * widget.el (widget-plist-member): New alias. |
2117 | |
30146 | 2118 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
2119 | |
2120 * eshell/esh-module.el (toplevel): Reference | |
2121 byte-compile-current-file only if it is bound. | |
2122 | |
30131 | 2123 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
2124 | |
2125 * dired.el: Don't require `dired-aux'. | |
2126 | |
30127 | 2127 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
2128 | |
2129 * dired-aux.el (dired-show-file-type): New function. | |
2130 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
2131 (dired-show-file-type): Add autoload. | |
2132 | |
30125 | 2133 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
2134 | |
2135 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2136 change of fontset-info. |
30125 | 2137 (print-fontset): Likewise. |
2138 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2139 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2140 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2141 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2142 |
30111 | 2143 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
2144 | |
30131 | 2145 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 2146 |
30111 | 2147 * dired.el (dired-find-alternate-file): New function. |
2148 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
2149 (toplevel): Require dired-aux when compiling. | |
2150 (dired-buffers): Move defvar within file to avoid compiler warning. | |
2151 | |
2152 * info.el (Info-last-search): Variable removed. | |
2153 (Info-search-history): New variable. | |
2154 (Info-search): New Info-search-history. | |
2155 | |
2156 * battery.el, info-look.el: Change author's mail address. | |
2157 | |
30115 | 2158 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
|
2159 |
30115 | 2160 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
2161 if rmail-ignored-headers is nil. | |
2162 (rmail-retry-failure): Bind rmail-ignored-headers and | |
2163 rmail-displayed-headers to nil. | |
2164 | |
30096 | 2165 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
2166 | |
30103 | 2167 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
2168 (print-region-1): Don't hard code `-h' here. | |
2169 | |
30096 | 2170 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
2171 | |
30103 | 2172 2000-07-01 Francesco Potorti` <pot@gnu.org> |
2173 | |
2174 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
2175 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
|
2176 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2177 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2178 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2179 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2180 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2181 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2182 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2183 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2184 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2185 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2186 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
|
2187 |
30096 | 2188 * ediff-diff.el (ediff-wordify): Use syntax table. |
2189 * 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
|
2190 ediff-color-display-p. |
30096 | 2191 (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
|
2192 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2193 Got rid of special cases for NeXT and OS/2. |
30096 | 2194 * 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
|
2195 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2196 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2197 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2198 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2199 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2200 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2201 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2202 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2203 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2204 * 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
|
2205 |
30076 | 2206 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2207 | |
30085 | 2208 * Makefile.in (DONTCOMPILE): Add comment that the name may |
2209 not be changed without changing the make-dist script. | |
2210 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2211 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 2212 (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
|
2213 |
30067 | 2214 2000-07-05 Andrew Innes <andrewi@gnu.org> |
2215 | |
2216 * makefile.nt: Add support for `bootstrap' and related targets. | |
2217 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2218 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2219 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2220 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2221 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2222 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2223 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
|
2224 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2225 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2226 (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
|
2227 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2228 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
|
2229 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2230 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2231 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2232 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2233 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
|
2234 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2235 |
30056 | 2236 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2237 | |
2238 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
2239 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
2240 (eval-defun): If called with prefix arg, instrument code for | |
2241 Edebug. | |
2242 | |
2243 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
2244 similar to that of eval-defun. | |
2245 | |
30029 | 2246 2000-07-04 Dave Love <fx@gnu.org> |
2247 | |
30035 | 2248 * hl-line.el (hl-line-overlay): Make it permanent-local. |
2249 | |
30029 | 2250 * calendar/todo-mode.el: Replaced with a working version, based on |
2251 revision 1.34 tidied up. | |
2252 | |
2253 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 2254 |
2255 * paths.el (prune-directory-list): New function. | |
2256 (Info-default-directory-list): Rewritten to more methodically | |
2257 enumerate a big list of possible info directories (based on the | |
2258 list used by the standalone info reader). | |
30029 | 2259 |
30021 | 2260 * 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
|
2261 non-existent directories from Info-directory-list. |
30021 | 2262 |
2263 * paths.el (Info-default-directory-list): Try a list of possible | |
2264 info-directories instead of a single one. Add the possible | |
2265 info directory "/usr/share/info". | |
2266 | |
2267 * woman.el (woman-man.conf-path): Explicitly include the debian | |
2268 man-db config file "/etc/manpath.config". | |
2269 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
2270 are present in `manpath.config'. | |
2271 (woman-manpath): Include "/usr/share/man". | |
2272 | |
30006 | 2273 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
2274 | |
30017 | 2275 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
2276 | |
2277 * startup.el (command-line): Initialize blink-cursor based | |
2278 on window-system. | |
2279 | |
30014 | 2280 * frame.el (blink-cursor): Default to nil if not running under |
2281 a window-system. | |
2282 | |
30012 | 2283 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
2284 (face-x-resources): Remove duplicate entry for :font. | |
2285 | |
30006 | 2286 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
2287 instead of cycling through windows with next-window. | |
2288 | |
2289 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
2290 of cycling through windows with next-window. | |
2291 | |
2292 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
2293 of cycling through windows with next-window. | |
2294 | |
2295 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
2296 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
2297 instead of cycling through windows with next-window. | |
2298 | |
2299 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
2300 instead of cycling through windows with next-window. | |
2301 | |
2302 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
2303 of cycling through windows with next-window. | |
2304 | |
2305 * terminal.el (te-process-output): Use walk-windows instead of | |
2306 cycling through windows with next-window. | |
2307 | |
2308 * server.el (server-switch-buffer): Use some-window instead of | |
2309 cycling through windows with next-window. | |
2310 | |
2311 * window.el (some-window): New function. | |
2312 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 2313 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2314 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 2315 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
2316 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 2317 |
2318 * window.el (walk-windows): Guarantee termination by keeping a list | |
2319 of all the windows already handled. | |
2320 | |
29975 | 2321 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2322 | |
2323 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
2324 window-system. | |
2325 | |
2326 * man.el (Man-notify-when-ready): Don't use window-system. If | |
2327 Man-notify-method is newframe, and the display is not | |
2328 multi-frame, select the frame created for the man page. | |
2329 (Man-init-defvars): Doc fix. | |
2330 | |
29972 | 2331 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
2332 | |
29982 | 2333 * faces.el (region): Change background color for light background. |
2334 | |
2335 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
2336 attribute from mode-line face of Ediff control frame. | |
2337 | |
29972 | 2338 * replace.el (query-replace-map): Bind `e' like `E'. |
2339 | |
29967 | 2340 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2341 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2342 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2343 Change name to "Select All". |
29969 | 2344 |
29967 | 2345 * dos-fns.el (convert-standard-filename): Fix last change. |
2346 | |
29957 | 2347 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
2348 | |
29959 | 2349 * help.el (describe-variable): Don't insert a second `'s' in front |
2350 of the string `value is shown below'. Since the syntax-table is | |
2351 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
2352 an existing `'s', so that this won't be deleted. | |
2353 | |
29957 | 2354 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
2355 * pcmpl-unix.el: New files. | |
2356 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2357 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2358 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2359 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2360 |
29939 | 2361 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
2362 | |
29956 | 2363 * replace.el (perform-replace): Undo change of 2000-04-04. |
2364 Instead, move backward 1 character at the end of the loop when | |
2365 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2366 |
29949 | 2367 * faces.el (fringe): Change face for different backgrounds. |
2368 | |
2369 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
2370 patch from John. | |
2371 | |
29939 | 2372 * eshell/*.el: Change spelling of the Free Software Foundation. |
2373 | |
2374 * eshell/esh-toggle.el: Removed. | |
2375 | |
2376 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2377 | |
2378 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2379 interactively. | |
2380 | |
2381 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2382 | |
2383 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2384 `define-key'; instead of checking `(emacs-version)' check for | |
2385 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2386 for `;' and `o' which might be electric. | |
2387 | |
2388 (sql-electric-stuff): New user option. | |
2389 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2390 (sql-magic-semicolon): New function which uses | |
2391 `sql-electric-stuff'. | |
2392 | |
2393 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2394 is not fboundp. | |
2395 | |
2396 (sql-oracle-options): New variable. | |
2397 (sql-oracle): Use it. | |
2398 | |
2399 (sql-imenu-generic-expression): Doc change. | |
2400 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2401 is used. | |
2402 | |
2403 (sql-informix): Added command line parameter "-" to force | |
2404 sql-informix-program to use stdout. | |
2405 | |
29924 | 2406 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2407 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2408 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2409 (cp864-decode-table): Doc fix. |
2410 (cp720-decode-table): New variable, supports the Arabic OEM | |
2411 codepage used by Windows. | |
2412 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2413 | |
29920 | 2414 2000-06-23 Dave Love <fx@gnu.org> |
2415 | |
2416 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2417 (font-lock-fontify-anchored-keywords): Use | |
2418 line-beginning-position. | |
2419 (global-font-lock-mode): Use mapc. | |
2420 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2421 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2422 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2423 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2424 |
29870 | 2425 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2426 | |
29885 | 2427 * comint.el (comint-substitute-in-file-name): Call replace-match |
2428 with second and third arg t. | |
2429 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2430 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2431 Specify foreground color. |
2432 | |
2433 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2434 color. | |
2435 | |
29876 | 2436 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2437 | |
2438 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2439 cddr instead of cdddr. | |
2440 | |
29873 | 2441 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2442 instead of copy-list. | |
2443 | |
2444 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2445 of copy-list. | |
2446 | |
29870 | 2447 * subdirs.el: Add eshell subdirectory. |
2448 | |
2449 * eshell: New subdirectory containing the Eshell package. | |
2450 | |
2451 * pcomplete.el: New file. | |
2452 | |
29885 | 2453 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2454 | |
29888 | 2455 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2456 proper permissions from birth. | |
2457 | |
2458 * files.el (basic-save-buffer-2): When temporarily setting | |
2459 file modes, set them to current modes plus 0200, not to 0777. | |
2460 | |
29885 | 2461 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2462 permissions from birth. | |
2463 | |
29857 | 2464 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2465 | |
2466 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2467 backup file name through convert-standard-filename. | |
2468 | |
2469 * dos-fns.el (convert-standard-filename): Convert leading | |
2470 directories as well. When long file names are supported, convert | |
2471 characters that are invalid in Windows file names. | |
2472 | |
29849 | 2473 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2474 | |
2475 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2476 ps-print crashes. New feature: page selection for printing. Create | |
2477 raw-text-unix coding system for XEmacs. Doc fix. | |
2478 (ps-print-version): New version number (5.2.3). | |
2479 (ps-plot-region): Bug fix. | |
2480 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2481 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2482 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2483 funs. | |
2484 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2485 (ps-last-page): New vars. | |
2486 | |
29845 | 2487 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2488 | |
2489 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2490 empty option string. | |
2491 | |
29839 | 2492 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2493 | |
2494 * man.el (man): Doc fix. | |
2495 | |
29829 | 2496 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2497 | |
2498 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2499 fixed. | |
2500 | |
29814 | 2501 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2502 | |
2503 * version.el (emacs-version): Use ISO date format. | |
2504 | |
2505 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2506 instead of `M-backspace'. | |
2507 | |
2508 * simple.el (turn-off-auto-fill): New function. | |
2509 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2510 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2511 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2512 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2513 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2514 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2515 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2516 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2517 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2518 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2519 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
|
2520 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2521 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2522 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2523 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2524 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2525 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
|
2526 (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
|
2527 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2528 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2529 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2530 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2531 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2532 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2533 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2534 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2535 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2536 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2537 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2538 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2539 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2540 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2541 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2542 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2543 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2544 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2545 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2546 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2547 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2548 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2549 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2550 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2551 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2552 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2553 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2554 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2555 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2556 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2557 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2558 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2559 * 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
|
2560 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2561 * 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
|
2562 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2563 * 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
|
2564 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2565 * 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
|
2566 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2567 |
29776 | 2568 2000-06-20 Dave Love <fx@gnu.org> |
2569 | |
2570 * faces.el (frame-background-mode): Use set-default, not set, in | |
2571 setter. | |
2572 (frame-update-faces, frame-update-face-colors): Define with | |
2573 defalias. | |
2574 | |
2575 * enriched.el (enriched-decode-foreground) | |
2576 (enriched-decode-background): Don't use internal-find-face. | |
2577 | |
2578 * apropos.el: Doc fixes. | |
2579 | |
2580 * cus-edit.el (customize-changed-options): Check arg. | |
2581 (customize-version-lessp): Don't require decimal point. | |
2582 | |
2583 * custom.el (defcustom, defgroup): Doc fix. | |
2584 | |
2585 * newcomment.el (comment) <defgroup>: Add :version. | |
2586 (comment-multi-line): Doc fix. | |
2587 | |
2588 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2589 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2590 | |
29747 | 2591 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2592 | |
2593 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2594 the whole buffer. | |
2595 | |
29740 | 2596 2000-06-19 Dave Love <fx@gnu.org> |
2597 | |
2598 * menu-bar.el (menu-bar-options-save): New function. | |
2599 (menu-bar-options-menu): Use it. | |
2600 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2601 Simplify. | |
2602 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2603 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2604 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2605 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2606 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2607 |
29720 | 2608 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2609 | |
2610 * international/codepage.el: | |
2611 (cp-coding-system-for-codepage-1): Delete special codes for | |
2612 generating xxx-dos coding system because now a CCL based coding | |
2613 system can handle EOL conversion by default. | |
2614 | |
2615 * international/mule.el (make-coding-system): Generate subsidiary | |
2616 coding systems for EOL handling variants even for a CCL based | |
2617 coding system. | |
2618 | |
29718 | 2619 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2620 | |
2621 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2622 (isearch-minibuffer-input-method-function): These variables | |
2623 deleted. | |
2624 (isearch-with-input-method): Don't use the above variables. | |
2625 (isearch-process-search-multibyte-characters): Likewise. Call | |
2626 read-string with the arg INHERIT-INPUT-METHOD t. | |
2627 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2628 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2629 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2630 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2631 (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
|
2632 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2633 * 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
|
2634 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2635 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2636 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
|
2637 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2638 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2639 |
29712 | 2640 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2641 | |
2642 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2643 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2644 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2645 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2646 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2647 |
29696 | 2648 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2649 | |
2650 * find-lisp.el: New file. | |
2651 | |
29694 | 2652 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2653 | |
2654 * time.el (display-time-mail-function): New variable, to allow | |
2655 external packages to indicate when new mail is available. | |
2656 (display-time-update): Use it. | |
2657 | |
29689 | 2658 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2659 | |
29691 | 2660 * international/mule.el (mule-version): Change version name to |
2661 SAKAKI. AOI has already been used by Meadow. | |
2662 | |
29689 | 2663 * international/quail.el (quail-show-guidance-buf): To find the |
2664 bottom window (but minibuffer), pay attention to the height of | |
2665 minibuffer. | |
2666 | |
29670 | 2667 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2668 | |
29682 | 2669 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2670 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2671 from the menu bar, as the menu bar has enough space now. | |
2672 | |
29680 | 2673 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2674 | |
29670 | 2675 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2676 characters, which use series of two ^H characters instead of one. | |
2677 | |
29667 | 2678 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2679 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2680 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2681 (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
|
2682 functions. |
29686 | 2683 (Info-find-node-2): Try a case-sensitive search first, then |
2684 do a case-insensitive search. | |
2685 | |
2686 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2687 tutorials. | |
2688 | |
29676 | 2689 * complete.el (PC-env-vars-alist): New variable. |
2690 (PC-complete-as-file-name): New function. | |
2691 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2692 process-environment. | |
2693 (PC-do-completion): Handle completion of env vars. | |
2694 | |
2695 * info.el (Info-set-mode-line): Show file name in mode line, | |
2696 use `*Info*' instead of `Info:'. | |
2697 | |
29667 | 2698 * startup.el (command-line-1): Change copyright messages to year |
2699 2000. | |
2700 | |
29665 | 2701 2000-06-15 Dave Love <fx@gnu.org> |
2702 | |
2703 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2704 not local-map. | |
2705 | |
29658 | 2706 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2707 | |
2708 * international/mule.el (set-buffer-file-coding-system): Almost | |
2709 rewritten to handle `undecided' as no-op. | |
2710 | |
29654 | 2711 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2712 | |
29667 | 2713 * Makefile.in: New file. |
29657 | 2714 |
2715 * Makefile: Removed. | |
2716 | |
29654 | 2717 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2718 (goto-address-highlight-keymap): Bind C-c RET. | |
2719 | |
29640 | 2720 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2721 | |
29649 | 2722 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2723 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2724 |
29645 | 2725 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2726 0. Give correct argument to set-auto-coding-function. | |
2727 (tar-expunge): For goto-char, use (point-min), not 0. | |
2728 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2729 (tar-subfile-save-buffer): Likewize. | |
2730 | |
29640 | 2731 * international/mule.el |
2732 (after-insert-file-set-buffer-file-coding-system): Call | |
2733 set-buffer-file-coding-system with the arg FORCE t. | |
2734 | |
29633 | 2735 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2736 | |
2737 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2738 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2739 the sender is set with `-f'. |
29633 | 2740 |
29622 | 2741 2000-06-13 Dave Love <fx@gnu.org> |
2742 | |
29630 | 2743 * help.el (describe-function-1): Kluge around cases of functions |
2744 fset to subrs whose doc doesn't match their symbol-name. | |
2745 | |
29627 | 2746 * image.el (insert-image): Default STRING to a space. |
29625 | 2747 |
29622 | 2748 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2749 (Info-build-node-completions): Match Ref tags. |
29622 | 2750 |
29612 | 2751 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2752 | |
29615 | 2753 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2754 defaliases for display-graphic-p. | |
2755 | |
29612 | 2756 * hl-line.el: Fixed a typo in commentary. |
2757 | |
29609 | 2758 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2759 | |
2760 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2761 fixed. | |
2762 | |
29608 | 2763 2000-06-12 Dave Love <fx@gnu.org> |
2764 | |
2765 * image.el (insert-image): Save a little consing. | |
2766 | |
29598 | 2767 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2768 | |
2769 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2770 to the corresponding tibetan characters. | |
2771 (tibetan-add-components): Delete code for the special treatment of | |
2772 'a chung. | |
2773 | |
2774 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2775 change. | |
2776 (tibetan-vowel-transcription-alist): More rules added. | |
2777 (tibetan-composite-vowel-alist): New variable. | |
2778 (tibetan-precomposition-rule-alist): More rules added. | |
2779 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2780 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2781 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2782 * 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
|
2783 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2784 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2785 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2786 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2787 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2788 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2789 * 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
|
2790 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2791 * 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
|
2792 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2793 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2794 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2795 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2796 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2797 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2798 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2799 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2800 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2801 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2802 * 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
|
2803 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2804 * 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
|
2805 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2806 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2807 (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
|
2808 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2809 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2810 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2811 (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
|
2812 (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
|
2813 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2814 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2815 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2816 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2817 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2818 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2819 * 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
|
2820 (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
|
2821 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2822 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2823 (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
|
2824 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2825 (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
|
2826 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
|
2827 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2828 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2829 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2830 * 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
|
2831 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2832 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2833 (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
|
2834 (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
|
2835 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
|
2836 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2837 * 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
|
2838 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
|
2839 |
29574 | 2840 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2841 | |
2842 * international/mule.el (set-buffer-file-coding-system): If | |
2843 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2844 unconditionally. | |
2845 | |
29568 | 2846 2000-06-12 Dave Love <fx@gnu.org> |
2847 | |
2848 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2849 required. | |
2850 | |
29556 | 2851 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2852 | |
2853 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2854 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2855 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2856 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2857 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2858 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2859 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2860 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
|
2861 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2862 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2863 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2864 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2865 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2866 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2867 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2868 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2869 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2870 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2871 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2872 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
|
2873 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2874 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
|
2875 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2876 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2877 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2878 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2879 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2880 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2881 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2882 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2883 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2884 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2885 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2886 |
29542 | 2887 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2888 | |
2889 * 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
|
2890 undecided-XXX is specified, change only EOL conversion. |
29542 | 2891 |
2892 * international/mule-conf.el (unix): New alias for the coding | |
2893 system undecided-unix. | |
2894 | |
29528 | 2895 2000-06-09 Dave Love <fx@gnu.org> |
2896 | |
29535 | 2897 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2898 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2899 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2900 (executable-insert): Change custom type. |
2901 (executable-find): Add autoload cookie. | |
29531 | 2902 (executable-make-buffer-file-executable-if-script-p): New |
2903 function. After Noah Friedman. | |
29528 | 2904 |
2905 * files.el (after-save-hook): Customize, with | |
29531 | 2906 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2907 |
29518 | 2908 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2909 | |
29522 | 2910 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2911 "tib24p-mule.bdf" for Tibetan. | |
2912 | |
29520 | 2913 * composite.el (decompose-composite-char): Declare it as obsolete. |
2914 | |
29541 | 2915 * man.el (Man-fontify-manpage): Pay attention to underline and |
2916 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2917 |
29517 | 2918 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2919 | |
2920 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2921 Set maintainer to FSF since author isn't reachable. | |
2922 | |
29508 | 2923 2000-06-08 Dave Love <fx@gnu.org> |
2924 | |
2925 * international/mule-cmds.el (select-safe-coding-system): If | |
2926 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2927 preferred coding-system if buffer-file-coding-system is | |
2928 `undecided'. From Handa. | |
2929 | |
29503 | 2930 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2931 | |
2932 * international/mule.el | |
2933 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2934 size is greater than INSERTED, judget that we are not visiting. | |
2935 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2936 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
|
2937 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2938 * 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
|
2939 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
|
2940 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
|
2941 |
29498 | 2942 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2943 | |
2944 * align.el: Update from author. | |
2945 | |
2946 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2947 | |
2948 * apropos.el (apropos-mode-hook): New user variable. | |
2949 (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
|
2950 |
29498 | 2951 2000-06-07 David Ponce <david@dponce.com> |
2952 | |
2953 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2954 commands. Require `wid-edit' at run-time. | |
2955 | |
2956 2000-06-07 David Ponce <david@dponce.com> | |
2957 | |
2958 * recentf.el: Added some "Commentary". | |
2959 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2960 move the point at the top of the file list. This behaviour is | |
2961 consistent with the menu one when the list contains a lot of | |
2962 files. | |
2963 (recentf-cleanup): Now displays the number of items removed from | |
2964 the list. | |
2965 (recentf-relative-filter) New menu filter to show filenames | |
2966 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
|
2967 |
29498 | 2968 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2969 | |
2970 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2971 with/without giving an error if PostScript printer doesn't have this | |
2972 kind of page size. Zebra Stripe continues or restarts on next page. | |
2973 Manual/automatic paper feeding. Switch or not the header. | |
2974 (ps-print-version): New version number (5.2.2). | |
2975 (ps-windows-system): Include emx as a Windows system. | |
2976 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2977 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2978 (ps-background-text): Code fix. | |
2979 (ps-error-handler-message, ps-user-defined-prologue) | |
2980 (ps-print-prologue-header, ps-printer-name) | |
2981 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2982 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2983 (ps-use-face-background): Customization fix. | |
2984 (ps-n-up-database): Data fix. | |
2985 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2986 (ps-switch-header): New vars. | |
2987 (ps-xemacs-color-name, ps-face-foreground-name) | |
2988 (ps-face-background-name, ps-boolean-constant): New funs. | |
2989 | |
29491 | 2990 2000-06-07 Dave Love <fx@gnu.org> |
2991 | |
2992 * allout.el: New version from Manheimer. | |
2993 | |
29483 | 2994 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2995 | |
2996 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2997 charset. | |
2998 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2999 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
|
3000 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3001 * 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
|
3002 (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
|
3003 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
|
3004 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3005 |
29471 | 3006 2000-06-06 Dave Love <fx@gnu.org> |
3007 | |
3008 * image.el (find-image): Doc fix. Return nil if image not found. | |
3009 (put-image, insert-image): Make STRING arg optional. | |
3010 | |
29455 | 3011 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
3012 | |
3013 * language/vietnamese.el: Remove eval-when-compile. | |
3014 (viet-viscii-nonascii-translation-table): Define it as a | |
3015 translation table made from viet-viscii-decode-table. | |
3016 (viet-viscii-encode-table): Define it as a translation table made | |
3017 from the reverse map of above. | |
3018 (viet-vscii-nonascii-translation-table): Define it as a | |
3019 translation table made from viet-vscii-decode-table. | |
3020 (viet-vscii-encode-table): Define it as a translation table made | |
3021 from the reverse map of above. | |
3022 (ccl-decode-viscii): Use translate-character. | |
3023 (ccl-encode-viscii, ccl-encode-viscii-font) | |
3024 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
3025 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3026 |
29455 | 3027 * language/cyrillic.el: Remove eval-when-compile. |
3028 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
3029 translation table made from cyrillic-koi8-r-decode-table. | |
3030 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
3031 made from the reverse map of above. | |
3032 (ccl-decode-koi8): Use translate-character. | |
3033 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
3034 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
3035 a translation table made from cyrillic-alternativnyj-decode-table. | |
3036 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
3037 table made from the reverse map of above. | |
3038 (ccl-decode-alternativnyj): Use translate-character. | |
3039 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
3040 Likewize | |
3041 | |
3042 * international/mule-diag.el (non-iso-charset-alist): Specify | |
3043 translation table symbol instead of translation table itself. | |
3044 (list-block-of-chars): CHARSET may be a translation table symbol. | |
3045 | |
3046 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
3047 already exists, override it. | |
3048 | |
3049 * international/fontset.el: Use family `proportional' for Tibetan | |
3050 fonts. | |
3051 | |
3052 * international/ccl.el (ccl-compile-translate-character): Don't | |
3053 check if Rrr has property translation-table. | |
3054 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
3055 | |
29447 | 3056 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
3057 | |
3058 * info.el: Bind case-fold-search to t when searching in case | |
3059 a user sets it to nil in a hook. | |
3060 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3061 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3062 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3063 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3064 * 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
|
3065 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3066 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3067 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3068 (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
|
3069 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3070 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
|
3071 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3072 * 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
|
3073 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3074 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3075 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3076 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3077 * 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
|
3078 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3079 (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
|
3080 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3081 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3082 (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
|
3083 (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
|
3084 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3085 * 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
|
3086 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3087 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
|
3088 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3089 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3090 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3091 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3092 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3093 (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
|
3094 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3095 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3096 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
|
3097 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3098 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3099 * 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
|
3100 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3101 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
|
3102 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
3103 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
|
3104 |
29447 | 3105 * 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
|
3106 tty's. |
29447 | 3107 * 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
|
3108 differences whenever appropriate. |
29447 | 3109 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
3110 * 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
|
3111 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3112 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3113 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3114 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3115 * 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
|
3116 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3117 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3118 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
|
3119 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3120 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3121 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3122 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3123 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3124 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3125 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3126 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3127 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3128 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3129 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3130 (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
|
3131 (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
|
3132 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3133 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3134 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
|
3135 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3136 (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
|
3137 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3138 |
29403 | 3139 2000-06-02 Dave Love <fx@gnu.org> |
3140 | |
3141 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
3142 all the widgets. Don't require cl or widget. Remove | |
3143 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
3144 (widget-read-event): Removed. Callers changed to use read-event. | |
3145 (widget-button-release-event-p): Renamed from | |
3146 button-release-event-p. | |
3147 (widget-field-add-space, widget-field-use-before-change): | |
3148 Uncustomize. | |
3149 (widget-specify-field): Use keymap property, not local-map. | |
3150 (widget-specify-button): Obey :suppress-face. | |
3151 (widget-specify-insert): Use modern backquote syntax. | |
3152 (widget-image-directory): Renamed from widget-glyph-directory. | |
3153 (widget-image-enable): Renamed from widget-glyph-enable. | |
3154 (widget-image-find): Replaces widget-glyph-find. | |
3155 (widget-button-pressed-face): Move defvar. | |
3156 (widget-image-insert): Replaces widget-glyph-insert. | |
3157 (widget-convert): Use keywordp. | |
3158 (widget-leave-text, widget-children-value-delete): Use mapc. | |
3159 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3160 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 3161 (widget-button-click): Don't set point at the click, but re-centre |
3162 if we scroll out of window. Rewritten for images v. glyphs &c. | |
3163 (widget-tabable-at): Use POS arg, not point. | |
3164 (widget-beginning-of-line, widget-end-of-line) | |
3165 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
3166 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
3167 (widget-default-create): Use widget-image-insert; some rewriting. | |
3168 (widget-visibility-value-create) | |
3169 (widget-push-button-value-create, widget-toggle-value-create): Use | |
3170 widget-image-insert. | |
3171 (checkbox): Create on and off images dynamically. | |
3172 (documentation-link): Change :help-echo. | |
3173 (widget-documentation-link-echo-help): Remove. | |
3174 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3175 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3176 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3177 * 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
|
3178 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3179 * 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
|
3180 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3181 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3182 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3183 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3184 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3185 |
29383 | 3186 2000-06-02 Dave Love <fx@gnu.org> |
3187 | |
29392 | 3188 * files.el (convert-standard-filename): Doc fix. |
3189 (normal-backup-enable-predicate): New function. | |
3190 (backup-enable-predicate): Use it to replace the lambda form. | |
3191 | |
3192 * calendar/todo-mode.el: [This needs more work on the outline | |
3193 stuff.] Doc fixes. | |
3194 (todo) <defgroup>: Add :version. | |
3195 (todo-add-category): Don't use pushnew. | |
3196 (todo-cmd-raise): Fix typo. | |
3197 (todo-top-priorities): Change temp buffer name. | |
3198 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3199 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3200 Use outline-next-heading. |
29392 | 3201 |
29383 | 3202 * autoarg.el: Rewritten to use define-minor-mode. |
3203 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
3204 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
3205 | |
29376 | 3206 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
3207 | |
3208 * isearch.el (isearch-other-meta-char): Fix previous change. | |
3209 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3210 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3211 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3212 * 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
|
3213 (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
|
3214 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3215 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3216 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3217 |
29372 | 3218 2000-06-01 Dave Love <fx@gnu.org> |
3219 | |
3220 * hl-line.el: Rewritten using define-minor-mode. | |
3221 | |
3222 * help.el (describe-function-1): Distinguish special form from | |
3223 builtin function. Sanity-check presence of arglist for builtins. | |
3224 | |
29356 | 3225 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
3226 | |
29365 | 3227 * international/characters.el: Fix syntax/category setting of |
3228 Tibetan characters. | |
3229 | |
3230 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
3231 encoding of Tibetan characters. | |
3232 (tibetan-decompose-precomposition-alist): New variable. | |
3233 (tibetan-decompose-region): Convert precomposed characters to | |
3234 non-precomposed characters. | |
3235 (tibetan-decompose-string): Likewise. | |
3236 (tibetan-composition-function): Fix args to | |
3237 thibetan-compose-string. | |
3238 | |
3239 * language/tibetan.el (tibetan-composable-pattern): More | |
3240 characters included. | |
3241 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
3242 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
3243 "+R" added. | |
3244 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
3245 | |
29359 | 3246 * language/lao-util.el (lao-composition-function): Fix args to |
3247 compose-string. | |
3248 | |
3249 * language/thai-util.el (thai-composition-function): Fix args to | |
3250 compose-string. | |
3251 | |
29356 | 3252 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 3253 to prevent the point moving to the end of a composition when a |
3254 part of a composition is searched. | |
29356 | 3255 (isearch-other-meta-char): If the key invoking this command can be |
3256 mapped by function-key-map to a printing char, call | |
3257 isearch-process-search-char directly. | |
3258 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3259 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3260 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3261 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3262 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3263 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3264 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3265 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3266 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3267 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3268 * 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
|
3269 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3270 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3271 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
|
3272 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3273 * 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
|
3274 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3275 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
|
3276 |
29347 | 3277 2000-05-31 Dave Love <fx@gnu.org> |
3278 | |
3279 * loadhist.el (loadhist-hook-functions): Remove | |
3280 before-change-function, after-change-function. | |
3281 (unload-feature): Deal with symbols which are both bound and | |
3282 fbound. | |
3283 | |
3284 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
3285 before-change-function, after-change-function. | |
3286 | |
3287 * simple.el (newline): Don't bind before-change-function, | |
3288 after-change-function. | |
3289 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3290 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
|
3291 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3292 * 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
|
3293 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
|
3294 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
|
3295 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
|
3296 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3297 * 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
|
3298 |
29330 | 3299 2000-05-31 Dave Love <fx@gnu.org> |
3300 | |
3301 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
3302 pattern for function of change. | |
3303 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
3304 acknowledgements patterns. | |
3305 | |
29328 | 3306 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
3307 | |
3308 * isearch.el (isearch-printing-char): If keyboard coding system is | |
3309 being used, call isearch-process-search-multibyte-characters. | |
3310 | |
3311 * international/isearch-x.el: Mostly rewritten. | |
3312 | |
3313 * international/quail.el (quail-start-conversion): Don't include | |
3314 unhandled events in the returned events, but set them in | |
3315 unread-command-events. Exit if all inputs are deleted. | |
3316 | |
29324 | 3317 2000-05-30 Jason Rumney <jasonr@gnu.org> |
3318 | |
3319 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
3320 | |
3321 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
3322 Reenable code to create initial fontsets. | |
3323 Use set-fontset-font in place of put-charset-property. | |
3324 | |
29302 | 3325 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
3326 | |
29307 | 3327 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
3328 label, ensure that the first colon isn't followed by another. | |
3329 | |
3330 * paths.el (Info-default-directory-list): Doc fix. | |
3331 | |
29304 | 3332 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
3333 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
3334 send a query containing USER only, not USER@HOST. | |
3335 | |
29302 | 3336 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
3337 and rmail-msgend to compute the restriction at the end, instead of | |
3338 computing it. | |
3339 | |
29292 | 3340 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
3341 | |
29295 | 3342 * dabbrev.el (dabbrev-expand): Don't display messages in the |
3343 echo area if the minibuffer window is active. | |
3344 | |
29292 | 3345 * jit-lock.el (jit-lock-mode): Add after change function to |
3346 local hook. | |
3347 | |
3348 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
3349 | |
3350 * antlr-mode.el: New commands: hide/unhide actions, | |
3351 upcase/downcase literals. | |
3352 (antlr-tiny-action-length): New user option. | |
3353 (antlr-hide-actions): New command. Suggested by | |
3354 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
|
3355 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 3356 (antlr-mode-menu): New entries. |
3357 (antlr-downcase-literals): New command. | |
3358 (antlr-upcase-literals): Ditto. | |
3359 | |
3360 * antlr-mode.el: Minor changes: indendation, mode-name. | |
3361 (antlr-indent-line): Indent cpp directive at column 0. | |
3362 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
3363 | |
3364 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
3365 (antlr-font-lock-additional-keywords): Workaround for intentional | |
3366 bug in XEmacs version of font-lock. | |
3367 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
3368 be used by a smarter version of `buffers-menu-grouping-function'. | |
3369 | |
3370 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
3371 | |
3372 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
3373 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
3374 | |
29266 | 3375 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3376 | |
3377 * international/encoded-kb.el | |
3378 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3379 charset-iso-final-char return -1 for eight-bit-control and | |
3380 eight-bit-graphic. | |
3381 | |
29261 | 3382 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3383 | |
3384 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3385 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3386 available, instead of window-system. | |
3387 | |
29259 | 3388 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3389 | |
3390 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3391 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3392 coding systems. | |
3393 | |
29248 | 3394 2000-05-26 Dave Love <fx@gnu.org> |
3395 | |
29255 | 3396 * disp-table.el (standard-display-underline): Don't use |
3397 internal-find-face. | |
3398 | |
29248 | 3399 * mail/reporter.el: Maintainer change. Doc fixes. |
3400 (reporter-version): Deleted. | |
3401 | |
3402 * emacs-lisp/elp.el: Maintainer change. | |
3403 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3404 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3405 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3406 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3407 * 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
|
3408 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3409 |
29240 | 3410 2000-05-26 Dave Love <fx@gnu.org> |
3411 | |
29242 | 3412 * loadhist.el (unload-feature): Fix interactive spec [from |
3413 lijnzaad@ebi.ac.uk]. | |
3414 | |
29240 | 3415 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3416 subr-arity to check primitives. | |
3417 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3418 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3419 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3420 mapcar. | |
3421 | |
29226 | 3422 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3423 | |
29235 | 3424 * international/fontset.el: Set family names of non-latin charsets |
3425 in default fontset to "*". | |
3426 | |
29230 | 3427 * international/mule-diag.el (print-fontset): Combine family part |
3428 and registry part of the fontname by "-*-" instead of "-". | |
3429 | |
29226 | 3430 * international/mule-cmds.el (encode-coding-char): Make strings |
3431 multibyte before calling encode-coding-string. | |
3432 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3433 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3434 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3435 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3436 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3437 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3438 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3439 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3440 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3441 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3442 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3443 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3444 * 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
|
3445 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3446 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3447 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3448 (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
|
3449 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3450 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3451 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3452 |
29214 | 3453 2000-05-25 Dave Love <fx@gnu.org> |
3454 | |
3455 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3456 byte-code-function-p. | |
3457 | |
3458 * mail/rmailsum.el: Add provide. | |
3459 | |
3460 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3461 | |
3462 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3463 defcustom. | |
3464 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3465 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
|
3466 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3467 * 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
|
3468 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
|
3469 |
29205 | 3470 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3471 | |
3472 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3473 grayscale support, not about window-system. | |
3474 | |
3475 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3476 window-system. | |
3477 (ffap-highlight): Always default to t. | |
3478 | |
3479 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3480 display-popup-menus-p instead of looking at window-system. | |
3481 | |
3482 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3483 Only refuse to use string glyphs on X and MS-Windows. | |
3484 | |
3485 * avoid.el: Remove window-system from commentary, suggest to use | |
3486 display-*-p instead. | |
3487 | |
3488 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3489 window-system. | |
3490 | |
29190 | 3491 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3492 | |
3493 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3494 Fill up unsupported characters with their own codes. From Kenichi | |
3495 Handa. | |
3496 | |
29188 | 3497 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3498 | |
3499 * international/mule-diag.el (describe-char-after): Use | |
3500 display-graphic-p instead of window-system, so that this function | |
3501 works on MS-DOS. | |
3502 | |
29181 | 3503 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3504 | |
3505 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3506 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3507 the list of charsets which we convert into `?'. | |
3508 | |
29169 | 3509 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3510 | |
3511 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3512 private charsets. | |
3513 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3514 japanese-jisx0213-2): New charsets. | |
3515 | |
3516 * international/fontset.el: Setup default fontset for new charsets. | |
3517 | |
29166 | 3518 2000-05-24 Dave Love <fx@gnu.org> |
3519 | |
3520 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3521 S. Solomin" <sovs@uic.nnov.ru>]. | |
3522 | |
3523 * icomplete.el: Fix header for Finder. | |
3524 | |
3525 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3526 | |
3527 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3528 STAY. | |
3529 | |
3530 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3531 (rmail-show-message): Add call to `rmail-auto-file' during | |
3532 display. | |
3533 (rmail-auto-file): New function. | |
3534 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3535 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
|
3536 |
29193 | 3537 * 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
|
3538 account. |
29193 | 3539 (ediff-test-utility,ediff-diff-mandatory-option) |
3540 (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
|
3541 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
|
3542 |
29193 | 3543 * 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
|
3544 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3545 |
29193 | 3546 * 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
|
3547 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3548 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3549 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
|
3550 |
29193 | 3551 * 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
|
3552 |
29159 | 3553 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3554 | |
3555 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3556 aliases for hebrew-iso-8bit. | |
3557 | |
29148 | 3558 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3559 | |
3560 * woman.el: New version from Francis J. Wright | |
3561 <F.J.Wright@Maths.QMW.ac.uk>. | |
3562 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3563 names in environment variables regardless of the path separator. | |
3564 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3565 on all files, since woman-file-regexp already filters out any | |
3566 directories. | |
3567 | |
29140 | 3568 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3569 | |
29144 | 3570 * international/quail.el (quail-start-translation): Don't change |
3571 modified-p of the current buffer. | |
3572 (quail-start-conversion): Likewise. | |
3573 | |
3574 * international/kkc.el (kkc-region): Don't change modified-p of | |
3575 the current buffer. | |
3576 | |
29142 | 3577 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3578 conform to RFC1468. | |
3579 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3580 |
29138 | 3581 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3582 | |
3583 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3584 (speedbar-insert-button): Invisible text property fix. | |
3585 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3586 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3587 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3588 (speedbar-page-minus): Renamed from speedbar-file-- | |
3589 (speedbar-page): Renamed from speedbar-file- | |
3590 (speedbar-tag): Renamed from speedbar-tag- | |
3591 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3592 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3593 (speedbar-expand-image-button-alist): Use above renames. | |
3594 | |
3595 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3596 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3597 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3598 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3599 * sb-pg.xpm: Renamed from sb-file.xpm | |
3600 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3601 * 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
|
3602 |
29128 | 3603 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3604 | |
3605 * international/quail.el (quail-show-guidance-buf): Set | |
3606 current-input-method of the guidance buffer to the name of the | |
3607 curren input method. | |
3608 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3609 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3610 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3611 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3612 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3613 * 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
|
3614 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3615 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3616 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3617 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3618 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3619 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3620 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3621 * 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
|
3622 |
29116 | 3623 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3624 | |
29127 | 3625 * startup.el (command-line): Determine source file of compiled |
3626 user init file differently. Warn if compiled user init file | |
3627 is older than its source file. | |
3628 | |
29116 | 3629 * 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
|
3630 |
29112 | 3631 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3632 | |
3633 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3634 rather than `|' (which is not allowed on Windows). Replace the | |
3635 drive letters with a string "drive_X". | |
3636 | |
29110 | 3637 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3638 | |
3639 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3640 | |
3641 * files.el (interpreter-mode-alist): Add `bash2'. | |
3642 | |
29091 | 3643 2000-05-22 Dave Love <fx@gnu.org> |
3644 | |
3645 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3646 mapc. | |
3647 (feature-file): Avoid calling symbol-name. Doc fix. | |
3648 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3649 (loadhist-hook-functions): Add mouse-position-function. | |
3650 (unload-feature): Change uses of mapcar. | |
3651 | |
3652 * files.el (parse-colon-path): Doc fix. | |
3653 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3654 (set-auto-mode): Use mapc. | |
3655 | |
3656 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3657 class. | |
3658 (partial-completion-mode): Add autoload cookie. | |
3659 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3660 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
|
3661 |
29102 | 3662 * 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
|
3663 `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
|
3664 |
29082 | 3665 2000-05-22 Dave Love <fx@gnu.org> |
3666 | |
3667 * bindings.el: Remove debug-ignored-errors set in other files. | |
3668 | |
3669 * progmodes/etags.el: Add to debug-ignored-errors. | |
3670 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3671 when making a new list. | |
3672 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3673 mapc. | |
3674 | |
3675 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3676 quote keywords. | |
3677 (cmpl-string-case-type): Use character classes. | |
3678 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3679 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3680 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3681 * imenu.el: |
29082 | 3682 * mail/mh-e.el: |
3683 * progmodes/compile.el: Add to debug-ignored-errors. | |
3684 | |
3685 * dabbrev.el: Add to debug-ignored-errors. | |
3686 (dabbrev-completion): Use mapc. | |
3687 | |
29075 | 3688 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3689 | |
3690 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3691 (woman-mapcan, woman-parse-man.conf) | |
3692 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3693 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3694 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3695 path syntax better. | |
3696 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3697 (woman-manpath): Call woman-parse-man.conf. | |
3698 (woman-emulation): New defcustom, defaults to nroff. | |
3699 (woman-font-support): New defconst. | |
3700 (woman-use-symbol-font): New defcustom. | |
3701 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3702 "Emulation". | |
3703 Many functions: Doc fix. | |
3704 | |
29072 | 3705 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3706 | |
3707 * international/quail.el (quail-simple-translation-keymap): Map | |
3708 128..255 to quail-self-insert-command. | |
3709 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3710 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3711 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3712 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3713 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3714 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3715 * 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
|
3716 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3717 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3718 * 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
|
3719 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3720 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3721 * 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
|
3722 |
29059 | 3723 2000-05-21 Dave Love <fx@gnu.org> |
3724 | |
29061 | 3725 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3726 are invalid characters. | |
3727 | |
29059 | 3728 * international/mule-util.el (detect-coding-with-priority): Use |
3729 mapc. Remove redundant lambda. | |
3730 | |
3731 * international/mule-diag.el (list-non-iso-charset-chars) | |
3732 (describe-fontset): Remove redundant lambda. | |
3733 | |
3734 * emulation/crisp.el (brief-mode): New alias. | |
3735 | |
3736 * emacs-lisp/ring.el (ring-elements): New function. | |
3737 | |
3738 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3739 (easy-menu-do-add-item): Use keywordp. | |
3740 | |
3741 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3742 | |
3743 * replace.el: Doc and error message fixes. | |
3744 (replace-highlight): Use facep, not internal-find-face. | |
3745 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3746 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3747 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3748 * 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
|
3749 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3750 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3751 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3752 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3753 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3754 (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
|
3755 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3756 (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
|
3757 (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
|
3758 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3759 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3760 (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
|
3761 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3762 (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
|
3763 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3764 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3765 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3766 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3767 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3768 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3769 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3770 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3771 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3772 (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
|
3773 (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
|
3774 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3775 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
|
3776 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3777 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3778 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3779 |
29029 | 3780 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3781 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3782 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3783 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3784 | |
29028 | 3785 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3786 | |
3787 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3788 and insert, not subst-char-in-region. | |
3789 | |
3790 * international/mule-diag.el (list-character-sets-1): Handle | |
3791 charsets eight-bit-control and eight-bit-graphic. | |
3792 (list-iso-charset-chars): Likewise. | |
3793 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3794 charactes as is. Use indent-to to align characters. | |
3795 | |
3796 * international/mule-cmds.el (find-multibyte-characters): Never | |
3797 exclude charsets eight-bit-control and eight-bit-graphic. | |
3798 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3799 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3800 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3801 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3802 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3803 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3804 * 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
|
3805 |
28993 | 3806 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3807 | |
3808 * gud.el (gud-jdb-directories): Doc fix. | |
3809 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3810 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3811 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3812 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3813 |
28988 | 3814 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3815 | |
28993 | 3816 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3817 |
28982 | 3818 2000-05-18 Andreas Schwab <schwab@suse.de> |
3819 | |
3820 * dired.el (dired-between-files): Also skip lines beginning with | |
3821 `used'. | |
3822 | |
28978 | 3823 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3824 | |
3825 * msb.el (msb-menu-cond): Add choice `user'. | |
3826 | |
28981 | 3827 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
|
3828 |
28981 | 3829 * ps-print.el: Compatibility, customization and doc fix. |
3830 (ps-printer-name-option): Replace defconst by defvar. | |
3831 (ps-postscript-code-directory): XEmacs compatibility. | |
3832 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3833 fix. | |
3834 (ps-user-defined-prologue, ps-print-prologue-header) | |
3835 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3836 compatibility and code fix. | |
3837 (ps-print-background-image, ps-print-background-text): | |
3838 Customization fix. | |
3839 (ps-line-number-start, ps-n-up-on): New vars. | |
3840 | |
28978 | 3841 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3842 | |
3843 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3844 the indent-comment function to just return the appropriate indent. | |
3845 | |
28975 | 3846 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3847 | |
3848 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3849 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3850 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3851 | |
28969 | 3852 2000-05-18 Dave Love <fx@gnu.org> |
3853 | |
3854 * info.el (Info-fontify-node): Add intangible property as well as | |
3855 invisible. | |
3856 | |
3857 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3858 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3859 | |
28965 | 3860 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3861 | |
3862 * international/mule-diag.el (describe-char-after): Call | |
3863 internal-char-font, not char-font. If internal-char-font returns | |
3864 nil, display "-- none --". | |
3865 | |
28959 | 3866 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3867 | |
3868 * image.el (image-type-available-p): Don't reference image-types | |
3869 if it isn't bound. | |
3870 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3871 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3872 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3873 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3874 |
28954 | 3875 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3876 | |
3877 * startup.el (command-line-1): Don't signal an error if the | |
3878 directory for auto-save-list files does not yet exist. | |
3879 | |
28950 | 3880 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3881 | |
3882 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3883 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3884 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3885 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3886 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3887 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3888 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
|
3889 |
28981 | 3890 * 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
|
3891 |
28942 | 3892 2000-05-16 Dave Love <fx@gnu.org> |
3893 | |
3894 * cus-edit.el: Don't require cl or easymenu. | |
3895 (custom-variable-prompt): Test standard-value property, not | |
3896 user-variable-p. | |
3897 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3898 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
|
3899 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3900 * 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
|
3901 |
28939 | 3902 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3903 | |
3904 * startup.el (command-line-1): Mention the FAQ in the startup | |
3905 message. | |
3906 | |
3907 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3908 | |
3909 * progmodes/compile.el (compilation-parse-errors): Collect | |
3910 `nomessage' regexps last. | |
3911 | |
3912 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3913 | |
3914 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3915 to the function name. | |
3916 | |
28926 | 3917 2000-05-15 Dave Love <fx@gnu.org> |
3918 | |
3919 * speedbar.el (speedbar-recenter): Typo. | |
3920 (speedbar-expand-line): Make arg optional. | |
3921 (speedbar-mode): Avoid a compiler warning. | |
3922 | |
28924 | 3923 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3924 | |
3925 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3926 user-specified option string is empty. | |
3927 | |
3928 * mouse.el (mouse-yank-at-click): Doc fix. | |
3929 | |
28921 | 3930 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3931 | |
3932 * term/internal.el (IT-character-translations): More updates of | |
3933 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3934 documents. | |
3935 | |
28919 | 3936 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3937 | |
3938 * env.el (getenv): New function, interactively callable. | |
3939 (setenv, getenv): Remove autoload cookies. | |
3940 | |
3941 * loadup.el: Load `env'. | |
3942 | |
3943 * progmodes/f90.el: Change author's mail address. | |
3944 | |
28908 | 3945 2000-05-14 Dave Love <fx@gnu.org> |
3946 | |
28911 | 3947 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3948 goto-addr as an option. | |
3949 | |
3950 * help.el (help-xref-stack): Doc fix. | |
3951 (help-xref-following): New variable. | |
3952 (help-make-xrefs): Use it. | |
3953 (help-xref-go-back): Use position information from stack element. | |
3954 (help-follow): Make position in stack element a pair. Use | |
3955 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3956 |
28911 | 3957 * autoarg.el: New file. |
3958 | |
3959 * faces.el: Declare more functions obsolete. | |
3960 | |
28908 | 3961 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3962 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3963 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3964 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3965 Remove all the setup-...-environment functions. | |
3966 | |
28903 | 3967 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3968 | |
28919 | 3969 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3970 >= when detecting. Require `defimage' safely. | |
28903 | 3971 (speedbar-easymenu-definition-base): Add toggle for images. |
3972 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3973 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3974 (speedbar-reconfigure-keymaps-hook): New variable. | |
3975 (speedbar-frame-parameters): Updated documentation. | |
3976 (speedbar-use-imenu-flag): Updated custom tag | |
3977 (speedbar-dynamic-tags-function-list): New variable. | |
3978 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3979 (speedbar-indentation-width, speedbar-indentation-width) New |
3980 variables. | |
3981 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3982 (speedbar-vc-indicator): Doc update. |
3983 (speedbar-ignored-path-expressions): Updated default value. | |
3984 (speedbar-supported-extension-expressions): Updated default value. | |
3985 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3986 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3987 as "+". Added overlay aliases. | |
3988 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3989 `force-mode-line-update'. | |
3990 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3991 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3992 `mouse-set-point' | |
28903 | 3993 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3994 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3995 of arbitrary text, and new helper functions. | |
3996 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3997 filename finder. | |
28903 | 3998 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3999 (speedbar-directory-buttons): Update path search/expansion. | |
4000 (speedbar-make-tag-line): Pay attention to | |
28919 | 4001 `speedbar-indentation-width'. Use more care w/ invisible |
4002 properties. | |
28903 | 4003 (speedbar-change-expand-button-char): Call |
4004 `speedbar-insert-image-button-maybe'. | |
4005 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 4006 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
4007 (speedbar-trim-words-tag-hierarchy) | |
4008 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 4009 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 4010 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
4011 functions. | |
28903 | 4012 (speedbar-mouse-set-point): New function |
4013 (speedbar-power-click): Updated documentation. | |
28919 | 4014 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
4015 of tag prefix text. | |
4016 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
4017 to strange text. | |
4018 (speedbar-expand-line): Takes universal argument to flush the | |
4019 cache. | |
28903 | 4020 (speedbar-flush-expand-line): New function. |
4021 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
4022 Use new generator insertion method. | |
4023 (speedbar-fetch-dynamic-tags): New function. | |
4024 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
4025 `speedbar-fetch-dynamic-imenu'. | |
4026 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
4027 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
4028 "Revert Buffer" menu items. | |
4029 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
4030 filename tag (for expansion purposes.). | |
28919 | 4031 (speedbar-highlight-one-tag-line, |
4032 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
4033 (speedbar-recenter): New functions. | |
28903 | 4034 (defimage-speedbar): Image loading abstraction. |
28919 | 4035 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
4036 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
4037 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
4038 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 4039 (speedbar-expand-image-button-alist): New variable. |
4040 (speedbar-insert-image-button-maybe): Insert an image over some | |
4041 buttons. | |
4042 | |
28894 | 4043 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
4044 | |
4045 * international/mule-cmds.el (encode-coding-char): An ASCII | |
4046 character is always encodable. | |
4047 | |
4048 * international/mule-conf.el: Add more information in descriptions | |
4049 of character sets. | |
4050 | |
28965 | 4051 * international/mule-diag.el (describe-char-after): New function. |
28894 | 4052 (describe-font-internal): Adjusted for the change of font-info. |
4053 (describe-font): Likewise. | |
4054 (print-fontset): Rewritten for the new fontset implementation. | |
4055 (describe-fontset): Include fontset alias names in completion. | |
4056 (list-fontsets): Adjusted for the change of print-fontset. | |
4057 | |
28895 | 4058 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
4059 describe-char-after instead of displaying the detail in the echo | |
4060 area. | |
28965 | 4061 (syntax-code-table): Format changed. |
4062 (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
|
4063 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4064 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4065 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4066 * 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
|
4067 |
28890 | 4068 2000-05-12 Dave Love <fx@gnu.org> |
4069 | |
4070 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
4071 dependence. Use line-{beginning,end}-position, not | |
4072 point-at{b,e}ol. Some doc fixes. | |
4073 (todo-position): New function. Fix callers of position to use it. | |
4074 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
4075 | |
28885 | 4076 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
4077 | |
4078 * time.el (display-time-mail-icon): Use `:ascent center'. | |
4079 | |
28893 | 4080 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
4081 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4082 |
28882 | 4083 2000-05-11 Dave Love <fx@gnu.org> |
4084 | |
28888 | 4085 * calendar/todo-mode.el: New file. |
28882 | 4086 |
28870 | 4087 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
4088 | |
28881 | 4089 * comint.el (comint-read-input-ring): Move reference to |
4090 comint-input-ring-size outside of the save-excursion. It was | |
4091 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
|
4092 |
28875 | 4093 * font-lock.el: Update copyright. Remove Simon Marshall's email |
4094 address on request from him. | |
4095 | |
28870 | 4096 * subr.el (substitute-key-definition): Add comment describing |
4097 the meaning of PREFIX. | |
4098 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4099 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4100 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4101 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4102 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4103 * 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
|
4104 (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
|
4105 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4106 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4107 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4108 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4109 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4110 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4111 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4112 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4113 * 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
|
4114 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4115 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4116 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4117 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4118 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4119 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4120 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4121 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4122 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4123 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4124 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4125 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4126 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4127 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4128 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4129 (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
|
4130 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4131 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4132 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4133 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4134 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4135 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4136 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4137 |
28845 | 4138 2000-05-09 Sam Steingold <sds@goems.com> |
4139 | |
4140 * apropos.el (apropos-print): use `describe-face' instead of | |
4141 `customize-face-other-window'. | |
4142 | |
28842 | 4143 2000-05-09 Dave Love <fx@gnu.org> |
4144 | |
4145 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
4146 | |
4147 * help.el (describe-variable): Have customize button pop the | |
4148 help-xref stack when invoked. | |
4149 (help-xref-symbol-regexp): Add `face'. | |
4150 (help-make-xrefs): Check for quoted face names and adapt regexp | |
4151 submatch numbers to cope. | |
4152 (help-xref-interned): Maybe insert face doc too. Separate | |
4153 sections with a line of hyphens. | |
4154 | |
28848 | 4155 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 4156 (describe-face): Add customize button. Return the help |
4157 text. Fix prompt. | |
4158 | |
28839 | 4159 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
4160 | |
4161 * term/internal.el (IT-character-translations): Fix last change. | |
4162 | |
28833 | 4163 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
4164 | |
4165 * woman.el: New file | |
4166 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
4167 | |
28829 | 4168 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
4169 | |
28831 | 4170 * term/internal.el (IT-character-translations): Update ASCII |
4171 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
4172 latin-iso8859-15. | |
4173 | |
28829 | 4174 * international/mule-cmds.el (set-language-info-alist): Call |
4175 define-prefix-command with 3 arguments, to make the map suitable | |
4176 for a menu. | |
4177 | |
28827 | 4178 2000-05-07 Dave Love <fx@gnu.org> |
4179 | |
31242 | 4180 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 4181 |
28825 | 4182 2000-05-05 Dave Love <fx@gnu.org> |
4183 | |
4184 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
4185 list in doc string. Don't quote keyword symbols. | |
4186 * emacs-lisp/cl.el: Likewise | |
4187 * emacs-lisp/cl-seq.el: Likewise | |
4188 | |
28823 | 4189 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
4190 | |
4191 * abbrev.el (abbrev-mode): Make ARG optional. | |
4192 | |
28812 | 4193 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
4194 | |
28817 | 4195 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
4196 | |
4197 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
4198 | |
28812 | 4199 * subr.el (substitute-key-definition): Clarify documentation. |
4200 | |
4201 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
4202 | |
4203 * glasses.el (glasses-convert-to-unreadable): Use | |
4204 `glasses-separator' instead of the hard-wired "_". | |
4205 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
4206 place. | |
4207 | |
28808 | 4208 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
4209 | |
4210 * term/internal.el (cjk-codepages-alist): Add associations for | |
4211 Chinese and Korean codepages. Remove FIXME comment. | |
4212 | |
28806 | 4213 2000-05-03 Dave Love <fx@gnu.org> |
4214 | |
4215 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
4216 New option. | |
4217 (display-time-mail-icon): New variable. | |
4218 (display-time-string-forms): Use the above. Fix the local-map. | |
4219 | |
28795 | 4220 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
4221 | |
28805 | 4222 * replace.el (query-replace-map): Add binding for `E'. |
4223 (query-replace-help): Extend help text. | |
4224 (perform-replace): Allow editing the replacement string. | |
4225 | |
4226 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
4227 (makefile-mode): Set local abbrev table to | |
4228 makefile-mode-abbrev-table. | |
4229 (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
|
4230 |
28795 | 4231 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
4232 set TOGGLE's value. | |
4233 | |
28805 | 4234 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
4235 mail-interactive-insert-alias. | |
4236 (mail-abbrev-complete-alias): New command. | |
4237 (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
|
4238 |
28790 | 4239 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
4240 | |
4241 * language/lao-util.el (lao-compose-region): New function. | |
4242 | |
28782 | 4243 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
4244 | |
28789 | 4245 * files.el (recover-session): Make directories as necessary |
4246 if they don't exist yet. | |
4247 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4248 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4249 (french-calendar-multibyte-special-days-array) |
28782 | 4250 (french-calendar-special-days-array): Change French text. |
4251 (calendar-french-date-string): Change output. | |
4252 (calendar-goto-french-date): Likewise. | |
4253 | |
4254 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
4255 | |
4256 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
4257 (widget-documentation-string-value-create): Set `:always-active'. | |
4258 | |
28778 | 4259 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
4260 | |
4261 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
4262 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
4263 (normal-top-level): Create the directory for auto-save files, if | |
4264 it doesn't already exist (in the ms-dos case only). | |
4265 | |
28775 | 4266 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
4267 | |
4268 * international/mule-cmds.el (set-language-environment): Don't | |
4269 concat an integer (dos-codepage), use format instead. | |
4270 | |
28772 | 4271 2000-05-02 Dave Love <fx@gnu.org> |
4272 | |
4273 * help.el (help-xref-on-pp): Check for constant symbols. | |
4274 | |
28764 | 4275 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
4276 | |
4277 * startup.el (normal-top-level): Put a condition-case around | |
4278 the code loading subdirs.el. | |
4279 | |
4280 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
|
4281 |
28764 | 4282 * ps-print.el: Upside-down and face background color printing, |
4283 line number step, doc fix. | |
4284 (ps-print-version): New version number (5.2). | |
4285 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
4286 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
4287 (ps-spool-config): Var fix. | |
4288 (ps-printer-name-option): Const fix. | |
4289 (ps-print-upside-down, ps-use-face-background) | |
4290 (ps-line-number-step): New vars. | |
4291 (ps-window-system, ps-lp-system): New consts. | |
4292 (ps-face-background): New fun. | |
4293 | |
28759 | 4294 2000-04-28 Richard Stallman <rms@gnu.org> |
4295 | |
4296 * files.el (make-auto-save-file-name): | |
4297 Apply auto-save-file-name-transforms to visited file name | |
4298 before generating auto save file name. | |
4299 (auto-save-file-name-transforms): New variable. | |
4300 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4301 * files.el (backup-enable-predicate): |
28759 | 4302 Correctly test for a file under a temporary directory. |
4303 | |
28751 | 4304 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
4305 | |
4306 * subr.el (add-minor-mode): Rewritten. | |
4307 | |
28749 | 4308 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
4309 | |
4310 * mail/sendmail.el (sendmail-send-it): Set | |
4311 buffer-file-coding-system to the selected coding system for MIME | |
4312 header. | |
4313 | |
28748 | 4314 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
4315 | |
4316 * dired.el (dired-move-to-filename-regexp): Allow format where | |
4317 YYYY is followed by two spaces. | |
4318 | |
4319 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
4320 in the second character class of the regexp. | |
4321 | |
4322 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
4323 mh-etc, too. | |
4324 | |
4325 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
4326 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4327 |
28748 | 4328 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
4329 | |
4330 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
4331 argument. | |
4332 | |
4333 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
|
4334 |
28748 | 4335 * emacs-lisp/crm.el (crm-completion-table): New variable. |
4336 (crm-collection-fn, crm-test-completion) | |
4337 (completing-read-multiple): Use it. | |
4338 | |
28736 | 4339 2000-04-27 Dave Love <fx@gnu.org> |
4340 | |
4341 * help.el (locate-library): Use mapc. | |
4342 (help-manyarg-func-alist): Add call-process-region. | |
4343 | |
28724 | 4344 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
4345 | |
28729 | 4346 * subr.el (add-minor-mode): Make argument MAP optional. |
4347 | |
28724 | 4348 * desktop.el (desktop-save): Save list of minor modes. |
4349 (desktop-create-buffer): Restore minor modes. | |
4350 (desktop-minor-mode-table): New user-option. | |
4351 | |
4352 * subr.el (add-minor-mode): New function. | |
4353 | |
4354 * image.el (find-image): New function. | |
4355 (defimage): Rewritten to find image at load time. | |
4356 | |
4357 * startup.el (normal-top-level-add-to-load-path): Handle | |
4358 case that the default directory is not in load-path. | |
4359 | |
4360 * help.el: Old patch from Stefan Monnier. | |
4361 (help-xref-on-pp): New function. | |
4362 (describe-variable): Use it to display xrefs in a symbol's value. | |
4363 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4364 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4365 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4366 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4367 |
28713 | 4368 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
4369 | |
28715 | 4370 * mail/rmail.el (rmail-expunge): When there are no deleted |
4371 messages, do nothing. | |
28713 | 4372 |
28712 | 4373 2000-04-26 Dave Love <fx@gnu.org> |
4374 | |
4375 * international/mule-cmds.el (locale-translation-file-name): | |
4376 Defvar to nil. | |
4377 (set-locale-environment): Set it here (at runtime). | |
4378 | |
28710 | 4379 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4380 | |
4381 * replace.el (perform-replace): Add parameters START and END. Use | |
4382 them instead of the check for a region in Transient Mark mode. | |
4383 (query-replace-read-args): Return two more list elements for the | |
4384 start and end of the region in Transient Mark mode. | |
4385 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4386 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4387 optional last arguments START and END and pass them to | |
4388 perform-replace. | |
4389 | |
4390 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4391 form with additional arguments for perform-replace. | |
4392 | |
4393 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4394 and END. Construct a form with additional arguments for | |
4395 perform-replace. | |
4396 | |
4397 * simple.el (shell-command): Set default directory for "*Shell | |
4398 Command Output" buffer. | |
4399 | |
4400 * language/european.el (iso-latin-4): Fix typo. | |
4401 | |
4402 * emacs-lisp/crm.el: New file. | |
4403 | |
28701 | 4404 2000-04-24 Dave Love <fx@gnu.org> |
4405 | |
4406 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4407 (Custom-reset-saved, Custom-reset-standard) | |
4408 (custom-group-value-create, custom-group-set, custom-group-save) | |
4409 (custom-group-reset-current, custom-group-reset-saved) | |
4410 (custom-group-reset-standard): Use mapc. | |
4411 (custom-buffer-create-internal): Disable undo when creating items. | |
4412 Use mapc. | |
4413 (custom-face): Avoid redundant lambda. | |
4414 | |
28699 | 4415 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4416 | |
4417 * startup.el (auto-save-list-file-prefix): Set default to | |
4418 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4419 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4420 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4421 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4422 * 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
|
4423 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4424 |
28695 | 4425 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4426 | |
4427 * frame.el (scrolling): New group. | |
4428 (automatic-hscrolling): New user-option. | |
4429 | |
4430 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4431 `--line-spacing'. | |
4432 | |
28668 | 4433 2000-04-19 Dave Love <fx@gnu.org> |
4434 | |
4435 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4436 (cl-mapc): Rename from mapc. Fix the funcall. | |
4437 | |
28653 | 4438 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4439 | |
28660 | 4440 * simple.el (clone-indirect-buffer-other-window): New command. |
4441 (clone-indirect-buffer): Add optional arg NORECROD. | |
4442 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4443 | |
28658 | 4444 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4445 | |
4446 * window.el (count-screen-lines): New function. | |
4447 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4448 instead of window-buffer-height. | |
4449 | |
4450 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4451 non-existing variable comint-input-sentinel. | |
4452 (inferior-lisp-args-to-list): Removed. | |
4453 (inferior-lisp): Use split-string instead of | |
4454 inferior-lisp-args-to-list. | |
4455 | |
4456 * hexl.el (hexl-insert-hex-string): New command. | |
4457 | |
28653 | 4458 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4459 instead of concat. | |
4460 | |
28634 | 4461 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4462 | |
4463 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4464 at the start of an existing but empty folder. | |
4465 | |
4466 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4467 | |
4468 * ps-mule.el: Customization fix, doc fix. | |
4469 (ps-multibyte-buffer): Customization fix. | |
4470 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4471 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4472 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4473 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4474 |
28626 | 4475 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4476 | |
4477 * textmodes/texinfo.el (texinfo-insert-@email) | |
4478 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4479 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4480 (texinfo-mode-map): Add key bindings for them. | |
4481 | |
4482 * files.el (basic-save-buffer-2): Use a template with `$' | |
4483 instead of `#' for VMS. | |
4484 | |
4485 * simple.el (clone-indirect-buffer): New function. | |
4486 | |
28621 | 4487 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4488 | |
4489 * iswitchb.el (iswitchb-case): New function. If the user input | |
4490 contains any upper-case characters, the search is made | |
4491 case-sensitive. | |
4492 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4493 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4494 |
28621 | 4495 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4496 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4497 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4498 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4499 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4500 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4501 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4502 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
|
4503 (texinfo-environments): New var. |
28621 | 4504 (texinfo-environment-regexp): Use regexp-opt and |
4505 texinfo-environments. | |
4506 | |
4507 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4508 ispell-process is bound since this might be eval'd before ispell | |
4509 is loaded. | |
4510 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4511 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
|
4512 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4513 * 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
|
4514 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4515 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4516 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4517 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4518 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4519 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4520 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4521 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4522 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4523 |
28602 | 4524 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4525 | |
4526 * 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
|
4527 |
28602 | 4528 * ps-print.el: Fix counting lines in a region. |
4529 (ps-print-version): New version number (5.1.5). | |
4530 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4531 (ps-printing-region): Fun code fix. | |
4532 | |
28600 | 4533 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4534 | |
4535 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4536 to file-directory-p. | |
4537 | |
28591 | 4538 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4539 | |
4540 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4541 exists before calling directory-files. | |
4542 | |
28578 | 4543 2000-04-13 Dave Love <fx@gnu.org> |
4544 | |
4545 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4546 syntax. | |
4547 | |
4548 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4549 | |
4550 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4551 (cl-old-mapc): New variable. | |
4552 (mapc): Use it. | |
4553 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4554 next-property-change. | |
4555 (cl-map-overlays): Use with-current-buffer. | |
4556 (cl-expt): Remove. | |
4557 (copy-tree, remprop): Define unconditionally. | |
4558 | |
4559 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4560 | |
4561 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4562 to use keywordp. | |
4563 (edebug-spec): Enable keywordp. | |
4564 | |
4565 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4566 string-lessp. | |
4567 | |
4568 * cus-start.el: Use keywordp. | |
4569 | |
28577 | 4570 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4571 | |
4572 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4573 2000-02-18 by doing a save-excursion. | |
4574 | |
4575 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4576 | |
4577 * ps-print.el: Customization fix, doc fix. | |
4578 (ps-print-version): New version number (5.1.4). | |
4579 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4580 (ps-print-preprint): Adjust code. | |
4581 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4582 (ps-print-prologue-header, ps-print-control-characters) | |
4583 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4584 |
28564 | 4585 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4586 | |
4587 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4588 converted to the new menu-item format, names silightly changed, | |
4589 help strings added. | |
4590 | |
4591 Support for spelling without async subprocesses: | |
4592 | |
4593 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4594 (ispell-session-buffer): New variables. | |
4595 (ispell-start-process, ispell-process-status, | |
4596 ispell-accept-output, ispell-send-string): New functions, for | |
4597 Ispell invocation when async subprocesses aren't supported. | |
4598 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4599 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4600 to process-send-string with calls to ispell-send-string, and | |
4601 accept-process-output with ispell-accept-output. | |
4602 (ispell-init-process): Call ispell-process-status instead of | |
4603 process-status with. | |
4604 (ispell-init-process): Call ispell-start-process. Call | |
4605 ispell-accept-output and ispell-send-string. Don't call | |
4606 process-kill-without-query and kill-process if they are unbound. | |
4607 (ispell-async-processp): New function. | |
4608 | |
28560 | 4609 2000-04-12 Dave Love <fx@gnu.org> |
4610 | |
4611 * info.el: Add debug-ignored-errors. | |
4612 (Info-mode-menu): Add some items. | |
4613 (Info-directory): Add autoload cookie. | |
4614 | |
4615 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4616 Modify `truncate-lines'. Make `describe-language-environment' | |
4617 always visible and add help. Modify `describe-key' help. Invoke | |
4618 Info-directory from `info'. New entry `emacs-manual'. | |
4619 | |
28542 | 4620 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4621 | |
28549 | 4622 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4623 propertized-buffer-identification. | |
4624 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4625 (ebrowse--mode-strings): Removed. | |
4626 (ebrowse--mode-line-props): Removed. | |
4627 | |
28542 | 4628 * files.el (auto-mode-alist): Add `EBROWSE'. |
4629 | |
4630 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4631 space before testing for end of buffer. | |
4632 (ebrowse-load): Removed. | |
4633 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4634 (ebrowse-create-tree-buffer): Rewritten. | |
4635 (ebrowse-tree-mode): Read tree from buffer. | |
4636 | |
4637 * progmodes/ebrowse-ffh.el: Removed. | |
4638 | |
28535 | 4639 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4640 | |
4641 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4642 | |
28534 | 4643 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4644 | |
4645 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4646 at the wrong place. | |
4647 | |
28783 | 4648 2000-04-09 Dave Love <fx@gnu.org> |
4649 | |
4650 * files.el (backup-enable-predicate): Use | |
4651 temporary-file-directory, small-temporary-file-directory. | |
4652 (make-backup-file-name-function, backup-directory-alist): New | |
4653 variables. | |
4654 (make-backup-file-name-1): New function. | |
4655 (make-backup-file-name): Use it. | |
4656 (find-backup-file-name): Likewise. Use format for clarity, not | |
4657 concat. | |
4658 (file-newest-backup): Use make-backup-file-name. | |
4659 | |
28523 | 4660 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4661 | |
28530 | 4662 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4663 |
28530 | 4664 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4665 to ebrowse-ffh.el. | |
4666 (ebrowse-load): Add autoload. | |
4667 | |
4668 * finder.el (finder-commentary): Add autoload cookie. | |
4669 | |
28523 | 4670 * mail/rfc2368.el: Correct author's email address. |
4671 | |
4672 * progmodes/ebrowse.el: New file. | |
4673 | |
4674 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4675 item help string. | |
4676 (easy-menu-do-add-item): Ditto. | |
4677 (easy-menu-define): Extend doc string. | |
4678 | |
4679 * jit-lock.el (with-buffer-unmodified): Use | |
4680 restore-buffer-modified-p. | |
4681 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4682 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4683 with-buffer-unmodified. | |
4684 | |
28517 | 4685 2000-04-08 Dave Love <fx@gnu.org> |
4686 | |
4687 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4688 unless, when. | |
4689 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4690 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
|
4691 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4692 * 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
|
4693 (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
|
4694 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
|
4695 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4696 |
28506 | 4697 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4698 | |
4699 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4700 like C-r. | |
4701 | |
4702 * progmodes/make-mode.el: Some doc fixes. | |
4703 (makefile-mode-abbrev-table): New variable. | |
4704 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4705 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4706 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4707 | |
4708 * replace.el (perform-replace): Don't move forward one char | |
4709 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4710 to do that because it leaves point 1 position after the last | |
4711 replacement, after everything has been replaced. | |
4712 | |
4713 * jit-lock.el (with-buffer-unmodified): New macro. | |
4714 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4715 modified state. | |
4716 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4717 preserving buffer's modified state. | |
4718 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4719 jit-lock-function-1. | |
4720 | |
4721 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4722 | |
28499 | 4723 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4724 | |
4725 * glasses.el: Provide facilities for inserting space before left | |
4726 parentheses and uncapitalization of identifiers. | |
4727 (glasses-mode): Try to remove old overlays in all cases. | |
4728 | |
28485 | 4729 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4730 | |
28496 | 4731 * progmodes/compile.el (compile-internal): Display the compilation |
4732 buffer in a different frame, if it's already displayed there. | |
4733 | |
28494 | 4734 * mail/rfc2368.el: New file. |
4735 | |
28492 | 4736 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4737 header and insert its value as mail body. | |
4738 | |
4739 * subr.el (member-ignore-case): New function. | |
4740 | |
4741 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4742 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4743 from dabbrev-ignored-regexps. | |
4744 | |
28485 | 4745 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4746 to extensions handled by gzip. | |
4747 | |
28492 | 4748 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4749 | |
4750 * files.el (insert-directory): List the total free space | |
4751 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4752 |
28492 | 4753 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4754 line is followed by one that matches CITATION-REGEXP, end the | |
4755 paragraph. | |
4756 | |
4757 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4758 | |
4759 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4760 (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
|
4761 |
28474 | 4762 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4763 | |
4764 * international/mule-cmds.el (encoded-string-description): | |
4765 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4766 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4767 for hexadecimal format. | |
28474 | 4768 |
28468 | 4769 2000-04-01 Dave Love <fx@gnu.org> |
4770 | |
4771 * cpp.el: Change customization group to `c' from `C'. | |
4772 | |
4773 * vcursor.el (vcursor-move): Use display-color-p. | |
4774 | |
4775 * international/mule-util.el: Provide mule-utils. | |
4776 (string-to-sequence): Simplify and speed up. | |
4777 | |
4778 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4779 | |
4780 * international/mule-cmds.el: Various menu changes. | |
4781 (describe-specified-language-support): Handle `Default'. | |
4782 (set-language-info): Purecopy `info'. | |
4783 | |
28462 | 4784 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4785 | |
4786 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4787 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
|
4788 |
28445 | 4789 2000-03-31 Dave Love <fx@gnu.org> |
4790 | |
28452 | 4791 * help.el (help-manyarg-func-alist): Correct several omissions. |
4792 | |
28450 | 4793 * add-log.el: Don't require cl, fortran. |
4794 (add-log-current-defun-function): Doc fix. | |
4795 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4796 fix. | |
4797 (change-log-version-rcs): Function deleted. | |
4798 (change-log-version-number-search): Doc fix. Use | |
4799 vc-workfile-version. Avoid CL dolist. | |
4800 (add-change-log-entry): Just call add-log-current-defun to get | |
4801 defun. Simplify somewhat. | |
4802 (change-log-get-method-definition-1): Likewise. | |
4803 (add-log-current-defun): Return nil if calling | |
4804 add-log-current-defun-function does so. Move Fortran stuff to | |
4805 fortran.el. Return string without properties. | |
4806 | |
28445 | 4807 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4808 and :alpha: char classes. | |
4809 | |
4810 * mail/supercite.el: Defvar curline when compiling. | |
4811 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4812 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4813 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4814 | |
28444 | 4815 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4816 | |
4817 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4818 | |
4819 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4820 Re-enable new code. | |
4821 | |
4822 * lpr.el (print-region-1): Use -d to specify printer name for | |
4823 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4824 | |
4825 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
|
4826 |
28444 | 4827 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4828 for function definition in symbol's function value slot first | |
4829 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
|
4830 |
28435 | 4831 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4832 | |
4833 * language/european.el ("Polish"): New language environment. | |
4834 (setup-polish-environment): New function. | |
4835 | |
28424 | 4836 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4837 | |
4838 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4839 Disable new code. | |
4840 | |
4841 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4842 trying to `load' the symbol of an autoload instead of the file | |
4843 recorded in the autoload. Fix error messages. | |
4844 | |
28429 | 4845 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4846 | |
4847 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4848 (ps-print-version): New version number (5.1.3). | |
4849 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4850 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4851 (ps-generate-postscript-with-faces): Code fix. | |
4852 (ps-color-values): XEmacs compatibility. | |
4853 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4854 (ps-default-fg, ps-default-bg): Adjust customization. | |
4855 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4856 (ps-color-scale): Renaming old ps-color-value fun. | |
4857 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4858 with ps-print-header variable. | |
4859 (ps-print-miscellany): New group. | |
4860 (ps-format-color, ps-rgb-color): New funs. | |
4861 (ps-default-foreground): New var. | |
4862 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4863 |
28416 | 4864 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4865 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4866 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4867 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4868 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4869 (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
|
4870 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4871 |
28416 | 4872 * lisp/locate.el: |
4873 (locate-word-at-point): Added this function | |
4874 (locate): Default to using locate-word-at-point as input | |
4875 Run dired-mode-hook | |
4876 | |
28405 | 4877 2000-03-29 Dave Love <fx@gnu.org> |
4878 | |
4879 * calendar/appt.el: Doc fixes. | |
4880 (appt-check): Convert min-to-app to a string before passing to | |
4881 appt-disp-window-function or concat. | |
4882 (appt-delete-window): Remove test for frame-root-window. | |
4883 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4884 | |
4885 * emacs-lisp/bytecomp.el: Doc fixes. | |
4886 (byte-compile-file-form-autoload): Update | |
4887 byte-compile-function-environment. | |
4888 | |
28403 | 4889 2000-03-29 Andreas Schwab <schwab@suse.de> |
4890 | |
4891 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4892 specially. | |
4893 | |
4894 * dired.el (dired-insert-directory): If dired-free-space-program | |
4895 failed just delete its output. | |
4896 | |
28395 | 4897 2000-03-29 Dave Love <fx@gnu.org> |
4898 | |
4899 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4900 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4901 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4902 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4903 clarity. | |
4904 | |
4905 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4906 | |
28377 | 4907 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4908 | |
4909 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4910 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4911 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4912 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4913 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4914 * 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
|
4915 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4916 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4917 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4918 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4919 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4920 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4921 |
28326 | 4922 2000-03-26 Dave Love <fx@gnu.org> |
4923 | |
28331 | 4924 * net/browse-url.el (browse-url): Re-fix case of |
4925 browse-url-browser-function being an alist. | |
4926 (browse-url): Add :link to defgroup. | |
4927 | |
28326 | 4928 * files.el: Doc fixes. |
4929 (file-truename): Include `[' in wildcard characters. | |
4930 (automount-dir-prefix): Customize. | |
4931 (find-file-wildcards): Add :version. | |
4932 (find-file-noselect): Simplify a mapcar call. | |
4933 | |
4934 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4935 compatible with inf-lisp version. | |
4936 (eval-defun-1): Fix custom-declare-variable case. | |
4937 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4938 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4939 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4940 * 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
|
4941 |
28303 | 4942 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4943 | |
28308 | 4944 * Makefile (COMPILE_FIRST): New macro. |
4945 (compile-files): Compile files from COMPILE_FIRST first. | |
4946 | |
4947 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4948 code. | |
4949 | |
28303 | 4950 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4951 matching open parenthesis in column 0 to defun-prompt-regexp | |
4952 only if open-paren-in-column-0-is-defun-start is set. | |
4953 | |
4954 * sun-curs.el: Require CL at compile-time only. | |
4955 | |
4956 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4957 instead of copy-list which is a function from CL. | |
4958 (msb--choose-menu, msb--mode-menu-cond) | |
4959 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4960 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4961 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4962 `(' in column 0 in doc string. | |
4963 (msb--add-separators): Use mapcar instead of mapcan. | |
4964 | |
4965 * cus-dep.el: Require CL at compile-time only. | |
4966 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4967 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4968 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4969 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4970 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4971 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4972 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4973 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4974 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4975 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4976 (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
|
4977 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4978 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4979 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4980 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4981 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4982 |
28292 | 4983 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4984 | |
4985 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4986 (rmail-expunge): Ask for confirmation depending on the setting | |
4987 of rmail-confirm-expunge. | |
4988 | |
4989 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4990 | |
4991 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4992 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4993 cause a bootstrap failure because things don't autoload as | |
4994 expected. | |
4995 | |
28289 | 4996 2000-03-23 Dave Love <fx@gnu.org> |
4997 | |
4998 * net/browse-url.el: Restore previous use of | |
4999 browse-url-maybe-new-window. | |
5000 | |
28287 | 5001 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5002 | |
5003 * ps-print.el: Skip banner page fix. | |
5004 (ps-print-version): New version number (5.1.2). | |
5005 (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
|
5006 |
28287 | 5007 2000-03-23 Dave Pearson <davep@davep.org> |
5008 | |
5009 * net/quickurl.el Changed the type of parameter passed to the | |
5010 function defined by `quickurl-format-function'. Before only the | |
5011 text of the URL was passed. Now the whole URL structure is passed | |
5012 and the function is responsible for extracting the parts it | |
5013 requires. Changed the default of `quickurl-format-function' | |
5014 accordingly. | |
5015 (quickurl-insert): Changed the `funcall' of | |
5016 `quickurl-format-function' to match the above change. | |
5017 (quickurl-list-insert): Changed the `url' case so that it makes | |
5018 use of `quickurl-format-function', previous to this the format was | |
5019 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5020 |
28283 | 5021 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
5022 | |
5023 * startup.el: Change some spellings for the X Window System. | |
5024 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5025 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5026 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5027 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5028 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
|
5029 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5030 |
28276 | 5031 2000-03-22 Jason Rumney <jasonr@gnu.org> |
5032 | |
5033 * w32-fns.el (w32-charset-info-alist): Initialize. | |
5034 | |
28267 | 5035 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5036 | |
5037 * ps-print.el: N-up last page fix. | |
5038 (ps-print-version): New version number (5.1.1). | |
5039 (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
|
5040 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5041 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5042 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5043 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5044 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5045 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5046 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5047 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5048 * 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
|
5049 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5050 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5051 (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
|
5052 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
|
5053 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
|
5054 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5055 (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
|
5056 (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
|
5057 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5058 (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
|
5059 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5060 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5061 * 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
|
5062 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5063 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5064 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5065 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5066 * 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
|
5067 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5068 (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
|
5069 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5070 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5071 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5072 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5073 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5074 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5075 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5076 (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
|
5077 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
|
5078 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5079 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
|
5080 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5081 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5082 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5083 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5084 * 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
|
5085 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5086 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5087 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
|
5088 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5089 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5090 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5091 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5092 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
|
5093 (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
|
5094 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5095 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5096 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5097 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5098 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5099 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5100 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5101 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5102 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5103 |
28246 | 5104 2000-03-21 Jason Rumney <jasonr@gnu.org> |
5105 | |
5106 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
5107 (custom-button-pressed-face): Likewise. | |
5108 | |
28244 | 5109 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
5110 | |
5111 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
5112 (tags-loop-eval): New function. Bind case-fold-search around eval | |
5113 depending on the value of tags-case-fold-search. | |
5114 (tags-loop-continue): Use tags-loop-eval. | |
5115 (find-tag-in-order): Bind case-fold-search depending on the value | |
5116 of tags-case-fold-search. | |
5117 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5118 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5119 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5120 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5121 (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
|
5122 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5123 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5124 (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
|
5125 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5126 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5127 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5128 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5129 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5130 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5131 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5132 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5133 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5134 * 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
|
5135 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5136 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5137 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5138 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5139 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5140 |
28233 | 5141 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
5142 | |
5143 * term/x-win.el: Fontsets related initialization is simplified. | |
5144 | |
5145 * international/mule-diag.el (describe-font): Don't refer to | |
5146 global-fontset-alist, instead call font-list. | |
5147 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
5148 (print-fontset): Adjusted for the change of fontset | |
5149 implementation. | |
5150 | |
5151 * international/fontset.el (x-charset-registries): Variable | |
5152 removed, instead the corresponding data is stored in the default | |
5153 fontset. | |
5154 (register-alternate-fontnames): Function removed. | |
5155 (resolved-ascii-font): Variable removed. | |
5156 (x-compose-font-name): Ignore the second argument REDOCE. | |
5157 (x-complement-fontset-spec): Complement only an ASCII font and | |
5158 element for those charsets than can use that ASCII font. | |
5159 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
5160 instead call fontset-list. | |
5161 (uninstantiated-fontset-alist): Variable removed. | |
5162 (x-style-funcs-alist): Likewise. | |
5163 (fontset-default-styles): Likewise. | |
5164 (x-modify-font-name): Function removed. | |
5165 (create-fontset-from-fontset-spec): Ignore the argument | |
5166 STYLE-VARIANT. | |
5167 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
5168 change. | |
5169 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
5170 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5171 |
28233 | 5172 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
5173 (describe-face): Include `font' attribute in the description. | |
5174 | |
28219 | 5175 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
5176 | |
5177 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
5178 | |
28209 | 5179 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
5180 | |
28212 | 5181 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
5182 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
5183 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
|
5184 |
28209 | 5185 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
5186 about behavior of set-buffer-modified-p wrt redisplay. | |
5187 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5188 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5189 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5190 * 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
|
5191 |
28194 | 5192 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
5193 | |
5194 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
5195 is a string, convert it to a syntax cell using string-to-syntax. | |
5196 | |
5197 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
5198 (string-to-syntax): New function. | |
5199 | |
5200 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
5201 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 5202 try to use passive ftp mode. |
28194 | 5203 |
28189 | 5204 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
5205 | |
28209 | 5206 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 5207 |
5208 * simple.el (append-to-buffer): Update point of windows after | |
5209 insertion. | |
5210 | |
5211 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
5212 forward then moving backward. Reindent. | |
5213 | |
5214 * frame.el (other-frame): Call x-focus-frame only if | |
5215 focus-follows-mouse is off. | |
5216 | |
28185 | 5217 2000-03-17 Dave Love <fx@gnu.org> |
5218 | |
5219 * pcvs-util.el (cvs-strings->string): Rename | |
5220 replace-regexps-in-string. | |
5221 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5222 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5223 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5224 * 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
|
5225 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5226 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5227 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 5228 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5229 |
28174 | 5230 2000-03-16 Dave Love <fx@gnu.org> |
5231 | |
5232 * progmodes/f90.el (f90): Put custom group under `languages', not | |
5233 `fortran'. | |
5234 (f90-mode-hook): Customize. | |
5235 (f90-mode): Set add-log-current-defun-function. | |
5236 (f90-current-defun): New function. | |
5237 | |
28169 | 5238 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
5239 | |
28173 | 5240 * cus-edit.el (custom-variable-tag-face): Handle case that |
5241 default face's height is not a number. | |
5242 (custom-face-tag-face, custom-group-tag-face-1) | |
5243 (custom-group-tag-face): Ditto. | |
5244 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5245 |
28169 | 5246 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
5247 | |
28161 | 5248 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
5249 | |
5250 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
5251 requiring easymenu. | |
5252 | |
28155 | 5253 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5254 | |
5255 * ps-print.el: PostScript user-defined prologue, PostScript error | |
5256 handler, doc fix. | |
5257 (ps-print-version): New version number (5.1). | |
5258 (ps-user-defined-prologue, ps-error-handler-message) | |
5259 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
5260 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
5261 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5262 |
28150 | 5263 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
5264 | |
5265 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 5266 invalid self-assignment code. |
28150 | 5267 |
28149 | 5268 2000-03-14 Dave Love <fx@gnu.org> |
5269 | |
5270 * subr.el (replace-regexp-in-string): Renamed from | |
5271 replace-regexps-in-string. Doc fix. | |
5272 | |
28131 | 5273 2000-03-12 Dave Love <fx@gnu.org> |
5274 | |
5275 * cus-edit.el: Doc fixes. | |
5276 (customize-set-variable, customize-save-variable): Rename args for | |
5277 doc. | |
5278 (custom-variable-tag-face, custom-face-tag-face) | |
5279 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
5280 style which user identify as hyperlink. | |
5281 (hook): Don't add undefined functions to the hook. | |
5282 (debug-ignored-errors): Transfer message from bindings.el. | |
5283 | |
28120 | 5284 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5285 | |
5286 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
5287 double/nested definition. | |
5288 | |
28114 | 5289 2000-03-12 Dave Love <fx@gnu.org> |
5290 | |
5291 * facemenu.el (facemenu-get-face): Use display-color-p. | |
5292 * enriched.el (enriched-decode-foreground): Likewise. | |
5293 (enriched-decode-background): Likewise. | |
5294 * isearch.el (isearch-highlight): Likewise. | |
5295 * info-look.el (info-lookup): Likewise. | |
5296 * simple.el (completion-setup-function): Likewise. | |
5297 | |
5298 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
5299 :options. | |
5300 | |
5301 * bindings.el (mode-line-format): Fix line-number and | |
5302 column-number items. Add help-echo for the background. | |
5303 (mode-line-mule-info): Modify help-echo. | |
5304 | |
5305 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
5306 defcustom. | |
5307 | |
5308 * files.el (load-file): Allow completion to .elc. | |
5309 | |
5310 * man.el: Doc fixes. | |
5311 (Man-init-defvars): Use display-color-p to set fontification. | |
5312 | |
5313 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
5314 | |
28109 | 5315 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5316 | |
5317 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
5318 | |
5319 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
5320 | |
28098 | 5321 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
5322 | |
5323 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
5324 Fix comment. | |
5325 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5326 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5327 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5328 * 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
|
5329 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5330 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5331 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5332 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5333 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5334 * 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
|
5335 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5336 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5337 * 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
|
5338 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
|
5339 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5340 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5341 * 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
|
5342 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5343 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5344 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5345 |
28084 | 5346 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
5347 | |
5348 * textmodes/texinfo.el (texinfo-version): Variable and function | |
5349 removed. | |
5350 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5351 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5352 |
28114 | 5353 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
5354 allow more flexibility. | |
5355 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
5356 fns. | |
5357 (easy-mmode-defmap, easy-mmode-defsyntax) | |
5358 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5359 |
28085 | 5360 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 5361 |
5362 * rect.el (replace-rectangle): New function. | |
5363 | |
5364 2000-03-09 Dave Love <fx@gnu.org> | |
5365 | |
5366 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
5367 "C". | |
5368 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
5369 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
5370 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
5371 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
5372 fortran-comment-line-start here. Set comment-start, | |
5373 add-log-current-defun. | |
5374 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
5375 (fortran-current-defun): New function. | |
5376 | |
28073 | 5377 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5378 | |
28077 | 5379 * emacs-lisp/re-builder.el: New file. |
5380 | |
28076 | 5381 * mouse.el (mouse-drag-region): Don't run up-event handler |
5382 if hscroll has changed. | |
5383 | |
28073 | 5384 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5385 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5386 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5387 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5388 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5389 `(defun (setf foo)' differently. |
5390 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5391 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5392 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5393 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5394 (regexp-opt): Update comment and adapt the code the new meaning of |
5395 the `paren' argument of regex-opt-group for shy-groups. | |
5396 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5397 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5398 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5399 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5400 Remove open-presuf and close-presuf. Instead of checking for `all |
5401 one-char' and then later on check for `several one-char', handle | |
5402 both cases close together. Also apply a more generic algorithm | |
5403 for suffixes (the mirror image of the algorithm used for | |
5404 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5405 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5406 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5407 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5408 from comint-mode-map, so we can just inherit from it. Also, move |
5409 the initialization into the `defvar' since there's no docstring | |
5410 anyway and it's fairly short. | |
5411 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5412 shorter and this way we inherit from comint-mode-map rather than | |
5413 copying it. | |
5414 | |
5415 * subr.el (replace-regexps-in-string): Properly handle the case | |
5416 where we match an empty string. | |
5417 | |
5418 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5419 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
|
5420 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5421 |
28046 | 5422 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5423 | |
28051 | 5424 * Makefile (compile-files): Compile files one by one because |
5425 that's the only way to ensure a clean compilation environment for | |
5426 each individual file. | |
5427 | |
28046 | 5428 * frame.el (other-frame): Call x-focus-frame. |
5429 | |
28040 | 5430 2000-03-07 Dave Love <fx@gnu.org> |
5431 | |
28043 | 5432 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5433 :require to defcustom. | |
5434 | |
28040 | 5435 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5436 lists. | |
5437 | |
5438 * files.el (auto-mode-alist): Add configure.in. | |
5439 | |
5440 * progmodes/autoconf.el: New file. | |
5441 | |
28034 | 5442 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5443 | |
5444 * mail/mh-e.el: Change maintainer to `none'. | |
5445 | |
5446 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5447 to remove-hook and add-hook. | |
5448 | |
5449 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5450 | |
28035 | 5451 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5452 it as the default. |
28035 | 5453 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5454 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5455 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5456 |
28024 | 5457 2000-03-07 Dave Love <fx@gnu.org> |
5458 | |
5459 * winner.el: Fix keywords, autoload cookies. Split | |
5460 eval-when-compile form to avoid compilation failure. | |
5461 | |
28017 | 5462 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5463 | |
5464 * international/mule.el: Modify comment about coding system | |
5465 property `coding-category'. | |
5466 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5467 coding-category property of PROPERTIES. | |
5468 | |
5469 * international/mule-conf.el (coding-category-utf-8, | |
5470 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5471 categories. Include them in the argument for set-coding-priority. | |
5472 | |
5473 * international/mule-cmds.el (reset-language-environment): Include | |
5474 coding-category-utf-8, coding-category-utf-16-be, and | |
5475 coding-category-utf-16-le in the argument for set-coding-priority. | |
5476 (reset-language-environment): Initialize coding-category-utf-8, | |
5477 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5478 | |
28014 | 5479 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5480 | |
5481 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5482 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5483 extensions as well as compression extensions. | |
5484 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5485 |
27976 | 5486 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5487 | |
5488 * strokes.el: Change maintainer's mail address. | |
5489 | |
27972 | 5490 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5491 | |
5492 * international/mule-diag.el (list-character-sets): Make help-echo | |
5493 string by substitute-command-keys. | |
5494 (list-character-sets): Likewise. | |
5495 (sort-listed-character-sets): Call help-setup-xref. | |
5496 | |
27965 | 5497 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5498 | |
5499 * time.el (display-time-mail-file): Add `none' to the list of | |
5500 choices. | |
5501 | |
27954 | 5502 2000-03-01 Dave Love <fx@gnu.org> |
5503 | |
27959 | 5504 * help.el (help-xref-go-back): Don't try to set position. |
5505 | |
27954 | 5506 * international/mule-diag.el (list-character-sets): Call |
5507 help-setup-xref. Add help-echo to xrefs. | |
5508 (list-character-sets-1): Add help-echo to xrefs. | |
5509 | |
27949 | 5510 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5511 | |
5512 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5513 the mode off. | |
5514 | |
5515 * add-log.el (add-log-current-defun): Add support for | |
5516 Autoconf mode. | |
5517 | |
5518 * mail/rmail.el (rmail-quit-hook): New variable. | |
5519 | |
27931 | 5520 2000-03-01 Dave Love <fx@gnu.org> |
5521 | |
27935 | 5522 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5523 | |
27931 | 5524 * help.el (help-xref-button): Add help-echo arg. |
5525 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5526 | |
5527 * faces.el (list-faces-display): Supply help-echo with | |
5528 help-make-xrefs. | |
5529 | |
5530 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5531 nil. | |
5532 | |
27919 | 5533 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5534 | |
27927 | 5535 * image.el (defimage): Look for image files in load-path. |
5536 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5537 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5538 `number'. |
5539 | |
27927 | 5540 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5541 | |
5542 * recentf.el (recentf): Added version tag to the defgroup of | |
5543 recentf. | |
5544 | |
5545 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5546 | |
5547 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5548 too. | |
5549 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5550 action to select/unselect a file. | |
5551 (recentf-edit-list): Code cleanup and improvement. | |
5552 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5553 widget action to open a file. | |
5554 (recentf-open-more-files): No more use standard completion but | |
5555 widgets. | |
5556 (recentf-more-collection): Deleted. | |
5557 (recentf-more-history): Deleted. | |
5558 (recentf-setup-more-completion): Deleted. | |
5559 | |
5560 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5561 | |
5562 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5563 under a window-system. | |
5564 | |
5565 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5566 | |
5567 * recentf.el (recentf-edit-list): New command to edit the recent | |
5568 list which allow the user to remove files. | |
5569 (recentf-edit-selected-items): New global variable, used by | |
5570 `recentf-edit-list' to hold the list of files to be removed from | |
5571 the recent list. | |
5572 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5573 menu item. Minor code cleanup. | |
5574 | |
5575 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5576 | |
5577 * recentf.el (recentf-open-more-files): New command to open files | |
5578 that are not displayed in the menu. | |
5579 (recentf-more-collection): New global variable holding the set of | |
5580 permissible completions used by `recentf-open-more-files'. | |
5581 (recentf-more-history): New global variable holding the history list | |
5582 used by `recentf-open-more-files' completion. | |
5583 (recentf-setup-more-completion): New function to setup completion for | |
5584 `recentf-open-more-files'. | |
5585 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5586 | |
5587 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5588 | |
5589 * recentf.el (recentf-menu-action): Doc fixed. | |
5590 | |
5591 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5592 | |
5593 * recentf.el (recentf-menu-filter): Doc updated. | |
5594 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5595 (recentf-make-menu-items): New menu filter handling. | |
5596 (recentf-make-menu-item): New helper function. | |
5597 (recentf-menu-elements): New menu handling function. | |
5598 (recentf-sort-ascending): Updated to new menu filter handling. | |
5599 (recentf-sort-descending): Updated to new menu filter handling. | |
5600 (recentf-sort-basenames-ascending): New menu filter function. | |
5601 (recentf-sort-basenames-descending): New menu filter function. | |
5602 (recentf-show-basenames): New menu filter function. | |
5603 (recentf-show-basenames-ascending): New menu filter function. | |
5604 (recentf-show-basenames-descending): New menu filter function. | |
5605 | |
27919 | 5606 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5607 | |
5608 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5609 the end of the buffer. | |
5610 | |
27911 | 5611 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5612 | |
5613 * international/mule-diag.el (list-character-sets): Completely | |
5614 rewritten. | |
5615 (sort-listed-character-sets): New function. | |
5616 (list-character-sets-1): Completely rewritten. | |
5617 (list-character-sets-2): New function. | |
5618 (non-iso-charset-alist): New variable. | |
5619 (decode-codepage-char): New function. | |
5620 (charset-history): New variable. | |
5621 (read-charset) (list-block-of-chars) | |
5622 (list-iso-charset-chars) | |
5623 (list-non-iso-charset-chars) | |
5624 (list-charset-chars): New functions. | |
5625 (mule-diag): Call list-character-sets-2, not | |
5626 list-character-sets-2. | |
5627 (dump-charsets): Likewise. | |
5628 | |
27910 | 5629 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5630 | |
27919 | 5631 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5632 file name characters. | |
5633 (dired-filename-at-point): Handle ange-ftp file names. | |
5634 | |
27910 | 5635 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5636 instead of assoc-delete-all. | |
5637 (frame-notice-user-settings): Ditto. | |
5638 | |
5639 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5640 Don't copy alist. | |
5641 | |
27906 | 5642 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5643 | |
5644 * calculator.el (calculator-use-menu): New option. | |
5645 (calculator-initial-bindings): Changed some bindings to work as | |
5646 macros. | |
5647 (calculator-forced-input): Removed. | |
5648 (calculator-restart-other-mode): New variable. | |
5649 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5650 |
27906 | 5651 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5652 | |
5653 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5654 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5655 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5656 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
|
5657 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5658 * 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
|
5659 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
|
5660 (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
|
5661 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
|
5662 * 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
|
5663 * 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
|
5664 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
|
5665 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
|
5666 * 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
|
5667 * 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
|
5668 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5669 |
27898 | 5670 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5671 | |
5672 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5673 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5674 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5675 face-font-family-alternatives from working. | |
5676 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5677 chosen font. | |
5678 | |
27873 | 5679 2000-02-25 Sam Steingold <sds@goems.com> |
5680 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5681 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5682 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5683 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5684 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5685 |
5686 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5687 | |
27856 | 5688 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5689 | |
5690 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5691 writable. | |
5692 | |
27868 | 5693 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5694 |
27847 | 5695 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5696 | |
5697 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5698 | |
27845 | 5699 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5700 | |
5701 * diary-lib.el (include-other-diary-files): Undo the selective | |
5702 display in any included file and don't kill it. | |
5703 | |
27841 | 5704 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5705 | |
5706 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5707 bar. Menu items converted to (menu-item format, help strings | |
5708 added. | |
5709 [downcase, upcase]: Don't enable on MS-DOS. | |
5710 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5711 bound. | |
5712 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5713 | |
27825 | 5714 2000-02-23 Dave Love <fx@gnu.org> |
5715 | |
27838 | 5716 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5717 (backward-kill-word): Revert addition of * to interactive spec -- | |
5718 it's a feature. | |
5719 | |
5720 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5721 (backward-kill-sentence, kill-sentence): Likewise. | |
5722 | |
27835 | 5723 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5724 scratch buffer name. | |
5725 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5726 slightly. | |
5727 | |
5728 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5729 new read-face-name. | |
5730 | |
5731 * mail/footnote.el (footnote): Add :version to defgroup. | |
5732 (footnote-section-tag-regexp): Customize. | |
5733 (footnote-start-tag, footnote-end-tag): New option. | |
5734 (footnote-latin-regexp): New variable. | |
5735 (Footnote-latin): New function. | |
5736 (footnote-style-alist): Add element for latin style. | |
5737 (footnote-style): Moved. | |
5738 (Footnote-goto-footnote): Use eq to test arg. | |
5739 | |
5740 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5741 | |
27825 | 5742 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5743 (byte-compile-trueconstp): Include keywords. | |
5744 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5745 byte-compile-const-symbol-p. | |
5746 (byte-optimize-char-before): New optimization. | |
5747 | |
5748 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5749 (byte-compile-const-symbol-p): New function. | |
5750 (byte-compile-constp, byte-compile-out-toplevel) | |
5751 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5752 Use it. | |
5753 | |
5754 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5755 | |
27813 | 5756 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5757 | |
27815 | 5758 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5759 and minor-mode-map-alist. | |
5760 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5761 codes SS2 and SS3 correctly. | |
5762 (encoded-kbd-self-insert-ccl): New function. | |
5763 (encoded-kbd-setup-keymap): New function. | |
5764 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5765 by calling encoded-kbd-setup-keymap. | |
5766 | |
27813 | 5767 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5768 characters. | |
5769 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5770 locally. | |
5771 | |
27811 | 5772 2000-02-22 Dave Love <fx@gnu.org> |
5773 | |
5774 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5775 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5776 defvar. | |
5777 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5778 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5779 classes. Match `defface'. | |
5780 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5781 (eval-defun-1): Fix for defcustom. | |
5782 (lisp-indent-region): Doc fix. | |
5783 | |
5784 * subr.el (when, unless, split-string): Doc fix. | |
5785 (read-passwd): Move call of clear-this-command-keys to the right | |
5786 place. | |
5787 (replace-regexps-in-string): New function. | |
5788 | |
27807 | 5789 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5790 | |
5791 * help.el (describe-variable): Set syntax table to | |
5792 emacs-lisp-mode-syntax-table when moving forward over the | |
5793 symbol's name. | |
5794 | |
27805 | 5795 2000-02-22 Dave Love <fx@gnu.org> |
5796 | |
5797 * xt-mouse.el: Doc fixes. | |
5798 (xterm-mouse-position-function): New function, replacing advice of | |
5799 mouse-position. | |
5800 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5801 | |
5802 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5803 | |
27794 | 5804 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5805 | |
5806 * format.el (format-annotate-single-property-change): Handle | |
5807 properties.with dotted-list values. | |
5808 (format-proper-list-p): New function. | |
5809 | |
5810 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5811 . COLOR) and (background-color . COLOR). | |
5812 | |
27788 | 5813 2000-02-20 Dave Love <fx@gnu.org> |
5814 | |
5815 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5816 and assignments to it. | |
5817 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5818 current local map. | |
5819 (make-flyspell-overlay): Use it. | |
5820 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5821 | |
5822 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5823 (lm-get-header-re): Defun, not defsubst. | |
5824 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5825 (lm-version): Doc fix. Simplify. | |
5826 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5827 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5828 (lm-verify, lm-synopsis): Simplify. | |
5829 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5830 | |
27785 | 5831 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5832 | |
5833 * dired.el (dired-mode): Call propertized-buffer-identification | |
5834 to set mode-line-buffer-identification to something having | |
5835 the right text properties. | |
5836 | |
5837 * bindings.el (propertized-buffer-identification): New function. | |
5838 | |
27777 | 5839 2000-02-20 Dave Love <fx@gnu.org> |
5840 | |
5841 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5842 check for t-mouse too. | |
5843 | |
5844 * cus-start.el: Make echo-keystrokes `number'. | |
5845 | |
27776 | 5846 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5847 | |
5848 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5849 Don't call ring-empty-p unless tags-location-ring is bound. | |
5850 From Noah Friedman <friedman@splode.com>. | |
5851 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5852 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5853 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5854 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5855 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5856 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5857 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5858 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5859 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5860 (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
|
5861 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
|
5862 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5863 |
27757 | 5864 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5865 | |
5866 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5867 | |
27749 | 5868 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5869 | |
27754 | 5870 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5871 | |
27749 | 5872 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5873 of `*' to handle `(* ... *)' comments. | |
5874 | |
27732 | 5875 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5876 | |
27737 | 5877 * 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
|
5878 window-system. |
27737 | 5879 |
27732 | 5880 * menu-bar.el (global-map): Menu-bar items converted to the new |
5881 format (menu-item..., rearranged for better CUA compliance, and | |
5882 their names changed for better clarity. Help strings added. | |
5883 | |
5884 * international/mule-cmds.el (mule-menu-keymap) | |
5885 (describe-language-environment-map, set-coding-system-map) | |
5886 (setup-language-environment-map): Convert to new (menu-item... | |
5887 form, add help strings. Change names of menu items for better | |
5888 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5889 submenu). | |
5890 | |
27729 | 5891 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5892 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5893 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5894 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5895 |
27717 | 5896 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5897 |
27717 | 5898 * faces.el: Don't require custom. Add more specific :groups to |
5899 various deffaces. | |
5900 (set-face-attribute): Purecopy args. | |
5901 (read-face-name): Default to name at point and use it in prompt. | |
5902 Remove colon from arg in all callers. | |
5903 (list-faces-display): Hyperlink to face descriptions and customize | |
5904 buffers. | |
5905 | |
27712 | 5906 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5907 | |
5908 * wid-edit.el (widget-match-inline): An atom never matches a | |
5909 list. | |
5910 | |
27707 | 5911 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5912 | |
27713 | 5913 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5914 at ':' characters by call to split-string. | |
27707 | 5915 |
5916 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5917 | |
27713 | 5918 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5919 |
5920 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5921 | |
27713 | 5922 * textmodes/bibtex.el: Some temporary comments removed. |
5923 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5924 explicit. | |
5925 (bibtex-field-const): Allow capital letters. | |
5926 (bibtex-start-of-string): Deleted because unused. | |
5927 | |
5928 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5929 use the term 'reference' to describe a bibtex entry as a whole. | |
5930 Further, reference keys are no longer called 'labels'. | |
5931 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5932 (bibtex-reformat-previous-labels): Renamed to | |
5933 bibtex-reformat-previous-reference-keys. | |
5934 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5935 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5936 (bibtex-reference-maybe-empty-head): Renamed to | |
5937 bibtex-entry-maybe-empty-head. | |
5938 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5939 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5940 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5941 bibtex-enclosing-entry-maybe-empty-head. | |
5942 (bibtex-entry-field-alist, bibtex-entry-head, | |
5943 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5944 bibtex-map-entries, bibtex-search-entry, | |
5945 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5946 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5947 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5948 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5949 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5950 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5951 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5952 |
5953 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5954 | |
27713 | 5955 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5956 comment. | |
5957 (bibtex-format-field-delimiters): New function, functionality | |
5958 extracted from bibtex-format-entry. | |
5959 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5960 extracted from bibtex-autokey-get-yearfield. | |
5961 | |
5962 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5963 entries in order to avoid stack overflow in the regexp matcher if | |
5964 field contents become large. | |
5965 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5966 bibtex-field-string-part-not-braced, | |
5967 bibtex-field-string-part-no-inner-braces, | |
5968 bibtex-field-string-part-1-inner-brace, | |
5969 bibtex-field-string-part-2-inner-braces, | |
5970 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5971 bibtex-field-string-quoted, bibtex-field-string, | |
5972 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5973 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5974 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5975 as parsing is now performed by the following functions. | |
5976 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5977 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5978 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5979 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5980 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5981 bibtex-search-forward-field, bibtex-search-backward-field, | |
5982 bibtex-start-of-field, bibtex-end-of-field, | |
5983 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5984 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5985 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5986 bibtex-parse-string, bibtex-search-forward-string, | |
5987 bibtex-search-backward-string, bibtex-start-of-string, | |
5988 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5989 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5990 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5991 entries. Instead of reporting the results of the parsing by | |
5992 match-beginning or match-end, these functions return data structures | |
5993 that hold the corresponding positions. | |
5994 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5995 return values rather than by match-beginning or match-end. The | |
5996 following functions have been adapted to use the new parsing | |
5997 functions. | |
5998 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5999 bibtex-enclosing-field, bibtex-format-entry, | |
6000 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
6001 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
6002 bibtex-print-help-message, bibtex-end-of-entry, | |
6003 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
6004 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
6005 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
6006 method for parsing. | |
6007 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
6008 bibtex-map-entries, bibtex-flash-head, | |
6009 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
6010 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
6011 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
6012 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
6013 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
6014 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
6015 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
6016 order to make the new binding of case-fold-search immediately | |
6017 visible. | |
27707 | 6018 |
6019 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6020 | |
27713 | 6021 * textmodes/bibtex.el: Copyright notice is up to date. |
6022 Added constant 'bibtex-maintainer-salutation. | |
6023 | |
6024 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
6025 than make-temp-name, use match-string-no-properties and eliminate | |
6026 a quadratic behavior when building bibtex-strings. | |
6027 | |
6028 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
6029 reference key contains upper case letters. | |
27707 | 6030 |
6031 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6032 | |
27713 | 6033 * bibtex.el (bibtex-reference-head): Allow entries to start with |
6034 a new line. | |
27707 | 6035 |
6036 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6037 | |
27713 | 6038 * bibtex.el: Hiding of entry bodies is not longer provided by |
6039 bibtex.el directly. Instead the hideshow package can be used. | |
6040 Added a special bibtex entry to hs-special-modes-alist. | |
6041 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 6042 |
6043 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6044 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6045 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6046 at ':' characters by call to split-string. |
27729 | 6047 |
6048 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6049 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6050 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 6051 |
6052 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6053 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6054 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6055 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6056 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6057 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6058 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6059 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6060 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6061 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
|
6062 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6063 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6064 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6065 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6066 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6067 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6068 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6069 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6070 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6071 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6072 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6073 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6074 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6075 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6076 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6077 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6078 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6079 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6080 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6081 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6082 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6083 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 6084 |
6085 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6086 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6087 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6088 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6089 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6090 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6091 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6092 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6093 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6094 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6095 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
|
6096 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6097 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6098 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6099 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6100 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6101 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6102 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
|
6103 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6104 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6105 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
|
6106 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
|
6107 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6108 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6109 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6110 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6111 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6112 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
|
6113 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6114 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6115 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
|
6116 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
|
6117 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6118 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6119 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6120 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
|
6121 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
|
6122 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
|
6123 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6124 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6125 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6126 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6127 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
|
6128 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6129 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6130 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6131 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6132 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6133 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6134 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6135 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6136 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
|
6137 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
|
6138 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6139 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6140 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6141 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6142 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6143 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6144 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
|
6145 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6146 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6147 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
|
6148 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
|
6149 visible. |
27729 | 6150 |
6151 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6152 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6153 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6154 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6155 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6156 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6157 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
|
6158 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6159 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6160 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6161 reference key contains upper case letters. |
27729 | 6162 |
6163 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6164 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6165 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6166 a new line. |
27729 | 6167 |
6168 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6169 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6170 * 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
|
6171 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6172 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6173 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 6174 |
6175 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6176 | |
27713 | 6177 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 6178 proceedings entry type (for cross referencing). Thanks to Wagner |
6179 Toledo Correa for the suggestion. | |
6180 | |
27713 | 6181 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 6182 |
27690 | 6183 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
6184 | |
6185 * international/characters.el: Setup case table for Vietnamese. | |
6186 | |
27687 | 6187 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
6188 | |
6189 * uniquify.el (toplevel): Require CL at compile time. | |
6190 (uniquify-push): Removed. | |
6191 | |
6192 * shadowfile.el (shadow-when): Removed. | |
6193 | |
6194 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
6195 (tempo-process-and-insert-string): Use dolist instead of | |
6196 tempo-dolist. | |
6197 | |
6198 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
6199 regexp for paragraph-start. | |
6200 | |
6201 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
6202 commas as well. | |
6203 | |
27657 | 6204 2000-02-10 Dave Love <fx@gnu.org> |
6205 | |
6206 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
6207 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
6208 Deleted. | |
6209 (widget-specify-field, widget-specify-button): Don't use | |
6210 widget-mouse-help as help-echo property. | |
6211 (default): Use #'ignore for :validate and :mouse-down-action. | |
6212 (checkbox): Add help-echo. | |
6213 (widget-sexp-validate): Rewritten to clarify error messages. | |
6214 (character): Use char-valid-p in :match function. | |
6215 (widget-color-complete): Use facemenu-color-alist. | |
6216 (widget-color-action): Use facemenu-read-color. | |
6217 | |
6218 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
6219 set up `caar' &c that we now have. | |
6220 | |
27713 | 6221 2000-02-09 Ray Blaak <blaak@gnu.org> |
6222 | |
6223 * delphi.el: Make resourcestring a declaration region, like const | |
6224 and var. | |
6225 | |
27652 | 6226 2000-02-09 Dave Love <fx@gnu.org> |
6227 | |
6228 * bindings.el (mode-line-input-method-map): New variable. | |
6229 (mode-line-mule-info): Use it; fix last change. | |
6230 (mode-line-mode-menu): Move definition. | |
6231 (mode-line-mouse-sensitive-p): Deleted. | |
6232 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
6233 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
6234 level. | |
6235 | |
6236 * startup.el (command-line-1): Don't call | |
6237 make-mode-line-mouse-sensitive. | |
6238 | |
27644 | 6239 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
6240 | |
6241 * mail/rmail.el (rmail-retry-failure): Use | |
6242 rmail-beginning-of-message before rmail-toggle-header, because the | |
6243 former toggles headers. | |
6244 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6245 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
|
6246 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
6247 * 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
|
6248 (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
|
6249 (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
|
6250 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
|
6251 (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
|
6252 (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
|
6253 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6254 * 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
|
6255 (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
|
6256 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
|
6257 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6258 (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
|
6259 (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
|
6260 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
|
6261 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
|
6262 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6263 (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
|
6264 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6265 (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
|
6266 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
|
6267 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6268 (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
|
6269 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
|
6270 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6271 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
|
6272 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6273 * 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
|
6274 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
|
6275 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6276 * 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
|
6277 |
27610 | 6278 2000-02-04 Dave Love <fx@gnu.org> |
6279 | |
27617 | 6280 * bindings.el (mode-line-mule-info): Fix/extend last change. |
6281 | |
27610 | 6282 * completion.el: Replace completion-dolist with dolist. |
6283 | |
6284 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
6285 dotimes. | |
6286 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6287 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6288 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6289 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6290 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6291 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6292 * 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
|
6293 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6294 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6295 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6296 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6297 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6298 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6299 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6300 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6301 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6302 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6303 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6304 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6305 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6306 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6307 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6308 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6309 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6310 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6311 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6312 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6313 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6314 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6315 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6316 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6317 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6318 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6319 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6320 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6321 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6322 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6323 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6324 (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
|
6325 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6326 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6327 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6328 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6329 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6330 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6331 |
27590 | 6332 2000-02-02 Dave Love <fx@gnu.org> |
6333 | |
6334 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
6335 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
6336 | |
6337 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
6338 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
6339 the new builtins directly. | |
6340 | |
6341 * whitespace.el (whitespace): Add :version to defgroup. | |
6342 | |
6343 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
6344 Doc fix. | |
6345 | |
6346 * thingatpt.el (sexp-at-point, symbol-at-point) | |
6347 (number-at-point, list-at-point): Add autoload cookie. | |
6348 | |
6349 * recentf.el (recentf): Add :version to defgroup. | |
6350 | |
6351 * quickurl.el (quickurl): Add :version to defgroup. | |
6352 | |
6353 * elide-head.el (elide-head): Use point-marker more. | |
6354 | |
6355 * bs.el (bs): Add :version to defgroup. | |
6356 | |
6357 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
6358 | |
6359 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
6360 | |
27587 | 6361 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
6362 | |
6363 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
6364 succeeding process operation sets a different coding system. | |
6365 | |
6366 * calculator.el: New file. | |
6367 | |
27572 | 6368 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
6369 | |
6370 * frame.el (frames-on-display-list, framep-on-display): New | |
6371 functions. | |
6372 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
6373 (display-selections-p, display-screens, display-pixel-width) | |
6374 (display-pixel-height, display-mm-width, display-mm-height) | |
6375 (display-backing-store, display-save-under, display-planes) | |
6376 (display-color-cells, display-visual-class): New functions. | |
6377 | |
6378 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6379 | |
6380 * faces.el (display-color-p): Use framep-on-display. | |
6381 (display-grayscale-p): New function. | |
6382 | |
27549 | 6383 2000-01-31 Dave Love <fx@gnu.org> |
6384 | |
6385 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6386 (create-fontset-from-x-resource): Don't concat integers. | |
6387 | |
27545 | 6388 2000-01-31 Inge Frick <inge@nada.kth.se> |
6389 | |
6390 * view.el: Some changes in documentation. Removed some trailing | |
6391 whitespace. Changed some parameter names to agree with | |
6392 documentation. | |
6393 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6394 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6395 |
27541 | 6396 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6397 | |
27543 | 6398 * windmove.el: New file. |
6399 | |
27541 | 6400 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6401 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6402 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6403 |
27541 | 6404 * jit-lock.el (jit-lock-function): Widen before calculating end |
6405 position. | |
6406 (jit-lock-stealth-chunk-start): Rewritten. | |
6407 | |
6408 * info.el (Info-title-face-alist): Removed. | |
6409 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6410 faces. | |
6411 (Info-fontify-node): Use these faces. | |
6412 | |
27527 | 6413 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6414 | |
6415 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6416 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6417 `&allow-other-keywords'. | |
6418 | |
6419 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6420 the list of directories scanned heuristically. | |
6421 | |
6422 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6423 exist. | |
6424 | |
27523 | 6425 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6426 | |
6427 * w32-fns.el: Define w32-tty-standard-colors. | |
6428 | |
6429 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6430 w32 console mode. | |
6431 | |
27510 | 6432 2000-01-30 Dave Love <fx@gnu.org> |
6433 | |
27513 | 6434 * jka-compr.el (jka-compr-load): Fix up load-history. |
6435 | |
27510 | 6436 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6437 | |
6438 * emacs-lisp/cl-macs.el: Revert previous change. | |
6439 | |
27499 | 6440 2000-01-29 Dave Love <fx@gnu.org> |
6441 | |
6442 * facemenu.el: Purecopy various strings. | |
6443 | |
6444 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6445 years. Deal with three-digit years. | |
6446 | |
6447 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6448 defconst, purecopy. | |
6449 (help-back-label): Purecopy it. | |
6450 | |
27498 | 6451 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6452 | |
6453 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6454 variable. If non-nil, order the buffer list according to the | |
6455 currently selected frame. | |
6456 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6457 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
|
6458 |
27496 | 6459 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6460 | |
6461 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6462 | |
27486 | 6463 2000-01-28 Dave Love <fx@gnu.org> |
6464 | |
27491 | 6465 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6466 | |
27486 | 6467 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6468 Don't use lisp-indent-hook property. | |
6469 (cl-abs): Remove. | |
6470 | |
6471 * subr.el: Move out indent and edebug specs for when and unless. | |
6472 | |
6473 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6474 when, unless. | |
6475 | |
6476 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6477 unless, when. | |
6478 | |
27467 | 6479 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6480 | |
27481 | 6481 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6482 `collecting' as synonym for `collect'. | |
6483 | |
6484 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6485 for the case it contains spaces. | |
6486 | |
6487 * simple.el (what-cursor-position): Change formatting of | |
6488 messages. | |
6489 | |
27473 | 6490 * frame.el (delete-other-frames): New function. |
6491 (toplevel): Bind it to C-x 5 1. | |
6492 | |
27469 | 6493 * sort.el (sort-numeric-base): New option. |
6494 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6495 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6496 as default base. | |
6497 | |
27467 | 6498 * progmodes/glasses.el: New file. |
6499 | |
27451 | 6500 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6501 | |
27461 | 6502 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6503 userids differently. | |
6504 | |
27451 | 6505 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6506 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6507 progmodes/ebnf-yac.el: New files. | |
6508 | |
27446 | 6509 2000-01-26 Dave Love <fx@gnu.org> |
6510 | |
6511 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6512 on a function with an empty body. [From Eric Ludlam.] | |
6513 | |
27437 | 6514 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6515 | |
6516 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6517 | |
27433 | 6518 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6519 | |
6520 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6521 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6522 | |
27419 | 6523 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6524 | |
6525 * language/thai-util.el (thai-composition-function): Delete | |
6526 superfluous `a'. | |
6527 | |
27418 | 6528 2000-01-24 Dave Love <fx@gnu.org> |
6529 | |
6530 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6531 end-of-defun-function. | |
6532 | |
6533 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6534 &c. | |
6535 | |
27405 | 6536 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6537 | |
6538 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6539 conflicts with new face support. | |
6540 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6541 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6542 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6543 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6544 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6545 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6546 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6547 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6548 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6549 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6550 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6551 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6552 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6553 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6554 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6555 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6556 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6557 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6558 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6559 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6560 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6561 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6562 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6563 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6564 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6565 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6566 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6567 |
27366 | 6568 2000-01-19 Dave Love <fx@gnu.org> |
6569 | |
27368 | 6570 * files.el (user-init-file): Don't declare here -- is primitive. |
6571 | |
27366 | 6572 * startup.el (command-line): Check for compiled user-init-file and |
6573 set to uncompiled version if necessary. | |
6574 | |
27358 | 6575 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6576 | |
27361 | 6577 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6578 (undigestify-rmail-message): Use it. | |
6579 | |
27358 | 6580 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6581 | |
27351 | 6582 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6583 | |
6584 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6585 of mini-buffer. | |
6586 | |
27326 | 6587 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6588 | |
27330 | 6589 * emacs-lisp/copyright.el (copyright-update): Removed the |
6590 requirement for a trailing space from `copyright-regexp', to | |
6591 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6592 |
27327 | 6593 * align.el: New file. |
6594 | |
27326 | 6595 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6596 | |
6597 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6598 | |
27323 | 6599 2000-01-13 Dave Love <fx@gnu.org> |
6600 | |
6601 * ph.el: Removed. (Obsoleted by EUDC.) | |
6602 | |
27321 | 6603 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6604 | |
6605 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6606 menu with easymenu, because that causes build problems. | |
6607 | |
6608 * frame.el (frame-notice-user-settings): New variable. | |
6609 (frame-notice-user-settings): Don't modify frame parameters | |
6610 if called a second time. | |
6611 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6612 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6613 |
6614 * frame.el (frame-notice-user-settings): | |
6615 Notice default-frame-parameters even for non-window frames. | |
6616 | |
27318 | 6617 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6618 | |
6619 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6620 for Emacs. | |
6621 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6622 (eudc-bob-toggle-inline-display): Ditto. | |
6623 (eudc-bob-display-jpeg): Ditto. | |
6624 | |
27304 | 6625 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6626 | |
27313 | 6627 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6628 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6629 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
|
6630 |
27312 | 6631 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6632 nil)'. | |
6633 | |
6634 * subdirs.el: Add `net' directory. | |
6635 | |
27308 | 6636 * net: New directory. |
6637 | |
27304 | 6638 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6639 eval-last-sexp. Don't bind debug-on-error here. | |
6640 (eval-last-sexp): New function. Bind debug-on-error if | |
6641 eval-expression-debug-on-error is non-nil. | |
6642 (eval-defun-2, eval-defun): Likewise. | |
6643 | |
6644 * simple.el (eval-expression): Don't bind debug-on-error if | |
6645 eval-expression-debug-on-error is nil. Detect changed | |
6646 debug-on-error, and propagate new value to global binding, if | |
6647 eval-expression-debug-on-error is non-nil, | |
6648 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6649 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6650 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6651 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6652 * 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
|
6653 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6654 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6655 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6656 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6657 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6658 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6659 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6660 |
27288 | 6661 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6662 | |
27291 | 6663 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6664 of erasing buffer. | |
6665 | |
27288 | 6666 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6667 (fill-context-prefix): Use the longest common prefix of first |
6668 and second line fill prefix, if there is one. | |
27288 | 6669 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6670 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6671 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6672 * 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
|
6673 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6674 |
27282 | 6675 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6676 | |
6677 * add-log.el (add-log-current-defun): Handle user-defined | |
6678 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6679 |
27280 | 6680 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6681 if having found a current function |
27278 | 6682 |
6683 * add-log.el (add-log-current-defun): Call | |
6684 `add-log-current-defun-function'. Try matches at level 0 and | |
6685 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6686 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6687 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6688 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6689 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6690 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6691 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6692 |
27265 | 6693 2000-01-10 Dave Love <fx@gnu.org> |
6694 | |
6695 * elide-head.el (elide-head): Use point-marker, not point. | |
6696 | |
27261 | 6697 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6698 | |
27263 | 6699 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6700 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6701 |
27261 | 6702 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6703 Add ispell- prefix. | |
6704 | |
6705 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6706 | |
6707 * ispell.el: Only define dictionaries in menus when they exist. | |
6708 (version18p): New variable. | |
6709 (version20p): New variable. | |
6710 (xemacsp): New variable. | |
6711 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6712 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6713 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6714 run-together words. |
27261 | 6715 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6716 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6717 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6718 library path when called non-interactively. |
27261 | 6719 (ispell-menu-map-needed): Uses new variables. |
6720 (ispell-library-path): New variable. | |
6721 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6722 (ispell-word): Improved documentation string. Test for valid | |
6723 character mappings. Correctly check typed in word changes that can | |
6724 result in single words split into multiple words. Returns | |
6725 replacement word. | |
6726 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6727 replace in recursive query replace mode. Help message for | |
6728 recursive edit mode. | |
6729 (ispell-show-choices): Protect against bad framepop bindings. | |
6730 (ispell-help): Fix to work with XEmacs. | |
6731 (ispell-highlight-spelling-error): Use new variables. | |
6732 (ispell-overlay-window): Fix to work with XEmacs. | |
6733 (ispell-parse-output): Passed and returns location information | |
6734 tracking spelling corrections. Doesn't recheck same word on | |
6735 current line. | |
6736 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6737 Fix call to single argument in sleep-for. Use new variables. | |
6738 (ispell-region): Passed and returns location information tracking | |
6739 spelling corrections. Doesn't check same word on current line. | |
6740 Improved documentation string. Doesn't resend a line already | |
6741 checked to the ispell process - fixes bug in LaTeX parsing. | |
6742 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6743 (ispell-skip-region): No longer skips <TT> in SGML. | |
6744 (ispell-process-line): Tracks location information with spelling | |
6745 corrections. Added documentation string. Accounts for words | |
6746 already accepted on this line. Don't allow query-replace on line | |
6747 starting with math characters. Doesn't resend a line already sent | |
6748 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6749 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6750 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6751 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6752 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6753 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6754 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6755 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6756 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
|
6757 |
27255 | 6758 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6759 | |
6760 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6761 of a real newline. | |
6762 | |
27253 | 6763 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6764 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6765 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6766 for .png files. |
6767 | |
27251 | 6768 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6769 | |
6770 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6771 | |
27247 | 6772 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6773 | |
27249 | 6774 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6775 | |
27247 | 6776 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6777 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6778 recursion. |
6779 | |
27244 | 6780 2000-01-08 Dave Love <fx@gnu.org> |
6781 | |
27265 | 6782 * emacs-lisp/backquote.el: Remove inappropriate customization |
6783 (allowing custom.el to use backquote). | |
27244 | 6784 |
27241 | 6785 2000-01-07 Dave Love <fx@gnu.org> |
6786 | |
6787 * add-log.el (add-log-debugging): Deleted. | |
6788 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6789 file. Remove debugging code. | |
6790 (change-log-get-method-definition, change-log-name): Add doc. | |
6791 (change-log-sortable-date-at): New function. | |
6792 (change-log-merge): New command. | |
6793 | |
6794 * time.el (display-time-string-forms): Make the Mail string active. | |
6795 (display-time-update): Provide help-echo for load average. | |
6796 | |
6797 * bindings.el (make-mode-line-mouse2-map): New function. | |
6798 (mode-line-modified): Use it and simplify. | |
6799 (mode-line-mule-info): Provide help-echo info. | |
6800 (minor-mode-alist): Activate the strings. | |
6801 (make-mode-line-mouse-sensitive): Simplify for | |
6802 mode-line-buffer-identification. | |
6803 | |
27233 | 6804 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6805 | |
6806 * play/pong.el: New file. | |
6807 | |
27241 | 6808 2000-01-06 Dave Love <fx@gnu.org> |
6809 | |
6810 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6811 `array-' prefix for symbols. | |
6812 | |
6813 2000-01-05 Dave Love <fx@gnu.org> | |
6814 | |
6815 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6816 outline-headers-as-kill. | |
6817 (outline-mode): Define imenu-generic-expression. | |
6818 (outline-headers-as-kill): New command. | |
6819 | |
6820 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6821 from paragraph-start. | |
6822 (paragraph-indent-minor-mode): New command. | |
6823 | |
6824 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6825 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6826 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6827 (fortran-column-ruler): Simplify. | |
6828 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6829 (fortran-with-subprogram-narrowing): Likewise. | |
6830 (fortran-indent-subprogram): Call mark-defun. | |
6831 (fortran-check-for-matching-do): Change narrowing. | |
6832 | |
6833 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6834 (cl-lucid-hash-tag): Delete. | |
6835 (cl-hash-table-p): Correct test for native table. | |
6836 (cl-hash-table-count): Use hash-table-count. | |
6837 | |
6838 * browse-url.el (browse-url): Fix case of | |
6839 browse-url-browser-function being an alist. | |
6840 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6841 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6842 |
27233 | 6843 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6844 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6845 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6846 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6847 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6848 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6849 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6850 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6851 |
27191 | 6852 2000-01-05 Dave Love <fx@gnu.org> |
6853 | |
27241 | 6854 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6855 (beginning-of-defun-raw): Use it. |
6856 (end-of-defun): New variable. | |
6857 (end-of-defun): Use it. | |
6858 (check-parens): New command. | |
6859 | |
27182 | 6860 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6861 | |
27233 | 6862 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6863 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6864 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6865 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6866 |
27176 | 6867 2000-01-05 Andreas Schwab <schwab@suse.de> |
6868 | |
6869 * hscroll.el (hscroll): Doc fix. | |
6870 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6871 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6872 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6873 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6874 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6875 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6876 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6877 file idlw-rinfo.el. |
27182 | 6878 (idlwave-customize): load must read file idlw-shell.el. |
6879 (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
|
6880 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6881 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6882 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6883 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6884 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6885 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6886 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6887 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6888 both reftex-dcr and reftex-vcr. |
27182 | 6889 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6890 * 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
|
6891 |
27164 | 6892 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6893 |
6894 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6895 (ps-print-version): New version number (5.0.3). | |
6896 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6897 local. | |
6898 (ps-spool-config): Initialization fix. | |
27233 | 6899 (ps-print-prologue-1, ps-print-prologue-2) |
6900 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6901 (ps-background-image): Little code reformating. |
6902 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6903 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6904 (ps-prologue-file): New fun. |
6905 | |
27159 | 6906 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6907 | |
27233 | 6908 * ps-vars.el: Eliminated. |
27159 | 6909 |
6910 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6911 `;;;###autoload'. | |
6912 | |
6913 * ps-print.el: ps-vars eliminated, doc fix. | |
6914 (ps-print-version): New version number (5.0.2). | |
6915 (ps-spool-config): Initialization fix. | |
6916 (ps-print-customize): New fun. | |
6917 | |
27155 | 6918 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6919 | |
6920 * autorevert.el (auto-revert-mode): Return value of | |
6921 auto-revert-mode. | |
6922 | |
27152 | 6923 2000-01-04 Dave Love <fx@gnu.org> |
6924 | |
27198 | 6925 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6926 menu items. | |
27152 | 6927 |
27124 | 6928 2000-01-03 Dave Love <fx@gnu.org> |
6929 | |
27191 | 6930 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6931 |
27241 | 6932 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6933 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6934 `cl-hash-table-p', not `hash-table-p'. | |
6935 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6936 | |
27119 | 6937 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6938 | |
6939 * faces.el (face-read-integer, read-face-attribute) | |
6940 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6941 strings. | |
6942 | |
27112 | 6943 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6944 | |
6945 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6946 at comment end, and re-insert them after filling. | |
6947 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6948 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
|
6949 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6950 * 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
|
6951 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6952 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
|
6953 |
27102 | 6954 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6955 | |
6956 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6957 the new name of face-color-supported-p. | |
6958 | |
6959 * term/w32-win.el (xw-defined-colors): Likewise. | |
6960 | |
27097 | 6961 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6962 | |
6963 * simple.el (completion-setup-function): Count completion-size | |
6964 from minibuffer-prompt-end, not from point-min. | |
6965 | |
27091 | 6966 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6967 | |
6968 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6969 Pass the frame to tty-color-* functions. | |
6970 (display-color-p, frame-set-background-mode): Pass the frame to | |
6971 tty-display-color-p. | |
6972 | |
6973 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6974 tty-color-alist. | |
6975 (tty-color-alist, tty-modify-color-alist): New functions. | |
6976 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6977 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6978 an optional parameter FRAME. | |
6979 | |
27074 | 6980 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6981 | |
27082 | 6982 * image.el (create-image, defimage): Don't assume image data is a |
6983 string. | |
6984 | |
27074 | 6985 * image.el (defimage): Handle specifications containing :data |
6986 instead of :file. | |
6987 (image-type-from-data): New function. | |
6988 (image-type-from-file-header): Use it. | |
6989 (create-image): Add parameter DATA-P. | |
27182 | 6990 |
30729 | 6991 See ChangeLog.8 for earlier changes. |
30993 | 6992 |
6993 ;; Local Variables: | |
31291 | 6994 ;; coding: iso-2022-7bit-unix |
30993 | 6995 ;; End: |