Mercurial > emacs
annotate lisp/ChangeLog @ 31327:02375e0f6ea7
(eval-when-compile): Don't lose if esh-module.el's file name
is truncated to DOS 8+3 limits.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Sep 2000 05:34:42 +0000 |
parents | a36c3cf583d4 |
children | 548aceb8313d |
rev | line source |
---|---|
31326 | 1 2000-09-01 John Wiegley <johnw@gnu.org> |
2 | |
3 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing | |
4 predicate, which caused entries in the completion list to be | |
5 doubled. | |
6 | |
7 2000-08-30 John Wiegley <johnw@gnu.org> | |
8 | |
9 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct | |
10 sending to subprocesses. Also, hook pre-command-hook if | |
11 `eshell-send-direct-to-subprocesses' is non-nil. | |
12 (eshell-send-direct-to-subprocesses): New config variable. If t, | |
13 subprocess input is send immediately. | |
14 (eshell-toggle-direct-send): New function. | |
15 (eshell-self-insert-command): New function. | |
16 (eshell-intercept-commands): New function. | |
17 (eshell-send-input): If direct subprocess sending is enabled, | |
18 don't echo any input to the Eshell buffer. Let the subprocess | |
19 handle that. This requires "stty echo" in bash, for example. | |
20 | |
21 2000-08-28 John Wiegley <johnw@gnu.org> | |
22 | |
23 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added | |
24 completion function for Eshell's implementation of `unset'. | |
25 | |
31325 | 26 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
27 | |
28 * info.el (Info-directory-list): Doc fix. | |
29 | |
31314
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
30 2000-08-31 Peter Breton <pbreton@ne.mediaone.net> |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
31 |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
32 * filecache.el (file-cache-add-directory-using-find): Don't quote |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
33 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
|
34 |
31305 | 35 2000-08-31 Kenichi Handa <handa@etl.go.jp> |
36 | |
37 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect | |
38 coding systems. | |
39 | |
31291 | 40 2000-08-30 Andrew Innes <andrewi@gnu.org> |
41 | |
42 * timer.el (run-with-idle-timer): Undo last change, so that timer | |
43 is not activated immediately if Emacs is already idle. Some | |
44 existing code relies on this behaviour. | |
45 | |
31289 | 46 2000-08-30 Miles Bader <miles@gnu.org> |
47 | |
48 * frame.el (set-frame-font): Do completion of font-name for | |
49 interactive use. | |
50 | |
31283 | 51 2000-08-30 Kenichi Handa <handa@etl.go.jp> |
52 | |
53 * international/quail.el (quail-start-translation): Bind locally | |
54 last-command-event, last-command, and this-command. | |
55 (quail-start-conversion): Likewise. | |
31285 | 56 (quail-self-insert-command): Fix docstring. |
31283 | 57 |
31282 | 58 2000-08-29 Gerd Moellmann <gerd@gnu.org> |
59 | |
60 * progmodes/executable.el | |
61 (executable-make-buffer-file-executable-if-script-p): Check that | |
62 buffer contains at least 2 characters. | |
63 | |
31276 | 64 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il> |
65 | |
66 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix. | |
67 | |
31264 | 68 2000-08-29 Dave Love <fx@gnu.org> |
69 | |
31270 | 70 * diff-mode.el (diff-mode) <defgroup>: Add :version. |
71 (diff-mode-shared-map): Bind mouse-2. | |
72 (diff-imenu-generic-expression): New variable. | |
73 (diff-mode): Use it. | |
74 | |
31264 | 75 * mouse.el (mouse-major-mode-menu): Use local-key-binding. |
76 (mouse-popup-menubar): Add minor mode menus. | |
77 (popup-menu): Check for lookup-key returning number. | |
78 | |
31263 | 79 2000-08-29 Miles Bader <miles@gnu.org> |
80 | |
81 * comint.el (comint-send-input): Create overlays using the proper | |
82 front/read-advance arguments. | |
83 | |
31254 | 84 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
85 | |
86 * ps-print.el: Even/odd pages printing. Doc fix. | |
87 (ps-print-version): New version number (6.0). | |
88 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image) | |
89 (ps-background, ps-begin-file, ps-begin-job): Code fix. | |
90 (ps-print-duplex-feature): Variable eliminated. | |
91 (ps-even-or-odd-pages): New variable. | |
92 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
93 * progmodes/ebnf2ps.el: Doc fix. |
31256 | 94 (ebnf-version): New version (3.3). |
95 (ebnf-user-arrow): Change variable customization to sexp. | |
96 (ebnf-user-arrow): Function eliminated. | |
97 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix. | |
98 | |
31242 | 99 2000-08-29 Kenichi Handa <handa@etl.go.jp> |
100 | |
31244 | 101 * help.el (help-xref-mule-regexp): New variable. |
31242 | 102 (help-make-xrefs): Handle help-xref-mule-regexp. |
103 | |
104 * international/mule-cmds.el (help-xref-mule-regexp-template): New | |
105 variable. | |
106 (describe-input-method): Temporarily activate the specfied input | |
107 method to display the information. | |
108 (describe-language-environment): Hyperlinks to mule related items. | |
109 | |
110 * international/mule-diag.el (charset-multibyte-form-string): New | |
111 function. | |
112 (list-character-sets-1): Use charset-multibyte-form-string. | |
113 (describe-character-set): New function. | |
114 (describe-coding-system): Hyperlinks to safe character sets. | |
115 | |
116 * international/quail.el (quail-help): New arg PACKAGE. | |
117 Hyperlinks to mule related items. | |
118 (quail-help-insert-keymap-description): Use | |
119 substitute-command-keys instead of describe-bindings. | |
120 (quail-translation-help): Hyperlinks to mule related items. | |
121 | |
31240 | 122 2000-08-28 John Wiegley <johnw@gnu.org> |
123 | |
31241 | 124 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to |
125 have a defsubst call itself. Made `eshell-flatten-list' back into | |
126 a function again. | |
127 | |
31240 | 128 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety |
129 catch, in case re-centering point at bottom messes up the display. | |
130 This happens frequently in Emacs 21, due I believe to variable | |
131 line heights. | |
132 | |
133 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order | |
134 to call `find-tag-interactive'. | |
135 | |
136 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display | |
137 the list of remember directories. | |
138 | |
31239 | 139 2000-08-28 John Wiegley <johnw@gnu.org> |
140 | |
141 * align.el: Test align-region-separate to see if it's a symbol. | |
142 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
143 2000-08-28 John Wiegley <johnw@gnu.org> |
31239 | 144 |
145 * eshell/esh-util.el (eshell-flatten-list): Made this function | |
146 into a defsubst form. It gets used very frequently, although | |
147 calls don't occur all that often. | |
148 | |
149 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before | |
150 examining it. | |
151 | |
152 * eshell/esh-cmd.el (eshell-rewrite-while-command): | |
153 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of | |
154 `eshell-protect'. | |
155 (eshell-copy-handles): Created a new macro for duplicating the | |
156 current set of open handles. This is needed by the looping | |
157 functions. | |
158 (eshell-do-eval): Fixed while and if, so that the eshell-test-body | |
159 is not incorrectly stomped on. | |
160 | |
161 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror | |
162 declaration for pcomplete-use-paring. | |
163 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the | |
164 value of eshell-cmpl-use-paring. | |
165 * pcomplete.el (pcomplete-use-paring): New config variable, to | |
166 indicate whether paring should be used. | |
167 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out | |
168 completion alternatives that have already been used. | |
169 | |
170 * eshell/esh-mode.el (eshell-repeat-argument): Added function, | |
171 bound to C-c C-y, which will repeat the previous N arguments | |
172 (based on prefix argument). | |
173 (eshell-mode): Bind C-c C-y to eshell-repeat-argument. | |
174 | |
175 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer | |
176 if there is no *Help* buffer. This is for XEmacs, which renames | |
177 its help buffers uniquely. TODO: Find out what the current buffer | |
178 name to delete is. | |
179 | |
180 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the | |
181 first entry that correlates to a passwd/group number. Later | |
182 entries (used for group/user name aliasing to multiple IDs) are | |
183 ignored. | |
184 | |
185 * eshell/em-xtra.el (eshell/expr): | |
186 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make) | |
187 (eshell-grep, eshell/diff, eshell/locate): | |
188 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the | |
189 argument list, before passing it to the system command. | |
190 | |
191 * eshell/esh-mode.el (eshell-find-tag): Added a special version of | |
192 `find-tag' for use at final position in Eshell buffers (which | |
193 otherwise triggers an error on Emacs 21). | |
194 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell | |
195 buffer, if it is currently bound to `find-tag'. | |
196 | |
197 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile | |
198 in the list of matched Makefile names. | |
199 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current | |
200 directory, prefer its contents to Makefile. | |
201 | |
202 * eshell/em-dirs.el (eshell/cd): cd commands that look up | |
203 directory parts (like "cd old new", or "cd =regexp"), are now case | |
204 sensitive on non-Windows/DOS platforms. | |
205 | |
206 * eshell/esh-mode.el (eshell-parse-command-input): When a user | |
207 types RET after an open delimiter (like "), display a message | |
208 indicating that Eshell is waiting for the closing delimiter. | |
209 | |
210 * eshell/esh-var.el (eshell/unset): Added a command for unsetting | |
211 environment variables. | |
212 | |
213 * eshell/em-unix.el (eshell/diff): Added logic to fail more | |
214 gracefully if the user enters incorrect arguments. | |
215 | |
216 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in | |
217 Eshell buffers. | |
218 | |
219 * eshell/esh-var.el (eshell-interpolate-variable): | |
220 * eshell/esh-mode.el (eshell-move-argument): | |
221 * eshell/em-unix.el (eshell-du-sum-directory): | |
222 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): | |
223 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of | |
224 (not (= ...)). | |
225 | |
226 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply', | |
227 to ensure the `preserve' flag gets propagated when doing recursive | |
228 directory copies. | |
229 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
230 2000-08-28 Stefan Monnier <monnier@cs.yale.edu> |
31239 | 231 |
232 * eshell/em-hist.el (eshell-put-history, eshell-get-history): | |
233 Don't convert \n into \0177 in memory. | |
234 (eshell-read-history, eshell-write-history): Convert \n to \0177, | |
235 and back again, when reading and writing. | |
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 Eli Zaretskii <eliz@is.elta.co.il> |
31239 | 238 |
239 * eshell/esh-util.el (eshell-processp): Added to relieve constant | |
240 testing of `fboundp' on `processp'. | |
241 | |
242 * eshell/esh-proc.el (eshell/kill): Use eshell-processp. | |
243 (eshell/jobs): Don't call process-list if it is not bound. | |
244 (eshell-gather-process-output): Support systems where async | |
245 subprocesses aren't supported. | |
246 (eshell-scratch-buffer, eshell-last-sync-output-start): New | |
247 variables. | |
248 | |
249 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when | |
250 eshell-do-eval returns t. | |
251 (eshell-do-pipelines-synchronously): New defmacro. | |
252 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines | |
253 when async subprocesses aren't supported. | |
254 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer | |
255 if async subprocesses aren't supported. | |
256 (eshell-resume-command): Don't assume STATUS is a string. | |
257 | |
258 * eshell/em-unix.el (eshell/rm): Use eshell-processp. | |
259 | |
260 * eshell/esh-io.el (eshell-virtual-targets): Doc fix. | |
261 (eshell-close-target, eshell-get-target): Use eshell-processp. | |
262 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc | |
263 fix. | |
264 (eshell-get-target, eshell-create-handles): Doc fix. | |
265 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
266 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
|
267 |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
268 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the |
31239 | 269 criterion to include commands that output something, as long as it |
270 leaves both the command and the end-of-buffer visible when the | |
271 command has exited. | |
272 (eshell-review-quick-commands): Adjust the help doc string | |
273 accordingly. | |
274 | |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
275 2000-08-28 Peter Breton <pbreton@ne.mediaone.net> |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
276 |
31238
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
277 * locate.el (locate): Cleaned up locate command's interactive prompting |
31242 | 278 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
|
279 |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
280 * filecache.el (file-cache-case-fold-search): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
281 (file-cache-assoc-function): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
282 (file-cache-minibuffer-complete): Use file-cache-assoc-function. |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
283 Use file-cache-case-fold-search variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
284 (file-cache-add-file): Use file-cache-assoc-function |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
285 (file-cache-delete-file): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
286 (file-cache-directory-name): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
287 (file-cache-debug-read-from-minibuffer): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
288 |
31231 | 289 2000-08-28 Gerd Moellmann <gerd@gnu.org> |
290 | |
291 * abbrev.el (list-abbrevs): Add optional parameter LOCAL. | |
292 (abbrev-table-name): New function. | |
293 (prepare-abbrev-list-buffer): Add optional parameter LOCAL. | |
294 If non-nil list local abbrev, only. | |
295 | |
31229 | 296 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu> |
297 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
298 * 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
|
299 from Gnus support code, and use special article copy buffer |
31229 | 300 `(gnus-original-article-buffer)' instead. This allows to get rid |
301 of article-hide-headers usage (which breaks in the latest Gnus | |
302 version). Thanks to Detlev Zundel. | |
303 | |
31216 | 304 2000-08-28 Kenichi Handa <handa@etl.go.jp> |
305 | |
306 * international/quail.el (quail-use-package): Hide "... loaded" | |
307 message. | |
308 (quail-start-translation, quail-start-conversion): Likewise. | |
309 | |
310 * international/kkc.el (kkc-region): Hide "... loaded" message. | |
311 | |
31212 | 312 2000-08-27 Dave Love <fx@gnu.org> |
313 | |
314 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg. | |
315 | |
31198 | 316 2000-08-27 Miles Bader <miles@gnu.org> |
317 | |
318 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts. | |
319 | |
31195 | 320 2000-08-27 Kenichi Handa <handa@etl.go.jp> |
321 | |
322 * international/ja-dic-cnv.el (skkdic-convert): Insert (require | |
323 'ja-dic-cnv), not (require 'skkdic-cnv). | |
324 | |
31180 | 325 2000-08-26 Miles Bader <miles@gnu.org> |
326 | |
31194 | 327 * faces.el (face-x-resources): Add entry for :inherit. |
328 * cus-face.el (custom-face-attributes): Add support for :inherit | |
329 attribute. Add support for relative face heights. | |
330 (custom-face-attributes-get): Treat `nil' as being a default value | |
331 for :inherit (as well as `unspecified'). | |
332 | |
31191 | 333 * faces.el (set-face-attribute): Update doc string. |
334 (face-attribute-name-alist): Add :inherit. | |
335 (face-valid-attribute-values): Handle :inherit. | |
336 (face-read-string): Rephrase prompt to be less confusing. | |
337 Assume that DEFAULT is a string, since we must return a string. | |
338 (face-read-integer): Use `format' to turn DEFAULT into an | |
339 acceptable default for face-read-string. Match NEW-VALUE against | |
340 the string "unspecified", not the symbol `unspecified', since | |
341 that's what face-read-string returns. | |
342 (read-face-attribute): Lookup a name for old-value in valid, and | |
343 use it as a default if we find one. Treat all values from | |
344 face-read-string as strings. If the default is used, don't do any | |
345 more processing on the value, just use the old value directly. | |
346 (read-face-and-attribute, modify-face): Tweak prompt. | |
347 (read-face-name): Don't assume prompt ends with a space. | |
348 | |
31180 | 349 * faces.el (describe-face): Add support for :inherit attribute. |
350 | |
31166 | 351 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
352 | |
31167 | 353 * terminal.el (terminal-emulator): Fix args to `concat'. Now |
354 concat doesn't accept interger. | |
355 | |
31166 | 356 * international/kkc.el: Remove SKK from Keywords. Require |
357 ja-dic-utl instead of skkdic-utl. | |
358 | |
359 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. | |
360 Provide ja-dic-cnv instead of skkdic-cnv. | |
361 (ja-dic-filename): Renamed from skkdic-filename. Referers changed | |
362 (iso-2022-7bit-short): Add safe-charsets property. | |
363 (skkdic-convert-postfix): Search Japanese chou-on character in | |
364 addition to Hiragana character. | |
365 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. | |
366 (skkdic-convert): Change file names from skkdic.el to ja-dic.el | |
367 (batch-skkdic-convert): Likewise. | |
368 | |
369 * international/ja-dic-utl.el: Renamed from skkdic-utl.el. | |
370 Provide ja-dic-utl instead of skkdic-utl. | |
371 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic. | |
372 | |
31156 | 373 2000-08-24 Dave Love <fx@gnu.org> |
374 | |
31158 | 375 * disp-table.el (standard-display-default): Make the test of `l' |
376 useful. | |
377 | |
31156 | 378 * language/european.el ("Latin-8", "Latin-9"): Add input methods, |
379 mod sample text. | |
380 | |
381 * international/iso-ascii.el: Make pilcrow convenient string | |
382 consistent with section. | |
383 (iso-ascii-display): Set up multibyte characters as well as | |
384 unibyte. | |
385 | |
31137 | 386 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
387 | |
388 * international/mule-cmds.el (reset-language-environment): Set | |
389 default-process-coding-system to '(undecided . iso-latin-1), which | |
390 makes process I/O almost consistent with file I/O. Call this | |
391 function when mule-cmds.el[c] is loaded. | |
392 | |
31092 | 393 2000-08-22 Andrew Innes <andrewi@gnu.org> |
394 | |
395 * makefile.w32-in: New file. | |
396 | |
31038 | 397 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
398 | |
399 * comint.el (comint-output-filter): Compare end of | |
400 comint-last-output-overlay with the start of the newly inserted | |
401 text, not the end, when deciding whether to extend it. | |
402 Set saved-point's insertion type to advance after insertion. | |
403 | |
404 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
405 since this is now done independently of font-lock mode. | |
406 | |
31009 | 407 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
408 | |
409 * server.el (server-kill-new-buffers): New user option. | |
410 (server-existing-buffer): New buffer-local variable. | |
411 (server-visit-files): When using an existing buffer, set | |
412 server-existing-buffer to t. | |
413 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
414 buffer, unless it was already present before visiting it with | |
415 Emacs server. | |
416 | |
31006 | 417 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
418 | |
419 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
420 even if the display doesn't support colors: some displays will | |
421 support bold/underline faces. | |
422 | |
30997 | 423 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
424 | |
31004 | 425 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
426 | |
30997 | 427 * startup.el (command-line): If user's init file had an error, |
428 add explanatory text to *Messages*. | |
429 | |
30994 | 430 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
431 | |
432 * man.el (Man-getpage-in-background): Decode the process output by | |
433 the system locale coding system. | |
434 | |
30980 | 435 2000-08-20 Dave Love <fx@gnu.org> |
436 | |
30991 | 437 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
438 Don't test x-popup-menu. | |
439 (function) <complete-function>: Complete only fbound symbols. | |
440 <validate, value>: New. | |
441 (variable) <complete-function>: Complete only bound symbols. | |
442 (coding-system): Add :base-only, :complete-function, :validate, | |
443 :value, :prompt-match. | |
444 (widget-coding-system-prompt-value): Use read-coding-system and | |
445 act on :base-only. | |
446 (editable-field): Add :help-echo. | |
447 (widget-push-button-gui, widget-push-button-cache) | |
448 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
449 with uses. | |
450 (widget-at): Make arg optional. | |
451 (widget-echo-help): Adjust for current help-echo calling sequence. | |
452 (widget-specify-field, widget-specify-button) | |
453 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
454 (widget-convert, widget-insert, widget-leave-text) | |
455 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
456 (widget-setup, widget-field-find, widget-before-change) | |
457 (widget-after-change, widget-default-complete) | |
458 (widget-default-create, widget-default-delete) | |
459 (widget-push-button-value-create, editable-field) | |
460 (widget-field-prompt-value, widget-field-validate) | |
461 (widget-choice-value-create, widget-choice-action) | |
462 (widget-choice-validate, widget-checklist-add-item) | |
463 (widget-radio-add-item, widget-radio-chosen) | |
464 (widget-radio-value-inline, widget-editable-list-value-create) | |
465 (widget-editable-list-entry-create) | |
466 (widget-documentation-link-add) | |
467 (widget-documentation-string-value-create) | |
468 (widget-regexp-validate, widget-file-complete) | |
469 (widget-sexp-validate, widget-plist-convert-widget) | |
470 (widget-plist-convert-widget, widget-alist-convert-widget) | |
471 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
472 particularly to avoid bindings which aren't optimized out. | |
473 | |
30980 | 474 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
475 Doc fix. | |
476 (down-list, backward-up-list, up-list, kill-sexp) | |
477 (backward-kill-sexp, mark-sexp): Make arg optional. | |
478 (lisp-complete-symbol): Add optional arg PREDICATE. | |
479 | |
480 * cus-start.el: Add display-buffer-reuse-frames, | |
481 file-coding-system-alist. | |
482 | |
30975 | 483 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
484 | |
485 * startup.el (command-line): Clear realized faces after | |
486 modifying TTY color mappings. | |
487 | |
30972 | 488 2000-08-20 Miles Bader <miles@gnu.org> |
489 | |
490 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
491 merely a subset of FACE's attributes. | |
492 | |
30966 | 493 2000-08-19 Miles Bader <miles@gnu.org> |
494 | |
495 * comint.el (comint-output-filter): Save the point with a marker, | |
496 not just a buffer position. | |
497 | |
498 * international/mule.el (set-buffer-process-coding-system): Make | |
499 interactive prompt less confusing. | |
500 | |
30963 | 501 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
502 | |
503 * hilit-chg.el: General cleanup of doc strings, comments and | |
504 code formatting. | |
505 | |
30960 | 506 2000-08-19 Miles Bader <miles@gnu.org> |
507 | |
508 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
509 Compiler macro removed; beginning-of-line is no longer always | |
510 equivalent to forward-line, in the presence of fields. | |
511 | |
512 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
513 restriction, and just use save-restriction, now that it works | |
514 correctly. Don't adjust comint-last-input-start to account for | |
515 our insertion; it shouldn't have moved because we don't use | |
516 insert-before-markers anymore. Comment out call to | |
517 `force-mode-line-update'; why is it here? | |
518 | |
519 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
520 while checking for prompt to delete. Use `forward-line 0' | |
521 instead of beginning-of-line. | |
522 (gud-filter): Temporarily widen gud comint buffer while | |
523 examining output. | |
524 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
525 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
526 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
527 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
528 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
529 * 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
|
530 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
|
531 |
30953 | 532 2000-08-18 Dave Love <fx@gnu.org> |
533 | |
534 * image.el (find-image): Copy `spec' before using plist-put. | |
535 | |
30948 | 536 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
537 | |
538 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
539 `portugues'. | |
540 | |
541 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
542 backward-kill-sexp, analogous to kill-sexp. | |
543 | |
544 * progmodes/icon.el (icon-indent-line) | |
545 (icon-is-continuation-line): Handle comments specially. | |
546 | |
547 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
548 | |
549 * ispell.el: Set to standard author/maintainer/keyword fields. | |
550 Fine tuning to menu map appearance and operation, and added help. | |
551 Remove `start' and `end' error messages when compiling. | |
552 (ispell-choices-win-default-height): Fixed comment string. | |
553 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
554 castellano8 dictionaries. | |
555 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
556 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
557 dictionary, added italiano dictionary. | |
558 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
559 word character | |
560 (ispell-tex-skip-alists): Added psfig support. | |
561 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
562 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
563 (ispell-minor-check): Improved html skipping support to skip across | |
564 code, and recognize `&' commands without propper `;' syntax; | |
565 (ispell-process-line): Fix alignment error when manually | |
566 correcting spelling. | |
567 (ispell): Fix comment string. | |
568 (ispell-add-per-file-word-list): Always put word list on new line. | |
569 | |
30922 | 570 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
571 | |
30928 | 572 * format.el (format-encode-run-method): Fix error message to say |
573 `encode' instead of `decode'. Use save-window-excursion around | |
574 shell-command-on-region as in format-decode-run-method because | |
575 shell-command-on-region can display a buffer with error output. | |
576 (format-decode): Don't record undo information for the decoding. | |
577 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
578 that number part of the temporary buffer name so that more than | |
579 one decoding using a temporary buffer can happen safely. | |
580 | |
581 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
582 of `A-z' in the regexp. | |
583 | |
584 * hilit-chg.el: Fix typos in commentary. | |
585 | |
30922 | 586 * help.el (view-emacs-news): Rewritten for new naming scheme |
587 for old NEWS files. | |
588 | |
589 * startup.el (command-line): Pop to *Messages* in case an error | |
590 is signaled while loading user-init-file. | |
591 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
592 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
593 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
594 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
595 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
596 |
30906 | 597 2000-08-17 Alex Schroeder <alex@gnu.org> |
598 | |
599 * sql.el (sql-magic-go): Use comint-bol. | |
600 (sql-copy-column): Use comint-line-beginning-position. | |
601 (comint-line-beginning-position): Define a replacement for | |
602 comint-line-beginning-position if it is not fboundp. | |
603 | |
604 2000-08-17 Alex Schroeder <alex@gnu.org> | |
605 | |
606 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
607 it didn't have any effect anyway. | |
608 | |
609 2000-08-17 Alex Schroeder <alex@gnu.org> | |
610 | |
611 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
612 --pset and pager=off instead of sending \\o|cat at the beginning | |
613 of the session. | |
614 | |
30903 | 615 2000-08-17 Miles Bader <miles@gnu.org> |
616 | |
617 * progmodes/octave-inf.el: Add compatibility definition of | |
618 comint-line-beginning-position. | |
619 | |
30898 | 620 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
621 | |
622 * startup.el (normal-top-level): Look in each dir in load-path for | |
623 a leim-list.el file too. This assures of loading leim-list.el | |
624 that is created at Emacs installation time even if a user have his | |
625 own leim-list.el. | |
626 | |
30897 | 627 2000-08-17 Miles Bader <miles@gnu.org> |
628 | |
629 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
630 foreground color to black if the background is dark. | |
631 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
632 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
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 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
635 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
636 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
637 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
638 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
639 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
640 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
641 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
642 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
643 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
644 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
645 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
646 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
647 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
648 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
649 * 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
|
650 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
651 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
652 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
653 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
654 * 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
|
655 (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
|
656 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
657 (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
|
658 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
659 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
660 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
661 (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
|
662 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
663 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
664 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
665 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
666 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
667 (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
|
668 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
669 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
670 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
671 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
672 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
673 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
674 * 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
|
675 |
30870 | 676 2000-08-16 Dave Love <fx@gnu.org> |
677 | |
30894 | 678 * windmove.el (windmove) <defgroup>: Add :version. |
679 | |
680 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
681 (goto-address-fontify-p, goto-address-highlight-p) | |
682 (goto-address-url-face, goto-address-url-mouse-face) | |
683 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
684 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
685 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
686 (goto-address-at-point): browse-url-url-at-point, | |
687 goto-address-find-address-at-point can return nil. | |
688 (goto-address-find-address-at-point): Return nil on failure. | |
689 | |
690 * align.el (align) <defgroup>: Add :version. | |
691 | |
692 * calculator.el (calculator): Add :version. | |
693 (calculator): Use two lines for calculator window if `modeline' | |
694 face is boxed. | |
695 | |
30870 | 696 * play/5x5.el: Doc fixes. |
697 (5x5) <defgroup>: Add :version. | |
698 | |
699 * play/fortune.el (fortune) <defgroup>: Add :version. | |
700 (fortune-append): Fix error message. | |
701 (fortune-from-region): Doc fix. | |
702 | |
703 * play/pong.el (pong): Doc fix. | |
704 | |
705 * play/morse.el: Keywords, commentary, autoloads. | |
706 | |
30854 | 707 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
708 | |
709 * desktop.el (desktop-save): Don't look at symbol-value of a | |
710 member of minor-mode-alist, unless it is boundp. | |
711 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
712 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
|
713 |
30897 | 714 * 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
|
715 `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
|
716 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
|
717 |
30846 | 718 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
719 | |
720 * international/ccl.el (declare-ccl-program): Docstring modified. | |
721 (ccl-execute-with-args): Likewise. | |
722 | |
30839 | 723 2000-08-16 Miles Bader <miles@gnu.org> |
724 | |
30903 | 725 * progmodes/sql.el: Add compatibility definition of |
30839 | 726 comint-line-beginning-position. |
727 | |
30808 | 728 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
729 | |
30829 | 730 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
731 'buffer-menu' property. | |
732 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
733 fails. | |
734 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
735 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
736 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
737 |
30825 | 738 * buff-menu.el (list-buffers-noselect): Don't display the |
739 *Buffer List* buffer. | |
740 | |
30822 | 741 * font-lock.el: Require jit-lock to prevent a very late |
742 `Loading jit-lock' message. | |
743 | |
30808 | 744 * 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
|
745 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 746 mail address. |
747 | |
30804 | 748 2000-08-15 Miles Bader <miles@gnu.org> |
749 | |
750 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
751 (ispell-choices-win-default-height, ispell-help): Use | |
752 `ispell-graphic-p' instead of `xemacsp'. | |
753 | |
30802 | 754 2000-08-15 Dave Love <fx@gnu.org> |
755 | |
30842 | 756 * simple.el: Autoload widget-convert when compiling. |
757 (mail-user-agent): Doc fix. | |
758 | |
759 * help.el (function-called-at-point, variable-at-point): Use | |
760 with-syntax-table. | |
761 (help-manyarg-func-alist): Add insert-and-inherit. | |
762 | |
763 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
764 | |
765 * delsel.el (delsel-unload-hook): New function. | |
766 | |
767 * find-file.el: Doc fixes. Move provide to end. | |
768 (ff) <defgroup>: Add :link. | |
769 (ff-goto-click): Deleted. | |
770 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
771 Use mouse-set-point. | |
772 | |
773 * textmodes/tildify.el: Doc fixes. | |
774 (tildify) <defgroup>: Add:version. | |
775 | |
776 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
777 (glasses-custom-set): Use set-default, not set. | |
778 (minor-mode-alist): Propertize the lighter. | |
779 (glasses-mode): Provide optional arg. | |
780 | |
30813 | 781 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
782 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
783 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
784 option. Provide :type. | |
785 (cwarn-configuration): Provide :type. | |
786 (cwarn-mode): Doc fix. | |
787 | |
788 * add-log.el (change-log-merge): Doc fix. | |
789 (change-log-redate): New command. | |
790 | |
30802 | 791 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
792 Doze and Dog. | |
793 (browse-url): Use dolist, not mapcar. | |
794 (browse-url-at-point): Check for null url. | |
795 (browse-url-event-buffer, browse-url-event-point): Functions | |
796 deleted. | |
797 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
798 | |
799 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
800 modes. | |
801 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
802 Fix previous change to mapcan. | |
803 (msb--init-file-alist, msb--add-separators) | |
804 (msb--make-keymap-menu): Simplify. | |
805 (msb--choose-file-menu): Use copy-sequence. | |
806 (msb-mode-map): Add title to keymap. | |
807 (msb-unload-hook): New function. | |
808 | |
809 * bs.el: Fix indentation. | |
810 (bs) <defgroup>: Add :links. | |
30894 | 811 (bs-show): Doc fix. |
812 (bs-apply-sort-faces): Don't use window-system. | |
813 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 814 |
30796 | 815 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
816 | |
817 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
818 convert-standard-filename. | |
819 | |
30788 | 820 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
821 | |
30790 | 822 * emacs-lisp/authors.el: New file. |
823 | |
30788 | 824 * paren.el (show-paren-priority): New user option. |
825 (show-paren-function): Set overlay priorities to | |
826 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
827 |
30783 | 828 2000-08-14 Miles Bader <miles@gnu.org> |
829 | |
830 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
831 beginning-of-line with inhibit-field-text-motion bound. | |
832 | |
30781 | 833 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
834 | |
835 * calendar/timeclock.el: New file. | |
836 | |
837 2000-08-14 David Ponce <david@dponce.com> | |
838 | |
839 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
840 `widget-button-click'. so that one can use left mouse button to | |
841 click on dialog buttons. | |
842 | |
843 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
844 | |
845 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
846 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
|
847 |
30767 | 848 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
|
849 |
30769 | 850 * comint.el (comint-output-filter): Don't bother frobbing |
851 window-start, it doesn't seem to be necessary. | |
30767 | 852 |
853 * comint.el (comint-send-string, comint-send-region): Make into | |
854 real functions. Snapshot the prompt before sending. | |
855 | |
30764 | 856 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
857 | |
858 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
859 technique similar to Info-index, instead of relying on specific | |
860 names of relevant Index nodes. | |
861 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
862 going to the first node found by Info-find-emacs-command-nodes. | |
863 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
864 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 865 |
866 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
867 | |
30741 | 868 2000-08-10 Miles Bader <miles@gnu.org> |
869 | |
870 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
871 | |
30739 | 872 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
873 | |
874 * info.el (Info-file-list-for-emacs): More elements for the | |
875 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
876 and woman manuals. | |
877 | |
30737 | 878 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
879 | |
880 * comint.el (comint-send-input): Make the newline boundary overlay | |
881 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
882 (comint-output-filter): Use `insert' instead of | |
883 `insert-before-markers'. Extend comint-last-output-overlay when | |
884 necessary since we can't rely on insert-before-markers to do it. | |
885 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
886 save-excursion when inserting the output, so that point gets | |
887 updated correctly; the old method relied on a rather dodgy | |
888 side-effect of comint-output-filter to avoid the effect of | |
889 save-excursion. | |
890 | |
30734 | 891 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
892 | |
893 * files.el (recover-file): Call insert-directory instead of | |
894 invoking `ls' directly. | |
895 | |
30732 | 896 2000-08-10 Miles Bader <miles@gnu.org> |
897 | |
898 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
899 (comint-last-prompt-overlay): New variables. | |
900 (comint-output-filter): Implement prompt highlighting. | |
901 (comint-snapshot-last-prompt): New function. | |
902 (comint-send-input): Snapshot the last prompt. | |
903 Use comint-highlight-input-face. | |
904 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
905 Use defface instead of defcustom. | |
906 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
907 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
908 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
909 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
910 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
911 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
912 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
913 (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
|
914 (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
|
915 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
|
916 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
917 * 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
|
918 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
919 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
920 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
921 |
30715 | 922 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
923 | |
924 * files.el (insert-directory): Don't call access-file on | |
925 directories on DOS and Windows. | |
926 | |
30704 | 927 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
928 | |
929 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
930 longer if necessary. | |
931 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
932 ccl-program-vector. | |
933 | |
30701 | 934 2000-08-09 Miles Bader <miles@gnu.org> |
935 | |
936 * comint.el (comint-output-filter): Properly handle the case where | |
937 the text surrounded by comint-last-output-overlay was deleted. | |
938 | |
30671 | 939 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
940 | |
30693 | 941 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
942 non-nil. | |
943 (Info-file-list-for-emacs): Remove "info" from the list because | |
944 that leads to trying to use the documentation from file `info' | |
945 in various situations where it isn't appropriate, for instance | |
946 C-h C-k C-h i. | |
947 | |
948 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
949 DIR and/or STRING are nil. | |
950 | |
951 * progmodes/compile.el (compilation-setup): Make variable | |
952 compilation-error-screen-columns buffer-local, as some comment | |
953 in the code suggests it should be. | |
954 | |
955 * files.el (auto-mode-interpreter-regexp): New variable. | |
956 (set-auto-mode): Use it. | |
957 | |
958 * indent.el (indent-for-tab-command): Doc fix. | |
959 | |
960 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
961 | |
30671 | 962 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
963 labels. | |
964 | |
965 * help.el (print-help-return-message): When | |
966 display-buffer-reuse-frames is set, let the help window been quit, | |
967 instead of deleting it, which might delete a reused frame. | |
968 | |
30664 | 969 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
970 | |
971 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
972 rename a directory to a name that differs only by its letter case. | |
973 | |
30655 | 974 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
975 | |
976 * international/quail.el (quail-define-rules): Handle Quail decode | |
977 map correctly. Add code for supporting annotations. | |
978 (quail-install-decode-map): New function. | |
979 (quail-defrule-internal): New optional arguments decode-map and | |
980 props. | |
981 (quail-advice): New function. | |
982 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
983 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
|
984 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
985 * 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
|
986 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
987 * 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
|
988 |
30649 | 989 2000-08-03 Miles Bader <miles@gnu.org> |
990 | |
991 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
992 New variable. | |
993 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
994 comint-use-prompt-regexp-instead-of-fields. | |
995 (comint-send-input): Add `input' field property to stuff we send to | |
996 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
997 (comint-output-filter): Add `output' field property to process | |
998 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
999 (comint-replace-by-expanded-history) | |
1000 (comint-get-old-input-default, comint-show-output) | |
1001 (comint-backward-matching-input, comint-forward-matching-input) | |
1002 (comint-next-prompt, comint-previous-prompt): Use field | |
1003 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
1004 (comint-line-beginning-position): New function. | |
1005 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
1006 (comint-replace-by-expanded-history-before-point): Use | |
1007 comint-line-beginning-position and line-end-position. | |
1008 (comint-last-output-overlay): New variable. | |
1009 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
1010 | |
1011 * shell.el (shell-prompt-pattern): Doc change. | |
1012 (shell-backward-command): Use line-beginning-position. | |
1013 | |
1014 * gud.el (gud-gdb-complete-command): Use | |
1015 comint-line-beginning-position. | |
1016 | |
1017 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
1018 comint-bol doesn't actually go to the beginning of the line. | |
1019 | |
1020 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
1021 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
1022 (try-expand-line-all-buffers): Likewise. | |
1023 | |
1024 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
1025 explicitly matching comint-prompt-regexp. | |
1026 (sql-copy-column): Use comint-line-beginning-position instead of | |
1027 explicitly matching comint-prompt-regexp. | |
1028 | |
1029 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
1030 comint-line-beginning-position. | |
1031 | |
1032 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
1033 | |
1034 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
1035 looking for a prompt, use `forward-line 0' instead of | |
1036 `beginning-of-line', to avoid getting caught by an input field. | |
1037 | |
30633 | 1038 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
1039 | |
1040 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
1041 PATTERN, in the Unix case. | |
1042 | |
30629 | 1043 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
1044 | |
1045 * play/zone.el (zone): Discard any pending input before running | |
1046 the randomly-chosen pgm. | |
1047 | |
30623 | 1048 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
1049 | |
1050 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
1051 checking the existence of any multibyte characters. | |
1052 | |
30619 | 1053 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
1054 | |
30622 | 1055 * help.el (describe-mode): Test minor-mode symbol for being |
1056 bound before testing its value for being nil. | |
1057 | |
30619 | 1058 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
1059 `first', `second', and `third'. | |
1060 | |
1061 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
1062 (second): Make it an alias for `cadr'. | |
1063 | |
30616 | 1064 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
1065 | |
1066 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
1067 types of display support faces now. | |
1068 | |
30614 | 1069 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
1070 | |
1071 * pcvs.el (require): Require `cl' during compilation, only. | |
1072 | |
1073 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
1074 (toplevel): Remove `remq' and `remove' from autoloads. | |
1075 (cl-fake-autoloads): New variable. If set, arrange for an error | |
1076 when CL functions etc. are autoloaded. | |
1077 | |
30585 | 1078 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
1079 | |
30593 | 1080 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
1081 | |
30591 | 1082 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
1083 popped up, but the user clicks outside the menu, return an empty | |
1084 regexp (that causes unhighlight-regexp to have no effect). | |
1085 | |
30589 | 1086 * menu-bar.el (menu-bar-games-menu): Add Zone. |
1087 | |
30585 | 1088 * hi-lock.el (toplevel): Require font-lock. |
1089 | |
30576 | 1090 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1091 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
1092 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward. |
30576 | 1093 (ebnf-8-bit-chars): New var for bug fix. |
1094 (ebnf-string): Bug fix. | |
1095 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1096 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
|
1097 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1098 * 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
|
1099 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1100 (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
|
1101 `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
|
1102 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1103 |
30567 | 1104 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
1105 | |
1106 * international/mule-cmds.el (select-safe-coding-system): Make | |
1107 the message text about selecting a safe coding system more clear. | |
1108 | |
30564 | 1109 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
1110 | |
30565 | 1111 * hi-lock.el: New file. |
1112 | |
1113 * play/zone.el: New file. | |
1114 | |
30564 | 1115 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
1116 value of tab-width in the original buffer. Choose a line number | |
1117 format that's a multiple of the original buffer's tab width, so | |
1118 that lines appear right. | |
1119 | |
1120 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
1121 Spell-check active region if in transient-mark-mode and mark | |
1122 is active; otherwise spell-check buffer. | |
1123 | |
1124 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1125 | |
1126 * ps-mule.el: Fix a customization problem on | |
1127 ps-mule-font-info-database-default. | |
1128 | |
30555 | 1129 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
1130 | |
1131 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
1132 display-mouse-p instead of window-system. | |
1133 (ebrowse-member-mode-map): Ditto. | |
1134 | |
30553 | 1135 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1136 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
1137 * 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
|
1138 Indentation fix. Doc fix. |
30553 | 1139 (ebnf-version): New version number (3.2). |
1140 (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
|
1141 |
30547 | 1142 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
1143 | |
30549 | 1144 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
1145 font lock support on window-system. | |
1146 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
1147 | |
30547 | 1148 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
1149 display-color-p, if fboundp, instead of window-system. | |
1150 | |
30545 | 1151 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
1152 | |
1153 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
1154 instead of window-system. | |
1155 | |
1156 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
1157 window-system. | |
1158 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
1159 instead of window-system. | |
1160 | |
1161 * strokes.el (strokes-file): Run the file name through | |
1162 convert-standard-filename. | |
1163 (strokes-mode): Call display-mouse-p instead of looking at | |
1164 window-system. Change the error message accordingly. | |
1165 | |
1166 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
1167 | |
1168 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
1169 (lm-plot-square, lm-init-display): Don't use window-system. | |
1170 | |
1171 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
1172 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
1173 | |
1174 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
1175 instead of looking at window-system. | |
1176 | |
30528 | 1177 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
1178 | |
1179 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
1180 of testing if iswitchb-prepost-hooks is bound, because the | |
1181 latter will always be true when invoking a recursive minibuffer | |
1182 from an active Iswitchb buffer. | |
1183 | |
30526 | 1184 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
1185 | |
1186 * files.el (shell-quote-wildcard-pattern): New function. | |
1187 (insert-directory): Call it. Only prepend "\" to command on Unix | |
1188 and GNU/Linux systems. | |
1189 | |
30524 | 1190 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
1191 | |
1192 * eshell/esh-groups.el: Change custom :link file names | |
1193 from `eshell.info' to `eshell'. | |
1194 | |
1195 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
1196 | |
1197 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
1198 correctly in recursive ange-ftp listings. | |
1199 | |
1200 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1201 | |
1202 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
1203 ps-header-font-size-internal and | |
1204 ps-header-title-font-size-internal variables are not set, | |
1205 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
1206 face text property is (foreground-color . COLOR) or | |
1207 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
1208 (ps-print-version): New version number (5.2.4). | |
1209 (ps-plot-region): Code fix. | |
1210 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
1211 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
1212 Bug fix 2. | |
1213 | |
1214 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
1215 | |
1216 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
1217 identifiers like `myXMLDocument'. | |
1218 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
1219 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
|
1220 |
30524 | 1221 * mail/mail-hist.el (mail-hist-previous-input) |
1222 (mail-hist-next-input): Do the obvious code factorization. | |
1223 (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
|
1224 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
|
1225 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
|
1226 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
1227 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
|
1228 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
1229 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 1230 Use `<=', not `<' to compare times! |
1231 (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
|
1232 |
30502 | 1233 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
1234 | |
30516 | 1235 * play/cookie1.el: Add explanation of how to make cookie.el |
1236 compatible with strfile(1) to comment. | |
1237 | |
1238 * subr.el (remove, remq): New functions. | |
1239 | |
30511 | 1240 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
1241 escape `*' in regexps. | |
1242 (midnight-find): Reverse order of arguments in the funcall of | |
1243 TEST. | |
1244 | |
1245 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
1246 and `.class'. | |
1247 | |
30502 | 1248 * play/meese.el: Add Commentary section. |
1249 | |
30516 | 1250 2000-07-27 Alex Schroeder <alex@gnu.org> |
1251 | |
1252 * sql.el (sql-ms): Added autoload cookie. | |
1253 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
1254 (sql-oracle): Ditto. | |
1255 (sql-help): Doc change. | |
1256 | |
1257 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
1258 types and exceptions. | |
1259 | |
1260 2000-07-27 Alex Schroeder <alex@gnu.org> | |
1261 | |
1262 * sql.el (sql-placeholder-history): New variable. | |
1263 (sql-query-placeholders-and-send): New function that will query | |
1264 the user and replace placeholders with user input. | |
1265 (sql-oracle): If running on NT, set comint-input-sender to | |
1266 sql-query-placeholders-and-send. | |
1267 | |
1268 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
1269 present it as a message. | |
1270 | |
1271 2000-07-27 Alex Schroeder <alex@gnu.org> | |
1272 | |
1273 * sql.el (sql-input-ring-separator): Doc change. | |
1274 (sql-input-ring-file-name): Doc change. | |
1275 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
1276 `sql-input-ring-file-name' to set the comint-mode equivalents | |
1277 without making them local variables. | |
1278 (sql-stop): Don't bind `sql-input-ring-separator' and | |
1279 `sql-input-ring-file-name' dynamically to their comint-mode | |
1280 equivalents. | |
1281 | |
30490 | 1282 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1283 | |
1284 * international/mule.el (register-char-codings): New function. | |
1285 (make-coding-system): Handle `safe-chars' specification in the arg | |
1286 PROPERTY. | |
1287 | |
1288 * international/mule-cmds.el | |
1289 (find-coding-systems-region-subset-p): This function deleted. | |
1290 (sort-coding-systems-predicate): New variable. | |
1291 (sort-coding-systems): New function. | |
1292 (find-coding-systems-region): Use | |
1293 find-coding-systems-region-internal. | |
1294 (find-coding-systems-string): Use find-coding-systems-region. | |
1295 (find-coding-systems-for-charsets): Check | |
1296 char-coding-system-table. | |
1297 (select-safe-coding-system-accept-default-p): New variable. | |
1298 (select-safe-coding-system): Mostly rewritten. New argument | |
1299 ACCEPT-DEFAULT-P. | |
1300 (select-message-coding-system): Call select-safe-coding-system | |
1301 with ACCEPT-DEFAULT-P arg. | |
1302 (reset-language-environment): Reset default-sendmail-coding-system | |
1303 to the default value iso-latin-1. | |
1304 (set-language-environment): Don't set the obsolete variable | |
1305 charset-origin-alist. | |
1306 | |
1307 * international/codepage.el (cp-coding-system-for-codepage-1): | |
1308 Give `safe-chars' property to make-coding-system. | |
1309 | |
1310 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
1311 calling select-message-coding-system twice. | |
1312 | |
1313 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
1314 instead of `safe-charsets'. | |
1315 (cyrillic-alternativnyj): Likewise. | |
1316 (ccl-encode-alternativnyj): Don't check the charset | |
1317 cyrillic-iso8859-5. | |
1318 | |
30484 | 1319 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1320 | |
1321 * composite.el (compose-chars-after): Preserve match data. | |
1322 | |
30481 | 1323 2000-07-26 Sam Steingold <sds@gnu.org> |
1324 | |
1325 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
1326 (ange-ftp-real-file-newer-than-file-p): New function. | |
1327 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
1328 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
1329 | |
1330 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
1331 * midnight.el (midnight-float-time): Ditto. | |
1332 | |
30479 | 1333 2000-07-26 Andreas Schwab <schwab@suse.de> |
1334 | |
1335 * files.el (normal-backup-enable-predicate): Correct | |
1336 interpretation of the return value of compare-strings. | |
1337 | |
30471 | 1338 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
1339 | |
30477 | 1340 * isearch.el (isearch-resume): New function. |
1341 (isearch-done): Add something to command-history to resume | |
1342 the search. | |
1343 (isearch-yank-line, isearch-yank-word): Use | |
1344 buffer-substring-no-properties instead of buffer-substring. | |
1345 | |
30471 | 1346 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
1347 of flyspell-mouse-map. | |
1348 | |
1349 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
1350 duplicate definition. | |
1351 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
1352 | |
1353 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
1354 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
1355 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1356 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
|
1357 |
30459 | 1358 * net/ange-ftp.el: Get modtime over the net. |
1359 (ange-ftp-file-modtime): New function. | |
30473 | 1360 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
1361 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 1362 Use it. |
1363 (ange-ftp-dot-to-slash): New function. | |
1364 (ange-ftp-fix-name-for-vms): Use it. | |
1365 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1366 * 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
|
1367 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1368 |
30457 | 1369 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
1370 | |
1371 * find-dired.el: Update copyright notice. | |
1372 (find-dired): Offer to kill a running `find'. | |
1373 | |
1374 * enriched.el (enriched-face-ans): For a `foreground-color' | |
1375 property, return '(("x-color" COLOR))' so that COLOR will be | |
1376 output as a parameter of the x-color annotation. Likewise for the | |
1377 `background-color' property. In the case of normal face | |
1378 properties, don't return annotations for unspecified foreground | |
1379 and background face attributes. | |
1380 | |
30450 | 1381 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
1382 | |
1383 * language/japan-util.el (japanese-katakana-region): Fix handling | |
1384 HANKAKU argument. | |
1385 | |
30438 | 1386 2000-07-25 Miles Bader <miles@gnu.org> |
1387 | |
1388 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
1389 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
1390 constrain-to-field. | |
1391 | |
30437 | 1392 2000-07-24 Andrew Innes <andrewi@gnu.org> |
1393 | |
1394 * timer.el (timer-activate-when-idle): Add optional parameter | |
1395 DONT-WAIT. Update docstring. | |
1396 (run-with-idle-timer): Specify extra parameter to | |
1397 timer-activate-when-idle, so that timer will be activated | |
1398 immediately if Emacs is already idle. | |
1399 | |
1400 * w32-fns.el (w32-using-nt): Fix docstring. | |
1401 | |
30434 | 1402 2000-07-24 Dave Love <fx@gnu.org> |
1403 | |
1404 * mouse.el (popup-menu): Set last-command-event. | |
1405 (mouse-major-mode-menu-prefix): Declare. | |
1406 | |
30433 | 1407 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1408 | |
1409 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1410 | |
1411 * progmodes/hideshow.el: Update copyright notice. | |
1412 | |
1413 * vcursor.el: Set maintainer to FSF, since author cannot | |
1414 be reached. | |
1415 | |
30422 | 1416 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1417 | |
30424 | 1418 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1419 the prompt. | |
1420 | |
30422 | 1421 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1422 in case it was defined with define-prefix-key. If the menu is a | |
1423 list of keymaps, look up the binding of user's choice in each one | |
1424 of the keymaps. | |
1425 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1426 don't have a prompt string, create one and insert it into the | |
1427 keymap. Don't barf if current-local-map returns nil. | |
1428 | |
30415 | 1429 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1430 | |
1431 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1432 to be undone. | |
1433 (dired-sort-other): Use it. | |
1434 | |
30412 | 1435 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1436 | |
30415 | 1437 * Release of cc-mode 5.27 |
30412 | 1438 |
1439 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1440 | |
1441 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1442 c-beginning-of-statement-1 that caused a bad case of recursion | |
1443 which could consume a lot of CPU in large classes in languages | |
1444 that have in-expression classes (i.e. Java and Pike). | |
1445 | |
1446 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1447 statements before top level constructs (i.e. case 6 is moved | |
1448 before case 5 and is now case 4) to catch in-expression | |
1449 classes in top level expressions correctly. | |
1450 | |
1451 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1452 | |
1453 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1454 objc-method-intro. Case 4 removed and case 5I added. | |
1455 | |
1456 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1457 c-common-init to get paragraph-start correct. | |
1458 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1459 initialize paragraph-start to make it correct both with and | |
1460 without the javadoc special case. | |
1461 | |
1462 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1463 initialize paragraph-start for javadoc markup. | |
1464 | |
1465 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1466 change by defaulting this to t. It's motivated by the | |
1467 confusing behavior that otherwise arise from the style system | |
1468 when editing both java and non-java files at the same time | |
1469 (see the comments about style setting in c-common-init). | |
1470 | |
1471 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1472 | |
1473 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1474 similar to the one in c-fill-paragraph to check the fill | |
1475 prefix from the adaptive fill function for sanity. | |
1476 | |
1477 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1478 | |
1479 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1480 defun block. | |
1481 | |
1482 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1483 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1484 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1485 |
1486 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1487 | |
1488 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1489 leading comma nicely. Extended to handle member initializers | |
1490 too. | |
1491 | |
30415 | 1492 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1493 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1494 when the lines begins with a comma. | |
1495 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1496 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1497 |
1498 * cc-vars.el (c-offsets-alist): Changed default for | |
1499 member-init-cont to c-lineup-multi-inher since it now handles | |
1500 member initializers and indents better for leading commas. | |
1501 | |
1502 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1503 | |
1504 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1505 handling that caused class open lines to be recognized as | |
1506 statement-conts in some cases. | |
1507 | |
1508 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1509 guessed by the adaptive fill function unless point is on the | |
1510 first line of a block comment. | |
1511 | |
1512 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1513 when the buffer ends with a macro continuation char. | |
1514 | |
1515 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1516 function definitions as statements in Pike. The first | |
1517 statement in a lambda block is now labeled defun-block-intro | |
1518 instead of statement-block-intro. | |
1519 | |
1520 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1521 so that the class surrounding point is selected, not the one | |
1522 innermost in the state. | |
1523 | |
1524 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1525 recognition of switch labels having hanging multiline | |
1526 statements. | |
1527 | |
1528 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1529 some code in c-guess-basic-syntax to a separate function. | |
1530 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1531 recognition of member inits with multiple line arglists. | |
1532 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1533 member-init-cont when the commas are in funny places. | |
1534 | |
1535 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1536 | |
1537 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1538 not used anymore. | |
1539 | |
1540 * cc-engine.el (c-looking-at-bos): New helper function. | |
1541 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1542 inexpr and toplevel classes apart in Pike. | |
1543 | |
1544 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1545 of case 9A. | |
1546 | |
1547 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1548 constant, since "class" can introduce an in-expression class | |
1549 in Pike nowadays. | |
1550 | |
1551 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1552 | |
1553 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1554 indentation on cpp-macro lines. | |
1555 | |
1556 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1557 a syntax modifier like comment-intro, to make it possible to | |
1558 get syntactic indentation for preprocessor directives. It's | |
1559 incompatible wrt to lineup functions on cpp-macro, but it has | |
1560 no observable effect in the 99.9% common case where cpp-macro | |
1561 is set to -1000. | |
1562 | |
1563 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1564 | |
1565 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1566 member-init-cont when the preceding arglist is several lines. | |
1567 | |
1568 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1569 | |
1570 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1571 style corrected to 8. | |
1572 | |
1573 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1574 | |
1575 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1576 brace list openers in the gnu style. | |
1577 | |
1578 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1579 | |
1580 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1581 | |
1582 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1583 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1584 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1585 when c-syntactic-indentation is nil. | |
1586 | |
1587 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1588 we were left at comments preceding the first statement when | |
1589 reaching the beginning of the buffer. | |
1590 | |
1591 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1592 off all syntactic indentation. | |
1593 | |
1594 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1595 | |
1596 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1597 between the text and the block comment ender when it hangs, | |
1598 depending on how many there are before the fill. | |
1599 | |
1600 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1601 | |
1602 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1603 function to go back to the closest preceding statement start, | |
1604 which could be inside a conditional statement. | |
1605 * cc-engine.el (c-guess-basic-syntax): Use | |
1606 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1607 | |
1608 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1609 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1610 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1611 changed. | |
1612 | |
1613 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1614 up-to-date with javadoc 1.2. | |
1615 | |
1616 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1617 | |
1618 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1619 multiline Pike type decls. | |
1620 | |
1621 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1622 | |
1623 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1624 multiline comments in multiline mode, regardless of | |
1625 comment-multi-line. | |
1626 | |
1627 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1628 | |
1629 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1630 fully::qualified::names in C++ member init lists. Preamble in | |
1631 case 5D changed. | |
1632 | |
1633 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1634 | |
1635 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1636 moved to c-initialize-cc-mode. More compatible style override | |
1637 when using global style variables. | |
1638 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1639 variables moved here. | |
1640 | |
30415 | 1641 * cc-mode.texi: Documented the special behavior of |
30412 | 1642 c-special-indent-hook as a style variable. Don't talk about |
1643 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1644 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
|
1645 |
30412 | 1646 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1647 variable localness in c-style-variables-are-local-p to make | |
1648 the compatibility measure in c-common-init work well. | |
1649 | |
1650 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1651 longer contain set-from-style. | |
1652 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1653 set-from-style on c-special-indent-hook. | |
1654 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1655 copy-alist is sufficient now. | |
1656 | |
1657 * cc-styles.el (c-set-style, c-set-style-1, | |
1658 c-get-style-variables): Fixes to variable initialization so | |
1659 that duplicate entries in styles have the same effect | |
1660 regardless of DONT-OVERRIDE. | |
1661 | |
1662 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1663 initialization of inheriting styles failed when the | |
1664 dont-override flag is set. | |
1665 | |
1666 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1667 on this. | |
1668 | |
1669 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1670 | |
1671 * cc-defs.el (c-forward-comment): Removed the workaround | |
1672 introduced in 5.38 since it had worse side-effects. If a line | |
1673 contains the string "//\"", it regarded the // as a comment | |
1674 start since the \ temporarily doesn't have escape syntax. | |
1675 | |
1676 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1677 | |
1678 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1679 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1680 when ada-prj tries to add to it. | |
1681 (ada-activate-keys-for-case): Suppress the characters that are not | |
1682 part of the Ada syntax. Better compatibility with else-mode | |
1683 (ada-adjust-case-interactive): When auto-casing is not active, | |
1684 correctly insert newlines (used to insert only ^M). Prevent the | |
1685 syntax table from being changed in case of an error | |
1686 (or '_' becomes part of a word and some commands are confused). | |
1687 Do nothing if ada-auto-case is nil. | |
1688 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1689 (ada-batch-reformat): Update usage comment | |
1690 (ada-call-from-contextual-menu): New function | |
1691 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1692 first to nil first, so that the casing exception file can be | |
1693 shared. | |
1694 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1695 files. | |
1696 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1697 anywhere in the error message | |
1698 (ada-contextual-menu-last-point): New variable | |
1699 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1700 t on XEmacs, it means that DEL should delete one character | |
1701 forward. | |
1702 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1703 New submenu "Options". | |
1704 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1705 statements. | |
1706 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1707 even if they don't match ada-fill-comment-prefix Fix handling of | |
1708 paragraphs on the first or last line of a file. | |
1709 (ada-format-paramlist): Fix handling of default parameter values. | |
1710 (ada-get-body-name): New function. | |
1711 (ada-get-current-indent): Optimized by searchling directly for an | |
1712 existing generic part or a statement outside of it. Handle | |
1713 ada-indent-align-comments when indenting comments Replaced some | |
1714 regexps by testing directly the next character. This results in a | |
1715 huge speedup on some files. New indentation scheme for renames | |
1716 statements. Stop looking for the 'while' or 'for' associated with | |
1717 a 'loop' at the first semicolon encountered. A "return" can also | |
1718 match an anonymous access subprogram declaration. | |
1719 (ada-get-indent-noindent): Ignore strings and comments when | |
1720 looking for the keywords "record" and "private". | |
1721 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1722 are not in fact seeing "end if". Ignore "when" statements except | |
1723 when initial keyword was "begin". Fix handling of nested | |
1724 procedures. Add a recursive call to this function to skip over | |
1725 other 'end' statmts. Fix indentation for "when .. => begin" | |
1726 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1727 expressions, where 'and then', 'or else' and parenthesis | |
1728 statements are mixed up. | |
1729 (ada-in-paramlist-p): Skip comments while searching for the | |
1730 beginning Fix handling of operator declarations. | |
1731 (ada-indent-align-comments): New variable | |
1732 (ada-indent-current): Change the syntax table only in the | |
1733 protected section, so that we are sure it is restored correctly. | |
1734 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1735 ada-with-indent Correctly indent "select ... then" | |
1736 (ada-indent-region): Slight speedup. | |
1737 (ada-indent-renames): New variable. | |
1738 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1739 New variables | |
1740 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1741 keyword when it is the first word in a package declaration. | |
1742 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1743 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1744 even if point is not initially at the end of the word. | |
1745 (ada-matching-decl-start-re): Add "when". | |
1746 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1747 which-func-mode Override the old find-file.el entry in | |
1748 ff-special-constructs since it is using the obsolete | |
1749 ada-spec-suffix variable | |
1750 (ada-no-auto-case): New function | |
1751 (ada-scan-paramlist): When parsing the argument type, accept | |
1752 spaces (as in "X 'Class", generated by Rational Rose). | |
1753 (ada-other-file-name): No longer loads the other file. | |
1754 (ada-popup-menu): Save and restore the current buffer and cursor | |
1755 position before and after displaying the menu. | |
1756 (ada-search-ignore-complex-boolean): New function. | |
1757 (ada-uncomment-region): Emacs21 already knows how to delete | |
1758 comments not starting in the first column. | |
1759 (ada-use-indent): New variable | |
1760 (ada-which-function): New function. | |
1761 (ada-with-indent): New variable | |
1762 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1763 can be batch-compiled from the command line. | |
1764 | |
1765 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1766 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1767 Add -toolbar to the default ddd command Switches moved from | |
1768 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1769 ada-prj-default-comp-opt | |
1770 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1771 Reference Manual to the menu | |
1772 (ada-check-current): rewritten as a call to ada-compile-current | |
1773 (ada-compile): Removed. | |
1774 (ada-compile-application, ada-compile-current, ada-check-current): | |
1775 Set the compilation-search-path so that compile.el automatically | |
1776 finds the sources in src_dir. Automatic scrollong of the | |
1777 compilation buffer. C-uC-cC-c asks for confirmation before | |
1778 compiling | |
1779 (ada-compile-current): New parameter, prj-field | |
1780 (ada-complete-identifier): Load the .ali file before doing | |
1781 processing | |
1782 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1783 conform to gnatmake's behavior. | |
1784 (ada-find-file-in-dir): New function | |
1785 (ada-find-references): Set the environment variables for gnatfind | |
1786 (ada-find-src-file-in-dir): New function. | |
1787 (ada-first-non-nil): Removed | |
1788 (ada-gdb-application): Add support for jdb, the java debugger. | |
1789 (ada-get-ada-file-name): Load the original-file first if not done | |
1790 yet. | |
1791 (ada-get-all-references): Handles the new ali syntax (parent types | |
1792 are found between <>). | |
1793 (ada-initialize-runtime-library): New function | |
1794 (ada-mode-hook): Always load a project file when a file is opened, | |
1795 so that the casing exceptions are correctly read. | |
1796 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1797 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1798 to open the project file, since the latter does not work with | |
1799 speedbar Get default values before loading the prj file, or the | |
1800 default executable file name is wrong. Use the absolute value of | |
1801 src_dir to initialize ada-search-directories and | |
1802 compilation-search-path,... Add the standard runtime library to | |
1803 the search path for find-file. | |
1804 (ada-prj-default-debugger): Was missing an opening '{' | |
1805 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1806 variables. | |
1807 (ada-prj-default-gnatmake-opt): New variable | |
1808 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1809 buffers, the project file is the default one Save the windows | |
1810 configuration before displaying the menu. | |
1811 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1812 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1813 ...) regexp-quote identifiers names to support operators +, | |
1814 -,... in regexps. | |
1815 (ada-remote): New function. | |
1816 (ada-run-application): Erase the output buffer before starting the | |
1817 run Support remote execution of the application. Use | |
1818 call-process, or the arguments are incorrectly parsed | |
1819 (ada-set-default-project-file): Reread the content of the active | |
1820 project file, not the one from the current buffer When a project | |
1821 file is set as the default project, all directories are | |
1822 automatically associated with it. | |
1823 (ada-set-environment): New function | |
1824 (ada-treat-cmd-string): New special variable ${current} | |
1825 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1826 any ${...} substring | |
1827 (ada-xref-current): If no body was found, compiles the spec | |
1828 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1829 compiler to get rid of command line length limitations. | |
1830 (ada-xref-get-project-field): New function | |
1831 (ada-xref-project-files): New variable | |
1832 (ada-xref-runtime-library-specs-path) | |
1833 (ada-xref-runtime-library-ali-path): New variables | |
1834 (ada-xref-set-default-prj-values): Default run command now does a | |
1835 cd to the build directory. New field: main_unit Provide a default | |
1836 file name even if the current buffer has no prj file. | |
1837 | |
1838 * ada-prj.el: | |
1839 Rewritten to show a tabbed-dialog. | |
1840 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1841 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1842 New function | |
1843 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1844 (ada-prj-load-from-file): New function | |
1845 (ada-prj-save): Always save fields that depend on the current buffer | |
1846 (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
|
1847 |
30412 | 1848 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1849 Ada mode. This will allow us to display the Ada menu in any buffer | |
1850 we want (for project items). | |
1851 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1852 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
|
1853 |
30395 | 1854 2000-07-24 Dave Love <fx@gnu.org> |
1855 | |
1856 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1857 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1858 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1859 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1860 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1861 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1862 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1863 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1864 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1865 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1866 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1867 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1868 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1869 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1870 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1871 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1872 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1873 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1874 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1875 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1876 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1877 (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
|
1878 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1879 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1880 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1881 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1882 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1883 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1884 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1885 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1886 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1887 |
30386 | 1888 2000-07-23 Dave Love <fx@gnu.org> |
1889 | |
1890 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1891 ^o, ^u. | |
1892 | |
30359 | 1893 2000-07-21 Dave Love <fx@gnu.org> |
1894 | |
30374 | 1895 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1896 now passed to the function. It now works properly. | |
1897 | |
30359 | 1898 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1899 | |
30350 | 1900 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1901 | |
1902 * info-look.el (info-lookup): If *info* is shown in another frame | |
1903 on the same display, select that frame, instead of switching to | |
1904 the Info buffer in another window of the selected frame. | |
1905 | |
1906 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1907 kp-0 to kp-9 and kp-subtract. | |
1908 (digit-argument): Handle these keys. | |
1909 | |
30346 | 1910 2000-07-20 Dave Love <fx@gnu.org> |
1911 | |
1912 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1913 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1914 Put an extra property on the overlays and use it to clean up in | |
1915 case goto-address is re-run. | |
1916 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1917 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1918 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1919 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1920 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1921 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1922 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1923 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1924 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1925 |
30331 | 1926 2000-07-19 Dave Love <fx@gnu.org> |
1927 | |
1928 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1929 implementation. | |
1930 | |
1931 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1932 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1933 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1934 | |
30318 | 1935 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1936 | |
30329 | 1937 * textmodes/refer.el: Correct maintainer's email address. |
1938 | |
1939 * progmodes/hideif.el: Correct author's email address. | |
1940 Fix typo in comment. | |
1941 | |
1942 * xml.el: New file. | |
1943 | |
30318 | 1944 * mail/mailheader.el: Correct author's mail address. |
1945 | |
1946 * gnus/parse-time.el: Correct author's mail address. | |
1947 | |
30329 | 1948 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1949 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1950 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1951 New user options. |
1952 (comint-input-ring-file-name): Change custom type. | |
1953 (comint-mode-map): Bind mouse-2. | |
1954 (comint-insert-clicked-input): New function. | |
1955 (comint-send-input): Handle input highlighting. | |
1956 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1957 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1958 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1959 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1960 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1961 |
30311 | 1962 2000-07-18 Dave Love <fx@gnu.org> |
1963 | |
1964 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1965 improvements. | |
1966 | |
30308 | 1967 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1968 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1969 * faces.el (face-font-selection-order) |
30308 | 1970 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1971 |
30298 | 1972 2000-07-18 Dave Love <fx@gnu.org> |
1973 | |
1974 * cus-edit.el (custom-variable-reset-saved) | |
1975 (custom-variable-reset-standard): Remove unused bindings. | |
1976 | |
1977 * rect.el (open-rectangle-line): Remove unused let. | |
1978 | |
1979 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1980 | |
30296 | 1981 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1982 | |
1983 * cdl.el: Fix `Maintainer' keyword. | |
1984 | |
1985 * play/pong.el: Add author's email address. | |
1986 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1987 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1988 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1989 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1990 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1991 |
30290 | 1992 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1993 | |
1994 * mail/vms-pmail.el: Change maintainer to FSF. | |
1995 | |
1996 * net/goto-addr.el: Change maintainer to FSF. | |
1997 | |
1998 * recentf.el: Update from author. | |
1999 | |
2000 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
2001 |
30277 | 2002 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
2003 | |
2004 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
2005 links to eshell, to avoid problems on systems where the manual is | |
2006 installed as `eshell'. | |
2007 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
2008 * eshell/em-smart.el (eshell-smart): Ditto. | |
2009 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2010 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 2011 |
2012 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
2013 same-file check in the MS-DOS version (it does support inodes). | |
2014 | |
2015 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
2016 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2017 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2018 Run default directory name through convert-standard-filename. |
30277 | 2019 |
30255 | 2020 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
2021 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2022 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2023 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2024 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2025 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2026 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2027 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2028 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2029 Don't translate some national variant characters of latin-jisx0201. |
30262 | 2030 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 2031 |
30255 | 2032 * international/kkc.el (kkc-after-update-conversion-functions): |
2033 New variable. | |
2034 (kkc-update-conversion): Run functions in it at the tail. | |
2035 | |
30277 | 2036 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
|
2037 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2038 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2039 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
|
2040 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
2041 |
30253 | 2042 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
2043 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2044 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 2045 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
2046 the conversion list at first if appropriate. | |
2047 (kkc-next): Don't update kkc-next-count here. | |
2048 (kkc-prev): Don't update kkc-prev-count here. | |
2049 (kkc-show-conversion-list-update): Fix setting up of conversion | |
2050 list message. | |
2051 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
2052 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
2053 |
30290 | 2054 * 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
|
2055 |
30248 | 2056 2000-07-16 Dave Love <fx@gnu.org> |
2057 | |
2058 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
2059 function to be more specific. | |
2060 | |
2061 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
2062 non-string help-echo. | |
2063 (widget-types-convert-widget): Defsubst it. | |
2064 (widget-echo-help): Try to cope with a help-echo function of two | |
2065 possible sorts. | |
2066 | |
30241 | 2067 2000-07-15 Jason Rumney <jasonr@gnu.org> |
2068 | |
2069 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
2070 Declare as obsolete. | |
2071 | |
2072 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
2073 | |
30226 | 2074 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
2075 | |
2076 * hilit-chg.el: Fix typo. | |
2077 | |
30221 | 2078 2000-07-14 Dave Love <fx@gnu.org> |
2079 | |
2080 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
2081 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2082 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2083 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2084 * 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
|
2085 |
30193 | 2086 2000-07-13 Dave Love <fx@gnu.org> |
2087 | |
30195 | 2088 * emacs-lisp/easymenu.el: Doc fixes. |
2089 (easy-menu-remove): Defalias to ignore. | |
2090 | |
30193 | 2091 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
2092 Call throw correctly. | |
2093 | |
30190 | 2094 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
2095 | |
2096 * faces.el (frame-background-mode): Doc fix. | |
2097 | |
2098 * simple.el (eval-expression-print-length): Change custom type to | |
2099 allow entering nil as value. | |
2100 | |
30185 | 2101 2000-07-13 Dave Love <fx@gnu.org> |
2102 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2103 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2104 Change definition layout. |
30187 | 2105 (fortran-mode-menu): Reinstate customize entries. |
2106 | |
30185 | 2107 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
2108 Use :filter, per old XEmacs code. | |
2109 | |
30170 | 2110 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
2111 | |
2112 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
2113 event when deciding what to send to the terminal. | |
2114 | |
30168 | 2115 2000-07-12 Dave Love <fx@gnu.org> |
2116 | |
2117 * cus-start.el: Add optional version as 4th element of specs and | |
2118 use it for several things new in v21. Remove load-path. Fix type | |
2119 of line-number-display-limit. | |
2120 | |
30148 | 2121 2000-07-11 Dave Love <fx@gnu.org> |
2122 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2123 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2124 Use repeat counts in various regexps. |
30150 | 2125 (fortran-mode-syntax-table): Defvar directly. |
2126 (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
|
2127 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2128 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2129 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 2130 (fortran-mode): Set fortran-comment-line-start-skip, |
2131 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
2132 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2133 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2134 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 2135 (fortran-comment-region, fortran-electric-line-number): Simplify. |
2136 (fortran-auto-fill): New function. | |
2137 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2138 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2139 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2140 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2141 Use fortran-auto-fill. |
30150 | 2142 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2143 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 2144 |
30148 | 2145 * widget.el (widget-plist-member): New alias. |
2146 | |
30146 | 2147 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
2148 | |
2149 * eshell/esh-module.el (toplevel): Reference | |
2150 byte-compile-current-file only if it is bound. | |
2151 | |
30131 | 2152 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
2153 | |
2154 * dired.el: Don't require `dired-aux'. | |
2155 | |
30127 | 2156 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
2157 | |
2158 * dired-aux.el (dired-show-file-type): New function. | |
2159 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
2160 (dired-show-file-type): Add autoload. | |
2161 | |
30125 | 2162 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
2163 | |
2164 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2165 change of fontset-info. |
30125 | 2166 (print-fontset): Likewise. |
2167 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2168 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2169 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2170 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2171 |
30111 | 2172 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
2173 | |
30131 | 2174 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 2175 |
30111 | 2176 * dired.el (dired-find-alternate-file): New function. |
2177 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
2178 (toplevel): Require dired-aux when compiling. | |
2179 (dired-buffers): Move defvar within file to avoid compiler warning. | |
2180 | |
2181 * info.el (Info-last-search): Variable removed. | |
2182 (Info-search-history): New variable. | |
2183 (Info-search): New Info-search-history. | |
2184 | |
2185 * battery.el, info-look.el: Change author's mail address. | |
2186 | |
30115 | 2187 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
|
2188 |
30115 | 2189 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
2190 if rmail-ignored-headers is nil. | |
2191 (rmail-retry-failure): Bind rmail-ignored-headers and | |
2192 rmail-displayed-headers to nil. | |
2193 | |
30096 | 2194 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
2195 | |
30103 | 2196 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
2197 (print-region-1): Don't hard code `-h' here. | |
2198 | |
30096 | 2199 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
2200 | |
30103 | 2201 2000-07-01 Francesco Potorti` <pot@gnu.org> |
2202 | |
2203 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
2204 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
|
2205 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2206 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2207 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2208 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2209 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2210 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2211 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2212 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2213 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2214 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2215 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
|
2216 |
30096 | 2217 * ediff-diff.el (ediff-wordify): Use syntax table. |
2218 * 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
|
2219 ediff-color-display-p. |
30096 | 2220 (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
|
2221 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2222 Got rid of special cases for NeXT and OS/2. |
30096 | 2223 * 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
|
2224 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2225 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2226 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2227 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2228 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2229 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2230 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2231 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2232 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2233 * 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
|
2234 |
30076 | 2235 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2236 | |
30085 | 2237 * Makefile.in (DONTCOMPILE): Add comment that the name may |
2238 not be changed without changing the make-dist script. | |
2239 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2240 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 2241 (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
|
2242 |
30067 | 2243 2000-07-05 Andrew Innes <andrewi@gnu.org> |
2244 | |
2245 * makefile.nt: Add support for `bootstrap' and related targets. | |
2246 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2247 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2248 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2249 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2250 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2251 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2252 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
|
2253 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2254 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2255 (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
|
2256 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2257 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
|
2258 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2259 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2260 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2261 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2262 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
|
2263 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2264 |
30056 | 2265 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2266 | |
2267 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
2268 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
2269 (eval-defun): If called with prefix arg, instrument code for | |
2270 Edebug. | |
2271 | |
2272 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
2273 similar to that of eval-defun. | |
2274 | |
30029 | 2275 2000-07-04 Dave Love <fx@gnu.org> |
2276 | |
30035 | 2277 * hl-line.el (hl-line-overlay): Make it permanent-local. |
2278 | |
30029 | 2279 * calendar/todo-mode.el: Replaced with a working version, based on |
2280 revision 1.34 tidied up. | |
2281 | |
2282 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 2283 |
2284 * paths.el (prune-directory-list): New function. | |
2285 (Info-default-directory-list): Rewritten to more methodically | |
2286 enumerate a big list of possible info directories (based on the | |
2287 list used by the standalone info reader). | |
30029 | 2288 |
30021 | 2289 * 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
|
2290 non-existent directories from Info-directory-list. |
30021 | 2291 |
2292 * paths.el (Info-default-directory-list): Try a list of possible | |
2293 info-directories instead of a single one. Add the possible | |
2294 info directory "/usr/share/info". | |
2295 | |
2296 * woman.el (woman-man.conf-path): Explicitly include the debian | |
2297 man-db config file "/etc/manpath.config". | |
2298 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
2299 are present in `manpath.config'. | |
2300 (woman-manpath): Include "/usr/share/man". | |
2301 | |
30006 | 2302 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
2303 | |
30017 | 2304 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
2305 | |
2306 * startup.el (command-line): Initialize blink-cursor based | |
2307 on window-system. | |
2308 | |
30014 | 2309 * frame.el (blink-cursor): Default to nil if not running under |
2310 a window-system. | |
2311 | |
30012 | 2312 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
2313 (face-x-resources): Remove duplicate entry for :font. | |
2314 | |
30006 | 2315 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
2316 instead of cycling through windows with next-window. | |
2317 | |
2318 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
2319 of cycling through windows with next-window. | |
2320 | |
2321 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
2322 of cycling through windows with next-window. | |
2323 | |
2324 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
2325 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
2326 instead of cycling through windows with next-window. | |
2327 | |
2328 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
2329 instead of cycling through windows with next-window. | |
2330 | |
2331 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
2332 of cycling through windows with next-window. | |
2333 | |
2334 * terminal.el (te-process-output): Use walk-windows instead of | |
2335 cycling through windows with next-window. | |
2336 | |
2337 * server.el (server-switch-buffer): Use some-window instead of | |
2338 cycling through windows with next-window. | |
2339 | |
2340 * window.el (some-window): New function. | |
2341 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 2342 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2343 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 2344 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
2345 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 2346 |
2347 * window.el (walk-windows): Guarantee termination by keeping a list | |
2348 of all the windows already handled. | |
2349 | |
29975 | 2350 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2351 | |
2352 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
2353 window-system. | |
2354 | |
2355 * man.el (Man-notify-when-ready): Don't use window-system. If | |
2356 Man-notify-method is newframe, and the display is not | |
2357 multi-frame, select the frame created for the man page. | |
2358 (Man-init-defvars): Doc fix. | |
2359 | |
29972 | 2360 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
2361 | |
29982 | 2362 * faces.el (region): Change background color for light background. |
2363 | |
2364 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
2365 attribute from mode-line face of Ediff control frame. | |
2366 | |
29972 | 2367 * replace.el (query-replace-map): Bind `e' like `E'. |
2368 | |
29967 | 2369 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2370 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2371 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2372 Change name to "Select All". |
29969 | 2373 |
29967 | 2374 * dos-fns.el (convert-standard-filename): Fix last change. |
2375 | |
29957 | 2376 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
2377 | |
29959 | 2378 * help.el (describe-variable): Don't insert a second `'s' in front |
2379 of the string `value is shown below'. Since the syntax-table is | |
2380 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
2381 an existing `'s', so that this won't be deleted. | |
2382 | |
29957 | 2383 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
2384 * pcmpl-unix.el: New files. | |
2385 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2386 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2387 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2388 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2389 |
29939 | 2390 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
2391 | |
29956 | 2392 * replace.el (perform-replace): Undo change of 2000-04-04. |
2393 Instead, move backward 1 character at the end of the loop when | |
2394 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2395 |
29949 | 2396 * faces.el (fringe): Change face for different backgrounds. |
2397 | |
2398 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
2399 patch from John. | |
2400 | |
29939 | 2401 * eshell/*.el: Change spelling of the Free Software Foundation. |
2402 | |
2403 * eshell/esh-toggle.el: Removed. | |
2404 | |
2405 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2406 | |
2407 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2408 interactively. | |
2409 | |
2410 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2411 | |
2412 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2413 `define-key'; instead of checking `(emacs-version)' check for | |
2414 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2415 for `;' and `o' which might be electric. | |
2416 | |
2417 (sql-electric-stuff): New user option. | |
2418 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2419 (sql-magic-semicolon): New function which uses | |
2420 `sql-electric-stuff'. | |
2421 | |
2422 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2423 is not fboundp. | |
2424 | |
2425 (sql-oracle-options): New variable. | |
2426 (sql-oracle): Use it. | |
2427 | |
2428 (sql-imenu-generic-expression): Doc change. | |
2429 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2430 is used. | |
2431 | |
2432 (sql-informix): Added command line parameter "-" to force | |
2433 sql-informix-program to use stdout. | |
2434 | |
29924 | 2435 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2436 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2437 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2438 (cp864-decode-table): Doc fix. |
2439 (cp720-decode-table): New variable, supports the Arabic OEM | |
2440 codepage used by Windows. | |
2441 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2442 | |
29920 | 2443 2000-06-23 Dave Love <fx@gnu.org> |
2444 | |
2445 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2446 (font-lock-fontify-anchored-keywords): Use | |
2447 line-beginning-position. | |
2448 (global-font-lock-mode): Use mapc. | |
2449 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2450 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2451 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2452 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2453 |
29870 | 2454 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2455 | |
29885 | 2456 * comint.el (comint-substitute-in-file-name): Call replace-match |
2457 with second and third arg t. | |
2458 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2459 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2460 Specify foreground color. |
2461 | |
2462 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2463 color. | |
2464 | |
29876 | 2465 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2466 | |
2467 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2468 cddr instead of cdddr. | |
2469 | |
29873 | 2470 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2471 instead of copy-list. | |
2472 | |
2473 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2474 of copy-list. | |
2475 | |
29870 | 2476 * subdirs.el: Add eshell subdirectory. |
2477 | |
2478 * eshell: New subdirectory containing the Eshell package. | |
2479 | |
2480 * pcomplete.el: New file. | |
2481 | |
29885 | 2482 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2483 | |
29888 | 2484 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2485 proper permissions from birth. | |
2486 | |
2487 * files.el (basic-save-buffer-2): When temporarily setting | |
2488 file modes, set them to current modes plus 0200, not to 0777. | |
2489 | |
29885 | 2490 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2491 permissions from birth. | |
2492 | |
29857 | 2493 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2494 | |
2495 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2496 backup file name through convert-standard-filename. | |
2497 | |
2498 * dos-fns.el (convert-standard-filename): Convert leading | |
2499 directories as well. When long file names are supported, convert | |
2500 characters that are invalid in Windows file names. | |
2501 | |
29849 | 2502 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2503 | |
2504 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2505 ps-print crashes. New feature: page selection for printing. Create | |
2506 raw-text-unix coding system for XEmacs. Doc fix. | |
2507 (ps-print-version): New version number (5.2.3). | |
2508 (ps-plot-region): Bug fix. | |
2509 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2510 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2511 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2512 funs. | |
2513 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2514 (ps-last-page): New vars. | |
2515 | |
29845 | 2516 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2517 | |
2518 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2519 empty option string. | |
2520 | |
29839 | 2521 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2522 | |
2523 * man.el (man): Doc fix. | |
2524 | |
29829 | 2525 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2526 | |
2527 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2528 fixed. | |
2529 | |
29814 | 2530 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2531 | |
2532 * version.el (emacs-version): Use ISO date format. | |
2533 | |
2534 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2535 instead of `M-backspace'. | |
2536 | |
2537 * simple.el (turn-off-auto-fill): New function. | |
2538 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2539 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2540 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2541 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2542 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2543 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2544 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2545 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2546 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2547 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2548 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
|
2549 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2550 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2551 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2552 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2553 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2554 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
|
2555 (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
|
2556 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2557 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2558 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2559 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2560 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2561 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2562 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2563 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2564 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2565 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2566 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2567 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2568 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2569 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2570 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2571 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2572 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2573 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2574 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2575 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2576 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2577 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2578 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2579 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2580 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2581 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2582 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2583 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2584 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2585 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2586 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2587 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2588 * 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
|
2589 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2590 * 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
|
2591 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2592 * 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
|
2593 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2594 * 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
|
2595 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2596 |
29776 | 2597 2000-06-20 Dave Love <fx@gnu.org> |
2598 | |
2599 * faces.el (frame-background-mode): Use set-default, not set, in | |
2600 setter. | |
2601 (frame-update-faces, frame-update-face-colors): Define with | |
2602 defalias. | |
2603 | |
2604 * enriched.el (enriched-decode-foreground) | |
2605 (enriched-decode-background): Don't use internal-find-face. | |
2606 | |
2607 * apropos.el: Doc fixes. | |
2608 | |
2609 * cus-edit.el (customize-changed-options): Check arg. | |
2610 (customize-version-lessp): Don't require decimal point. | |
2611 | |
2612 * custom.el (defcustom, defgroup): Doc fix. | |
2613 | |
2614 * newcomment.el (comment) <defgroup>: Add :version. | |
2615 (comment-multi-line): Doc fix. | |
2616 | |
2617 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2618 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2619 | |
29747 | 2620 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2621 | |
2622 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2623 the whole buffer. | |
2624 | |
29740 | 2625 2000-06-19 Dave Love <fx@gnu.org> |
2626 | |
2627 * menu-bar.el (menu-bar-options-save): New function. | |
2628 (menu-bar-options-menu): Use it. | |
2629 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2630 Simplify. | |
2631 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2632 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2633 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2634 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2635 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2636 |
29720 | 2637 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2638 | |
2639 * international/codepage.el: | |
2640 (cp-coding-system-for-codepage-1): Delete special codes for | |
2641 generating xxx-dos coding system because now a CCL based coding | |
2642 system can handle EOL conversion by default. | |
2643 | |
2644 * international/mule.el (make-coding-system): Generate subsidiary | |
2645 coding systems for EOL handling variants even for a CCL based | |
2646 coding system. | |
2647 | |
29718 | 2648 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2649 | |
2650 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2651 (isearch-minibuffer-input-method-function): These variables | |
2652 deleted. | |
2653 (isearch-with-input-method): Don't use the above variables. | |
2654 (isearch-process-search-multibyte-characters): Likewise. Call | |
2655 read-string with the arg INHERIT-INPUT-METHOD t. | |
2656 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2657 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2658 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2659 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2660 (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
|
2661 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2662 * 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
|
2663 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2664 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2665 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
|
2666 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2667 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2668 |
29712 | 2669 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2670 | |
2671 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2672 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2673 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2674 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2675 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2676 |
29696 | 2677 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2678 | |
2679 * find-lisp.el: New file. | |
2680 | |
29694 | 2681 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2682 | |
2683 * time.el (display-time-mail-function): New variable, to allow | |
2684 external packages to indicate when new mail is available. | |
2685 (display-time-update): Use it. | |
2686 | |
29689 | 2687 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2688 | |
29691 | 2689 * international/mule.el (mule-version): Change version name to |
2690 SAKAKI. AOI has already been used by Meadow. | |
2691 | |
29689 | 2692 * international/quail.el (quail-show-guidance-buf): To find the |
2693 bottom window (but minibuffer), pay attention to the height of | |
2694 minibuffer. | |
2695 | |
29670 | 2696 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2697 | |
29682 | 2698 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2699 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2700 from the menu bar, as the menu bar has enough space now. | |
2701 | |
29680 | 2702 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2703 | |
29670 | 2704 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2705 characters, which use series of two ^H characters instead of one. | |
2706 | |
29667 | 2707 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2708 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2709 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2710 (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
|
2711 functions. |
29686 | 2712 (Info-find-node-2): Try a case-sensitive search first, then |
2713 do a case-insensitive search. | |
2714 | |
2715 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2716 tutorials. | |
2717 | |
29676 | 2718 * complete.el (PC-env-vars-alist): New variable. |
2719 (PC-complete-as-file-name): New function. | |
2720 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2721 process-environment. | |
2722 (PC-do-completion): Handle completion of env vars. | |
2723 | |
2724 * info.el (Info-set-mode-line): Show file name in mode line, | |
2725 use `*Info*' instead of `Info:'. | |
2726 | |
29667 | 2727 * startup.el (command-line-1): Change copyright messages to year |
2728 2000. | |
2729 | |
29665 | 2730 2000-06-15 Dave Love <fx@gnu.org> |
2731 | |
2732 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2733 not local-map. | |
2734 | |
29658 | 2735 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2736 | |
2737 * international/mule.el (set-buffer-file-coding-system): Almost | |
2738 rewritten to handle `undecided' as no-op. | |
2739 | |
29654 | 2740 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2741 | |
29667 | 2742 * Makefile.in: New file. |
29657 | 2743 |
2744 * Makefile: Removed. | |
2745 | |
29654 | 2746 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2747 (goto-address-highlight-keymap): Bind C-c RET. | |
2748 | |
29640 | 2749 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2750 | |
29649 | 2751 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2752 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2753 |
29645 | 2754 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2755 0. Give correct argument to set-auto-coding-function. | |
2756 (tar-expunge): For goto-char, use (point-min), not 0. | |
2757 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2758 (tar-subfile-save-buffer): Likewize. | |
2759 | |
29640 | 2760 * international/mule.el |
2761 (after-insert-file-set-buffer-file-coding-system): Call | |
2762 set-buffer-file-coding-system with the arg FORCE t. | |
2763 | |
29633 | 2764 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2765 | |
2766 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2767 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2768 the sender is set with `-f'. |
29633 | 2769 |
29622 | 2770 2000-06-13 Dave Love <fx@gnu.org> |
2771 | |
29630 | 2772 * help.el (describe-function-1): Kluge around cases of functions |
2773 fset to subrs whose doc doesn't match their symbol-name. | |
2774 | |
29627 | 2775 * image.el (insert-image): Default STRING to a space. |
29625 | 2776 |
29622 | 2777 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2778 (Info-build-node-completions): Match Ref tags. |
29622 | 2779 |
29612 | 2780 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2781 | |
29615 | 2782 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2783 defaliases for display-graphic-p. | |
2784 | |
29612 | 2785 * hl-line.el: Fixed a typo in commentary. |
2786 | |
29609 | 2787 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2788 | |
2789 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2790 fixed. | |
2791 | |
29608 | 2792 2000-06-12 Dave Love <fx@gnu.org> |
2793 | |
2794 * image.el (insert-image): Save a little consing. | |
2795 | |
29598 | 2796 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2797 | |
2798 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2799 to the corresponding tibetan characters. | |
2800 (tibetan-add-components): Delete code for the special treatment of | |
2801 'a chung. | |
2802 | |
2803 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2804 change. | |
2805 (tibetan-vowel-transcription-alist): More rules added. | |
2806 (tibetan-composite-vowel-alist): New variable. | |
2807 (tibetan-precomposition-rule-alist): More rules added. | |
2808 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2809 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2810 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2811 * 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
|
2812 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2813 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2814 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2815 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2816 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2817 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2818 * 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
|
2819 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2820 * 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
|
2821 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2822 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2823 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2824 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2825 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2826 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2827 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2828 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2829 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2830 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2831 * 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
|
2832 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2833 * 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
|
2834 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2835 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2836 (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
|
2837 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2838 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2839 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2840 (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
|
2841 (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
|
2842 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2843 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2844 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2845 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2846 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2847 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2848 * 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
|
2849 (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
|
2850 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2851 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2852 (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
|
2853 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2854 (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
|
2855 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
|
2856 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2857 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2858 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2859 * 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
|
2860 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2861 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2862 (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
|
2863 (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
|
2864 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
|
2865 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2866 * 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
|
2867 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
|
2868 |
29574 | 2869 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2870 | |
2871 * international/mule.el (set-buffer-file-coding-system): If | |
2872 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2873 unconditionally. | |
2874 | |
29568 | 2875 2000-06-12 Dave Love <fx@gnu.org> |
2876 | |
2877 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2878 required. | |
2879 | |
29556 | 2880 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2881 | |
2882 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2883 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2884 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2885 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2886 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2887 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2888 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2889 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
|
2890 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2891 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2892 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2893 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2894 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2895 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2896 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2897 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2898 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2899 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2900 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2901 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
|
2902 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2903 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
|
2904 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2905 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2906 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2907 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2908 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2909 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2910 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2911 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2912 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2913 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2914 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2915 |
29542 | 2916 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2917 | |
2918 * 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
|
2919 undecided-XXX is specified, change only EOL conversion. |
29542 | 2920 |
2921 * international/mule-conf.el (unix): New alias for the coding | |
2922 system undecided-unix. | |
2923 | |
29528 | 2924 2000-06-09 Dave Love <fx@gnu.org> |
2925 | |
29535 | 2926 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2927 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2928 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2929 (executable-insert): Change custom type. |
2930 (executable-find): Add autoload cookie. | |
29531 | 2931 (executable-make-buffer-file-executable-if-script-p): New |
2932 function. After Noah Friedman. | |
29528 | 2933 |
2934 * files.el (after-save-hook): Customize, with | |
29531 | 2935 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2936 |
29518 | 2937 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2938 | |
29522 | 2939 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2940 "tib24p-mule.bdf" for Tibetan. | |
2941 | |
29520 | 2942 * composite.el (decompose-composite-char): Declare it as obsolete. |
2943 | |
29541 | 2944 * man.el (Man-fontify-manpage): Pay attention to underline and |
2945 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2946 |
29517 | 2947 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2948 | |
2949 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2950 Set maintainer to FSF since author isn't reachable. | |
2951 | |
29508 | 2952 2000-06-08 Dave Love <fx@gnu.org> |
2953 | |
2954 * international/mule-cmds.el (select-safe-coding-system): If | |
2955 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2956 preferred coding-system if buffer-file-coding-system is | |
2957 `undecided'. From Handa. | |
2958 | |
29503 | 2959 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2960 | |
2961 * international/mule.el | |
2962 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2963 size is greater than INSERTED, judget that we are not visiting. | |
2964 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2965 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
|
2966 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2967 * 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
|
2968 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
|
2969 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
|
2970 |
29498 | 2971 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2972 | |
2973 * align.el: Update from author. | |
2974 | |
2975 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2976 | |
2977 * apropos.el (apropos-mode-hook): New user variable. | |
2978 (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
|
2979 |
29498 | 2980 2000-06-07 David Ponce <david@dponce.com> |
2981 | |
2982 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2983 commands. Require `wid-edit' at run-time. | |
2984 | |
2985 2000-06-07 David Ponce <david@dponce.com> | |
2986 | |
2987 * recentf.el: Added some "Commentary". | |
2988 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2989 move the point at the top of the file list. This behaviour is | |
2990 consistent with the menu one when the list contains a lot of | |
2991 files. | |
2992 (recentf-cleanup): Now displays the number of items removed from | |
2993 the list. | |
2994 (recentf-relative-filter) New menu filter to show filenames | |
2995 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
|
2996 |
29498 | 2997 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2998 | |
2999 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
3000 with/without giving an error if PostScript printer doesn't have this | |
3001 kind of page size. Zebra Stripe continues or restarts on next page. | |
3002 Manual/automatic paper feeding. Switch or not the header. | |
3003 (ps-print-version): New version number (5.2.2). | |
3004 (ps-windows-system): Include emx as a Windows system. | |
3005 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
3006 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
3007 (ps-background-text): Code fix. | |
3008 (ps-error-handler-message, ps-user-defined-prologue) | |
3009 (ps-print-prologue-header, ps-printer-name) | |
3010 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
3011 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
3012 (ps-use-face-background): Customization fix. | |
3013 (ps-n-up-database): Data fix. | |
3014 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
3015 (ps-switch-header): New vars. | |
3016 (ps-xemacs-color-name, ps-face-foreground-name) | |
3017 (ps-face-background-name, ps-boolean-constant): New funs. | |
3018 | |
29491 | 3019 2000-06-07 Dave Love <fx@gnu.org> |
3020 | |
3021 * allout.el: New version from Manheimer. | |
3022 | |
29483 | 3023 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
3024 | |
3025 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
3026 charset. | |
3027 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3028 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
|
3029 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3030 * 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
|
3031 (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
|
3032 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
|
3033 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3034 |
29471 | 3035 2000-06-06 Dave Love <fx@gnu.org> |
3036 | |
3037 * image.el (find-image): Doc fix. Return nil if image not found. | |
3038 (put-image, insert-image): Make STRING arg optional. | |
3039 | |
29455 | 3040 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
3041 | |
3042 * language/vietnamese.el: Remove eval-when-compile. | |
3043 (viet-viscii-nonascii-translation-table): Define it as a | |
3044 translation table made from viet-viscii-decode-table. | |
3045 (viet-viscii-encode-table): Define it as a translation table made | |
3046 from the reverse map of above. | |
3047 (viet-vscii-nonascii-translation-table): Define it as a | |
3048 translation table made from viet-vscii-decode-table. | |
3049 (viet-vscii-encode-table): Define it as a translation table made | |
3050 from the reverse map of above. | |
3051 (ccl-decode-viscii): Use translate-character. | |
3052 (ccl-encode-viscii, ccl-encode-viscii-font) | |
3053 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
3054 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3055 |
29455 | 3056 * language/cyrillic.el: Remove eval-when-compile. |
3057 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
3058 translation table made from cyrillic-koi8-r-decode-table. | |
3059 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
3060 made from the reverse map of above. | |
3061 (ccl-decode-koi8): Use translate-character. | |
3062 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
3063 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
3064 a translation table made from cyrillic-alternativnyj-decode-table. | |
3065 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
3066 table made from the reverse map of above. | |
3067 (ccl-decode-alternativnyj): Use translate-character. | |
3068 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
3069 Likewize | |
3070 | |
3071 * international/mule-diag.el (non-iso-charset-alist): Specify | |
3072 translation table symbol instead of translation table itself. | |
3073 (list-block-of-chars): CHARSET may be a translation table symbol. | |
3074 | |
3075 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
3076 already exists, override it. | |
3077 | |
3078 * international/fontset.el: Use family `proportional' for Tibetan | |
3079 fonts. | |
3080 | |
3081 * international/ccl.el (ccl-compile-translate-character): Don't | |
3082 check if Rrr has property translation-table. | |
3083 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
3084 | |
29447 | 3085 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
3086 | |
3087 * info.el: Bind case-fold-search to t when searching in case | |
3088 a user sets it to nil in a hook. | |
3089 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3090 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3091 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3092 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3093 * 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
|
3094 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3095 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3096 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3097 (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
|
3098 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3099 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
|
3100 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3101 * 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
|
3102 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3103 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3104 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3105 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3106 * 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
|
3107 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3108 (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
|
3109 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3110 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3111 (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
|
3112 (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
|
3113 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3114 * 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
|
3115 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3116 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
|
3117 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3118 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3119 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3120 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3121 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3122 (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
|
3123 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3124 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3125 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
|
3126 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3127 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3128 * 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
|
3129 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3130 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
|
3131 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
3132 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
|
3133 |
29447 | 3134 * 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
|
3135 tty's. |
29447 | 3136 * 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
|
3137 differences whenever appropriate. |
29447 | 3138 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
3139 * 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
|
3140 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3141 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3142 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3143 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3144 * 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
|
3145 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3146 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3147 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
|
3148 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3149 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3150 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3151 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3152 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3153 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3154 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3155 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3156 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3157 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3158 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3159 (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
|
3160 (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
|
3161 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3162 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3163 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
|
3164 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3165 (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
|
3166 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3167 |
29403 | 3168 2000-06-02 Dave Love <fx@gnu.org> |
3169 | |
3170 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
3171 all the widgets. Don't require cl or widget. Remove | |
3172 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
3173 (widget-read-event): Removed. Callers changed to use read-event. | |
3174 (widget-button-release-event-p): Renamed from | |
3175 button-release-event-p. | |
3176 (widget-field-add-space, widget-field-use-before-change): | |
3177 Uncustomize. | |
3178 (widget-specify-field): Use keymap property, not local-map. | |
3179 (widget-specify-button): Obey :suppress-face. | |
3180 (widget-specify-insert): Use modern backquote syntax. | |
3181 (widget-image-directory): Renamed from widget-glyph-directory. | |
3182 (widget-image-enable): Renamed from widget-glyph-enable. | |
3183 (widget-image-find): Replaces widget-glyph-find. | |
3184 (widget-button-pressed-face): Move defvar. | |
3185 (widget-image-insert): Replaces widget-glyph-insert. | |
3186 (widget-convert): Use keywordp. | |
3187 (widget-leave-text, widget-children-value-delete): Use mapc. | |
3188 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3189 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 3190 (widget-button-click): Don't set point at the click, but re-centre |
3191 if we scroll out of window. Rewritten for images v. glyphs &c. | |
3192 (widget-tabable-at): Use POS arg, not point. | |
3193 (widget-beginning-of-line, widget-end-of-line) | |
3194 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
3195 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
3196 (widget-default-create): Use widget-image-insert; some rewriting. | |
3197 (widget-visibility-value-create) | |
3198 (widget-push-button-value-create, widget-toggle-value-create): Use | |
3199 widget-image-insert. | |
3200 (checkbox): Create on and off images dynamically. | |
3201 (documentation-link): Change :help-echo. | |
3202 (widget-documentation-link-echo-help): Remove. | |
3203 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3204 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3205 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3206 * 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
|
3207 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3208 * 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
|
3209 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3210 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3211 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3212 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3213 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3214 |
29383 | 3215 2000-06-02 Dave Love <fx@gnu.org> |
3216 | |
29392 | 3217 * files.el (convert-standard-filename): Doc fix. |
3218 (normal-backup-enable-predicate): New function. | |
3219 (backup-enable-predicate): Use it to replace the lambda form. | |
3220 | |
3221 * calendar/todo-mode.el: [This needs more work on the outline | |
3222 stuff.] Doc fixes. | |
3223 (todo) <defgroup>: Add :version. | |
3224 (todo-add-category): Don't use pushnew. | |
3225 (todo-cmd-raise): Fix typo. | |
3226 (todo-top-priorities): Change temp buffer name. | |
3227 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3228 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3229 Use outline-next-heading. |
29392 | 3230 |
29383 | 3231 * autoarg.el: Rewritten to use define-minor-mode. |
3232 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
3233 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
3234 | |
29376 | 3235 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
3236 | |
3237 * isearch.el (isearch-other-meta-char): Fix previous change. | |
3238 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3239 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3240 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3241 * 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
|
3242 (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
|
3243 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3244 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3245 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3246 |
29372 | 3247 2000-06-01 Dave Love <fx@gnu.org> |
3248 | |
3249 * hl-line.el: Rewritten using define-minor-mode. | |
3250 | |
3251 * help.el (describe-function-1): Distinguish special form from | |
3252 builtin function. Sanity-check presence of arglist for builtins. | |
3253 | |
29356 | 3254 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
3255 | |
29365 | 3256 * international/characters.el: Fix syntax/category setting of |
3257 Tibetan characters. | |
3258 | |
3259 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
3260 encoding of Tibetan characters. | |
3261 (tibetan-decompose-precomposition-alist): New variable. | |
3262 (tibetan-decompose-region): Convert precomposed characters to | |
3263 non-precomposed characters. | |
3264 (tibetan-decompose-string): Likewise. | |
3265 (tibetan-composition-function): Fix args to | |
3266 thibetan-compose-string. | |
3267 | |
3268 * language/tibetan.el (tibetan-composable-pattern): More | |
3269 characters included. | |
3270 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
3271 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
3272 "+R" added. | |
3273 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
3274 | |
29359 | 3275 * language/lao-util.el (lao-composition-function): Fix args to |
3276 compose-string. | |
3277 | |
3278 * language/thai-util.el (thai-composition-function): Fix args to | |
3279 compose-string. | |
3280 | |
29356 | 3281 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 3282 to prevent the point moving to the end of a composition when a |
3283 part of a composition is searched. | |
29356 | 3284 (isearch-other-meta-char): If the key invoking this command can be |
3285 mapped by function-key-map to a printing char, call | |
3286 isearch-process-search-char directly. | |
3287 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3288 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3289 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3290 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3291 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3292 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3293 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3294 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3295 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3296 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3297 * 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
|
3298 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3299 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3300 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
|
3301 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3302 * 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
|
3303 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3304 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
|
3305 |
29347 | 3306 2000-05-31 Dave Love <fx@gnu.org> |
3307 | |
3308 * loadhist.el (loadhist-hook-functions): Remove | |
3309 before-change-function, after-change-function. | |
3310 (unload-feature): Deal with symbols which are both bound and | |
3311 fbound. | |
3312 | |
3313 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
3314 before-change-function, after-change-function. | |
3315 | |
3316 * simple.el (newline): Don't bind before-change-function, | |
3317 after-change-function. | |
3318 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3319 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
|
3320 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3321 * 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
|
3322 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
|
3323 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
|
3324 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
|
3325 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3326 * 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
|
3327 |
29330 | 3328 2000-05-31 Dave Love <fx@gnu.org> |
3329 | |
3330 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
3331 pattern for function of change. | |
3332 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
3333 acknowledgements patterns. | |
3334 | |
29328 | 3335 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
3336 | |
3337 * isearch.el (isearch-printing-char): If keyboard coding system is | |
3338 being used, call isearch-process-search-multibyte-characters. | |
3339 | |
3340 * international/isearch-x.el: Mostly rewritten. | |
3341 | |
3342 * international/quail.el (quail-start-conversion): Don't include | |
3343 unhandled events in the returned events, but set them in | |
3344 unread-command-events. Exit if all inputs are deleted. | |
3345 | |
29324 | 3346 2000-05-30 Jason Rumney <jasonr@gnu.org> |
3347 | |
3348 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
3349 | |
3350 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
3351 Reenable code to create initial fontsets. | |
3352 Use set-fontset-font in place of put-charset-property. | |
3353 | |
29302 | 3354 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
3355 | |
29307 | 3356 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
3357 label, ensure that the first colon isn't followed by another. | |
3358 | |
3359 * paths.el (Info-default-directory-list): Doc fix. | |
3360 | |
29304 | 3361 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
3362 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
3363 send a query containing USER only, not USER@HOST. | |
3364 | |
29302 | 3365 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
3366 and rmail-msgend to compute the restriction at the end, instead of | |
3367 computing it. | |
3368 | |
29292 | 3369 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
3370 | |
29295 | 3371 * dabbrev.el (dabbrev-expand): Don't display messages in the |
3372 echo area if the minibuffer window is active. | |
3373 | |
29292 | 3374 * jit-lock.el (jit-lock-mode): Add after change function to |
3375 local hook. | |
3376 | |
3377 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
3378 | |
3379 * antlr-mode.el: New commands: hide/unhide actions, | |
3380 upcase/downcase literals. | |
3381 (antlr-tiny-action-length): New user option. | |
3382 (antlr-hide-actions): New command. Suggested by | |
3383 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
|
3384 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 3385 (antlr-mode-menu): New entries. |
3386 (antlr-downcase-literals): New command. | |
3387 (antlr-upcase-literals): Ditto. | |
3388 | |
3389 * antlr-mode.el: Minor changes: indendation, mode-name. | |
3390 (antlr-indent-line): Indent cpp directive at column 0. | |
3391 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
3392 | |
3393 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
3394 (antlr-font-lock-additional-keywords): Workaround for intentional | |
3395 bug in XEmacs version of font-lock. | |
3396 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
3397 be used by a smarter version of `buffers-menu-grouping-function'. | |
3398 | |
3399 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
3400 | |
3401 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
3402 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
3403 | |
29266 | 3404 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3405 | |
3406 * international/encoded-kb.el | |
3407 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3408 charset-iso-final-char return -1 for eight-bit-control and | |
3409 eight-bit-graphic. | |
3410 | |
29261 | 3411 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3412 | |
3413 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3414 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3415 available, instead of window-system. | |
3416 | |
29259 | 3417 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3418 | |
3419 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3420 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3421 coding systems. | |
3422 | |
29248 | 3423 2000-05-26 Dave Love <fx@gnu.org> |
3424 | |
29255 | 3425 * disp-table.el (standard-display-underline): Don't use |
3426 internal-find-face. | |
3427 | |
29248 | 3428 * mail/reporter.el: Maintainer change. Doc fixes. |
3429 (reporter-version): Deleted. | |
3430 | |
3431 * emacs-lisp/elp.el: Maintainer change. | |
3432 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3433 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3434 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3435 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3436 * 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
|
3437 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3438 |
29240 | 3439 2000-05-26 Dave Love <fx@gnu.org> |
3440 | |
29242 | 3441 * loadhist.el (unload-feature): Fix interactive spec [from |
3442 lijnzaad@ebi.ac.uk]. | |
3443 | |
29240 | 3444 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3445 subr-arity to check primitives. | |
3446 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3447 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3448 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3449 mapcar. | |
3450 | |
29226 | 3451 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3452 | |
29235 | 3453 * international/fontset.el: Set family names of non-latin charsets |
3454 in default fontset to "*". | |
3455 | |
29230 | 3456 * international/mule-diag.el (print-fontset): Combine family part |
3457 and registry part of the fontname by "-*-" instead of "-". | |
3458 | |
29226 | 3459 * international/mule-cmds.el (encode-coding-char): Make strings |
3460 multibyte before calling encode-coding-string. | |
3461 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3462 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3463 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3464 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3465 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3466 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3467 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3468 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3469 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3470 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3471 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3472 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3473 * 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
|
3474 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3475 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3476 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3477 (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
|
3478 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3479 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3480 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3481 |
29214 | 3482 2000-05-25 Dave Love <fx@gnu.org> |
3483 | |
3484 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3485 byte-code-function-p. | |
3486 | |
3487 * mail/rmailsum.el: Add provide. | |
3488 | |
3489 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3490 | |
3491 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3492 defcustom. | |
3493 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3494 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
|
3495 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3496 * 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
|
3497 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
|
3498 |
29205 | 3499 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3500 | |
3501 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3502 grayscale support, not about window-system. | |
3503 | |
3504 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3505 window-system. | |
3506 (ffap-highlight): Always default to t. | |
3507 | |
3508 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3509 display-popup-menus-p instead of looking at window-system. | |
3510 | |
3511 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3512 Only refuse to use string glyphs on X and MS-Windows. | |
3513 | |
3514 * avoid.el: Remove window-system from commentary, suggest to use | |
3515 display-*-p instead. | |
3516 | |
3517 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3518 window-system. | |
3519 | |
29190 | 3520 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3521 | |
3522 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3523 Fill up unsupported characters with their own codes. From Kenichi | |
3524 Handa. | |
3525 | |
29188 | 3526 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3527 | |
3528 * international/mule-diag.el (describe-char-after): Use | |
3529 display-graphic-p instead of window-system, so that this function | |
3530 works on MS-DOS. | |
3531 | |
29181 | 3532 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3533 | |
3534 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3535 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3536 the list of charsets which we convert into `?'. | |
3537 | |
29169 | 3538 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3539 | |
3540 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3541 private charsets. | |
3542 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3543 japanese-jisx0213-2): New charsets. | |
3544 | |
3545 * international/fontset.el: Setup default fontset for new charsets. | |
3546 | |
29166 | 3547 2000-05-24 Dave Love <fx@gnu.org> |
3548 | |
3549 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3550 S. Solomin" <sovs@uic.nnov.ru>]. | |
3551 | |
3552 * icomplete.el: Fix header for Finder. | |
3553 | |
3554 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3555 | |
3556 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3557 STAY. | |
3558 | |
3559 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3560 (rmail-show-message): Add call to `rmail-auto-file' during | |
3561 display. | |
3562 (rmail-auto-file): New function. | |
3563 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3564 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
|
3565 |
29193 | 3566 * 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
|
3567 account. |
29193 | 3568 (ediff-test-utility,ediff-diff-mandatory-option) |
3569 (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
|
3570 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
|
3571 |
29193 | 3572 * 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
|
3573 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3574 |
29193 | 3575 * 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
|
3576 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3577 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3578 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
|
3579 |
29193 | 3580 * 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
|
3581 |
29159 | 3582 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3583 | |
3584 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3585 aliases for hebrew-iso-8bit. | |
3586 | |
29148 | 3587 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3588 | |
3589 * woman.el: New version from Francis J. Wright | |
3590 <F.J.Wright@Maths.QMW.ac.uk>. | |
3591 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3592 names in environment variables regardless of the path separator. | |
3593 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3594 on all files, since woman-file-regexp already filters out any | |
3595 directories. | |
3596 | |
29140 | 3597 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3598 | |
29144 | 3599 * international/quail.el (quail-start-translation): Don't change |
3600 modified-p of the current buffer. | |
3601 (quail-start-conversion): Likewise. | |
3602 | |
3603 * international/kkc.el (kkc-region): Don't change modified-p of | |
3604 the current buffer. | |
3605 | |
29142 | 3606 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3607 conform to RFC1468. | |
3608 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3609 |
29138 | 3610 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3611 | |
3612 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3613 (speedbar-insert-button): Invisible text property fix. | |
3614 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3615 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3616 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3617 (speedbar-page-minus): Renamed from speedbar-file-- | |
3618 (speedbar-page): Renamed from speedbar-file- | |
3619 (speedbar-tag): Renamed from speedbar-tag- | |
3620 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3621 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3622 (speedbar-expand-image-button-alist): Use above renames. | |
3623 | |
3624 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3625 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3626 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3627 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3628 * sb-pg.xpm: Renamed from sb-file.xpm | |
3629 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3630 * 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
|
3631 |
29128 | 3632 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3633 | |
3634 * international/quail.el (quail-show-guidance-buf): Set | |
3635 current-input-method of the guidance buffer to the name of the | |
3636 curren input method. | |
3637 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3638 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3639 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3640 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3641 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3642 * 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
|
3643 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3644 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3645 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3646 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3647 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3648 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3649 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3650 * 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
|
3651 |
29116 | 3652 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3653 | |
29127 | 3654 * startup.el (command-line): Determine source file of compiled |
3655 user init file differently. Warn if compiled user init file | |
3656 is older than its source file. | |
3657 | |
29116 | 3658 * 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
|
3659 |
29112 | 3660 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3661 | |
3662 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3663 rather than `|' (which is not allowed on Windows). Replace the | |
3664 drive letters with a string "drive_X". | |
3665 | |
29110 | 3666 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3667 | |
3668 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3669 | |
3670 * files.el (interpreter-mode-alist): Add `bash2'. | |
3671 | |
29091 | 3672 2000-05-22 Dave Love <fx@gnu.org> |
3673 | |
3674 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3675 mapc. | |
3676 (feature-file): Avoid calling symbol-name. Doc fix. | |
3677 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3678 (loadhist-hook-functions): Add mouse-position-function. | |
3679 (unload-feature): Change uses of mapcar. | |
3680 | |
3681 * files.el (parse-colon-path): Doc fix. | |
3682 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3683 (set-auto-mode): Use mapc. | |
3684 | |
3685 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3686 class. | |
3687 (partial-completion-mode): Add autoload cookie. | |
3688 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3689 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
|
3690 |
29102 | 3691 * 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
|
3692 `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
|
3693 |
29082 | 3694 2000-05-22 Dave Love <fx@gnu.org> |
3695 | |
3696 * bindings.el: Remove debug-ignored-errors set in other files. | |
3697 | |
3698 * progmodes/etags.el: Add to debug-ignored-errors. | |
3699 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3700 when making a new list. | |
3701 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3702 mapc. | |
3703 | |
3704 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3705 quote keywords. | |
3706 (cmpl-string-case-type): Use character classes. | |
3707 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3708 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3709 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3710 * imenu.el: |
29082 | 3711 * mail/mh-e.el: |
3712 * progmodes/compile.el: Add to debug-ignored-errors. | |
3713 | |
3714 * dabbrev.el: Add to debug-ignored-errors. | |
3715 (dabbrev-completion): Use mapc. | |
3716 | |
29075 | 3717 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3718 | |
3719 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3720 (woman-mapcan, woman-parse-man.conf) | |
3721 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3722 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3723 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3724 path syntax better. | |
3725 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3726 (woman-manpath): Call woman-parse-man.conf. | |
3727 (woman-emulation): New defcustom, defaults to nroff. | |
3728 (woman-font-support): New defconst. | |
3729 (woman-use-symbol-font): New defcustom. | |
3730 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3731 "Emulation". | |
3732 Many functions: Doc fix. | |
3733 | |
29072 | 3734 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3735 | |
3736 * international/quail.el (quail-simple-translation-keymap): Map | |
3737 128..255 to quail-self-insert-command. | |
3738 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3739 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3740 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3741 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3742 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3743 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3744 * 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
|
3745 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3746 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3747 * 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
|
3748 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3749 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3750 * 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
|
3751 |
29059 | 3752 2000-05-21 Dave Love <fx@gnu.org> |
3753 | |
29061 | 3754 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3755 are invalid characters. | |
3756 | |
29059 | 3757 * international/mule-util.el (detect-coding-with-priority): Use |
3758 mapc. Remove redundant lambda. | |
3759 | |
3760 * international/mule-diag.el (list-non-iso-charset-chars) | |
3761 (describe-fontset): Remove redundant lambda. | |
3762 | |
3763 * emulation/crisp.el (brief-mode): New alias. | |
3764 | |
3765 * emacs-lisp/ring.el (ring-elements): New function. | |
3766 | |
3767 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3768 (easy-menu-do-add-item): Use keywordp. | |
3769 | |
3770 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3771 | |
3772 * replace.el: Doc and error message fixes. | |
3773 (replace-highlight): Use facep, not internal-find-face. | |
3774 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3775 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3776 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3777 * 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
|
3778 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3779 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3780 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3781 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3782 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3783 (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
|
3784 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3785 (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
|
3786 (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
|
3787 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3788 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3789 (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
|
3790 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3791 (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
|
3792 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3793 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3794 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3795 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3796 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3797 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3798 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3799 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3800 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3801 (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
|
3802 (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
|
3803 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3804 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
|
3805 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3806 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3807 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3808 |
29029 | 3809 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3810 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3811 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3812 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3813 | |
29028 | 3814 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3815 | |
3816 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3817 and insert, not subst-char-in-region. | |
3818 | |
3819 * international/mule-diag.el (list-character-sets-1): Handle | |
3820 charsets eight-bit-control and eight-bit-graphic. | |
3821 (list-iso-charset-chars): Likewise. | |
3822 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3823 charactes as is. Use indent-to to align characters. | |
3824 | |
3825 * international/mule-cmds.el (find-multibyte-characters): Never | |
3826 exclude charsets eight-bit-control and eight-bit-graphic. | |
3827 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3828 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3829 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3830 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3831 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3832 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3833 * 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
|
3834 |
28993 | 3835 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3836 | |
3837 * gud.el (gud-jdb-directories): Doc fix. | |
3838 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3839 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3840 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3841 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3842 |
28988 | 3843 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3844 | |
28993 | 3845 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3846 |
28982 | 3847 2000-05-18 Andreas Schwab <schwab@suse.de> |
3848 | |
3849 * dired.el (dired-between-files): Also skip lines beginning with | |
3850 `used'. | |
3851 | |
28978 | 3852 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3853 | |
3854 * msb.el (msb-menu-cond): Add choice `user'. | |
3855 | |
28981 | 3856 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
|
3857 |
28981 | 3858 * ps-print.el: Compatibility, customization and doc fix. |
3859 (ps-printer-name-option): Replace defconst by defvar. | |
3860 (ps-postscript-code-directory): XEmacs compatibility. | |
3861 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3862 fix. | |
3863 (ps-user-defined-prologue, ps-print-prologue-header) | |
3864 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3865 compatibility and code fix. | |
3866 (ps-print-background-image, ps-print-background-text): | |
3867 Customization fix. | |
3868 (ps-line-number-start, ps-n-up-on): New vars. | |
3869 | |
28978 | 3870 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3871 | |
3872 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3873 the indent-comment function to just return the appropriate indent. | |
3874 | |
28975 | 3875 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3876 | |
3877 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3878 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3879 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3880 | |
28969 | 3881 2000-05-18 Dave Love <fx@gnu.org> |
3882 | |
3883 * info.el (Info-fontify-node): Add intangible property as well as | |
3884 invisible. | |
3885 | |
3886 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3887 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3888 | |
28965 | 3889 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3890 | |
3891 * international/mule-diag.el (describe-char-after): Call | |
3892 internal-char-font, not char-font. If internal-char-font returns | |
3893 nil, display "-- none --". | |
3894 | |
28959 | 3895 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3896 | |
3897 * image.el (image-type-available-p): Don't reference image-types | |
3898 if it isn't bound. | |
3899 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3900 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3901 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3902 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3903 |
28954 | 3904 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3905 | |
3906 * startup.el (command-line-1): Don't signal an error if the | |
3907 directory for auto-save-list files does not yet exist. | |
3908 | |
28950 | 3909 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3910 | |
3911 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3912 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3913 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3914 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3915 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3916 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3917 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
|
3918 |
28981 | 3919 * 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
|
3920 |
28942 | 3921 2000-05-16 Dave Love <fx@gnu.org> |
3922 | |
3923 * cus-edit.el: Don't require cl or easymenu. | |
3924 (custom-variable-prompt): Test standard-value property, not | |
3925 user-variable-p. | |
3926 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3927 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
|
3928 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3929 * 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
|
3930 |
28939 | 3931 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3932 | |
3933 * startup.el (command-line-1): Mention the FAQ in the startup | |
3934 message. | |
3935 | |
3936 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3937 | |
3938 * progmodes/compile.el (compilation-parse-errors): Collect | |
3939 `nomessage' regexps last. | |
3940 | |
3941 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3942 | |
3943 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3944 to the function name. | |
3945 | |
28926 | 3946 2000-05-15 Dave Love <fx@gnu.org> |
3947 | |
3948 * speedbar.el (speedbar-recenter): Typo. | |
3949 (speedbar-expand-line): Make arg optional. | |
3950 (speedbar-mode): Avoid a compiler warning. | |
3951 | |
28924 | 3952 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3953 | |
3954 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3955 user-specified option string is empty. | |
3956 | |
3957 * mouse.el (mouse-yank-at-click): Doc fix. | |
3958 | |
28921 | 3959 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3960 | |
3961 * term/internal.el (IT-character-translations): More updates of | |
3962 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3963 documents. | |
3964 | |
28919 | 3965 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3966 | |
3967 * env.el (getenv): New function, interactively callable. | |
3968 (setenv, getenv): Remove autoload cookies. | |
3969 | |
3970 * loadup.el: Load `env'. | |
3971 | |
3972 * progmodes/f90.el: Change author's mail address. | |
3973 | |
28908 | 3974 2000-05-14 Dave Love <fx@gnu.org> |
3975 | |
28911 | 3976 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3977 goto-addr as an option. | |
3978 | |
3979 * help.el (help-xref-stack): Doc fix. | |
3980 (help-xref-following): New variable. | |
3981 (help-make-xrefs): Use it. | |
3982 (help-xref-go-back): Use position information from stack element. | |
3983 (help-follow): Make position in stack element a pair. Use | |
3984 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3985 |
28911 | 3986 * autoarg.el: New file. |
3987 | |
3988 * faces.el: Declare more functions obsolete. | |
3989 | |
28908 | 3990 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3991 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3992 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3993 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3994 Remove all the setup-...-environment functions. | |
3995 | |
28903 | 3996 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3997 | |
28919 | 3998 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3999 >= when detecting. Require `defimage' safely. | |
28903 | 4000 (speedbar-easymenu-definition-base): Add toggle for images. |
4001 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
4002 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
4003 (speedbar-reconfigure-keymaps-hook): New variable. | |
4004 (speedbar-frame-parameters): Updated documentation. | |
4005 (speedbar-use-imenu-flag): Updated custom tag | |
4006 (speedbar-dynamic-tags-function-list): New variable. | |
4007 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 4008 (speedbar-indentation-width, speedbar-indentation-width) New |
4009 variables. | |
4010 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 4011 (speedbar-vc-indicator): Doc update. |
4012 (speedbar-ignored-path-expressions): Updated default value. | |
4013 (speedbar-supported-extension-expressions): Updated default value. | |
4014 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 4015 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
4016 as "+". Added overlay aliases. | |
4017 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
4018 `force-mode-line-update'. | |
4019 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
4020 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
4021 `mouse-set-point' | |
28903 | 4022 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 4023 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
4024 of arbitrary text, and new helper functions. | |
4025 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
4026 filename finder. | |
28903 | 4027 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
4028 (speedbar-directory-buttons): Update path search/expansion. | |
4029 (speedbar-make-tag-line): Pay attention to | |
28919 | 4030 `speedbar-indentation-width'. Use more care w/ invisible |
4031 properties. | |
28903 | 4032 (speedbar-change-expand-button-char): Call |
4033 `speedbar-insert-image-button-maybe'. | |
4034 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 4035 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
4036 (speedbar-trim-words-tag-hierarchy) | |
4037 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 4038 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 4039 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
4040 functions. | |
28903 | 4041 (speedbar-mouse-set-point): New function |
4042 (speedbar-power-click): Updated documentation. | |
28919 | 4043 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
4044 of tag prefix text. | |
4045 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
4046 to strange text. | |
4047 (speedbar-expand-line): Takes universal argument to flush the | |
4048 cache. | |
28903 | 4049 (speedbar-flush-expand-line): New function. |
4050 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
4051 Use new generator insertion method. | |
4052 (speedbar-fetch-dynamic-tags): New function. | |
4053 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
4054 `speedbar-fetch-dynamic-imenu'. | |
4055 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
4056 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
4057 "Revert Buffer" menu items. | |
4058 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
4059 filename tag (for expansion purposes.). | |
28919 | 4060 (speedbar-highlight-one-tag-line, |
4061 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
4062 (speedbar-recenter): New functions. | |
28903 | 4063 (defimage-speedbar): Image loading abstraction. |
28919 | 4064 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
4065 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
4066 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
4067 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 4068 (speedbar-expand-image-button-alist): New variable. |
4069 (speedbar-insert-image-button-maybe): Insert an image over some | |
4070 buttons. | |
4071 | |
28894 | 4072 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
4073 | |
4074 * international/mule-cmds.el (encode-coding-char): An ASCII | |
4075 character is always encodable. | |
4076 | |
4077 * international/mule-conf.el: Add more information in descriptions | |
4078 of character sets. | |
4079 | |
28965 | 4080 * international/mule-diag.el (describe-char-after): New function. |
28894 | 4081 (describe-font-internal): Adjusted for the change of font-info. |
4082 (describe-font): Likewise. | |
4083 (print-fontset): Rewritten for the new fontset implementation. | |
4084 (describe-fontset): Include fontset alias names in completion. | |
4085 (list-fontsets): Adjusted for the change of print-fontset. | |
4086 | |
28895 | 4087 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
4088 describe-char-after instead of displaying the detail in the echo | |
4089 area. | |
28965 | 4090 (syntax-code-table): Format changed. |
4091 (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
|
4092 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4093 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4094 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4095 * 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
|
4096 |
28890 | 4097 2000-05-12 Dave Love <fx@gnu.org> |
4098 | |
4099 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
4100 dependence. Use line-{beginning,end}-position, not | |
4101 point-at{b,e}ol. Some doc fixes. | |
4102 (todo-position): New function. Fix callers of position to use it. | |
4103 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
4104 | |
28885 | 4105 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
4106 | |
4107 * time.el (display-time-mail-icon): Use `:ascent center'. | |
4108 | |
28893 | 4109 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
4110 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4111 |
28882 | 4112 2000-05-11 Dave Love <fx@gnu.org> |
4113 | |
28888 | 4114 * calendar/todo-mode.el: New file. |
28882 | 4115 |
28870 | 4116 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
4117 | |
28881 | 4118 * comint.el (comint-read-input-ring): Move reference to |
4119 comint-input-ring-size outside of the save-excursion. It was | |
4120 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
|
4121 |
28875 | 4122 * font-lock.el: Update copyright. Remove Simon Marshall's email |
4123 address on request from him. | |
4124 | |
28870 | 4125 * subr.el (substitute-key-definition): Add comment describing |
4126 the meaning of PREFIX. | |
4127 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4128 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4129 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4130 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4131 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4132 * 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
|
4133 (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
|
4134 reference to define-minor-mode in the docstring. |
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 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4137 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4138 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4139 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4140 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4141 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4142 * 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
|
4143 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4144 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4145 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4146 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4147 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4148 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4149 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4150 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4151 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4152 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4153 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4154 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4155 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4156 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4157 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4158 (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
|
4159 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4160 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4161 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4162 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4163 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4164 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4165 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4166 |
28845 | 4167 2000-05-09 Sam Steingold <sds@goems.com> |
4168 | |
4169 * apropos.el (apropos-print): use `describe-face' instead of | |
4170 `customize-face-other-window'. | |
4171 | |
28842 | 4172 2000-05-09 Dave Love <fx@gnu.org> |
4173 | |
4174 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
4175 | |
4176 * help.el (describe-variable): Have customize button pop the | |
4177 help-xref stack when invoked. | |
4178 (help-xref-symbol-regexp): Add `face'. | |
4179 (help-make-xrefs): Check for quoted face names and adapt regexp | |
4180 submatch numbers to cope. | |
4181 (help-xref-interned): Maybe insert face doc too. Separate | |
4182 sections with a line of hyphens. | |
4183 | |
28848 | 4184 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 4185 (describe-face): Add customize button. Return the help |
4186 text. Fix prompt. | |
4187 | |
28839 | 4188 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
4189 | |
4190 * term/internal.el (IT-character-translations): Fix last change. | |
4191 | |
28833 | 4192 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
4193 | |
4194 * woman.el: New file | |
4195 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
4196 | |
28829 | 4197 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
4198 | |
28831 | 4199 * term/internal.el (IT-character-translations): Update ASCII |
4200 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
4201 latin-iso8859-15. | |
4202 | |
28829 | 4203 * international/mule-cmds.el (set-language-info-alist): Call |
4204 define-prefix-command with 3 arguments, to make the map suitable | |
4205 for a menu. | |
4206 | |
28827 | 4207 2000-05-07 Dave Love <fx@gnu.org> |
4208 | |
31242 | 4209 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 4210 |
28825 | 4211 2000-05-05 Dave Love <fx@gnu.org> |
4212 | |
4213 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
4214 list in doc string. Don't quote keyword symbols. | |
4215 * emacs-lisp/cl.el: Likewise | |
4216 * emacs-lisp/cl-seq.el: Likewise | |
4217 | |
28823 | 4218 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
4219 | |
4220 * abbrev.el (abbrev-mode): Make ARG optional. | |
4221 | |
28812 | 4222 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
4223 | |
28817 | 4224 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
4225 | |
4226 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
4227 | |
28812 | 4228 * subr.el (substitute-key-definition): Clarify documentation. |
4229 | |
4230 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
4231 | |
4232 * glasses.el (glasses-convert-to-unreadable): Use | |
4233 `glasses-separator' instead of the hard-wired "_". | |
4234 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
4235 place. | |
4236 | |
28808 | 4237 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
4238 | |
4239 * term/internal.el (cjk-codepages-alist): Add associations for | |
4240 Chinese and Korean codepages. Remove FIXME comment. | |
4241 | |
28806 | 4242 2000-05-03 Dave Love <fx@gnu.org> |
4243 | |
4244 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
4245 New option. | |
4246 (display-time-mail-icon): New variable. | |
4247 (display-time-string-forms): Use the above. Fix the local-map. | |
4248 | |
28795 | 4249 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
4250 | |
28805 | 4251 * replace.el (query-replace-map): Add binding for `E'. |
4252 (query-replace-help): Extend help text. | |
4253 (perform-replace): Allow editing the replacement string. | |
4254 | |
4255 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
4256 (makefile-mode): Set local abbrev table to | |
4257 makefile-mode-abbrev-table. | |
4258 (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
|
4259 |
28795 | 4260 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
4261 set TOGGLE's value. | |
4262 | |
28805 | 4263 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
4264 mail-interactive-insert-alias. | |
4265 (mail-abbrev-complete-alias): New command. | |
4266 (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
|
4267 |
28790 | 4268 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
4269 | |
4270 * language/lao-util.el (lao-compose-region): New function. | |
4271 | |
28782 | 4272 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
4273 | |
28789 | 4274 * files.el (recover-session): Make directories as necessary |
4275 if they don't exist yet. | |
4276 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4277 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4278 (french-calendar-multibyte-special-days-array) |
28782 | 4279 (french-calendar-special-days-array): Change French text. |
4280 (calendar-french-date-string): Change output. | |
4281 (calendar-goto-french-date): Likewise. | |
4282 | |
4283 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
4284 | |
4285 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
4286 (widget-documentation-string-value-create): Set `:always-active'. | |
4287 | |
28778 | 4288 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
4289 | |
4290 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
4291 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
4292 (normal-top-level): Create the directory for auto-save files, if | |
4293 it doesn't already exist (in the ms-dos case only). | |
4294 | |
28775 | 4295 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
4296 | |
4297 * international/mule-cmds.el (set-language-environment): Don't | |
4298 concat an integer (dos-codepage), use format instead. | |
4299 | |
28772 | 4300 2000-05-02 Dave Love <fx@gnu.org> |
4301 | |
4302 * help.el (help-xref-on-pp): Check for constant symbols. | |
4303 | |
28764 | 4304 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
4305 | |
4306 * startup.el (normal-top-level): Put a condition-case around | |
4307 the code loading subdirs.el. | |
4308 | |
4309 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
|
4310 |
28764 | 4311 * ps-print.el: Upside-down and face background color printing, |
4312 line number step, doc fix. | |
4313 (ps-print-version): New version number (5.2). | |
4314 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
4315 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
4316 (ps-spool-config): Var fix. | |
4317 (ps-printer-name-option): Const fix. | |
4318 (ps-print-upside-down, ps-use-face-background) | |
4319 (ps-line-number-step): New vars. | |
4320 (ps-window-system, ps-lp-system): New consts. | |
4321 (ps-face-background): New fun. | |
4322 | |
28759 | 4323 2000-04-28 Richard Stallman <rms@gnu.org> |
4324 | |
4325 * files.el (make-auto-save-file-name): | |
4326 Apply auto-save-file-name-transforms to visited file name | |
4327 before generating auto save file name. | |
4328 (auto-save-file-name-transforms): New variable. | |
4329 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4330 * files.el (backup-enable-predicate): |
28759 | 4331 Correctly test for a file under a temporary directory. |
4332 | |
28751 | 4333 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
4334 | |
4335 * subr.el (add-minor-mode): Rewritten. | |
4336 | |
28749 | 4337 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
4338 | |
4339 * mail/sendmail.el (sendmail-send-it): Set | |
4340 buffer-file-coding-system to the selected coding system for MIME | |
4341 header. | |
4342 | |
28748 | 4343 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
4344 | |
4345 * dired.el (dired-move-to-filename-regexp): Allow format where | |
4346 YYYY is followed by two spaces. | |
4347 | |
4348 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
4349 in the second character class of the regexp. | |
4350 | |
4351 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
4352 mh-etc, too. | |
4353 | |
4354 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
4355 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4356 |
28748 | 4357 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
4358 | |
4359 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
4360 argument. | |
4361 | |
4362 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
|
4363 |
28748 | 4364 * emacs-lisp/crm.el (crm-completion-table): New variable. |
4365 (crm-collection-fn, crm-test-completion) | |
4366 (completing-read-multiple): Use it. | |
4367 | |
28736 | 4368 2000-04-27 Dave Love <fx@gnu.org> |
4369 | |
4370 * help.el (locate-library): Use mapc. | |
4371 (help-manyarg-func-alist): Add call-process-region. | |
4372 | |
28724 | 4373 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
4374 | |
28729 | 4375 * subr.el (add-minor-mode): Make argument MAP optional. |
4376 | |
28724 | 4377 * desktop.el (desktop-save): Save list of minor modes. |
4378 (desktop-create-buffer): Restore minor modes. | |
4379 (desktop-minor-mode-table): New user-option. | |
4380 | |
4381 * subr.el (add-minor-mode): New function. | |
4382 | |
4383 * image.el (find-image): New function. | |
4384 (defimage): Rewritten to find image at load time. | |
4385 | |
4386 * startup.el (normal-top-level-add-to-load-path): Handle | |
4387 case that the default directory is not in load-path. | |
4388 | |
4389 * help.el: Old patch from Stefan Monnier. | |
4390 (help-xref-on-pp): New function. | |
4391 (describe-variable): Use it to display xrefs in a symbol's value. | |
4392 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4393 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4394 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4395 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4396 |
28713 | 4397 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
4398 | |
28715 | 4399 * mail/rmail.el (rmail-expunge): When there are no deleted |
4400 messages, do nothing. | |
28713 | 4401 |
28712 | 4402 2000-04-26 Dave Love <fx@gnu.org> |
4403 | |
4404 * international/mule-cmds.el (locale-translation-file-name): | |
4405 Defvar to nil. | |
4406 (set-locale-environment): Set it here (at runtime). | |
4407 | |
28710 | 4408 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4409 | |
4410 * replace.el (perform-replace): Add parameters START and END. Use | |
4411 them instead of the check for a region in Transient Mark mode. | |
4412 (query-replace-read-args): Return two more list elements for the | |
4413 start and end of the region in Transient Mark mode. | |
4414 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4415 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4416 optional last arguments START and END and pass them to | |
4417 perform-replace. | |
4418 | |
4419 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4420 form with additional arguments for perform-replace. | |
4421 | |
4422 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4423 and END. Construct a form with additional arguments for | |
4424 perform-replace. | |
4425 | |
4426 * simple.el (shell-command): Set default directory for "*Shell | |
4427 Command Output" buffer. | |
4428 | |
4429 * language/european.el (iso-latin-4): Fix typo. | |
4430 | |
4431 * emacs-lisp/crm.el: New file. | |
4432 | |
28701 | 4433 2000-04-24 Dave Love <fx@gnu.org> |
4434 | |
4435 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4436 (Custom-reset-saved, Custom-reset-standard) | |
4437 (custom-group-value-create, custom-group-set, custom-group-save) | |
4438 (custom-group-reset-current, custom-group-reset-saved) | |
4439 (custom-group-reset-standard): Use mapc. | |
4440 (custom-buffer-create-internal): Disable undo when creating items. | |
4441 Use mapc. | |
4442 (custom-face): Avoid redundant lambda. | |
4443 | |
28699 | 4444 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4445 | |
4446 * startup.el (auto-save-list-file-prefix): Set default to | |
4447 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4448 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4449 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4450 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4451 * 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
|
4452 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4453 |
28695 | 4454 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4455 | |
4456 * frame.el (scrolling): New group. | |
4457 (automatic-hscrolling): New user-option. | |
4458 | |
4459 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4460 `--line-spacing'. | |
4461 | |
28668 | 4462 2000-04-19 Dave Love <fx@gnu.org> |
4463 | |
4464 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4465 (cl-mapc): Rename from mapc. Fix the funcall. | |
4466 | |
28653 | 4467 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4468 | |
28660 | 4469 * simple.el (clone-indirect-buffer-other-window): New command. |
4470 (clone-indirect-buffer): Add optional arg NORECROD. | |
4471 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4472 | |
28658 | 4473 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4474 | |
4475 * window.el (count-screen-lines): New function. | |
4476 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4477 instead of window-buffer-height. | |
4478 | |
4479 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4480 non-existing variable comint-input-sentinel. | |
4481 (inferior-lisp-args-to-list): Removed. | |
4482 (inferior-lisp): Use split-string instead of | |
4483 inferior-lisp-args-to-list. | |
4484 | |
4485 * hexl.el (hexl-insert-hex-string): New command. | |
4486 | |
28653 | 4487 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4488 instead of concat. | |
4489 | |
28634 | 4490 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4491 | |
4492 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4493 at the start of an existing but empty folder. | |
4494 | |
4495 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4496 | |
4497 * ps-mule.el: Customization fix, doc fix. | |
4498 (ps-multibyte-buffer): Customization fix. | |
4499 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4500 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4501 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4502 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4503 |
28626 | 4504 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4505 | |
4506 * textmodes/texinfo.el (texinfo-insert-@email) | |
4507 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4508 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4509 (texinfo-mode-map): Add key bindings for them. | |
4510 | |
4511 * files.el (basic-save-buffer-2): Use a template with `$' | |
4512 instead of `#' for VMS. | |
4513 | |
4514 * simple.el (clone-indirect-buffer): New function. | |
4515 | |
28621 | 4516 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4517 | |
4518 * iswitchb.el (iswitchb-case): New function. If the user input | |
4519 contains any upper-case characters, the search is made | |
4520 case-sensitive. | |
4521 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4522 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4523 |
28621 | 4524 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4525 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4526 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4527 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4528 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4529 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4530 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4531 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
|
4532 (texinfo-environments): New var. |
28621 | 4533 (texinfo-environment-regexp): Use regexp-opt and |
4534 texinfo-environments. | |
4535 | |
4536 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4537 ispell-process is bound since this might be eval'd before ispell | |
4538 is loaded. | |
4539 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4540 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
|
4541 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4542 * 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
|
4543 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4544 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4545 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4546 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4547 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4548 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4549 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4550 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4551 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4552 |
28602 | 4553 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4554 | |
4555 * 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
|
4556 |
28602 | 4557 * ps-print.el: Fix counting lines in a region. |
4558 (ps-print-version): New version number (5.1.5). | |
4559 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4560 (ps-printing-region): Fun code fix. | |
4561 | |
28600 | 4562 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4563 | |
4564 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4565 to file-directory-p. | |
4566 | |
28591 | 4567 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4568 | |
4569 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4570 exists before calling directory-files. | |
4571 | |
28578 | 4572 2000-04-13 Dave Love <fx@gnu.org> |
4573 | |
4574 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4575 syntax. | |
4576 | |
4577 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4578 | |
4579 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4580 (cl-old-mapc): New variable. | |
4581 (mapc): Use it. | |
4582 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4583 next-property-change. | |
4584 (cl-map-overlays): Use with-current-buffer. | |
4585 (cl-expt): Remove. | |
4586 (copy-tree, remprop): Define unconditionally. | |
4587 | |
4588 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4589 | |
4590 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4591 to use keywordp. | |
4592 (edebug-spec): Enable keywordp. | |
4593 | |
4594 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4595 string-lessp. | |
4596 | |
4597 * cus-start.el: Use keywordp. | |
4598 | |
28577 | 4599 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4600 | |
4601 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4602 2000-02-18 by doing a save-excursion. | |
4603 | |
4604 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4605 | |
4606 * ps-print.el: Customization fix, doc fix. | |
4607 (ps-print-version): New version number (5.1.4). | |
4608 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4609 (ps-print-preprint): Adjust code. | |
4610 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4611 (ps-print-prologue-header, ps-print-control-characters) | |
4612 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4613 |
28564 | 4614 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4615 | |
4616 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4617 converted to the new menu-item format, names silightly changed, | |
4618 help strings added. | |
4619 | |
4620 Support for spelling without async subprocesses: | |
4621 | |
4622 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4623 (ispell-session-buffer): New variables. | |
4624 (ispell-start-process, ispell-process-status, | |
4625 ispell-accept-output, ispell-send-string): New functions, for | |
4626 Ispell invocation when async subprocesses aren't supported. | |
4627 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4628 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4629 to process-send-string with calls to ispell-send-string, and | |
4630 accept-process-output with ispell-accept-output. | |
4631 (ispell-init-process): Call ispell-process-status instead of | |
4632 process-status with. | |
4633 (ispell-init-process): Call ispell-start-process. Call | |
4634 ispell-accept-output and ispell-send-string. Don't call | |
4635 process-kill-without-query and kill-process if they are unbound. | |
4636 (ispell-async-processp): New function. | |
4637 | |
28560 | 4638 2000-04-12 Dave Love <fx@gnu.org> |
4639 | |
4640 * info.el: Add debug-ignored-errors. | |
4641 (Info-mode-menu): Add some items. | |
4642 (Info-directory): Add autoload cookie. | |
4643 | |
4644 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4645 Modify `truncate-lines'. Make `describe-language-environment' | |
4646 always visible and add help. Modify `describe-key' help. Invoke | |
4647 Info-directory from `info'. New entry `emacs-manual'. | |
4648 | |
28542 | 4649 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4650 | |
28549 | 4651 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4652 propertized-buffer-identification. | |
4653 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4654 (ebrowse--mode-strings): Removed. | |
4655 (ebrowse--mode-line-props): Removed. | |
4656 | |
28542 | 4657 * files.el (auto-mode-alist): Add `EBROWSE'. |
4658 | |
4659 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4660 space before testing for end of buffer. | |
4661 (ebrowse-load): Removed. | |
4662 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4663 (ebrowse-create-tree-buffer): Rewritten. | |
4664 (ebrowse-tree-mode): Read tree from buffer. | |
4665 | |
4666 * progmodes/ebrowse-ffh.el: Removed. | |
4667 | |
28535 | 4668 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4669 | |
4670 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4671 | |
28534 | 4672 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4673 | |
4674 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4675 at the wrong place. | |
4676 | |
28783 | 4677 2000-04-09 Dave Love <fx@gnu.org> |
4678 | |
4679 * files.el (backup-enable-predicate): Use | |
4680 temporary-file-directory, small-temporary-file-directory. | |
4681 (make-backup-file-name-function, backup-directory-alist): New | |
4682 variables. | |
4683 (make-backup-file-name-1): New function. | |
4684 (make-backup-file-name): Use it. | |
4685 (find-backup-file-name): Likewise. Use format for clarity, not | |
4686 concat. | |
4687 (file-newest-backup): Use make-backup-file-name. | |
4688 | |
28523 | 4689 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4690 | |
28530 | 4691 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4692 |
28530 | 4693 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4694 to ebrowse-ffh.el. | |
4695 (ebrowse-load): Add autoload. | |
4696 | |
4697 * finder.el (finder-commentary): Add autoload cookie. | |
4698 | |
28523 | 4699 * mail/rfc2368.el: Correct author's email address. |
4700 | |
4701 * progmodes/ebrowse.el: New file. | |
4702 | |
4703 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4704 item help string. | |
4705 (easy-menu-do-add-item): Ditto. | |
4706 (easy-menu-define): Extend doc string. | |
4707 | |
4708 * jit-lock.el (with-buffer-unmodified): Use | |
4709 restore-buffer-modified-p. | |
4710 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4711 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4712 with-buffer-unmodified. | |
4713 | |
28517 | 4714 2000-04-08 Dave Love <fx@gnu.org> |
4715 | |
4716 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4717 unless, when. | |
4718 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4719 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
|
4720 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4721 * 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
|
4722 (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
|
4723 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
|
4724 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4725 |
28506 | 4726 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4727 | |
4728 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4729 like C-r. | |
4730 | |
4731 * progmodes/make-mode.el: Some doc fixes. | |
4732 (makefile-mode-abbrev-table): New variable. | |
4733 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4734 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4735 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4736 | |
4737 * replace.el (perform-replace): Don't move forward one char | |
4738 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4739 to do that because it leaves point 1 position after the last | |
4740 replacement, after everything has been replaced. | |
4741 | |
4742 * jit-lock.el (with-buffer-unmodified): New macro. | |
4743 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4744 modified state. | |
4745 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4746 preserving buffer's modified state. | |
4747 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4748 jit-lock-function-1. | |
4749 | |
4750 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4751 | |
28499 | 4752 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4753 | |
4754 * glasses.el: Provide facilities for inserting space before left | |
4755 parentheses and uncapitalization of identifiers. | |
4756 (glasses-mode): Try to remove old overlays in all cases. | |
4757 | |
28485 | 4758 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4759 | |
28496 | 4760 * progmodes/compile.el (compile-internal): Display the compilation |
4761 buffer in a different frame, if it's already displayed there. | |
4762 | |
28494 | 4763 * mail/rfc2368.el: New file. |
4764 | |
28492 | 4765 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4766 header and insert its value as mail body. | |
4767 | |
4768 * subr.el (member-ignore-case): New function. | |
4769 | |
4770 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4771 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4772 from dabbrev-ignored-regexps. | |
4773 | |
28485 | 4774 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4775 to extensions handled by gzip. | |
4776 | |
28492 | 4777 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4778 | |
4779 * files.el (insert-directory): List the total free space | |
4780 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4781 |
28492 | 4782 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4783 line is followed by one that matches CITATION-REGEXP, end the | |
4784 paragraph. | |
4785 | |
4786 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4787 | |
4788 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4789 (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
|
4790 |
28474 | 4791 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4792 | |
4793 * international/mule-cmds.el (encoded-string-description): | |
4794 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4795 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4796 for hexadecimal format. | |
28474 | 4797 |
28468 | 4798 2000-04-01 Dave Love <fx@gnu.org> |
4799 | |
4800 * cpp.el: Change customization group to `c' from `C'. | |
4801 | |
4802 * vcursor.el (vcursor-move): Use display-color-p. | |
4803 | |
4804 * international/mule-util.el: Provide mule-utils. | |
4805 (string-to-sequence): Simplify and speed up. | |
4806 | |
4807 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4808 | |
4809 * international/mule-cmds.el: Various menu changes. | |
4810 (describe-specified-language-support): Handle `Default'. | |
4811 (set-language-info): Purecopy `info'. | |
4812 | |
28462 | 4813 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4814 | |
4815 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4816 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
|
4817 |
28445 | 4818 2000-03-31 Dave Love <fx@gnu.org> |
4819 | |
28452 | 4820 * help.el (help-manyarg-func-alist): Correct several omissions. |
4821 | |
28450 | 4822 * add-log.el: Don't require cl, fortran. |
4823 (add-log-current-defun-function): Doc fix. | |
4824 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4825 fix. | |
4826 (change-log-version-rcs): Function deleted. | |
4827 (change-log-version-number-search): Doc fix. Use | |
4828 vc-workfile-version. Avoid CL dolist. | |
4829 (add-change-log-entry): Just call add-log-current-defun to get | |
4830 defun. Simplify somewhat. | |
4831 (change-log-get-method-definition-1): Likewise. | |
4832 (add-log-current-defun): Return nil if calling | |
4833 add-log-current-defun-function does so. Move Fortran stuff to | |
4834 fortran.el. Return string without properties. | |
4835 | |
28445 | 4836 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4837 and :alpha: char classes. | |
4838 | |
4839 * mail/supercite.el: Defvar curline when compiling. | |
4840 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4841 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4842 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4843 | |
28444 | 4844 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4845 | |
4846 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4847 | |
4848 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4849 Re-enable new code. | |
4850 | |
4851 * lpr.el (print-region-1): Use -d to specify printer name for | |
4852 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4853 | |
4854 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
|
4855 |
28444 | 4856 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4857 for function definition in symbol's function value slot first | |
4858 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
|
4859 |
28435 | 4860 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4861 | |
4862 * language/european.el ("Polish"): New language environment. | |
4863 (setup-polish-environment): New function. | |
4864 | |
28424 | 4865 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4866 | |
4867 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4868 Disable new code. | |
4869 | |
4870 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4871 trying to `load' the symbol of an autoload instead of the file | |
4872 recorded in the autoload. Fix error messages. | |
4873 | |
28429 | 4874 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4875 | |
4876 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4877 (ps-print-version): New version number (5.1.3). | |
4878 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4879 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4880 (ps-generate-postscript-with-faces): Code fix. | |
4881 (ps-color-values): XEmacs compatibility. | |
4882 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4883 (ps-default-fg, ps-default-bg): Adjust customization. | |
4884 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4885 (ps-color-scale): Renaming old ps-color-value fun. | |
4886 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4887 with ps-print-header variable. | |
4888 (ps-print-miscellany): New group. | |
4889 (ps-format-color, ps-rgb-color): New funs. | |
4890 (ps-default-foreground): New var. | |
4891 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4892 |
28416 | 4893 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4894 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4895 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4896 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4897 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4898 (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
|
4899 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4900 |
28416 | 4901 * lisp/locate.el: |
4902 (locate-word-at-point): Added this function | |
4903 (locate): Default to using locate-word-at-point as input | |
4904 Run dired-mode-hook | |
4905 | |
28405 | 4906 2000-03-29 Dave Love <fx@gnu.org> |
4907 | |
4908 * calendar/appt.el: Doc fixes. | |
4909 (appt-check): Convert min-to-app to a string before passing to | |
4910 appt-disp-window-function or concat. | |
4911 (appt-delete-window): Remove test for frame-root-window. | |
4912 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4913 | |
4914 * emacs-lisp/bytecomp.el: Doc fixes. | |
4915 (byte-compile-file-form-autoload): Update | |
4916 byte-compile-function-environment. | |
4917 | |
28403 | 4918 2000-03-29 Andreas Schwab <schwab@suse.de> |
4919 | |
4920 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4921 specially. | |
4922 | |
4923 * dired.el (dired-insert-directory): If dired-free-space-program | |
4924 failed just delete its output. | |
4925 | |
28395 | 4926 2000-03-29 Dave Love <fx@gnu.org> |
4927 | |
4928 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4929 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4930 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4931 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4932 clarity. | |
4933 | |
4934 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4935 | |
28377 | 4936 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4937 | |
4938 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4939 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4940 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4941 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4942 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4943 * 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
|
4944 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4945 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4946 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4947 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4948 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4949 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4950 |
28326 | 4951 2000-03-26 Dave Love <fx@gnu.org> |
4952 | |
28331 | 4953 * net/browse-url.el (browse-url): Re-fix case of |
4954 browse-url-browser-function being an alist. | |
4955 (browse-url): Add :link to defgroup. | |
4956 | |
28326 | 4957 * files.el: Doc fixes. |
4958 (file-truename): Include `[' in wildcard characters. | |
4959 (automount-dir-prefix): Customize. | |
4960 (find-file-wildcards): Add :version. | |
4961 (find-file-noselect): Simplify a mapcar call. | |
4962 | |
4963 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4964 compatible with inf-lisp version. | |
4965 (eval-defun-1): Fix custom-declare-variable case. | |
4966 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4967 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4968 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4969 * 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
|
4970 |
28303 | 4971 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4972 | |
28308 | 4973 * Makefile (COMPILE_FIRST): New macro. |
4974 (compile-files): Compile files from COMPILE_FIRST first. | |
4975 | |
4976 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4977 code. | |
4978 | |
28303 | 4979 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4980 matching open parenthesis in column 0 to defun-prompt-regexp | |
4981 only if open-paren-in-column-0-is-defun-start is set. | |
4982 | |
4983 * sun-curs.el: Require CL at compile-time only. | |
4984 | |
4985 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4986 instead of copy-list which is a function from CL. | |
4987 (msb--choose-menu, msb--mode-menu-cond) | |
4988 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4989 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4990 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4991 `(' in column 0 in doc string. | |
4992 (msb--add-separators): Use mapcar instead of mapcan. | |
4993 | |
4994 * cus-dep.el: Require CL at compile-time only. | |
4995 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4996 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4997 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4998 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4999 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5000 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5001 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5002 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5003 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5004 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5005 (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
|
5006 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5007 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5008 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5009 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5010 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5011 |
28292 | 5012 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
5013 | |
5014 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
5015 (rmail-expunge): Ask for confirmation depending on the setting | |
5016 of rmail-confirm-expunge. | |
5017 | |
5018 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
5019 | |
5020 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
5021 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
5022 cause a bootstrap failure because things don't autoload as | |
5023 expected. | |
5024 | |
28289 | 5025 2000-03-23 Dave Love <fx@gnu.org> |
5026 | |
5027 * net/browse-url.el: Restore previous use of | |
5028 browse-url-maybe-new-window. | |
5029 | |
28287 | 5030 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5031 | |
5032 * ps-print.el: Skip banner page fix. | |
5033 (ps-print-version): New version number (5.1.2). | |
5034 (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
|
5035 |
28287 | 5036 2000-03-23 Dave Pearson <davep@davep.org> |
5037 | |
5038 * net/quickurl.el Changed the type of parameter passed to the | |
5039 function defined by `quickurl-format-function'. Before only the | |
5040 text of the URL was passed. Now the whole URL structure is passed | |
5041 and the function is responsible for extracting the parts it | |
5042 requires. Changed the default of `quickurl-format-function' | |
5043 accordingly. | |
5044 (quickurl-insert): Changed the `funcall' of | |
5045 `quickurl-format-function' to match the above change. | |
5046 (quickurl-list-insert): Changed the `url' case so that it makes | |
5047 use of `quickurl-format-function', previous to this the format was | |
5048 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5049 |
28283 | 5050 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
5051 | |
5052 * startup.el: Change some spellings for the X Window System. | |
5053 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5054 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5055 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5056 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5057 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
|
5058 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5059 |
28276 | 5060 2000-03-22 Jason Rumney <jasonr@gnu.org> |
5061 | |
5062 * w32-fns.el (w32-charset-info-alist): Initialize. | |
5063 | |
28267 | 5064 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5065 | |
5066 * ps-print.el: N-up last page fix. | |
5067 (ps-print-version): New version number (5.1.1). | |
5068 (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
|
5069 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5070 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5071 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5072 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5073 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5074 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5075 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5076 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5077 * 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
|
5078 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5079 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5080 (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
|
5081 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
|
5082 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
|
5083 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5084 (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
|
5085 (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
|
5086 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5087 (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
|
5088 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5089 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5090 * 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
|
5091 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5092 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5093 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5094 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5095 * 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
|
5096 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5097 (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
|
5098 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5099 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5100 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5101 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5102 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5103 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5104 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5105 (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
|
5106 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
|
5107 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5108 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
|
5109 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5110 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5111 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5112 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5113 * 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
|
5114 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5115 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5116 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
|
5117 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5118 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5119 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5120 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5121 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
|
5122 (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
|
5123 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5124 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5125 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5126 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5127 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5128 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5129 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5130 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5131 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5132 |
28246 | 5133 2000-03-21 Jason Rumney <jasonr@gnu.org> |
5134 | |
5135 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
5136 (custom-button-pressed-face): Likewise. | |
5137 | |
28244 | 5138 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
5139 | |
5140 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
5141 (tags-loop-eval): New function. Bind case-fold-search around eval | |
5142 depending on the value of tags-case-fold-search. | |
5143 (tags-loop-continue): Use tags-loop-eval. | |
5144 (find-tag-in-order): Bind case-fold-search depending on the value | |
5145 of tags-case-fold-search. | |
5146 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5147 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5148 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5149 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5150 (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
|
5151 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5152 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5153 (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
|
5154 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5155 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5156 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5157 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5158 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5159 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5160 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5161 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5162 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5163 * 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
|
5164 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5165 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5166 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5167 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5168 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5169 |
28233 | 5170 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
5171 | |
5172 * term/x-win.el: Fontsets related initialization is simplified. | |
5173 | |
5174 * international/mule-diag.el (describe-font): Don't refer to | |
5175 global-fontset-alist, instead call font-list. | |
5176 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
5177 (print-fontset): Adjusted for the change of fontset | |
5178 implementation. | |
5179 | |
5180 * international/fontset.el (x-charset-registries): Variable | |
5181 removed, instead the corresponding data is stored in the default | |
5182 fontset. | |
5183 (register-alternate-fontnames): Function removed. | |
5184 (resolved-ascii-font): Variable removed. | |
5185 (x-compose-font-name): Ignore the second argument REDOCE. | |
5186 (x-complement-fontset-spec): Complement only an ASCII font and | |
5187 element for those charsets than can use that ASCII font. | |
5188 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
5189 instead call fontset-list. | |
5190 (uninstantiated-fontset-alist): Variable removed. | |
5191 (x-style-funcs-alist): Likewise. | |
5192 (fontset-default-styles): Likewise. | |
5193 (x-modify-font-name): Function removed. | |
5194 (create-fontset-from-fontset-spec): Ignore the argument | |
5195 STYLE-VARIANT. | |
5196 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
5197 change. | |
5198 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
5199 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5200 |
28233 | 5201 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
5202 (describe-face): Include `font' attribute in the description. | |
5203 | |
28219 | 5204 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
5205 | |
5206 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
5207 | |
28209 | 5208 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
5209 | |
28212 | 5210 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
5211 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
5212 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
|
5213 |
28209 | 5214 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
5215 about behavior of set-buffer-modified-p wrt redisplay. | |
5216 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5217 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5218 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5219 * 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
|
5220 |
28194 | 5221 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
5222 | |
5223 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
5224 is a string, convert it to a syntax cell using string-to-syntax. | |
5225 | |
5226 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
5227 (string-to-syntax): New function. | |
5228 | |
5229 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
5230 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 5231 try to use passive ftp mode. |
28194 | 5232 |
28189 | 5233 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
5234 | |
28209 | 5235 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 5236 |
5237 * simple.el (append-to-buffer): Update point of windows after | |
5238 insertion. | |
5239 | |
5240 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
5241 forward then moving backward. Reindent. | |
5242 | |
5243 * frame.el (other-frame): Call x-focus-frame only if | |
5244 focus-follows-mouse is off. | |
5245 | |
28185 | 5246 2000-03-17 Dave Love <fx@gnu.org> |
5247 | |
5248 * pcvs-util.el (cvs-strings->string): Rename | |
5249 replace-regexps-in-string. | |
5250 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5251 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5252 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5253 * 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
|
5254 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5255 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5256 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 5257 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5258 |
28174 | 5259 2000-03-16 Dave Love <fx@gnu.org> |
5260 | |
5261 * progmodes/f90.el (f90): Put custom group under `languages', not | |
5262 `fortran'. | |
5263 (f90-mode-hook): Customize. | |
5264 (f90-mode): Set add-log-current-defun-function. | |
5265 (f90-current-defun): New function. | |
5266 | |
28169 | 5267 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
5268 | |
28173 | 5269 * cus-edit.el (custom-variable-tag-face): Handle case that |
5270 default face's height is not a number. | |
5271 (custom-face-tag-face, custom-group-tag-face-1) | |
5272 (custom-group-tag-face): Ditto. | |
5273 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5274 |
28169 | 5275 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
5276 | |
28161 | 5277 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
5278 | |
5279 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
5280 requiring easymenu. | |
5281 | |
28155 | 5282 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5283 | |
5284 * ps-print.el: PostScript user-defined prologue, PostScript error | |
5285 handler, doc fix. | |
5286 (ps-print-version): New version number (5.1). | |
5287 (ps-user-defined-prologue, ps-error-handler-message) | |
5288 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
5289 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
5290 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5291 |
28150 | 5292 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
5293 | |
5294 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 5295 invalid self-assignment code. |
28150 | 5296 |
28149 | 5297 2000-03-14 Dave Love <fx@gnu.org> |
5298 | |
5299 * subr.el (replace-regexp-in-string): Renamed from | |
5300 replace-regexps-in-string. Doc fix. | |
5301 | |
28131 | 5302 2000-03-12 Dave Love <fx@gnu.org> |
5303 | |
5304 * cus-edit.el: Doc fixes. | |
5305 (customize-set-variable, customize-save-variable): Rename args for | |
5306 doc. | |
5307 (custom-variable-tag-face, custom-face-tag-face) | |
5308 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
5309 style which user identify as hyperlink. | |
5310 (hook): Don't add undefined functions to the hook. | |
5311 (debug-ignored-errors): Transfer message from bindings.el. | |
5312 | |
28120 | 5313 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5314 | |
5315 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
5316 double/nested definition. | |
5317 | |
28114 | 5318 2000-03-12 Dave Love <fx@gnu.org> |
5319 | |
5320 * facemenu.el (facemenu-get-face): Use display-color-p. | |
5321 * enriched.el (enriched-decode-foreground): Likewise. | |
5322 (enriched-decode-background): Likewise. | |
5323 * isearch.el (isearch-highlight): Likewise. | |
5324 * info-look.el (info-lookup): Likewise. | |
5325 * simple.el (completion-setup-function): Likewise. | |
5326 | |
5327 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
5328 :options. | |
5329 | |
5330 * bindings.el (mode-line-format): Fix line-number and | |
5331 column-number items. Add help-echo for the background. | |
5332 (mode-line-mule-info): Modify help-echo. | |
5333 | |
5334 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
5335 defcustom. | |
5336 | |
5337 * files.el (load-file): Allow completion to .elc. | |
5338 | |
5339 * man.el: Doc fixes. | |
5340 (Man-init-defvars): Use display-color-p to set fontification. | |
5341 | |
5342 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
5343 | |
28109 | 5344 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5345 | |
5346 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
5347 | |
5348 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
5349 | |
28098 | 5350 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
5351 | |
5352 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
5353 Fix comment. | |
5354 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5355 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5356 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5357 * 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
|
5358 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5359 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5360 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5361 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5362 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5363 * 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
|
5364 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5365 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5366 * 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
|
5367 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
|
5368 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5369 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5370 * 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
|
5371 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5372 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5373 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5374 |
28084 | 5375 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
5376 | |
5377 * textmodes/texinfo.el (texinfo-version): Variable and function | |
5378 removed. | |
5379 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5380 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5381 |
28114 | 5382 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
5383 allow more flexibility. | |
5384 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
5385 fns. | |
5386 (easy-mmode-defmap, easy-mmode-defsyntax) | |
5387 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5388 |
28085 | 5389 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 5390 |
5391 * rect.el (replace-rectangle): New function. | |
5392 | |
5393 2000-03-09 Dave Love <fx@gnu.org> | |
5394 | |
5395 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
5396 "C". | |
5397 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
5398 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
5399 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
5400 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
5401 fortran-comment-line-start here. Set comment-start, | |
5402 add-log-current-defun. | |
5403 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
5404 (fortran-current-defun): New function. | |
5405 | |
28073 | 5406 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5407 | |
28077 | 5408 * emacs-lisp/re-builder.el: New file. |
5409 | |
28076 | 5410 * mouse.el (mouse-drag-region): Don't run up-event handler |
5411 if hscroll has changed. | |
5412 | |
28073 | 5413 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5414 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5415 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5416 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5417 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5418 `(defun (setf foo)' differently. |
5419 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5420 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5421 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5422 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5423 (regexp-opt): Update comment and adapt the code the new meaning of |
5424 the `paren' argument of regex-opt-group for shy-groups. | |
5425 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5426 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5427 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5428 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5429 Remove open-presuf and close-presuf. Instead of checking for `all |
5430 one-char' and then later on check for `several one-char', handle | |
5431 both cases close together. Also apply a more generic algorithm | |
5432 for suffixes (the mirror image of the algorithm used for | |
5433 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5434 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5435 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5436 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5437 from comint-mode-map, so we can just inherit from it. Also, move |
5438 the initialization into the `defvar' since there's no docstring | |
5439 anyway and it's fairly short. | |
5440 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5441 shorter and this way we inherit from comint-mode-map rather than | |
5442 copying it. | |
5443 | |
5444 * subr.el (replace-regexps-in-string): Properly handle the case | |
5445 where we match an empty string. | |
5446 | |
5447 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5448 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
|
5449 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5450 |
28046 | 5451 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5452 | |
28051 | 5453 * Makefile (compile-files): Compile files one by one because |
5454 that's the only way to ensure a clean compilation environment for | |
5455 each individual file. | |
5456 | |
28046 | 5457 * frame.el (other-frame): Call x-focus-frame. |
5458 | |
28040 | 5459 2000-03-07 Dave Love <fx@gnu.org> |
5460 | |
28043 | 5461 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5462 :require to defcustom. | |
5463 | |
28040 | 5464 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5465 lists. | |
5466 | |
5467 * files.el (auto-mode-alist): Add configure.in. | |
5468 | |
5469 * progmodes/autoconf.el: New file. | |
5470 | |
28034 | 5471 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5472 | |
5473 * mail/mh-e.el: Change maintainer to `none'. | |
5474 | |
5475 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5476 to remove-hook and add-hook. | |
5477 | |
5478 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5479 | |
28035 | 5480 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5481 it as the default. |
28035 | 5482 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5483 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5484 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5485 |
28024 | 5486 2000-03-07 Dave Love <fx@gnu.org> |
5487 | |
5488 * winner.el: Fix keywords, autoload cookies. Split | |
5489 eval-when-compile form to avoid compilation failure. | |
5490 | |
28017 | 5491 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5492 | |
5493 * international/mule.el: Modify comment about coding system | |
5494 property `coding-category'. | |
5495 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5496 coding-category property of PROPERTIES. | |
5497 | |
5498 * international/mule-conf.el (coding-category-utf-8, | |
5499 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5500 categories. Include them in the argument for set-coding-priority. | |
5501 | |
5502 * international/mule-cmds.el (reset-language-environment): Include | |
5503 coding-category-utf-8, coding-category-utf-16-be, and | |
5504 coding-category-utf-16-le in the argument for set-coding-priority. | |
5505 (reset-language-environment): Initialize coding-category-utf-8, | |
5506 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5507 | |
28014 | 5508 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5509 | |
5510 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5511 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5512 extensions as well as compression extensions. | |
5513 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5514 |
27976 | 5515 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5516 | |
5517 * strokes.el: Change maintainer's mail address. | |
5518 | |
27972 | 5519 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5520 | |
5521 * international/mule-diag.el (list-character-sets): Make help-echo | |
5522 string by substitute-command-keys. | |
5523 (list-character-sets): Likewise. | |
5524 (sort-listed-character-sets): Call help-setup-xref. | |
5525 | |
27965 | 5526 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5527 | |
5528 * time.el (display-time-mail-file): Add `none' to the list of | |
5529 choices. | |
5530 | |
27954 | 5531 2000-03-01 Dave Love <fx@gnu.org> |
5532 | |
27959 | 5533 * help.el (help-xref-go-back): Don't try to set position. |
5534 | |
27954 | 5535 * international/mule-diag.el (list-character-sets): Call |
5536 help-setup-xref. Add help-echo to xrefs. | |
5537 (list-character-sets-1): Add help-echo to xrefs. | |
5538 | |
27949 | 5539 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5540 | |
5541 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5542 the mode off. | |
5543 | |
5544 * add-log.el (add-log-current-defun): Add support for | |
5545 Autoconf mode. | |
5546 | |
5547 * mail/rmail.el (rmail-quit-hook): New variable. | |
5548 | |
27931 | 5549 2000-03-01 Dave Love <fx@gnu.org> |
5550 | |
27935 | 5551 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5552 | |
27931 | 5553 * help.el (help-xref-button): Add help-echo arg. |
5554 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5555 | |
5556 * faces.el (list-faces-display): Supply help-echo with | |
5557 help-make-xrefs. | |
5558 | |
5559 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5560 nil. | |
5561 | |
27919 | 5562 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5563 | |
27927 | 5564 * image.el (defimage): Look for image files in load-path. |
5565 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5566 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5567 `number'. |
5568 | |
27927 | 5569 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5570 | |
5571 * recentf.el (recentf): Added version tag to the defgroup of | |
5572 recentf. | |
5573 | |
5574 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5575 | |
5576 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5577 too. | |
5578 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5579 action to select/unselect a file. | |
5580 (recentf-edit-list): Code cleanup and improvement. | |
5581 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5582 widget action to open a file. | |
5583 (recentf-open-more-files): No more use standard completion but | |
5584 widgets. | |
5585 (recentf-more-collection): Deleted. | |
5586 (recentf-more-history): Deleted. | |
5587 (recentf-setup-more-completion): Deleted. | |
5588 | |
5589 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5590 | |
5591 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5592 under a window-system. | |
5593 | |
5594 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5595 | |
5596 * recentf.el (recentf-edit-list): New command to edit the recent | |
5597 list which allow the user to remove files. | |
5598 (recentf-edit-selected-items): New global variable, used by | |
5599 `recentf-edit-list' to hold the list of files to be removed from | |
5600 the recent list. | |
5601 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5602 menu item. Minor code cleanup. | |
5603 | |
5604 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5605 | |
5606 * recentf.el (recentf-open-more-files): New command to open files | |
5607 that are not displayed in the menu. | |
5608 (recentf-more-collection): New global variable holding the set of | |
5609 permissible completions used by `recentf-open-more-files'. | |
5610 (recentf-more-history): New global variable holding the history list | |
5611 used by `recentf-open-more-files' completion. | |
5612 (recentf-setup-more-completion): New function to setup completion for | |
5613 `recentf-open-more-files'. | |
5614 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5615 | |
5616 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5617 | |
5618 * recentf.el (recentf-menu-action): Doc fixed. | |
5619 | |
5620 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5621 | |
5622 * recentf.el (recentf-menu-filter): Doc updated. | |
5623 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5624 (recentf-make-menu-items): New menu filter handling. | |
5625 (recentf-make-menu-item): New helper function. | |
5626 (recentf-menu-elements): New menu handling function. | |
5627 (recentf-sort-ascending): Updated to new menu filter handling. | |
5628 (recentf-sort-descending): Updated to new menu filter handling. | |
5629 (recentf-sort-basenames-ascending): New menu filter function. | |
5630 (recentf-sort-basenames-descending): New menu filter function. | |
5631 (recentf-show-basenames): New menu filter function. | |
5632 (recentf-show-basenames-ascending): New menu filter function. | |
5633 (recentf-show-basenames-descending): New menu filter function. | |
5634 | |
27919 | 5635 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5636 | |
5637 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5638 the end of the buffer. | |
5639 | |
27911 | 5640 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5641 | |
5642 * international/mule-diag.el (list-character-sets): Completely | |
5643 rewritten. | |
5644 (sort-listed-character-sets): New function. | |
5645 (list-character-sets-1): Completely rewritten. | |
5646 (list-character-sets-2): New function. | |
5647 (non-iso-charset-alist): New variable. | |
5648 (decode-codepage-char): New function. | |
5649 (charset-history): New variable. | |
5650 (read-charset) (list-block-of-chars) | |
5651 (list-iso-charset-chars) | |
5652 (list-non-iso-charset-chars) | |
5653 (list-charset-chars): New functions. | |
5654 (mule-diag): Call list-character-sets-2, not | |
5655 list-character-sets-2. | |
5656 (dump-charsets): Likewise. | |
5657 | |
27910 | 5658 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5659 | |
27919 | 5660 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5661 file name characters. | |
5662 (dired-filename-at-point): Handle ange-ftp file names. | |
5663 | |
27910 | 5664 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5665 instead of assoc-delete-all. | |
5666 (frame-notice-user-settings): Ditto. | |
5667 | |
5668 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5669 Don't copy alist. | |
5670 | |
27906 | 5671 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5672 | |
5673 * calculator.el (calculator-use-menu): New option. | |
5674 (calculator-initial-bindings): Changed some bindings to work as | |
5675 macros. | |
5676 (calculator-forced-input): Removed. | |
5677 (calculator-restart-other-mode): New variable. | |
5678 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5679 |
27906 | 5680 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5681 | |
5682 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5683 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5684 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5685 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
|
5686 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5687 * 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
|
5688 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
|
5689 (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
|
5690 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
|
5691 * 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
|
5692 * 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
|
5693 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
|
5694 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
|
5695 * 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
|
5696 * 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
|
5697 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5698 |
27898 | 5699 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5700 | |
5701 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5702 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5703 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5704 face-font-family-alternatives from working. | |
5705 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5706 chosen font. | |
5707 | |
27873 | 5708 2000-02-25 Sam Steingold <sds@goems.com> |
5709 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5710 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5711 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5712 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5713 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5714 |
5715 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5716 | |
27856 | 5717 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5718 | |
5719 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5720 writable. | |
5721 | |
27868 | 5722 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5723 |
27847 | 5724 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5725 | |
5726 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5727 | |
27845 | 5728 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5729 | |
5730 * diary-lib.el (include-other-diary-files): Undo the selective | |
5731 display in any included file and don't kill it. | |
5732 | |
27841 | 5733 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5734 | |
5735 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5736 bar. Menu items converted to (menu-item format, help strings | |
5737 added. | |
5738 [downcase, upcase]: Don't enable on MS-DOS. | |
5739 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5740 bound. | |
5741 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5742 | |
27825 | 5743 2000-02-23 Dave Love <fx@gnu.org> |
5744 | |
27838 | 5745 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5746 (backward-kill-word): Revert addition of * to interactive spec -- | |
5747 it's a feature. | |
5748 | |
5749 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5750 (backward-kill-sentence, kill-sentence): Likewise. | |
5751 | |
27835 | 5752 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5753 scratch buffer name. | |
5754 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5755 slightly. | |
5756 | |
5757 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5758 new read-face-name. | |
5759 | |
5760 * mail/footnote.el (footnote): Add :version to defgroup. | |
5761 (footnote-section-tag-regexp): Customize. | |
5762 (footnote-start-tag, footnote-end-tag): New option. | |
5763 (footnote-latin-regexp): New variable. | |
5764 (Footnote-latin): New function. | |
5765 (footnote-style-alist): Add element for latin style. | |
5766 (footnote-style): Moved. | |
5767 (Footnote-goto-footnote): Use eq to test arg. | |
5768 | |
5769 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5770 | |
27825 | 5771 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5772 (byte-compile-trueconstp): Include keywords. | |
5773 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5774 byte-compile-const-symbol-p. | |
5775 (byte-optimize-char-before): New optimization. | |
5776 | |
5777 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5778 (byte-compile-const-symbol-p): New function. | |
5779 (byte-compile-constp, byte-compile-out-toplevel) | |
5780 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5781 Use it. | |
5782 | |
5783 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5784 | |
27813 | 5785 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5786 | |
27815 | 5787 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5788 and minor-mode-map-alist. | |
5789 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5790 codes SS2 and SS3 correctly. | |
5791 (encoded-kbd-self-insert-ccl): New function. | |
5792 (encoded-kbd-setup-keymap): New function. | |
5793 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5794 by calling encoded-kbd-setup-keymap. | |
5795 | |
27813 | 5796 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5797 characters. | |
5798 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5799 locally. | |
5800 | |
27811 | 5801 2000-02-22 Dave Love <fx@gnu.org> |
5802 | |
5803 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5804 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5805 defvar. | |
5806 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5807 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5808 classes. Match `defface'. | |
5809 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5810 (eval-defun-1): Fix for defcustom. | |
5811 (lisp-indent-region): Doc fix. | |
5812 | |
5813 * subr.el (when, unless, split-string): Doc fix. | |
5814 (read-passwd): Move call of clear-this-command-keys to the right | |
5815 place. | |
5816 (replace-regexps-in-string): New function. | |
5817 | |
27807 | 5818 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5819 | |
5820 * help.el (describe-variable): Set syntax table to | |
5821 emacs-lisp-mode-syntax-table when moving forward over the | |
5822 symbol's name. | |
5823 | |
27805 | 5824 2000-02-22 Dave Love <fx@gnu.org> |
5825 | |
5826 * xt-mouse.el: Doc fixes. | |
5827 (xterm-mouse-position-function): New function, replacing advice of | |
5828 mouse-position. | |
5829 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5830 | |
5831 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5832 | |
27794 | 5833 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5834 | |
5835 * format.el (format-annotate-single-property-change): Handle | |
5836 properties.with dotted-list values. | |
5837 (format-proper-list-p): New function. | |
5838 | |
5839 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5840 . COLOR) and (background-color . COLOR). | |
5841 | |
27788 | 5842 2000-02-20 Dave Love <fx@gnu.org> |
5843 | |
5844 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5845 and assignments to it. | |
5846 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5847 current local map. | |
5848 (make-flyspell-overlay): Use it. | |
5849 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5850 | |
5851 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5852 (lm-get-header-re): Defun, not defsubst. | |
5853 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5854 (lm-version): Doc fix. Simplify. | |
5855 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5856 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5857 (lm-verify, lm-synopsis): Simplify. | |
5858 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5859 | |
27785 | 5860 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5861 | |
5862 * dired.el (dired-mode): Call propertized-buffer-identification | |
5863 to set mode-line-buffer-identification to something having | |
5864 the right text properties. | |
5865 | |
5866 * bindings.el (propertized-buffer-identification): New function. | |
5867 | |
27777 | 5868 2000-02-20 Dave Love <fx@gnu.org> |
5869 | |
5870 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5871 check for t-mouse too. | |
5872 | |
5873 * cus-start.el: Make echo-keystrokes `number'. | |
5874 | |
27776 | 5875 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5876 | |
5877 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5878 Don't call ring-empty-p unless tags-location-ring is bound. | |
5879 From Noah Friedman <friedman@splode.com>. | |
5880 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5881 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5882 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5883 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5884 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5885 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5886 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5887 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5888 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5889 (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
|
5890 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
|
5891 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5892 |
27757 | 5893 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5894 | |
5895 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5896 | |
27749 | 5897 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5898 | |
27754 | 5899 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5900 | |
27749 | 5901 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5902 of `*' to handle `(* ... *)' comments. | |
5903 | |
27732 | 5904 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5905 | |
27737 | 5906 * 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
|
5907 window-system. |
27737 | 5908 |
27732 | 5909 * menu-bar.el (global-map): Menu-bar items converted to the new |
5910 format (menu-item..., rearranged for better CUA compliance, and | |
5911 their names changed for better clarity. Help strings added. | |
5912 | |
5913 * international/mule-cmds.el (mule-menu-keymap) | |
5914 (describe-language-environment-map, set-coding-system-map) | |
5915 (setup-language-environment-map): Convert to new (menu-item... | |
5916 form, add help strings. Change names of menu items for better | |
5917 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5918 submenu). | |
5919 | |
27729 | 5920 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5921 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5922 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5923 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5924 |
27717 | 5925 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5926 |
27717 | 5927 * faces.el: Don't require custom. Add more specific :groups to |
5928 various deffaces. | |
5929 (set-face-attribute): Purecopy args. | |
5930 (read-face-name): Default to name at point and use it in prompt. | |
5931 Remove colon from arg in all callers. | |
5932 (list-faces-display): Hyperlink to face descriptions and customize | |
5933 buffers. | |
5934 | |
27712 | 5935 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5936 | |
5937 * wid-edit.el (widget-match-inline): An atom never matches a | |
5938 list. | |
5939 | |
27707 | 5940 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5941 | |
27713 | 5942 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5943 at ':' characters by call to split-string. | |
27707 | 5944 |
5945 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5946 | |
27713 | 5947 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5948 |
5949 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5950 | |
27713 | 5951 * textmodes/bibtex.el: Some temporary comments removed. |
5952 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5953 explicit. | |
5954 (bibtex-field-const): Allow capital letters. | |
5955 (bibtex-start-of-string): Deleted because unused. | |
5956 | |
5957 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5958 use the term 'reference' to describe a bibtex entry as a whole. | |
5959 Further, reference keys are no longer called 'labels'. | |
5960 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5961 (bibtex-reformat-previous-labels): Renamed to | |
5962 bibtex-reformat-previous-reference-keys. | |
5963 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5964 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5965 (bibtex-reference-maybe-empty-head): Renamed to | |
5966 bibtex-entry-maybe-empty-head. | |
5967 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5968 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5969 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5970 bibtex-enclosing-entry-maybe-empty-head. | |
5971 (bibtex-entry-field-alist, bibtex-entry-head, | |
5972 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5973 bibtex-map-entries, bibtex-search-entry, | |
5974 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5975 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5976 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5977 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5978 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5979 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5980 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5981 |
5982 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5983 | |
27713 | 5984 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5985 comment. | |
5986 (bibtex-format-field-delimiters): New function, functionality | |
5987 extracted from bibtex-format-entry. | |
5988 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5989 extracted from bibtex-autokey-get-yearfield. | |
5990 | |
5991 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5992 entries in order to avoid stack overflow in the regexp matcher if | |
5993 field contents become large. | |
5994 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5995 bibtex-field-string-part-not-braced, | |
5996 bibtex-field-string-part-no-inner-braces, | |
5997 bibtex-field-string-part-1-inner-brace, | |
5998 bibtex-field-string-part-2-inner-braces, | |
5999 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
6000 bibtex-field-string-quoted, bibtex-field-string, | |
6001 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
6002 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
6003 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
6004 as parsing is now performed by the following functions. | |
6005 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
6006 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
6007 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
6008 bibtex-parse-association, bibtex-field-name-for-parsing, | |
6009 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
6010 bibtex-search-forward-field, bibtex-search-backward-field, | |
6011 bibtex-start-of-field, bibtex-end-of-field, | |
6012 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
6013 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
6014 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
6015 bibtex-parse-string, bibtex-search-forward-string, | |
6016 bibtex-search-backward-string, bibtex-start-of-string, | |
6017 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
6018 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
6019 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
6020 entries. Instead of reporting the results of the parsing by | |
6021 match-beginning or match-end, these functions return data structures | |
6022 that hold the corresponding positions. | |
6023 (bibtex-enclosing-field): Changed to also report field boundaries by | |
6024 return values rather than by match-beginning or match-end. The | |
6025 following functions have been adapted to use the new parsing | |
6026 functions. | |
6027 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
6028 bibtex-enclosing-field, bibtex-format-entry, | |
6029 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
6030 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
6031 bibtex-print-help-message, bibtex-end-of-entry, | |
6032 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
6033 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
6034 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
6035 method for parsing. | |
6036 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
6037 bibtex-map-entries, bibtex-flash-head, | |
6038 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
6039 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
6040 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
6041 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
6042 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
6043 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
6044 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
6045 order to make the new binding of case-fold-search immediately | |
6046 visible. | |
27707 | 6047 |
6048 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6049 | |
27713 | 6050 * textmodes/bibtex.el: Copyright notice is up to date. |
6051 Added constant 'bibtex-maintainer-salutation. | |
6052 | |
6053 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
6054 than make-temp-name, use match-string-no-properties and eliminate | |
6055 a quadratic behavior when building bibtex-strings. | |
6056 | |
6057 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
6058 reference key contains upper case letters. | |
27707 | 6059 |
6060 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6061 | |
27713 | 6062 * bibtex.el (bibtex-reference-head): Allow entries to start with |
6063 a new line. | |
27707 | 6064 |
6065 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6066 | |
27713 | 6067 * bibtex.el: Hiding of entry bodies is not longer provided by |
6068 bibtex.el directly. Instead the hideshow package can be used. | |
6069 Added a special bibtex entry to hs-special-modes-alist. | |
6070 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 6071 |
6072 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6073 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6074 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6075 at ':' characters by call to split-string. |
27729 | 6076 |
6077 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6078 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6079 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 6080 |
6081 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6082 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6083 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6084 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6085 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6086 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6087 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6088 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6089 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6090 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
|
6091 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6092 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6093 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6094 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6095 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6096 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6097 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6098 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6099 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6100 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6101 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6102 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6103 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6104 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6105 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6106 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6107 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6108 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6109 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6110 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6111 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6112 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 6113 |
6114 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6115 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6116 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6117 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6118 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6119 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6120 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6121 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6122 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6123 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6124 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
|
6125 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6126 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6127 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6128 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6129 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6130 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6131 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
|
6132 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6133 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6134 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
|
6135 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
|
6136 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6137 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6138 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6139 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6140 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6141 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
|
6142 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6143 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6144 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
|
6145 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
|
6146 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6147 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6148 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6149 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
|
6150 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
|
6151 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
|
6152 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6153 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6154 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6155 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6156 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
|
6157 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6158 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6159 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6160 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6161 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6162 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6163 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6164 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6165 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
|
6166 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
|
6167 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6168 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6169 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6170 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6171 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6172 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6173 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
|
6174 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6175 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6176 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
|
6177 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
|
6178 visible. |
27729 | 6179 |
6180 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6181 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6182 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6183 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6184 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6185 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6186 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
|
6187 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6188 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6189 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6190 reference key contains upper case letters. |
27729 | 6191 |
6192 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6193 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6194 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6195 a new line. |
27729 | 6196 |
6197 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6198 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6199 * 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
|
6200 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6201 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6202 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 6203 |
6204 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6205 | |
27713 | 6206 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 6207 proceedings entry type (for cross referencing). Thanks to Wagner |
6208 Toledo Correa for the suggestion. | |
6209 | |
27713 | 6210 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 6211 |
27690 | 6212 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
6213 | |
6214 * international/characters.el: Setup case table for Vietnamese. | |
6215 | |
27687 | 6216 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
6217 | |
6218 * uniquify.el (toplevel): Require CL at compile time. | |
6219 (uniquify-push): Removed. | |
6220 | |
6221 * shadowfile.el (shadow-when): Removed. | |
6222 | |
6223 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
6224 (tempo-process-and-insert-string): Use dolist instead of | |
6225 tempo-dolist. | |
6226 | |
6227 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
6228 regexp for paragraph-start. | |
6229 | |
6230 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
6231 commas as well. | |
6232 | |
27657 | 6233 2000-02-10 Dave Love <fx@gnu.org> |
6234 | |
6235 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
6236 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
6237 Deleted. | |
6238 (widget-specify-field, widget-specify-button): Don't use | |
6239 widget-mouse-help as help-echo property. | |
6240 (default): Use #'ignore for :validate and :mouse-down-action. | |
6241 (checkbox): Add help-echo. | |
6242 (widget-sexp-validate): Rewritten to clarify error messages. | |
6243 (character): Use char-valid-p in :match function. | |
6244 (widget-color-complete): Use facemenu-color-alist. | |
6245 (widget-color-action): Use facemenu-read-color. | |
6246 | |
6247 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
6248 set up `caar' &c that we now have. | |
6249 | |
27713 | 6250 2000-02-09 Ray Blaak <blaak@gnu.org> |
6251 | |
6252 * delphi.el: Make resourcestring a declaration region, like const | |
6253 and var. | |
6254 | |
27652 | 6255 2000-02-09 Dave Love <fx@gnu.org> |
6256 | |
6257 * bindings.el (mode-line-input-method-map): New variable. | |
6258 (mode-line-mule-info): Use it; fix last change. | |
6259 (mode-line-mode-menu): Move definition. | |
6260 (mode-line-mouse-sensitive-p): Deleted. | |
6261 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
6262 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
6263 level. | |
6264 | |
6265 * startup.el (command-line-1): Don't call | |
6266 make-mode-line-mouse-sensitive. | |
6267 | |
27644 | 6268 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
6269 | |
6270 * mail/rmail.el (rmail-retry-failure): Use | |
6271 rmail-beginning-of-message before rmail-toggle-header, because the | |
6272 former toggles headers. | |
6273 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6274 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
|
6275 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
6276 * 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
|
6277 (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
|
6278 (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
|
6279 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
|
6280 (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
|
6281 (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
|
6282 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6283 * 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
|
6284 (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
|
6285 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
|
6286 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6287 (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
|
6288 (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
|
6289 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
|
6290 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
|
6291 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6292 (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
|
6293 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6294 (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
|
6295 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
|
6296 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6297 (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
|
6298 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
|
6299 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6300 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
|
6301 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6302 * 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
|
6303 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
|
6304 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6305 * 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
|
6306 |
27610 | 6307 2000-02-04 Dave Love <fx@gnu.org> |
6308 | |
27617 | 6309 * bindings.el (mode-line-mule-info): Fix/extend last change. |
6310 | |
27610 | 6311 * completion.el: Replace completion-dolist with dolist. |
6312 | |
6313 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
6314 dotimes. | |
6315 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6316 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6317 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6318 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6319 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6320 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6321 * 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
|
6322 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6323 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6324 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6325 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6326 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6327 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6328 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6329 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6330 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6331 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6332 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6333 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6334 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6335 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6336 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6337 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6338 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6339 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6340 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6341 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6342 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6343 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6344 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6345 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6346 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6347 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6348 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6349 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6350 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6351 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6352 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6353 (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
|
6354 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6355 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6356 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6357 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6358 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6359 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6360 |
27590 | 6361 2000-02-02 Dave Love <fx@gnu.org> |
6362 | |
6363 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
6364 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
6365 | |
6366 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
6367 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
6368 the new builtins directly. | |
6369 | |
6370 * whitespace.el (whitespace): Add :version to defgroup. | |
6371 | |
6372 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
6373 Doc fix. | |
6374 | |
6375 * thingatpt.el (sexp-at-point, symbol-at-point) | |
6376 (number-at-point, list-at-point): Add autoload cookie. | |
6377 | |
6378 * recentf.el (recentf): Add :version to defgroup. | |
6379 | |
6380 * quickurl.el (quickurl): Add :version to defgroup. | |
6381 | |
6382 * elide-head.el (elide-head): Use point-marker more. | |
6383 | |
6384 * bs.el (bs): Add :version to defgroup. | |
6385 | |
6386 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
6387 | |
6388 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
6389 | |
27587 | 6390 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
6391 | |
6392 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
6393 succeeding process operation sets a different coding system. | |
6394 | |
6395 * calculator.el: New file. | |
6396 | |
27572 | 6397 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
6398 | |
6399 * frame.el (frames-on-display-list, framep-on-display): New | |
6400 functions. | |
6401 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
6402 (display-selections-p, display-screens, display-pixel-width) | |
6403 (display-pixel-height, display-mm-width, display-mm-height) | |
6404 (display-backing-store, display-save-under, display-planes) | |
6405 (display-color-cells, display-visual-class): New functions. | |
6406 | |
6407 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6408 | |
6409 * faces.el (display-color-p): Use framep-on-display. | |
6410 (display-grayscale-p): New function. | |
6411 | |
27549 | 6412 2000-01-31 Dave Love <fx@gnu.org> |
6413 | |
6414 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6415 (create-fontset-from-x-resource): Don't concat integers. | |
6416 | |
27545 | 6417 2000-01-31 Inge Frick <inge@nada.kth.se> |
6418 | |
6419 * view.el: Some changes in documentation. Removed some trailing | |
6420 whitespace. Changed some parameter names to agree with | |
6421 documentation. | |
6422 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6423 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6424 |
27541 | 6425 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6426 | |
27543 | 6427 * windmove.el: New file. |
6428 | |
27541 | 6429 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6430 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6431 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6432 |
27541 | 6433 * jit-lock.el (jit-lock-function): Widen before calculating end |
6434 position. | |
6435 (jit-lock-stealth-chunk-start): Rewritten. | |
6436 | |
6437 * info.el (Info-title-face-alist): Removed. | |
6438 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6439 faces. | |
6440 (Info-fontify-node): Use these faces. | |
6441 | |
27527 | 6442 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6443 | |
6444 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6445 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6446 `&allow-other-keywords'. | |
6447 | |
6448 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6449 the list of directories scanned heuristically. | |
6450 | |
6451 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6452 exist. | |
6453 | |
27523 | 6454 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6455 | |
6456 * w32-fns.el: Define w32-tty-standard-colors. | |
6457 | |
6458 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6459 w32 console mode. | |
6460 | |
27510 | 6461 2000-01-30 Dave Love <fx@gnu.org> |
6462 | |
27513 | 6463 * jka-compr.el (jka-compr-load): Fix up load-history. |
6464 | |
27510 | 6465 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6466 | |
6467 * emacs-lisp/cl-macs.el: Revert previous change. | |
6468 | |
27499 | 6469 2000-01-29 Dave Love <fx@gnu.org> |
6470 | |
6471 * facemenu.el: Purecopy various strings. | |
6472 | |
6473 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6474 years. Deal with three-digit years. | |
6475 | |
6476 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6477 defconst, purecopy. | |
6478 (help-back-label): Purecopy it. | |
6479 | |
27498 | 6480 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6481 | |
6482 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6483 variable. If non-nil, order the buffer list according to the | |
6484 currently selected frame. | |
6485 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6486 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
|
6487 |
27496 | 6488 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6489 | |
6490 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6491 | |
27486 | 6492 2000-01-28 Dave Love <fx@gnu.org> |
6493 | |
27491 | 6494 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6495 | |
27486 | 6496 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6497 Don't use lisp-indent-hook property. | |
6498 (cl-abs): Remove. | |
6499 | |
6500 * subr.el: Move out indent and edebug specs for when and unless. | |
6501 | |
6502 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6503 when, unless. | |
6504 | |
6505 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6506 unless, when. | |
6507 | |
27467 | 6508 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6509 | |
27481 | 6510 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6511 `collecting' as synonym for `collect'. | |
6512 | |
6513 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6514 for the case it contains spaces. | |
6515 | |
6516 * simple.el (what-cursor-position): Change formatting of | |
6517 messages. | |
6518 | |
27473 | 6519 * frame.el (delete-other-frames): New function. |
6520 (toplevel): Bind it to C-x 5 1. | |
6521 | |
27469 | 6522 * sort.el (sort-numeric-base): New option. |
6523 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6524 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6525 as default base. | |
6526 | |
27467 | 6527 * progmodes/glasses.el: New file. |
6528 | |
27451 | 6529 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6530 | |
27461 | 6531 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6532 userids differently. | |
6533 | |
27451 | 6534 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6535 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6536 progmodes/ebnf-yac.el: New files. | |
6537 | |
27446 | 6538 2000-01-26 Dave Love <fx@gnu.org> |
6539 | |
6540 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6541 on a function with an empty body. [From Eric Ludlam.] | |
6542 | |
27437 | 6543 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6544 | |
6545 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6546 | |
27433 | 6547 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6548 | |
6549 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6550 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6551 | |
27419 | 6552 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6553 | |
6554 * language/thai-util.el (thai-composition-function): Delete | |
6555 superfluous `a'. | |
6556 | |
27418 | 6557 2000-01-24 Dave Love <fx@gnu.org> |
6558 | |
6559 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6560 end-of-defun-function. | |
6561 | |
6562 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6563 &c. | |
6564 | |
27405 | 6565 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6566 | |
6567 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6568 conflicts with new face support. | |
6569 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6570 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6571 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6572 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6573 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6574 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6575 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6576 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6577 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6578 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6579 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6580 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6581 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6582 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6583 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6584 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6585 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6586 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6587 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6588 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6589 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6590 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6591 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6592 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6593 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6594 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6595 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6596 |
27366 | 6597 2000-01-19 Dave Love <fx@gnu.org> |
6598 | |
27368 | 6599 * files.el (user-init-file): Don't declare here -- is primitive. |
6600 | |
27366 | 6601 * startup.el (command-line): Check for compiled user-init-file and |
6602 set to uncompiled version if necessary. | |
6603 | |
27358 | 6604 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6605 | |
27361 | 6606 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6607 (undigestify-rmail-message): Use it. | |
6608 | |
27358 | 6609 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6610 | |
27351 | 6611 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6612 | |
6613 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6614 of mini-buffer. | |
6615 | |
27326 | 6616 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6617 | |
27330 | 6618 * emacs-lisp/copyright.el (copyright-update): Removed the |
6619 requirement for a trailing space from `copyright-regexp', to | |
6620 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6621 |
27327 | 6622 * align.el: New file. |
6623 | |
27326 | 6624 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6625 | |
6626 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6627 | |
27323 | 6628 2000-01-13 Dave Love <fx@gnu.org> |
6629 | |
6630 * ph.el: Removed. (Obsoleted by EUDC.) | |
6631 | |
27321 | 6632 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6633 | |
6634 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6635 menu with easymenu, because that causes build problems. | |
6636 | |
6637 * frame.el (frame-notice-user-settings): New variable. | |
6638 (frame-notice-user-settings): Don't modify frame parameters | |
6639 if called a second time. | |
6640 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6641 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6642 |
6643 * frame.el (frame-notice-user-settings): | |
6644 Notice default-frame-parameters even for non-window frames. | |
6645 | |
27318 | 6646 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6647 | |
6648 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6649 for Emacs. | |
6650 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6651 (eudc-bob-toggle-inline-display): Ditto. | |
6652 (eudc-bob-display-jpeg): Ditto. | |
6653 | |
27304 | 6654 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6655 | |
27313 | 6656 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6657 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6658 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
|
6659 |
27312 | 6660 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6661 nil)'. | |
6662 | |
6663 * subdirs.el: Add `net' directory. | |
6664 | |
27308 | 6665 * net: New directory. |
6666 | |
27304 | 6667 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6668 eval-last-sexp. Don't bind debug-on-error here. | |
6669 (eval-last-sexp): New function. Bind debug-on-error if | |
6670 eval-expression-debug-on-error is non-nil. | |
6671 (eval-defun-2, eval-defun): Likewise. | |
6672 | |
6673 * simple.el (eval-expression): Don't bind debug-on-error if | |
6674 eval-expression-debug-on-error is nil. Detect changed | |
6675 debug-on-error, and propagate new value to global binding, if | |
6676 eval-expression-debug-on-error is non-nil, | |
6677 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6678 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6679 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6680 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6681 * 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
|
6682 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6683 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6684 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6685 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6686 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6687 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6688 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6689 |
27288 | 6690 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6691 | |
27291 | 6692 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6693 of erasing buffer. | |
6694 | |
27288 | 6695 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6696 (fill-context-prefix): Use the longest common prefix of first |
6697 and second line fill prefix, if there is one. | |
27288 | 6698 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6699 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6700 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6701 * 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
|
6702 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6703 |
27282 | 6704 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6705 | |
6706 * add-log.el (add-log-current-defun): Handle user-defined | |
6707 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6708 |
27280 | 6709 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6710 if having found a current function |
27278 | 6711 |
6712 * add-log.el (add-log-current-defun): Call | |
6713 `add-log-current-defun-function'. Try matches at level 0 and | |
6714 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6715 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6716 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6717 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6718 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6719 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6720 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6721 |
27265 | 6722 2000-01-10 Dave Love <fx@gnu.org> |
6723 | |
6724 * elide-head.el (elide-head): Use point-marker, not point. | |
6725 | |
27261 | 6726 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6727 | |
27263 | 6728 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6729 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6730 |
27261 | 6731 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6732 Add ispell- prefix. | |
6733 | |
6734 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6735 | |
6736 * ispell.el: Only define dictionaries in menus when they exist. | |
6737 (version18p): New variable. | |
6738 (version20p): New variable. | |
6739 (xemacsp): New variable. | |
6740 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6741 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6742 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6743 run-together words. |
27261 | 6744 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6745 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6746 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6747 library path when called non-interactively. |
27261 | 6748 (ispell-menu-map-needed): Uses new variables. |
6749 (ispell-library-path): New variable. | |
6750 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6751 (ispell-word): Improved documentation string. Test for valid | |
6752 character mappings. Correctly check typed in word changes that can | |
6753 result in single words split into multiple words. Returns | |
6754 replacement word. | |
6755 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6756 replace in recursive query replace mode. Help message for | |
6757 recursive edit mode. | |
6758 (ispell-show-choices): Protect against bad framepop bindings. | |
6759 (ispell-help): Fix to work with XEmacs. | |
6760 (ispell-highlight-spelling-error): Use new variables. | |
6761 (ispell-overlay-window): Fix to work with XEmacs. | |
6762 (ispell-parse-output): Passed and returns location information | |
6763 tracking spelling corrections. Doesn't recheck same word on | |
6764 current line. | |
6765 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6766 Fix call to single argument in sleep-for. Use new variables. | |
6767 (ispell-region): Passed and returns location information tracking | |
6768 spelling corrections. Doesn't check same word on current line. | |
6769 Improved documentation string. Doesn't resend a line already | |
6770 checked to the ispell process - fixes bug in LaTeX parsing. | |
6771 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6772 (ispell-skip-region): No longer skips <TT> in SGML. | |
6773 (ispell-process-line): Tracks location information with spelling | |
6774 corrections. Added documentation string. Accounts for words | |
6775 already accepted on this line. Don't allow query-replace on line | |
6776 starting with math characters. Doesn't resend a line already sent | |
6777 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6778 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6779 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6780 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6781 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6782 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6783 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6784 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6785 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
|
6786 |
27255 | 6787 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6788 | |
6789 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6790 of a real newline. | |
6791 | |
27253 | 6792 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6793 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6794 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6795 for .png files. |
6796 | |
27251 | 6797 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6798 | |
6799 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6800 | |
27247 | 6801 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6802 | |
27249 | 6803 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6804 | |
27247 | 6805 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6806 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6807 recursion. |
6808 | |
27244 | 6809 2000-01-08 Dave Love <fx@gnu.org> |
6810 | |
27265 | 6811 * emacs-lisp/backquote.el: Remove inappropriate customization |
6812 (allowing custom.el to use backquote). | |
27244 | 6813 |
27241 | 6814 2000-01-07 Dave Love <fx@gnu.org> |
6815 | |
6816 * add-log.el (add-log-debugging): Deleted. | |
6817 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6818 file. Remove debugging code. | |
6819 (change-log-get-method-definition, change-log-name): Add doc. | |
6820 (change-log-sortable-date-at): New function. | |
6821 (change-log-merge): New command. | |
6822 | |
6823 * time.el (display-time-string-forms): Make the Mail string active. | |
6824 (display-time-update): Provide help-echo for load average. | |
6825 | |
6826 * bindings.el (make-mode-line-mouse2-map): New function. | |
6827 (mode-line-modified): Use it and simplify. | |
6828 (mode-line-mule-info): Provide help-echo info. | |
6829 (minor-mode-alist): Activate the strings. | |
6830 (make-mode-line-mouse-sensitive): Simplify for | |
6831 mode-line-buffer-identification. | |
6832 | |
27233 | 6833 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6834 | |
6835 * play/pong.el: New file. | |
6836 | |
27241 | 6837 2000-01-06 Dave Love <fx@gnu.org> |
6838 | |
6839 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6840 `array-' prefix for symbols. | |
6841 | |
6842 2000-01-05 Dave Love <fx@gnu.org> | |
6843 | |
6844 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6845 outline-headers-as-kill. | |
6846 (outline-mode): Define imenu-generic-expression. | |
6847 (outline-headers-as-kill): New command. | |
6848 | |
6849 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6850 from paragraph-start. | |
6851 (paragraph-indent-minor-mode): New command. | |
6852 | |
6853 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6854 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6855 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6856 (fortran-column-ruler): Simplify. | |
6857 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6858 (fortran-with-subprogram-narrowing): Likewise. | |
6859 (fortran-indent-subprogram): Call mark-defun. | |
6860 (fortran-check-for-matching-do): Change narrowing. | |
6861 | |
6862 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6863 (cl-lucid-hash-tag): Delete. | |
6864 (cl-hash-table-p): Correct test for native table. | |
6865 (cl-hash-table-count): Use hash-table-count. | |
6866 | |
6867 * browse-url.el (browse-url): Fix case of | |
6868 browse-url-browser-function being an alist. | |
6869 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6870 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6871 |
27233 | 6872 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6873 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6874 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6875 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6876 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6877 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6878 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6879 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6880 |
27191 | 6881 2000-01-05 Dave Love <fx@gnu.org> |
6882 | |
27241 | 6883 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6884 (beginning-of-defun-raw): Use it. |
6885 (end-of-defun): New variable. | |
6886 (end-of-defun): Use it. | |
6887 (check-parens): New command. | |
6888 | |
27182 | 6889 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6890 | |
27233 | 6891 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6892 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6893 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6894 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6895 |
27176 | 6896 2000-01-05 Andreas Schwab <schwab@suse.de> |
6897 | |
6898 * hscroll.el (hscroll): Doc fix. | |
6899 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6900 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6901 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6902 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6903 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6904 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6905 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6906 file idlw-rinfo.el. |
27182 | 6907 (idlwave-customize): load must read file idlw-shell.el. |
6908 (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
|
6909 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6910 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6911 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6912 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6913 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6914 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6915 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6916 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6917 both reftex-dcr and reftex-vcr. |
27182 | 6918 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6919 * 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
|
6920 |
27164 | 6921 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6922 |
6923 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6924 (ps-print-version): New version number (5.0.3). | |
6925 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6926 local. | |
6927 (ps-spool-config): Initialization fix. | |
27233 | 6928 (ps-print-prologue-1, ps-print-prologue-2) |
6929 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6930 (ps-background-image): Little code reformating. |
6931 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6932 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6933 (ps-prologue-file): New fun. |
6934 | |
27159 | 6935 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6936 | |
27233 | 6937 * ps-vars.el: Eliminated. |
27159 | 6938 |
6939 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6940 `;;;###autoload'. | |
6941 | |
6942 * ps-print.el: ps-vars eliminated, doc fix. | |
6943 (ps-print-version): New version number (5.0.2). | |
6944 (ps-spool-config): Initialization fix. | |
6945 (ps-print-customize): New fun. | |
6946 | |
27155 | 6947 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6948 | |
6949 * autorevert.el (auto-revert-mode): Return value of | |
6950 auto-revert-mode. | |
6951 | |
27152 | 6952 2000-01-04 Dave Love <fx@gnu.org> |
6953 | |
27198 | 6954 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6955 menu items. | |
27152 | 6956 |
27124 | 6957 2000-01-03 Dave Love <fx@gnu.org> |
6958 | |
27191 | 6959 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6960 |
27241 | 6961 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6962 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6963 `cl-hash-table-p', not `hash-table-p'. | |
6964 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6965 | |
27119 | 6966 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6967 | |
6968 * faces.el (face-read-integer, read-face-attribute) | |
6969 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6970 strings. | |
6971 | |
27112 | 6972 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6973 | |
6974 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6975 at comment end, and re-insert them after filling. | |
6976 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6977 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
|
6978 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6979 * 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
|
6980 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6981 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
|
6982 |
27102 | 6983 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6984 | |
6985 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6986 the new name of face-color-supported-p. | |
6987 | |
6988 * term/w32-win.el (xw-defined-colors): Likewise. | |
6989 | |
27097 | 6990 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6991 | |
6992 * simple.el (completion-setup-function): Count completion-size | |
6993 from minibuffer-prompt-end, not from point-min. | |
6994 | |
27091 | 6995 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6996 | |
6997 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6998 Pass the frame to tty-color-* functions. | |
6999 (display-color-p, frame-set-background-mode): Pass the frame to | |
7000 tty-display-color-p. | |
7001 | |
7002 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
7003 tty-color-alist. | |
7004 (tty-color-alist, tty-modify-color-alist): New functions. | |
7005 (tty-color-define, tty-color-clear, tty-color-approximate) | |
7006 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
7007 an optional parameter FRAME. | |
7008 | |
27074 | 7009 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
7010 | |
27082 | 7011 * image.el (create-image, defimage): Don't assume image data is a |
7012 string. | |
7013 | |
27074 | 7014 * image.el (defimage): Handle specifications containing :data |
7015 instead of :file. | |
7016 (image-type-from-data): New function. | |
7017 (image-type-from-file-header): Use it. | |
7018 (create-image): Add parameter DATA-P. | |
27182 | 7019 |
30729 | 7020 See ChangeLog.8 for earlier changes. |
30993 | 7021 |
7022 ;; Local Variables: | |
31291 | 7023 ;; coding: iso-2022-7bit-unix |
30993 | 7024 ;; End: |