Mercurial > emacs
annotate lisp/ChangeLog @ 31328:548aceb8313d
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Sep 2000 05:36:27 +0000 |
parents | a36c3cf583d4 |
children | 40ff2fc1d123 |
rev | line source |
---|---|
31328 | 1 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
2 | |
3 * eshell/esh-module.el (eval-when-compile): Don't lose if | |
4 esh-module.el's file name is truncated to DOS 8+3 limits. | |
5 | |
31326 | 6 2000-09-01 John Wiegley <johnw@gnu.org> |
7 | |
8 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing | |
9 predicate, which caused entries in the completion list to be | |
10 doubled. | |
11 | |
12 2000-08-30 John Wiegley <johnw@gnu.org> | |
13 | |
14 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct | |
15 sending to subprocesses. Also, hook pre-command-hook if | |
16 `eshell-send-direct-to-subprocesses' is non-nil. | |
17 (eshell-send-direct-to-subprocesses): New config variable. If t, | |
18 subprocess input is send immediately. | |
19 (eshell-toggle-direct-send): New function. | |
20 (eshell-self-insert-command): New function. | |
21 (eshell-intercept-commands): New function. | |
22 (eshell-send-input): If direct subprocess sending is enabled, | |
23 don't echo any input to the Eshell buffer. Let the subprocess | |
24 handle that. This requires "stty echo" in bash, for example. | |
25 | |
26 2000-08-28 John Wiegley <johnw@gnu.org> | |
27 | |
28 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added | |
29 completion function for Eshell's implementation of `unset'. | |
30 | |
31325 | 31 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
32 | |
33 * info.el (Info-directory-list): Doc fix. | |
34 | |
31314
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
35 2000-08-31 Peter Breton <pbreton@ne.mediaone.net> |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
36 |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
37 * filecache.el (file-cache-add-directory-using-find): Don't quote |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
38 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
|
39 |
31305 | 40 2000-08-31 Kenichi Handa <handa@etl.go.jp> |
41 | |
42 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect | |
43 coding systems. | |
44 | |
31291 | 45 2000-08-30 Andrew Innes <andrewi@gnu.org> |
46 | |
47 * timer.el (run-with-idle-timer): Undo last change, so that timer | |
48 is not activated immediately if Emacs is already idle. Some | |
49 existing code relies on this behaviour. | |
50 | |
31289 | 51 2000-08-30 Miles Bader <miles@gnu.org> |
52 | |
53 * frame.el (set-frame-font): Do completion of font-name for | |
54 interactive use. | |
55 | |
31283 | 56 2000-08-30 Kenichi Handa <handa@etl.go.jp> |
57 | |
58 * international/quail.el (quail-start-translation): Bind locally | |
59 last-command-event, last-command, and this-command. | |
60 (quail-start-conversion): Likewise. | |
31285 | 61 (quail-self-insert-command): Fix docstring. |
31283 | 62 |
31282 | 63 2000-08-29 Gerd Moellmann <gerd@gnu.org> |
64 | |
65 * progmodes/executable.el | |
66 (executable-make-buffer-file-executable-if-script-p): Check that | |
67 buffer contains at least 2 characters. | |
68 | |
31276 | 69 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il> |
70 | |
71 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix. | |
72 | |
31264 | 73 2000-08-29 Dave Love <fx@gnu.org> |
74 | |
31270 | 75 * diff-mode.el (diff-mode) <defgroup>: Add :version. |
76 (diff-mode-shared-map): Bind mouse-2. | |
77 (diff-imenu-generic-expression): New variable. | |
78 (diff-mode): Use it. | |
79 | |
31264 | 80 * mouse.el (mouse-major-mode-menu): Use local-key-binding. |
81 (mouse-popup-menubar): Add minor mode menus. | |
82 (popup-menu): Check for lookup-key returning number. | |
83 | |
31263 | 84 2000-08-29 Miles Bader <miles@gnu.org> |
85 | |
86 * comint.el (comint-send-input): Create overlays using the proper | |
87 front/read-advance arguments. | |
88 | |
31254 | 89 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
90 | |
91 * ps-print.el: Even/odd pages printing. Doc fix. | |
92 (ps-print-version): New version number (6.0). | |
93 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image) | |
94 (ps-background, ps-begin-file, ps-begin-job): Code fix. | |
95 (ps-print-duplex-feature): Variable eliminated. | |
96 (ps-even-or-odd-pages): New variable. | |
97 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
98 * progmodes/ebnf2ps.el: Doc fix. |
31256 | 99 (ebnf-version): New version (3.3). |
100 (ebnf-user-arrow): Change variable customization to sexp. | |
101 (ebnf-user-arrow): Function eliminated. | |
102 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix. | |
103 | |
31242 | 104 2000-08-29 Kenichi Handa <handa@etl.go.jp> |
105 | |
31244 | 106 * help.el (help-xref-mule-regexp): New variable. |
31242 | 107 (help-make-xrefs): Handle help-xref-mule-regexp. |
108 | |
109 * international/mule-cmds.el (help-xref-mule-regexp-template): New | |
110 variable. | |
111 (describe-input-method): Temporarily activate the specfied input | |
112 method to display the information. | |
113 (describe-language-environment): Hyperlinks to mule related items. | |
114 | |
115 * international/mule-diag.el (charset-multibyte-form-string): New | |
116 function. | |
117 (list-character-sets-1): Use charset-multibyte-form-string. | |
118 (describe-character-set): New function. | |
119 (describe-coding-system): Hyperlinks to safe character sets. | |
120 | |
121 * international/quail.el (quail-help): New arg PACKAGE. | |
122 Hyperlinks to mule related items. | |
123 (quail-help-insert-keymap-description): Use | |
124 substitute-command-keys instead of describe-bindings. | |
125 (quail-translation-help): Hyperlinks to mule related items. | |
126 | |
31240 | 127 2000-08-28 John Wiegley <johnw@gnu.org> |
128 | |
31241 | 129 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to |
130 have a defsubst call itself. Made `eshell-flatten-list' back into | |
131 a function again. | |
132 | |
31240 | 133 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety |
134 catch, in case re-centering point at bottom messes up the display. | |
135 This happens frequently in Emacs 21, due I believe to variable | |
136 line heights. | |
137 | |
138 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order | |
139 to call `find-tag-interactive'. | |
140 | |
141 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display | |
142 the list of remember directories. | |
143 | |
31239 | 144 2000-08-28 John Wiegley <johnw@gnu.org> |
145 | |
146 * align.el: Test align-region-separate to see if it's a symbol. | |
147 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
148 2000-08-28 John Wiegley <johnw@gnu.org> |
31239 | 149 |
150 * eshell/esh-util.el (eshell-flatten-list): Made this function | |
151 into a defsubst form. It gets used very frequently, although | |
152 calls don't occur all that often. | |
153 | |
154 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before | |
155 examining it. | |
156 | |
157 * eshell/esh-cmd.el (eshell-rewrite-while-command): | |
158 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of | |
159 `eshell-protect'. | |
160 (eshell-copy-handles): Created a new macro for duplicating the | |
161 current set of open handles. This is needed by the looping | |
162 functions. | |
163 (eshell-do-eval): Fixed while and if, so that the eshell-test-body | |
164 is not incorrectly stomped on. | |
165 | |
166 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror | |
167 declaration for pcomplete-use-paring. | |
168 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the | |
169 value of eshell-cmpl-use-paring. | |
170 * pcomplete.el (pcomplete-use-paring): New config variable, to | |
171 indicate whether paring should be used. | |
172 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out | |
173 completion alternatives that have already been used. | |
174 | |
175 * eshell/esh-mode.el (eshell-repeat-argument): Added function, | |
176 bound to C-c C-y, which will repeat the previous N arguments | |
177 (based on prefix argument). | |
178 (eshell-mode): Bind C-c C-y to eshell-repeat-argument. | |
179 | |
180 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer | |
181 if there is no *Help* buffer. This is for XEmacs, which renames | |
182 its help buffers uniquely. TODO: Find out what the current buffer | |
183 name to delete is. | |
184 | |
185 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the | |
186 first entry that correlates to a passwd/group number. Later | |
187 entries (used for group/user name aliasing to multiple IDs) are | |
188 ignored. | |
189 | |
190 * eshell/em-xtra.el (eshell/expr): | |
191 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make) | |
192 (eshell-grep, eshell/diff, eshell/locate): | |
193 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the | |
194 argument list, before passing it to the system command. | |
195 | |
196 * eshell/esh-mode.el (eshell-find-tag): Added a special version of | |
197 `find-tag' for use at final position in Eshell buffers (which | |
198 otherwise triggers an error on Emacs 21). | |
199 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell | |
200 buffer, if it is currently bound to `find-tag'. | |
201 | |
202 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile | |
203 in the list of matched Makefile names. | |
204 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current | |
205 directory, prefer its contents to Makefile. | |
206 | |
207 * eshell/em-dirs.el (eshell/cd): cd commands that look up | |
208 directory parts (like "cd old new", or "cd =regexp"), are now case | |
209 sensitive on non-Windows/DOS platforms. | |
210 | |
211 * eshell/esh-mode.el (eshell-parse-command-input): When a user | |
212 types RET after an open delimiter (like "), display a message | |
213 indicating that Eshell is waiting for the closing delimiter. | |
214 | |
215 * eshell/esh-var.el (eshell/unset): Added a command for unsetting | |
216 environment variables. | |
217 | |
218 * eshell/em-unix.el (eshell/diff): Added logic to fail more | |
219 gracefully if the user enters incorrect arguments. | |
220 | |
221 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in | |
222 Eshell buffers. | |
223 | |
224 * eshell/esh-var.el (eshell-interpolate-variable): | |
225 * eshell/esh-mode.el (eshell-move-argument): | |
226 * eshell/em-unix.el (eshell-du-sum-directory): | |
227 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): | |
228 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of | |
229 (not (= ...)). | |
230 | |
231 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply', | |
232 to ensure the `preserve' flag gets propagated when doing recursive | |
233 directory copies. | |
234 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
235 2000-08-28 Stefan Monnier <monnier@cs.yale.edu> |
31239 | 236 |
237 * eshell/em-hist.el (eshell-put-history, eshell-get-history): | |
238 Don't convert \n into \0177 in memory. | |
239 (eshell-read-history, eshell-write-history): Convert \n to \0177, | |
240 and back again, when reading and writing. | |
241 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
242 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il> |
31239 | 243 |
244 * eshell/esh-util.el (eshell-processp): Added to relieve constant | |
245 testing of `fboundp' on `processp'. | |
246 | |
247 * eshell/esh-proc.el (eshell/kill): Use eshell-processp. | |
248 (eshell/jobs): Don't call process-list if it is not bound. | |
249 (eshell-gather-process-output): Support systems where async | |
250 subprocesses aren't supported. | |
251 (eshell-scratch-buffer, eshell-last-sync-output-start): New | |
252 variables. | |
253 | |
254 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when | |
255 eshell-do-eval returns t. | |
256 (eshell-do-pipelines-synchronously): New defmacro. | |
257 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines | |
258 when async subprocesses aren't supported. | |
259 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer | |
260 if async subprocesses aren't supported. | |
261 (eshell-resume-command): Don't assume STATUS is a string. | |
262 | |
263 * eshell/em-unix.el (eshell/rm): Use eshell-processp. | |
264 | |
265 * eshell/esh-io.el (eshell-virtual-targets): Doc fix. | |
266 (eshell-close-target, eshell-get-target): Use eshell-processp. | |
267 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc | |
268 fix. | |
269 (eshell-get-target, eshell-create-handles): Doc fix. | |
270 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
271 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
|
272 |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
273 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the |
31239 | 274 criterion to include commands that output something, as long as it |
275 leaves both the command and the end-of-buffer visible when the | |
276 command has exited. | |
277 (eshell-review-quick-commands): Adjust the help doc string | |
278 accordingly. | |
279 | |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
280 2000-08-28 Peter Breton <pbreton@ne.mediaone.net> |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
281 |
31238
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
282 * locate.el (locate): Cleaned up locate command's interactive prompting |
31242 | 283 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
|
284 |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
285 * filecache.el (file-cache-case-fold-search): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
286 (file-cache-assoc-function): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
287 (file-cache-minibuffer-complete): Use file-cache-assoc-function. |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
288 Use file-cache-case-fold-search variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
289 (file-cache-add-file): Use file-cache-assoc-function |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
290 (file-cache-delete-file): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
291 (file-cache-directory-name): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
292 (file-cache-debug-read-from-minibuffer): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
293 |
31231 | 294 2000-08-28 Gerd Moellmann <gerd@gnu.org> |
295 | |
296 * abbrev.el (list-abbrevs): Add optional parameter LOCAL. | |
297 (abbrev-table-name): New function. | |
298 (prepare-abbrev-list-buffer): Add optional parameter LOCAL. | |
299 If non-nil list local abbrev, only. | |
300 | |
31229 | 301 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu> |
302 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
303 * 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
|
304 from Gnus support code, and use special article copy buffer |
31229 | 305 `(gnus-original-article-buffer)' instead. This allows to get rid |
306 of article-hide-headers usage (which breaks in the latest Gnus | |
307 version). Thanks to Detlev Zundel. | |
308 | |
31216 | 309 2000-08-28 Kenichi Handa <handa@etl.go.jp> |
310 | |
311 * international/quail.el (quail-use-package): Hide "... loaded" | |
312 message. | |
313 (quail-start-translation, quail-start-conversion): Likewise. | |
314 | |
315 * international/kkc.el (kkc-region): Hide "... loaded" message. | |
316 | |
31212 | 317 2000-08-27 Dave Love <fx@gnu.org> |
318 | |
319 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg. | |
320 | |
31198 | 321 2000-08-27 Miles Bader <miles@gnu.org> |
322 | |
323 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts. | |
324 | |
31195 | 325 2000-08-27 Kenichi Handa <handa@etl.go.jp> |
326 | |
327 * international/ja-dic-cnv.el (skkdic-convert): Insert (require | |
328 'ja-dic-cnv), not (require 'skkdic-cnv). | |
329 | |
31180 | 330 2000-08-26 Miles Bader <miles@gnu.org> |
331 | |
31194 | 332 * faces.el (face-x-resources): Add entry for :inherit. |
333 * cus-face.el (custom-face-attributes): Add support for :inherit | |
334 attribute. Add support for relative face heights. | |
335 (custom-face-attributes-get): Treat `nil' as being a default value | |
336 for :inherit (as well as `unspecified'). | |
337 | |
31191 | 338 * faces.el (set-face-attribute): Update doc string. |
339 (face-attribute-name-alist): Add :inherit. | |
340 (face-valid-attribute-values): Handle :inherit. | |
341 (face-read-string): Rephrase prompt to be less confusing. | |
342 Assume that DEFAULT is a string, since we must return a string. | |
343 (face-read-integer): Use `format' to turn DEFAULT into an | |
344 acceptable default for face-read-string. Match NEW-VALUE against | |
345 the string "unspecified", not the symbol `unspecified', since | |
346 that's what face-read-string returns. | |
347 (read-face-attribute): Lookup a name for old-value in valid, and | |
348 use it as a default if we find one. Treat all values from | |
349 face-read-string as strings. If the default is used, don't do any | |
350 more processing on the value, just use the old value directly. | |
351 (read-face-and-attribute, modify-face): Tweak prompt. | |
352 (read-face-name): Don't assume prompt ends with a space. | |
353 | |
31180 | 354 * faces.el (describe-face): Add support for :inherit attribute. |
355 | |
31166 | 356 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
357 | |
31167 | 358 * terminal.el (terminal-emulator): Fix args to `concat'. Now |
359 concat doesn't accept interger. | |
360 | |
31166 | 361 * international/kkc.el: Remove SKK from Keywords. Require |
362 ja-dic-utl instead of skkdic-utl. | |
363 | |
364 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. | |
365 Provide ja-dic-cnv instead of skkdic-cnv. | |
366 (ja-dic-filename): Renamed from skkdic-filename. Referers changed | |
367 (iso-2022-7bit-short): Add safe-charsets property. | |
368 (skkdic-convert-postfix): Search Japanese chou-on character in | |
369 addition to Hiragana character. | |
370 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. | |
371 (skkdic-convert): Change file names from skkdic.el to ja-dic.el | |
372 (batch-skkdic-convert): Likewise. | |
373 | |
374 * international/ja-dic-utl.el: Renamed from skkdic-utl.el. | |
375 Provide ja-dic-utl instead of skkdic-utl. | |
376 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic. | |
377 | |
31156 | 378 2000-08-24 Dave Love <fx@gnu.org> |
379 | |
31158 | 380 * disp-table.el (standard-display-default): Make the test of `l' |
381 useful. | |
382 | |
31156 | 383 * language/european.el ("Latin-8", "Latin-9"): Add input methods, |
384 mod sample text. | |
385 | |
386 * international/iso-ascii.el: Make pilcrow convenient string | |
387 consistent with section. | |
388 (iso-ascii-display): Set up multibyte characters as well as | |
389 unibyte. | |
390 | |
31137 | 391 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
392 | |
393 * international/mule-cmds.el (reset-language-environment): Set | |
394 default-process-coding-system to '(undecided . iso-latin-1), which | |
395 makes process I/O almost consistent with file I/O. Call this | |
396 function when mule-cmds.el[c] is loaded. | |
397 | |
31092 | 398 2000-08-22 Andrew Innes <andrewi@gnu.org> |
399 | |
400 * makefile.w32-in: New file. | |
401 | |
31038 | 402 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
403 | |
404 * comint.el (comint-output-filter): Compare end of | |
405 comint-last-output-overlay with the start of the newly inserted | |
406 text, not the end, when deciding whether to extend it. | |
407 Set saved-point's insertion type to advance after insertion. | |
408 | |
409 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
410 since this is now done independently of font-lock mode. | |
411 | |
31009 | 412 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
413 | |
414 * server.el (server-kill-new-buffers): New user option. | |
415 (server-existing-buffer): New buffer-local variable. | |
416 (server-visit-files): When using an existing buffer, set | |
417 server-existing-buffer to t. | |
418 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
419 buffer, unless it was already present before visiting it with | |
420 Emacs server. | |
421 | |
31006 | 422 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
423 | |
424 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
425 even if the display doesn't support colors: some displays will | |
426 support bold/underline faces. | |
427 | |
30997 | 428 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
429 | |
31004 | 430 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
431 | |
30997 | 432 * startup.el (command-line): If user's init file had an error, |
433 add explanatory text to *Messages*. | |
434 | |
30994 | 435 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
436 | |
437 * man.el (Man-getpage-in-background): Decode the process output by | |
438 the system locale coding system. | |
439 | |
30980 | 440 2000-08-20 Dave Love <fx@gnu.org> |
441 | |
30991 | 442 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
443 Don't test x-popup-menu. | |
444 (function) <complete-function>: Complete only fbound symbols. | |
445 <validate, value>: New. | |
446 (variable) <complete-function>: Complete only bound symbols. | |
447 (coding-system): Add :base-only, :complete-function, :validate, | |
448 :value, :prompt-match. | |
449 (widget-coding-system-prompt-value): Use read-coding-system and | |
450 act on :base-only. | |
451 (editable-field): Add :help-echo. | |
452 (widget-push-button-gui, widget-push-button-cache) | |
453 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
454 with uses. | |
455 (widget-at): Make arg optional. | |
456 (widget-echo-help): Adjust for current help-echo calling sequence. | |
457 (widget-specify-field, widget-specify-button) | |
458 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
459 (widget-convert, widget-insert, widget-leave-text) | |
460 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
461 (widget-setup, widget-field-find, widget-before-change) | |
462 (widget-after-change, widget-default-complete) | |
463 (widget-default-create, widget-default-delete) | |
464 (widget-push-button-value-create, editable-field) | |
465 (widget-field-prompt-value, widget-field-validate) | |
466 (widget-choice-value-create, widget-choice-action) | |
467 (widget-choice-validate, widget-checklist-add-item) | |
468 (widget-radio-add-item, widget-radio-chosen) | |
469 (widget-radio-value-inline, widget-editable-list-value-create) | |
470 (widget-editable-list-entry-create) | |
471 (widget-documentation-link-add) | |
472 (widget-documentation-string-value-create) | |
473 (widget-regexp-validate, widget-file-complete) | |
474 (widget-sexp-validate, widget-plist-convert-widget) | |
475 (widget-plist-convert-widget, widget-alist-convert-widget) | |
476 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
477 particularly to avoid bindings which aren't optimized out. | |
478 | |
30980 | 479 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
480 Doc fix. | |
481 (down-list, backward-up-list, up-list, kill-sexp) | |
482 (backward-kill-sexp, mark-sexp): Make arg optional. | |
483 (lisp-complete-symbol): Add optional arg PREDICATE. | |
484 | |
485 * cus-start.el: Add display-buffer-reuse-frames, | |
486 file-coding-system-alist. | |
487 | |
30975 | 488 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
489 | |
490 * startup.el (command-line): Clear realized faces after | |
491 modifying TTY color mappings. | |
492 | |
30972 | 493 2000-08-20 Miles Bader <miles@gnu.org> |
494 | |
495 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
496 merely a subset of FACE's attributes. | |
497 | |
30966 | 498 2000-08-19 Miles Bader <miles@gnu.org> |
499 | |
500 * comint.el (comint-output-filter): Save the point with a marker, | |
501 not just a buffer position. | |
502 | |
503 * international/mule.el (set-buffer-process-coding-system): Make | |
504 interactive prompt less confusing. | |
505 | |
30963 | 506 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
507 | |
508 * hilit-chg.el: General cleanup of doc strings, comments and | |
509 code formatting. | |
510 | |
30960 | 511 2000-08-19 Miles Bader <miles@gnu.org> |
512 | |
513 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
514 Compiler macro removed; beginning-of-line is no longer always | |
515 equivalent to forward-line, in the presence of fields. | |
516 | |
517 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
518 restriction, and just use save-restriction, now that it works | |
519 correctly. Don't adjust comint-last-input-start to account for | |
520 our insertion; it shouldn't have moved because we don't use | |
521 insert-before-markers anymore. Comment out call to | |
522 `force-mode-line-update'; why is it here? | |
523 | |
524 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
525 while checking for prompt to delete. Use `forward-line 0' | |
526 instead of beginning-of-line. | |
527 (gud-filter): Temporarily widen gud comint buffer while | |
528 examining output. | |
529 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
530 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
531 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
532 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
533 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
534 * 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
|
535 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
|
536 |
30953 | 537 2000-08-18 Dave Love <fx@gnu.org> |
538 | |
539 * image.el (find-image): Copy `spec' before using plist-put. | |
540 | |
30948 | 541 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
542 | |
543 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
544 `portugues'. | |
545 | |
546 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
547 backward-kill-sexp, analogous to kill-sexp. | |
548 | |
549 * progmodes/icon.el (icon-indent-line) | |
550 (icon-is-continuation-line): Handle comments specially. | |
551 | |
552 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
553 | |
554 * ispell.el: Set to standard author/maintainer/keyword fields. | |
555 Fine tuning to menu map appearance and operation, and added help. | |
556 Remove `start' and `end' error messages when compiling. | |
557 (ispell-choices-win-default-height): Fixed comment string. | |
558 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
559 castellano8 dictionaries. | |
560 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
561 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
562 dictionary, added italiano dictionary. | |
563 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
564 word character | |
565 (ispell-tex-skip-alists): Added psfig support. | |
566 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
567 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
568 (ispell-minor-check): Improved html skipping support to skip across | |
569 code, and recognize `&' commands without propper `;' syntax; | |
570 (ispell-process-line): Fix alignment error when manually | |
571 correcting spelling. | |
572 (ispell): Fix comment string. | |
573 (ispell-add-per-file-word-list): Always put word list on new line. | |
574 | |
30922 | 575 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
576 | |
30928 | 577 * format.el (format-encode-run-method): Fix error message to say |
578 `encode' instead of `decode'. Use save-window-excursion around | |
579 shell-command-on-region as in format-decode-run-method because | |
580 shell-command-on-region can display a buffer with error output. | |
581 (format-decode): Don't record undo information for the decoding. | |
582 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
583 that number part of the temporary buffer name so that more than | |
584 one decoding using a temporary buffer can happen safely. | |
585 | |
586 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
587 of `A-z' in the regexp. | |
588 | |
589 * hilit-chg.el: Fix typos in commentary. | |
590 | |
30922 | 591 * help.el (view-emacs-news): Rewritten for new naming scheme |
592 for old NEWS files. | |
593 | |
594 * startup.el (command-line): Pop to *Messages* in case an error | |
595 is signaled while loading user-init-file. | |
596 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
597 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
598 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
599 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
600 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
601 |
30906 | 602 2000-08-17 Alex Schroeder <alex@gnu.org> |
603 | |
604 * sql.el (sql-magic-go): Use comint-bol. | |
605 (sql-copy-column): Use comint-line-beginning-position. | |
606 (comint-line-beginning-position): Define a replacement for | |
607 comint-line-beginning-position if it is not fboundp. | |
608 | |
609 2000-08-17 Alex Schroeder <alex@gnu.org> | |
610 | |
611 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
612 it didn't have any effect anyway. | |
613 | |
614 2000-08-17 Alex Schroeder <alex@gnu.org> | |
615 | |
616 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
617 --pset and pager=off instead of sending \\o|cat at the beginning | |
618 of the session. | |
619 | |
30903 | 620 2000-08-17 Miles Bader <miles@gnu.org> |
621 | |
622 * progmodes/octave-inf.el: Add compatibility definition of | |
623 comint-line-beginning-position. | |
624 | |
30898 | 625 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
626 | |
627 * startup.el (normal-top-level): Look in each dir in load-path for | |
628 a leim-list.el file too. This assures of loading leim-list.el | |
629 that is created at Emacs installation time even if a user have his | |
630 own leim-list.el. | |
631 | |
30897 | 632 2000-08-17 Miles Bader <miles@gnu.org> |
633 | |
634 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
635 foreground color to black if the background is dark. | |
636 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
637 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
638 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
639 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
640 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
641 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
642 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
643 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
644 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
645 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
646 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
647 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
648 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
649 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
650 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
651 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
652 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
653 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
654 * 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
|
655 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
656 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
657 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
658 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
659 * 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
|
660 (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
|
661 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
662 (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
|
663 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
664 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
665 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
666 (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
|
667 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
668 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
669 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
670 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
671 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
672 (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
|
673 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
674 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
675 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
676 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
677 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
678 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
679 * 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
|
680 |
30870 | 681 2000-08-16 Dave Love <fx@gnu.org> |
682 | |
30894 | 683 * windmove.el (windmove) <defgroup>: Add :version. |
684 | |
685 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
686 (goto-address-fontify-p, goto-address-highlight-p) | |
687 (goto-address-url-face, goto-address-url-mouse-face) | |
688 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
689 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
690 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
691 (goto-address-at-point): browse-url-url-at-point, | |
692 goto-address-find-address-at-point can return nil. | |
693 (goto-address-find-address-at-point): Return nil on failure. | |
694 | |
695 * align.el (align) <defgroup>: Add :version. | |
696 | |
697 * calculator.el (calculator): Add :version. | |
698 (calculator): Use two lines for calculator window if `modeline' | |
699 face is boxed. | |
700 | |
30870 | 701 * play/5x5.el: Doc fixes. |
702 (5x5) <defgroup>: Add :version. | |
703 | |
704 * play/fortune.el (fortune) <defgroup>: Add :version. | |
705 (fortune-append): Fix error message. | |
706 (fortune-from-region): Doc fix. | |
707 | |
708 * play/pong.el (pong): Doc fix. | |
709 | |
710 * play/morse.el: Keywords, commentary, autoloads. | |
711 | |
30854 | 712 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
713 | |
714 * desktop.el (desktop-save): Don't look at symbol-value of a | |
715 member of minor-mode-alist, unless it is boundp. | |
716 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
717 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
|
718 |
30897 | 719 * 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
|
720 `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
|
721 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
|
722 |
30846 | 723 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
724 | |
725 * international/ccl.el (declare-ccl-program): Docstring modified. | |
726 (ccl-execute-with-args): Likewise. | |
727 | |
30839 | 728 2000-08-16 Miles Bader <miles@gnu.org> |
729 | |
30903 | 730 * progmodes/sql.el: Add compatibility definition of |
30839 | 731 comint-line-beginning-position. |
732 | |
30808 | 733 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
734 | |
30829 | 735 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
736 'buffer-menu' property. | |
737 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
738 fails. | |
739 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
740 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
741 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
742 |
30825 | 743 * buff-menu.el (list-buffers-noselect): Don't display the |
744 *Buffer List* buffer. | |
745 | |
30822 | 746 * font-lock.el: Require jit-lock to prevent a very late |
747 `Loading jit-lock' message. | |
748 | |
30808 | 749 * 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
|
750 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 751 mail address. |
752 | |
30804 | 753 2000-08-15 Miles Bader <miles@gnu.org> |
754 | |
755 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
756 (ispell-choices-win-default-height, ispell-help): Use | |
757 `ispell-graphic-p' instead of `xemacsp'. | |
758 | |
30802 | 759 2000-08-15 Dave Love <fx@gnu.org> |
760 | |
30842 | 761 * simple.el: Autoload widget-convert when compiling. |
762 (mail-user-agent): Doc fix. | |
763 | |
764 * help.el (function-called-at-point, variable-at-point): Use | |
765 with-syntax-table. | |
766 (help-manyarg-func-alist): Add insert-and-inherit. | |
767 | |
768 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
769 | |
770 * delsel.el (delsel-unload-hook): New function. | |
771 | |
772 * find-file.el: Doc fixes. Move provide to end. | |
773 (ff) <defgroup>: Add :link. | |
774 (ff-goto-click): Deleted. | |
775 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
776 Use mouse-set-point. | |
777 | |
778 * textmodes/tildify.el: Doc fixes. | |
779 (tildify) <defgroup>: Add:version. | |
780 | |
781 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
782 (glasses-custom-set): Use set-default, not set. | |
783 (minor-mode-alist): Propertize the lighter. | |
784 (glasses-mode): Provide optional arg. | |
785 | |
30813 | 786 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
787 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
788 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
789 option. Provide :type. | |
790 (cwarn-configuration): Provide :type. | |
791 (cwarn-mode): Doc fix. | |
792 | |
793 * add-log.el (change-log-merge): Doc fix. | |
794 (change-log-redate): New command. | |
795 | |
30802 | 796 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
797 Doze and Dog. | |
798 (browse-url): Use dolist, not mapcar. | |
799 (browse-url-at-point): Check for null url. | |
800 (browse-url-event-buffer, browse-url-event-point): Functions | |
801 deleted. | |
802 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
803 | |
804 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
805 modes. | |
806 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
807 Fix previous change to mapcan. | |
808 (msb--init-file-alist, msb--add-separators) | |
809 (msb--make-keymap-menu): Simplify. | |
810 (msb--choose-file-menu): Use copy-sequence. | |
811 (msb-mode-map): Add title to keymap. | |
812 (msb-unload-hook): New function. | |
813 | |
814 * bs.el: Fix indentation. | |
815 (bs) <defgroup>: Add :links. | |
30894 | 816 (bs-show): Doc fix. |
817 (bs-apply-sort-faces): Don't use window-system. | |
818 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 819 |
30796 | 820 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
821 | |
822 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
823 convert-standard-filename. | |
824 | |
30788 | 825 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
826 | |
30790 | 827 * emacs-lisp/authors.el: New file. |
828 | |
30788 | 829 * paren.el (show-paren-priority): New user option. |
830 (show-paren-function): Set overlay priorities to | |
831 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
832 |
30783 | 833 2000-08-14 Miles Bader <miles@gnu.org> |
834 | |
835 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
836 beginning-of-line with inhibit-field-text-motion bound. | |
837 | |
30781 | 838 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
839 | |
840 * calendar/timeclock.el: New file. | |
841 | |
842 2000-08-14 David Ponce <david@dponce.com> | |
843 | |
844 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
845 `widget-button-click'. so that one can use left mouse button to | |
846 click on dialog buttons. | |
847 | |
848 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
849 | |
850 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
851 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
|
852 |
30767 | 853 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
|
854 |
30769 | 855 * comint.el (comint-output-filter): Don't bother frobbing |
856 window-start, it doesn't seem to be necessary. | |
30767 | 857 |
858 * comint.el (comint-send-string, comint-send-region): Make into | |
859 real functions. Snapshot the prompt before sending. | |
860 | |
30764 | 861 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
862 | |
863 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
864 technique similar to Info-index, instead of relying on specific | |
865 names of relevant Index nodes. | |
866 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
867 going to the first node found by Info-find-emacs-command-nodes. | |
868 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
869 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 870 |
871 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
872 | |
30741 | 873 2000-08-10 Miles Bader <miles@gnu.org> |
874 | |
875 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
876 | |
30739 | 877 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
878 | |
879 * info.el (Info-file-list-for-emacs): More elements for the | |
880 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
881 and woman manuals. | |
882 | |
30737 | 883 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
884 | |
885 * comint.el (comint-send-input): Make the newline boundary overlay | |
886 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
887 (comint-output-filter): Use `insert' instead of | |
888 `insert-before-markers'. Extend comint-last-output-overlay when | |
889 necessary since we can't rely on insert-before-markers to do it. | |
890 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
891 save-excursion when inserting the output, so that point gets | |
892 updated correctly; the old method relied on a rather dodgy | |
893 side-effect of comint-output-filter to avoid the effect of | |
894 save-excursion. | |
895 | |
30734 | 896 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
897 | |
898 * files.el (recover-file): Call insert-directory instead of | |
899 invoking `ls' directly. | |
900 | |
30732 | 901 2000-08-10 Miles Bader <miles@gnu.org> |
902 | |
903 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
904 (comint-last-prompt-overlay): New variables. | |
905 (comint-output-filter): Implement prompt highlighting. | |
906 (comint-snapshot-last-prompt): New function. | |
907 (comint-send-input): Snapshot the last prompt. | |
908 Use comint-highlight-input-face. | |
909 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
910 Use defface instead of defcustom. | |
911 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
912 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
913 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
914 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
915 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
916 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
917 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
918 (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
|
919 (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
|
920 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
|
921 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
922 * 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
|
923 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
924 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
925 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
926 |
30715 | 927 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
928 | |
929 * files.el (insert-directory): Don't call access-file on | |
930 directories on DOS and Windows. | |
931 | |
30704 | 932 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
933 | |
934 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
935 longer if necessary. | |
936 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
937 ccl-program-vector. | |
938 | |
30701 | 939 2000-08-09 Miles Bader <miles@gnu.org> |
940 | |
941 * comint.el (comint-output-filter): Properly handle the case where | |
942 the text surrounded by comint-last-output-overlay was deleted. | |
943 | |
30671 | 944 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
945 | |
30693 | 946 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
947 non-nil. | |
948 (Info-file-list-for-emacs): Remove "info" from the list because | |
949 that leads to trying to use the documentation from file `info' | |
950 in various situations where it isn't appropriate, for instance | |
951 C-h C-k C-h i. | |
952 | |
953 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
954 DIR and/or STRING are nil. | |
955 | |
956 * progmodes/compile.el (compilation-setup): Make variable | |
957 compilation-error-screen-columns buffer-local, as some comment | |
958 in the code suggests it should be. | |
959 | |
960 * files.el (auto-mode-interpreter-regexp): New variable. | |
961 (set-auto-mode): Use it. | |
962 | |
963 * indent.el (indent-for-tab-command): Doc fix. | |
964 | |
965 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
966 | |
30671 | 967 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
968 labels. | |
969 | |
970 * help.el (print-help-return-message): When | |
971 display-buffer-reuse-frames is set, let the help window been quit, | |
972 instead of deleting it, which might delete a reused frame. | |
973 | |
30664 | 974 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
975 | |
976 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
977 rename a directory to a name that differs only by its letter case. | |
978 | |
30655 | 979 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
980 | |
981 * international/quail.el (quail-define-rules): Handle Quail decode | |
982 map correctly. Add code for supporting annotations. | |
983 (quail-install-decode-map): New function. | |
984 (quail-defrule-internal): New optional arguments decode-map and | |
985 props. | |
986 (quail-advice): New function. | |
987 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
988 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
|
989 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
990 * 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
|
991 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
992 * 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
|
993 |
30649 | 994 2000-08-03 Miles Bader <miles@gnu.org> |
995 | |
996 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
997 New variable. | |
998 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
999 comint-use-prompt-regexp-instead-of-fields. | |
1000 (comint-send-input): Add `input' field property to stuff we send to | |
1001 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
1002 (comint-output-filter): Add `output' field property to process | |
1003 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
1004 (comint-replace-by-expanded-history) | |
1005 (comint-get-old-input-default, comint-show-output) | |
1006 (comint-backward-matching-input, comint-forward-matching-input) | |
1007 (comint-next-prompt, comint-previous-prompt): Use field | |
1008 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
1009 (comint-line-beginning-position): New function. | |
1010 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
1011 (comint-replace-by-expanded-history-before-point): Use | |
1012 comint-line-beginning-position and line-end-position. | |
1013 (comint-last-output-overlay): New variable. | |
1014 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
1015 | |
1016 * shell.el (shell-prompt-pattern): Doc change. | |
1017 (shell-backward-command): Use line-beginning-position. | |
1018 | |
1019 * gud.el (gud-gdb-complete-command): Use | |
1020 comint-line-beginning-position. | |
1021 | |
1022 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
1023 comint-bol doesn't actually go to the beginning of the line. | |
1024 | |
1025 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
1026 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
1027 (try-expand-line-all-buffers): Likewise. | |
1028 | |
1029 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
1030 explicitly matching comint-prompt-regexp. | |
1031 (sql-copy-column): Use comint-line-beginning-position instead of | |
1032 explicitly matching comint-prompt-regexp. | |
1033 | |
1034 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
1035 comint-line-beginning-position. | |
1036 | |
1037 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
1038 | |
1039 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
1040 looking for a prompt, use `forward-line 0' instead of | |
1041 `beginning-of-line', to avoid getting caught by an input field. | |
1042 | |
30633 | 1043 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
1044 | |
1045 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
1046 PATTERN, in the Unix case. | |
1047 | |
30629 | 1048 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
1049 | |
1050 * play/zone.el (zone): Discard any pending input before running | |
1051 the randomly-chosen pgm. | |
1052 | |
30623 | 1053 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
1054 | |
1055 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
1056 checking the existence of any multibyte characters. | |
1057 | |
30619 | 1058 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
1059 | |
30622 | 1060 * help.el (describe-mode): Test minor-mode symbol for being |
1061 bound before testing its value for being nil. | |
1062 | |
30619 | 1063 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
1064 `first', `second', and `third'. | |
1065 | |
1066 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
1067 (second): Make it an alias for `cadr'. | |
1068 | |
30616 | 1069 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
1070 | |
1071 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
1072 types of display support faces now. | |
1073 | |
30614 | 1074 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
1075 | |
1076 * pcvs.el (require): Require `cl' during compilation, only. | |
1077 | |
1078 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
1079 (toplevel): Remove `remq' and `remove' from autoloads. | |
1080 (cl-fake-autoloads): New variable. If set, arrange for an error | |
1081 when CL functions etc. are autoloaded. | |
1082 | |
30585 | 1083 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
1084 | |
30593 | 1085 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
1086 | |
30591 | 1087 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
1088 popped up, but the user clicks outside the menu, return an empty | |
1089 regexp (that causes unhighlight-regexp to have no effect). | |
1090 | |
30589 | 1091 * menu-bar.el (menu-bar-games-menu): Add Zone. |
1092 | |
30585 | 1093 * hi-lock.el (toplevel): Require font-lock. |
1094 | |
30576 | 1095 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1096 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
1097 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward. |
30576 | 1098 (ebnf-8-bit-chars): New var for bug fix. |
1099 (ebnf-string): Bug fix. | |
1100 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1101 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
|
1102 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1103 * 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
|
1104 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1105 (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
|
1106 `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
|
1107 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
1108 |
30567 | 1109 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
1110 | |
1111 * international/mule-cmds.el (select-safe-coding-system): Make | |
1112 the message text about selecting a safe coding system more clear. | |
1113 | |
30564 | 1114 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
1115 | |
30565 | 1116 * hi-lock.el: New file. |
1117 | |
1118 * play/zone.el: New file. | |
1119 | |
30564 | 1120 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
1121 value of tab-width in the original buffer. Choose a line number | |
1122 format that's a multiple of the original buffer's tab width, so | |
1123 that lines appear right. | |
1124 | |
1125 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
1126 Spell-check active region if in transient-mark-mode and mark | |
1127 is active; otherwise spell-check buffer. | |
1128 | |
1129 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1130 | |
1131 * ps-mule.el: Fix a customization problem on | |
1132 ps-mule-font-info-database-default. | |
1133 | |
30555 | 1134 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
1135 | |
1136 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
1137 display-mouse-p instead of window-system. | |
1138 (ebrowse-member-mode-map): Ditto. | |
1139 | |
30553 | 1140 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1141 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
1142 * 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
|
1143 Indentation fix. Doc fix. |
30553 | 1144 (ebnf-version): New version number (3.2). |
1145 (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
|
1146 |
30547 | 1147 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
1148 | |
30549 | 1149 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
1150 font lock support on window-system. | |
1151 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
1152 | |
30547 | 1153 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
1154 display-color-p, if fboundp, instead of window-system. | |
1155 | |
30545 | 1156 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
1157 | |
1158 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
1159 instead of window-system. | |
1160 | |
1161 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
1162 window-system. | |
1163 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
1164 instead of window-system. | |
1165 | |
1166 * strokes.el (strokes-file): Run the file name through | |
1167 convert-standard-filename. | |
1168 (strokes-mode): Call display-mouse-p instead of looking at | |
1169 window-system. Change the error message accordingly. | |
1170 | |
1171 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
1172 | |
1173 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
1174 (lm-plot-square, lm-init-display): Don't use window-system. | |
1175 | |
1176 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
1177 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
1178 | |
1179 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
1180 instead of looking at window-system. | |
1181 | |
30528 | 1182 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
1183 | |
1184 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
1185 of testing if iswitchb-prepost-hooks is bound, because the | |
1186 latter will always be true when invoking a recursive minibuffer | |
1187 from an active Iswitchb buffer. | |
1188 | |
30526 | 1189 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
1190 | |
1191 * files.el (shell-quote-wildcard-pattern): New function. | |
1192 (insert-directory): Call it. Only prepend "\" to command on Unix | |
1193 and GNU/Linux systems. | |
1194 | |
30524 | 1195 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
1196 | |
1197 * eshell/esh-groups.el: Change custom :link file names | |
1198 from `eshell.info' to `eshell'. | |
1199 | |
1200 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
1201 | |
1202 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
1203 correctly in recursive ange-ftp listings. | |
1204 | |
1205 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1206 | |
1207 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
1208 ps-header-font-size-internal and | |
1209 ps-header-title-font-size-internal variables are not set, | |
1210 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
1211 face text property is (foreground-color . COLOR) or | |
1212 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
1213 (ps-print-version): New version number (5.2.4). | |
1214 (ps-plot-region): Code fix. | |
1215 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
1216 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
1217 Bug fix 2. | |
1218 | |
1219 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
1220 | |
1221 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
1222 identifiers like `myXMLDocument'. | |
1223 | |
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 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
|
1225 |
30524 | 1226 * mail/mail-hist.el (mail-hist-previous-input) |
1227 (mail-hist-next-input): Do the obvious code factorization. | |
1228 (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
|
1229 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
|
1230 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
|
1231 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
1232 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
|
1233 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
1234 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 1235 Use `<=', not `<' to compare times! |
1236 (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
|
1237 |
30502 | 1238 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
1239 | |
30516 | 1240 * play/cookie1.el: Add explanation of how to make cookie.el |
1241 compatible with strfile(1) to comment. | |
1242 | |
1243 * subr.el (remove, remq): New functions. | |
1244 | |
30511 | 1245 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
1246 escape `*' in regexps. | |
1247 (midnight-find): Reverse order of arguments in the funcall of | |
1248 TEST. | |
1249 | |
1250 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
1251 and `.class'. | |
1252 | |
30502 | 1253 * play/meese.el: Add Commentary section. |
1254 | |
30516 | 1255 2000-07-27 Alex Schroeder <alex@gnu.org> |
1256 | |
1257 * sql.el (sql-ms): Added autoload cookie. | |
1258 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
1259 (sql-oracle): Ditto. | |
1260 (sql-help): Doc change. | |
1261 | |
1262 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
1263 types and exceptions. | |
1264 | |
1265 2000-07-27 Alex Schroeder <alex@gnu.org> | |
1266 | |
1267 * sql.el (sql-placeholder-history): New variable. | |
1268 (sql-query-placeholders-and-send): New function that will query | |
1269 the user and replace placeholders with user input. | |
1270 (sql-oracle): If running on NT, set comint-input-sender to | |
1271 sql-query-placeholders-and-send. | |
1272 | |
1273 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
1274 present it as a message. | |
1275 | |
1276 2000-07-27 Alex Schroeder <alex@gnu.org> | |
1277 | |
1278 * sql.el (sql-input-ring-separator): Doc change. | |
1279 (sql-input-ring-file-name): Doc change. | |
1280 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
1281 `sql-input-ring-file-name' to set the comint-mode equivalents | |
1282 without making them local variables. | |
1283 (sql-stop): Don't bind `sql-input-ring-separator' and | |
1284 `sql-input-ring-file-name' dynamically to their comint-mode | |
1285 equivalents. | |
1286 | |
30490 | 1287 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1288 | |
1289 * international/mule.el (register-char-codings): New function. | |
1290 (make-coding-system): Handle `safe-chars' specification in the arg | |
1291 PROPERTY. | |
1292 | |
1293 * international/mule-cmds.el | |
1294 (find-coding-systems-region-subset-p): This function deleted. | |
1295 (sort-coding-systems-predicate): New variable. | |
1296 (sort-coding-systems): New function. | |
1297 (find-coding-systems-region): Use | |
1298 find-coding-systems-region-internal. | |
1299 (find-coding-systems-string): Use find-coding-systems-region. | |
1300 (find-coding-systems-for-charsets): Check | |
1301 char-coding-system-table. | |
1302 (select-safe-coding-system-accept-default-p): New variable. | |
1303 (select-safe-coding-system): Mostly rewritten. New argument | |
1304 ACCEPT-DEFAULT-P. | |
1305 (select-message-coding-system): Call select-safe-coding-system | |
1306 with ACCEPT-DEFAULT-P arg. | |
1307 (reset-language-environment): Reset default-sendmail-coding-system | |
1308 to the default value iso-latin-1. | |
1309 (set-language-environment): Don't set the obsolete variable | |
1310 charset-origin-alist. | |
1311 | |
1312 * international/codepage.el (cp-coding-system-for-codepage-1): | |
1313 Give `safe-chars' property to make-coding-system. | |
1314 | |
1315 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
1316 calling select-message-coding-system twice. | |
1317 | |
1318 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
1319 instead of `safe-charsets'. | |
1320 (cyrillic-alternativnyj): Likewise. | |
1321 (ccl-encode-alternativnyj): Don't check the charset | |
1322 cyrillic-iso8859-5. | |
1323 | |
30484 | 1324 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1325 | |
1326 * composite.el (compose-chars-after): Preserve match data. | |
1327 | |
30481 | 1328 2000-07-26 Sam Steingold <sds@gnu.org> |
1329 | |
1330 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
1331 (ange-ftp-real-file-newer-than-file-p): New function. | |
1332 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
1333 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
1334 | |
1335 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
1336 * midnight.el (midnight-float-time): Ditto. | |
1337 | |
30479 | 1338 2000-07-26 Andreas Schwab <schwab@suse.de> |
1339 | |
1340 * files.el (normal-backup-enable-predicate): Correct | |
1341 interpretation of the return value of compare-strings. | |
1342 | |
30471 | 1343 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
1344 | |
30477 | 1345 * isearch.el (isearch-resume): New function. |
1346 (isearch-done): Add something to command-history to resume | |
1347 the search. | |
1348 (isearch-yank-line, isearch-yank-word): Use | |
1349 buffer-substring-no-properties instead of buffer-substring. | |
1350 | |
30471 | 1351 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
1352 of flyspell-mouse-map. | |
1353 | |
1354 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
1355 duplicate definition. | |
1356 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
1357 | |
1358 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
1359 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
1360 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1361 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
|
1362 |
30459 | 1363 * net/ange-ftp.el: Get modtime over the net. |
1364 (ange-ftp-file-modtime): New function. | |
30473 | 1365 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
1366 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 1367 Use it. |
1368 (ange-ftp-dot-to-slash): New function. | |
1369 (ange-ftp-fix-name-for-vms): Use it. | |
1370 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1371 * 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
|
1372 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1373 |
30457 | 1374 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
1375 | |
1376 * find-dired.el: Update copyright notice. | |
1377 (find-dired): Offer to kill a running `find'. | |
1378 | |
1379 * enriched.el (enriched-face-ans): For a `foreground-color' | |
1380 property, return '(("x-color" COLOR))' so that COLOR will be | |
1381 output as a parameter of the x-color annotation. Likewise for the | |
1382 `background-color' property. In the case of normal face | |
1383 properties, don't return annotations for unspecified foreground | |
1384 and background face attributes. | |
1385 | |
30450 | 1386 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
1387 | |
1388 * language/japan-util.el (japanese-katakana-region): Fix handling | |
1389 HANKAKU argument. | |
1390 | |
30438 | 1391 2000-07-25 Miles Bader <miles@gnu.org> |
1392 | |
1393 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
1394 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
1395 constrain-to-field. | |
1396 | |
30437 | 1397 2000-07-24 Andrew Innes <andrewi@gnu.org> |
1398 | |
1399 * timer.el (timer-activate-when-idle): Add optional parameter | |
1400 DONT-WAIT. Update docstring. | |
1401 (run-with-idle-timer): Specify extra parameter to | |
1402 timer-activate-when-idle, so that timer will be activated | |
1403 immediately if Emacs is already idle. | |
1404 | |
1405 * w32-fns.el (w32-using-nt): Fix docstring. | |
1406 | |
30434 | 1407 2000-07-24 Dave Love <fx@gnu.org> |
1408 | |
1409 * mouse.el (popup-menu): Set last-command-event. | |
1410 (mouse-major-mode-menu-prefix): Declare. | |
1411 | |
30433 | 1412 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1413 | |
1414 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1415 | |
1416 * progmodes/hideshow.el: Update copyright notice. | |
1417 | |
1418 * vcursor.el: Set maintainer to FSF, since author cannot | |
1419 be reached. | |
1420 | |
30422 | 1421 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1422 | |
30424 | 1423 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1424 the prompt. | |
1425 | |
30422 | 1426 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1427 in case it was defined with define-prefix-key. If the menu is a | |
1428 list of keymaps, look up the binding of user's choice in each one | |
1429 of the keymaps. | |
1430 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1431 don't have a prompt string, create one and insert it into the | |
1432 keymap. Don't barf if current-local-map returns nil. | |
1433 | |
30415 | 1434 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1435 | |
1436 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1437 to be undone. | |
1438 (dired-sort-other): Use it. | |
1439 | |
30412 | 1440 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1441 | |
30415 | 1442 * Release of cc-mode 5.27 |
30412 | 1443 |
1444 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1445 | |
1446 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1447 c-beginning-of-statement-1 that caused a bad case of recursion | |
1448 which could consume a lot of CPU in large classes in languages | |
1449 that have in-expression classes (i.e. Java and Pike). | |
1450 | |
1451 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1452 statements before top level constructs (i.e. case 6 is moved | |
1453 before case 5 and is now case 4) to catch in-expression | |
1454 classes in top level expressions correctly. | |
1455 | |
1456 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1457 | |
1458 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1459 objc-method-intro. Case 4 removed and case 5I added. | |
1460 | |
1461 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1462 c-common-init to get paragraph-start correct. | |
1463 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1464 initialize paragraph-start to make it correct both with and | |
1465 without the javadoc special case. | |
1466 | |
1467 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1468 initialize paragraph-start for javadoc markup. | |
1469 | |
1470 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1471 change by defaulting this to t. It's motivated by the | |
1472 confusing behavior that otherwise arise from the style system | |
1473 when editing both java and non-java files at the same time | |
1474 (see the comments about style setting in c-common-init). | |
1475 | |
1476 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1477 | |
1478 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1479 similar to the one in c-fill-paragraph to check the fill | |
1480 prefix from the adaptive fill function for sanity. | |
1481 | |
1482 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1483 | |
1484 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1485 defun block. | |
1486 | |
1487 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1488 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1489 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1490 |
1491 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1492 | |
1493 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1494 leading comma nicely. Extended to handle member initializers | |
1495 too. | |
1496 | |
30415 | 1497 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1498 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1499 when the lines begins with a comma. | |
1500 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1501 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1502 |
1503 * cc-vars.el (c-offsets-alist): Changed default for | |
1504 member-init-cont to c-lineup-multi-inher since it now handles | |
1505 member initializers and indents better for leading commas. | |
1506 | |
1507 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1508 | |
1509 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1510 handling that caused class open lines to be recognized as | |
1511 statement-conts in some cases. | |
1512 | |
1513 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1514 guessed by the adaptive fill function unless point is on the | |
1515 first line of a block comment. | |
1516 | |
1517 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1518 when the buffer ends with a macro continuation char. | |
1519 | |
1520 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1521 function definitions as statements in Pike. The first | |
1522 statement in a lambda block is now labeled defun-block-intro | |
1523 instead of statement-block-intro. | |
1524 | |
1525 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1526 so that the class surrounding point is selected, not the one | |
1527 innermost in the state. | |
1528 | |
1529 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1530 recognition of switch labels having hanging multiline | |
1531 statements. | |
1532 | |
1533 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1534 some code in c-guess-basic-syntax to a separate function. | |
1535 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1536 recognition of member inits with multiple line arglists. | |
1537 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1538 member-init-cont when the commas are in funny places. | |
1539 | |
1540 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1541 | |
1542 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1543 not used anymore. | |
1544 | |
1545 * cc-engine.el (c-looking-at-bos): New helper function. | |
1546 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1547 inexpr and toplevel classes apart in Pike. | |
1548 | |
1549 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1550 of case 9A. | |
1551 | |
1552 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1553 constant, since "class" can introduce an in-expression class | |
1554 in Pike nowadays. | |
1555 | |
1556 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1557 | |
1558 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1559 indentation on cpp-macro lines. | |
1560 | |
1561 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1562 a syntax modifier like comment-intro, to make it possible to | |
1563 get syntactic indentation for preprocessor directives. It's | |
1564 incompatible wrt to lineup functions on cpp-macro, but it has | |
1565 no observable effect in the 99.9% common case where cpp-macro | |
1566 is set to -1000. | |
1567 | |
1568 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1569 | |
1570 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1571 member-init-cont when the preceding arglist is several lines. | |
1572 | |
1573 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1574 | |
1575 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1576 style corrected to 8. | |
1577 | |
1578 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1579 | |
1580 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1581 brace list openers in the gnu style. | |
1582 | |
1583 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1584 | |
1585 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1586 | |
1587 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1588 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1589 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1590 when c-syntactic-indentation is nil. | |
1591 | |
1592 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1593 we were left at comments preceding the first statement when | |
1594 reaching the beginning of the buffer. | |
1595 | |
1596 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1597 off all syntactic indentation. | |
1598 | |
1599 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1600 | |
1601 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1602 between the text and the block comment ender when it hangs, | |
1603 depending on how many there are before the fill. | |
1604 | |
1605 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1606 | |
1607 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1608 function to go back to the closest preceding statement start, | |
1609 which could be inside a conditional statement. | |
1610 * cc-engine.el (c-guess-basic-syntax): Use | |
1611 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1612 | |
1613 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1614 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1615 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1616 changed. | |
1617 | |
1618 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1619 up-to-date with javadoc 1.2. | |
1620 | |
1621 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1622 | |
1623 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1624 multiline Pike type decls. | |
1625 | |
1626 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1627 | |
1628 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1629 multiline comments in multiline mode, regardless of | |
1630 comment-multi-line. | |
1631 | |
1632 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1633 | |
1634 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1635 fully::qualified::names in C++ member init lists. Preamble in | |
1636 case 5D changed. | |
1637 | |
1638 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1639 | |
1640 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1641 moved to c-initialize-cc-mode. More compatible style override | |
1642 when using global style variables. | |
1643 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1644 variables moved here. | |
1645 | |
30415 | 1646 * cc-mode.texi: Documented the special behavior of |
30412 | 1647 c-special-indent-hook as a style variable. Don't talk about |
1648 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1649 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
|
1650 |
30412 | 1651 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1652 variable localness in c-style-variables-are-local-p to make | |
1653 the compatibility measure in c-common-init work well. | |
1654 | |
1655 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1656 longer contain set-from-style. | |
1657 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1658 set-from-style on c-special-indent-hook. | |
1659 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1660 copy-alist is sufficient now. | |
1661 | |
1662 * cc-styles.el (c-set-style, c-set-style-1, | |
1663 c-get-style-variables): Fixes to variable initialization so | |
1664 that duplicate entries in styles have the same effect | |
1665 regardless of DONT-OVERRIDE. | |
1666 | |
1667 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1668 initialization of inheriting styles failed when the | |
1669 dont-override flag is set. | |
1670 | |
1671 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1672 on this. | |
1673 | |
1674 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1675 | |
1676 * cc-defs.el (c-forward-comment): Removed the workaround | |
1677 introduced in 5.38 since it had worse side-effects. If a line | |
1678 contains the string "//\"", it regarded the // as a comment | |
1679 start since the \ temporarily doesn't have escape syntax. | |
1680 | |
1681 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1682 | |
1683 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1684 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1685 when ada-prj tries to add to it. | |
1686 (ada-activate-keys-for-case): Suppress the characters that are not | |
1687 part of the Ada syntax. Better compatibility with else-mode | |
1688 (ada-adjust-case-interactive): When auto-casing is not active, | |
1689 correctly insert newlines (used to insert only ^M). Prevent the | |
1690 syntax table from being changed in case of an error | |
1691 (or '_' becomes part of a word and some commands are confused). | |
1692 Do nothing if ada-auto-case is nil. | |
1693 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1694 (ada-batch-reformat): Update usage comment | |
1695 (ada-call-from-contextual-menu): New function | |
1696 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1697 first to nil first, so that the casing exception file can be | |
1698 shared. | |
1699 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1700 files. | |
1701 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1702 anywhere in the error message | |
1703 (ada-contextual-menu-last-point): New variable | |
1704 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1705 t on XEmacs, it means that DEL should delete one character | |
1706 forward. | |
1707 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1708 New submenu "Options". | |
1709 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1710 statements. | |
1711 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1712 even if they don't match ada-fill-comment-prefix Fix handling of | |
1713 paragraphs on the first or last line of a file. | |
1714 (ada-format-paramlist): Fix handling of default parameter values. | |
1715 (ada-get-body-name): New function. | |
1716 (ada-get-current-indent): Optimized by searchling directly for an | |
1717 existing generic part or a statement outside of it. Handle | |
1718 ada-indent-align-comments when indenting comments Replaced some | |
1719 regexps by testing directly the next character. This results in a | |
1720 huge speedup on some files. New indentation scheme for renames | |
1721 statements. Stop looking for the 'while' or 'for' associated with | |
1722 a 'loop' at the first semicolon encountered. A "return" can also | |
1723 match an anonymous access subprogram declaration. | |
1724 (ada-get-indent-noindent): Ignore strings and comments when | |
1725 looking for the keywords "record" and "private". | |
1726 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1727 are not in fact seeing "end if". Ignore "when" statements except | |
1728 when initial keyword was "begin". Fix handling of nested | |
1729 procedures. Add a recursive call to this function to skip over | |
1730 other 'end' statmts. Fix indentation for "when .. => begin" | |
1731 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1732 expressions, where 'and then', 'or else' and parenthesis | |
1733 statements are mixed up. | |
1734 (ada-in-paramlist-p): Skip comments while searching for the | |
1735 beginning Fix handling of operator declarations. | |
1736 (ada-indent-align-comments): New variable | |
1737 (ada-indent-current): Change the syntax table only in the | |
1738 protected section, so that we are sure it is restored correctly. | |
1739 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1740 ada-with-indent Correctly indent "select ... then" | |
1741 (ada-indent-region): Slight speedup. | |
1742 (ada-indent-renames): New variable. | |
1743 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1744 New variables | |
1745 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1746 keyword when it is the first word in a package declaration. | |
1747 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1748 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1749 even if point is not initially at the end of the word. | |
1750 (ada-matching-decl-start-re): Add "when". | |
1751 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1752 which-func-mode Override the old find-file.el entry in | |
1753 ff-special-constructs since it is using the obsolete | |
1754 ada-spec-suffix variable | |
1755 (ada-no-auto-case): New function | |
1756 (ada-scan-paramlist): When parsing the argument type, accept | |
1757 spaces (as in "X 'Class", generated by Rational Rose). | |
1758 (ada-other-file-name): No longer loads the other file. | |
1759 (ada-popup-menu): Save and restore the current buffer and cursor | |
1760 position before and after displaying the menu. | |
1761 (ada-search-ignore-complex-boolean): New function. | |
1762 (ada-uncomment-region): Emacs21 already knows how to delete | |
1763 comments not starting in the first column. | |
1764 (ada-use-indent): New variable | |
1765 (ada-which-function): New function. | |
1766 (ada-with-indent): New variable | |
1767 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1768 can be batch-compiled from the command line. | |
1769 | |
1770 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1771 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1772 Add -toolbar to the default ddd command Switches moved from | |
1773 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1774 ada-prj-default-comp-opt | |
1775 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1776 Reference Manual to the menu | |
1777 (ada-check-current): rewritten as a call to ada-compile-current | |
1778 (ada-compile): Removed. | |
1779 (ada-compile-application, ada-compile-current, ada-check-current): | |
1780 Set the compilation-search-path so that compile.el automatically | |
1781 finds the sources in src_dir. Automatic scrollong of the | |
1782 compilation buffer. C-uC-cC-c asks for confirmation before | |
1783 compiling | |
1784 (ada-compile-current): New parameter, prj-field | |
1785 (ada-complete-identifier): Load the .ali file before doing | |
1786 processing | |
1787 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1788 conform to gnatmake's behavior. | |
1789 (ada-find-file-in-dir): New function | |
1790 (ada-find-references): Set the environment variables for gnatfind | |
1791 (ada-find-src-file-in-dir): New function. | |
1792 (ada-first-non-nil): Removed | |
1793 (ada-gdb-application): Add support for jdb, the java debugger. | |
1794 (ada-get-ada-file-name): Load the original-file first if not done | |
1795 yet. | |
1796 (ada-get-all-references): Handles the new ali syntax (parent types | |
1797 are found between <>). | |
1798 (ada-initialize-runtime-library): New function | |
1799 (ada-mode-hook): Always load a project file when a file is opened, | |
1800 so that the casing exceptions are correctly read. | |
1801 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1802 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1803 to open the project file, since the latter does not work with | |
1804 speedbar Get default values before loading the prj file, or the | |
1805 default executable file name is wrong. Use the absolute value of | |
1806 src_dir to initialize ada-search-directories and | |
1807 compilation-search-path,... Add the standard runtime library to | |
1808 the search path for find-file. | |
1809 (ada-prj-default-debugger): Was missing an opening '{' | |
1810 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1811 variables. | |
1812 (ada-prj-default-gnatmake-opt): New variable | |
1813 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1814 buffers, the project file is the default one Save the windows | |
1815 configuration before displaying the menu. | |
1816 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1817 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1818 ...) regexp-quote identifiers names to support operators +, | |
1819 -,... in regexps. | |
1820 (ada-remote): New function. | |
1821 (ada-run-application): Erase the output buffer before starting the | |
1822 run Support remote execution of the application. Use | |
1823 call-process, or the arguments are incorrectly parsed | |
1824 (ada-set-default-project-file): Reread the content of the active | |
1825 project file, not the one from the current buffer When a project | |
1826 file is set as the default project, all directories are | |
1827 automatically associated with it. | |
1828 (ada-set-environment): New function | |
1829 (ada-treat-cmd-string): New special variable ${current} | |
1830 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1831 any ${...} substring | |
1832 (ada-xref-current): If no body was found, compiles the spec | |
1833 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1834 compiler to get rid of command line length limitations. | |
1835 (ada-xref-get-project-field): New function | |
1836 (ada-xref-project-files): New variable | |
1837 (ada-xref-runtime-library-specs-path) | |
1838 (ada-xref-runtime-library-ali-path): New variables | |
1839 (ada-xref-set-default-prj-values): Default run command now does a | |
1840 cd to the build directory. New field: main_unit Provide a default | |
1841 file name even if the current buffer has no prj file. | |
1842 | |
1843 * ada-prj.el: | |
1844 Rewritten to show a tabbed-dialog. | |
1845 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1846 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1847 New function | |
1848 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1849 (ada-prj-load-from-file): New function | |
1850 (ada-prj-save): Always save fields that depend on the current buffer | |
1851 (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
|
1852 |
30412 | 1853 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1854 Ada mode. This will allow us to display the Ada menu in any buffer | |
1855 we want (for project items). | |
1856 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1857 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
|
1858 |
30395 | 1859 2000-07-24 Dave Love <fx@gnu.org> |
1860 | |
1861 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1862 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1863 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1864 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1865 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1866 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1867 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1868 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1869 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1870 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1871 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1872 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1873 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1874 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1875 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1876 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1877 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1878 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1879 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1880 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1881 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1882 (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
|
1883 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1884 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1885 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1886 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1887 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1888 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1889 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1890 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1891 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1892 |
30386 | 1893 2000-07-23 Dave Love <fx@gnu.org> |
1894 | |
1895 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1896 ^o, ^u. | |
1897 | |
30359 | 1898 2000-07-21 Dave Love <fx@gnu.org> |
1899 | |
30374 | 1900 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1901 now passed to the function. It now works properly. | |
1902 | |
30359 | 1903 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1904 | |
30350 | 1905 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1906 | |
1907 * info-look.el (info-lookup): If *info* is shown in another frame | |
1908 on the same display, select that frame, instead of switching to | |
1909 the Info buffer in another window of the selected frame. | |
1910 | |
1911 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1912 kp-0 to kp-9 and kp-subtract. | |
1913 (digit-argument): Handle these keys. | |
1914 | |
30346 | 1915 2000-07-20 Dave Love <fx@gnu.org> |
1916 | |
1917 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1918 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1919 Put an extra property on the overlays and use it to clean up in | |
1920 case goto-address is re-run. | |
1921 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1922 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1923 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1924 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1925 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1926 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1927 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1928 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1929 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1930 |
30331 | 1931 2000-07-19 Dave Love <fx@gnu.org> |
1932 | |
1933 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1934 implementation. | |
1935 | |
1936 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1937 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1938 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1939 | |
30318 | 1940 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1941 | |
30329 | 1942 * textmodes/refer.el: Correct maintainer's email address. |
1943 | |
1944 * progmodes/hideif.el: Correct author's email address. | |
1945 Fix typo in comment. | |
1946 | |
1947 * xml.el: New file. | |
1948 | |
30318 | 1949 * mail/mailheader.el: Correct author's mail address. |
1950 | |
1951 * gnus/parse-time.el: Correct author's mail address. | |
1952 | |
30329 | 1953 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1954 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1955 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1956 New user options. |
1957 (comint-input-ring-file-name): Change custom type. | |
1958 (comint-mode-map): Bind mouse-2. | |
1959 (comint-insert-clicked-input): New function. | |
1960 (comint-send-input): Handle input highlighting. | |
1961 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1962 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1963 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1964 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1965 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1966 |
30311 | 1967 2000-07-18 Dave Love <fx@gnu.org> |
1968 | |
1969 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1970 improvements. | |
1971 | |
30308 | 1972 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1973 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1974 * faces.el (face-font-selection-order) |
30308 | 1975 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1976 |
30298 | 1977 2000-07-18 Dave Love <fx@gnu.org> |
1978 | |
1979 * cus-edit.el (custom-variable-reset-saved) | |
1980 (custom-variable-reset-standard): Remove unused bindings. | |
1981 | |
1982 * rect.el (open-rectangle-line): Remove unused let. | |
1983 | |
1984 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1985 | |
30296 | 1986 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1987 | |
1988 * cdl.el: Fix `Maintainer' keyword. | |
1989 | |
1990 * play/pong.el: Add author's email address. | |
1991 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1992 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1993 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1994 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1995 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1996 |
30290 | 1997 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1998 | |
1999 * mail/vms-pmail.el: Change maintainer to FSF. | |
2000 | |
2001 * net/goto-addr.el: Change maintainer to FSF. | |
2002 | |
2003 * recentf.el: Update from author. | |
2004 | |
2005 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
2006 |
30277 | 2007 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
2008 | |
2009 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
2010 links to eshell, to avoid problems on systems where the manual is | |
2011 installed as `eshell'. | |
2012 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
2013 * eshell/em-smart.el (eshell-smart): Ditto. | |
2014 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2015 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 2016 |
2017 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
2018 same-file check in the MS-DOS version (it does support inodes). | |
2019 | |
2020 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
2021 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2022 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2023 Run default directory name through convert-standard-filename. |
30277 | 2024 |
30255 | 2025 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
2026 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2027 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2028 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2029 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2030 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2031 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2032 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2033 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2034 Don't translate some national variant characters of latin-jisx0201. |
30262 | 2035 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 2036 |
30255 | 2037 * international/kkc.el (kkc-after-update-conversion-functions): |
2038 New variable. | |
2039 (kkc-update-conversion): Run functions in it at the tail. | |
2040 | |
30277 | 2041 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
|
2042 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2043 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2044 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
|
2045 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
2046 |
30253 | 2047 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
2048 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
2049 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 2050 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
2051 the conversion list at first if appropriate. | |
2052 (kkc-next): Don't update kkc-next-count here. | |
2053 (kkc-prev): Don't update kkc-prev-count here. | |
2054 (kkc-show-conversion-list-update): Fix setting up of conversion | |
2055 list message. | |
2056 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
2057 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
2058 |
30290 | 2059 * 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
|
2060 |
30248 | 2061 2000-07-16 Dave Love <fx@gnu.org> |
2062 | |
2063 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
2064 function to be more specific. | |
2065 | |
2066 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
2067 non-string help-echo. | |
2068 (widget-types-convert-widget): Defsubst it. | |
2069 (widget-echo-help): Try to cope with a help-echo function of two | |
2070 possible sorts. | |
2071 | |
30241 | 2072 2000-07-15 Jason Rumney <jasonr@gnu.org> |
2073 | |
2074 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
2075 Declare as obsolete. | |
2076 | |
2077 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
2078 | |
30226 | 2079 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
2080 | |
2081 * hilit-chg.el: Fix typo. | |
2082 | |
30221 | 2083 2000-07-14 Dave Love <fx@gnu.org> |
2084 | |
2085 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
2086 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2087 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2088 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2089 * 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
|
2090 |
30193 | 2091 2000-07-13 Dave Love <fx@gnu.org> |
2092 | |
30195 | 2093 * emacs-lisp/easymenu.el: Doc fixes. |
2094 (easy-menu-remove): Defalias to ignore. | |
2095 | |
30193 | 2096 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
2097 Call throw correctly. | |
2098 | |
30190 | 2099 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
2100 | |
2101 * faces.el (frame-background-mode): Doc fix. | |
2102 | |
2103 * simple.el (eval-expression-print-length): Change custom type to | |
2104 allow entering nil as value. | |
2105 | |
30185 | 2106 2000-07-13 Dave Love <fx@gnu.org> |
2107 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2108 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2109 Change definition layout. |
30187 | 2110 (fortran-mode-menu): Reinstate customize entries. |
2111 | |
30185 | 2112 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
2113 Use :filter, per old XEmacs code. | |
2114 | |
30170 | 2115 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
2116 | |
2117 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
2118 event when deciding what to send to the terminal. | |
2119 | |
30168 | 2120 2000-07-12 Dave Love <fx@gnu.org> |
2121 | |
2122 * cus-start.el: Add optional version as 4th element of specs and | |
2123 use it for several things new in v21. Remove load-path. Fix type | |
2124 of line-number-display-limit. | |
2125 | |
30148 | 2126 2000-07-11 Dave Love <fx@gnu.org> |
2127 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2128 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2129 Use repeat counts in various regexps. |
30150 | 2130 (fortran-mode-syntax-table): Defvar directly. |
2131 (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
|
2132 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2133 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2134 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 2135 (fortran-mode): Set fortran-comment-line-start-skip, |
2136 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
2137 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2138 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2139 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 2140 (fortran-comment-region, fortran-electric-line-number): Simplify. |
2141 (fortran-auto-fill): New function. | |
2142 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2143 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2144 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2145 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2146 Use fortran-auto-fill. |
30150 | 2147 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2148 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 2149 |
30148 | 2150 * widget.el (widget-plist-member): New alias. |
2151 | |
30146 | 2152 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
2153 | |
2154 * eshell/esh-module.el (toplevel): Reference | |
2155 byte-compile-current-file only if it is bound. | |
2156 | |
30131 | 2157 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
2158 | |
2159 * dired.el: Don't require `dired-aux'. | |
2160 | |
30127 | 2161 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
2162 | |
2163 * dired-aux.el (dired-show-file-type): New function. | |
2164 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
2165 (dired-show-file-type): Add autoload. | |
2166 | |
30125 | 2167 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
2168 | |
2169 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2170 change of fontset-info. |
30125 | 2171 (print-fontset): Likewise. |
2172 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2173 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2174 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2175 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2176 |
30111 | 2177 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
2178 | |
30131 | 2179 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 2180 |
30111 | 2181 * dired.el (dired-find-alternate-file): New function. |
2182 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
2183 (toplevel): Require dired-aux when compiling. | |
2184 (dired-buffers): Move defvar within file to avoid compiler warning. | |
2185 | |
2186 * info.el (Info-last-search): Variable removed. | |
2187 (Info-search-history): New variable. | |
2188 (Info-search): New Info-search-history. | |
2189 | |
2190 * battery.el, info-look.el: Change author's mail address. | |
2191 | |
30115 | 2192 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
|
2193 |
30115 | 2194 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
2195 if rmail-ignored-headers is nil. | |
2196 (rmail-retry-failure): Bind rmail-ignored-headers and | |
2197 rmail-displayed-headers to nil. | |
2198 | |
30096 | 2199 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
2200 | |
30103 | 2201 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
2202 (print-region-1): Don't hard code `-h' here. | |
2203 | |
30096 | 2204 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
2205 | |
30103 | 2206 2000-07-01 Francesco Potorti` <pot@gnu.org> |
2207 | |
2208 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
2209 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
|
2210 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2211 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2212 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2213 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2214 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2215 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2216 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2217 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2218 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
2219 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2220 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
|
2221 |
30096 | 2222 * ediff-diff.el (ediff-wordify): Use syntax table. |
2223 * 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
|
2224 ediff-color-display-p. |
30096 | 2225 (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
|
2226 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
2227 Got rid of special cases for NeXT and OS/2. |
30096 | 2228 * 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
|
2229 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2230 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2231 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
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/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2234 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2235 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2236 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2237 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2238 * 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
|
2239 |
30076 | 2240 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2241 | |
30085 | 2242 * Makefile.in (DONTCOMPILE): Add comment that the name may |
2243 not be changed without changing the make-dist script. | |
2244 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
2245 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 2246 (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
|
2247 |
30067 | 2248 2000-07-05 Andrew Innes <andrewi@gnu.org> |
2249 | |
2250 * makefile.nt: Add support for `bootstrap' and related targets. | |
2251 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2252 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2253 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2254 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2255 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2256 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2257 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
|
2258 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2259 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2260 (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
|
2261 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2262 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
|
2263 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2264 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2265 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2266 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2267 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
|
2268 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
2269 |
30056 | 2270 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2271 | |
2272 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
2273 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
2274 (eval-defun): If called with prefix arg, instrument code for | |
2275 Edebug. | |
2276 | |
2277 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
2278 similar to that of eval-defun. | |
2279 | |
30029 | 2280 2000-07-04 Dave Love <fx@gnu.org> |
2281 | |
30035 | 2282 * hl-line.el (hl-line-overlay): Make it permanent-local. |
2283 | |
30029 | 2284 * calendar/todo-mode.el: Replaced with a working version, based on |
2285 revision 1.34 tidied up. | |
2286 | |
2287 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 2288 |
2289 * paths.el (prune-directory-list): New function. | |
2290 (Info-default-directory-list): Rewritten to more methodically | |
2291 enumerate a big list of possible info directories (based on the | |
2292 list used by the standalone info reader). | |
30029 | 2293 |
30021 | 2294 * 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
|
2295 non-existent directories from Info-directory-list. |
30021 | 2296 |
2297 * paths.el (Info-default-directory-list): Try a list of possible | |
2298 info-directories instead of a single one. Add the possible | |
2299 info directory "/usr/share/info". | |
2300 | |
2301 * woman.el (woman-man.conf-path): Explicitly include the debian | |
2302 man-db config file "/etc/manpath.config". | |
2303 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
2304 are present in `manpath.config'. | |
2305 (woman-manpath): Include "/usr/share/man". | |
2306 | |
30006 | 2307 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
2308 | |
30017 | 2309 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
2310 | |
2311 * startup.el (command-line): Initialize blink-cursor based | |
2312 on window-system. | |
2313 | |
30014 | 2314 * frame.el (blink-cursor): Default to nil if not running under |
2315 a window-system. | |
2316 | |
30012 | 2317 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
2318 (face-x-resources): Remove duplicate entry for :font. | |
2319 | |
30006 | 2320 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
2321 instead of cycling through windows with next-window. | |
2322 | |
2323 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
2324 of cycling through windows with next-window. | |
2325 | |
2326 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
2327 of cycling through windows with next-window. | |
2328 | |
2329 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
2330 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
2331 instead of cycling through windows with next-window. | |
2332 | |
2333 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
2334 instead of cycling through windows with next-window. | |
2335 | |
2336 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
2337 of cycling through windows with next-window. | |
2338 | |
2339 * terminal.el (te-process-output): Use walk-windows instead of | |
2340 cycling through windows with next-window. | |
2341 | |
2342 * server.el (server-switch-buffer): Use some-window instead of | |
2343 cycling through windows with next-window. | |
2344 | |
2345 * window.el (some-window): New function. | |
2346 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 2347 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2348 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 2349 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
2350 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 2351 |
2352 * window.el (walk-windows): Guarantee termination by keeping a list | |
2353 of all the windows already handled. | |
2354 | |
29975 | 2355 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2356 | |
2357 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
2358 window-system. | |
2359 | |
2360 * man.el (Man-notify-when-ready): Don't use window-system. If | |
2361 Man-notify-method is newframe, and the display is not | |
2362 multi-frame, select the frame created for the man page. | |
2363 (Man-init-defvars): Doc fix. | |
2364 | |
29972 | 2365 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
2366 | |
29982 | 2367 * faces.el (region): Change background color for light background. |
2368 | |
2369 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
2370 attribute from mode-line face of Ediff control frame. | |
2371 | |
29972 | 2372 * replace.el (query-replace-map): Bind `e' like `E'. |
2373 | |
29967 | 2374 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2375 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2376 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2377 Change name to "Select All". |
29969 | 2378 |
29967 | 2379 * dos-fns.el (convert-standard-filename): Fix last change. |
2380 | |
29957 | 2381 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
2382 | |
29959 | 2383 * help.el (describe-variable): Don't insert a second `'s' in front |
2384 of the string `value is shown below'. Since the syntax-table is | |
2385 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
2386 an existing `'s', so that this won't be deleted. | |
2387 | |
29957 | 2388 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
2389 * pcmpl-unix.el: New files. | |
2390 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2391 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2392 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2393 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2394 |
29939 | 2395 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
2396 | |
29956 | 2397 * replace.el (perform-replace): Undo change of 2000-04-04. |
2398 Instead, move backward 1 character at the end of the loop when | |
2399 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2400 |
29949 | 2401 * faces.el (fringe): Change face for different backgrounds. |
2402 | |
2403 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
2404 patch from John. | |
2405 | |
29939 | 2406 * eshell/*.el: Change spelling of the Free Software Foundation. |
2407 | |
2408 * eshell/esh-toggle.el: Removed. | |
2409 | |
2410 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2411 | |
2412 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2413 interactively. | |
2414 | |
2415 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2416 | |
2417 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2418 `define-key'; instead of checking `(emacs-version)' check for | |
2419 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2420 for `;' and `o' which might be electric. | |
2421 | |
2422 (sql-electric-stuff): New user option. | |
2423 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2424 (sql-magic-semicolon): New function which uses | |
2425 `sql-electric-stuff'. | |
2426 | |
2427 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2428 is not fboundp. | |
2429 | |
2430 (sql-oracle-options): New variable. | |
2431 (sql-oracle): Use it. | |
2432 | |
2433 (sql-imenu-generic-expression): Doc change. | |
2434 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2435 is used. | |
2436 | |
2437 (sql-informix): Added command line parameter "-" to force | |
2438 sql-informix-program to use stdout. | |
2439 | |
29924 | 2440 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2441 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2442 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2443 (cp864-decode-table): Doc fix. |
2444 (cp720-decode-table): New variable, supports the Arabic OEM | |
2445 codepage used by Windows. | |
2446 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2447 | |
29920 | 2448 2000-06-23 Dave Love <fx@gnu.org> |
2449 | |
2450 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2451 (font-lock-fontify-anchored-keywords): Use | |
2452 line-beginning-position. | |
2453 (global-font-lock-mode): Use mapc. | |
2454 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2455 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2456 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2457 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2458 |
29870 | 2459 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2460 | |
29885 | 2461 * comint.el (comint-substitute-in-file-name): Call replace-match |
2462 with second and third arg t. | |
2463 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2464 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2465 Specify foreground color. |
2466 | |
2467 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2468 color. | |
2469 | |
29876 | 2470 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2471 | |
2472 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2473 cddr instead of cdddr. | |
2474 | |
29873 | 2475 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2476 instead of copy-list. | |
2477 | |
2478 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2479 of copy-list. | |
2480 | |
29870 | 2481 * subdirs.el: Add eshell subdirectory. |
2482 | |
2483 * eshell: New subdirectory containing the Eshell package. | |
2484 | |
2485 * pcomplete.el: New file. | |
2486 | |
29885 | 2487 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2488 | |
29888 | 2489 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2490 proper permissions from birth. | |
2491 | |
2492 * files.el (basic-save-buffer-2): When temporarily setting | |
2493 file modes, set them to current modes plus 0200, not to 0777. | |
2494 | |
29885 | 2495 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2496 permissions from birth. | |
2497 | |
29857 | 2498 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2499 | |
2500 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2501 backup file name through convert-standard-filename. | |
2502 | |
2503 * dos-fns.el (convert-standard-filename): Convert leading | |
2504 directories as well. When long file names are supported, convert | |
2505 characters that are invalid in Windows file names. | |
2506 | |
29849 | 2507 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2508 | |
2509 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2510 ps-print crashes. New feature: page selection for printing. Create | |
2511 raw-text-unix coding system for XEmacs. Doc fix. | |
2512 (ps-print-version): New version number (5.2.3). | |
2513 (ps-plot-region): Bug fix. | |
2514 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2515 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2516 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2517 funs. | |
2518 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2519 (ps-last-page): New vars. | |
2520 | |
29845 | 2521 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2522 | |
2523 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2524 empty option string. | |
2525 | |
29839 | 2526 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2527 | |
2528 * man.el (man): Doc fix. | |
2529 | |
29829 | 2530 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2531 | |
2532 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2533 fixed. | |
2534 | |
29814 | 2535 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2536 | |
2537 * version.el (emacs-version): Use ISO date format. | |
2538 | |
2539 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2540 instead of `M-backspace'. | |
2541 | |
2542 * simple.el (turn-off-auto-fill): New function. | |
2543 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2544 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2545 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2546 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2547 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2548 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2549 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2550 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2551 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2552 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2553 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
|
2554 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2555 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2556 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2557 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2558 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2559 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
|
2560 (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
|
2561 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2562 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2563 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2564 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2565 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2566 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2567 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2568 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2569 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2570 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2571 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2572 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2573 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2574 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2575 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2576 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2577 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2578 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2579 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2580 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2581 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2582 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2583 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2584 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2585 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2586 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2587 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2588 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2589 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2590 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2591 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2592 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2593 * 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
|
2594 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2595 * 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
|
2596 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2597 * 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
|
2598 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2599 * 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
|
2600 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2601 |
29776 | 2602 2000-06-20 Dave Love <fx@gnu.org> |
2603 | |
2604 * faces.el (frame-background-mode): Use set-default, not set, in | |
2605 setter. | |
2606 (frame-update-faces, frame-update-face-colors): Define with | |
2607 defalias. | |
2608 | |
2609 * enriched.el (enriched-decode-foreground) | |
2610 (enriched-decode-background): Don't use internal-find-face. | |
2611 | |
2612 * apropos.el: Doc fixes. | |
2613 | |
2614 * cus-edit.el (customize-changed-options): Check arg. | |
2615 (customize-version-lessp): Don't require decimal point. | |
2616 | |
2617 * custom.el (defcustom, defgroup): Doc fix. | |
2618 | |
2619 * newcomment.el (comment) <defgroup>: Add :version. | |
2620 (comment-multi-line): Doc fix. | |
2621 | |
2622 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2623 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2624 | |
29747 | 2625 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2626 | |
2627 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2628 the whole buffer. | |
2629 | |
29740 | 2630 2000-06-19 Dave Love <fx@gnu.org> |
2631 | |
2632 * menu-bar.el (menu-bar-options-save): New function. | |
2633 (menu-bar-options-menu): Use it. | |
2634 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2635 Simplify. | |
2636 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2637 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2638 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2639 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2640 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2641 |
29720 | 2642 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2643 | |
2644 * international/codepage.el: | |
2645 (cp-coding-system-for-codepage-1): Delete special codes for | |
2646 generating xxx-dos coding system because now a CCL based coding | |
2647 system can handle EOL conversion by default. | |
2648 | |
2649 * international/mule.el (make-coding-system): Generate subsidiary | |
2650 coding systems for EOL handling variants even for a CCL based | |
2651 coding system. | |
2652 | |
29718 | 2653 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2654 | |
2655 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2656 (isearch-minibuffer-input-method-function): These variables | |
2657 deleted. | |
2658 (isearch-with-input-method): Don't use the above variables. | |
2659 (isearch-process-search-multibyte-characters): Likewise. Call | |
2660 read-string with the arg INHERIT-INPUT-METHOD t. | |
2661 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2662 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2663 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2664 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2665 (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
|
2666 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2667 * 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
|
2668 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2669 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2670 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
|
2671 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2672 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2673 |
29712 | 2674 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2675 | |
2676 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2677 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2678 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2679 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2680 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2681 |
29696 | 2682 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2683 | |
2684 * find-lisp.el: New file. | |
2685 | |
29694 | 2686 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2687 | |
2688 * time.el (display-time-mail-function): New variable, to allow | |
2689 external packages to indicate when new mail is available. | |
2690 (display-time-update): Use it. | |
2691 | |
29689 | 2692 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2693 | |
29691 | 2694 * international/mule.el (mule-version): Change version name to |
2695 SAKAKI. AOI has already been used by Meadow. | |
2696 | |
29689 | 2697 * international/quail.el (quail-show-guidance-buf): To find the |
2698 bottom window (but minibuffer), pay attention to the height of | |
2699 minibuffer. | |
2700 | |
29670 | 2701 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2702 | |
29682 | 2703 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2704 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2705 from the menu bar, as the menu bar has enough space now. | |
2706 | |
29680 | 2707 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2708 | |
29670 | 2709 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2710 characters, which use series of two ^H characters instead of one. | |
2711 | |
29667 | 2712 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2713 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2714 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2715 (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
|
2716 functions. |
29686 | 2717 (Info-find-node-2): Try a case-sensitive search first, then |
2718 do a case-insensitive search. | |
2719 | |
2720 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2721 tutorials. | |
2722 | |
29676 | 2723 * complete.el (PC-env-vars-alist): New variable. |
2724 (PC-complete-as-file-name): New function. | |
2725 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2726 process-environment. | |
2727 (PC-do-completion): Handle completion of env vars. | |
2728 | |
2729 * info.el (Info-set-mode-line): Show file name in mode line, | |
2730 use `*Info*' instead of `Info:'. | |
2731 | |
29667 | 2732 * startup.el (command-line-1): Change copyright messages to year |
2733 2000. | |
2734 | |
29665 | 2735 2000-06-15 Dave Love <fx@gnu.org> |
2736 | |
2737 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2738 not local-map. | |
2739 | |
29658 | 2740 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2741 | |
2742 * international/mule.el (set-buffer-file-coding-system): Almost | |
2743 rewritten to handle `undecided' as no-op. | |
2744 | |
29654 | 2745 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2746 | |
29667 | 2747 * Makefile.in: New file. |
29657 | 2748 |
2749 * Makefile: Removed. | |
2750 | |
29654 | 2751 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2752 (goto-address-highlight-keymap): Bind C-c RET. | |
2753 | |
29640 | 2754 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2755 | |
29649 | 2756 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2757 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2758 |
29645 | 2759 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2760 0. Give correct argument to set-auto-coding-function. | |
2761 (tar-expunge): For goto-char, use (point-min), not 0. | |
2762 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2763 (tar-subfile-save-buffer): Likewize. | |
2764 | |
29640 | 2765 * international/mule.el |
2766 (after-insert-file-set-buffer-file-coding-system): Call | |
2767 set-buffer-file-coding-system with the arg FORCE t. | |
2768 | |
29633 | 2769 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2770 | |
2771 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2772 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2773 the sender is set with `-f'. |
29633 | 2774 |
29622 | 2775 2000-06-13 Dave Love <fx@gnu.org> |
2776 | |
29630 | 2777 * help.el (describe-function-1): Kluge around cases of functions |
2778 fset to subrs whose doc doesn't match their symbol-name. | |
2779 | |
29627 | 2780 * image.el (insert-image): Default STRING to a space. |
29625 | 2781 |
29622 | 2782 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2783 (Info-build-node-completions): Match Ref tags. |
29622 | 2784 |
29612 | 2785 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2786 | |
29615 | 2787 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2788 defaliases for display-graphic-p. | |
2789 | |
29612 | 2790 * hl-line.el: Fixed a typo in commentary. |
2791 | |
29609 | 2792 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2793 | |
2794 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2795 fixed. | |
2796 | |
29608 | 2797 2000-06-12 Dave Love <fx@gnu.org> |
2798 | |
2799 * image.el (insert-image): Save a little consing. | |
2800 | |
29598 | 2801 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2802 | |
2803 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2804 to the corresponding tibetan characters. | |
2805 (tibetan-add-components): Delete code for the special treatment of | |
2806 'a chung. | |
2807 | |
2808 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2809 change. | |
2810 (tibetan-vowel-transcription-alist): More rules added. | |
2811 (tibetan-composite-vowel-alist): New variable. | |
2812 (tibetan-precomposition-rule-alist): More rules added. | |
2813 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2814 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2815 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2816 * 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
|
2817 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2818 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2819 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2820 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2821 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2822 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2823 * 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
|
2824 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2825 * 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
|
2826 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2827 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2828 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2829 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2830 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2831 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2832 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2833 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2834 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2835 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2836 * 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
|
2837 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2838 * 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
|
2839 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2840 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2841 (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
|
2842 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2843 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2844 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2845 (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
|
2846 (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
|
2847 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2848 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2849 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2850 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2851 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2852 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2853 * 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
|
2854 (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
|
2855 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2856 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2857 (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
|
2858 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2859 (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
|
2860 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
|
2861 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2862 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2863 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2864 * 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
|
2865 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2866 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2867 (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
|
2868 (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
|
2869 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
|
2870 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2871 * 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
|
2872 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
|
2873 |
29574 | 2874 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2875 | |
2876 * international/mule.el (set-buffer-file-coding-system): If | |
2877 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2878 unconditionally. | |
2879 | |
29568 | 2880 2000-06-12 Dave Love <fx@gnu.org> |
2881 | |
2882 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2883 required. | |
2884 | |
29556 | 2885 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2886 | |
2887 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2888 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2889 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
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 * imenu.el (imenu-generic-expression): Docstring fix. |
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 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2894 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
|
2895 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2896 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2897 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2898 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2899 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2900 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2901 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2902 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2903 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2904 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2905 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2906 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
|
2907 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2908 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
|
2909 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2910 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2911 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2912 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2913 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2914 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2915 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2916 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2917 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2918 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2919 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2920 |
29542 | 2921 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2922 | |
2923 * 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
|
2924 undecided-XXX is specified, change only EOL conversion. |
29542 | 2925 |
2926 * international/mule-conf.el (unix): New alias for the coding | |
2927 system undecided-unix. | |
2928 | |
29528 | 2929 2000-06-09 Dave Love <fx@gnu.org> |
2930 | |
29535 | 2931 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2932 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2933 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2934 (executable-insert): Change custom type. |
2935 (executable-find): Add autoload cookie. | |
29531 | 2936 (executable-make-buffer-file-executable-if-script-p): New |
2937 function. After Noah Friedman. | |
29528 | 2938 |
2939 * files.el (after-save-hook): Customize, with | |
29531 | 2940 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2941 |
29518 | 2942 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2943 | |
29522 | 2944 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2945 "tib24p-mule.bdf" for Tibetan. | |
2946 | |
29520 | 2947 * composite.el (decompose-composite-char): Declare it as obsolete. |
2948 | |
29541 | 2949 * man.el (Man-fontify-manpage): Pay attention to underline and |
2950 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2951 |
29517 | 2952 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2953 | |
2954 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2955 Set maintainer to FSF since author isn't reachable. | |
2956 | |
29508 | 2957 2000-06-08 Dave Love <fx@gnu.org> |
2958 | |
2959 * international/mule-cmds.el (select-safe-coding-system): If | |
2960 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2961 preferred coding-system if buffer-file-coding-system is | |
2962 `undecided'. From Handa. | |
2963 | |
29503 | 2964 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2965 | |
2966 * international/mule.el | |
2967 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2968 size is greater than INSERTED, judget that we are not visiting. | |
2969 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2970 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
|
2971 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2972 * 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
|
2973 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
|
2974 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
|
2975 |
29498 | 2976 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2977 | |
2978 * align.el: Update from author. | |
2979 | |
2980 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2981 | |
2982 * apropos.el (apropos-mode-hook): New user variable. | |
2983 (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
|
2984 |
29498 | 2985 2000-06-07 David Ponce <david@dponce.com> |
2986 | |
2987 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2988 commands. Require `wid-edit' at run-time. | |
2989 | |
2990 2000-06-07 David Ponce <david@dponce.com> | |
2991 | |
2992 * recentf.el: Added some "Commentary". | |
2993 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2994 move the point at the top of the file list. This behaviour is | |
2995 consistent with the menu one when the list contains a lot of | |
2996 files. | |
2997 (recentf-cleanup): Now displays the number of items removed from | |
2998 the list. | |
2999 (recentf-relative-filter) New menu filter to show filenames | |
3000 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
|
3001 |
29498 | 3002 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3003 | |
3004 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
3005 with/without giving an error if PostScript printer doesn't have this | |
3006 kind of page size. Zebra Stripe continues or restarts on next page. | |
3007 Manual/automatic paper feeding. Switch or not the header. | |
3008 (ps-print-version): New version number (5.2.2). | |
3009 (ps-windows-system): Include emx as a Windows system. | |
3010 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
3011 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
3012 (ps-background-text): Code fix. | |
3013 (ps-error-handler-message, ps-user-defined-prologue) | |
3014 (ps-print-prologue-header, ps-printer-name) | |
3015 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
3016 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
3017 (ps-use-face-background): Customization fix. | |
3018 (ps-n-up-database): Data fix. | |
3019 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
3020 (ps-switch-header): New vars. | |
3021 (ps-xemacs-color-name, ps-face-foreground-name) | |
3022 (ps-face-background-name, ps-boolean-constant): New funs. | |
3023 | |
29491 | 3024 2000-06-07 Dave Love <fx@gnu.org> |
3025 | |
3026 * allout.el: New version from Manheimer. | |
3027 | |
29483 | 3028 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
3029 | |
3030 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
3031 charset. | |
3032 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3033 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
|
3034 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3035 * 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
|
3036 (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
|
3037 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
|
3038 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
3039 |
29471 | 3040 2000-06-06 Dave Love <fx@gnu.org> |
3041 | |
3042 * image.el (find-image): Doc fix. Return nil if image not found. | |
3043 (put-image, insert-image): Make STRING arg optional. | |
3044 | |
29455 | 3045 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
3046 | |
3047 * language/vietnamese.el: Remove eval-when-compile. | |
3048 (viet-viscii-nonascii-translation-table): Define it as a | |
3049 translation table made from viet-viscii-decode-table. | |
3050 (viet-viscii-encode-table): Define it as a translation table made | |
3051 from the reverse map of above. | |
3052 (viet-vscii-nonascii-translation-table): Define it as a | |
3053 translation table made from viet-vscii-decode-table. | |
3054 (viet-vscii-encode-table): Define it as a translation table made | |
3055 from the reverse map of above. | |
3056 (ccl-decode-viscii): Use translate-character. | |
3057 (ccl-encode-viscii, ccl-encode-viscii-font) | |
3058 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
3059 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3060 |
29455 | 3061 * language/cyrillic.el: Remove eval-when-compile. |
3062 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
3063 translation table made from cyrillic-koi8-r-decode-table. | |
3064 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
3065 made from the reverse map of above. | |
3066 (ccl-decode-koi8): Use translate-character. | |
3067 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
3068 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
3069 a translation table made from cyrillic-alternativnyj-decode-table. | |
3070 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
3071 table made from the reverse map of above. | |
3072 (ccl-decode-alternativnyj): Use translate-character. | |
3073 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
3074 Likewize | |
3075 | |
3076 * international/mule-diag.el (non-iso-charset-alist): Specify | |
3077 translation table symbol instead of translation table itself. | |
3078 (list-block-of-chars): CHARSET may be a translation table symbol. | |
3079 | |
3080 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
3081 already exists, override it. | |
3082 | |
3083 * international/fontset.el: Use family `proportional' for Tibetan | |
3084 fonts. | |
3085 | |
3086 * international/ccl.el (ccl-compile-translate-character): Don't | |
3087 check if Rrr has property translation-table. | |
3088 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
3089 | |
29447 | 3090 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
3091 | |
3092 * info.el: Bind case-fold-search to t when searching in case | |
3093 a user sets it to nil in a hook. | |
3094 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3095 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3096 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3097 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3098 * 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
|
3099 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3100 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3101 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3102 (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
|
3103 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3104 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
|
3105 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3106 * 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
|
3107 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3108 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3109 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3110 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3111 * 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
|
3112 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3113 (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
|
3114 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3115 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
3116 (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
|
3117 (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
|
3118 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3119 * 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
|
3120 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3121 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
|
3122 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
3123 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3124 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3125 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3126 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3127 (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
|
3128 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3129 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3130 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
|
3131 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
3132 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3133 * 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
|
3134 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3135 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
|
3136 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
3137 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
|
3138 |
29447 | 3139 * 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
|
3140 tty's. |
29447 | 3141 * 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
|
3142 differences whenever appropriate. |
29447 | 3143 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
3144 * 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
|
3145 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3146 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3147 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3148 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3149 * 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
|
3150 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3151 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3152 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
|
3153 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3154 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3155 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3156 * info.el (Info-on-current-buffer): Initialize info. |
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 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3159 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3160 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3161 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3162 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3163 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
3164 (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
|
3165 (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
|
3166 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3167 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3168 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
|
3169 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3170 (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
|
3171 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3172 |
29403 | 3173 2000-06-02 Dave Love <fx@gnu.org> |
3174 | |
3175 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
3176 all the widgets. Don't require cl or widget. Remove | |
3177 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
3178 (widget-read-event): Removed. Callers changed to use read-event. | |
3179 (widget-button-release-event-p): Renamed from | |
3180 button-release-event-p. | |
3181 (widget-field-add-space, widget-field-use-before-change): | |
3182 Uncustomize. | |
3183 (widget-specify-field): Use keymap property, not local-map. | |
3184 (widget-specify-button): Obey :suppress-face. | |
3185 (widget-specify-insert): Use modern backquote syntax. | |
3186 (widget-image-directory): Renamed from widget-glyph-directory. | |
3187 (widget-image-enable): Renamed from widget-glyph-enable. | |
3188 (widget-image-find): Replaces widget-glyph-find. | |
3189 (widget-button-pressed-face): Move defvar. | |
3190 (widget-image-insert): Replaces widget-glyph-insert. | |
3191 (widget-convert): Use keywordp. | |
3192 (widget-leave-text, widget-children-value-delete): Use mapc. | |
3193 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
3194 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 3195 (widget-button-click): Don't set point at the click, but re-centre |
3196 if we scroll out of window. Rewritten for images v. glyphs &c. | |
3197 (widget-tabable-at): Use POS arg, not point. | |
3198 (widget-beginning-of-line, widget-end-of-line) | |
3199 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
3200 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
3201 (widget-default-create): Use widget-image-insert; some rewriting. | |
3202 (widget-visibility-value-create) | |
3203 (widget-push-button-value-create, widget-toggle-value-create): Use | |
3204 widget-image-insert. | |
3205 (checkbox): Create on and off images dynamically. | |
3206 (documentation-link): Change :help-echo. | |
3207 (widget-documentation-link-echo-help): Remove. | |
3208 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3209 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3210 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3211 * 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
|
3212 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3213 * 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
|
3214 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3215 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3216 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3217 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3218 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3219 |
29383 | 3220 2000-06-02 Dave Love <fx@gnu.org> |
3221 | |
29392 | 3222 * files.el (convert-standard-filename): Doc fix. |
3223 (normal-backup-enable-predicate): New function. | |
3224 (backup-enable-predicate): Use it to replace the lambda form. | |
3225 | |
3226 * calendar/todo-mode.el: [This needs more work on the outline | |
3227 stuff.] Doc fixes. | |
3228 (todo) <defgroup>: Add :version. | |
3229 (todo-add-category): Don't use pushnew. | |
3230 (todo-cmd-raise): Fix typo. | |
3231 (todo-top-priorities): Change temp buffer name. | |
3232 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3233 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3234 Use outline-next-heading. |
29392 | 3235 |
29383 | 3236 * autoarg.el: Rewritten to use define-minor-mode. |
3237 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
3238 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
3239 | |
29376 | 3240 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
3241 | |
3242 * isearch.el (isearch-other-meta-char): Fix previous change. | |
3243 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3244 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3245 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3246 * 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
|
3247 (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
|
3248 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
3249 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3250 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
3251 |
29372 | 3252 2000-06-01 Dave Love <fx@gnu.org> |
3253 | |
3254 * hl-line.el: Rewritten using define-minor-mode. | |
3255 | |
3256 * help.el (describe-function-1): Distinguish special form from | |
3257 builtin function. Sanity-check presence of arglist for builtins. | |
3258 | |
29356 | 3259 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
3260 | |
29365 | 3261 * international/characters.el: Fix syntax/category setting of |
3262 Tibetan characters. | |
3263 | |
3264 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
3265 encoding of Tibetan characters. | |
3266 (tibetan-decompose-precomposition-alist): New variable. | |
3267 (tibetan-decompose-region): Convert precomposed characters to | |
3268 non-precomposed characters. | |
3269 (tibetan-decompose-string): Likewise. | |
3270 (tibetan-composition-function): Fix args to | |
3271 thibetan-compose-string. | |
3272 | |
3273 * language/tibetan.el (tibetan-composable-pattern): More | |
3274 characters included. | |
3275 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
3276 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
3277 "+R" added. | |
3278 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
3279 | |
29359 | 3280 * language/lao-util.el (lao-composition-function): Fix args to |
3281 compose-string. | |
3282 | |
3283 * language/thai-util.el (thai-composition-function): Fix args to | |
3284 compose-string. | |
3285 | |
29356 | 3286 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 3287 to prevent the point moving to the end of a composition when a |
3288 part of a composition is searched. | |
29356 | 3289 (isearch-other-meta-char): If the key invoking this command can be |
3290 mapped by function-key-map to a printing char, call | |
3291 isearch-process-search-char directly. | |
3292 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3293 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3294 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3295 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3296 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3297 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3298 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3299 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3300 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3301 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3302 * 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
|
3303 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3304 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3305 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
|
3306 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3307 * 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
|
3308 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3309 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
|
3310 |
29347 | 3311 2000-05-31 Dave Love <fx@gnu.org> |
3312 | |
3313 * loadhist.el (loadhist-hook-functions): Remove | |
3314 before-change-function, after-change-function. | |
3315 (unload-feature): Deal with symbols which are both bound and | |
3316 fbound. | |
3317 | |
3318 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
3319 before-change-function, after-change-function. | |
3320 | |
3321 * simple.el (newline): Don't bind before-change-function, | |
3322 after-change-function. | |
3323 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3324 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
|
3325 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3326 * 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
|
3327 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
|
3328 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
|
3329 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
|
3330 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3331 * 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
|
3332 |
29330 | 3333 2000-05-31 Dave Love <fx@gnu.org> |
3334 | |
3335 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
3336 pattern for function of change. | |
3337 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
3338 acknowledgements patterns. | |
3339 | |
29328 | 3340 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
3341 | |
3342 * isearch.el (isearch-printing-char): If keyboard coding system is | |
3343 being used, call isearch-process-search-multibyte-characters. | |
3344 | |
3345 * international/isearch-x.el: Mostly rewritten. | |
3346 | |
3347 * international/quail.el (quail-start-conversion): Don't include | |
3348 unhandled events in the returned events, but set them in | |
3349 unread-command-events. Exit if all inputs are deleted. | |
3350 | |
29324 | 3351 2000-05-30 Jason Rumney <jasonr@gnu.org> |
3352 | |
3353 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
3354 | |
3355 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
3356 Reenable code to create initial fontsets. | |
3357 Use set-fontset-font in place of put-charset-property. | |
3358 | |
29302 | 3359 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
3360 | |
29307 | 3361 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
3362 label, ensure that the first colon isn't followed by another. | |
3363 | |
3364 * paths.el (Info-default-directory-list): Doc fix. | |
3365 | |
29304 | 3366 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
3367 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
3368 send a query containing USER only, not USER@HOST. | |
3369 | |
29302 | 3370 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
3371 and rmail-msgend to compute the restriction at the end, instead of | |
3372 computing it. | |
3373 | |
29292 | 3374 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
3375 | |
29295 | 3376 * dabbrev.el (dabbrev-expand): Don't display messages in the |
3377 echo area if the minibuffer window is active. | |
3378 | |
29292 | 3379 * jit-lock.el (jit-lock-mode): Add after change function to |
3380 local hook. | |
3381 | |
3382 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
3383 | |
3384 * antlr-mode.el: New commands: hide/unhide actions, | |
3385 upcase/downcase literals. | |
3386 (antlr-tiny-action-length): New user option. | |
3387 (antlr-hide-actions): New command. Suggested by | |
3388 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
|
3389 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 3390 (antlr-mode-menu): New entries. |
3391 (antlr-downcase-literals): New command. | |
3392 (antlr-upcase-literals): Ditto. | |
3393 | |
3394 * antlr-mode.el: Minor changes: indendation, mode-name. | |
3395 (antlr-indent-line): Indent cpp directive at column 0. | |
3396 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
3397 | |
3398 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
3399 (antlr-font-lock-additional-keywords): Workaround for intentional | |
3400 bug in XEmacs version of font-lock. | |
3401 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
3402 be used by a smarter version of `buffers-menu-grouping-function'. | |
3403 | |
3404 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
3405 | |
3406 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
3407 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
3408 | |
29266 | 3409 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3410 | |
3411 * international/encoded-kb.el | |
3412 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3413 charset-iso-final-char return -1 for eight-bit-control and | |
3414 eight-bit-graphic. | |
3415 | |
29261 | 3416 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3417 | |
3418 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3419 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3420 available, instead of window-system. | |
3421 | |
29259 | 3422 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3423 | |
3424 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3425 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3426 coding systems. | |
3427 | |
29248 | 3428 2000-05-26 Dave Love <fx@gnu.org> |
3429 | |
29255 | 3430 * disp-table.el (standard-display-underline): Don't use |
3431 internal-find-face. | |
3432 | |
29248 | 3433 * mail/reporter.el: Maintainer change. Doc fixes. |
3434 (reporter-version): Deleted. | |
3435 | |
3436 * emacs-lisp/elp.el: Maintainer change. | |
3437 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3438 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3439 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3440 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3441 * 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
|
3442 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3443 |
29240 | 3444 2000-05-26 Dave Love <fx@gnu.org> |
3445 | |
29242 | 3446 * loadhist.el (unload-feature): Fix interactive spec [from |
3447 lijnzaad@ebi.ac.uk]. | |
3448 | |
29240 | 3449 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3450 subr-arity to check primitives. | |
3451 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3452 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3453 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3454 mapcar. | |
3455 | |
29226 | 3456 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3457 | |
29235 | 3458 * international/fontset.el: Set family names of non-latin charsets |
3459 in default fontset to "*". | |
3460 | |
29230 | 3461 * international/mule-diag.el (print-fontset): Combine family part |
3462 and registry part of the fontname by "-*-" instead of "-". | |
3463 | |
29226 | 3464 * international/mule-cmds.el (encode-coding-char): Make strings |
3465 multibyte before calling encode-coding-string. | |
3466 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3467 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3468 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3469 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3470 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3471 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3472 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3473 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3474 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3475 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3476 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3477 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3478 * 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
|
3479 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3480 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3481 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3482 (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
|
3483 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3484 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3485 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3486 |
29214 | 3487 2000-05-25 Dave Love <fx@gnu.org> |
3488 | |
3489 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3490 byte-code-function-p. | |
3491 | |
3492 * mail/rmailsum.el: Add provide. | |
3493 | |
3494 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3495 | |
3496 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3497 defcustom. | |
3498 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3499 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
|
3500 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3501 * 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
|
3502 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
|
3503 |
29205 | 3504 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3505 | |
3506 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3507 grayscale support, not about window-system. | |
3508 | |
3509 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3510 window-system. | |
3511 (ffap-highlight): Always default to t. | |
3512 | |
3513 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3514 display-popup-menus-p instead of looking at window-system. | |
3515 | |
3516 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3517 Only refuse to use string glyphs on X and MS-Windows. | |
3518 | |
3519 * avoid.el: Remove window-system from commentary, suggest to use | |
3520 display-*-p instead. | |
3521 | |
3522 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3523 window-system. | |
3524 | |
29190 | 3525 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3526 | |
3527 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3528 Fill up unsupported characters with their own codes. From Kenichi | |
3529 Handa. | |
3530 | |
29188 | 3531 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3532 | |
3533 * international/mule-diag.el (describe-char-after): Use | |
3534 display-graphic-p instead of window-system, so that this function | |
3535 works on MS-DOS. | |
3536 | |
29181 | 3537 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3538 | |
3539 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3540 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3541 the list of charsets which we convert into `?'. | |
3542 | |
29169 | 3543 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3544 | |
3545 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3546 private charsets. | |
3547 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3548 japanese-jisx0213-2): New charsets. | |
3549 | |
3550 * international/fontset.el: Setup default fontset for new charsets. | |
3551 | |
29166 | 3552 2000-05-24 Dave Love <fx@gnu.org> |
3553 | |
3554 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3555 S. Solomin" <sovs@uic.nnov.ru>]. | |
3556 | |
3557 * icomplete.el: Fix header for Finder. | |
3558 | |
3559 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3560 | |
3561 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3562 STAY. | |
3563 | |
3564 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3565 (rmail-show-message): Add call to `rmail-auto-file' during | |
3566 display. | |
3567 (rmail-auto-file): New function. | |
3568 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3569 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
|
3570 |
29193 | 3571 * 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
|
3572 account. |
29193 | 3573 (ediff-test-utility,ediff-diff-mandatory-option) |
3574 (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
|
3575 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
|
3576 |
29193 | 3577 * 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
|
3578 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3579 |
29193 | 3580 * 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
|
3581 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3582 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3583 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
|
3584 |
29193 | 3585 * 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
|
3586 |
29159 | 3587 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3588 | |
3589 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3590 aliases for hebrew-iso-8bit. | |
3591 | |
29148 | 3592 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3593 | |
3594 * woman.el: New version from Francis J. Wright | |
3595 <F.J.Wright@Maths.QMW.ac.uk>. | |
3596 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3597 names in environment variables regardless of the path separator. | |
3598 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3599 on all files, since woman-file-regexp already filters out any | |
3600 directories. | |
3601 | |
29140 | 3602 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3603 | |
29144 | 3604 * international/quail.el (quail-start-translation): Don't change |
3605 modified-p of the current buffer. | |
3606 (quail-start-conversion): Likewise. | |
3607 | |
3608 * international/kkc.el (kkc-region): Don't change modified-p of | |
3609 the current buffer. | |
3610 | |
29142 | 3611 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3612 conform to RFC1468. | |
3613 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3614 |
29138 | 3615 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3616 | |
3617 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3618 (speedbar-insert-button): Invisible text property fix. | |
3619 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3620 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3621 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3622 (speedbar-page-minus): Renamed from speedbar-file-- | |
3623 (speedbar-page): Renamed from speedbar-file- | |
3624 (speedbar-tag): Renamed from speedbar-tag- | |
3625 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3626 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3627 (speedbar-expand-image-button-alist): Use above renames. | |
3628 | |
3629 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3630 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3631 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3632 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3633 * sb-pg.xpm: Renamed from sb-file.xpm | |
3634 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3635 * 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
|
3636 |
29128 | 3637 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3638 | |
3639 * international/quail.el (quail-show-guidance-buf): Set | |
3640 current-input-method of the guidance buffer to the name of the | |
3641 curren input method. | |
3642 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3643 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
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 * progmodes/compile.el (compile-internal): Style typo. |
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 * 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
|
3648 quote vars and functions in the docstring. |
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 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3651 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3652 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3653 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3654 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3655 * 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
|
3656 |
29116 | 3657 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3658 | |
29127 | 3659 * startup.el (command-line): Determine source file of compiled |
3660 user init file differently. Warn if compiled user init file | |
3661 is older than its source file. | |
3662 | |
29116 | 3663 * 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
|
3664 |
29112 | 3665 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3666 | |
3667 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3668 rather than `|' (which is not allowed on Windows). Replace the | |
3669 drive letters with a string "drive_X". | |
3670 | |
29110 | 3671 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3672 | |
3673 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3674 | |
3675 * files.el (interpreter-mode-alist): Add `bash2'. | |
3676 | |
29091 | 3677 2000-05-22 Dave Love <fx@gnu.org> |
3678 | |
3679 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3680 mapc. | |
3681 (feature-file): Avoid calling symbol-name. Doc fix. | |
3682 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3683 (loadhist-hook-functions): Add mouse-position-function. | |
3684 (unload-feature): Change uses of mapcar. | |
3685 | |
3686 * files.el (parse-colon-path): Doc fix. | |
3687 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3688 (set-auto-mode): Use mapc. | |
3689 | |
3690 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3691 class. | |
3692 (partial-completion-mode): Add autoload cookie. | |
3693 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3694 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
|
3695 |
29102 | 3696 * 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
|
3697 `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
|
3698 |
29082 | 3699 2000-05-22 Dave Love <fx@gnu.org> |
3700 | |
3701 * bindings.el: Remove debug-ignored-errors set in other files. | |
3702 | |
3703 * progmodes/etags.el: Add to debug-ignored-errors. | |
3704 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3705 when making a new list. | |
3706 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3707 mapc. | |
3708 | |
3709 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3710 quote keywords. | |
3711 (cmpl-string-case-type): Use character classes. | |
3712 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3713 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3714 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3715 * imenu.el: |
29082 | 3716 * mail/mh-e.el: |
3717 * progmodes/compile.el: Add to debug-ignored-errors. | |
3718 | |
3719 * dabbrev.el: Add to debug-ignored-errors. | |
3720 (dabbrev-completion): Use mapc. | |
3721 | |
29075 | 3722 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3723 | |
3724 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3725 (woman-mapcan, woman-parse-man.conf) | |
3726 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3727 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3728 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3729 path syntax better. | |
3730 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3731 (woman-manpath): Call woman-parse-man.conf. | |
3732 (woman-emulation): New defcustom, defaults to nroff. | |
3733 (woman-font-support): New defconst. | |
3734 (woman-use-symbol-font): New defcustom. | |
3735 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3736 "Emulation". | |
3737 Many functions: Doc fix. | |
3738 | |
29072 | 3739 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3740 | |
3741 * international/quail.el (quail-simple-translation-keymap): Map | |
3742 128..255 to quail-self-insert-command. | |
3743 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3744 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3745 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3746 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3747 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3748 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3749 * 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
|
3750 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3751 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3752 * 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
|
3753 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3754 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3755 * 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
|
3756 |
29059 | 3757 2000-05-21 Dave Love <fx@gnu.org> |
3758 | |
29061 | 3759 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3760 are invalid characters. | |
3761 | |
29059 | 3762 * international/mule-util.el (detect-coding-with-priority): Use |
3763 mapc. Remove redundant lambda. | |
3764 | |
3765 * international/mule-diag.el (list-non-iso-charset-chars) | |
3766 (describe-fontset): Remove redundant lambda. | |
3767 | |
3768 * emulation/crisp.el (brief-mode): New alias. | |
3769 | |
3770 * emacs-lisp/ring.el (ring-elements): New function. | |
3771 | |
3772 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3773 (easy-menu-do-add-item): Use keywordp. | |
3774 | |
3775 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3776 | |
3777 * replace.el: Doc and error message fixes. | |
3778 (replace-highlight): Use facep, not internal-find-face. | |
3779 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3780 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3781 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3782 * 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
|
3783 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3784 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3785 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3786 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3787 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3788 (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
|
3789 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3790 (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
|
3791 (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
|
3792 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3793 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3794 (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
|
3795 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3796 (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
|
3797 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3798 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3799 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3800 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3801 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3802 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3803 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3804 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3805 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3806 (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
|
3807 (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
|
3808 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3809 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
|
3810 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3811 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3812 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3813 |
29029 | 3814 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3815 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3816 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3817 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3818 | |
29028 | 3819 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3820 | |
3821 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3822 and insert, not subst-char-in-region. | |
3823 | |
3824 * international/mule-diag.el (list-character-sets-1): Handle | |
3825 charsets eight-bit-control and eight-bit-graphic. | |
3826 (list-iso-charset-chars): Likewise. | |
3827 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3828 charactes as is. Use indent-to to align characters. | |
3829 | |
3830 * international/mule-cmds.el (find-multibyte-characters): Never | |
3831 exclude charsets eight-bit-control and eight-bit-graphic. | |
3832 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3833 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3834 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3835 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3836 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3837 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3838 * 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
|
3839 |
28993 | 3840 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3841 | |
3842 * gud.el (gud-jdb-directories): Doc fix. | |
3843 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3844 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3845 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3846 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3847 |
28988 | 3848 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3849 | |
28993 | 3850 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3851 |
28982 | 3852 2000-05-18 Andreas Schwab <schwab@suse.de> |
3853 | |
3854 * dired.el (dired-between-files): Also skip lines beginning with | |
3855 `used'. | |
3856 | |
28978 | 3857 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3858 | |
3859 * msb.el (msb-menu-cond): Add choice `user'. | |
3860 | |
28981 | 3861 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
|
3862 |
28981 | 3863 * ps-print.el: Compatibility, customization and doc fix. |
3864 (ps-printer-name-option): Replace defconst by defvar. | |
3865 (ps-postscript-code-directory): XEmacs compatibility. | |
3866 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3867 fix. | |
3868 (ps-user-defined-prologue, ps-print-prologue-header) | |
3869 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3870 compatibility and code fix. | |
3871 (ps-print-background-image, ps-print-background-text): | |
3872 Customization fix. | |
3873 (ps-line-number-start, ps-n-up-on): New vars. | |
3874 | |
28978 | 3875 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3876 | |
3877 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3878 the indent-comment function to just return the appropriate indent. | |
3879 | |
28975 | 3880 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3881 | |
3882 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3883 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3884 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3885 | |
28969 | 3886 2000-05-18 Dave Love <fx@gnu.org> |
3887 | |
3888 * info.el (Info-fontify-node): Add intangible property as well as | |
3889 invisible. | |
3890 | |
3891 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3892 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3893 | |
28965 | 3894 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3895 | |
3896 * international/mule-diag.el (describe-char-after): Call | |
3897 internal-char-font, not char-font. If internal-char-font returns | |
3898 nil, display "-- none --". | |
3899 | |
28959 | 3900 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3901 | |
3902 * image.el (image-type-available-p): Don't reference image-types | |
3903 if it isn't bound. | |
3904 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3905 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3906 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3907 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3908 |
28954 | 3909 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3910 | |
3911 * startup.el (command-line-1): Don't signal an error if the | |
3912 directory for auto-save-list files does not yet exist. | |
3913 | |
28950 | 3914 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3915 | |
3916 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3917 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3918 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3919 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3920 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3921 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3922 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
|
3923 |
28981 | 3924 * 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
|
3925 |
28942 | 3926 2000-05-16 Dave Love <fx@gnu.org> |
3927 | |
3928 * cus-edit.el: Don't require cl or easymenu. | |
3929 (custom-variable-prompt): Test standard-value property, not | |
3930 user-variable-p. | |
3931 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3932 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
|
3933 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3934 * 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
|
3935 |
28939 | 3936 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3937 | |
3938 * startup.el (command-line-1): Mention the FAQ in the startup | |
3939 message. | |
3940 | |
3941 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3942 | |
3943 * progmodes/compile.el (compilation-parse-errors): Collect | |
3944 `nomessage' regexps last. | |
3945 | |
3946 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3947 | |
3948 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3949 to the function name. | |
3950 | |
28926 | 3951 2000-05-15 Dave Love <fx@gnu.org> |
3952 | |
3953 * speedbar.el (speedbar-recenter): Typo. | |
3954 (speedbar-expand-line): Make arg optional. | |
3955 (speedbar-mode): Avoid a compiler warning. | |
3956 | |
28924 | 3957 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3958 | |
3959 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3960 user-specified option string is empty. | |
3961 | |
3962 * mouse.el (mouse-yank-at-click): Doc fix. | |
3963 | |
28921 | 3964 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3965 | |
3966 * term/internal.el (IT-character-translations): More updates of | |
3967 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3968 documents. | |
3969 | |
28919 | 3970 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3971 | |
3972 * env.el (getenv): New function, interactively callable. | |
3973 (setenv, getenv): Remove autoload cookies. | |
3974 | |
3975 * loadup.el: Load `env'. | |
3976 | |
3977 * progmodes/f90.el: Change author's mail address. | |
3978 | |
28908 | 3979 2000-05-14 Dave Love <fx@gnu.org> |
3980 | |
28911 | 3981 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3982 goto-addr as an option. | |
3983 | |
3984 * help.el (help-xref-stack): Doc fix. | |
3985 (help-xref-following): New variable. | |
3986 (help-make-xrefs): Use it. | |
3987 (help-xref-go-back): Use position information from stack element. | |
3988 (help-follow): Make position in stack element a pair. Use | |
3989 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3990 |
28911 | 3991 * autoarg.el: New file. |
3992 | |
3993 * faces.el: Declare more functions obsolete. | |
3994 | |
28908 | 3995 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3996 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3997 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3998 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3999 Remove all the setup-...-environment functions. | |
4000 | |
28903 | 4001 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
4002 | |
28919 | 4003 * speedbar.el: Updated the commentary section. xemacs20p now uses |
4004 >= when detecting. Require `defimage' safely. | |
28903 | 4005 (speedbar-easymenu-definition-base): Add toggle for images. |
4006 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
4007 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
4008 (speedbar-reconfigure-keymaps-hook): New variable. | |
4009 (speedbar-frame-parameters): Updated documentation. | |
4010 (speedbar-use-imenu-flag): Updated custom tag | |
4011 (speedbar-dynamic-tags-function-list): New variable. | |
4012 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 4013 (speedbar-indentation-width, speedbar-indentation-width) New |
4014 variables. | |
4015 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 4016 (speedbar-vc-indicator): Doc update. |
4017 (speedbar-ignored-path-expressions): Updated default value. | |
4018 (speedbar-supported-extension-expressions): Updated default value. | |
4019 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 4020 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
4021 as "+". Added overlay aliases. | |
4022 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
4023 `force-mode-line-update'. | |
4024 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
4025 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
4026 `mouse-set-point' | |
28903 | 4027 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 4028 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
4029 of arbitrary text, and new helper functions. | |
4030 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
4031 filename finder. | |
28903 | 4032 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
4033 (speedbar-directory-buttons): Update path search/expansion. | |
4034 (speedbar-make-tag-line): Pay attention to | |
28919 | 4035 `speedbar-indentation-width'. Use more care w/ invisible |
4036 properties. | |
28903 | 4037 (speedbar-change-expand-button-char): Call |
4038 `speedbar-insert-image-button-maybe'. | |
4039 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 4040 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
4041 (speedbar-trim-words-tag-hierarchy) | |
4042 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 4043 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 4044 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
4045 functions. | |
28903 | 4046 (speedbar-mouse-set-point): New function |
4047 (speedbar-power-click): Updated documentation. | |
28919 | 4048 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
4049 of tag prefix text. | |
4050 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
4051 to strange text. | |
4052 (speedbar-expand-line): Takes universal argument to flush the | |
4053 cache. | |
28903 | 4054 (speedbar-flush-expand-line): New function. |
4055 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
4056 Use new generator insertion method. | |
4057 (speedbar-fetch-dynamic-tags): New function. | |
4058 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
4059 `speedbar-fetch-dynamic-imenu'. | |
4060 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
4061 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
4062 "Revert Buffer" menu items. | |
4063 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
4064 filename tag (for expansion purposes.). | |
28919 | 4065 (speedbar-highlight-one-tag-line, |
4066 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
4067 (speedbar-recenter): New functions. | |
28903 | 4068 (defimage-speedbar): Image loading abstraction. |
28919 | 4069 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
4070 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
4071 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
4072 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 4073 (speedbar-expand-image-button-alist): New variable. |
4074 (speedbar-insert-image-button-maybe): Insert an image over some | |
4075 buttons. | |
4076 | |
28894 | 4077 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
4078 | |
4079 * international/mule-cmds.el (encode-coding-char): An ASCII | |
4080 character is always encodable. | |
4081 | |
4082 * international/mule-conf.el: Add more information in descriptions | |
4083 of character sets. | |
4084 | |
28965 | 4085 * international/mule-diag.el (describe-char-after): New function. |
28894 | 4086 (describe-font-internal): Adjusted for the change of font-info. |
4087 (describe-font): Likewise. | |
4088 (print-fontset): Rewritten for the new fontset implementation. | |
4089 (describe-fontset): Include fontset alias names in completion. | |
4090 (list-fontsets): Adjusted for the change of print-fontset. | |
4091 | |
28895 | 4092 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
4093 describe-char-after instead of displaying the detail in the echo | |
4094 area. | |
28965 | 4095 (syntax-code-table): Format changed. |
4096 (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
|
4097 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4098 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4099 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
4100 * 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
|
4101 |
28890 | 4102 2000-05-12 Dave Love <fx@gnu.org> |
4103 | |
4104 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
4105 dependence. Use line-{beginning,end}-position, not | |
4106 point-at{b,e}ol. Some doc fixes. | |
4107 (todo-position): New function. Fix callers of position to use it. | |
4108 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
4109 | |
28885 | 4110 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
4111 | |
4112 * time.el (display-time-mail-icon): Use `:ascent center'. | |
4113 | |
28893 | 4114 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
4115 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4116 |
28882 | 4117 2000-05-11 Dave Love <fx@gnu.org> |
4118 | |
28888 | 4119 * calendar/todo-mode.el: New file. |
28882 | 4120 |
28870 | 4121 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
4122 | |
28881 | 4123 * comint.el (comint-read-input-ring): Move reference to |
4124 comint-input-ring-size outside of the save-excursion. It was | |
4125 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
|
4126 |
28875 | 4127 * font-lock.el: Update copyright. Remove Simon Marshall's email |
4128 address on request from him. | |
4129 | |
28870 | 4130 * subr.el (substitute-key-definition): Add comment describing |
4131 the meaning of PREFIX. | |
4132 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4133 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4134 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4135 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4136 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4137 * 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
|
4138 (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
|
4139 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4140 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4141 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4142 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4143 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4144 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4145 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4146 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4147 * 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
|
4148 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4149 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4150 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4151 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4152 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4153 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4154 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4155 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4156 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4157 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4158 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4159 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4160 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4161 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4162 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4163 (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
|
4164 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4165 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4166 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4167 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4168 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4169 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4170 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
4171 |
28845 | 4172 2000-05-09 Sam Steingold <sds@goems.com> |
4173 | |
4174 * apropos.el (apropos-print): use `describe-face' instead of | |
4175 `customize-face-other-window'. | |
4176 | |
28842 | 4177 2000-05-09 Dave Love <fx@gnu.org> |
4178 | |
4179 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
4180 | |
4181 * help.el (describe-variable): Have customize button pop the | |
4182 help-xref stack when invoked. | |
4183 (help-xref-symbol-regexp): Add `face'. | |
4184 (help-make-xrefs): Check for quoted face names and adapt regexp | |
4185 submatch numbers to cope. | |
4186 (help-xref-interned): Maybe insert face doc too. Separate | |
4187 sections with a line of hyphens. | |
4188 | |
28848 | 4189 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 4190 (describe-face): Add customize button. Return the help |
4191 text. Fix prompt. | |
4192 | |
28839 | 4193 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
4194 | |
4195 * term/internal.el (IT-character-translations): Fix last change. | |
4196 | |
28833 | 4197 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
4198 | |
4199 * woman.el: New file | |
4200 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
4201 | |
28829 | 4202 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
4203 | |
28831 | 4204 * term/internal.el (IT-character-translations): Update ASCII |
4205 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
4206 latin-iso8859-15. | |
4207 | |
28829 | 4208 * international/mule-cmds.el (set-language-info-alist): Call |
4209 define-prefix-command with 3 arguments, to make the map suitable | |
4210 for a menu. | |
4211 | |
28827 | 4212 2000-05-07 Dave Love <fx@gnu.org> |
4213 | |
31242 | 4214 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 4215 |
28825 | 4216 2000-05-05 Dave Love <fx@gnu.org> |
4217 | |
4218 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
4219 list in doc string. Don't quote keyword symbols. | |
4220 * emacs-lisp/cl.el: Likewise | |
4221 * emacs-lisp/cl-seq.el: Likewise | |
4222 | |
28823 | 4223 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
4224 | |
4225 * abbrev.el (abbrev-mode): Make ARG optional. | |
4226 | |
28812 | 4227 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
4228 | |
28817 | 4229 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
4230 | |
4231 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
4232 | |
28812 | 4233 * subr.el (substitute-key-definition): Clarify documentation. |
4234 | |
4235 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
4236 | |
4237 * glasses.el (glasses-convert-to-unreadable): Use | |
4238 `glasses-separator' instead of the hard-wired "_". | |
4239 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
4240 place. | |
4241 | |
28808 | 4242 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
4243 | |
4244 * term/internal.el (cjk-codepages-alist): Add associations for | |
4245 Chinese and Korean codepages. Remove FIXME comment. | |
4246 | |
28806 | 4247 2000-05-03 Dave Love <fx@gnu.org> |
4248 | |
4249 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
4250 New option. | |
4251 (display-time-mail-icon): New variable. | |
4252 (display-time-string-forms): Use the above. Fix the local-map. | |
4253 | |
28795 | 4254 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
4255 | |
28805 | 4256 * replace.el (query-replace-map): Add binding for `E'. |
4257 (query-replace-help): Extend help text. | |
4258 (perform-replace): Allow editing the replacement string. | |
4259 | |
4260 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
4261 (makefile-mode): Set local abbrev table to | |
4262 makefile-mode-abbrev-table. | |
4263 (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
|
4264 |
28795 | 4265 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
4266 set TOGGLE's value. | |
4267 | |
28805 | 4268 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
4269 mail-interactive-insert-alias. | |
4270 (mail-abbrev-complete-alias): New command. | |
4271 (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
|
4272 |
28790 | 4273 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
4274 | |
4275 * language/lao-util.el (lao-compose-region): New function. | |
4276 | |
28782 | 4277 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
4278 | |
28789 | 4279 * files.el (recover-session): Make directories as necessary |
4280 if they don't exist yet. | |
4281 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4282 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4283 (french-calendar-multibyte-special-days-array) |
28782 | 4284 (french-calendar-special-days-array): Change French text. |
4285 (calendar-french-date-string): Change output. | |
4286 (calendar-goto-french-date): Likewise. | |
4287 | |
4288 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
4289 | |
4290 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
4291 (widget-documentation-string-value-create): Set `:always-active'. | |
4292 | |
28778 | 4293 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
4294 | |
4295 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
4296 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
4297 (normal-top-level): Create the directory for auto-save files, if | |
4298 it doesn't already exist (in the ms-dos case only). | |
4299 | |
28775 | 4300 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
4301 | |
4302 * international/mule-cmds.el (set-language-environment): Don't | |
4303 concat an integer (dos-codepage), use format instead. | |
4304 | |
28772 | 4305 2000-05-02 Dave Love <fx@gnu.org> |
4306 | |
4307 * help.el (help-xref-on-pp): Check for constant symbols. | |
4308 | |
28764 | 4309 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
4310 | |
4311 * startup.el (normal-top-level): Put a condition-case around | |
4312 the code loading subdirs.el. | |
4313 | |
4314 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
|
4315 |
28764 | 4316 * ps-print.el: Upside-down and face background color printing, |
4317 line number step, doc fix. | |
4318 (ps-print-version): New version number (5.2). | |
4319 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
4320 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
4321 (ps-spool-config): Var fix. | |
4322 (ps-printer-name-option): Const fix. | |
4323 (ps-print-upside-down, ps-use-face-background) | |
4324 (ps-line-number-step): New vars. | |
4325 (ps-window-system, ps-lp-system): New consts. | |
4326 (ps-face-background): New fun. | |
4327 | |
28759 | 4328 2000-04-28 Richard Stallman <rms@gnu.org> |
4329 | |
4330 * files.el (make-auto-save-file-name): | |
4331 Apply auto-save-file-name-transforms to visited file name | |
4332 before generating auto save file name. | |
4333 (auto-save-file-name-transforms): New variable. | |
4334 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4335 * files.el (backup-enable-predicate): |
28759 | 4336 Correctly test for a file under a temporary directory. |
4337 | |
28751 | 4338 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
4339 | |
4340 * subr.el (add-minor-mode): Rewritten. | |
4341 | |
28749 | 4342 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
4343 | |
4344 * mail/sendmail.el (sendmail-send-it): Set | |
4345 buffer-file-coding-system to the selected coding system for MIME | |
4346 header. | |
4347 | |
28748 | 4348 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
4349 | |
4350 * dired.el (dired-move-to-filename-regexp): Allow format where | |
4351 YYYY is followed by two spaces. | |
4352 | |
4353 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
4354 in the second character class of the regexp. | |
4355 | |
4356 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
4357 mh-etc, too. | |
4358 | |
4359 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
4360 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4361 |
28748 | 4362 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
4363 | |
4364 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
4365 argument. | |
4366 | |
4367 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
|
4368 |
28748 | 4369 * emacs-lisp/crm.el (crm-completion-table): New variable. |
4370 (crm-collection-fn, crm-test-completion) | |
4371 (completing-read-multiple): Use it. | |
4372 | |
28736 | 4373 2000-04-27 Dave Love <fx@gnu.org> |
4374 | |
4375 * help.el (locate-library): Use mapc. | |
4376 (help-manyarg-func-alist): Add call-process-region. | |
4377 | |
28724 | 4378 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
4379 | |
28729 | 4380 * subr.el (add-minor-mode): Make argument MAP optional. |
4381 | |
28724 | 4382 * desktop.el (desktop-save): Save list of minor modes. |
4383 (desktop-create-buffer): Restore minor modes. | |
4384 (desktop-minor-mode-table): New user-option. | |
4385 | |
4386 * subr.el (add-minor-mode): New function. | |
4387 | |
4388 * image.el (find-image): New function. | |
4389 (defimage): Rewritten to find image at load time. | |
4390 | |
4391 * startup.el (normal-top-level-add-to-load-path): Handle | |
4392 case that the default directory is not in load-path. | |
4393 | |
4394 * help.el: Old patch from Stefan Monnier. | |
4395 (help-xref-on-pp): New function. | |
4396 (describe-variable): Use it to display xrefs in a symbol's value. | |
4397 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4398 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4399 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4400 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4401 |
28713 | 4402 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
4403 | |
28715 | 4404 * mail/rmail.el (rmail-expunge): When there are no deleted |
4405 messages, do nothing. | |
28713 | 4406 |
28712 | 4407 2000-04-26 Dave Love <fx@gnu.org> |
4408 | |
4409 * international/mule-cmds.el (locale-translation-file-name): | |
4410 Defvar to nil. | |
4411 (set-locale-environment): Set it here (at runtime). | |
4412 | |
28710 | 4413 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4414 | |
4415 * replace.el (perform-replace): Add parameters START and END. Use | |
4416 them instead of the check for a region in Transient Mark mode. | |
4417 (query-replace-read-args): Return two more list elements for the | |
4418 start and end of the region in Transient Mark mode. | |
4419 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4420 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4421 optional last arguments START and END and pass them to | |
4422 perform-replace. | |
4423 | |
4424 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4425 form with additional arguments for perform-replace. | |
4426 | |
4427 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4428 and END. Construct a form with additional arguments for | |
4429 perform-replace. | |
4430 | |
4431 * simple.el (shell-command): Set default directory for "*Shell | |
4432 Command Output" buffer. | |
4433 | |
4434 * language/european.el (iso-latin-4): Fix typo. | |
4435 | |
4436 * emacs-lisp/crm.el: New file. | |
4437 | |
28701 | 4438 2000-04-24 Dave Love <fx@gnu.org> |
4439 | |
4440 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4441 (Custom-reset-saved, Custom-reset-standard) | |
4442 (custom-group-value-create, custom-group-set, custom-group-save) | |
4443 (custom-group-reset-current, custom-group-reset-saved) | |
4444 (custom-group-reset-standard): Use mapc. | |
4445 (custom-buffer-create-internal): Disable undo when creating items. | |
4446 Use mapc. | |
4447 (custom-face): Avoid redundant lambda. | |
4448 | |
28699 | 4449 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4450 | |
4451 * startup.el (auto-save-list-file-prefix): Set default to | |
4452 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4453 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4454 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4455 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4456 * 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
|
4457 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4458 |
28695 | 4459 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4460 | |
4461 * frame.el (scrolling): New group. | |
4462 (automatic-hscrolling): New user-option. | |
4463 | |
4464 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4465 `--line-spacing'. | |
4466 | |
28668 | 4467 2000-04-19 Dave Love <fx@gnu.org> |
4468 | |
4469 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4470 (cl-mapc): Rename from mapc. Fix the funcall. | |
4471 | |
28653 | 4472 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4473 | |
28660 | 4474 * simple.el (clone-indirect-buffer-other-window): New command. |
4475 (clone-indirect-buffer): Add optional arg NORECROD. | |
4476 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4477 | |
28658 | 4478 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4479 | |
4480 * window.el (count-screen-lines): New function. | |
4481 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4482 instead of window-buffer-height. | |
4483 | |
4484 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4485 non-existing variable comint-input-sentinel. | |
4486 (inferior-lisp-args-to-list): Removed. | |
4487 (inferior-lisp): Use split-string instead of | |
4488 inferior-lisp-args-to-list. | |
4489 | |
4490 * hexl.el (hexl-insert-hex-string): New command. | |
4491 | |
28653 | 4492 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4493 instead of concat. | |
4494 | |
28634 | 4495 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4496 | |
4497 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4498 at the start of an existing but empty folder. | |
4499 | |
4500 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4501 | |
4502 * ps-mule.el: Customization fix, doc fix. | |
4503 (ps-multibyte-buffer): Customization fix. | |
4504 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4505 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4506 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4507 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4508 |
28626 | 4509 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4510 | |
4511 * textmodes/texinfo.el (texinfo-insert-@email) | |
4512 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4513 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4514 (texinfo-mode-map): Add key bindings for them. | |
4515 | |
4516 * files.el (basic-save-buffer-2): Use a template with `$' | |
4517 instead of `#' for VMS. | |
4518 | |
4519 * simple.el (clone-indirect-buffer): New function. | |
4520 | |
28621 | 4521 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4522 | |
4523 * iswitchb.el (iswitchb-case): New function. If the user input | |
4524 contains any upper-case characters, the search is made | |
4525 case-sensitive. | |
4526 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4527 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4528 |
28621 | 4529 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4530 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4531 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4532 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4533 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4534 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4535 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4536 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
|
4537 (texinfo-environments): New var. |
28621 | 4538 (texinfo-environment-regexp): Use regexp-opt and |
4539 texinfo-environments. | |
4540 | |
4541 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4542 ispell-process is bound since this might be eval'd before ispell | |
4543 is loaded. | |
4544 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4545 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
|
4546 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4547 * 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
|
4548 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4549 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4550 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4551 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4552 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4553 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4554 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4555 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4556 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4557 |
28602 | 4558 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4559 | |
4560 * 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
|
4561 |
28602 | 4562 * ps-print.el: Fix counting lines in a region. |
4563 (ps-print-version): New version number (5.1.5). | |
4564 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4565 (ps-printing-region): Fun code fix. | |
4566 | |
28600 | 4567 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4568 | |
4569 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4570 to file-directory-p. | |
4571 | |
28591 | 4572 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4573 | |
4574 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4575 exists before calling directory-files. | |
4576 | |
28578 | 4577 2000-04-13 Dave Love <fx@gnu.org> |
4578 | |
4579 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4580 syntax. | |
4581 | |
4582 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4583 | |
4584 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4585 (cl-old-mapc): New variable. | |
4586 (mapc): Use it. | |
4587 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4588 next-property-change. | |
4589 (cl-map-overlays): Use with-current-buffer. | |
4590 (cl-expt): Remove. | |
4591 (copy-tree, remprop): Define unconditionally. | |
4592 | |
4593 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4594 | |
4595 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4596 to use keywordp. | |
4597 (edebug-spec): Enable keywordp. | |
4598 | |
4599 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4600 string-lessp. | |
4601 | |
4602 * cus-start.el: Use keywordp. | |
4603 | |
28577 | 4604 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4605 | |
4606 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4607 2000-02-18 by doing a save-excursion. | |
4608 | |
4609 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4610 | |
4611 * ps-print.el: Customization fix, doc fix. | |
4612 (ps-print-version): New version number (5.1.4). | |
4613 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4614 (ps-print-preprint): Adjust code. | |
4615 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4616 (ps-print-prologue-header, ps-print-control-characters) | |
4617 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4618 |
28564 | 4619 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4620 | |
4621 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4622 converted to the new menu-item format, names silightly changed, | |
4623 help strings added. | |
4624 | |
4625 Support for spelling without async subprocesses: | |
4626 | |
4627 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4628 (ispell-session-buffer): New variables. | |
4629 (ispell-start-process, ispell-process-status, | |
4630 ispell-accept-output, ispell-send-string): New functions, for | |
4631 Ispell invocation when async subprocesses aren't supported. | |
4632 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4633 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4634 to process-send-string with calls to ispell-send-string, and | |
4635 accept-process-output with ispell-accept-output. | |
4636 (ispell-init-process): Call ispell-process-status instead of | |
4637 process-status with. | |
4638 (ispell-init-process): Call ispell-start-process. Call | |
4639 ispell-accept-output and ispell-send-string. Don't call | |
4640 process-kill-without-query and kill-process if they are unbound. | |
4641 (ispell-async-processp): New function. | |
4642 | |
28560 | 4643 2000-04-12 Dave Love <fx@gnu.org> |
4644 | |
4645 * info.el: Add debug-ignored-errors. | |
4646 (Info-mode-menu): Add some items. | |
4647 (Info-directory): Add autoload cookie. | |
4648 | |
4649 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4650 Modify `truncate-lines'. Make `describe-language-environment' | |
4651 always visible and add help. Modify `describe-key' help. Invoke | |
4652 Info-directory from `info'. New entry `emacs-manual'. | |
4653 | |
28542 | 4654 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4655 | |
28549 | 4656 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4657 propertized-buffer-identification. | |
4658 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4659 (ebrowse--mode-strings): Removed. | |
4660 (ebrowse--mode-line-props): Removed. | |
4661 | |
28542 | 4662 * files.el (auto-mode-alist): Add `EBROWSE'. |
4663 | |
4664 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4665 space before testing for end of buffer. | |
4666 (ebrowse-load): Removed. | |
4667 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4668 (ebrowse-create-tree-buffer): Rewritten. | |
4669 (ebrowse-tree-mode): Read tree from buffer. | |
4670 | |
4671 * progmodes/ebrowse-ffh.el: Removed. | |
4672 | |
28535 | 4673 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4674 | |
4675 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4676 | |
28534 | 4677 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4678 | |
4679 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4680 at the wrong place. | |
4681 | |
28783 | 4682 2000-04-09 Dave Love <fx@gnu.org> |
4683 | |
4684 * files.el (backup-enable-predicate): Use | |
4685 temporary-file-directory, small-temporary-file-directory. | |
4686 (make-backup-file-name-function, backup-directory-alist): New | |
4687 variables. | |
4688 (make-backup-file-name-1): New function. | |
4689 (make-backup-file-name): Use it. | |
4690 (find-backup-file-name): Likewise. Use format for clarity, not | |
4691 concat. | |
4692 (file-newest-backup): Use make-backup-file-name. | |
4693 | |
28523 | 4694 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4695 | |
28530 | 4696 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4697 |
28530 | 4698 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4699 to ebrowse-ffh.el. | |
4700 (ebrowse-load): Add autoload. | |
4701 | |
4702 * finder.el (finder-commentary): Add autoload cookie. | |
4703 | |
28523 | 4704 * mail/rfc2368.el: Correct author's email address. |
4705 | |
4706 * progmodes/ebrowse.el: New file. | |
4707 | |
4708 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4709 item help string. | |
4710 (easy-menu-do-add-item): Ditto. | |
4711 (easy-menu-define): Extend doc string. | |
4712 | |
4713 * jit-lock.el (with-buffer-unmodified): Use | |
4714 restore-buffer-modified-p. | |
4715 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4716 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4717 with-buffer-unmodified. | |
4718 | |
28517 | 4719 2000-04-08 Dave Love <fx@gnu.org> |
4720 | |
4721 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4722 unless, when. | |
4723 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4724 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
|
4725 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4726 * 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
|
4727 (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
|
4728 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
|
4729 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4730 |
28506 | 4731 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4732 | |
4733 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4734 like C-r. | |
4735 | |
4736 * progmodes/make-mode.el: Some doc fixes. | |
4737 (makefile-mode-abbrev-table): New variable. | |
4738 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4739 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4740 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4741 | |
4742 * replace.el (perform-replace): Don't move forward one char | |
4743 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4744 to do that because it leaves point 1 position after the last | |
4745 replacement, after everything has been replaced. | |
4746 | |
4747 * jit-lock.el (with-buffer-unmodified): New macro. | |
4748 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4749 modified state. | |
4750 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4751 preserving buffer's modified state. | |
4752 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4753 jit-lock-function-1. | |
4754 | |
4755 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4756 | |
28499 | 4757 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4758 | |
4759 * glasses.el: Provide facilities for inserting space before left | |
4760 parentheses and uncapitalization of identifiers. | |
4761 (glasses-mode): Try to remove old overlays in all cases. | |
4762 | |
28485 | 4763 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4764 | |
28496 | 4765 * progmodes/compile.el (compile-internal): Display the compilation |
4766 buffer in a different frame, if it's already displayed there. | |
4767 | |
28494 | 4768 * mail/rfc2368.el: New file. |
4769 | |
28492 | 4770 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4771 header and insert its value as mail body. | |
4772 | |
4773 * subr.el (member-ignore-case): New function. | |
4774 | |
4775 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4776 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4777 from dabbrev-ignored-regexps. | |
4778 | |
28485 | 4779 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4780 to extensions handled by gzip. | |
4781 | |
28492 | 4782 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4783 | |
4784 * files.el (insert-directory): List the total free space | |
4785 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4786 |
28492 | 4787 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4788 line is followed by one that matches CITATION-REGEXP, end the | |
4789 paragraph. | |
4790 | |
4791 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4792 | |
4793 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4794 (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
|
4795 |
28474 | 4796 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4797 | |
4798 * international/mule-cmds.el (encoded-string-description): | |
4799 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4800 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4801 for hexadecimal format. | |
28474 | 4802 |
28468 | 4803 2000-04-01 Dave Love <fx@gnu.org> |
4804 | |
4805 * cpp.el: Change customization group to `c' from `C'. | |
4806 | |
4807 * vcursor.el (vcursor-move): Use display-color-p. | |
4808 | |
4809 * international/mule-util.el: Provide mule-utils. | |
4810 (string-to-sequence): Simplify and speed up. | |
4811 | |
4812 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4813 | |
4814 * international/mule-cmds.el: Various menu changes. | |
4815 (describe-specified-language-support): Handle `Default'. | |
4816 (set-language-info): Purecopy `info'. | |
4817 | |
28462 | 4818 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4819 | |
4820 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4821 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
|
4822 |
28445 | 4823 2000-03-31 Dave Love <fx@gnu.org> |
4824 | |
28452 | 4825 * help.el (help-manyarg-func-alist): Correct several omissions. |
4826 | |
28450 | 4827 * add-log.el: Don't require cl, fortran. |
4828 (add-log-current-defun-function): Doc fix. | |
4829 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4830 fix. | |
4831 (change-log-version-rcs): Function deleted. | |
4832 (change-log-version-number-search): Doc fix. Use | |
4833 vc-workfile-version. Avoid CL dolist. | |
4834 (add-change-log-entry): Just call add-log-current-defun to get | |
4835 defun. Simplify somewhat. | |
4836 (change-log-get-method-definition-1): Likewise. | |
4837 (add-log-current-defun): Return nil if calling | |
4838 add-log-current-defun-function does so. Move Fortran stuff to | |
4839 fortran.el. Return string without properties. | |
4840 | |
28445 | 4841 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4842 and :alpha: char classes. | |
4843 | |
4844 * mail/supercite.el: Defvar curline when compiling. | |
4845 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4846 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4847 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4848 | |
28444 | 4849 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4850 | |
4851 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4852 | |
4853 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4854 Re-enable new code. | |
4855 | |
4856 * lpr.el (print-region-1): Use -d to specify printer name for | |
4857 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4858 | |
4859 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
|
4860 |
28444 | 4861 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4862 for function definition in symbol's function value slot first | |
4863 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
|
4864 |
28435 | 4865 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4866 | |
4867 * language/european.el ("Polish"): New language environment. | |
4868 (setup-polish-environment): New function. | |
4869 | |
28424 | 4870 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4871 | |
4872 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4873 Disable new code. | |
4874 | |
4875 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4876 trying to `load' the symbol of an autoload instead of the file | |
4877 recorded in the autoload. Fix error messages. | |
4878 | |
28429 | 4879 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4880 | |
4881 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4882 (ps-print-version): New version number (5.1.3). | |
4883 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4884 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4885 (ps-generate-postscript-with-faces): Code fix. | |
4886 (ps-color-values): XEmacs compatibility. | |
4887 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4888 (ps-default-fg, ps-default-bg): Adjust customization. | |
4889 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4890 (ps-color-scale): Renaming old ps-color-value fun. | |
4891 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4892 with ps-print-header variable. | |
4893 (ps-print-miscellany): New group. | |
4894 (ps-format-color, ps-rgb-color): New funs. | |
4895 (ps-default-foreground): New var. | |
4896 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4897 |
28416 | 4898 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4899 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4900 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4901 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4902 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4903 (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
|
4904 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4905 |
28416 | 4906 * lisp/locate.el: |
4907 (locate-word-at-point): Added this function | |
4908 (locate): Default to using locate-word-at-point as input | |
4909 Run dired-mode-hook | |
4910 | |
28405 | 4911 2000-03-29 Dave Love <fx@gnu.org> |
4912 | |
4913 * calendar/appt.el: Doc fixes. | |
4914 (appt-check): Convert min-to-app to a string before passing to | |
4915 appt-disp-window-function or concat. | |
4916 (appt-delete-window): Remove test for frame-root-window. | |
4917 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4918 | |
4919 * emacs-lisp/bytecomp.el: Doc fixes. | |
4920 (byte-compile-file-form-autoload): Update | |
4921 byte-compile-function-environment. | |
4922 | |
28403 | 4923 2000-03-29 Andreas Schwab <schwab@suse.de> |
4924 | |
4925 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4926 specially. | |
4927 | |
4928 * dired.el (dired-insert-directory): If dired-free-space-program | |
4929 failed just delete its output. | |
4930 | |
28395 | 4931 2000-03-29 Dave Love <fx@gnu.org> |
4932 | |
4933 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4934 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4935 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4936 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4937 clarity. | |
4938 | |
4939 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4940 | |
28377 | 4941 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4942 | |
4943 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4944 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4945 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4946 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4947 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4948 * 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
|
4949 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4950 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4951 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4952 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4953 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4954 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4955 |
28326 | 4956 2000-03-26 Dave Love <fx@gnu.org> |
4957 | |
28331 | 4958 * net/browse-url.el (browse-url): Re-fix case of |
4959 browse-url-browser-function being an alist. | |
4960 (browse-url): Add :link to defgroup. | |
4961 | |
28326 | 4962 * files.el: Doc fixes. |
4963 (file-truename): Include `[' in wildcard characters. | |
4964 (automount-dir-prefix): Customize. | |
4965 (find-file-wildcards): Add :version. | |
4966 (find-file-noselect): Simplify a mapcar call. | |
4967 | |
4968 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4969 compatible with inf-lisp version. | |
4970 (eval-defun-1): Fix custom-declare-variable case. | |
4971 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4972 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4973 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4974 * 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
|
4975 |
28303 | 4976 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4977 | |
28308 | 4978 * Makefile (COMPILE_FIRST): New macro. |
4979 (compile-files): Compile files from COMPILE_FIRST first. | |
4980 | |
4981 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4982 code. | |
4983 | |
28303 | 4984 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4985 matching open parenthesis in column 0 to defun-prompt-regexp | |
4986 only if open-paren-in-column-0-is-defun-start is set. | |
4987 | |
4988 * sun-curs.el: Require CL at compile-time only. | |
4989 | |
4990 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4991 instead of copy-list which is a function from CL. | |
4992 (msb--choose-menu, msb--mode-menu-cond) | |
4993 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4994 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4995 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4996 `(' in column 0 in doc string. | |
4997 (msb--add-separators): Use mapcar instead of mapcan. | |
4998 | |
4999 * cus-dep.el: Require CL at compile-time only. | |
5000 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5001 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5002 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5003 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5004 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5005 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5006 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5007 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5008 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5009 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5010 (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
|
5011 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5012 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5013 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5014 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5015 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
5016 |
28292 | 5017 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
5018 | |
5019 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
5020 (rmail-expunge): Ask for confirmation depending on the setting | |
5021 of rmail-confirm-expunge. | |
5022 | |
5023 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
5024 | |
5025 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
5026 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
5027 cause a bootstrap failure because things don't autoload as | |
5028 expected. | |
5029 | |
28289 | 5030 2000-03-23 Dave Love <fx@gnu.org> |
5031 | |
5032 * net/browse-url.el: Restore previous use of | |
5033 browse-url-maybe-new-window. | |
5034 | |
28287 | 5035 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5036 | |
5037 * ps-print.el: Skip banner page fix. | |
5038 (ps-print-version): New version number (5.1.2). | |
5039 (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
|
5040 |
28287 | 5041 2000-03-23 Dave Pearson <davep@davep.org> |
5042 | |
5043 * net/quickurl.el Changed the type of parameter passed to the | |
5044 function defined by `quickurl-format-function'. Before only the | |
5045 text of the URL was passed. Now the whole URL structure is passed | |
5046 and the function is responsible for extracting the parts it | |
5047 requires. Changed the default of `quickurl-format-function' | |
5048 accordingly. | |
5049 (quickurl-insert): Changed the `funcall' of | |
5050 `quickurl-format-function' to match the above change. | |
5051 (quickurl-list-insert): Changed the `url' case so that it makes | |
5052 use of `quickurl-format-function', previous to this the format was | |
5053 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5054 |
28283 | 5055 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
5056 | |
5057 * startup.el: Change some spellings for the X Window System. | |
5058 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5059 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5060 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5061 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5062 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
|
5063 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5064 |
28276 | 5065 2000-03-22 Jason Rumney <jasonr@gnu.org> |
5066 | |
5067 * w32-fns.el (w32-charset-info-alist): Initialize. | |
5068 | |
28267 | 5069 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5070 | |
5071 * ps-print.el: N-up last page fix. | |
5072 (ps-print-version): New version number (5.1.1). | |
5073 (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
|
5074 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5075 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5076 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5077 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5078 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5079 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5080 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5081 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
5082 * 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
|
5083 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5084 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5085 (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
|
5086 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
|
5087 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
|
5088 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5089 (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
|
5090 (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
|
5091 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5092 (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
|
5093 to only examine some subset of the buffers. |
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-info.el (cvs-fileinfo-pp): Use the new property-preserving |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5096 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5097 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5098 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5099 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5100 * 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
|
5101 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5102 (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
|
5103 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5104 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5105 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5106 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5107 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5108 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5109 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5110 (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
|
5111 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
|
5112 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5113 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
|
5114 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5115 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5116 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
5117 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5118 * 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
|
5119 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5120 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5121 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
|
5122 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5123 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5124 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5125 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5126 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
|
5127 (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
|
5128 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5129 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5130 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5131 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5132 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5133 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5134 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5135 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5136 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
5137 |
28246 | 5138 2000-03-21 Jason Rumney <jasonr@gnu.org> |
5139 | |
5140 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
5141 (custom-button-pressed-face): Likewise. | |
5142 | |
28244 | 5143 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
5144 | |
5145 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
5146 (tags-loop-eval): New function. Bind case-fold-search around eval | |
5147 depending on the value of tags-case-fold-search. | |
5148 (tags-loop-continue): Use tags-loop-eval. | |
5149 (find-tag-in-order): Bind case-fold-search depending on the value | |
5150 of tags-case-fold-search. | |
5151 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5152 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5153 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5154 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5155 (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
|
5156 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5157 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5158 (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
|
5159 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5160 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5161 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5162 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5163 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
5164 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5165 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5166 Prefer the macro-only version provided by easy-mmode.el. |
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 * 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
|
5169 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5170 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5171 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5172 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5173 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
5174 |
28233 | 5175 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
5176 | |
5177 * term/x-win.el: Fontsets related initialization is simplified. | |
5178 | |
5179 * international/mule-diag.el (describe-font): Don't refer to | |
5180 global-fontset-alist, instead call font-list. | |
5181 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
5182 (print-fontset): Adjusted for the change of fontset | |
5183 implementation. | |
5184 | |
5185 * international/fontset.el (x-charset-registries): Variable | |
5186 removed, instead the corresponding data is stored in the default | |
5187 fontset. | |
5188 (register-alternate-fontnames): Function removed. | |
5189 (resolved-ascii-font): Variable removed. | |
5190 (x-compose-font-name): Ignore the second argument REDOCE. | |
5191 (x-complement-fontset-spec): Complement only an ASCII font and | |
5192 element for those charsets than can use that ASCII font. | |
5193 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
5194 instead call fontset-list. | |
5195 (uninstantiated-fontset-alist): Variable removed. | |
5196 (x-style-funcs-alist): Likewise. | |
5197 (fontset-default-styles): Likewise. | |
5198 (x-modify-font-name): Function removed. | |
5199 (create-fontset-from-fontset-spec): Ignore the argument | |
5200 STYLE-VARIANT. | |
5201 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
5202 change. | |
5203 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
5204 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5205 |
28233 | 5206 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
5207 (describe-face): Include `font' attribute in the description. | |
5208 | |
28219 | 5209 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
5210 | |
5211 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
5212 | |
28209 | 5213 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
5214 | |
28212 | 5215 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
5216 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
5217 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
|
5218 |
28209 | 5219 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
5220 about behavior of set-buffer-modified-p wrt redisplay. | |
5221 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5222 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5223 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5224 * 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
|
5225 |
28194 | 5226 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
5227 | |
5228 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
5229 is a string, convert it to a syntax cell using string-to-syntax. | |
5230 | |
5231 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
5232 (string-to-syntax): New function. | |
5233 | |
5234 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
5235 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 5236 try to use passive ftp mode. |
28194 | 5237 |
28189 | 5238 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
5239 | |
28209 | 5240 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 5241 |
5242 * simple.el (append-to-buffer): Update point of windows after | |
5243 insertion. | |
5244 | |
5245 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
5246 forward then moving backward. Reindent. | |
5247 | |
5248 * frame.el (other-frame): Call x-focus-frame only if | |
5249 focus-follows-mouse is off. | |
5250 | |
28185 | 5251 2000-03-17 Dave Love <fx@gnu.org> |
5252 | |
5253 * pcvs-util.el (cvs-strings->string): Rename | |
5254 replace-regexps-in-string. | |
5255 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5256 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5257 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5258 * 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
|
5259 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5260 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
5261 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 5262 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
5263 |
28174 | 5264 2000-03-16 Dave Love <fx@gnu.org> |
5265 | |
5266 * progmodes/f90.el (f90): Put custom group under `languages', not | |
5267 `fortran'. | |
5268 (f90-mode-hook): Customize. | |
5269 (f90-mode): Set add-log-current-defun-function. | |
5270 (f90-current-defun): New function. | |
5271 | |
28169 | 5272 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
5273 | |
28173 | 5274 * cus-edit.el (custom-variable-tag-face): Handle case that |
5275 default face's height is not a number. | |
5276 (custom-face-tag-face, custom-group-tag-face-1) | |
5277 (custom-group-tag-face): Ditto. | |
5278 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5279 |
28169 | 5280 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
5281 | |
28161 | 5282 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
5283 | |
5284 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
5285 requiring easymenu. | |
5286 | |
28155 | 5287 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5288 | |
5289 * ps-print.el: PostScript user-defined prologue, PostScript error | |
5290 handler, doc fix. | |
5291 (ps-print-version): New version number (5.1). | |
5292 (ps-user-defined-prologue, ps-error-handler-message) | |
5293 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
5294 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
5295 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5296 |
28150 | 5297 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
5298 | |
5299 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 5300 invalid self-assignment code. |
28150 | 5301 |
28149 | 5302 2000-03-14 Dave Love <fx@gnu.org> |
5303 | |
5304 * subr.el (replace-regexp-in-string): Renamed from | |
5305 replace-regexps-in-string. Doc fix. | |
5306 | |
28131 | 5307 2000-03-12 Dave Love <fx@gnu.org> |
5308 | |
5309 * cus-edit.el: Doc fixes. | |
5310 (customize-set-variable, customize-save-variable): Rename args for | |
5311 doc. | |
5312 (custom-variable-tag-face, custom-face-tag-face) | |
5313 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
5314 style which user identify as hyperlink. | |
5315 (hook): Don't add undefined functions to the hook. | |
5316 (debug-ignored-errors): Transfer message from bindings.el. | |
5317 | |
28120 | 5318 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5319 | |
5320 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
5321 double/nested definition. | |
5322 | |
28114 | 5323 2000-03-12 Dave Love <fx@gnu.org> |
5324 | |
5325 * facemenu.el (facemenu-get-face): Use display-color-p. | |
5326 * enriched.el (enriched-decode-foreground): Likewise. | |
5327 (enriched-decode-background): Likewise. | |
5328 * isearch.el (isearch-highlight): Likewise. | |
5329 * info-look.el (info-lookup): Likewise. | |
5330 * simple.el (completion-setup-function): Likewise. | |
5331 | |
5332 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
5333 :options. | |
5334 | |
5335 * bindings.el (mode-line-format): Fix line-number and | |
5336 column-number items. Add help-echo for the background. | |
5337 (mode-line-mule-info): Modify help-echo. | |
5338 | |
5339 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
5340 defcustom. | |
5341 | |
5342 * files.el (load-file): Allow completion to .elc. | |
5343 | |
5344 * man.el: Doc fixes. | |
5345 (Man-init-defvars): Use display-color-p to set fontification. | |
5346 | |
5347 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
5348 | |
28109 | 5349 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5350 | |
5351 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
5352 | |
5353 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
5354 | |
28098 | 5355 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
5356 | |
5357 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
5358 Fix comment. | |
5359 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5360 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5361 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5362 * 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
|
5363 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5364 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5365 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5366 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5367 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5368 * 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
|
5369 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5370 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5371 * 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
|
5372 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
|
5373 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5374 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5375 * 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
|
5376 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5377 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5378 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5379 |
28084 | 5380 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
5381 | |
5382 * textmodes/texinfo.el (texinfo-version): Variable and function | |
5383 removed. | |
5384 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5385 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5386 |
28114 | 5387 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
5388 allow more flexibility. | |
5389 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
5390 fns. | |
5391 (easy-mmode-defmap, easy-mmode-defsyntax) | |
5392 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5393 |
28085 | 5394 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 5395 |
5396 * rect.el (replace-rectangle): New function. | |
5397 | |
5398 2000-03-09 Dave Love <fx@gnu.org> | |
5399 | |
5400 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
5401 "C". | |
5402 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
5403 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
5404 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
5405 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
5406 fortran-comment-line-start here. Set comment-start, | |
5407 add-log-current-defun. | |
5408 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
5409 (fortran-current-defun): New function. | |
5410 | |
28073 | 5411 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5412 | |
28077 | 5413 * emacs-lisp/re-builder.el: New file. |
5414 | |
28076 | 5415 * mouse.el (mouse-drag-region): Don't run up-event handler |
5416 if hscroll has changed. | |
5417 | |
28073 | 5418 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5419 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5420 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5421 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5422 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5423 `(defun (setf foo)' differently. |
5424 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5425 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5426 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5427 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5428 (regexp-opt): Update comment and adapt the code the new meaning of |
5429 the `paren' argument of regex-opt-group for shy-groups. | |
5430 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5431 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5432 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5433 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5434 Remove open-presuf and close-presuf. Instead of checking for `all |
5435 one-char' and then later on check for `several one-char', handle | |
5436 both cases close together. Also apply a more generic algorithm | |
5437 for suffixes (the mirror image of the algorithm used for | |
5438 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5439 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5440 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5441 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5442 from comint-mode-map, so we can just inherit from it. Also, move |
5443 the initialization into the `defvar' since there's no docstring | |
5444 anyway and it's fairly short. | |
5445 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5446 shorter and this way we inherit from comint-mode-map rather than | |
5447 copying it. | |
5448 | |
5449 * subr.el (replace-regexps-in-string): Properly handle the case | |
5450 where we match an empty string. | |
5451 | |
5452 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5453 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
|
5454 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5455 |
28046 | 5456 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5457 | |
28051 | 5458 * Makefile (compile-files): Compile files one by one because |
5459 that's the only way to ensure a clean compilation environment for | |
5460 each individual file. | |
5461 | |
28046 | 5462 * frame.el (other-frame): Call x-focus-frame. |
5463 | |
28040 | 5464 2000-03-07 Dave Love <fx@gnu.org> |
5465 | |
28043 | 5466 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5467 :require to defcustom. | |
5468 | |
28040 | 5469 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5470 lists. | |
5471 | |
5472 * files.el (auto-mode-alist): Add configure.in. | |
5473 | |
5474 * progmodes/autoconf.el: New file. | |
5475 | |
28034 | 5476 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5477 | |
5478 * mail/mh-e.el: Change maintainer to `none'. | |
5479 | |
5480 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5481 to remove-hook and add-hook. | |
5482 | |
5483 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5484 | |
28035 | 5485 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5486 it as the default. |
28035 | 5487 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5488 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5489 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5490 |
28024 | 5491 2000-03-07 Dave Love <fx@gnu.org> |
5492 | |
5493 * winner.el: Fix keywords, autoload cookies. Split | |
5494 eval-when-compile form to avoid compilation failure. | |
5495 | |
28017 | 5496 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5497 | |
5498 * international/mule.el: Modify comment about coding system | |
5499 property `coding-category'. | |
5500 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5501 coding-category property of PROPERTIES. | |
5502 | |
5503 * international/mule-conf.el (coding-category-utf-8, | |
5504 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5505 categories. Include them in the argument for set-coding-priority. | |
5506 | |
5507 * international/mule-cmds.el (reset-language-environment): Include | |
5508 coding-category-utf-8, coding-category-utf-16-be, and | |
5509 coding-category-utf-16-le in the argument for set-coding-priority. | |
5510 (reset-language-environment): Initialize coding-category-utf-8, | |
5511 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5512 | |
28014 | 5513 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5514 | |
5515 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5516 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5517 extensions as well as compression extensions. | |
5518 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5519 |
27976 | 5520 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5521 | |
5522 * strokes.el: Change maintainer's mail address. | |
5523 | |
27972 | 5524 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5525 | |
5526 * international/mule-diag.el (list-character-sets): Make help-echo | |
5527 string by substitute-command-keys. | |
5528 (list-character-sets): Likewise. | |
5529 (sort-listed-character-sets): Call help-setup-xref. | |
5530 | |
27965 | 5531 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5532 | |
5533 * time.el (display-time-mail-file): Add `none' to the list of | |
5534 choices. | |
5535 | |
27954 | 5536 2000-03-01 Dave Love <fx@gnu.org> |
5537 | |
27959 | 5538 * help.el (help-xref-go-back): Don't try to set position. |
5539 | |
27954 | 5540 * international/mule-diag.el (list-character-sets): Call |
5541 help-setup-xref. Add help-echo to xrefs. | |
5542 (list-character-sets-1): Add help-echo to xrefs. | |
5543 | |
27949 | 5544 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5545 | |
5546 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5547 the mode off. | |
5548 | |
5549 * add-log.el (add-log-current-defun): Add support for | |
5550 Autoconf mode. | |
5551 | |
5552 * mail/rmail.el (rmail-quit-hook): New variable. | |
5553 | |
27931 | 5554 2000-03-01 Dave Love <fx@gnu.org> |
5555 | |
27935 | 5556 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5557 | |
27931 | 5558 * help.el (help-xref-button): Add help-echo arg. |
5559 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5560 | |
5561 * faces.el (list-faces-display): Supply help-echo with | |
5562 help-make-xrefs. | |
5563 | |
5564 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5565 nil. | |
5566 | |
27919 | 5567 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5568 | |
27927 | 5569 * image.el (defimage): Look for image files in load-path. |
5570 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5571 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5572 `number'. |
5573 | |
27927 | 5574 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5575 | |
5576 * recentf.el (recentf): Added version tag to the defgroup of | |
5577 recentf. | |
5578 | |
5579 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5580 | |
5581 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5582 too. | |
5583 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5584 action to select/unselect a file. | |
5585 (recentf-edit-list): Code cleanup and improvement. | |
5586 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5587 widget action to open a file. | |
5588 (recentf-open-more-files): No more use standard completion but | |
5589 widgets. | |
5590 (recentf-more-collection): Deleted. | |
5591 (recentf-more-history): Deleted. | |
5592 (recentf-setup-more-completion): Deleted. | |
5593 | |
5594 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5595 | |
5596 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5597 under a window-system. | |
5598 | |
5599 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5600 | |
5601 * recentf.el (recentf-edit-list): New command to edit the recent | |
5602 list which allow the user to remove files. | |
5603 (recentf-edit-selected-items): New global variable, used by | |
5604 `recentf-edit-list' to hold the list of files to be removed from | |
5605 the recent list. | |
5606 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5607 menu item. Minor code cleanup. | |
5608 | |
5609 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5610 | |
5611 * recentf.el (recentf-open-more-files): New command to open files | |
5612 that are not displayed in the menu. | |
5613 (recentf-more-collection): New global variable holding the set of | |
5614 permissible completions used by `recentf-open-more-files'. | |
5615 (recentf-more-history): New global variable holding the history list | |
5616 used by `recentf-open-more-files' completion. | |
5617 (recentf-setup-more-completion): New function to setup completion for | |
5618 `recentf-open-more-files'. | |
5619 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5620 | |
5621 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5622 | |
5623 * recentf.el (recentf-menu-action): Doc fixed. | |
5624 | |
5625 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5626 | |
5627 * recentf.el (recentf-menu-filter): Doc updated. | |
5628 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5629 (recentf-make-menu-items): New menu filter handling. | |
5630 (recentf-make-menu-item): New helper function. | |
5631 (recentf-menu-elements): New menu handling function. | |
5632 (recentf-sort-ascending): Updated to new menu filter handling. | |
5633 (recentf-sort-descending): Updated to new menu filter handling. | |
5634 (recentf-sort-basenames-ascending): New menu filter function. | |
5635 (recentf-sort-basenames-descending): New menu filter function. | |
5636 (recentf-show-basenames): New menu filter function. | |
5637 (recentf-show-basenames-ascending): New menu filter function. | |
5638 (recentf-show-basenames-descending): New menu filter function. | |
5639 | |
27919 | 5640 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5641 | |
5642 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5643 the end of the buffer. | |
5644 | |
27911 | 5645 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5646 | |
5647 * international/mule-diag.el (list-character-sets): Completely | |
5648 rewritten. | |
5649 (sort-listed-character-sets): New function. | |
5650 (list-character-sets-1): Completely rewritten. | |
5651 (list-character-sets-2): New function. | |
5652 (non-iso-charset-alist): New variable. | |
5653 (decode-codepage-char): New function. | |
5654 (charset-history): New variable. | |
5655 (read-charset) (list-block-of-chars) | |
5656 (list-iso-charset-chars) | |
5657 (list-non-iso-charset-chars) | |
5658 (list-charset-chars): New functions. | |
5659 (mule-diag): Call list-character-sets-2, not | |
5660 list-character-sets-2. | |
5661 (dump-charsets): Likewise. | |
5662 | |
27910 | 5663 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5664 | |
27919 | 5665 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5666 file name characters. | |
5667 (dired-filename-at-point): Handle ange-ftp file names. | |
5668 | |
27910 | 5669 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5670 instead of assoc-delete-all. | |
5671 (frame-notice-user-settings): Ditto. | |
5672 | |
5673 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5674 Don't copy alist. | |
5675 | |
27906 | 5676 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5677 | |
5678 * calculator.el (calculator-use-menu): New option. | |
5679 (calculator-initial-bindings): Changed some bindings to work as | |
5680 macros. | |
5681 (calculator-forced-input): Removed. | |
5682 (calculator-restart-other-mode): New variable. | |
5683 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5684 |
27906 | 5685 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5686 | |
5687 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5688 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5689 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5690 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
|
5691 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5692 * 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
|
5693 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
|
5694 (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
|
5695 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
|
5696 * 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
|
5697 * 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
|
5698 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
|
5699 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
|
5700 * 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
|
5701 * 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
|
5702 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5703 |
27898 | 5704 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5705 | |
5706 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5707 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5708 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5709 face-font-family-alternatives from working. | |
5710 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5711 chosen font. | |
5712 | |
27873 | 5713 2000-02-25 Sam Steingold <sds@goems.com> |
5714 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5715 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5716 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5717 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5718 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5719 |
5720 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5721 | |
27856 | 5722 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5723 | |
5724 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5725 writable. | |
5726 | |
27868 | 5727 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5728 |
27847 | 5729 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5730 | |
5731 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5732 | |
27845 | 5733 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5734 | |
5735 * diary-lib.el (include-other-diary-files): Undo the selective | |
5736 display in any included file and don't kill it. | |
5737 | |
27841 | 5738 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5739 | |
5740 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5741 bar. Menu items converted to (menu-item format, help strings | |
5742 added. | |
5743 [downcase, upcase]: Don't enable on MS-DOS. | |
5744 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5745 bound. | |
5746 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5747 | |
27825 | 5748 2000-02-23 Dave Love <fx@gnu.org> |
5749 | |
27838 | 5750 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5751 (backward-kill-word): Revert addition of * to interactive spec -- | |
5752 it's a feature. | |
5753 | |
5754 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5755 (backward-kill-sentence, kill-sentence): Likewise. | |
5756 | |
27835 | 5757 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5758 scratch buffer name. | |
5759 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5760 slightly. | |
5761 | |
5762 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5763 new read-face-name. | |
5764 | |
5765 * mail/footnote.el (footnote): Add :version to defgroup. | |
5766 (footnote-section-tag-regexp): Customize. | |
5767 (footnote-start-tag, footnote-end-tag): New option. | |
5768 (footnote-latin-regexp): New variable. | |
5769 (Footnote-latin): New function. | |
5770 (footnote-style-alist): Add element for latin style. | |
5771 (footnote-style): Moved. | |
5772 (Footnote-goto-footnote): Use eq to test arg. | |
5773 | |
5774 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5775 | |
27825 | 5776 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5777 (byte-compile-trueconstp): Include keywords. | |
5778 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5779 byte-compile-const-symbol-p. | |
5780 (byte-optimize-char-before): New optimization. | |
5781 | |
5782 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5783 (byte-compile-const-symbol-p): New function. | |
5784 (byte-compile-constp, byte-compile-out-toplevel) | |
5785 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5786 Use it. | |
5787 | |
5788 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5789 | |
27813 | 5790 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5791 | |
27815 | 5792 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5793 and minor-mode-map-alist. | |
5794 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5795 codes SS2 and SS3 correctly. | |
5796 (encoded-kbd-self-insert-ccl): New function. | |
5797 (encoded-kbd-setup-keymap): New function. | |
5798 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5799 by calling encoded-kbd-setup-keymap. | |
5800 | |
27813 | 5801 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5802 characters. | |
5803 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5804 locally. | |
5805 | |
27811 | 5806 2000-02-22 Dave Love <fx@gnu.org> |
5807 | |
5808 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5809 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5810 defvar. | |
5811 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5812 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5813 classes. Match `defface'. | |
5814 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5815 (eval-defun-1): Fix for defcustom. | |
5816 (lisp-indent-region): Doc fix. | |
5817 | |
5818 * subr.el (when, unless, split-string): Doc fix. | |
5819 (read-passwd): Move call of clear-this-command-keys to the right | |
5820 place. | |
5821 (replace-regexps-in-string): New function. | |
5822 | |
27807 | 5823 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5824 | |
5825 * help.el (describe-variable): Set syntax table to | |
5826 emacs-lisp-mode-syntax-table when moving forward over the | |
5827 symbol's name. | |
5828 | |
27805 | 5829 2000-02-22 Dave Love <fx@gnu.org> |
5830 | |
5831 * xt-mouse.el: Doc fixes. | |
5832 (xterm-mouse-position-function): New function, replacing advice of | |
5833 mouse-position. | |
5834 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5835 | |
5836 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5837 | |
27794 | 5838 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5839 | |
5840 * format.el (format-annotate-single-property-change): Handle | |
5841 properties.with dotted-list values. | |
5842 (format-proper-list-p): New function. | |
5843 | |
5844 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5845 . COLOR) and (background-color . COLOR). | |
5846 | |
27788 | 5847 2000-02-20 Dave Love <fx@gnu.org> |
5848 | |
5849 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5850 and assignments to it. | |
5851 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5852 current local map. | |
5853 (make-flyspell-overlay): Use it. | |
5854 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5855 | |
5856 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5857 (lm-get-header-re): Defun, not defsubst. | |
5858 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5859 (lm-version): Doc fix. Simplify. | |
5860 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5861 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5862 (lm-verify, lm-synopsis): Simplify. | |
5863 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5864 | |
27785 | 5865 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5866 | |
5867 * dired.el (dired-mode): Call propertized-buffer-identification | |
5868 to set mode-line-buffer-identification to something having | |
5869 the right text properties. | |
5870 | |
5871 * bindings.el (propertized-buffer-identification): New function. | |
5872 | |
27777 | 5873 2000-02-20 Dave Love <fx@gnu.org> |
5874 | |
5875 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5876 check for t-mouse too. | |
5877 | |
5878 * cus-start.el: Make echo-keystrokes `number'. | |
5879 | |
27776 | 5880 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5881 | |
5882 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5883 Don't call ring-empty-p unless tags-location-ring is bound. | |
5884 From Noah Friedman <friedman@splode.com>. | |
5885 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5886 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5887 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5888 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5889 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5890 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5891 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5892 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5893 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5894 (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
|
5895 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
|
5896 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5897 |
27757 | 5898 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5899 | |
5900 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5901 | |
27749 | 5902 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5903 | |
27754 | 5904 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5905 | |
27749 | 5906 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5907 of `*' to handle `(* ... *)' comments. | |
5908 | |
27732 | 5909 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5910 | |
27737 | 5911 * 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
|
5912 window-system. |
27737 | 5913 |
27732 | 5914 * menu-bar.el (global-map): Menu-bar items converted to the new |
5915 format (menu-item..., rearranged for better CUA compliance, and | |
5916 their names changed for better clarity. Help strings added. | |
5917 | |
5918 * international/mule-cmds.el (mule-menu-keymap) | |
5919 (describe-language-environment-map, set-coding-system-map) | |
5920 (setup-language-environment-map): Convert to new (menu-item... | |
5921 form, add help strings. Change names of menu items for better | |
5922 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5923 submenu). | |
5924 | |
27729 | 5925 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5926 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5927 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5928 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5929 |
27717 | 5930 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5931 |
27717 | 5932 * faces.el: Don't require custom. Add more specific :groups to |
5933 various deffaces. | |
5934 (set-face-attribute): Purecopy args. | |
5935 (read-face-name): Default to name at point and use it in prompt. | |
5936 Remove colon from arg in all callers. | |
5937 (list-faces-display): Hyperlink to face descriptions and customize | |
5938 buffers. | |
5939 | |
27712 | 5940 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5941 | |
5942 * wid-edit.el (widget-match-inline): An atom never matches a | |
5943 list. | |
5944 | |
27707 | 5945 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5946 | |
27713 | 5947 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5948 at ':' characters by call to split-string. | |
27707 | 5949 |
5950 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5951 | |
27713 | 5952 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5953 |
5954 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5955 | |
27713 | 5956 * textmodes/bibtex.el: Some temporary comments removed. |
5957 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5958 explicit. | |
5959 (bibtex-field-const): Allow capital letters. | |
5960 (bibtex-start-of-string): Deleted because unused. | |
5961 | |
5962 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5963 use the term 'reference' to describe a bibtex entry as a whole. | |
5964 Further, reference keys are no longer called 'labels'. | |
5965 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5966 (bibtex-reformat-previous-labels): Renamed to | |
5967 bibtex-reformat-previous-reference-keys. | |
5968 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5969 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5970 (bibtex-reference-maybe-empty-head): Renamed to | |
5971 bibtex-entry-maybe-empty-head. | |
5972 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5973 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5974 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5975 bibtex-enclosing-entry-maybe-empty-head. | |
5976 (bibtex-entry-field-alist, bibtex-entry-head, | |
5977 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5978 bibtex-map-entries, bibtex-search-entry, | |
5979 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5980 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5981 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5982 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5983 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5984 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5985 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5986 |
5987 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5988 | |
27713 | 5989 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5990 comment. | |
5991 (bibtex-format-field-delimiters): New function, functionality | |
5992 extracted from bibtex-format-entry. | |
5993 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5994 extracted from bibtex-autokey-get-yearfield. | |
5995 | |
5996 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5997 entries in order to avoid stack overflow in the regexp matcher if | |
5998 field contents become large. | |
5999 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
6000 bibtex-field-string-part-not-braced, | |
6001 bibtex-field-string-part-no-inner-braces, | |
6002 bibtex-field-string-part-1-inner-brace, | |
6003 bibtex-field-string-part-2-inner-braces, | |
6004 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
6005 bibtex-field-string-quoted, bibtex-field-string, | |
6006 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
6007 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
6008 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
6009 as parsing is now performed by the following functions. | |
6010 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
6011 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
6012 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
6013 bibtex-parse-association, bibtex-field-name-for-parsing, | |
6014 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
6015 bibtex-search-forward-field, bibtex-search-backward-field, | |
6016 bibtex-start-of-field, bibtex-end-of-field, | |
6017 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
6018 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
6019 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
6020 bibtex-parse-string, bibtex-search-forward-string, | |
6021 bibtex-search-backward-string, bibtex-start-of-string, | |
6022 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
6023 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
6024 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
6025 entries. Instead of reporting the results of the parsing by | |
6026 match-beginning or match-end, these functions return data structures | |
6027 that hold the corresponding positions. | |
6028 (bibtex-enclosing-field): Changed to also report field boundaries by | |
6029 return values rather than by match-beginning or match-end. The | |
6030 following functions have been adapted to use the new parsing | |
6031 functions. | |
6032 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
6033 bibtex-enclosing-field, bibtex-format-entry, | |
6034 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
6035 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
6036 bibtex-print-help-message, bibtex-end-of-entry, | |
6037 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
6038 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
6039 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
6040 method for parsing. | |
6041 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
6042 bibtex-map-entries, bibtex-flash-head, | |
6043 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
6044 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
6045 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
6046 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
6047 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
6048 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
6049 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
6050 order to make the new binding of case-fold-search immediately | |
6051 visible. | |
27707 | 6052 |
6053 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6054 | |
27713 | 6055 * textmodes/bibtex.el: Copyright notice is up to date. |
6056 Added constant 'bibtex-maintainer-salutation. | |
6057 | |
6058 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
6059 than make-temp-name, use match-string-no-properties and eliminate | |
6060 a quadratic behavior when building bibtex-strings. | |
6061 | |
6062 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
6063 reference key contains upper case letters. | |
27707 | 6064 |
6065 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6066 | |
27713 | 6067 * bibtex.el (bibtex-reference-head): Allow entries to start with |
6068 a new line. | |
27707 | 6069 |
6070 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6071 | |
27713 | 6072 * bibtex.el: Hiding of entry bodies is not longer provided by |
6073 bibtex.el directly. Instead the hideshow package can be used. | |
6074 Added a special bibtex entry to hs-special-modes-alist. | |
6075 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
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 (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6080 at ':' characters by call to split-string. |
27729 | 6081 |
6082 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6083 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6084 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 6085 |
6086 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6087 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6088 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6089 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6090 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6091 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6092 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6093 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6094 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6095 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
|
6096 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6097 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6098 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6099 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6100 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6101 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6102 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6103 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6104 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6105 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6106 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6107 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6108 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6109 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6110 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6111 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6112 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6113 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6114 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6115 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6116 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6117 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 6118 |
6119 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6120 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6121 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6122 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6123 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6124 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6125 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6126 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6127 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6128 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6129 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
|
6130 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6131 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6132 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6133 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6134 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6135 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6136 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
|
6137 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6138 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6139 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
|
6140 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
|
6141 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6142 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6143 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6144 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6145 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6146 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
|
6147 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6148 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6149 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
|
6150 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
|
6151 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6152 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6153 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6154 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
|
6155 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
|
6156 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
|
6157 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6158 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6159 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6160 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6161 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
|
6162 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6163 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6164 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6165 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6166 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6167 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6168 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6169 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6170 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
|
6171 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
|
6172 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6173 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6174 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6175 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6176 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6177 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6178 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
|
6179 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6180 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6181 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
|
6182 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
|
6183 visible. |
27729 | 6184 |
6185 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6186 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6187 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6188 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6189 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6190 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6191 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
|
6192 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6193 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6194 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6195 reference key contains upper case letters. |
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 (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6200 a new line. |
27729 | 6201 |
6202 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6203 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6204 * 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
|
6205 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6206 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6207 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 6208 |
6209 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6210 | |
27713 | 6211 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 6212 proceedings entry type (for cross referencing). Thanks to Wagner |
6213 Toledo Correa for the suggestion. | |
6214 | |
27713 | 6215 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 6216 |
27690 | 6217 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
6218 | |
6219 * international/characters.el: Setup case table for Vietnamese. | |
6220 | |
27687 | 6221 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
6222 | |
6223 * uniquify.el (toplevel): Require CL at compile time. | |
6224 (uniquify-push): Removed. | |
6225 | |
6226 * shadowfile.el (shadow-when): Removed. | |
6227 | |
6228 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
6229 (tempo-process-and-insert-string): Use dolist instead of | |
6230 tempo-dolist. | |
6231 | |
6232 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
6233 regexp for paragraph-start. | |
6234 | |
6235 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
6236 commas as well. | |
6237 | |
27657 | 6238 2000-02-10 Dave Love <fx@gnu.org> |
6239 | |
6240 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
6241 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
6242 Deleted. | |
6243 (widget-specify-field, widget-specify-button): Don't use | |
6244 widget-mouse-help as help-echo property. | |
6245 (default): Use #'ignore for :validate and :mouse-down-action. | |
6246 (checkbox): Add help-echo. | |
6247 (widget-sexp-validate): Rewritten to clarify error messages. | |
6248 (character): Use char-valid-p in :match function. | |
6249 (widget-color-complete): Use facemenu-color-alist. | |
6250 (widget-color-action): Use facemenu-read-color. | |
6251 | |
6252 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
6253 set up `caar' &c that we now have. | |
6254 | |
27713 | 6255 2000-02-09 Ray Blaak <blaak@gnu.org> |
6256 | |
6257 * delphi.el: Make resourcestring a declaration region, like const | |
6258 and var. | |
6259 | |
27652 | 6260 2000-02-09 Dave Love <fx@gnu.org> |
6261 | |
6262 * bindings.el (mode-line-input-method-map): New variable. | |
6263 (mode-line-mule-info): Use it; fix last change. | |
6264 (mode-line-mode-menu): Move definition. | |
6265 (mode-line-mouse-sensitive-p): Deleted. | |
6266 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
6267 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
6268 level. | |
6269 | |
6270 * startup.el (command-line-1): Don't call | |
6271 make-mode-line-mouse-sensitive. | |
6272 | |
27644 | 6273 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
6274 | |
6275 * mail/rmail.el (rmail-retry-failure): Use | |
6276 rmail-beginning-of-message before rmail-toggle-header, because the | |
6277 former toggles headers. | |
6278 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6279 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
|
6280 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
6281 * 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
|
6282 (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
|
6283 (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
|
6284 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
|
6285 (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
|
6286 (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
|
6287 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6288 * 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
|
6289 (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
|
6290 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
|
6291 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6292 (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
|
6293 (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
|
6294 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
|
6295 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
|
6296 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6297 (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
|
6298 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6299 (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
|
6300 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
|
6301 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6302 (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
|
6303 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
|
6304 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6305 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
|
6306 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6307 * 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
|
6308 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
|
6309 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6310 * 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
|
6311 |
27610 | 6312 2000-02-04 Dave Love <fx@gnu.org> |
6313 | |
27617 | 6314 * bindings.el (mode-line-mule-info): Fix/extend last change. |
6315 | |
27610 | 6316 * completion.el: Replace completion-dolist with dolist. |
6317 | |
6318 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
6319 dotimes. | |
6320 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6321 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6322 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6323 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6324 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6325 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6326 * 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
|
6327 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6328 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6329 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6330 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6331 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6332 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6333 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6334 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6335 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6336 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6337 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6338 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6339 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6340 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6341 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6342 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6343 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6344 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6345 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6346 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6347 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6348 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6349 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6350 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6351 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6352 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6353 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6354 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6355 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6356 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6357 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6358 (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
|
6359 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6360 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6361 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6362 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6363 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6364 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6365 |
27590 | 6366 2000-02-02 Dave Love <fx@gnu.org> |
6367 | |
6368 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
6369 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
6370 | |
6371 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
6372 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
6373 the new builtins directly. | |
6374 | |
6375 * whitespace.el (whitespace): Add :version to defgroup. | |
6376 | |
6377 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
6378 Doc fix. | |
6379 | |
6380 * thingatpt.el (sexp-at-point, symbol-at-point) | |
6381 (number-at-point, list-at-point): Add autoload cookie. | |
6382 | |
6383 * recentf.el (recentf): Add :version to defgroup. | |
6384 | |
6385 * quickurl.el (quickurl): Add :version to defgroup. | |
6386 | |
6387 * elide-head.el (elide-head): Use point-marker more. | |
6388 | |
6389 * bs.el (bs): Add :version to defgroup. | |
6390 | |
6391 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
6392 | |
6393 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
6394 | |
27587 | 6395 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
6396 | |
6397 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
6398 succeeding process operation sets a different coding system. | |
6399 | |
6400 * calculator.el: New file. | |
6401 | |
27572 | 6402 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
6403 | |
6404 * frame.el (frames-on-display-list, framep-on-display): New | |
6405 functions. | |
6406 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
6407 (display-selections-p, display-screens, display-pixel-width) | |
6408 (display-pixel-height, display-mm-width, display-mm-height) | |
6409 (display-backing-store, display-save-under, display-planes) | |
6410 (display-color-cells, display-visual-class): New functions. | |
6411 | |
6412 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6413 | |
6414 * faces.el (display-color-p): Use framep-on-display. | |
6415 (display-grayscale-p): New function. | |
6416 | |
27549 | 6417 2000-01-31 Dave Love <fx@gnu.org> |
6418 | |
6419 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6420 (create-fontset-from-x-resource): Don't concat integers. | |
6421 | |
27545 | 6422 2000-01-31 Inge Frick <inge@nada.kth.se> |
6423 | |
6424 * view.el: Some changes in documentation. Removed some trailing | |
6425 whitespace. Changed some parameter names to agree with | |
6426 documentation. | |
6427 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6428 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6429 |
27541 | 6430 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6431 | |
27543 | 6432 * windmove.el: New file. |
6433 | |
27541 | 6434 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6435 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6436 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6437 |
27541 | 6438 * jit-lock.el (jit-lock-function): Widen before calculating end |
6439 position. | |
6440 (jit-lock-stealth-chunk-start): Rewritten. | |
6441 | |
6442 * info.el (Info-title-face-alist): Removed. | |
6443 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6444 faces. | |
6445 (Info-fontify-node): Use these faces. | |
6446 | |
27527 | 6447 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6448 | |
6449 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6450 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6451 `&allow-other-keywords'. | |
6452 | |
6453 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6454 the list of directories scanned heuristically. | |
6455 | |
6456 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6457 exist. | |
6458 | |
27523 | 6459 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6460 | |
6461 * w32-fns.el: Define w32-tty-standard-colors. | |
6462 | |
6463 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6464 w32 console mode. | |
6465 | |
27510 | 6466 2000-01-30 Dave Love <fx@gnu.org> |
6467 | |
27513 | 6468 * jka-compr.el (jka-compr-load): Fix up load-history. |
6469 | |
27510 | 6470 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6471 | |
6472 * emacs-lisp/cl-macs.el: Revert previous change. | |
6473 | |
27499 | 6474 2000-01-29 Dave Love <fx@gnu.org> |
6475 | |
6476 * facemenu.el: Purecopy various strings. | |
6477 | |
6478 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6479 years. Deal with three-digit years. | |
6480 | |
6481 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6482 defconst, purecopy. | |
6483 (help-back-label): Purecopy it. | |
6484 | |
27498 | 6485 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6486 | |
6487 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6488 variable. If non-nil, order the buffer list according to the | |
6489 currently selected frame. | |
6490 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6491 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
|
6492 |
27496 | 6493 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6494 | |
6495 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6496 | |
27486 | 6497 2000-01-28 Dave Love <fx@gnu.org> |
6498 | |
27491 | 6499 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6500 | |
27486 | 6501 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6502 Don't use lisp-indent-hook property. | |
6503 (cl-abs): Remove. | |
6504 | |
6505 * subr.el: Move out indent and edebug specs for when and unless. | |
6506 | |
6507 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6508 when, unless. | |
6509 | |
6510 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6511 unless, when. | |
6512 | |
27467 | 6513 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6514 | |
27481 | 6515 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6516 `collecting' as synonym for `collect'. | |
6517 | |
6518 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6519 for the case it contains spaces. | |
6520 | |
6521 * simple.el (what-cursor-position): Change formatting of | |
6522 messages. | |
6523 | |
27473 | 6524 * frame.el (delete-other-frames): New function. |
6525 (toplevel): Bind it to C-x 5 1. | |
6526 | |
27469 | 6527 * sort.el (sort-numeric-base): New option. |
6528 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6529 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6530 as default base. | |
6531 | |
27467 | 6532 * progmodes/glasses.el: New file. |
6533 | |
27451 | 6534 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6535 | |
27461 | 6536 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6537 userids differently. | |
6538 | |
27451 | 6539 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6540 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6541 progmodes/ebnf-yac.el: New files. | |
6542 | |
27446 | 6543 2000-01-26 Dave Love <fx@gnu.org> |
6544 | |
6545 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6546 on a function with an empty body. [From Eric Ludlam.] | |
6547 | |
27437 | 6548 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6549 | |
6550 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6551 | |
27433 | 6552 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6553 | |
6554 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6555 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6556 | |
27419 | 6557 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6558 | |
6559 * language/thai-util.el (thai-composition-function): Delete | |
6560 superfluous `a'. | |
6561 | |
27418 | 6562 2000-01-24 Dave Love <fx@gnu.org> |
6563 | |
6564 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6565 end-of-defun-function. | |
6566 | |
6567 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6568 &c. | |
6569 | |
27405 | 6570 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6571 | |
6572 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6573 conflicts with new face support. | |
6574 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6575 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6576 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6577 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6578 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6579 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6580 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6581 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6582 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6583 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6584 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6585 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6586 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6587 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6588 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6589 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6590 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6591 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6592 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6593 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6594 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6595 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6596 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6597 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6598 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6599 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6600 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6601 |
27366 | 6602 2000-01-19 Dave Love <fx@gnu.org> |
6603 | |
27368 | 6604 * files.el (user-init-file): Don't declare here -- is primitive. |
6605 | |
27366 | 6606 * startup.el (command-line): Check for compiled user-init-file and |
6607 set to uncompiled version if necessary. | |
6608 | |
27358 | 6609 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6610 | |
27361 | 6611 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6612 (undigestify-rmail-message): Use it. | |
6613 | |
27358 | 6614 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6615 | |
27351 | 6616 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6617 | |
6618 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6619 of mini-buffer. | |
6620 | |
27326 | 6621 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6622 | |
27330 | 6623 * emacs-lisp/copyright.el (copyright-update): Removed the |
6624 requirement for a trailing space from `copyright-regexp', to | |
6625 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6626 |
27327 | 6627 * align.el: New file. |
6628 | |
27326 | 6629 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6630 | |
6631 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6632 | |
27323 | 6633 2000-01-13 Dave Love <fx@gnu.org> |
6634 | |
6635 * ph.el: Removed. (Obsoleted by EUDC.) | |
6636 | |
27321 | 6637 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6638 | |
6639 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6640 menu with easymenu, because that causes build problems. | |
6641 | |
6642 * frame.el (frame-notice-user-settings): New variable. | |
6643 (frame-notice-user-settings): Don't modify frame parameters | |
6644 if called a second time. | |
6645 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6646 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6647 |
6648 * frame.el (frame-notice-user-settings): | |
6649 Notice default-frame-parameters even for non-window frames. | |
6650 | |
27318 | 6651 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6652 | |
6653 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6654 for Emacs. | |
6655 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6656 (eudc-bob-toggle-inline-display): Ditto. | |
6657 (eudc-bob-display-jpeg): Ditto. | |
6658 | |
27304 | 6659 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6660 | |
27313 | 6661 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6662 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6663 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
|
6664 |
27312 | 6665 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6666 nil)'. | |
6667 | |
6668 * subdirs.el: Add `net' directory. | |
6669 | |
27308 | 6670 * net: New directory. |
6671 | |
27304 | 6672 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6673 eval-last-sexp. Don't bind debug-on-error here. | |
6674 (eval-last-sexp): New function. Bind debug-on-error if | |
6675 eval-expression-debug-on-error is non-nil. | |
6676 (eval-defun-2, eval-defun): Likewise. | |
6677 | |
6678 * simple.el (eval-expression): Don't bind debug-on-error if | |
6679 eval-expression-debug-on-error is nil. Detect changed | |
6680 debug-on-error, and propagate new value to global binding, if | |
6681 eval-expression-debug-on-error is non-nil, | |
6682 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6683 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6684 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
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 * 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
|
6687 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6688 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6689 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6690 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6691 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6692 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6693 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6694 |
27288 | 6695 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6696 | |
27291 | 6697 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6698 of erasing buffer. | |
6699 | |
27288 | 6700 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6701 (fill-context-prefix): Use the longest common prefix of first |
6702 and second line fill prefix, if there is one. | |
27288 | 6703 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6704 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6705 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6706 * 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
|
6707 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6708 |
27282 | 6709 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6710 | |
6711 * add-log.el (add-log-current-defun): Handle user-defined | |
6712 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6713 |
27280 | 6714 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6715 if having found a current function |
27278 | 6716 |
6717 * add-log.el (add-log-current-defun): Call | |
6718 `add-log-current-defun-function'. Try matches at level 0 and | |
6719 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6720 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6721 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6722 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6723 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6724 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6725 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6726 |
27265 | 6727 2000-01-10 Dave Love <fx@gnu.org> |
6728 | |
6729 * elide-head.el (elide-head): Use point-marker, not point. | |
6730 | |
27261 | 6731 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6732 | |
27263 | 6733 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6734 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6735 |
27261 | 6736 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6737 Add ispell- prefix. | |
6738 | |
6739 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6740 | |
6741 * ispell.el: Only define dictionaries in menus when they exist. | |
6742 (version18p): New variable. | |
6743 (version20p): New variable. | |
6744 (xemacsp): New variable. | |
6745 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6746 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6747 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6748 run-together words. |
27261 | 6749 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6750 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6751 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6752 library path when called non-interactively. |
27261 | 6753 (ispell-menu-map-needed): Uses new variables. |
6754 (ispell-library-path): New variable. | |
6755 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6756 (ispell-word): Improved documentation string. Test for valid | |
6757 character mappings. Correctly check typed in word changes that can | |
6758 result in single words split into multiple words. Returns | |
6759 replacement word. | |
6760 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6761 replace in recursive query replace mode. Help message for | |
6762 recursive edit mode. | |
6763 (ispell-show-choices): Protect against bad framepop bindings. | |
6764 (ispell-help): Fix to work with XEmacs. | |
6765 (ispell-highlight-spelling-error): Use new variables. | |
6766 (ispell-overlay-window): Fix to work with XEmacs. | |
6767 (ispell-parse-output): Passed and returns location information | |
6768 tracking spelling corrections. Doesn't recheck same word on | |
6769 current line. | |
6770 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6771 Fix call to single argument in sleep-for. Use new variables. | |
6772 (ispell-region): Passed and returns location information tracking | |
6773 spelling corrections. Doesn't check same word on current line. | |
6774 Improved documentation string. Doesn't resend a line already | |
6775 checked to the ispell process - fixes bug in LaTeX parsing. | |
6776 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6777 (ispell-skip-region): No longer skips <TT> in SGML. | |
6778 (ispell-process-line): Tracks location information with spelling | |
6779 corrections. Added documentation string. Accounts for words | |
6780 already accepted on this line. Don't allow query-replace on line | |
6781 starting with math characters. Doesn't resend a line already sent | |
6782 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6783 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6784 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6785 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6786 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6787 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6788 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6789 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6790 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
|
6791 |
27255 | 6792 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6793 | |
6794 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6795 of a real newline. | |
6796 | |
27253 | 6797 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6798 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6799 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6800 for .png files. |
6801 | |
27251 | 6802 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6803 | |
6804 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6805 | |
27247 | 6806 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6807 | |
27249 | 6808 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6809 | |
27247 | 6810 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6811 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6812 recursion. |
6813 | |
27244 | 6814 2000-01-08 Dave Love <fx@gnu.org> |
6815 | |
27265 | 6816 * emacs-lisp/backquote.el: Remove inappropriate customization |
6817 (allowing custom.el to use backquote). | |
27244 | 6818 |
27241 | 6819 2000-01-07 Dave Love <fx@gnu.org> |
6820 | |
6821 * add-log.el (add-log-debugging): Deleted. | |
6822 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6823 file. Remove debugging code. | |
6824 (change-log-get-method-definition, change-log-name): Add doc. | |
6825 (change-log-sortable-date-at): New function. | |
6826 (change-log-merge): New command. | |
6827 | |
6828 * time.el (display-time-string-forms): Make the Mail string active. | |
6829 (display-time-update): Provide help-echo for load average. | |
6830 | |
6831 * bindings.el (make-mode-line-mouse2-map): New function. | |
6832 (mode-line-modified): Use it and simplify. | |
6833 (mode-line-mule-info): Provide help-echo info. | |
6834 (minor-mode-alist): Activate the strings. | |
6835 (make-mode-line-mouse-sensitive): Simplify for | |
6836 mode-line-buffer-identification. | |
6837 | |
27233 | 6838 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6839 | |
6840 * play/pong.el: New file. | |
6841 | |
27241 | 6842 2000-01-06 Dave Love <fx@gnu.org> |
6843 | |
6844 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6845 `array-' prefix for symbols. | |
6846 | |
6847 2000-01-05 Dave Love <fx@gnu.org> | |
6848 | |
6849 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6850 outline-headers-as-kill. | |
6851 (outline-mode): Define imenu-generic-expression. | |
6852 (outline-headers-as-kill): New command. | |
6853 | |
6854 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6855 from paragraph-start. | |
6856 (paragraph-indent-minor-mode): New command. | |
6857 | |
6858 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6859 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6860 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6861 (fortran-column-ruler): Simplify. | |
6862 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6863 (fortran-with-subprogram-narrowing): Likewise. | |
6864 (fortran-indent-subprogram): Call mark-defun. | |
6865 (fortran-check-for-matching-do): Change narrowing. | |
6866 | |
6867 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6868 (cl-lucid-hash-tag): Delete. | |
6869 (cl-hash-table-p): Correct test for native table. | |
6870 (cl-hash-table-count): Use hash-table-count. | |
6871 | |
6872 * browse-url.el (browse-url): Fix case of | |
6873 browse-url-browser-function being an alist. | |
6874 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6875 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6876 |
27233 | 6877 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6878 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6879 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6880 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6881 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6882 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6883 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6884 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6885 |
27191 | 6886 2000-01-05 Dave Love <fx@gnu.org> |
6887 | |
27241 | 6888 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6889 (beginning-of-defun-raw): Use it. |
6890 (end-of-defun): New variable. | |
6891 (end-of-defun): Use it. | |
6892 (check-parens): New command. | |
6893 | |
27182 | 6894 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6895 | |
27233 | 6896 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6897 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6898 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6899 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6900 |
27176 | 6901 2000-01-05 Andreas Schwab <schwab@suse.de> |
6902 | |
6903 * hscroll.el (hscroll): Doc fix. | |
6904 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6905 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6906 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6907 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6908 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6909 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6910 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6911 file idlw-rinfo.el. |
27182 | 6912 (idlwave-customize): load must read file idlw-shell.el. |
6913 (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
|
6914 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6915 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6916 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6917 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6918 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6919 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6920 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6921 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6922 both reftex-dcr and reftex-vcr. |
27182 | 6923 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6924 * 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
|
6925 |
27164 | 6926 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6927 |
6928 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6929 (ps-print-version): New version number (5.0.3). | |
6930 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6931 local. | |
6932 (ps-spool-config): Initialization fix. | |
27233 | 6933 (ps-print-prologue-1, ps-print-prologue-2) |
6934 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6935 (ps-background-image): Little code reformating. |
6936 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6937 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6938 (ps-prologue-file): New fun. |
6939 | |
27159 | 6940 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6941 | |
27233 | 6942 * ps-vars.el: Eliminated. |
27159 | 6943 |
6944 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6945 `;;;###autoload'. | |
6946 | |
6947 * ps-print.el: ps-vars eliminated, doc fix. | |
6948 (ps-print-version): New version number (5.0.2). | |
6949 (ps-spool-config): Initialization fix. | |
6950 (ps-print-customize): New fun. | |
6951 | |
27155 | 6952 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6953 | |
6954 * autorevert.el (auto-revert-mode): Return value of | |
6955 auto-revert-mode. | |
6956 | |
27152 | 6957 2000-01-04 Dave Love <fx@gnu.org> |
6958 | |
27198 | 6959 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6960 menu items. | |
27152 | 6961 |
27124 | 6962 2000-01-03 Dave Love <fx@gnu.org> |
6963 | |
27191 | 6964 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6965 |
27241 | 6966 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6967 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6968 `cl-hash-table-p', not `hash-table-p'. | |
6969 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6970 | |
27119 | 6971 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6972 | |
6973 * faces.el (face-read-integer, read-face-attribute) | |
6974 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6975 strings. | |
6976 | |
27112 | 6977 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6978 | |
6979 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6980 at comment end, and re-insert them after filling. | |
6981 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6982 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
|
6983 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6984 * 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
|
6985 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6986 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
|
6987 |
27102 | 6988 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6989 | |
6990 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6991 the new name of face-color-supported-p. | |
6992 | |
6993 * term/w32-win.el (xw-defined-colors): Likewise. | |
6994 | |
27097 | 6995 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6996 | |
6997 * simple.el (completion-setup-function): Count completion-size | |
6998 from minibuffer-prompt-end, not from point-min. | |
6999 | |
27091 | 7000 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
7001 | |
7002 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
7003 Pass the frame to tty-color-* functions. | |
7004 (display-color-p, frame-set-background-mode): Pass the frame to | |
7005 tty-display-color-p. | |
7006 | |
7007 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
7008 tty-color-alist. | |
7009 (tty-color-alist, tty-modify-color-alist): New functions. | |
7010 (tty-color-define, tty-color-clear, tty-color-approximate) | |
7011 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
7012 an optional parameter FRAME. | |
7013 | |
27074 | 7014 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
7015 | |
27082 | 7016 * image.el (create-image, defimage): Don't assume image data is a |
7017 string. | |
7018 | |
27074 | 7019 * image.el (defimage): Handle specifications containing :data |
7020 instead of :file. | |
7021 (image-type-from-data): New function. | |
7022 (image-type-from-file-header): Use it. | |
7023 (create-image): Add parameter DATA-P. | |
27182 | 7024 |
30729 | 7025 See ChangeLog.8 for earlier changes. |
30993 | 7026 |
7027 ;; Local Variables: | |
31291 | 7028 ;; coding: iso-2022-7bit-unix |
30993 | 7029 ;; End: |