Mercurial > emacs
annotate lisp/ChangeLog @ 31238:d9e6c7b507bd
*** empty log message ***
author | Peter Breton <pbreton@attbi.com> |
---|---|
date | Mon, 28 Aug 2000 20:35:45 +0000 |
parents | 53ceca8d12b9 |
children | f793dd23ad1f |
rev | line source |
---|---|
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1 2000-08-28 Peter Breton <pbreton@ne.mediaone.net> |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
2 |
31238
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
3 * locate.el (locate): Cleaned up locate command's interactive prompting |
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
4 Thanks to François_Pinard <pinard@iro.umontreal.ca> for suggestions. |
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
5 |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
6 * filecache.el (file-cache-case-fold-search): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
7 (file-cache-assoc-function): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
8 (file-cache-minibuffer-complete): Use file-cache-assoc-function. |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
9 Use file-cache-case-fold-search variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
10 (file-cache-add-file): Use file-cache-assoc-function |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
11 (file-cache-delete-file): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
12 (file-cache-directory-name): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
13 (file-cache-debug-read-from-minibuffer): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
14 |
31231 | 15 2000-08-28 Gerd Moellmann <gerd@gnu.org> |
16 | |
17 * abbrev.el (list-abbrevs): Add optional parameter LOCAL. | |
18 (abbrev-table-name): New function. | |
19 (prepare-abbrev-list-buffer): Add optional parameter LOCAL. | |
20 If non-nil list local abbrev, only. | |
21 | |
31229 | 22 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu> |
23 | |
24 * uce.el (uce-reply-to-uce): Remove hard-coded "*Article*" from | |
25 Gnus support code, and use special article copy buffer | |
26 `(gnus-original-article-buffer)' instead. This allows to get rid | |
27 of article-hide-headers usage (which breaks in the latest Gnus | |
28 version). Thanks to Detlev Zundel. | |
29 | |
31216 | 30 2000-08-28 Kenichi Handa <handa@etl.go.jp> |
31 | |
32 * international/quail.el (quail-use-package): Hide "... loaded" | |
33 message. | |
34 (quail-start-translation, quail-start-conversion): Likewise. | |
35 | |
36 * international/kkc.el (kkc-region): Hide "... loaded" message. | |
37 | |
31212 | 38 2000-08-27 Dave Love <fx@gnu.org> |
39 | |
40 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg. | |
41 | |
31198 | 42 2000-08-27 Miles Bader <miles@gnu.org> |
43 | |
44 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts. | |
45 | |
31195 | 46 2000-08-27 Kenichi Handa <handa@etl.go.jp> |
47 | |
48 * international/ja-dic-cnv.el (skkdic-convert): Insert (require | |
49 'ja-dic-cnv), not (require 'skkdic-cnv). | |
50 | |
31180 | 51 2000-08-26 Miles Bader <miles@gnu.org> |
52 | |
31194 | 53 * faces.el (face-x-resources): Add entry for :inherit. |
54 * cus-face.el (custom-face-attributes): Add support for :inherit | |
55 attribute. Add support for relative face heights. | |
56 (custom-face-attributes-get): Treat `nil' as being a default value | |
57 for :inherit (as well as `unspecified'). | |
58 | |
31191 | 59 * faces.el (set-face-attribute): Update doc string. |
60 (face-attribute-name-alist): Add :inherit. | |
61 (face-valid-attribute-values): Handle :inherit. | |
62 (face-read-string): Rephrase prompt to be less confusing. | |
63 Assume that DEFAULT is a string, since we must return a string. | |
64 (face-read-integer): Use `format' to turn DEFAULT into an | |
65 acceptable default for face-read-string. Match NEW-VALUE against | |
66 the string "unspecified", not the symbol `unspecified', since | |
67 that's what face-read-string returns. | |
68 (read-face-attribute): Lookup a name for old-value in valid, and | |
69 use it as a default if we find one. Treat all values from | |
70 face-read-string as strings. If the default is used, don't do any | |
71 more processing on the value, just use the old value directly. | |
72 (read-face-and-attribute, modify-face): Tweak prompt. | |
73 (read-face-name): Don't assume prompt ends with a space. | |
74 | |
31180 | 75 * faces.el (describe-face): Add support for :inherit attribute. |
76 | |
31166 | 77 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
78 | |
31167 | 79 * terminal.el (terminal-emulator): Fix args to `concat'. Now |
80 concat doesn't accept interger. | |
81 | |
31166 | 82 * international/kkc.el: Remove SKK from Keywords. Require |
83 ja-dic-utl instead of skkdic-utl. | |
84 | |
85 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. | |
86 Provide ja-dic-cnv instead of skkdic-cnv. | |
87 (ja-dic-filename): Renamed from skkdic-filename. Referers changed | |
88 (iso-2022-7bit-short): Add safe-charsets property. | |
89 (skkdic-convert-postfix): Search Japanese chou-on character in | |
90 addition to Hiragana character. | |
91 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. | |
92 (skkdic-convert): Change file names from skkdic.el to ja-dic.el | |
93 (batch-skkdic-convert): Likewise. | |
94 | |
95 * international/ja-dic-utl.el: Renamed from skkdic-utl.el. | |
96 Provide ja-dic-utl instead of skkdic-utl. | |
97 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic. | |
98 | |
31156 | 99 2000-08-24 Dave Love <fx@gnu.org> |
100 | |
31158 | 101 * disp-table.el (standard-display-default): Make the test of `l' |
102 useful. | |
103 | |
31156 | 104 * language/european.el ("Latin-8", "Latin-9"): Add input methods, |
105 mod sample text. | |
106 | |
107 * international/iso-ascii.el: Make pilcrow convenient string | |
108 consistent with section. | |
109 (iso-ascii-display): Set up multibyte characters as well as | |
110 unibyte. | |
111 | |
31137 | 112 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
113 | |
114 * international/mule-cmds.el (reset-language-environment): Set | |
115 default-process-coding-system to '(undecided . iso-latin-1), which | |
116 makes process I/O almost consistent with file I/O. Call this | |
117 function when mule-cmds.el[c] is loaded. | |
118 | |
31092 | 119 2000-08-22 Andrew Innes <andrewi@gnu.org> |
120 | |
121 * makefile.w32-in: New file. | |
122 | |
31038 | 123 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
124 | |
125 * comint.el (comint-output-filter): Compare end of | |
126 comint-last-output-overlay with the start of the newly inserted | |
127 text, not the end, when deciding whether to extend it. | |
128 Set saved-point's insertion type to advance after insertion. | |
129 | |
130 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
131 since this is now done independently of font-lock mode. | |
132 | |
31009 | 133 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
134 | |
135 * server.el (server-kill-new-buffers): New user option. | |
136 (server-existing-buffer): New buffer-local variable. | |
137 (server-visit-files): When using an existing buffer, set | |
138 server-existing-buffer to t. | |
139 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
140 buffer, unless it was already present before visiting it with | |
141 Emacs server. | |
142 | |
31006 | 143 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
144 | |
145 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
146 even if the display doesn't support colors: some displays will | |
147 support bold/underline faces. | |
148 | |
30997 | 149 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
150 | |
31004 | 151 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
152 | |
30997 | 153 * startup.el (command-line): If user's init file had an error, |
154 add explanatory text to *Messages*. | |
155 | |
30994 | 156 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
157 | |
158 * man.el (Man-getpage-in-background): Decode the process output by | |
159 the system locale coding system. | |
160 | |
30980 | 161 2000-08-20 Dave Love <fx@gnu.org> |
162 | |
30991 | 163 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
164 Don't test x-popup-menu. | |
165 (function) <complete-function>: Complete only fbound symbols. | |
166 <validate, value>: New. | |
167 (variable) <complete-function>: Complete only bound symbols. | |
168 (coding-system): Add :base-only, :complete-function, :validate, | |
169 :value, :prompt-match. | |
170 (widget-coding-system-prompt-value): Use read-coding-system and | |
171 act on :base-only. | |
172 (editable-field): Add :help-echo. | |
173 (widget-push-button-gui, widget-push-button-cache) | |
174 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
175 with uses. | |
176 (widget-at): Make arg optional. | |
177 (widget-echo-help): Adjust for current help-echo calling sequence. | |
178 (widget-specify-field, widget-specify-button) | |
179 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
180 (widget-convert, widget-insert, widget-leave-text) | |
181 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
182 (widget-setup, widget-field-find, widget-before-change) | |
183 (widget-after-change, widget-default-complete) | |
184 (widget-default-create, widget-default-delete) | |
185 (widget-push-button-value-create, editable-field) | |
186 (widget-field-prompt-value, widget-field-validate) | |
187 (widget-choice-value-create, widget-choice-action) | |
188 (widget-choice-validate, widget-checklist-add-item) | |
189 (widget-radio-add-item, widget-radio-chosen) | |
190 (widget-radio-value-inline, widget-editable-list-value-create) | |
191 (widget-editable-list-entry-create) | |
192 (widget-documentation-link-add) | |
193 (widget-documentation-string-value-create) | |
194 (widget-regexp-validate, widget-file-complete) | |
195 (widget-sexp-validate, widget-plist-convert-widget) | |
196 (widget-plist-convert-widget, widget-alist-convert-widget) | |
197 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
198 particularly to avoid bindings which aren't optimized out. | |
199 | |
30980 | 200 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
201 Doc fix. | |
202 (down-list, backward-up-list, up-list, kill-sexp) | |
203 (backward-kill-sexp, mark-sexp): Make arg optional. | |
204 (lisp-complete-symbol): Add optional arg PREDICATE. | |
205 | |
206 * cus-start.el: Add display-buffer-reuse-frames, | |
207 file-coding-system-alist. | |
208 | |
30975 | 209 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
210 | |
211 * startup.el (command-line): Clear realized faces after | |
212 modifying TTY color mappings. | |
213 | |
30972 | 214 2000-08-20 Miles Bader <miles@gnu.org> |
215 | |
216 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
217 merely a subset of FACE's attributes. | |
218 | |
30966 | 219 2000-08-19 Miles Bader <miles@gnu.org> |
220 | |
221 * comint.el (comint-output-filter): Save the point with a marker, | |
222 not just a buffer position. | |
223 | |
224 * international/mule.el (set-buffer-process-coding-system): Make | |
225 interactive prompt less confusing. | |
226 | |
30963 | 227 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
228 | |
229 * hilit-chg.el: General cleanup of doc strings, comments and | |
230 code formatting. | |
231 | |
30960 | 232 2000-08-19 Miles Bader <miles@gnu.org> |
233 | |
234 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
235 Compiler macro removed; beginning-of-line is no longer always | |
236 equivalent to forward-line, in the presence of fields. | |
237 | |
238 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
239 restriction, and just use save-restriction, now that it works | |
240 correctly. Don't adjust comint-last-input-start to account for | |
241 our insertion; it shouldn't have moved because we don't use | |
242 insert-before-markers anymore. Comment out call to | |
243 `force-mode-line-update'; why is it here? | |
244 | |
245 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
246 while checking for prompt to delete. Use `forward-line 0' | |
247 instead of beginning-of-line. | |
248 (gud-filter): Temporarily widen gud comint buffer while | |
249 examining output. | |
250 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
251 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
252 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
253 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
254 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
255 * 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
|
256 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
|
257 |
30953 | 258 2000-08-18 Dave Love <fx@gnu.org> |
259 | |
260 * image.el (find-image): Copy `spec' before using plist-put. | |
261 | |
30948 | 262 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
263 | |
264 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
265 `portugues'. | |
266 | |
267 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
268 backward-kill-sexp, analogous to kill-sexp. | |
269 | |
270 * progmodes/icon.el (icon-indent-line) | |
271 (icon-is-continuation-line): Handle comments specially. | |
272 | |
273 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
274 | |
275 * ispell.el: Set to standard author/maintainer/keyword fields. | |
276 Fine tuning to menu map appearance and operation, and added help. | |
277 Remove `start' and `end' error messages when compiling. | |
278 (ispell-choices-win-default-height): Fixed comment string. | |
279 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
280 castellano8 dictionaries. | |
281 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
282 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
283 dictionary, added italiano dictionary. | |
284 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
285 word character | |
286 (ispell-tex-skip-alists): Added psfig support. | |
287 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
288 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
289 (ispell-minor-check): Improved html skipping support to skip across | |
290 code, and recognize `&' commands without propper `;' syntax; | |
291 (ispell-process-line): Fix alignment error when manually | |
292 correcting spelling. | |
293 (ispell): Fix comment string. | |
294 (ispell-add-per-file-word-list): Always put word list on new line. | |
295 | |
30922 | 296 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
297 | |
30928 | 298 * format.el (format-encode-run-method): Fix error message to say |
299 `encode' instead of `decode'. Use save-window-excursion around | |
300 shell-command-on-region as in format-decode-run-method because | |
301 shell-command-on-region can display a buffer with error output. | |
302 (format-decode): Don't record undo information for the decoding. | |
303 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
304 that number part of the temporary buffer name so that more than | |
305 one decoding using a temporary buffer can happen safely. | |
306 | |
307 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
308 of `A-z' in the regexp. | |
309 | |
310 * hilit-chg.el: Fix typos in commentary. | |
311 | |
30922 | 312 * help.el (view-emacs-news): Rewritten for new naming scheme |
313 for old NEWS files. | |
314 | |
315 * startup.el (command-line): Pop to *Messages* in case an error | |
316 is signaled while loading user-init-file. | |
317 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
318 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
319 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
320 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
321 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
322 |
30906 | 323 2000-08-17 Alex Schroeder <alex@gnu.org> |
324 | |
325 * sql.el (sql-magic-go): Use comint-bol. | |
326 (sql-copy-column): Use comint-line-beginning-position. | |
327 (comint-line-beginning-position): Define a replacement for | |
328 comint-line-beginning-position if it is not fboundp. | |
329 | |
330 2000-08-17 Alex Schroeder <alex@gnu.org> | |
331 | |
332 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
333 it didn't have any effect anyway. | |
334 | |
335 2000-08-17 Alex Schroeder <alex@gnu.org> | |
336 | |
337 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
338 --pset and pager=off instead of sending \\o|cat at the beginning | |
339 of the session. | |
340 | |
30903 | 341 2000-08-17 Miles Bader <miles@gnu.org> |
342 | |
343 * progmodes/octave-inf.el: Add compatibility definition of | |
344 comint-line-beginning-position. | |
345 | |
30898 | 346 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
347 | |
348 * startup.el (normal-top-level): Look in each dir in load-path for | |
349 a leim-list.el file too. This assures of loading leim-list.el | |
350 that is created at Emacs installation time even if a user have his | |
351 own leim-list.el. | |
352 | |
30897 | 353 2000-08-17 Miles Bader <miles@gnu.org> |
354 | |
355 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
356 foreground color to black if the background is dark. | |
357 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
358 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
359 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
360 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
361 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
362 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
363 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
364 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
365 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
366 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
367 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
368 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
369 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
370 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
371 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
372 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
373 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
374 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
375 * 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
|
376 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
377 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
378 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
379 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
380 * 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
|
381 (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
|
382 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
383 (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
|
384 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
385 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
386 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
387 (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
|
388 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
389 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
390 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
391 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
392 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
393 (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
|
394 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
395 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
396 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
397 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
398 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
399 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
400 * 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
|
401 |
30870 | 402 2000-08-16 Dave Love <fx@gnu.org> |
403 | |
30894 | 404 * windmove.el (windmove) <defgroup>: Add :version. |
405 | |
406 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
407 (goto-address-fontify-p, goto-address-highlight-p) | |
408 (goto-address-url-face, goto-address-url-mouse-face) | |
409 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
410 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
411 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
412 (goto-address-at-point): browse-url-url-at-point, | |
413 goto-address-find-address-at-point can return nil. | |
414 (goto-address-find-address-at-point): Return nil on failure. | |
415 | |
416 * align.el (align) <defgroup>: Add :version. | |
417 | |
418 * calculator.el (calculator): Add :version. | |
419 (calculator): Use two lines for calculator window if `modeline' | |
420 face is boxed. | |
421 | |
30870 | 422 * play/5x5.el: Doc fixes. |
423 (5x5) <defgroup>: Add :version. | |
424 | |
425 * play/fortune.el (fortune) <defgroup>: Add :version. | |
426 (fortune-append): Fix error message. | |
427 (fortune-from-region): Doc fix. | |
428 | |
429 * play/pong.el (pong): Doc fix. | |
430 | |
431 * play/morse.el: Keywords, commentary, autoloads. | |
432 | |
30854 | 433 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
434 | |
435 * desktop.el (desktop-save): Don't look at symbol-value of a | |
436 member of minor-mode-alist, unless it is boundp. | |
437 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
438 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
|
439 |
30897 | 440 * 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
|
441 `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
|
442 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
|
443 |
30846 | 444 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
445 | |
446 * international/ccl.el (declare-ccl-program): Docstring modified. | |
447 (ccl-execute-with-args): Likewise. | |
448 | |
30839 | 449 2000-08-16 Miles Bader <miles@gnu.org> |
450 | |
30903 | 451 * progmodes/sql.el: Add compatibility definition of |
30839 | 452 comint-line-beginning-position. |
453 | |
30808 | 454 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
455 | |
30829 | 456 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
457 'buffer-menu' property. | |
458 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
459 fails. | |
460 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
461 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
462 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
463 |
30825 | 464 * buff-menu.el (list-buffers-noselect): Don't display the |
465 *Buffer List* buffer. | |
466 | |
30822 | 467 * font-lock.el: Require jit-lock to prevent a very late |
468 `Loading jit-lock' message. | |
469 | |
30808 | 470 * 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
|
471 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 472 mail address. |
473 | |
30804 | 474 2000-08-15 Miles Bader <miles@gnu.org> |
475 | |
476 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
477 (ispell-choices-win-default-height, ispell-help): Use | |
478 `ispell-graphic-p' instead of `xemacsp'. | |
479 | |
30802 | 480 2000-08-15 Dave Love <fx@gnu.org> |
481 | |
30842 | 482 * simple.el: Autoload widget-convert when compiling. |
483 (mail-user-agent): Doc fix. | |
484 | |
485 * help.el (function-called-at-point, variable-at-point): Use | |
486 with-syntax-table. | |
487 (help-manyarg-func-alist): Add insert-and-inherit. | |
488 | |
489 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
490 | |
491 * delsel.el (delsel-unload-hook): New function. | |
492 | |
493 * find-file.el: Doc fixes. Move provide to end. | |
494 (ff) <defgroup>: Add :link. | |
495 (ff-goto-click): Deleted. | |
496 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
497 Use mouse-set-point. | |
498 | |
499 * textmodes/tildify.el: Doc fixes. | |
500 (tildify) <defgroup>: Add:version. | |
501 | |
502 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
503 (glasses-custom-set): Use set-default, not set. | |
504 (minor-mode-alist): Propertize the lighter. | |
505 (glasses-mode): Provide optional arg. | |
506 | |
30813 | 507 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
508 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
509 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
510 option. Provide :type. | |
511 (cwarn-configuration): Provide :type. | |
512 (cwarn-mode): Doc fix. | |
513 | |
514 * add-log.el (change-log-merge): Doc fix. | |
515 (change-log-redate): New command. | |
516 | |
30802 | 517 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
518 Doze and Dog. | |
519 (browse-url): Use dolist, not mapcar. | |
520 (browse-url-at-point): Check for null url. | |
521 (browse-url-event-buffer, browse-url-event-point): Functions | |
522 deleted. | |
523 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
524 | |
525 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
526 modes. | |
527 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
528 Fix previous change to mapcan. | |
529 (msb--init-file-alist, msb--add-separators) | |
530 (msb--make-keymap-menu): Simplify. | |
531 (msb--choose-file-menu): Use copy-sequence. | |
532 (msb-mode-map): Add title to keymap. | |
533 (msb-unload-hook): New function. | |
534 | |
535 * bs.el: Fix indentation. | |
536 (bs) <defgroup>: Add :links. | |
30894 | 537 (bs-show): Doc fix. |
538 (bs-apply-sort-faces): Don't use window-system. | |
539 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 540 |
30796 | 541 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
542 | |
543 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
544 convert-standard-filename. | |
545 | |
30788 | 546 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
547 | |
30790 | 548 * emacs-lisp/authors.el: New file. |
549 | |
30788 | 550 * paren.el (show-paren-priority): New user option. |
551 (show-paren-function): Set overlay priorities to | |
552 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
553 |
30783 | 554 2000-08-14 Miles Bader <miles@gnu.org> |
555 | |
556 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
557 beginning-of-line with inhibit-field-text-motion bound. | |
558 | |
30781 | 559 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
560 | |
561 * calendar/timeclock.el: New file. | |
562 | |
563 2000-08-14 David Ponce <david@dponce.com> | |
564 | |
565 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
566 `widget-button-click'. so that one can use left mouse button to | |
567 click on dialog buttons. | |
568 | |
569 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
570 | |
571 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
572 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
|
573 |
30767 | 574 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
|
575 |
30769 | 576 * comint.el (comint-output-filter): Don't bother frobbing |
577 window-start, it doesn't seem to be necessary. | |
30767 | 578 |
579 * comint.el (comint-send-string, comint-send-region): Make into | |
580 real functions. Snapshot the prompt before sending. | |
581 | |
30764 | 582 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
583 | |
584 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
585 technique similar to Info-index, instead of relying on specific | |
586 names of relevant Index nodes. | |
587 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
588 going to the first node found by Info-find-emacs-command-nodes. | |
589 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
590 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 591 |
592 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
593 | |
30741 | 594 2000-08-10 Miles Bader <miles@gnu.org> |
595 | |
596 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
597 | |
30739 | 598 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
599 | |
600 * info.el (Info-file-list-for-emacs): More elements for the | |
601 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
602 and woman manuals. | |
603 | |
30737 | 604 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
605 | |
606 * comint.el (comint-send-input): Make the newline boundary overlay | |
607 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
608 (comint-output-filter): Use `insert' instead of | |
609 `insert-before-markers'. Extend comint-last-output-overlay when | |
610 necessary since we can't rely on insert-before-markers to do it. | |
611 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
612 save-excursion when inserting the output, so that point gets | |
613 updated correctly; the old method relied on a rather dodgy | |
614 side-effect of comint-output-filter to avoid the effect of | |
615 save-excursion. | |
616 | |
30734 | 617 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
618 | |
619 * files.el (recover-file): Call insert-directory instead of | |
620 invoking `ls' directly. | |
621 | |
30732 | 622 2000-08-10 Miles Bader <miles@gnu.org> |
623 | |
624 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
625 (comint-last-prompt-overlay): New variables. | |
626 (comint-output-filter): Implement prompt highlighting. | |
627 (comint-snapshot-last-prompt): New function. | |
628 (comint-send-input): Snapshot the last prompt. | |
629 Use comint-highlight-input-face. | |
630 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
631 Use defface instead of defcustom. | |
632 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
633 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
634 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
635 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
636 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
637 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
638 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
639 (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
|
640 (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
|
641 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
|
642 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
643 * 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
|
644 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
645 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
646 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
647 |
30715 | 648 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
649 | |
650 * files.el (insert-directory): Don't call access-file on | |
651 directories on DOS and Windows. | |
652 | |
30704 | 653 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
654 | |
655 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
656 longer if necessary. | |
657 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
658 ccl-program-vector. | |
659 | |
30701 | 660 2000-08-09 Miles Bader <miles@gnu.org> |
661 | |
662 * comint.el (comint-output-filter): Properly handle the case where | |
663 the text surrounded by comint-last-output-overlay was deleted. | |
664 | |
30671 | 665 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
666 | |
30693 | 667 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
668 non-nil. | |
669 (Info-file-list-for-emacs): Remove "info" from the list because | |
670 that leads to trying to use the documentation from file `info' | |
671 in various situations where it isn't appropriate, for instance | |
672 C-h C-k C-h i. | |
673 | |
674 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
675 DIR and/or STRING are nil. | |
676 | |
677 * progmodes/compile.el (compilation-setup): Make variable | |
678 compilation-error-screen-columns buffer-local, as some comment | |
679 in the code suggests it should be. | |
680 | |
681 * files.el (auto-mode-interpreter-regexp): New variable. | |
682 (set-auto-mode): Use it. | |
683 | |
684 * indent.el (indent-for-tab-command): Doc fix. | |
685 | |
686 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
687 | |
30671 | 688 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
689 labels. | |
690 | |
691 * help.el (print-help-return-message): When | |
692 display-buffer-reuse-frames is set, let the help window been quit, | |
693 instead of deleting it, which might delete a reused frame. | |
694 | |
30664 | 695 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
696 | |
697 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
698 rename a directory to a name that differs only by its letter case. | |
699 | |
30655 | 700 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
701 | |
702 * international/quail.el (quail-define-rules): Handle Quail decode | |
703 map correctly. Add code for supporting annotations. | |
704 (quail-install-decode-map): New function. | |
705 (quail-defrule-internal): New optional arguments decode-map and | |
706 props. | |
707 (quail-advice): New function. | |
708 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
709 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
|
710 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
711 * 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
|
712 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
713 * 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
|
714 |
30649 | 715 2000-08-03 Miles Bader <miles@gnu.org> |
716 | |
717 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
718 New variable. | |
719 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
720 comint-use-prompt-regexp-instead-of-fields. | |
721 (comint-send-input): Add `input' field property to stuff we send to | |
722 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
723 (comint-output-filter): Add `output' field property to process | |
724 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
725 (comint-replace-by-expanded-history) | |
726 (comint-get-old-input-default, comint-show-output) | |
727 (comint-backward-matching-input, comint-forward-matching-input) | |
728 (comint-next-prompt, comint-previous-prompt): Use field | |
729 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
730 (comint-line-beginning-position): New function. | |
731 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
732 (comint-replace-by-expanded-history-before-point): Use | |
733 comint-line-beginning-position and line-end-position. | |
734 (comint-last-output-overlay): New variable. | |
735 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
736 | |
737 * shell.el (shell-prompt-pattern): Doc change. | |
738 (shell-backward-command): Use line-beginning-position. | |
739 | |
740 * gud.el (gud-gdb-complete-command): Use | |
741 comint-line-beginning-position. | |
742 | |
743 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
744 comint-bol doesn't actually go to the beginning of the line. | |
745 | |
746 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
747 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
748 (try-expand-line-all-buffers): Likewise. | |
749 | |
750 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
751 explicitly matching comint-prompt-regexp. | |
752 (sql-copy-column): Use comint-line-beginning-position instead of | |
753 explicitly matching comint-prompt-regexp. | |
754 | |
755 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
756 comint-line-beginning-position. | |
757 | |
758 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
759 | |
760 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
761 looking for a prompt, use `forward-line 0' instead of | |
762 `beginning-of-line', to avoid getting caught by an input field. | |
763 | |
30633 | 764 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
765 | |
766 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
767 PATTERN, in the Unix case. | |
768 | |
30629 | 769 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
770 | |
771 * play/zone.el (zone): Discard any pending input before running | |
772 the randomly-chosen pgm. | |
773 | |
30623 | 774 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
775 | |
776 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
777 checking the existence of any multibyte characters. | |
778 | |
30619 | 779 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
780 | |
30622 | 781 * help.el (describe-mode): Test minor-mode symbol for being |
782 bound before testing its value for being nil. | |
783 | |
30619 | 784 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
785 `first', `second', and `third'. | |
786 | |
787 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
788 (second): Make it an alias for `cadr'. | |
789 | |
30616 | 790 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
791 | |
792 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
793 types of display support faces now. | |
794 | |
30614 | 795 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
796 | |
797 * pcvs.el (require): Require `cl' during compilation, only. | |
798 | |
799 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
800 (toplevel): Remove `remq' and `remove' from autoloads. | |
801 (cl-fake-autoloads): New variable. If set, arrange for an error | |
802 when CL functions etc. are autoloaded. | |
803 | |
30585 | 804 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
805 | |
30593 | 806 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
807 | |
30591 | 808 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
809 popped up, but the user clicks outside the menu, return an empty | |
810 regexp (that causes unhighlight-regexp to have no effect). | |
811 | |
30589 | 812 * menu-bar.el (menu-bar-games-menu): Add Zone. |
813 | |
30585 | 814 * hi-lock.el (toplevel): Require font-lock. |
815 | |
30576 | 816 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
817 | |
818 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
819 (ebnf-8-bit-chars): New var for bug fix. | |
820 (ebnf-string): Bug fix. | |
821 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
822 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
|
823 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
824 * 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
|
825 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
826 (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
|
827 `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
|
828 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
829 |
30567 | 830 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
831 | |
832 * international/mule-cmds.el (select-safe-coding-system): Make | |
833 the message text about selecting a safe coding system more clear. | |
834 | |
30564 | 835 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
836 | |
30565 | 837 * hi-lock.el: New file. |
838 | |
839 * play/zone.el: New file. | |
840 | |
30564 | 841 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
842 value of tab-width in the original buffer. Choose a line number | |
843 format that's a multiple of the original buffer's tab width, so | |
844 that lines appear right. | |
845 | |
846 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
847 Spell-check active region if in transient-mark-mode and mark | |
848 is active; otherwise spell-check buffer. | |
849 | |
850 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
851 | |
852 * ps-mule.el: Fix a customization problem on | |
853 ps-mule-font-info-database-default. | |
854 | |
30555 | 855 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
856 | |
857 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
858 display-mouse-p instead of window-system. | |
859 (ebrowse-member-mode-map): Ditto. | |
860 | |
30553 | 861 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
862 | |
863 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
864 fix. | |
865 (ebnf-version): New version number (3.2). | |
866 (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
|
867 |
30547 | 868 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
869 | |
30549 | 870 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
871 font lock support on window-system. | |
872 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
873 | |
30547 | 874 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
875 display-color-p, if fboundp, instead of window-system. | |
876 | |
30545 | 877 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
878 | |
879 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
880 instead of window-system. | |
881 | |
882 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
883 window-system. | |
884 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
885 instead of window-system. | |
886 | |
887 * strokes.el (strokes-file): Run the file name through | |
888 convert-standard-filename. | |
889 (strokes-mode): Call display-mouse-p instead of looking at | |
890 window-system. Change the error message accordingly. | |
891 | |
892 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
893 | |
894 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
895 (lm-plot-square, lm-init-display): Don't use window-system. | |
896 | |
897 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
898 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
899 | |
900 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
901 instead of looking at window-system. | |
902 | |
30528 | 903 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
904 | |
905 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
906 of testing if iswitchb-prepost-hooks is bound, because the | |
907 latter will always be true when invoking a recursive minibuffer | |
908 from an active Iswitchb buffer. | |
909 | |
30526 | 910 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
911 | |
912 * files.el (shell-quote-wildcard-pattern): New function. | |
913 (insert-directory): Call it. Only prepend "\" to command on Unix | |
914 and GNU/Linux systems. | |
915 | |
30524 | 916 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
917 | |
918 * eshell/esh-groups.el: Change custom :link file names | |
919 from `eshell.info' to `eshell'. | |
920 | |
921 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
922 | |
923 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
924 correctly in recursive ange-ftp listings. | |
925 | |
926 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
927 | |
928 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
929 ps-header-font-size-internal and | |
930 ps-header-title-font-size-internal variables are not set, | |
931 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
932 face text property is (foreground-color . COLOR) or | |
933 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
934 (ps-print-version): New version number (5.2.4). | |
935 (ps-plot-region): Code fix. | |
936 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
937 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
938 Bug fix 2. | |
939 | |
940 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
941 | |
942 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
943 identifiers like `myXMLDocument'. | |
944 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
945 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
|
946 |
30524 | 947 * mail/mail-hist.el (mail-hist-previous-input) |
948 (mail-hist-next-input): Do the obvious code factorization. | |
949 (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
|
950 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
|
951 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
|
952 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
953 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
|
954 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
955 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 956 Use `<=', not `<' to compare times! |
957 (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
|
958 |
30502 | 959 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
960 | |
30516 | 961 * play/cookie1.el: Add explanation of how to make cookie.el |
962 compatible with strfile(1) to comment. | |
963 | |
964 * subr.el (remove, remq): New functions. | |
965 | |
30511 | 966 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
967 escape `*' in regexps. | |
968 (midnight-find): Reverse order of arguments in the funcall of | |
969 TEST. | |
970 | |
971 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
972 and `.class'. | |
973 | |
30502 | 974 * play/meese.el: Add Commentary section. |
975 | |
30516 | 976 2000-07-27 Alex Schroeder <alex@gnu.org> |
977 | |
978 * sql.el (sql-ms): Added autoload cookie. | |
979 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
980 (sql-oracle): Ditto. | |
981 (sql-help): Doc change. | |
982 | |
983 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
984 types and exceptions. | |
985 | |
986 2000-07-27 Alex Schroeder <alex@gnu.org> | |
987 | |
988 * sql.el (sql-placeholder-history): New variable. | |
989 (sql-query-placeholders-and-send): New function that will query | |
990 the user and replace placeholders with user input. | |
991 (sql-oracle): If running on NT, set comint-input-sender to | |
992 sql-query-placeholders-and-send. | |
993 | |
994 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
995 present it as a message. | |
996 | |
997 2000-07-27 Alex Schroeder <alex@gnu.org> | |
998 | |
999 * sql.el (sql-input-ring-separator): Doc change. | |
1000 (sql-input-ring-file-name): Doc change. | |
1001 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
1002 `sql-input-ring-file-name' to set the comint-mode equivalents | |
1003 without making them local variables. | |
1004 (sql-stop): Don't bind `sql-input-ring-separator' and | |
1005 `sql-input-ring-file-name' dynamically to their comint-mode | |
1006 equivalents. | |
1007 | |
30490 | 1008 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1009 | |
1010 * international/mule.el (register-char-codings): New function. | |
1011 (make-coding-system): Handle `safe-chars' specification in the arg | |
1012 PROPERTY. | |
1013 | |
1014 * international/mule-cmds.el | |
1015 (find-coding-systems-region-subset-p): This function deleted. | |
1016 (sort-coding-systems-predicate): New variable. | |
1017 (sort-coding-systems): New function. | |
1018 (find-coding-systems-region): Use | |
1019 find-coding-systems-region-internal. | |
1020 (find-coding-systems-string): Use find-coding-systems-region. | |
1021 (find-coding-systems-for-charsets): Check | |
1022 char-coding-system-table. | |
1023 (select-safe-coding-system-accept-default-p): New variable. | |
1024 (select-safe-coding-system): Mostly rewritten. New argument | |
1025 ACCEPT-DEFAULT-P. | |
1026 (select-message-coding-system): Call select-safe-coding-system | |
1027 with ACCEPT-DEFAULT-P arg. | |
1028 (reset-language-environment): Reset default-sendmail-coding-system | |
1029 to the default value iso-latin-1. | |
1030 (set-language-environment): Don't set the obsolete variable | |
1031 charset-origin-alist. | |
1032 | |
1033 * international/codepage.el (cp-coding-system-for-codepage-1): | |
1034 Give `safe-chars' property to make-coding-system. | |
1035 | |
1036 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
1037 calling select-message-coding-system twice. | |
1038 | |
1039 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
1040 instead of `safe-charsets'. | |
1041 (cyrillic-alternativnyj): Likewise. | |
1042 (ccl-encode-alternativnyj): Don't check the charset | |
1043 cyrillic-iso8859-5. | |
1044 | |
30484 | 1045 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1046 | |
1047 * composite.el (compose-chars-after): Preserve match data. | |
1048 | |
30481 | 1049 2000-07-26 Sam Steingold <sds@gnu.org> |
1050 | |
1051 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
1052 (ange-ftp-real-file-newer-than-file-p): New function. | |
1053 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
1054 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
1055 | |
1056 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
1057 * midnight.el (midnight-float-time): Ditto. | |
1058 | |
30479 | 1059 2000-07-26 Andreas Schwab <schwab@suse.de> |
1060 | |
1061 * files.el (normal-backup-enable-predicate): Correct | |
1062 interpretation of the return value of compare-strings. | |
1063 | |
30471 | 1064 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
1065 | |
30477 | 1066 * isearch.el (isearch-resume): New function. |
1067 (isearch-done): Add something to command-history to resume | |
1068 the search. | |
1069 (isearch-yank-line, isearch-yank-word): Use | |
1070 buffer-substring-no-properties instead of buffer-substring. | |
1071 | |
30471 | 1072 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
1073 of flyspell-mouse-map. | |
1074 | |
1075 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
1076 duplicate definition. | |
1077 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
1078 | |
1079 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
1080 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
1081 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1082 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
|
1083 |
30459 | 1084 * net/ange-ftp.el: Get modtime over the net. |
1085 (ange-ftp-file-modtime): New function. | |
30473 | 1086 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
1087 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 1088 Use it. |
1089 (ange-ftp-dot-to-slash): New function. | |
1090 (ange-ftp-fix-name-for-vms): Use it. | |
1091 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1092 * 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
|
1093 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1094 |
30457 | 1095 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
1096 | |
1097 * find-dired.el: Update copyright notice. | |
1098 (find-dired): Offer to kill a running `find'. | |
1099 | |
1100 * enriched.el (enriched-face-ans): For a `foreground-color' | |
1101 property, return '(("x-color" COLOR))' so that COLOR will be | |
1102 output as a parameter of the x-color annotation. Likewise for the | |
1103 `background-color' property. In the case of normal face | |
1104 properties, don't return annotations for unspecified foreground | |
1105 and background face attributes. | |
1106 | |
30450 | 1107 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
1108 | |
1109 * language/japan-util.el (japanese-katakana-region): Fix handling | |
1110 HANKAKU argument. | |
1111 | |
30438 | 1112 2000-07-25 Miles Bader <miles@gnu.org> |
1113 | |
1114 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
1115 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
1116 constrain-to-field. | |
1117 | |
30437 | 1118 2000-07-24 Andrew Innes <andrewi@gnu.org> |
1119 | |
1120 * timer.el (timer-activate-when-idle): Add optional parameter | |
1121 DONT-WAIT. Update docstring. | |
1122 (run-with-idle-timer): Specify extra parameter to | |
1123 timer-activate-when-idle, so that timer will be activated | |
1124 immediately if Emacs is already idle. | |
1125 | |
1126 * w32-fns.el (w32-using-nt): Fix docstring. | |
1127 | |
30434 | 1128 2000-07-24 Dave Love <fx@gnu.org> |
1129 | |
1130 * mouse.el (popup-menu): Set last-command-event. | |
1131 (mouse-major-mode-menu-prefix): Declare. | |
1132 | |
30433 | 1133 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1134 | |
1135 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1136 | |
1137 * progmodes/hideshow.el: Update copyright notice. | |
1138 | |
1139 * vcursor.el: Set maintainer to FSF, since author cannot | |
1140 be reached. | |
1141 | |
30422 | 1142 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1143 | |
30424 | 1144 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1145 the prompt. | |
1146 | |
30422 | 1147 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1148 in case it was defined with define-prefix-key. If the menu is a | |
1149 list of keymaps, look up the binding of user's choice in each one | |
1150 of the keymaps. | |
1151 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1152 don't have a prompt string, create one and insert it into the | |
1153 keymap. Don't barf if current-local-map returns nil. | |
1154 | |
30415 | 1155 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1156 | |
1157 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1158 to be undone. | |
1159 (dired-sort-other): Use it. | |
1160 | |
30412 | 1161 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1162 | |
30415 | 1163 * Release of cc-mode 5.27 |
30412 | 1164 |
1165 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1166 | |
1167 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1168 c-beginning-of-statement-1 that caused a bad case of recursion | |
1169 which could consume a lot of CPU in large classes in languages | |
1170 that have in-expression classes (i.e. Java and Pike). | |
1171 | |
1172 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1173 statements before top level constructs (i.e. case 6 is moved | |
1174 before case 5 and is now case 4) to catch in-expression | |
1175 classes in top level expressions correctly. | |
1176 | |
1177 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1178 | |
1179 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1180 objc-method-intro. Case 4 removed and case 5I added. | |
1181 | |
1182 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1183 c-common-init to get paragraph-start correct. | |
1184 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1185 initialize paragraph-start to make it correct both with and | |
1186 without the javadoc special case. | |
1187 | |
1188 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1189 initialize paragraph-start for javadoc markup. | |
1190 | |
1191 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1192 change by defaulting this to t. It's motivated by the | |
1193 confusing behavior that otherwise arise from the style system | |
1194 when editing both java and non-java files at the same time | |
1195 (see the comments about style setting in c-common-init). | |
1196 | |
1197 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1198 | |
1199 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1200 similar to the one in c-fill-paragraph to check the fill | |
1201 prefix from the adaptive fill function for sanity. | |
1202 | |
1203 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1204 | |
1205 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1206 defun block. | |
1207 | |
1208 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1209 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1210 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1211 |
1212 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1213 | |
1214 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1215 leading comma nicely. Extended to handle member initializers | |
1216 too. | |
1217 | |
30415 | 1218 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1219 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1220 when the lines begins with a comma. | |
1221 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1222 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1223 |
1224 * cc-vars.el (c-offsets-alist): Changed default for | |
1225 member-init-cont to c-lineup-multi-inher since it now handles | |
1226 member initializers and indents better for leading commas. | |
1227 | |
1228 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1229 | |
1230 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1231 handling that caused class open lines to be recognized as | |
1232 statement-conts in some cases. | |
1233 | |
1234 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1235 guessed by the adaptive fill function unless point is on the | |
1236 first line of a block comment. | |
1237 | |
1238 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1239 when the buffer ends with a macro continuation char. | |
1240 | |
1241 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1242 function definitions as statements in Pike. The first | |
1243 statement in a lambda block is now labeled defun-block-intro | |
1244 instead of statement-block-intro. | |
1245 | |
1246 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1247 so that the class surrounding point is selected, not the one | |
1248 innermost in the state. | |
1249 | |
1250 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1251 recognition of switch labels having hanging multiline | |
1252 statements. | |
1253 | |
1254 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1255 some code in c-guess-basic-syntax to a separate function. | |
1256 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1257 recognition of member inits with multiple line arglists. | |
1258 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1259 member-init-cont when the commas are in funny places. | |
1260 | |
1261 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1262 | |
1263 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1264 not used anymore. | |
1265 | |
1266 * cc-engine.el (c-looking-at-bos): New helper function. | |
1267 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1268 inexpr and toplevel classes apart in Pike. | |
1269 | |
1270 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1271 of case 9A. | |
1272 | |
1273 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1274 constant, since "class" can introduce an in-expression class | |
1275 in Pike nowadays. | |
1276 | |
1277 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1278 | |
1279 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1280 indentation on cpp-macro lines. | |
1281 | |
1282 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1283 a syntax modifier like comment-intro, to make it possible to | |
1284 get syntactic indentation for preprocessor directives. It's | |
1285 incompatible wrt to lineup functions on cpp-macro, but it has | |
1286 no observable effect in the 99.9% common case where cpp-macro | |
1287 is set to -1000. | |
1288 | |
1289 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1290 | |
1291 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1292 member-init-cont when the preceding arglist is several lines. | |
1293 | |
1294 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1295 | |
1296 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1297 style corrected to 8. | |
1298 | |
1299 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1300 | |
1301 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1302 brace list openers in the gnu style. | |
1303 | |
1304 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1305 | |
1306 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1307 | |
1308 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1309 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1310 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1311 when c-syntactic-indentation is nil. | |
1312 | |
1313 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1314 we were left at comments preceding the first statement when | |
1315 reaching the beginning of the buffer. | |
1316 | |
1317 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1318 off all syntactic indentation. | |
1319 | |
1320 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1321 | |
1322 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1323 between the text and the block comment ender when it hangs, | |
1324 depending on how many there are before the fill. | |
1325 | |
1326 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1327 | |
1328 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1329 function to go back to the closest preceding statement start, | |
1330 which could be inside a conditional statement. | |
1331 * cc-engine.el (c-guess-basic-syntax): Use | |
1332 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1333 | |
1334 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1335 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1336 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1337 changed. | |
1338 | |
1339 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1340 up-to-date with javadoc 1.2. | |
1341 | |
1342 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1343 | |
1344 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1345 multiline Pike type decls. | |
1346 | |
1347 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1348 | |
1349 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1350 multiline comments in multiline mode, regardless of | |
1351 comment-multi-line. | |
1352 | |
1353 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1354 | |
1355 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1356 fully::qualified::names in C++ member init lists. Preamble in | |
1357 case 5D changed. | |
1358 | |
1359 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1360 | |
1361 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1362 moved to c-initialize-cc-mode. More compatible style override | |
1363 when using global style variables. | |
1364 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1365 variables moved here. | |
1366 | |
30415 | 1367 * cc-mode.texi: Documented the special behavior of |
30412 | 1368 c-special-indent-hook as a style variable. Don't talk about |
1369 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1370 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
|
1371 |
30412 | 1372 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1373 variable localness in c-style-variables-are-local-p to make | |
1374 the compatibility measure in c-common-init work well. | |
1375 | |
1376 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1377 longer contain set-from-style. | |
1378 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1379 set-from-style on c-special-indent-hook. | |
1380 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1381 copy-alist is sufficient now. | |
1382 | |
1383 * cc-styles.el (c-set-style, c-set-style-1, | |
1384 c-get-style-variables): Fixes to variable initialization so | |
1385 that duplicate entries in styles have the same effect | |
1386 regardless of DONT-OVERRIDE. | |
1387 | |
1388 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1389 initialization of inheriting styles failed when the | |
1390 dont-override flag is set. | |
1391 | |
1392 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1393 on this. | |
1394 | |
1395 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1396 | |
1397 * cc-defs.el (c-forward-comment): Removed the workaround | |
1398 introduced in 5.38 since it had worse side-effects. If a line | |
1399 contains the string "//\"", it regarded the // as a comment | |
1400 start since the \ temporarily doesn't have escape syntax. | |
1401 | |
1402 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1403 | |
1404 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1405 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1406 when ada-prj tries to add to it. | |
1407 (ada-activate-keys-for-case): Suppress the characters that are not | |
1408 part of the Ada syntax. Better compatibility with else-mode | |
1409 (ada-adjust-case-interactive): When auto-casing is not active, | |
1410 correctly insert newlines (used to insert only ^M). Prevent the | |
1411 syntax table from being changed in case of an error | |
1412 (or '_' becomes part of a word and some commands are confused). | |
1413 Do nothing if ada-auto-case is nil. | |
1414 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1415 (ada-batch-reformat): Update usage comment | |
1416 (ada-call-from-contextual-menu): New function | |
1417 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1418 first to nil first, so that the casing exception file can be | |
1419 shared. | |
1420 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1421 files. | |
1422 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1423 anywhere in the error message | |
1424 (ada-contextual-menu-last-point): New variable | |
1425 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1426 t on XEmacs, it means that DEL should delete one character | |
1427 forward. | |
1428 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1429 New submenu "Options". | |
1430 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1431 statements. | |
1432 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1433 even if they don't match ada-fill-comment-prefix Fix handling of | |
1434 paragraphs on the first or last line of a file. | |
1435 (ada-format-paramlist): Fix handling of default parameter values. | |
1436 (ada-get-body-name): New function. | |
1437 (ada-get-current-indent): Optimized by searchling directly for an | |
1438 existing generic part or a statement outside of it. Handle | |
1439 ada-indent-align-comments when indenting comments Replaced some | |
1440 regexps by testing directly the next character. This results in a | |
1441 huge speedup on some files. New indentation scheme for renames | |
1442 statements. Stop looking for the 'while' or 'for' associated with | |
1443 a 'loop' at the first semicolon encountered. A "return" can also | |
1444 match an anonymous access subprogram declaration. | |
1445 (ada-get-indent-noindent): Ignore strings and comments when | |
1446 looking for the keywords "record" and "private". | |
1447 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1448 are not in fact seeing "end if". Ignore "when" statements except | |
1449 when initial keyword was "begin". Fix handling of nested | |
1450 procedures. Add a recursive call to this function to skip over | |
1451 other 'end' statmts. Fix indentation for "when .. => begin" | |
1452 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1453 expressions, where 'and then', 'or else' and parenthesis | |
1454 statements are mixed up. | |
1455 (ada-in-paramlist-p): Skip comments while searching for the | |
1456 beginning Fix handling of operator declarations. | |
1457 (ada-indent-align-comments): New variable | |
1458 (ada-indent-current): Change the syntax table only in the | |
1459 protected section, so that we are sure it is restored correctly. | |
1460 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1461 ada-with-indent Correctly indent "select ... then" | |
1462 (ada-indent-region): Slight speedup. | |
1463 (ada-indent-renames): New variable. | |
1464 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1465 New variables | |
1466 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1467 keyword when it is the first word in a package declaration. | |
1468 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1469 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1470 even if point is not initially at the end of the word. | |
1471 (ada-matching-decl-start-re): Add "when". | |
1472 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1473 which-func-mode Override the old find-file.el entry in | |
1474 ff-special-constructs since it is using the obsolete | |
1475 ada-spec-suffix variable | |
1476 (ada-no-auto-case): New function | |
1477 (ada-scan-paramlist): When parsing the argument type, accept | |
1478 spaces (as in "X 'Class", generated by Rational Rose). | |
1479 (ada-other-file-name): No longer loads the other file. | |
1480 (ada-popup-menu): Save and restore the current buffer and cursor | |
1481 position before and after displaying the menu. | |
1482 (ada-search-ignore-complex-boolean): New function. | |
1483 (ada-uncomment-region): Emacs21 already knows how to delete | |
1484 comments not starting in the first column. | |
1485 (ada-use-indent): New variable | |
1486 (ada-which-function): New function. | |
1487 (ada-with-indent): New variable | |
1488 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1489 can be batch-compiled from the command line. | |
1490 | |
1491 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1492 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1493 Add -toolbar to the default ddd command Switches moved from | |
1494 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1495 ada-prj-default-comp-opt | |
1496 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1497 Reference Manual to the menu | |
1498 (ada-check-current): rewritten as a call to ada-compile-current | |
1499 (ada-compile): Removed. | |
1500 (ada-compile-application, ada-compile-current, ada-check-current): | |
1501 Set the compilation-search-path so that compile.el automatically | |
1502 finds the sources in src_dir. Automatic scrollong of the | |
1503 compilation buffer. C-uC-cC-c asks for confirmation before | |
1504 compiling | |
1505 (ada-compile-current): New parameter, prj-field | |
1506 (ada-complete-identifier): Load the .ali file before doing | |
1507 processing | |
1508 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1509 conform to gnatmake's behavior. | |
1510 (ada-find-file-in-dir): New function | |
1511 (ada-find-references): Set the environment variables for gnatfind | |
1512 (ada-find-src-file-in-dir): New function. | |
1513 (ada-first-non-nil): Removed | |
1514 (ada-gdb-application): Add support for jdb, the java debugger. | |
1515 (ada-get-ada-file-name): Load the original-file first if not done | |
1516 yet. | |
1517 (ada-get-all-references): Handles the new ali syntax (parent types | |
1518 are found between <>). | |
1519 (ada-initialize-runtime-library): New function | |
1520 (ada-mode-hook): Always load a project file when a file is opened, | |
1521 so that the casing exceptions are correctly read. | |
1522 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1523 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1524 to open the project file, since the latter does not work with | |
1525 speedbar Get default values before loading the prj file, or the | |
1526 default executable file name is wrong. Use the absolute value of | |
1527 src_dir to initialize ada-search-directories and | |
1528 compilation-search-path,... Add the standard runtime library to | |
1529 the search path for find-file. | |
1530 (ada-prj-default-debugger): Was missing an opening '{' | |
1531 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1532 variables. | |
1533 (ada-prj-default-gnatmake-opt): New variable | |
1534 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1535 buffers, the project file is the default one Save the windows | |
1536 configuration before displaying the menu. | |
1537 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1538 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1539 ...) regexp-quote identifiers names to support operators +, | |
1540 -,... in regexps. | |
1541 (ada-remote): New function. | |
1542 (ada-run-application): Erase the output buffer before starting the | |
1543 run Support remote execution of the application. Use | |
1544 call-process, or the arguments are incorrectly parsed | |
1545 (ada-set-default-project-file): Reread the content of the active | |
1546 project file, not the one from the current buffer When a project | |
1547 file is set as the default project, all directories are | |
1548 automatically associated with it. | |
1549 (ada-set-environment): New function | |
1550 (ada-treat-cmd-string): New special variable ${current} | |
1551 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1552 any ${...} substring | |
1553 (ada-xref-current): If no body was found, compiles the spec | |
1554 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1555 compiler to get rid of command line length limitations. | |
1556 (ada-xref-get-project-field): New function | |
1557 (ada-xref-project-files): New variable | |
1558 (ada-xref-runtime-library-specs-path) | |
1559 (ada-xref-runtime-library-ali-path): New variables | |
1560 (ada-xref-set-default-prj-values): Default run command now does a | |
1561 cd to the build directory. New field: main_unit Provide a default | |
1562 file name even if the current buffer has no prj file. | |
1563 | |
1564 * ada-prj.el: | |
1565 Rewritten to show a tabbed-dialog. | |
1566 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1567 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1568 New function | |
1569 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1570 (ada-prj-load-from-file): New function | |
1571 (ada-prj-save): Always save fields that depend on the current buffer | |
1572 (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
|
1573 |
30412 | 1574 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1575 Ada mode. This will allow us to display the Ada menu in any buffer | |
1576 we want (for project items). | |
1577 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1578 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
|
1579 |
30395 | 1580 2000-07-24 Dave Love <fx@gnu.org> |
1581 | |
1582 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1583 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1584 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1585 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1586 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1587 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1588 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1589 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1590 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1591 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1592 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1593 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1594 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1595 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1596 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1597 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1598 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1599 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1600 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1601 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1602 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1603 (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
|
1604 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1605 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1606 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1607 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1608 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1609 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1610 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1611 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1612 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1613 |
30386 | 1614 2000-07-23 Dave Love <fx@gnu.org> |
1615 | |
1616 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1617 ^o, ^u. | |
1618 | |
30359 | 1619 2000-07-21 Dave Love <fx@gnu.org> |
1620 | |
30374 | 1621 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1622 now passed to the function. It now works properly. | |
1623 | |
30359 | 1624 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1625 | |
30350 | 1626 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1627 | |
1628 * info-look.el (info-lookup): If *info* is shown in another frame | |
1629 on the same display, select that frame, instead of switching to | |
1630 the Info buffer in another window of the selected frame. | |
1631 | |
1632 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1633 kp-0 to kp-9 and kp-subtract. | |
1634 (digit-argument): Handle these keys. | |
1635 | |
30346 | 1636 2000-07-20 Dave Love <fx@gnu.org> |
1637 | |
1638 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1639 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1640 Put an extra property on the overlays and use it to clean up in | |
1641 case goto-address is re-run. | |
1642 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1643 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1644 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1645 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1646 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1647 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1648 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1649 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1650 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1651 |
30331 | 1652 2000-07-19 Dave Love <fx@gnu.org> |
1653 | |
1654 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1655 implementation. | |
1656 | |
1657 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1658 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1659 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1660 | |
30318 | 1661 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1662 | |
30329 | 1663 * textmodes/refer.el: Correct maintainer's email address. |
1664 | |
1665 * progmodes/hideif.el: Correct author's email address. | |
1666 Fix typo in comment. | |
1667 | |
1668 * xml.el: New file. | |
1669 | |
30318 | 1670 * mail/mailheader.el: Correct author's mail address. |
1671 | |
1672 * gnus/parse-time.el: Correct author's mail address. | |
1673 | |
30329 | 1674 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1675 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1676 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1677 New user options. |
1678 (comint-input-ring-file-name): Change custom type. | |
1679 (comint-mode-map): Bind mouse-2. | |
1680 (comint-insert-clicked-input): New function. | |
1681 (comint-send-input): Handle input highlighting. | |
1682 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1683 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1684 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1685 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1686 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1687 |
30311 | 1688 2000-07-18 Dave Love <fx@gnu.org> |
1689 | |
1690 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1691 improvements. | |
1692 | |
30308 | 1693 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1694 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1695 * faces.el (face-font-selection-order) |
30308 | 1696 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1697 |
30298 | 1698 2000-07-18 Dave Love <fx@gnu.org> |
1699 | |
1700 * cus-edit.el (custom-variable-reset-saved) | |
1701 (custom-variable-reset-standard): Remove unused bindings. | |
1702 | |
1703 * rect.el (open-rectangle-line): Remove unused let. | |
1704 | |
1705 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1706 | |
30296 | 1707 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1708 | |
1709 * cdl.el: Fix `Maintainer' keyword. | |
1710 | |
1711 * play/pong.el: Add author's email address. | |
1712 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1713 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1714 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1715 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1716 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1717 |
30290 | 1718 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1719 | |
1720 * mail/vms-pmail.el: Change maintainer to FSF. | |
1721 | |
1722 * net/goto-addr.el: Change maintainer to FSF. | |
1723 | |
1724 * recentf.el: Update from author. | |
1725 | |
1726 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1727 |
30277 | 1728 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1729 | |
1730 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1731 links to eshell, to avoid problems on systems where the manual is | |
1732 installed as `eshell'. | |
1733 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1734 * eshell/em-smart.el (eshell-smart): Ditto. | |
1735 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1736 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1737 |
1738 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1739 same-file check in the MS-DOS version (it does support inodes). | |
1740 | |
1741 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1742 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1743 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1744 Run default directory name through convert-standard-filename. |
30277 | 1745 |
30255 | 1746 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1747 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1748 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1749 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1750 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1751 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1752 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1753 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1754 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1755 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1756 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1757 |
30255 | 1758 * international/kkc.el (kkc-after-update-conversion-functions): |
1759 New variable. | |
1760 (kkc-update-conversion): Run functions in it at the tail. | |
1761 | |
30277 | 1762 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
|
1763 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1764 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1765 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
|
1766 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1767 |
30253 | 1768 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1769 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1770 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1771 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1772 the conversion list at first if appropriate. | |
1773 (kkc-next): Don't update kkc-next-count here. | |
1774 (kkc-prev): Don't update kkc-prev-count here. | |
1775 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1776 list message. | |
1777 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1778 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1779 |
30290 | 1780 * 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
|
1781 |
30248 | 1782 2000-07-16 Dave Love <fx@gnu.org> |
1783 | |
1784 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1785 function to be more specific. | |
1786 | |
1787 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1788 non-string help-echo. | |
1789 (widget-types-convert-widget): Defsubst it. | |
1790 (widget-echo-help): Try to cope with a help-echo function of two | |
1791 possible sorts. | |
1792 | |
30241 | 1793 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1794 | |
1795 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1796 Declare as obsolete. | |
1797 | |
1798 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1799 | |
30226 | 1800 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1801 | |
1802 * hilit-chg.el: Fix typo. | |
1803 | |
30221 | 1804 2000-07-14 Dave Love <fx@gnu.org> |
1805 | |
1806 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1807 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1808 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1809 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1810 * 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
|
1811 |
30193 | 1812 2000-07-13 Dave Love <fx@gnu.org> |
1813 | |
30195 | 1814 * emacs-lisp/easymenu.el: Doc fixes. |
1815 (easy-menu-remove): Defalias to ignore. | |
1816 | |
30193 | 1817 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1818 Call throw correctly. | |
1819 | |
30190 | 1820 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1821 | |
1822 * faces.el (frame-background-mode): Doc fix. | |
1823 | |
1824 * simple.el (eval-expression-print-length): Change custom type to | |
1825 allow entering nil as value. | |
1826 | |
30185 | 1827 2000-07-13 Dave Love <fx@gnu.org> |
1828 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1829 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1830 Change definition layout. |
30187 | 1831 (fortran-mode-menu): Reinstate customize entries. |
1832 | |
30185 | 1833 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1834 Use :filter, per old XEmacs code. | |
1835 | |
30170 | 1836 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1837 | |
1838 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1839 event when deciding what to send to the terminal. | |
1840 | |
30168 | 1841 2000-07-12 Dave Love <fx@gnu.org> |
1842 | |
1843 * cus-start.el: Add optional version as 4th element of specs and | |
1844 use it for several things new in v21. Remove load-path. Fix type | |
1845 of line-number-display-limit. | |
1846 | |
30148 | 1847 2000-07-11 Dave Love <fx@gnu.org> |
1848 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1849 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1850 Use repeat counts in various regexps. |
30150 | 1851 (fortran-mode-syntax-table): Defvar directly. |
1852 (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
|
1853 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1854 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1855 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1856 (fortran-mode): Set fortran-comment-line-start-skip, |
1857 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1858 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1859 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1860 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1861 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1862 (fortran-auto-fill): New function. | |
1863 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1864 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1865 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1866 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1867 Use fortran-auto-fill. |
30150 | 1868 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1869 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1870 |
30148 | 1871 * widget.el (widget-plist-member): New alias. |
1872 | |
30146 | 1873 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1874 | |
1875 * eshell/esh-module.el (toplevel): Reference | |
1876 byte-compile-current-file only if it is bound. | |
1877 | |
30131 | 1878 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1879 | |
1880 * dired.el: Don't require `dired-aux'. | |
1881 | |
30127 | 1882 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1883 | |
1884 * dired-aux.el (dired-show-file-type): New function. | |
1885 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1886 (dired-show-file-type): Add autoload. | |
1887 | |
30125 | 1888 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1889 | |
1890 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1891 change of fontset-info. |
30125 | 1892 (print-fontset): Likewise. |
1893 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1894 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1895 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1896 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1897 |
30111 | 1898 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1899 | |
30131 | 1900 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1901 |
30111 | 1902 * dired.el (dired-find-alternate-file): New function. |
1903 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1904 (toplevel): Require dired-aux when compiling. | |
1905 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1906 | |
1907 * info.el (Info-last-search): Variable removed. | |
1908 (Info-search-history): New variable. | |
1909 (Info-search): New Info-search-history. | |
1910 | |
1911 * battery.el, info-look.el: Change author's mail address. | |
1912 | |
30115 | 1913 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
|
1914 |
30115 | 1915 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1916 if rmail-ignored-headers is nil. | |
1917 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1918 rmail-displayed-headers to nil. | |
1919 | |
30096 | 1920 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1921 | |
30103 | 1922 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1923 (print-region-1): Don't hard code `-h' here. | |
1924 | |
30096 | 1925 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1926 | |
30103 | 1927 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1928 | |
1929 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1930 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
|
1931 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1932 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1933 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1934 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1935 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1936 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1937 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1938 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1939 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1940 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1941 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
|
1942 |
30096 | 1943 * ediff-diff.el (ediff-wordify): Use syntax table. |
1944 * 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
|
1945 ediff-color-display-p. |
30096 | 1946 (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
|
1947 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1948 Got rid of special cases for NeXT and OS/2. |
30096 | 1949 * 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
|
1950 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1951 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1952 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1953 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1954 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1955 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1956 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1957 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1958 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1959 * 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
|
1960 |
30076 | 1961 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1962 | |
30085 | 1963 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1964 not be changed without changing the make-dist script. | |
1965 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1966 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1967 (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
|
1968 |
30067 | 1969 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1970 | |
1971 * makefile.nt: Add support for `bootstrap' and related targets. | |
1972 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1973 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1974 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1975 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1976 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1977 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1978 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
|
1979 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1980 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1981 (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
|
1982 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1983 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
|
1984 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1985 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1986 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1987 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1988 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
|
1989 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1990 |
30056 | 1991 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1992 | |
1993 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1994 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1995 (eval-defun): If called with prefix arg, instrument code for | |
1996 Edebug. | |
1997 | |
1998 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1999 similar to that of eval-defun. | |
2000 | |
30029 | 2001 2000-07-04 Dave Love <fx@gnu.org> |
2002 | |
30035 | 2003 * hl-line.el (hl-line-overlay): Make it permanent-local. |
2004 | |
30029 | 2005 * calendar/todo-mode.el: Replaced with a working version, based on |
2006 revision 1.34 tidied up. | |
2007 | |
2008 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 2009 |
2010 * paths.el (prune-directory-list): New function. | |
2011 (Info-default-directory-list): Rewritten to more methodically | |
2012 enumerate a big list of possible info directories (based on the | |
2013 list used by the standalone info reader). | |
30029 | 2014 |
30021 | 2015 * 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
|
2016 non-existent directories from Info-directory-list. |
30021 | 2017 |
2018 * paths.el (Info-default-directory-list): Try a list of possible | |
2019 info-directories instead of a single one. Add the possible | |
2020 info directory "/usr/share/info". | |
2021 | |
2022 * woman.el (woman-man.conf-path): Explicitly include the debian | |
2023 man-db config file "/etc/manpath.config". | |
2024 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
2025 are present in `manpath.config'. | |
2026 (woman-manpath): Include "/usr/share/man". | |
2027 | |
30006 | 2028 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
2029 | |
30017 | 2030 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
2031 | |
2032 * startup.el (command-line): Initialize blink-cursor based | |
2033 on window-system. | |
2034 | |
30014 | 2035 * frame.el (blink-cursor): Default to nil if not running under |
2036 a window-system. | |
2037 | |
30012 | 2038 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
2039 (face-x-resources): Remove duplicate entry for :font. | |
2040 | |
30006 | 2041 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
2042 instead of cycling through windows with next-window. | |
2043 | |
2044 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
2045 of cycling through windows with next-window. | |
2046 | |
2047 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
2048 of cycling through windows with next-window. | |
2049 | |
2050 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
2051 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
2052 instead of cycling through windows with next-window. | |
2053 | |
2054 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
2055 instead of cycling through windows with next-window. | |
2056 | |
2057 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
2058 of cycling through windows with next-window. | |
2059 | |
2060 * terminal.el (te-process-output): Use walk-windows instead of | |
2061 cycling through windows with next-window. | |
2062 | |
2063 * server.el (server-switch-buffer): Use some-window instead of | |
2064 cycling through windows with next-window. | |
2065 | |
2066 * window.el (some-window): New function. | |
2067 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 2068 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2069 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 2070 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
2071 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 2072 |
2073 * window.el (walk-windows): Guarantee termination by keeping a list | |
2074 of all the windows already handled. | |
2075 | |
29975 | 2076 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2077 | |
2078 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
2079 window-system. | |
2080 | |
2081 * man.el (Man-notify-when-ready): Don't use window-system. If | |
2082 Man-notify-method is newframe, and the display is not | |
2083 multi-frame, select the frame created for the man page. | |
2084 (Man-init-defvars): Doc fix. | |
2085 | |
29972 | 2086 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
2087 | |
29982 | 2088 * faces.el (region): Change background color for light background. |
2089 | |
2090 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
2091 attribute from mode-line face of Ediff control frame. | |
2092 | |
29972 | 2093 * replace.el (query-replace-map): Bind `e' like `E'. |
2094 | |
29967 | 2095 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2096 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2097 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2098 Change name to "Select All". |
29969 | 2099 |
29967 | 2100 * dos-fns.el (convert-standard-filename): Fix last change. |
2101 | |
29957 | 2102 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
2103 | |
29959 | 2104 * help.el (describe-variable): Don't insert a second `'s' in front |
2105 of the string `value is shown below'. Since the syntax-table is | |
2106 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
2107 an existing `'s', so that this won't be deleted. | |
2108 | |
29957 | 2109 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
2110 * pcmpl-unix.el: New files. | |
2111 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2112 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2113 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2114 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2115 |
29939 | 2116 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
2117 | |
29956 | 2118 * replace.el (perform-replace): Undo change of 2000-04-04. |
2119 Instead, move backward 1 character at the end of the loop when | |
2120 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2121 |
29949 | 2122 * faces.el (fringe): Change face for different backgrounds. |
2123 | |
2124 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
2125 patch from John. | |
2126 | |
29939 | 2127 * eshell/*.el: Change spelling of the Free Software Foundation. |
2128 | |
2129 * eshell/esh-toggle.el: Removed. | |
2130 | |
2131 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2132 | |
2133 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2134 interactively. | |
2135 | |
2136 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2137 | |
2138 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2139 `define-key'; instead of checking `(emacs-version)' check for | |
2140 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2141 for `;' and `o' which might be electric. | |
2142 | |
2143 (sql-electric-stuff): New user option. | |
2144 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2145 (sql-magic-semicolon): New function which uses | |
2146 `sql-electric-stuff'. | |
2147 | |
2148 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2149 is not fboundp. | |
2150 | |
2151 (sql-oracle-options): New variable. | |
2152 (sql-oracle): Use it. | |
2153 | |
2154 (sql-imenu-generic-expression): Doc change. | |
2155 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2156 is used. | |
2157 | |
2158 (sql-informix): Added command line parameter "-" to force | |
2159 sql-informix-program to use stdout. | |
2160 | |
29924 | 2161 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2162 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2163 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2164 (cp864-decode-table): Doc fix. |
2165 (cp720-decode-table): New variable, supports the Arabic OEM | |
2166 codepage used by Windows. | |
2167 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2168 | |
29920 | 2169 2000-06-23 Dave Love <fx@gnu.org> |
2170 | |
2171 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2172 (font-lock-fontify-anchored-keywords): Use | |
2173 line-beginning-position. | |
2174 (global-font-lock-mode): Use mapc. | |
2175 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2176 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2177 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2178 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2179 |
29870 | 2180 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2181 | |
29885 | 2182 * comint.el (comint-substitute-in-file-name): Call replace-match |
2183 with second and third arg t. | |
2184 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2185 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2186 Specify foreground color. |
2187 | |
2188 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2189 color. | |
2190 | |
29876 | 2191 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2192 | |
2193 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2194 cddr instead of cdddr. | |
2195 | |
29873 | 2196 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2197 instead of copy-list. | |
2198 | |
2199 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2200 of copy-list. | |
2201 | |
29870 | 2202 * subdirs.el: Add eshell subdirectory. |
2203 | |
2204 * eshell: New subdirectory containing the Eshell package. | |
2205 | |
2206 * pcomplete.el: New file. | |
2207 | |
29885 | 2208 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2209 | |
29888 | 2210 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2211 proper permissions from birth. | |
2212 | |
2213 * files.el (basic-save-buffer-2): When temporarily setting | |
2214 file modes, set them to current modes plus 0200, not to 0777. | |
2215 | |
29885 | 2216 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2217 permissions from birth. | |
2218 | |
29857 | 2219 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2220 | |
2221 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2222 backup file name through convert-standard-filename. | |
2223 | |
2224 * dos-fns.el (convert-standard-filename): Convert leading | |
2225 directories as well. When long file names are supported, convert | |
2226 characters that are invalid in Windows file names. | |
2227 | |
29849 | 2228 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2229 | |
2230 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2231 ps-print crashes. New feature: page selection for printing. Create | |
2232 raw-text-unix coding system for XEmacs. Doc fix. | |
2233 (ps-print-version): New version number (5.2.3). | |
2234 (ps-plot-region): Bug fix. | |
2235 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2236 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2237 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2238 funs. | |
2239 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2240 (ps-last-page): New vars. | |
2241 | |
29845 | 2242 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2243 | |
2244 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2245 empty option string. | |
2246 | |
29839 | 2247 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2248 | |
2249 * man.el (man): Doc fix. | |
2250 | |
29829 | 2251 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2252 | |
2253 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2254 fixed. | |
2255 | |
29814 | 2256 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2257 | |
2258 * version.el (emacs-version): Use ISO date format. | |
2259 | |
2260 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2261 instead of `M-backspace'. | |
2262 | |
2263 * simple.el (turn-off-auto-fill): New function. | |
2264 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2265 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2266 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2267 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2268 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2269 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2270 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2271 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2272 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2273 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2274 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
|
2275 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2276 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2277 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2278 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2279 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2280 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
|
2281 (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
|
2282 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2283 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2284 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2285 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2286 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2287 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2288 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2289 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2290 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2291 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2292 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2293 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2294 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2295 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2296 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2297 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2298 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2299 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2300 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2301 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2302 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2303 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2304 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2305 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2306 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2307 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2308 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2309 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2310 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2311 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2312 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2313 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2314 * 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
|
2315 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2316 * 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
|
2317 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2318 * 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
|
2319 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2320 * 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
|
2321 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2322 |
29776 | 2323 2000-06-20 Dave Love <fx@gnu.org> |
2324 | |
2325 * faces.el (frame-background-mode): Use set-default, not set, in | |
2326 setter. | |
2327 (frame-update-faces, frame-update-face-colors): Define with | |
2328 defalias. | |
2329 | |
2330 * enriched.el (enriched-decode-foreground) | |
2331 (enriched-decode-background): Don't use internal-find-face. | |
2332 | |
2333 * apropos.el: Doc fixes. | |
2334 | |
2335 * cus-edit.el (customize-changed-options): Check arg. | |
2336 (customize-version-lessp): Don't require decimal point. | |
2337 | |
2338 * custom.el (defcustom, defgroup): Doc fix. | |
2339 | |
2340 * newcomment.el (comment) <defgroup>: Add :version. | |
2341 (comment-multi-line): Doc fix. | |
2342 | |
2343 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2344 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2345 | |
29747 | 2346 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2347 | |
2348 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2349 the whole buffer. | |
2350 | |
29740 | 2351 2000-06-19 Dave Love <fx@gnu.org> |
2352 | |
2353 * menu-bar.el (menu-bar-options-save): New function. | |
2354 (menu-bar-options-menu): Use it. | |
2355 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2356 Simplify. | |
2357 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2358 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2359 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2360 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2361 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2362 |
29720 | 2363 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2364 | |
2365 * international/codepage.el: | |
2366 (cp-coding-system-for-codepage-1): Delete special codes for | |
2367 generating xxx-dos coding system because now a CCL based coding | |
2368 system can handle EOL conversion by default. | |
2369 | |
2370 * international/mule.el (make-coding-system): Generate subsidiary | |
2371 coding systems for EOL handling variants even for a CCL based | |
2372 coding system. | |
2373 | |
29718 | 2374 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2375 | |
2376 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2377 (isearch-minibuffer-input-method-function): These variables | |
2378 deleted. | |
2379 (isearch-with-input-method): Don't use the above variables. | |
2380 (isearch-process-search-multibyte-characters): Likewise. Call | |
2381 read-string with the arg INHERIT-INPUT-METHOD t. | |
2382 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2383 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2384 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2385 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2386 (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
|
2387 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2388 * 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
|
2389 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2390 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2391 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
|
2392 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2393 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2394 |
29712 | 2395 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2396 | |
2397 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2398 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2399 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2400 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2401 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2402 |
29696 | 2403 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2404 | |
2405 * find-lisp.el: New file. | |
2406 | |
29694 | 2407 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2408 | |
2409 * time.el (display-time-mail-function): New variable, to allow | |
2410 external packages to indicate when new mail is available. | |
2411 (display-time-update): Use it. | |
2412 | |
29689 | 2413 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2414 | |
29691 | 2415 * international/mule.el (mule-version): Change version name to |
2416 SAKAKI. AOI has already been used by Meadow. | |
2417 | |
29689 | 2418 * international/quail.el (quail-show-guidance-buf): To find the |
2419 bottom window (but minibuffer), pay attention to the height of | |
2420 minibuffer. | |
2421 | |
29670 | 2422 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2423 | |
29682 | 2424 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2425 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2426 from the menu bar, as the menu bar has enough space now. | |
2427 | |
29680 | 2428 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2429 | |
29670 | 2430 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2431 characters, which use series of two ^H characters instead of one. | |
2432 | |
29667 | 2433 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2434 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2435 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2436 (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
|
2437 functions. |
29686 | 2438 (Info-find-node-2): Try a case-sensitive search first, then |
2439 do a case-insensitive search. | |
2440 | |
2441 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2442 tutorials. | |
2443 | |
29676 | 2444 * complete.el (PC-env-vars-alist): New variable. |
2445 (PC-complete-as-file-name): New function. | |
2446 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2447 process-environment. | |
2448 (PC-do-completion): Handle completion of env vars. | |
2449 | |
2450 * info.el (Info-set-mode-line): Show file name in mode line, | |
2451 use `*Info*' instead of `Info:'. | |
2452 | |
29667 | 2453 * startup.el (command-line-1): Change copyright messages to year |
2454 2000. | |
2455 | |
29665 | 2456 2000-06-15 Dave Love <fx@gnu.org> |
2457 | |
2458 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2459 not local-map. | |
2460 | |
29658 | 2461 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2462 | |
2463 * international/mule.el (set-buffer-file-coding-system): Almost | |
2464 rewritten to handle `undecided' as no-op. | |
2465 | |
29654 | 2466 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2467 | |
29667 | 2468 * Makefile.in: New file. |
29657 | 2469 |
2470 * Makefile: Removed. | |
2471 | |
29654 | 2472 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2473 (goto-address-highlight-keymap): Bind C-c RET. | |
2474 | |
29640 | 2475 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2476 | |
29649 | 2477 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2478 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2479 |
29645 | 2480 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2481 0. Give correct argument to set-auto-coding-function. | |
2482 (tar-expunge): For goto-char, use (point-min), not 0. | |
2483 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2484 (tar-subfile-save-buffer): Likewize. | |
2485 | |
29640 | 2486 * international/mule.el |
2487 (after-insert-file-set-buffer-file-coding-system): Call | |
2488 set-buffer-file-coding-system with the arg FORCE t. | |
2489 | |
29633 | 2490 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2491 | |
2492 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2493 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2494 the sender is set with `-f'. |
29633 | 2495 |
29622 | 2496 2000-06-13 Dave Love <fx@gnu.org> |
2497 | |
29630 | 2498 * help.el (describe-function-1): Kluge around cases of functions |
2499 fset to subrs whose doc doesn't match their symbol-name. | |
2500 | |
29627 | 2501 * image.el (insert-image): Default STRING to a space. |
29625 | 2502 |
29622 | 2503 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2504 (Info-build-node-completions): Match Ref tags. |
29622 | 2505 |
29612 | 2506 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2507 | |
29615 | 2508 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2509 defaliases for display-graphic-p. | |
2510 | |
29612 | 2511 * hl-line.el: Fixed a typo in commentary. |
2512 | |
29609 | 2513 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2514 | |
2515 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2516 fixed. | |
2517 | |
29608 | 2518 2000-06-12 Dave Love <fx@gnu.org> |
2519 | |
2520 * image.el (insert-image): Save a little consing. | |
2521 | |
29598 | 2522 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2523 | |
2524 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2525 to the corresponding tibetan characters. | |
2526 (tibetan-add-components): Delete code for the special treatment of | |
2527 'a chung. | |
2528 | |
2529 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2530 change. | |
2531 (tibetan-vowel-transcription-alist): More rules added. | |
2532 (tibetan-composite-vowel-alist): New variable. | |
2533 (tibetan-precomposition-rule-alist): More rules added. | |
2534 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2535 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2536 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2537 * 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
|
2538 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2539 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2540 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2541 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2542 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2543 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2544 * 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
|
2545 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2546 * 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
|
2547 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2548 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2549 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2550 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2551 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2552 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2553 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2554 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2555 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2556 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2557 * 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
|
2558 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2559 * 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
|
2560 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2561 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2562 (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
|
2563 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2564 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2565 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2566 (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
|
2567 (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
|
2568 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2569 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2570 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2571 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2572 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2573 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2574 * 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
|
2575 (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
|
2576 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2577 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2578 (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
|
2579 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2580 (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
|
2581 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
|
2582 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2583 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2584 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2585 * 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
|
2586 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2587 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2588 (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
|
2589 (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
|
2590 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
|
2591 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2592 * 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
|
2593 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
|
2594 |
29574 | 2595 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2596 | |
2597 * international/mule.el (set-buffer-file-coding-system): If | |
2598 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2599 unconditionally. | |
2600 | |
29568 | 2601 2000-06-12 Dave Love <fx@gnu.org> |
2602 | |
2603 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2604 required. | |
2605 | |
29556 | 2606 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2607 | |
2608 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2609 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2610 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2611 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2612 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2613 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2614 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2615 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
|
2616 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2617 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2618 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2619 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2620 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2621 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2622 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2623 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2624 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2625 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2626 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2627 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
|
2628 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2629 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
|
2630 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2631 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2632 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2633 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2634 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2635 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2636 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2637 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2638 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2639 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2640 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2641 |
29542 | 2642 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2643 | |
2644 * 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
|
2645 undecided-XXX is specified, change only EOL conversion. |
29542 | 2646 |
2647 * international/mule-conf.el (unix): New alias for the coding | |
2648 system undecided-unix. | |
2649 | |
29528 | 2650 2000-06-09 Dave Love <fx@gnu.org> |
2651 | |
29535 | 2652 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2653 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2654 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2655 (executable-insert): Change custom type. |
2656 (executable-find): Add autoload cookie. | |
29531 | 2657 (executable-make-buffer-file-executable-if-script-p): New |
2658 function. After Noah Friedman. | |
29528 | 2659 |
2660 * files.el (after-save-hook): Customize, with | |
29531 | 2661 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2662 |
29518 | 2663 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2664 | |
29522 | 2665 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2666 "tib24p-mule.bdf" for Tibetan. | |
2667 | |
29520 | 2668 * composite.el (decompose-composite-char): Declare it as obsolete. |
2669 | |
29541 | 2670 * man.el (Man-fontify-manpage): Pay attention to underline and |
2671 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2672 |
29517 | 2673 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2674 | |
2675 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2676 Set maintainer to FSF since author isn't reachable. | |
2677 | |
29508 | 2678 2000-06-08 Dave Love <fx@gnu.org> |
2679 | |
2680 * international/mule-cmds.el (select-safe-coding-system): If | |
2681 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2682 preferred coding-system if buffer-file-coding-system is | |
2683 `undecided'. From Handa. | |
2684 | |
29503 | 2685 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2686 | |
2687 * international/mule.el | |
2688 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2689 size is greater than INSERTED, judget that we are not visiting. | |
2690 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2691 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
|
2692 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2693 * 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
|
2694 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
|
2695 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
|
2696 |
29498 | 2697 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2698 | |
2699 * align.el: Update from author. | |
2700 | |
2701 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2702 | |
2703 * apropos.el (apropos-mode-hook): New user variable. | |
2704 (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
|
2705 |
29498 | 2706 2000-06-07 David Ponce <david@dponce.com> |
2707 | |
2708 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2709 commands. Require `wid-edit' at run-time. | |
2710 | |
2711 2000-06-07 David Ponce <david@dponce.com> | |
2712 | |
2713 * recentf.el: Added some "Commentary". | |
2714 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2715 move the point at the top of the file list. This behaviour is | |
2716 consistent with the menu one when the list contains a lot of | |
2717 files. | |
2718 (recentf-cleanup): Now displays the number of items removed from | |
2719 the list. | |
2720 (recentf-relative-filter) New menu filter to show filenames | |
2721 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
|
2722 |
29498 | 2723 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2724 | |
2725 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2726 with/without giving an error if PostScript printer doesn't have this | |
2727 kind of page size. Zebra Stripe continues or restarts on next page. | |
2728 Manual/automatic paper feeding. Switch or not the header. | |
2729 (ps-print-version): New version number (5.2.2). | |
2730 (ps-windows-system): Include emx as a Windows system. | |
2731 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2732 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2733 (ps-background-text): Code fix. | |
2734 (ps-error-handler-message, ps-user-defined-prologue) | |
2735 (ps-print-prologue-header, ps-printer-name) | |
2736 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2737 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2738 (ps-use-face-background): Customization fix. | |
2739 (ps-n-up-database): Data fix. | |
2740 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2741 (ps-switch-header): New vars. | |
2742 (ps-xemacs-color-name, ps-face-foreground-name) | |
2743 (ps-face-background-name, ps-boolean-constant): New funs. | |
2744 | |
29491 | 2745 2000-06-07 Dave Love <fx@gnu.org> |
2746 | |
2747 * allout.el: New version from Manheimer. | |
2748 | |
29483 | 2749 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2750 | |
2751 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2752 charset. | |
2753 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2754 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
|
2755 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2756 * 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
|
2757 (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
|
2758 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
|
2759 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2760 |
29471 | 2761 2000-06-06 Dave Love <fx@gnu.org> |
2762 | |
2763 * image.el (find-image): Doc fix. Return nil if image not found. | |
2764 (put-image, insert-image): Make STRING arg optional. | |
2765 | |
29455 | 2766 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2767 | |
2768 * language/vietnamese.el: Remove eval-when-compile. | |
2769 (viet-viscii-nonascii-translation-table): Define it as a | |
2770 translation table made from viet-viscii-decode-table. | |
2771 (viet-viscii-encode-table): Define it as a translation table made | |
2772 from the reverse map of above. | |
2773 (viet-vscii-nonascii-translation-table): Define it as a | |
2774 translation table made from viet-vscii-decode-table. | |
2775 (viet-vscii-encode-table): Define it as a translation table made | |
2776 from the reverse map of above. | |
2777 (ccl-decode-viscii): Use translate-character. | |
2778 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2779 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2780 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2781 |
29455 | 2782 * language/cyrillic.el: Remove eval-when-compile. |
2783 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2784 translation table made from cyrillic-koi8-r-decode-table. | |
2785 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2786 made from the reverse map of above. | |
2787 (ccl-decode-koi8): Use translate-character. | |
2788 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2789 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2790 a translation table made from cyrillic-alternativnyj-decode-table. | |
2791 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2792 table made from the reverse map of above. | |
2793 (ccl-decode-alternativnyj): Use translate-character. | |
2794 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2795 Likewize | |
2796 | |
2797 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2798 translation table symbol instead of translation table itself. | |
2799 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2800 | |
2801 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2802 already exists, override it. | |
2803 | |
2804 * international/fontset.el: Use family `proportional' for Tibetan | |
2805 fonts. | |
2806 | |
2807 * international/ccl.el (ccl-compile-translate-character): Don't | |
2808 check if Rrr has property translation-table. | |
2809 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2810 | |
29447 | 2811 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2812 | |
2813 * info.el: Bind case-fold-search to t when searching in case | |
2814 a user sets it to nil in a hook. | |
2815 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2816 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2817 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2818 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2819 * 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
|
2820 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2821 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2822 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2823 (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
|
2824 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2825 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
|
2826 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2827 * 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
|
2828 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2829 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2830 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2831 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2832 * 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
|
2833 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2834 (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
|
2835 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2836 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2837 (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
|
2838 (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
|
2839 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2840 * 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
|
2841 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2842 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
|
2843 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2844 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2845 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2846 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2847 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2848 (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
|
2849 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2850 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2851 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
|
2852 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2853 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2854 * 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
|
2855 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2856 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
|
2857 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2858 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
|
2859 |
29447 | 2860 * 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
|
2861 tty's. |
29447 | 2862 * 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
|
2863 differences whenever appropriate. |
29447 | 2864 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2865 * 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
|
2866 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2867 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2868 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2869 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2870 * 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
|
2871 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2872 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2873 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
|
2874 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2875 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2876 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2877 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2878 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2879 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2880 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2881 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2882 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2883 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2884 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2885 (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
|
2886 (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
|
2887 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2888 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2889 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
|
2890 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2891 (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
|
2892 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2893 |
29403 | 2894 2000-06-02 Dave Love <fx@gnu.org> |
2895 | |
2896 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2897 all the widgets. Don't require cl or widget. Remove | |
2898 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2899 (widget-read-event): Removed. Callers changed to use read-event. | |
2900 (widget-button-release-event-p): Renamed from | |
2901 button-release-event-p. | |
2902 (widget-field-add-space, widget-field-use-before-change): | |
2903 Uncustomize. | |
2904 (widget-specify-field): Use keymap property, not local-map. | |
2905 (widget-specify-button): Obey :suppress-face. | |
2906 (widget-specify-insert): Use modern backquote syntax. | |
2907 (widget-image-directory): Renamed from widget-glyph-directory. | |
2908 (widget-image-enable): Renamed from widget-glyph-enable. | |
2909 (widget-image-find): Replaces widget-glyph-find. | |
2910 (widget-button-pressed-face): Move defvar. | |
2911 (widget-image-insert): Replaces widget-glyph-insert. | |
2912 (widget-convert): Use keywordp. | |
2913 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2914 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2915 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2916 (widget-button-click): Don't set point at the click, but re-centre |
2917 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2918 (widget-tabable-at): Use POS arg, not point. | |
2919 (widget-beginning-of-line, widget-end-of-line) | |
2920 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2921 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2922 (widget-default-create): Use widget-image-insert; some rewriting. | |
2923 (widget-visibility-value-create) | |
2924 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2925 widget-image-insert. | |
2926 (checkbox): Create on and off images dynamically. | |
2927 (documentation-link): Change :help-echo. | |
2928 (widget-documentation-link-echo-help): Remove. | |
2929 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2930 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2931 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2932 * 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
|
2933 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2934 * 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
|
2935 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2936 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2937 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2938 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2939 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2940 |
29383 | 2941 2000-06-02 Dave Love <fx@gnu.org> |
2942 | |
29392 | 2943 * files.el (convert-standard-filename): Doc fix. |
2944 (normal-backup-enable-predicate): New function. | |
2945 (backup-enable-predicate): Use it to replace the lambda form. | |
2946 | |
2947 * calendar/todo-mode.el: [This needs more work on the outline | |
2948 stuff.] Doc fixes. | |
2949 (todo) <defgroup>: Add :version. | |
2950 (todo-add-category): Don't use pushnew. | |
2951 (todo-cmd-raise): Fix typo. | |
2952 (todo-top-priorities): Change temp buffer name. | |
2953 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2954 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2955 Use outline-next-heading. |
29392 | 2956 |
29383 | 2957 * autoarg.el: Rewritten to use define-minor-mode. |
2958 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2959 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2960 | |
29376 | 2961 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2962 | |
2963 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2964 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2965 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2966 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2967 * 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
|
2968 (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
|
2969 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2970 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2971 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2972 |
29372 | 2973 2000-06-01 Dave Love <fx@gnu.org> |
2974 | |
2975 * hl-line.el: Rewritten using define-minor-mode. | |
2976 | |
2977 * help.el (describe-function-1): Distinguish special form from | |
2978 builtin function. Sanity-check presence of arglist for builtins. | |
2979 | |
29356 | 2980 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2981 | |
29365 | 2982 * international/characters.el: Fix syntax/category setting of |
2983 Tibetan characters. | |
2984 | |
2985 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2986 encoding of Tibetan characters. | |
2987 (tibetan-decompose-precomposition-alist): New variable. | |
2988 (tibetan-decompose-region): Convert precomposed characters to | |
2989 non-precomposed characters. | |
2990 (tibetan-decompose-string): Likewise. | |
2991 (tibetan-composition-function): Fix args to | |
2992 thibetan-compose-string. | |
2993 | |
2994 * language/tibetan.el (tibetan-composable-pattern): More | |
2995 characters included. | |
2996 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2997 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2998 "+R" added. | |
2999 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
3000 | |
29359 | 3001 * language/lao-util.el (lao-composition-function): Fix args to |
3002 compose-string. | |
3003 | |
3004 * language/thai-util.el (thai-composition-function): Fix args to | |
3005 compose-string. | |
3006 | |
29356 | 3007 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 3008 to prevent the point moving to the end of a composition when a |
3009 part of a composition is searched. | |
29356 | 3010 (isearch-other-meta-char): If the key invoking this command can be |
3011 mapped by function-key-map to a printing char, call | |
3012 isearch-process-search-char directly. | |
3013 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3014 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3015 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3016 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3017 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3018 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3019 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3020 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3021 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3022 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3023 * 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
|
3024 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3025 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3026 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
|
3027 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3028 * 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
|
3029 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3030 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
|
3031 |
29347 | 3032 2000-05-31 Dave Love <fx@gnu.org> |
3033 | |
3034 * loadhist.el (loadhist-hook-functions): Remove | |
3035 before-change-function, after-change-function. | |
3036 (unload-feature): Deal with symbols which are both bound and | |
3037 fbound. | |
3038 | |
3039 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
3040 before-change-function, after-change-function. | |
3041 | |
3042 * simple.el (newline): Don't bind before-change-function, | |
3043 after-change-function. | |
3044 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3045 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
|
3046 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3047 * 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
|
3048 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
|
3049 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
|
3050 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
|
3051 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3052 * 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
|
3053 |
29330 | 3054 2000-05-31 Dave Love <fx@gnu.org> |
3055 | |
3056 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
3057 pattern for function of change. | |
3058 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
3059 acknowledgements patterns. | |
3060 | |
29328 | 3061 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
3062 | |
3063 * isearch.el (isearch-printing-char): If keyboard coding system is | |
3064 being used, call isearch-process-search-multibyte-characters. | |
3065 | |
3066 * international/isearch-x.el: Mostly rewritten. | |
3067 | |
3068 * international/quail.el (quail-start-conversion): Don't include | |
3069 unhandled events in the returned events, but set them in | |
3070 unread-command-events. Exit if all inputs are deleted. | |
3071 | |
29324 | 3072 2000-05-30 Jason Rumney <jasonr@gnu.org> |
3073 | |
3074 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
3075 | |
3076 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
3077 Reenable code to create initial fontsets. | |
3078 Use set-fontset-font in place of put-charset-property. | |
3079 | |
29302 | 3080 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
3081 | |
29307 | 3082 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
3083 label, ensure that the first colon isn't followed by another. | |
3084 | |
3085 * paths.el (Info-default-directory-list): Doc fix. | |
3086 | |
29304 | 3087 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
3088 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
3089 send a query containing USER only, not USER@HOST. | |
3090 | |
29302 | 3091 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
3092 and rmail-msgend to compute the restriction at the end, instead of | |
3093 computing it. | |
3094 | |
29292 | 3095 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
3096 | |
29295 | 3097 * dabbrev.el (dabbrev-expand): Don't display messages in the |
3098 echo area if the minibuffer window is active. | |
3099 | |
29292 | 3100 * jit-lock.el (jit-lock-mode): Add after change function to |
3101 local hook. | |
3102 | |
3103 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
3104 | |
3105 * antlr-mode.el: New commands: hide/unhide actions, | |
3106 upcase/downcase literals. | |
3107 (antlr-tiny-action-length): New user option. | |
3108 (antlr-hide-actions): New command. Suggested by | |
3109 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
|
3110 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 3111 (antlr-mode-menu): New entries. |
3112 (antlr-downcase-literals): New command. | |
3113 (antlr-upcase-literals): Ditto. | |
3114 | |
3115 * antlr-mode.el: Minor changes: indendation, mode-name. | |
3116 (antlr-indent-line): Indent cpp directive at column 0. | |
3117 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
3118 | |
3119 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
3120 (antlr-font-lock-additional-keywords): Workaround for intentional | |
3121 bug in XEmacs version of font-lock. | |
3122 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
3123 be used by a smarter version of `buffers-menu-grouping-function'. | |
3124 | |
3125 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
3126 | |
3127 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
3128 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
3129 | |
29266 | 3130 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3131 | |
3132 * international/encoded-kb.el | |
3133 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3134 charset-iso-final-char return -1 for eight-bit-control and | |
3135 eight-bit-graphic. | |
3136 | |
29261 | 3137 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3138 | |
3139 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3140 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3141 available, instead of window-system. | |
3142 | |
29259 | 3143 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3144 | |
3145 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3146 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3147 coding systems. | |
3148 | |
29248 | 3149 2000-05-26 Dave Love <fx@gnu.org> |
3150 | |
29255 | 3151 * disp-table.el (standard-display-underline): Don't use |
3152 internal-find-face. | |
3153 | |
29248 | 3154 * mail/reporter.el: Maintainer change. Doc fixes. |
3155 (reporter-version): Deleted. | |
3156 | |
3157 * emacs-lisp/elp.el: Maintainer change. | |
3158 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3159 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3160 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3161 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3162 * 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
|
3163 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3164 |
29240 | 3165 2000-05-26 Dave Love <fx@gnu.org> |
3166 | |
29242 | 3167 * loadhist.el (unload-feature): Fix interactive spec [from |
3168 lijnzaad@ebi.ac.uk]. | |
3169 | |
29240 | 3170 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3171 subr-arity to check primitives. | |
3172 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3173 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3174 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3175 mapcar. | |
3176 | |
29226 | 3177 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3178 | |
29235 | 3179 * international/fontset.el: Set family names of non-latin charsets |
3180 in default fontset to "*". | |
3181 | |
29230 | 3182 * international/mule-diag.el (print-fontset): Combine family part |
3183 and registry part of the fontname by "-*-" instead of "-". | |
3184 | |
29226 | 3185 * international/mule-cmds.el (encode-coding-char): Make strings |
3186 multibyte before calling encode-coding-string. | |
3187 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3188 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3189 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3190 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3191 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3192 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3193 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3194 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3195 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3196 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3197 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3198 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3199 * 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
|
3200 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3201 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3202 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3203 (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
|
3204 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3205 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3206 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3207 |
29214 | 3208 2000-05-25 Dave Love <fx@gnu.org> |
3209 | |
3210 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3211 byte-code-function-p. | |
3212 | |
3213 * mail/rmailsum.el: Add provide. | |
3214 | |
3215 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3216 | |
3217 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3218 defcustom. | |
3219 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3220 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
|
3221 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3222 * 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
|
3223 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
|
3224 |
29205 | 3225 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3226 | |
3227 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3228 grayscale support, not about window-system. | |
3229 | |
3230 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3231 window-system. | |
3232 (ffap-highlight): Always default to t. | |
3233 | |
3234 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3235 display-popup-menus-p instead of looking at window-system. | |
3236 | |
3237 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3238 Only refuse to use string glyphs on X and MS-Windows. | |
3239 | |
3240 * avoid.el: Remove window-system from commentary, suggest to use | |
3241 display-*-p instead. | |
3242 | |
3243 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3244 window-system. | |
3245 | |
29190 | 3246 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3247 | |
3248 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3249 Fill up unsupported characters with their own codes. From Kenichi | |
3250 Handa. | |
3251 | |
29188 | 3252 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3253 | |
3254 * international/mule-diag.el (describe-char-after): Use | |
3255 display-graphic-p instead of window-system, so that this function | |
3256 works on MS-DOS. | |
3257 | |
29181 | 3258 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3259 | |
3260 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3261 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3262 the list of charsets which we convert into `?'. | |
3263 | |
29169 | 3264 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3265 | |
3266 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3267 private charsets. | |
3268 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3269 japanese-jisx0213-2): New charsets. | |
3270 | |
3271 * international/fontset.el: Setup default fontset for new charsets. | |
3272 | |
29166 | 3273 2000-05-24 Dave Love <fx@gnu.org> |
3274 | |
3275 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3276 S. Solomin" <sovs@uic.nnov.ru>]. | |
3277 | |
3278 * icomplete.el: Fix header for Finder. | |
3279 | |
3280 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3281 | |
3282 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3283 STAY. | |
3284 | |
3285 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3286 (rmail-show-message): Add call to `rmail-auto-file' during | |
3287 display. | |
3288 (rmail-auto-file): New function. | |
3289 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3290 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
|
3291 |
29193 | 3292 * 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
|
3293 account. |
29193 | 3294 (ediff-test-utility,ediff-diff-mandatory-option) |
3295 (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
|
3296 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
|
3297 |
29193 | 3298 * 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
|
3299 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3300 |
29193 | 3301 * 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
|
3302 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3303 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3304 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
|
3305 |
29193 | 3306 * 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
|
3307 |
29159 | 3308 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3309 | |
3310 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3311 aliases for hebrew-iso-8bit. | |
3312 | |
29148 | 3313 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3314 | |
3315 * woman.el: New version from Francis J. Wright | |
3316 <F.J.Wright@Maths.QMW.ac.uk>. | |
3317 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3318 names in environment variables regardless of the path separator. | |
3319 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3320 on all files, since woman-file-regexp already filters out any | |
3321 directories. | |
3322 | |
29140 | 3323 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3324 | |
29144 | 3325 * international/quail.el (quail-start-translation): Don't change |
3326 modified-p of the current buffer. | |
3327 (quail-start-conversion): Likewise. | |
3328 | |
3329 * international/kkc.el (kkc-region): Don't change modified-p of | |
3330 the current buffer. | |
3331 | |
29142 | 3332 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3333 conform to RFC1468. | |
3334 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3335 |
29138 | 3336 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3337 | |
3338 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3339 (speedbar-insert-button): Invisible text property fix. | |
3340 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3341 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3342 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3343 (speedbar-page-minus): Renamed from speedbar-file-- | |
3344 (speedbar-page): Renamed from speedbar-file- | |
3345 (speedbar-tag): Renamed from speedbar-tag- | |
3346 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3347 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3348 (speedbar-expand-image-button-alist): Use above renames. | |
3349 | |
3350 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3351 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3352 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3353 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3354 * sb-pg.xpm: Renamed from sb-file.xpm | |
3355 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3356 * 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
|
3357 |
29128 | 3358 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3359 | |
3360 * international/quail.el (quail-show-guidance-buf): Set | |
3361 current-input-method of the guidance buffer to the name of the | |
3362 curren input method. | |
3363 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3364 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3365 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3366 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3367 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3368 * 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
|
3369 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3370 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3371 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3372 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3373 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3374 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3375 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3376 * 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
|
3377 |
29116 | 3378 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3379 | |
29127 | 3380 * startup.el (command-line): Determine source file of compiled |
3381 user init file differently. Warn if compiled user init file | |
3382 is older than its source file. | |
3383 | |
29116 | 3384 * 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
|
3385 |
29112 | 3386 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3387 | |
3388 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3389 rather than `|' (which is not allowed on Windows). Replace the | |
3390 drive letters with a string "drive_X". | |
3391 | |
29110 | 3392 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3393 | |
3394 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3395 | |
3396 * files.el (interpreter-mode-alist): Add `bash2'. | |
3397 | |
29091 | 3398 2000-05-22 Dave Love <fx@gnu.org> |
3399 | |
3400 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3401 mapc. | |
3402 (feature-file): Avoid calling symbol-name. Doc fix. | |
3403 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3404 (loadhist-hook-functions): Add mouse-position-function. | |
3405 (unload-feature): Change uses of mapcar. | |
3406 | |
3407 * files.el (parse-colon-path): Doc fix. | |
3408 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3409 (set-auto-mode): Use mapc. | |
3410 | |
3411 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3412 class. | |
3413 (partial-completion-mode): Add autoload cookie. | |
3414 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3415 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
|
3416 |
29102 | 3417 * 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
|
3418 `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
|
3419 |
29082 | 3420 2000-05-22 Dave Love <fx@gnu.org> |
3421 | |
3422 * bindings.el: Remove debug-ignored-errors set in other files. | |
3423 | |
3424 * progmodes/etags.el: Add to debug-ignored-errors. | |
3425 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3426 when making a new list. | |
3427 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3428 mapc. | |
3429 | |
3430 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3431 quote keywords. | |
3432 (cmpl-string-case-type): Use character classes. | |
3433 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3434 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3435 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3436 * imenu.el: |
29082 | 3437 * mail/mh-e.el: |
3438 * progmodes/compile.el: Add to debug-ignored-errors. | |
3439 | |
3440 * dabbrev.el: Add to debug-ignored-errors. | |
3441 (dabbrev-completion): Use mapc. | |
3442 | |
29075 | 3443 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3444 | |
3445 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3446 (woman-mapcan, woman-parse-man.conf) | |
3447 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3448 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3449 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3450 path syntax better. | |
3451 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3452 (woman-manpath): Call woman-parse-man.conf. | |
3453 (woman-emulation): New defcustom, defaults to nroff. | |
3454 (woman-font-support): New defconst. | |
3455 (woman-use-symbol-font): New defcustom. | |
3456 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3457 "Emulation". | |
3458 Many functions: Doc fix. | |
3459 | |
29072 | 3460 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3461 | |
3462 * international/quail.el (quail-simple-translation-keymap): Map | |
3463 128..255 to quail-self-insert-command. | |
3464 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3465 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3466 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3467 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3468 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3469 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3470 * 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
|
3471 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3472 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3473 * 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
|
3474 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3475 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3476 * 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
|
3477 |
29059 | 3478 2000-05-21 Dave Love <fx@gnu.org> |
3479 | |
29061 | 3480 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3481 are invalid characters. | |
3482 | |
29059 | 3483 * international/mule-util.el (detect-coding-with-priority): Use |
3484 mapc. Remove redundant lambda. | |
3485 | |
3486 * international/mule-diag.el (list-non-iso-charset-chars) | |
3487 (describe-fontset): Remove redundant lambda. | |
3488 | |
3489 * emulation/crisp.el (brief-mode): New alias. | |
3490 | |
3491 * emacs-lisp/ring.el (ring-elements): New function. | |
3492 | |
3493 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3494 (easy-menu-do-add-item): Use keywordp. | |
3495 | |
3496 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3497 | |
3498 * replace.el: Doc and error message fixes. | |
3499 (replace-highlight): Use facep, not internal-find-face. | |
3500 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3501 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3502 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3503 * 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
|
3504 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3505 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3506 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3507 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3508 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3509 (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
|
3510 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3511 (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
|
3512 (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
|
3513 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3514 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3515 (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
|
3516 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3517 (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
|
3518 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3519 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3520 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3521 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3522 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3523 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3524 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3525 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3526 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3527 (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
|
3528 (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
|
3529 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3530 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
|
3531 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3532 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3533 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3534 |
29029 | 3535 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3536 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3537 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3538 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3539 | |
29028 | 3540 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3541 | |
3542 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3543 and insert, not subst-char-in-region. | |
3544 | |
3545 * international/mule-diag.el (list-character-sets-1): Handle | |
3546 charsets eight-bit-control and eight-bit-graphic. | |
3547 (list-iso-charset-chars): Likewise. | |
3548 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3549 charactes as is. Use indent-to to align characters. | |
3550 | |
3551 * international/mule-cmds.el (find-multibyte-characters): Never | |
3552 exclude charsets eight-bit-control and eight-bit-graphic. | |
3553 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3554 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3555 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3556 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3557 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3558 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3559 * 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
|
3560 |
28993 | 3561 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3562 | |
3563 * gud.el (gud-jdb-directories): Doc fix. | |
3564 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3565 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3566 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3567 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3568 |
28988 | 3569 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3570 | |
28993 | 3571 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3572 |
28982 | 3573 2000-05-18 Andreas Schwab <schwab@suse.de> |
3574 | |
3575 * dired.el (dired-between-files): Also skip lines beginning with | |
3576 `used'. | |
3577 | |
28978 | 3578 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3579 | |
3580 * msb.el (msb-menu-cond): Add choice `user'. | |
3581 | |
28981 | 3582 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
|
3583 |
28981 | 3584 * ps-print.el: Compatibility, customization and doc fix. |
3585 (ps-printer-name-option): Replace defconst by defvar. | |
3586 (ps-postscript-code-directory): XEmacs compatibility. | |
3587 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3588 fix. | |
3589 (ps-user-defined-prologue, ps-print-prologue-header) | |
3590 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3591 compatibility and code fix. | |
3592 (ps-print-background-image, ps-print-background-text): | |
3593 Customization fix. | |
3594 (ps-line-number-start, ps-n-up-on): New vars. | |
3595 | |
28978 | 3596 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3597 | |
3598 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3599 the indent-comment function to just return the appropriate indent. | |
3600 | |
28975 | 3601 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3602 | |
3603 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3604 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3605 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3606 | |
28969 | 3607 2000-05-18 Dave Love <fx@gnu.org> |
3608 | |
3609 * info.el (Info-fontify-node): Add intangible property as well as | |
3610 invisible. | |
3611 | |
3612 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3613 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3614 | |
28965 | 3615 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3616 | |
3617 * international/mule-diag.el (describe-char-after): Call | |
3618 internal-char-font, not char-font. If internal-char-font returns | |
3619 nil, display "-- none --". | |
3620 | |
28959 | 3621 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3622 | |
3623 * image.el (image-type-available-p): Don't reference image-types | |
3624 if it isn't bound. | |
3625 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3626 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3627 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3628 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3629 |
28954 | 3630 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3631 | |
3632 * startup.el (command-line-1): Don't signal an error if the | |
3633 directory for auto-save-list files does not yet exist. | |
3634 | |
28950 | 3635 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3636 | |
3637 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3638 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3639 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3640 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3641 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3642 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3643 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
|
3644 |
28981 | 3645 * 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
|
3646 |
28942 | 3647 2000-05-16 Dave Love <fx@gnu.org> |
3648 | |
3649 * cus-edit.el: Don't require cl or easymenu. | |
3650 (custom-variable-prompt): Test standard-value property, not | |
3651 user-variable-p. | |
3652 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3653 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
|
3654 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3655 * 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
|
3656 |
28939 | 3657 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3658 | |
3659 * startup.el (command-line-1): Mention the FAQ in the startup | |
3660 message. | |
3661 | |
3662 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3663 | |
3664 * progmodes/compile.el (compilation-parse-errors): Collect | |
3665 `nomessage' regexps last. | |
3666 | |
3667 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3668 | |
3669 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3670 to the function name. | |
3671 | |
28926 | 3672 2000-05-15 Dave Love <fx@gnu.org> |
3673 | |
3674 * speedbar.el (speedbar-recenter): Typo. | |
3675 (speedbar-expand-line): Make arg optional. | |
3676 (speedbar-mode): Avoid a compiler warning. | |
3677 | |
28924 | 3678 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3679 | |
3680 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3681 user-specified option string is empty. | |
3682 | |
3683 * mouse.el (mouse-yank-at-click): Doc fix. | |
3684 | |
28921 | 3685 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3686 | |
3687 * term/internal.el (IT-character-translations): More updates of | |
3688 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3689 documents. | |
3690 | |
28919 | 3691 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3692 | |
3693 * env.el (getenv): New function, interactively callable. | |
3694 (setenv, getenv): Remove autoload cookies. | |
3695 | |
3696 * loadup.el: Load `env'. | |
3697 | |
3698 * progmodes/f90.el: Change author's mail address. | |
3699 | |
28908 | 3700 2000-05-14 Dave Love <fx@gnu.org> |
3701 | |
28911 | 3702 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3703 goto-addr as an option. | |
3704 | |
3705 * help.el (help-xref-stack): Doc fix. | |
3706 (help-xref-following): New variable. | |
3707 (help-make-xrefs): Use it. | |
3708 (help-xref-go-back): Use position information from stack element. | |
3709 (help-follow): Make position in stack element a pair. Use | |
3710 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3711 |
28911 | 3712 * autoarg.el: New file. |
3713 | |
3714 * faces.el: Declare more functions obsolete. | |
3715 | |
28908 | 3716 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3717 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3718 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3719 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3720 Remove all the setup-...-environment functions. | |
3721 | |
28903 | 3722 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3723 | |
28919 | 3724 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3725 >= when detecting. Require `defimage' safely. | |
28903 | 3726 (speedbar-easymenu-definition-base): Add toggle for images. |
3727 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3728 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3729 (speedbar-reconfigure-keymaps-hook): New variable. | |
3730 (speedbar-frame-parameters): Updated documentation. | |
3731 (speedbar-use-imenu-flag): Updated custom tag | |
3732 (speedbar-dynamic-tags-function-list): New variable. | |
3733 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3734 (speedbar-indentation-width, speedbar-indentation-width) New |
3735 variables. | |
3736 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3737 (speedbar-vc-indicator): Doc update. |
3738 (speedbar-ignored-path-expressions): Updated default value. | |
3739 (speedbar-supported-extension-expressions): Updated default value. | |
3740 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3741 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3742 as "+". Added overlay aliases. | |
3743 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3744 `force-mode-line-update'. | |
3745 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3746 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3747 `mouse-set-point' | |
28903 | 3748 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3749 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3750 of arbitrary text, and new helper functions. | |
3751 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3752 filename finder. | |
28903 | 3753 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3754 (speedbar-directory-buttons): Update path search/expansion. | |
3755 (speedbar-make-tag-line): Pay attention to | |
28919 | 3756 `speedbar-indentation-width'. Use more care w/ invisible |
3757 properties. | |
28903 | 3758 (speedbar-change-expand-button-char): Call |
3759 `speedbar-insert-image-button-maybe'. | |
3760 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3761 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3762 (speedbar-trim-words-tag-hierarchy) | |
3763 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3764 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3765 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3766 functions. | |
28903 | 3767 (speedbar-mouse-set-point): New function |
3768 (speedbar-power-click): Updated documentation. | |
28919 | 3769 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3770 of tag prefix text. | |
3771 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3772 to strange text. | |
3773 (speedbar-expand-line): Takes universal argument to flush the | |
3774 cache. | |
28903 | 3775 (speedbar-flush-expand-line): New function. |
3776 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3777 Use new generator insertion method. | |
3778 (speedbar-fetch-dynamic-tags): New function. | |
3779 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3780 `speedbar-fetch-dynamic-imenu'. | |
3781 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3782 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3783 "Revert Buffer" menu items. | |
3784 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3785 filename tag (for expansion purposes.). | |
28919 | 3786 (speedbar-highlight-one-tag-line, |
3787 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3788 (speedbar-recenter): New functions. | |
28903 | 3789 (defimage-speedbar): Image loading abstraction. |
28919 | 3790 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3791 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3792 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3793 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3794 (speedbar-expand-image-button-alist): New variable. |
3795 (speedbar-insert-image-button-maybe): Insert an image over some | |
3796 buttons. | |
3797 | |
28894 | 3798 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3799 | |
3800 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3801 character is always encodable. | |
3802 | |
3803 * international/mule-conf.el: Add more information in descriptions | |
3804 of character sets. | |
3805 | |
28965 | 3806 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3807 (describe-font-internal): Adjusted for the change of font-info. |
3808 (describe-font): Likewise. | |
3809 (print-fontset): Rewritten for the new fontset implementation. | |
3810 (describe-fontset): Include fontset alias names in completion. | |
3811 (list-fontsets): Adjusted for the change of print-fontset. | |
3812 | |
28895 | 3813 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3814 describe-char-after instead of displaying the detail in the echo | |
3815 area. | |
28965 | 3816 (syntax-code-table): Format changed. |
3817 (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
|
3818 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3819 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3820 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3821 * 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
|
3822 |
28890 | 3823 2000-05-12 Dave Love <fx@gnu.org> |
3824 | |
3825 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3826 dependence. Use line-{beginning,end}-position, not | |
3827 point-at{b,e}ol. Some doc fixes. | |
3828 (todo-position): New function. Fix callers of position to use it. | |
3829 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3830 | |
28885 | 3831 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3832 | |
3833 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3834 | |
28893 | 3835 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3836 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3837 |
28882 | 3838 2000-05-11 Dave Love <fx@gnu.org> |
3839 | |
28888 | 3840 * calendar/todo-mode.el: New file. |
28882 | 3841 |
28870 | 3842 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3843 | |
28881 | 3844 * comint.el (comint-read-input-ring): Move reference to |
3845 comint-input-ring-size outside of the save-excursion. It was | |
3846 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
|
3847 |
28875 | 3848 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3849 address on request from him. | |
3850 | |
28870 | 3851 * subr.el (substitute-key-definition): Add comment describing |
3852 the meaning of PREFIX. | |
3853 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3854 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3855 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3856 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3857 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3858 * 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
|
3859 (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
|
3860 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3861 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3862 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3863 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3864 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3865 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3866 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3867 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3868 * 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
|
3869 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3870 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3871 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3872 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3873 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3874 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3875 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3876 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3877 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3878 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3879 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3880 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3881 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3882 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3883 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3884 (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
|
3885 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3886 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3887 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3888 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3889 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3890 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3891 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3892 |
28845 | 3893 2000-05-09 Sam Steingold <sds@goems.com> |
3894 | |
3895 * apropos.el (apropos-print): use `describe-face' instead of | |
3896 `customize-face-other-window'. | |
3897 | |
28842 | 3898 2000-05-09 Dave Love <fx@gnu.org> |
3899 | |
3900 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3901 | |
3902 * help.el (describe-variable): Have customize button pop the | |
3903 help-xref stack when invoked. | |
3904 (help-xref-symbol-regexp): Add `face'. | |
3905 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3906 submatch numbers to cope. | |
3907 (help-xref-interned): Maybe insert face doc too. Separate | |
3908 sections with a line of hyphens. | |
3909 | |
28848 | 3910 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3911 (describe-face): Add customize button. Return the help |
3912 text. Fix prompt. | |
3913 | |
28839 | 3914 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3915 | |
3916 * term/internal.el (IT-character-translations): Fix last change. | |
3917 | |
28833 | 3918 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3919 | |
3920 * woman.el: New file | |
3921 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3922 | |
28829 | 3923 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3924 | |
28831 | 3925 * term/internal.el (IT-character-translations): Update ASCII |
3926 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3927 latin-iso8859-15. | |
3928 | |
28829 | 3929 * international/mule-cmds.el (set-language-info-alist): Call |
3930 define-prefix-command with 3 arguments, to make the map suitable | |
3931 for a menu. | |
3932 | |
28827 | 3933 2000-05-07 Dave Love <fx@gnu.org> |
3934 | |
30993 | 3935 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 3936 |
28825 | 3937 2000-05-05 Dave Love <fx@gnu.org> |
3938 | |
3939 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3940 list in doc string. Don't quote keyword symbols. | |
3941 * emacs-lisp/cl.el: Likewise | |
3942 * emacs-lisp/cl-seq.el: Likewise | |
3943 | |
28823 | 3944 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3945 | |
3946 * abbrev.el (abbrev-mode): Make ARG optional. | |
3947 | |
28812 | 3948 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3949 | |
28817 | 3950 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3951 | |
3952 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3953 | |
28812 | 3954 * subr.el (substitute-key-definition): Clarify documentation. |
3955 | |
3956 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3957 | |
3958 * glasses.el (glasses-convert-to-unreadable): Use | |
3959 `glasses-separator' instead of the hard-wired "_". | |
3960 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3961 place. | |
3962 | |
28808 | 3963 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3964 | |
3965 * term/internal.el (cjk-codepages-alist): Add associations for | |
3966 Chinese and Korean codepages. Remove FIXME comment. | |
3967 | |
28806 | 3968 2000-05-03 Dave Love <fx@gnu.org> |
3969 | |
3970 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3971 New option. | |
3972 (display-time-mail-icon): New variable. | |
3973 (display-time-string-forms): Use the above. Fix the local-map. | |
3974 | |
28795 | 3975 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3976 | |
28805 | 3977 * replace.el (query-replace-map): Add binding for `E'. |
3978 (query-replace-help): Extend help text. | |
3979 (perform-replace): Allow editing the replacement string. | |
3980 | |
3981 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3982 (makefile-mode): Set local abbrev table to | |
3983 makefile-mode-abbrev-table. | |
3984 (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
|
3985 |
28795 | 3986 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3987 set TOGGLE's value. | |
3988 | |
28805 | 3989 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3990 mail-interactive-insert-alias. | |
3991 (mail-abbrev-complete-alias): New command. | |
3992 (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
|
3993 |
28790 | 3994 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3995 | |
3996 * language/lao-util.el (lao-compose-region): New function. | |
3997 | |
28782 | 3998 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3999 | |
28789 | 4000 * files.el (recover-session): Make directories as necessary |
4001 if they don't exist yet. | |
4002 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4003 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4004 (french-calendar-multibyte-special-days-array) |
28782 | 4005 (french-calendar-special-days-array): Change French text. |
4006 (calendar-french-date-string): Change output. | |
4007 (calendar-goto-french-date): Likewise. | |
4008 | |
4009 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
4010 | |
4011 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
4012 (widget-documentation-string-value-create): Set `:always-active'. | |
4013 | |
28778 | 4014 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
4015 | |
4016 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
4017 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
4018 (normal-top-level): Create the directory for auto-save files, if | |
4019 it doesn't already exist (in the ms-dos case only). | |
4020 | |
28775 | 4021 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
4022 | |
4023 * international/mule-cmds.el (set-language-environment): Don't | |
4024 concat an integer (dos-codepage), use format instead. | |
4025 | |
28772 | 4026 2000-05-02 Dave Love <fx@gnu.org> |
4027 | |
4028 * help.el (help-xref-on-pp): Check for constant symbols. | |
4029 | |
28764 | 4030 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
4031 | |
4032 * startup.el (normal-top-level): Put a condition-case around | |
4033 the code loading subdirs.el. | |
4034 | |
4035 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
|
4036 |
28764 | 4037 * ps-print.el: Upside-down and face background color printing, |
4038 line number step, doc fix. | |
4039 (ps-print-version): New version number (5.2). | |
4040 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
4041 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
4042 (ps-spool-config): Var fix. | |
4043 (ps-printer-name-option): Const fix. | |
4044 (ps-print-upside-down, ps-use-face-background) | |
4045 (ps-line-number-step): New vars. | |
4046 (ps-window-system, ps-lp-system): New consts. | |
4047 (ps-face-background): New fun. | |
4048 | |
28759 | 4049 2000-04-28 Richard Stallman <rms@gnu.org> |
4050 | |
4051 * files.el (make-auto-save-file-name): | |
4052 Apply auto-save-file-name-transforms to visited file name | |
4053 before generating auto save file name. | |
4054 (auto-save-file-name-transforms): New variable. | |
4055 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4056 * files.el (backup-enable-predicate): |
28759 | 4057 Correctly test for a file under a temporary directory. |
4058 | |
28751 | 4059 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
4060 | |
4061 * subr.el (add-minor-mode): Rewritten. | |
4062 | |
28749 | 4063 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
4064 | |
4065 * mail/sendmail.el (sendmail-send-it): Set | |
4066 buffer-file-coding-system to the selected coding system for MIME | |
4067 header. | |
4068 | |
28748 | 4069 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
4070 | |
4071 * dired.el (dired-move-to-filename-regexp): Allow format where | |
4072 YYYY is followed by two spaces. | |
4073 | |
4074 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
4075 in the second character class of the regexp. | |
4076 | |
4077 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
4078 mh-etc, too. | |
4079 | |
4080 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
4081 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4082 |
28748 | 4083 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
4084 | |
4085 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
4086 argument. | |
4087 | |
4088 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
|
4089 |
28748 | 4090 * emacs-lisp/crm.el (crm-completion-table): New variable. |
4091 (crm-collection-fn, crm-test-completion) | |
4092 (completing-read-multiple): Use it. | |
4093 | |
28736 | 4094 2000-04-27 Dave Love <fx@gnu.org> |
4095 | |
4096 * help.el (locate-library): Use mapc. | |
4097 (help-manyarg-func-alist): Add call-process-region. | |
4098 | |
28724 | 4099 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
4100 | |
28729 | 4101 * subr.el (add-minor-mode): Make argument MAP optional. |
4102 | |
28724 | 4103 * desktop.el (desktop-save): Save list of minor modes. |
4104 (desktop-create-buffer): Restore minor modes. | |
4105 (desktop-minor-mode-table): New user-option. | |
4106 | |
4107 * subr.el (add-minor-mode): New function. | |
4108 | |
4109 * image.el (find-image): New function. | |
4110 (defimage): Rewritten to find image at load time. | |
4111 | |
4112 * startup.el (normal-top-level-add-to-load-path): Handle | |
4113 case that the default directory is not in load-path. | |
4114 | |
4115 * help.el: Old patch from Stefan Monnier. | |
4116 (help-xref-on-pp): New function. | |
4117 (describe-variable): Use it to display xrefs in a symbol's value. | |
4118 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4119 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4120 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4121 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4122 |
28713 | 4123 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
4124 | |
28715 | 4125 * mail/rmail.el (rmail-expunge): When there are no deleted |
4126 messages, do nothing. | |
28713 | 4127 |
28712 | 4128 2000-04-26 Dave Love <fx@gnu.org> |
4129 | |
4130 * international/mule-cmds.el (locale-translation-file-name): | |
4131 Defvar to nil. | |
4132 (set-locale-environment): Set it here (at runtime). | |
4133 | |
28710 | 4134 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4135 | |
4136 * replace.el (perform-replace): Add parameters START and END. Use | |
4137 them instead of the check for a region in Transient Mark mode. | |
4138 (query-replace-read-args): Return two more list elements for the | |
4139 start and end of the region in Transient Mark mode. | |
4140 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4141 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4142 optional last arguments START and END and pass them to | |
4143 perform-replace. | |
4144 | |
4145 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4146 form with additional arguments for perform-replace. | |
4147 | |
4148 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4149 and END. Construct a form with additional arguments for | |
4150 perform-replace. | |
4151 | |
4152 * simple.el (shell-command): Set default directory for "*Shell | |
4153 Command Output" buffer. | |
4154 | |
4155 * language/european.el (iso-latin-4): Fix typo. | |
4156 | |
4157 * emacs-lisp/crm.el: New file. | |
4158 | |
28701 | 4159 2000-04-24 Dave Love <fx@gnu.org> |
4160 | |
4161 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4162 (Custom-reset-saved, Custom-reset-standard) | |
4163 (custom-group-value-create, custom-group-set, custom-group-save) | |
4164 (custom-group-reset-current, custom-group-reset-saved) | |
4165 (custom-group-reset-standard): Use mapc. | |
4166 (custom-buffer-create-internal): Disable undo when creating items. | |
4167 Use mapc. | |
4168 (custom-face): Avoid redundant lambda. | |
4169 | |
28699 | 4170 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4171 | |
4172 * startup.el (auto-save-list-file-prefix): Set default to | |
4173 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4174 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4175 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4176 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4177 * 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
|
4178 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4179 |
28695 | 4180 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4181 | |
4182 * frame.el (scrolling): New group. | |
4183 (automatic-hscrolling): New user-option. | |
4184 | |
4185 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4186 `--line-spacing'. | |
4187 | |
28668 | 4188 2000-04-19 Dave Love <fx@gnu.org> |
4189 | |
4190 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4191 (cl-mapc): Rename from mapc. Fix the funcall. | |
4192 | |
28653 | 4193 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4194 | |
28660 | 4195 * simple.el (clone-indirect-buffer-other-window): New command. |
4196 (clone-indirect-buffer): Add optional arg NORECROD. | |
4197 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4198 | |
28658 | 4199 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4200 | |
4201 * window.el (count-screen-lines): New function. | |
4202 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4203 instead of window-buffer-height. | |
4204 | |
4205 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4206 non-existing variable comint-input-sentinel. | |
4207 (inferior-lisp-args-to-list): Removed. | |
4208 (inferior-lisp): Use split-string instead of | |
4209 inferior-lisp-args-to-list. | |
4210 | |
4211 * hexl.el (hexl-insert-hex-string): New command. | |
4212 | |
28653 | 4213 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4214 instead of concat. | |
4215 | |
28634 | 4216 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4217 | |
4218 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4219 at the start of an existing but empty folder. | |
4220 | |
4221 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4222 | |
4223 * ps-mule.el: Customization fix, doc fix. | |
4224 (ps-multibyte-buffer): Customization fix. | |
4225 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4226 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4227 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4228 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4229 |
28626 | 4230 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4231 | |
4232 * textmodes/texinfo.el (texinfo-insert-@email) | |
4233 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4234 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4235 (texinfo-mode-map): Add key bindings for them. | |
4236 | |
4237 * files.el (basic-save-buffer-2): Use a template with `$' | |
4238 instead of `#' for VMS. | |
4239 | |
4240 * simple.el (clone-indirect-buffer): New function. | |
4241 | |
28621 | 4242 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4243 | |
4244 * iswitchb.el (iswitchb-case): New function. If the user input | |
4245 contains any upper-case characters, the search is made | |
4246 case-sensitive. | |
4247 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4248 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4249 |
28621 | 4250 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4251 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4252 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4253 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4254 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4255 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4256 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4257 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
|
4258 (texinfo-environments): New var. |
28621 | 4259 (texinfo-environment-regexp): Use regexp-opt and |
4260 texinfo-environments. | |
4261 | |
4262 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4263 ispell-process is bound since this might be eval'd before ispell | |
4264 is loaded. | |
4265 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4266 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
|
4267 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4268 * 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
|
4269 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4270 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4271 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4272 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4273 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4274 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4275 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4276 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4277 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4278 |
28602 | 4279 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4280 | |
4281 * 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
|
4282 |
28602 | 4283 * ps-print.el: Fix counting lines in a region. |
4284 (ps-print-version): New version number (5.1.5). | |
4285 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4286 (ps-printing-region): Fun code fix. | |
4287 | |
28600 | 4288 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4289 | |
4290 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4291 to file-directory-p. | |
4292 | |
28591 | 4293 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4294 | |
4295 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4296 exists before calling directory-files. | |
4297 | |
28578 | 4298 2000-04-13 Dave Love <fx@gnu.org> |
4299 | |
4300 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4301 syntax. | |
4302 | |
4303 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4304 | |
4305 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4306 (cl-old-mapc): New variable. | |
4307 (mapc): Use it. | |
4308 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4309 next-property-change. | |
4310 (cl-map-overlays): Use with-current-buffer. | |
4311 (cl-expt): Remove. | |
4312 (copy-tree, remprop): Define unconditionally. | |
4313 | |
4314 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4315 | |
4316 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4317 to use keywordp. | |
4318 (edebug-spec): Enable keywordp. | |
4319 | |
4320 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4321 string-lessp. | |
4322 | |
4323 * cus-start.el: Use keywordp. | |
4324 | |
28577 | 4325 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4326 | |
4327 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4328 2000-02-18 by doing a save-excursion. | |
4329 | |
4330 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4331 | |
4332 * ps-print.el: Customization fix, doc fix. | |
4333 (ps-print-version): New version number (5.1.4). | |
4334 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4335 (ps-print-preprint): Adjust code. | |
4336 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4337 (ps-print-prologue-header, ps-print-control-characters) | |
4338 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4339 |
28564 | 4340 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4341 | |
4342 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4343 converted to the new menu-item format, names silightly changed, | |
4344 help strings added. | |
4345 | |
4346 Support for spelling without async subprocesses: | |
4347 | |
4348 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4349 (ispell-session-buffer): New variables. | |
4350 (ispell-start-process, ispell-process-status, | |
4351 ispell-accept-output, ispell-send-string): New functions, for | |
4352 Ispell invocation when async subprocesses aren't supported. | |
4353 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4354 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4355 to process-send-string with calls to ispell-send-string, and | |
4356 accept-process-output with ispell-accept-output. | |
4357 (ispell-init-process): Call ispell-process-status instead of | |
4358 process-status with. | |
4359 (ispell-init-process): Call ispell-start-process. Call | |
4360 ispell-accept-output and ispell-send-string. Don't call | |
4361 process-kill-without-query and kill-process if they are unbound. | |
4362 (ispell-async-processp): New function. | |
4363 | |
28560 | 4364 2000-04-12 Dave Love <fx@gnu.org> |
4365 | |
4366 * info.el: Add debug-ignored-errors. | |
4367 (Info-mode-menu): Add some items. | |
4368 (Info-directory): Add autoload cookie. | |
4369 | |
4370 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4371 Modify `truncate-lines'. Make `describe-language-environment' | |
4372 always visible and add help. Modify `describe-key' help. Invoke | |
4373 Info-directory from `info'. New entry `emacs-manual'. | |
4374 | |
28542 | 4375 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4376 | |
28549 | 4377 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4378 propertized-buffer-identification. | |
4379 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4380 (ebrowse--mode-strings): Removed. | |
4381 (ebrowse--mode-line-props): Removed. | |
4382 | |
28542 | 4383 * files.el (auto-mode-alist): Add `EBROWSE'. |
4384 | |
4385 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4386 space before testing for end of buffer. | |
4387 (ebrowse-load): Removed. | |
4388 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4389 (ebrowse-create-tree-buffer): Rewritten. | |
4390 (ebrowse-tree-mode): Read tree from buffer. | |
4391 | |
4392 * progmodes/ebrowse-ffh.el: Removed. | |
4393 | |
28535 | 4394 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4395 | |
4396 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4397 | |
28534 | 4398 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4399 | |
4400 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4401 at the wrong place. | |
4402 | |
28783 | 4403 2000-04-09 Dave Love <fx@gnu.org> |
4404 | |
4405 * files.el (backup-enable-predicate): Use | |
4406 temporary-file-directory, small-temporary-file-directory. | |
4407 (make-backup-file-name-function, backup-directory-alist): New | |
4408 variables. | |
4409 (make-backup-file-name-1): New function. | |
4410 (make-backup-file-name): Use it. | |
4411 (find-backup-file-name): Likewise. Use format for clarity, not | |
4412 concat. | |
4413 (file-newest-backup): Use make-backup-file-name. | |
4414 | |
28523 | 4415 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4416 | |
28530 | 4417 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4418 |
28530 | 4419 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4420 to ebrowse-ffh.el. | |
4421 (ebrowse-load): Add autoload. | |
4422 | |
4423 * finder.el (finder-commentary): Add autoload cookie. | |
4424 | |
28523 | 4425 * mail/rfc2368.el: Correct author's email address. |
4426 | |
4427 * progmodes/ebrowse.el: New file. | |
4428 | |
4429 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4430 item help string. | |
4431 (easy-menu-do-add-item): Ditto. | |
4432 (easy-menu-define): Extend doc string. | |
4433 | |
4434 * jit-lock.el (with-buffer-unmodified): Use | |
4435 restore-buffer-modified-p. | |
4436 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4437 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4438 with-buffer-unmodified. | |
4439 | |
28517 | 4440 2000-04-08 Dave Love <fx@gnu.org> |
4441 | |
4442 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4443 unless, when. | |
4444 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4445 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
|
4446 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4447 * 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
|
4448 (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
|
4449 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
|
4450 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4451 |
28506 | 4452 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4453 | |
4454 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4455 like C-r. | |
4456 | |
4457 * progmodes/make-mode.el: Some doc fixes. | |
4458 (makefile-mode-abbrev-table): New variable. | |
4459 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4460 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4461 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4462 | |
4463 * replace.el (perform-replace): Don't move forward one char | |
4464 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4465 to do that because it leaves point 1 position after the last | |
4466 replacement, after everything has been replaced. | |
4467 | |
4468 * jit-lock.el (with-buffer-unmodified): New macro. | |
4469 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4470 modified state. | |
4471 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4472 preserving buffer's modified state. | |
4473 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4474 jit-lock-function-1. | |
4475 | |
4476 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4477 | |
28499 | 4478 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4479 | |
4480 * glasses.el: Provide facilities for inserting space before left | |
4481 parentheses and uncapitalization of identifiers. | |
4482 (glasses-mode): Try to remove old overlays in all cases. | |
4483 | |
28485 | 4484 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4485 | |
28496 | 4486 * progmodes/compile.el (compile-internal): Display the compilation |
4487 buffer in a different frame, if it's already displayed there. | |
4488 | |
28494 | 4489 * mail/rfc2368.el: New file. |
4490 | |
28492 | 4491 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4492 header and insert its value as mail body. | |
4493 | |
4494 * subr.el (member-ignore-case): New function. | |
4495 | |
4496 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4497 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4498 from dabbrev-ignored-regexps. | |
4499 | |
28485 | 4500 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4501 to extensions handled by gzip. | |
4502 | |
28492 | 4503 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4504 | |
4505 * files.el (insert-directory): List the total free space | |
4506 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4507 |
28492 | 4508 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4509 line is followed by one that matches CITATION-REGEXP, end the | |
4510 paragraph. | |
4511 | |
4512 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4513 | |
4514 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4515 (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
|
4516 |
28474 | 4517 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4518 | |
4519 * international/mule-cmds.el (encoded-string-description): | |
4520 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4521 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4522 for hexadecimal format. | |
28474 | 4523 |
28468 | 4524 2000-04-01 Dave Love <fx@gnu.org> |
4525 | |
4526 * cpp.el: Change customization group to `c' from `C'. | |
4527 | |
4528 * vcursor.el (vcursor-move): Use display-color-p. | |
4529 | |
4530 * international/mule-util.el: Provide mule-utils. | |
4531 (string-to-sequence): Simplify and speed up. | |
4532 | |
4533 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4534 | |
4535 * international/mule-cmds.el: Various menu changes. | |
4536 (describe-specified-language-support): Handle `Default'. | |
4537 (set-language-info): Purecopy `info'. | |
4538 | |
28462 | 4539 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4540 | |
4541 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4542 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
|
4543 |
28445 | 4544 2000-03-31 Dave Love <fx@gnu.org> |
4545 | |
28452 | 4546 * help.el (help-manyarg-func-alist): Correct several omissions. |
4547 | |
28450 | 4548 * add-log.el: Don't require cl, fortran. |
4549 (add-log-current-defun-function): Doc fix. | |
4550 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4551 fix. | |
4552 (change-log-version-rcs): Function deleted. | |
4553 (change-log-version-number-search): Doc fix. Use | |
4554 vc-workfile-version. Avoid CL dolist. | |
4555 (add-change-log-entry): Just call add-log-current-defun to get | |
4556 defun. Simplify somewhat. | |
4557 (change-log-get-method-definition-1): Likewise. | |
4558 (add-log-current-defun): Return nil if calling | |
4559 add-log-current-defun-function does so. Move Fortran stuff to | |
4560 fortran.el. Return string without properties. | |
4561 | |
28445 | 4562 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4563 and :alpha: char classes. | |
4564 | |
4565 * mail/supercite.el: Defvar curline when compiling. | |
4566 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4567 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4568 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4569 | |
28444 | 4570 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4571 | |
4572 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4573 | |
4574 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4575 Re-enable new code. | |
4576 | |
4577 * lpr.el (print-region-1): Use -d to specify printer name for | |
4578 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4579 | |
4580 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
|
4581 |
28444 | 4582 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4583 for function definition in symbol's function value slot first | |
4584 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
|
4585 |
28435 | 4586 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4587 | |
4588 * language/european.el ("Polish"): New language environment. | |
4589 (setup-polish-environment): New function. | |
4590 | |
28424 | 4591 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4592 | |
4593 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4594 Disable new code. | |
4595 | |
4596 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4597 trying to `load' the symbol of an autoload instead of the file | |
4598 recorded in the autoload. Fix error messages. | |
4599 | |
28429 | 4600 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4601 | |
4602 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4603 (ps-print-version): New version number (5.1.3). | |
4604 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4605 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4606 (ps-generate-postscript-with-faces): Code fix. | |
4607 (ps-color-values): XEmacs compatibility. | |
4608 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4609 (ps-default-fg, ps-default-bg): Adjust customization. | |
4610 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4611 (ps-color-scale): Renaming old ps-color-value fun. | |
4612 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4613 with ps-print-header variable. | |
4614 (ps-print-miscellany): New group. | |
4615 (ps-format-color, ps-rgb-color): New funs. | |
4616 (ps-default-foreground): New var. | |
4617 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4618 |
28416 | 4619 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4620 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4621 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4622 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4623 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4624 (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
|
4625 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4626 |
28416 | 4627 * lisp/locate.el: |
4628 (locate-word-at-point): Added this function | |
4629 (locate): Default to using locate-word-at-point as input | |
4630 Run dired-mode-hook | |
4631 | |
28405 | 4632 2000-03-29 Dave Love <fx@gnu.org> |
4633 | |
4634 * calendar/appt.el: Doc fixes. | |
4635 (appt-check): Convert min-to-app to a string before passing to | |
4636 appt-disp-window-function or concat. | |
4637 (appt-delete-window): Remove test for frame-root-window. | |
4638 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4639 | |
4640 * emacs-lisp/bytecomp.el: Doc fixes. | |
4641 (byte-compile-file-form-autoload): Update | |
4642 byte-compile-function-environment. | |
4643 | |
28403 | 4644 2000-03-29 Andreas Schwab <schwab@suse.de> |
4645 | |
4646 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4647 specially. | |
4648 | |
4649 * dired.el (dired-insert-directory): If dired-free-space-program | |
4650 failed just delete its output. | |
4651 | |
28395 | 4652 2000-03-29 Dave Love <fx@gnu.org> |
4653 | |
4654 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4655 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4656 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4657 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4658 clarity. | |
4659 | |
4660 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4661 | |
28377 | 4662 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4663 | |
4664 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4665 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4666 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4667 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4668 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4669 * 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
|
4670 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4671 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4672 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4673 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4674 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4675 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4676 |
28326 | 4677 2000-03-26 Dave Love <fx@gnu.org> |
4678 | |
28331 | 4679 * net/browse-url.el (browse-url): Re-fix case of |
4680 browse-url-browser-function being an alist. | |
4681 (browse-url): Add :link to defgroup. | |
4682 | |
28326 | 4683 * files.el: Doc fixes. |
4684 (file-truename): Include `[' in wildcard characters. | |
4685 (automount-dir-prefix): Customize. | |
4686 (find-file-wildcards): Add :version. | |
4687 (find-file-noselect): Simplify a mapcar call. | |
4688 | |
4689 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4690 compatible with inf-lisp version. | |
4691 (eval-defun-1): Fix custom-declare-variable case. | |
4692 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4693 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4694 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4695 * 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
|
4696 |
28303 | 4697 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4698 | |
28308 | 4699 * Makefile (COMPILE_FIRST): New macro. |
4700 (compile-files): Compile files from COMPILE_FIRST first. | |
4701 | |
4702 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4703 code. | |
4704 | |
28303 | 4705 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4706 matching open parenthesis in column 0 to defun-prompt-regexp | |
4707 only if open-paren-in-column-0-is-defun-start is set. | |
4708 | |
4709 * sun-curs.el: Require CL at compile-time only. | |
4710 | |
4711 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4712 instead of copy-list which is a function from CL. | |
4713 (msb--choose-menu, msb--mode-menu-cond) | |
4714 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4715 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4716 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4717 `(' in column 0 in doc string. | |
4718 (msb--add-separators): Use mapcar instead of mapcan. | |
4719 | |
4720 * cus-dep.el: Require CL at compile-time only. | |
4721 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4722 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4723 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4724 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4725 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4726 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4727 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4728 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4729 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4730 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4731 (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
|
4732 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4733 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4734 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4735 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4736 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4737 |
28292 | 4738 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4739 | |
4740 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4741 (rmail-expunge): Ask for confirmation depending on the setting | |
4742 of rmail-confirm-expunge. | |
4743 | |
4744 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4745 | |
4746 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4747 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4748 cause a bootstrap failure because things don't autoload as | |
4749 expected. | |
4750 | |
28289 | 4751 2000-03-23 Dave Love <fx@gnu.org> |
4752 | |
4753 * net/browse-url.el: Restore previous use of | |
4754 browse-url-maybe-new-window. | |
4755 | |
28287 | 4756 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4757 | |
4758 * ps-print.el: Skip banner page fix. | |
4759 (ps-print-version): New version number (5.1.2). | |
4760 (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
|
4761 |
28287 | 4762 2000-03-23 Dave Pearson <davep@davep.org> |
4763 | |
4764 * net/quickurl.el Changed the type of parameter passed to the | |
4765 function defined by `quickurl-format-function'. Before only the | |
4766 text of the URL was passed. Now the whole URL structure is passed | |
4767 and the function is responsible for extracting the parts it | |
4768 requires. Changed the default of `quickurl-format-function' | |
4769 accordingly. | |
4770 (quickurl-insert): Changed the `funcall' of | |
4771 `quickurl-format-function' to match the above change. | |
4772 (quickurl-list-insert): Changed the `url' case so that it makes | |
4773 use of `quickurl-format-function', previous to this the format was | |
4774 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4775 |
28283 | 4776 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4777 | |
4778 * startup.el: Change some spellings for the X Window System. | |
4779 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4780 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4781 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4782 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4783 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
|
4784 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4785 |
28276 | 4786 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4787 | |
4788 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4789 | |
28267 | 4790 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4791 | |
4792 * ps-print.el: N-up last page fix. | |
4793 (ps-print-version): New version number (5.1.1). | |
4794 (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
|
4795 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4796 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4797 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4798 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4799 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4800 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4801 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4802 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4803 * 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
|
4804 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4805 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4806 (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
|
4807 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
|
4808 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
|
4809 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4810 (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
|
4811 (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
|
4812 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4813 (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
|
4814 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4815 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4816 * 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
|
4817 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4818 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4819 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4820 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4821 * 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
|
4822 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4823 (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
|
4824 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4825 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4826 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4827 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4828 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4829 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4830 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4831 (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
|
4832 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
|
4833 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4834 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
|
4835 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4836 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4837 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4838 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4839 * 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
|
4840 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4841 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4842 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
|
4843 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4844 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4845 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4846 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4847 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
|
4848 (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
|
4849 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4850 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4851 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4852 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4853 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4854 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4855 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4856 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4857 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4858 |
28246 | 4859 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4860 | |
4861 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4862 (custom-button-pressed-face): Likewise. | |
4863 | |
28244 | 4864 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4865 | |
4866 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4867 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4868 depending on the value of tags-case-fold-search. | |
4869 (tags-loop-continue): Use tags-loop-eval. | |
4870 (find-tag-in-order): Bind case-fold-search depending on the value | |
4871 of tags-case-fold-search. | |
4872 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4873 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4874 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4875 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4876 (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
|
4877 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4878 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4879 (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
|
4880 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4881 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4882 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4883 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4884 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4885 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4886 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4887 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4888 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4889 * 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
|
4890 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4891 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4892 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4893 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4894 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4895 |
28233 | 4896 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4897 | |
4898 * term/x-win.el: Fontsets related initialization is simplified. | |
4899 | |
4900 * international/mule-diag.el (describe-font): Don't refer to | |
4901 global-fontset-alist, instead call font-list. | |
4902 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4903 (print-fontset): Adjusted for the change of fontset | |
4904 implementation. | |
4905 | |
4906 * international/fontset.el (x-charset-registries): Variable | |
4907 removed, instead the corresponding data is stored in the default | |
4908 fontset. | |
4909 (register-alternate-fontnames): Function removed. | |
4910 (resolved-ascii-font): Variable removed. | |
4911 (x-compose-font-name): Ignore the second argument REDOCE. | |
4912 (x-complement-fontset-spec): Complement only an ASCII font and | |
4913 element for those charsets than can use that ASCII font. | |
4914 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4915 instead call fontset-list. | |
4916 (uninstantiated-fontset-alist): Variable removed. | |
4917 (x-style-funcs-alist): Likewise. | |
4918 (fontset-default-styles): Likewise. | |
4919 (x-modify-font-name): Function removed. | |
4920 (create-fontset-from-fontset-spec): Ignore the argument | |
4921 STYLE-VARIANT. | |
4922 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4923 change. | |
4924 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4925 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4926 |
28233 | 4927 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4928 (describe-face): Include `font' attribute in the description. | |
4929 | |
28219 | 4930 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4931 | |
4932 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4933 | |
28209 | 4934 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4935 | |
28212 | 4936 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4937 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4938 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
|
4939 |
28209 | 4940 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4941 about behavior of set-buffer-modified-p wrt redisplay. | |
4942 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4943 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4944 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4945 * 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
|
4946 |
28194 | 4947 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4948 | |
4949 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4950 is a string, convert it to a syntax cell using string-to-syntax. | |
4951 | |
4952 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4953 (string-to-syntax): New function. | |
4954 | |
4955 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4956 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4957 try to use passive ftp mode. |
28194 | 4958 |
28189 | 4959 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4960 | |
28209 | 4961 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4962 |
4963 * simple.el (append-to-buffer): Update point of windows after | |
4964 insertion. | |
4965 | |
4966 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4967 forward then moving backward. Reindent. | |
4968 | |
4969 * frame.el (other-frame): Call x-focus-frame only if | |
4970 focus-follows-mouse is off. | |
4971 | |
28185 | 4972 2000-03-17 Dave Love <fx@gnu.org> |
4973 | |
4974 * pcvs-util.el (cvs-strings->string): Rename | |
4975 replace-regexps-in-string. | |
4976 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4977 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4978 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4979 * 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
|
4980 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4981 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4982 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4983 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4984 |
28174 | 4985 2000-03-16 Dave Love <fx@gnu.org> |
4986 | |
4987 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4988 `fortran'. | |
4989 (f90-mode-hook): Customize. | |
4990 (f90-mode): Set add-log-current-defun-function. | |
4991 (f90-current-defun): New function. | |
4992 | |
28169 | 4993 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4994 | |
28173 | 4995 * cus-edit.el (custom-variable-tag-face): Handle case that |
4996 default face's height is not a number. | |
4997 (custom-face-tag-face, custom-group-tag-face-1) | |
4998 (custom-group-tag-face): Ditto. | |
4999 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5000 |
28169 | 5001 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
5002 | |
28161 | 5003 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
5004 | |
5005 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
5006 requiring easymenu. | |
5007 | |
28155 | 5008 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5009 | |
5010 * ps-print.el: PostScript user-defined prologue, PostScript error | |
5011 handler, doc fix. | |
5012 (ps-print-version): New version number (5.1). | |
5013 (ps-user-defined-prologue, ps-error-handler-message) | |
5014 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
5015 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
5016 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5017 |
28150 | 5018 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
5019 | |
5020 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 5021 invalid self-assignment code. |
28150 | 5022 |
28149 | 5023 2000-03-14 Dave Love <fx@gnu.org> |
5024 | |
5025 * subr.el (replace-regexp-in-string): Renamed from | |
5026 replace-regexps-in-string. Doc fix. | |
5027 | |
28131 | 5028 2000-03-12 Dave Love <fx@gnu.org> |
5029 | |
5030 * cus-edit.el: Doc fixes. | |
5031 (customize-set-variable, customize-save-variable): Rename args for | |
5032 doc. | |
5033 (custom-variable-tag-face, custom-face-tag-face) | |
5034 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
5035 style which user identify as hyperlink. | |
5036 (hook): Don't add undefined functions to the hook. | |
5037 (debug-ignored-errors): Transfer message from bindings.el. | |
5038 | |
28120 | 5039 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5040 | |
5041 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
5042 double/nested definition. | |
5043 | |
28114 | 5044 2000-03-12 Dave Love <fx@gnu.org> |
5045 | |
5046 * facemenu.el (facemenu-get-face): Use display-color-p. | |
5047 * enriched.el (enriched-decode-foreground): Likewise. | |
5048 (enriched-decode-background): Likewise. | |
5049 * isearch.el (isearch-highlight): Likewise. | |
5050 * info-look.el (info-lookup): Likewise. | |
5051 * simple.el (completion-setup-function): Likewise. | |
5052 | |
5053 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
5054 :options. | |
5055 | |
5056 * bindings.el (mode-line-format): Fix line-number and | |
5057 column-number items. Add help-echo for the background. | |
5058 (mode-line-mule-info): Modify help-echo. | |
5059 | |
5060 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
5061 defcustom. | |
5062 | |
5063 * files.el (load-file): Allow completion to .elc. | |
5064 | |
5065 * man.el: Doc fixes. | |
5066 (Man-init-defvars): Use display-color-p to set fontification. | |
5067 | |
5068 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
5069 | |
28109 | 5070 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5071 | |
5072 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
5073 | |
5074 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
5075 | |
28098 | 5076 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
5077 | |
5078 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
5079 Fix comment. | |
5080 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5081 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5082 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5083 * 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
|
5084 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5085 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5086 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5087 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5088 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5089 * 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
|
5090 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5091 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5092 * 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
|
5093 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
|
5094 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5095 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5096 * 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
|
5097 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5098 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5099 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5100 |
28084 | 5101 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
5102 | |
5103 * textmodes/texinfo.el (texinfo-version): Variable and function | |
5104 removed. | |
5105 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5106 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5107 |
28114 | 5108 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
5109 allow more flexibility. | |
5110 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
5111 fns. | |
5112 (easy-mmode-defmap, easy-mmode-defsyntax) | |
5113 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5114 |
28085 | 5115 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 5116 |
5117 * rect.el (replace-rectangle): New function. | |
5118 | |
5119 2000-03-09 Dave Love <fx@gnu.org> | |
5120 | |
5121 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
5122 "C". | |
5123 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
5124 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
5125 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
5126 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
5127 fortran-comment-line-start here. Set comment-start, | |
5128 add-log-current-defun. | |
5129 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
5130 (fortran-current-defun): New function. | |
5131 | |
28073 | 5132 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5133 | |
28077 | 5134 * emacs-lisp/re-builder.el: New file. |
5135 | |
28076 | 5136 * mouse.el (mouse-drag-region): Don't run up-event handler |
5137 if hscroll has changed. | |
5138 | |
28073 | 5139 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5140 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5141 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5142 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5143 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5144 `(defun (setf foo)' differently. |
5145 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5146 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5147 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5148 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5149 (regexp-opt): Update comment and adapt the code the new meaning of |
5150 the `paren' argument of regex-opt-group for shy-groups. | |
5151 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5152 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5153 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5154 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5155 Remove open-presuf and close-presuf. Instead of checking for `all |
5156 one-char' and then later on check for `several one-char', handle | |
5157 both cases close together. Also apply a more generic algorithm | |
5158 for suffixes (the mirror image of the algorithm used for | |
5159 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5160 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5161 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5162 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5163 from comint-mode-map, so we can just inherit from it. Also, move |
5164 the initialization into the `defvar' since there's no docstring | |
5165 anyway and it's fairly short. | |
5166 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5167 shorter and this way we inherit from comint-mode-map rather than | |
5168 copying it. | |
5169 | |
5170 * subr.el (replace-regexps-in-string): Properly handle the case | |
5171 where we match an empty string. | |
5172 | |
5173 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5174 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
|
5175 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5176 |
28046 | 5177 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5178 | |
28051 | 5179 * Makefile (compile-files): Compile files one by one because |
5180 that's the only way to ensure a clean compilation environment for | |
5181 each individual file. | |
5182 | |
28046 | 5183 * frame.el (other-frame): Call x-focus-frame. |
5184 | |
28040 | 5185 2000-03-07 Dave Love <fx@gnu.org> |
5186 | |
28043 | 5187 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5188 :require to defcustom. | |
5189 | |
28040 | 5190 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5191 lists. | |
5192 | |
5193 * files.el (auto-mode-alist): Add configure.in. | |
5194 | |
5195 * progmodes/autoconf.el: New file. | |
5196 | |
28034 | 5197 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5198 | |
5199 * mail/mh-e.el: Change maintainer to `none'. | |
5200 | |
5201 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5202 to remove-hook and add-hook. | |
5203 | |
5204 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5205 | |
28035 | 5206 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5207 it as the default. |
28035 | 5208 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5209 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5210 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5211 |
28024 | 5212 2000-03-07 Dave Love <fx@gnu.org> |
5213 | |
5214 * winner.el: Fix keywords, autoload cookies. Split | |
5215 eval-when-compile form to avoid compilation failure. | |
5216 | |
28017 | 5217 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5218 | |
5219 * international/mule.el: Modify comment about coding system | |
5220 property `coding-category'. | |
5221 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5222 coding-category property of PROPERTIES. | |
5223 | |
5224 * international/mule-conf.el (coding-category-utf-8, | |
5225 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5226 categories. Include them in the argument for set-coding-priority. | |
5227 | |
5228 * international/mule-cmds.el (reset-language-environment): Include | |
5229 coding-category-utf-8, coding-category-utf-16-be, and | |
5230 coding-category-utf-16-le in the argument for set-coding-priority. | |
5231 (reset-language-environment): Initialize coding-category-utf-8, | |
5232 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5233 | |
28014 | 5234 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5235 | |
5236 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5237 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5238 extensions as well as compression extensions. | |
5239 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5240 |
27976 | 5241 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5242 | |
5243 * strokes.el: Change maintainer's mail address. | |
5244 | |
27972 | 5245 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5246 | |
5247 * international/mule-diag.el (list-character-sets): Make help-echo | |
5248 string by substitute-command-keys. | |
5249 (list-character-sets): Likewise. | |
5250 (sort-listed-character-sets): Call help-setup-xref. | |
5251 | |
27965 | 5252 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5253 | |
5254 * time.el (display-time-mail-file): Add `none' to the list of | |
5255 choices. | |
5256 | |
27954 | 5257 2000-03-01 Dave Love <fx@gnu.org> |
5258 | |
27959 | 5259 * help.el (help-xref-go-back): Don't try to set position. |
5260 | |
27954 | 5261 * international/mule-diag.el (list-character-sets): Call |
5262 help-setup-xref. Add help-echo to xrefs. | |
5263 (list-character-sets-1): Add help-echo to xrefs. | |
5264 | |
27949 | 5265 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5266 | |
5267 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5268 the mode off. | |
5269 | |
5270 * add-log.el (add-log-current-defun): Add support for | |
5271 Autoconf mode. | |
5272 | |
5273 * mail/rmail.el (rmail-quit-hook): New variable. | |
5274 | |
27931 | 5275 2000-03-01 Dave Love <fx@gnu.org> |
5276 | |
27935 | 5277 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5278 | |
27931 | 5279 * help.el (help-xref-button): Add help-echo arg. |
5280 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5281 | |
5282 * faces.el (list-faces-display): Supply help-echo with | |
5283 help-make-xrefs. | |
5284 | |
5285 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5286 nil. | |
5287 | |
27919 | 5288 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5289 | |
27927 | 5290 * image.el (defimage): Look for image files in load-path. |
5291 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5292 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5293 `number'. |
5294 | |
27927 | 5295 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5296 | |
5297 * recentf.el (recentf): Added version tag to the defgroup of | |
5298 recentf. | |
5299 | |
5300 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5301 | |
5302 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5303 too. | |
5304 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5305 action to select/unselect a file. | |
5306 (recentf-edit-list): Code cleanup and improvement. | |
5307 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5308 widget action to open a file. | |
5309 (recentf-open-more-files): No more use standard completion but | |
5310 widgets. | |
5311 (recentf-more-collection): Deleted. | |
5312 (recentf-more-history): Deleted. | |
5313 (recentf-setup-more-completion): Deleted. | |
5314 | |
5315 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5316 | |
5317 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5318 under a window-system. | |
5319 | |
5320 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5321 | |
5322 * recentf.el (recentf-edit-list): New command to edit the recent | |
5323 list which allow the user to remove files. | |
5324 (recentf-edit-selected-items): New global variable, used by | |
5325 `recentf-edit-list' to hold the list of files to be removed from | |
5326 the recent list. | |
5327 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5328 menu item. Minor code cleanup. | |
5329 | |
5330 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5331 | |
5332 * recentf.el (recentf-open-more-files): New command to open files | |
5333 that are not displayed in the menu. | |
5334 (recentf-more-collection): New global variable holding the set of | |
5335 permissible completions used by `recentf-open-more-files'. | |
5336 (recentf-more-history): New global variable holding the history list | |
5337 used by `recentf-open-more-files' completion. | |
5338 (recentf-setup-more-completion): New function to setup completion for | |
5339 `recentf-open-more-files'. | |
5340 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5341 | |
5342 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5343 | |
5344 * recentf.el (recentf-menu-action): Doc fixed. | |
5345 | |
5346 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5347 | |
5348 * recentf.el (recentf-menu-filter): Doc updated. | |
5349 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5350 (recentf-make-menu-items): New menu filter handling. | |
5351 (recentf-make-menu-item): New helper function. | |
5352 (recentf-menu-elements): New menu handling function. | |
5353 (recentf-sort-ascending): Updated to new menu filter handling. | |
5354 (recentf-sort-descending): Updated to new menu filter handling. | |
5355 (recentf-sort-basenames-ascending): New menu filter function. | |
5356 (recentf-sort-basenames-descending): New menu filter function. | |
5357 (recentf-show-basenames): New menu filter function. | |
5358 (recentf-show-basenames-ascending): New menu filter function. | |
5359 (recentf-show-basenames-descending): New menu filter function. | |
5360 | |
27919 | 5361 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5362 | |
5363 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5364 the end of the buffer. | |
5365 | |
27911 | 5366 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5367 | |
5368 * international/mule-diag.el (list-character-sets): Completely | |
5369 rewritten. | |
5370 (sort-listed-character-sets): New function. | |
5371 (list-character-sets-1): Completely rewritten. | |
5372 (list-character-sets-2): New function. | |
5373 (non-iso-charset-alist): New variable. | |
5374 (decode-codepage-char): New function. | |
5375 (charset-history): New variable. | |
5376 (read-charset) (list-block-of-chars) | |
5377 (list-iso-charset-chars) | |
5378 (list-non-iso-charset-chars) | |
5379 (list-charset-chars): New functions. | |
5380 (mule-diag): Call list-character-sets-2, not | |
5381 list-character-sets-2. | |
5382 (dump-charsets): Likewise. | |
5383 | |
27910 | 5384 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5385 | |
27919 | 5386 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5387 file name characters. | |
5388 (dired-filename-at-point): Handle ange-ftp file names. | |
5389 | |
27910 | 5390 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5391 instead of assoc-delete-all. | |
5392 (frame-notice-user-settings): Ditto. | |
5393 | |
5394 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5395 Don't copy alist. | |
5396 | |
27906 | 5397 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5398 | |
5399 * calculator.el (calculator-use-menu): New option. | |
5400 (calculator-initial-bindings): Changed some bindings to work as | |
5401 macros. | |
5402 (calculator-forced-input): Removed. | |
5403 (calculator-restart-other-mode): New variable. | |
5404 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5405 |
27906 | 5406 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5407 | |
5408 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5409 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5410 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5411 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
|
5412 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5413 * 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
|
5414 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
|
5415 (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
|
5416 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
|
5417 * 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
|
5418 * 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
|
5419 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
|
5420 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
|
5421 * 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
|
5422 * 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
|
5423 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5424 |
27898 | 5425 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5426 | |
5427 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5428 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5429 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5430 face-font-family-alternatives from working. | |
5431 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5432 chosen font. | |
5433 | |
27873 | 5434 2000-02-25 Sam Steingold <sds@goems.com> |
5435 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5436 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5437 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5438 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5439 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5440 |
5441 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5442 | |
27856 | 5443 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5444 | |
5445 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5446 writable. | |
5447 | |
27868 | 5448 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5449 |
27847 | 5450 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5451 | |
5452 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5453 | |
27845 | 5454 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5455 | |
5456 * diary-lib.el (include-other-diary-files): Undo the selective | |
5457 display in any included file and don't kill it. | |
5458 | |
27841 | 5459 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5460 | |
5461 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5462 bar. Menu items converted to (menu-item format, help strings | |
5463 added. | |
5464 [downcase, upcase]: Don't enable on MS-DOS. | |
5465 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5466 bound. | |
5467 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5468 | |
27825 | 5469 2000-02-23 Dave Love <fx@gnu.org> |
5470 | |
27838 | 5471 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5472 (backward-kill-word): Revert addition of * to interactive spec -- | |
5473 it's a feature. | |
5474 | |
5475 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5476 (backward-kill-sentence, kill-sentence): Likewise. | |
5477 | |
27835 | 5478 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5479 scratch buffer name. | |
5480 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5481 slightly. | |
5482 | |
5483 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5484 new read-face-name. | |
5485 | |
5486 * mail/footnote.el (footnote): Add :version to defgroup. | |
5487 (footnote-section-tag-regexp): Customize. | |
5488 (footnote-start-tag, footnote-end-tag): New option. | |
5489 (footnote-latin-regexp): New variable. | |
5490 (Footnote-latin): New function. | |
5491 (footnote-style-alist): Add element for latin style. | |
5492 (footnote-style): Moved. | |
5493 (Footnote-goto-footnote): Use eq to test arg. | |
5494 | |
5495 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5496 | |
27825 | 5497 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5498 (byte-compile-trueconstp): Include keywords. | |
5499 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5500 byte-compile-const-symbol-p. | |
5501 (byte-optimize-char-before): New optimization. | |
5502 | |
5503 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5504 (byte-compile-const-symbol-p): New function. | |
5505 (byte-compile-constp, byte-compile-out-toplevel) | |
5506 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5507 Use it. | |
5508 | |
5509 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5510 | |
27813 | 5511 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5512 | |
27815 | 5513 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5514 and minor-mode-map-alist. | |
5515 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5516 codes SS2 and SS3 correctly. | |
5517 (encoded-kbd-self-insert-ccl): New function. | |
5518 (encoded-kbd-setup-keymap): New function. | |
5519 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5520 by calling encoded-kbd-setup-keymap. | |
5521 | |
27813 | 5522 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5523 characters. | |
5524 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5525 locally. | |
5526 | |
27811 | 5527 2000-02-22 Dave Love <fx@gnu.org> |
5528 | |
5529 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5530 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5531 defvar. | |
5532 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5533 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5534 classes. Match `defface'. | |
5535 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5536 (eval-defun-1): Fix for defcustom. | |
5537 (lisp-indent-region): Doc fix. | |
5538 | |
5539 * subr.el (when, unless, split-string): Doc fix. | |
5540 (read-passwd): Move call of clear-this-command-keys to the right | |
5541 place. | |
5542 (replace-regexps-in-string): New function. | |
5543 | |
27807 | 5544 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5545 | |
5546 * help.el (describe-variable): Set syntax table to | |
5547 emacs-lisp-mode-syntax-table when moving forward over the | |
5548 symbol's name. | |
5549 | |
27805 | 5550 2000-02-22 Dave Love <fx@gnu.org> |
5551 | |
5552 * xt-mouse.el: Doc fixes. | |
5553 (xterm-mouse-position-function): New function, replacing advice of | |
5554 mouse-position. | |
5555 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5556 | |
5557 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5558 | |
27794 | 5559 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5560 | |
5561 * format.el (format-annotate-single-property-change): Handle | |
5562 properties.with dotted-list values. | |
5563 (format-proper-list-p): New function. | |
5564 | |
5565 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5566 . COLOR) and (background-color . COLOR). | |
5567 | |
27788 | 5568 2000-02-20 Dave Love <fx@gnu.org> |
5569 | |
5570 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5571 and assignments to it. | |
5572 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5573 current local map. | |
5574 (make-flyspell-overlay): Use it. | |
5575 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5576 | |
5577 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5578 (lm-get-header-re): Defun, not defsubst. | |
5579 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5580 (lm-version): Doc fix. Simplify. | |
5581 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5582 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5583 (lm-verify, lm-synopsis): Simplify. | |
5584 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5585 | |
27785 | 5586 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5587 | |
5588 * dired.el (dired-mode): Call propertized-buffer-identification | |
5589 to set mode-line-buffer-identification to something having | |
5590 the right text properties. | |
5591 | |
5592 * bindings.el (propertized-buffer-identification): New function. | |
5593 | |
27777 | 5594 2000-02-20 Dave Love <fx@gnu.org> |
5595 | |
5596 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5597 check for t-mouse too. | |
5598 | |
5599 * cus-start.el: Make echo-keystrokes `number'. | |
5600 | |
27776 | 5601 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5602 | |
5603 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5604 Don't call ring-empty-p unless tags-location-ring is bound. | |
5605 From Noah Friedman <friedman@splode.com>. | |
5606 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5607 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5608 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5609 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5610 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5611 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5612 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5613 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5614 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5615 (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
|
5616 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
|
5617 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5618 |
27757 | 5619 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5620 | |
5621 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5622 | |
27749 | 5623 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5624 | |
27754 | 5625 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5626 | |
27749 | 5627 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5628 of `*' to handle `(* ... *)' comments. | |
5629 | |
27732 | 5630 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5631 | |
27737 | 5632 * 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
|
5633 window-system. |
27737 | 5634 |
27732 | 5635 * menu-bar.el (global-map): Menu-bar items converted to the new |
5636 format (menu-item..., rearranged for better CUA compliance, and | |
5637 their names changed for better clarity. Help strings added. | |
5638 | |
5639 * international/mule-cmds.el (mule-menu-keymap) | |
5640 (describe-language-environment-map, set-coding-system-map) | |
5641 (setup-language-environment-map): Convert to new (menu-item... | |
5642 form, add help strings. Change names of menu items for better | |
5643 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5644 submenu). | |
5645 | |
27729 | 5646 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5647 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5648 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5649 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5650 |
27717 | 5651 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5652 |
27717 | 5653 * faces.el: Don't require custom. Add more specific :groups to |
5654 various deffaces. | |
5655 (set-face-attribute): Purecopy args. | |
5656 (read-face-name): Default to name at point and use it in prompt. | |
5657 Remove colon from arg in all callers. | |
5658 (list-faces-display): Hyperlink to face descriptions and customize | |
5659 buffers. | |
5660 | |
27712 | 5661 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5662 | |
5663 * wid-edit.el (widget-match-inline): An atom never matches a | |
5664 list. | |
5665 | |
27707 | 5666 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5667 | |
27713 | 5668 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5669 at ':' characters by call to split-string. | |
27707 | 5670 |
5671 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5672 | |
27713 | 5673 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5674 |
5675 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5676 | |
27713 | 5677 * textmodes/bibtex.el: Some temporary comments removed. |
5678 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5679 explicit. | |
5680 (bibtex-field-const): Allow capital letters. | |
5681 (bibtex-start-of-string): Deleted because unused. | |
5682 | |
5683 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5684 use the term 'reference' to describe a bibtex entry as a whole. | |
5685 Further, reference keys are no longer called 'labels'. | |
5686 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5687 (bibtex-reformat-previous-labels): Renamed to | |
5688 bibtex-reformat-previous-reference-keys. | |
5689 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5690 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5691 (bibtex-reference-maybe-empty-head): Renamed to | |
5692 bibtex-entry-maybe-empty-head. | |
5693 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5694 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5695 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5696 bibtex-enclosing-entry-maybe-empty-head. | |
5697 (bibtex-entry-field-alist, bibtex-entry-head, | |
5698 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5699 bibtex-map-entries, bibtex-search-entry, | |
5700 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5701 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5702 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5703 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5704 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5705 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5706 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5707 |
5708 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5709 | |
27713 | 5710 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5711 comment. | |
5712 (bibtex-format-field-delimiters): New function, functionality | |
5713 extracted from bibtex-format-entry. | |
5714 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5715 extracted from bibtex-autokey-get-yearfield. | |
5716 | |
5717 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5718 entries in order to avoid stack overflow in the regexp matcher if | |
5719 field contents become large. | |
5720 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5721 bibtex-field-string-part-not-braced, | |
5722 bibtex-field-string-part-no-inner-braces, | |
5723 bibtex-field-string-part-1-inner-brace, | |
5724 bibtex-field-string-part-2-inner-braces, | |
5725 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5726 bibtex-field-string-quoted, bibtex-field-string, | |
5727 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5728 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5729 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5730 as parsing is now performed by the following functions. | |
5731 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5732 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5733 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5734 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5735 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5736 bibtex-search-forward-field, bibtex-search-backward-field, | |
5737 bibtex-start-of-field, bibtex-end-of-field, | |
5738 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5739 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5740 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5741 bibtex-parse-string, bibtex-search-forward-string, | |
5742 bibtex-search-backward-string, bibtex-start-of-string, | |
5743 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5744 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5745 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5746 entries. Instead of reporting the results of the parsing by | |
5747 match-beginning or match-end, these functions return data structures | |
5748 that hold the corresponding positions. | |
5749 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5750 return values rather than by match-beginning or match-end. The | |
5751 following functions have been adapted to use the new parsing | |
5752 functions. | |
5753 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5754 bibtex-enclosing-field, bibtex-format-entry, | |
5755 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5756 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5757 bibtex-print-help-message, bibtex-end-of-entry, | |
5758 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5759 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5760 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5761 method for parsing. | |
5762 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5763 bibtex-map-entries, bibtex-flash-head, | |
5764 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5765 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5766 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5767 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5768 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5769 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5770 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5771 order to make the new binding of case-fold-search immediately | |
5772 visible. | |
27707 | 5773 |
5774 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5775 | |
27713 | 5776 * textmodes/bibtex.el: Copyright notice is up to date. |
5777 Added constant 'bibtex-maintainer-salutation. | |
5778 | |
5779 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5780 than make-temp-name, use match-string-no-properties and eliminate | |
5781 a quadratic behavior when building bibtex-strings. | |
5782 | |
5783 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5784 reference key contains upper case letters. | |
27707 | 5785 |
5786 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5787 | |
27713 | 5788 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5789 a new line. | |
27707 | 5790 |
5791 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5792 | |
27713 | 5793 * bibtex.el: Hiding of entry bodies is not longer provided by |
5794 bibtex.el directly. Instead the hideshow package can be used. | |
5795 Added a special bibtex entry to hs-special-modes-alist. | |
5796 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5797 |
5798 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5799 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5800 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5801 at ':' characters by call to split-string. |
27729 | 5802 |
5803 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5804 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5805 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5806 |
5807 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5808 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5809 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5810 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5811 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5812 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5813 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5814 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5815 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5816 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
|
5817 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5818 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5819 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5820 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5821 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5822 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5823 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5824 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5825 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5826 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5827 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5828 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5829 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5830 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5831 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5832 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5833 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5834 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5835 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5836 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5837 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5838 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5839 |
5840 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5841 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5842 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5843 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5844 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5845 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5846 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5847 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5848 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5849 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5850 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
|
5851 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5852 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5853 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5854 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5855 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5856 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5857 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
|
5858 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5859 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5860 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
|
5861 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
|
5862 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5863 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5864 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5865 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5866 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5867 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
|
5868 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5869 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5870 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
|
5871 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
|
5872 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5873 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5874 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5875 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
|
5876 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
|
5877 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
|
5878 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5879 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5880 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5881 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5882 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
|
5883 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5884 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5885 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5886 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5887 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5888 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5889 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5890 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5891 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
|
5892 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
|
5893 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5894 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5895 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5896 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5897 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5898 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5899 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
|
5900 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5901 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5902 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
|
5903 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
|
5904 visible. |
27729 | 5905 |
5906 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5907 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5908 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5909 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5910 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5911 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5912 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
|
5913 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5914 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5915 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5916 reference key contains upper case letters. |
27729 | 5917 |
5918 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5919 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5920 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5921 a new line. |
27729 | 5922 |
5923 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5924 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5925 * 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
|
5926 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5927 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5928 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5929 |
5930 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5931 | |
27713 | 5932 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5933 proceedings entry type (for cross referencing). Thanks to Wagner |
5934 Toledo Correa for the suggestion. | |
5935 | |
27713 | 5936 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5937 |
27690 | 5938 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5939 | |
5940 * international/characters.el: Setup case table for Vietnamese. | |
5941 | |
27687 | 5942 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5943 | |
5944 * uniquify.el (toplevel): Require CL at compile time. | |
5945 (uniquify-push): Removed. | |
5946 | |
5947 * shadowfile.el (shadow-when): Removed. | |
5948 | |
5949 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5950 (tempo-process-and-insert-string): Use dolist instead of | |
5951 tempo-dolist. | |
5952 | |
5953 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5954 regexp for paragraph-start. | |
5955 | |
5956 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5957 commas as well. | |
5958 | |
27657 | 5959 2000-02-10 Dave Love <fx@gnu.org> |
5960 | |
5961 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5962 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5963 Deleted. | |
5964 (widget-specify-field, widget-specify-button): Don't use | |
5965 widget-mouse-help as help-echo property. | |
5966 (default): Use #'ignore for :validate and :mouse-down-action. | |
5967 (checkbox): Add help-echo. | |
5968 (widget-sexp-validate): Rewritten to clarify error messages. | |
5969 (character): Use char-valid-p in :match function. | |
5970 (widget-color-complete): Use facemenu-color-alist. | |
5971 (widget-color-action): Use facemenu-read-color. | |
5972 | |
5973 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5974 set up `caar' &c that we now have. | |
5975 | |
27713 | 5976 2000-02-09 Ray Blaak <blaak@gnu.org> |
5977 | |
5978 * delphi.el: Make resourcestring a declaration region, like const | |
5979 and var. | |
5980 | |
27652 | 5981 2000-02-09 Dave Love <fx@gnu.org> |
5982 | |
5983 * bindings.el (mode-line-input-method-map): New variable. | |
5984 (mode-line-mule-info): Use it; fix last change. | |
5985 (mode-line-mode-menu): Move definition. | |
5986 (mode-line-mouse-sensitive-p): Deleted. | |
5987 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5988 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5989 level. | |
5990 | |
5991 * startup.el (command-line-1): Don't call | |
5992 make-mode-line-mouse-sensitive. | |
5993 | |
27644 | 5994 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5995 | |
5996 * mail/rmail.el (rmail-retry-failure): Use | |
5997 rmail-beginning-of-message before rmail-toggle-header, because the | |
5998 former toggles headers. | |
5999 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6000 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
|
6001 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
6002 * 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
|
6003 (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
|
6004 (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
|
6005 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
|
6006 (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
|
6007 (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
|
6008 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6009 * 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
|
6010 (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
|
6011 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
|
6012 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6013 (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
|
6014 (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
|
6015 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
|
6016 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
|
6017 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6018 (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
|
6019 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6020 (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
|
6021 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
|
6022 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
6023 (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
|
6024 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
|
6025 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6026 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
|
6027 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6028 * 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
|
6029 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
|
6030 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6031 * 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
|
6032 |
27610 | 6033 2000-02-04 Dave Love <fx@gnu.org> |
6034 | |
27617 | 6035 * bindings.el (mode-line-mule-info): Fix/extend last change. |
6036 | |
27610 | 6037 * completion.el: Replace completion-dolist with dolist. |
6038 | |
6039 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
6040 dotimes. | |
6041 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6042 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6043 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6044 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6045 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6046 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6047 * 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
|
6048 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6049 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6050 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6051 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6052 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6053 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6054 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6055 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6056 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6057 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6058 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6059 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6060 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6061 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6062 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6063 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6064 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6065 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6066 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6067 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6068 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6069 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6070 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6071 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6072 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6073 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6074 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6075 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6076 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6077 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6078 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6079 (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
|
6080 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6081 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6082 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6083 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6084 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6085 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6086 |
27590 | 6087 2000-02-02 Dave Love <fx@gnu.org> |
6088 | |
6089 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
6090 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
6091 | |
6092 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
6093 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
6094 the new builtins directly. | |
6095 | |
6096 * whitespace.el (whitespace): Add :version to defgroup. | |
6097 | |
6098 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
6099 Doc fix. | |
6100 | |
6101 * thingatpt.el (sexp-at-point, symbol-at-point) | |
6102 (number-at-point, list-at-point): Add autoload cookie. | |
6103 | |
6104 * recentf.el (recentf): Add :version to defgroup. | |
6105 | |
6106 * quickurl.el (quickurl): Add :version to defgroup. | |
6107 | |
6108 * elide-head.el (elide-head): Use point-marker more. | |
6109 | |
6110 * bs.el (bs): Add :version to defgroup. | |
6111 | |
6112 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
6113 | |
6114 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
6115 | |
27587 | 6116 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
6117 | |
6118 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
6119 succeeding process operation sets a different coding system. | |
6120 | |
6121 * calculator.el: New file. | |
6122 | |
27572 | 6123 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
6124 | |
6125 * frame.el (frames-on-display-list, framep-on-display): New | |
6126 functions. | |
6127 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
6128 (display-selections-p, display-screens, display-pixel-width) | |
6129 (display-pixel-height, display-mm-width, display-mm-height) | |
6130 (display-backing-store, display-save-under, display-planes) | |
6131 (display-color-cells, display-visual-class): New functions. | |
6132 | |
6133 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6134 | |
6135 * faces.el (display-color-p): Use framep-on-display. | |
6136 (display-grayscale-p): New function. | |
6137 | |
27549 | 6138 2000-01-31 Dave Love <fx@gnu.org> |
6139 | |
6140 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6141 (create-fontset-from-x-resource): Don't concat integers. | |
6142 | |
27545 | 6143 2000-01-31 Inge Frick <inge@nada.kth.se> |
6144 | |
6145 * view.el: Some changes in documentation. Removed some trailing | |
6146 whitespace. Changed some parameter names to agree with | |
6147 documentation. | |
6148 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6149 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6150 |
27541 | 6151 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6152 | |
27543 | 6153 * windmove.el: New file. |
6154 | |
27541 | 6155 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6156 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6157 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6158 |
27541 | 6159 * jit-lock.el (jit-lock-function): Widen before calculating end |
6160 position. | |
6161 (jit-lock-stealth-chunk-start): Rewritten. | |
6162 | |
6163 * info.el (Info-title-face-alist): Removed. | |
6164 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6165 faces. | |
6166 (Info-fontify-node): Use these faces. | |
6167 | |
27527 | 6168 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6169 | |
6170 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6171 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6172 `&allow-other-keywords'. | |
6173 | |
6174 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6175 the list of directories scanned heuristically. | |
6176 | |
6177 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6178 exist. | |
6179 | |
27523 | 6180 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6181 | |
6182 * w32-fns.el: Define w32-tty-standard-colors. | |
6183 | |
6184 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6185 w32 console mode. | |
6186 | |
27510 | 6187 2000-01-30 Dave Love <fx@gnu.org> |
6188 | |
27513 | 6189 * jka-compr.el (jka-compr-load): Fix up load-history. |
6190 | |
27510 | 6191 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6192 | |
6193 * emacs-lisp/cl-macs.el: Revert previous change. | |
6194 | |
27499 | 6195 2000-01-29 Dave Love <fx@gnu.org> |
6196 | |
6197 * facemenu.el: Purecopy various strings. | |
6198 | |
6199 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6200 years. Deal with three-digit years. | |
6201 | |
6202 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6203 defconst, purecopy. | |
6204 (help-back-label): Purecopy it. | |
6205 | |
27498 | 6206 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6207 | |
6208 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6209 variable. If non-nil, order the buffer list according to the | |
6210 currently selected frame. | |
6211 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6212 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
|
6213 |
27496 | 6214 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6215 | |
6216 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6217 | |
27486 | 6218 2000-01-28 Dave Love <fx@gnu.org> |
6219 | |
27491 | 6220 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6221 | |
27486 | 6222 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6223 Don't use lisp-indent-hook property. | |
6224 (cl-abs): Remove. | |
6225 | |
6226 * subr.el: Move out indent and edebug specs for when and unless. | |
6227 | |
6228 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6229 when, unless. | |
6230 | |
6231 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6232 unless, when. | |
6233 | |
27467 | 6234 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6235 | |
27481 | 6236 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6237 `collecting' as synonym for `collect'. | |
6238 | |
6239 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6240 for the case it contains spaces. | |
6241 | |
6242 * simple.el (what-cursor-position): Change formatting of | |
6243 messages. | |
6244 | |
27473 | 6245 * frame.el (delete-other-frames): New function. |
6246 (toplevel): Bind it to C-x 5 1. | |
6247 | |
27469 | 6248 * sort.el (sort-numeric-base): New option. |
6249 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6250 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6251 as default base. | |
6252 | |
27467 | 6253 * progmodes/glasses.el: New file. |
6254 | |
27451 | 6255 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6256 | |
27461 | 6257 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6258 userids differently. | |
6259 | |
27451 | 6260 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6261 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6262 progmodes/ebnf-yac.el: New files. | |
6263 | |
27446 | 6264 2000-01-26 Dave Love <fx@gnu.org> |
6265 | |
6266 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6267 on a function with an empty body. [From Eric Ludlam.] | |
6268 | |
27437 | 6269 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6270 | |
6271 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6272 | |
27433 | 6273 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6274 | |
6275 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6276 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6277 | |
27419 | 6278 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6279 | |
6280 * language/thai-util.el (thai-composition-function): Delete | |
6281 superfluous `a'. | |
6282 | |
27418 | 6283 2000-01-24 Dave Love <fx@gnu.org> |
6284 | |
6285 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6286 end-of-defun-function. | |
6287 | |
6288 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6289 &c. | |
6290 | |
27405 | 6291 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6292 | |
6293 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6294 conflicts with new face support. | |
6295 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6296 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6297 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6298 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6299 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6300 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6301 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6302 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6303 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6304 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6305 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6306 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6307 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6308 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6309 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6310 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6311 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6312 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6313 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6314 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6315 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6316 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6317 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6318 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6319 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6320 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6321 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6322 |
27366 | 6323 2000-01-19 Dave Love <fx@gnu.org> |
6324 | |
27368 | 6325 * files.el (user-init-file): Don't declare here -- is primitive. |
6326 | |
27366 | 6327 * startup.el (command-line): Check for compiled user-init-file and |
6328 set to uncompiled version if necessary. | |
6329 | |
27358 | 6330 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6331 | |
27361 | 6332 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6333 (undigestify-rmail-message): Use it. | |
6334 | |
27358 | 6335 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6336 | |
27351 | 6337 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6338 | |
6339 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6340 of mini-buffer. | |
6341 | |
27326 | 6342 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6343 | |
27330 | 6344 * emacs-lisp/copyright.el (copyright-update): Removed the |
6345 requirement for a trailing space from `copyright-regexp', to | |
6346 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6347 |
27327 | 6348 * align.el: New file. |
6349 | |
27326 | 6350 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6351 | |
6352 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6353 | |
27323 | 6354 2000-01-13 Dave Love <fx@gnu.org> |
6355 | |
6356 * ph.el: Removed. (Obsoleted by EUDC.) | |
6357 | |
27321 | 6358 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6359 | |
6360 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6361 menu with easymenu, because that causes build problems. | |
6362 | |
6363 * frame.el (frame-notice-user-settings): New variable. | |
6364 (frame-notice-user-settings): Don't modify frame parameters | |
6365 if called a second time. | |
6366 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6367 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6368 |
6369 * frame.el (frame-notice-user-settings): | |
6370 Notice default-frame-parameters even for non-window frames. | |
6371 | |
27318 | 6372 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6373 | |
6374 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6375 for Emacs. | |
6376 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6377 (eudc-bob-toggle-inline-display): Ditto. | |
6378 (eudc-bob-display-jpeg): Ditto. | |
6379 | |
27304 | 6380 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6381 | |
27313 | 6382 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6383 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6384 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
|
6385 |
27312 | 6386 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6387 nil)'. | |
6388 | |
6389 * subdirs.el: Add `net' directory. | |
6390 | |
27308 | 6391 * net: New directory. |
6392 | |
27304 | 6393 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6394 eval-last-sexp. Don't bind debug-on-error here. | |
6395 (eval-last-sexp): New function. Bind debug-on-error if | |
6396 eval-expression-debug-on-error is non-nil. | |
6397 (eval-defun-2, eval-defun): Likewise. | |
6398 | |
6399 * simple.el (eval-expression): Don't bind debug-on-error if | |
6400 eval-expression-debug-on-error is nil. Detect changed | |
6401 debug-on-error, and propagate new value to global binding, if | |
6402 eval-expression-debug-on-error is non-nil, | |
6403 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6404 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6405 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6406 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6407 * 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
|
6408 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6409 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6410 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6411 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6412 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6413 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6414 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6415 |
27288 | 6416 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6417 | |
27291 | 6418 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6419 of erasing buffer. | |
6420 | |
27288 | 6421 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6422 (fill-context-prefix): Use the longest common prefix of first |
6423 and second line fill prefix, if there is one. | |
27288 | 6424 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6425 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6426 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6427 * 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
|
6428 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6429 |
27282 | 6430 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6431 | |
6432 * add-log.el (add-log-current-defun): Handle user-defined | |
6433 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6434 |
27280 | 6435 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6436 if having found a current function |
27278 | 6437 |
6438 * add-log.el (add-log-current-defun): Call | |
6439 `add-log-current-defun-function'. Try matches at level 0 and | |
6440 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6441 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6442 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6443 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6444 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6445 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6446 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6447 |
27265 | 6448 2000-01-10 Dave Love <fx@gnu.org> |
6449 | |
6450 * elide-head.el (elide-head): Use point-marker, not point. | |
6451 | |
27261 | 6452 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6453 | |
27263 | 6454 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6455 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6456 |
27261 | 6457 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6458 Add ispell- prefix. | |
6459 | |
6460 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6461 | |
6462 * ispell.el: Only define dictionaries in menus when they exist. | |
6463 (version18p): New variable. | |
6464 (version20p): New variable. | |
6465 (xemacsp): New variable. | |
6466 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6467 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6468 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6469 run-together words. |
27261 | 6470 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6471 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6472 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6473 library path when called non-interactively. |
27261 | 6474 (ispell-menu-map-needed): Uses new variables. |
6475 (ispell-library-path): New variable. | |
6476 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6477 (ispell-word): Improved documentation string. Test for valid | |
6478 character mappings. Correctly check typed in word changes that can | |
6479 result in single words split into multiple words. Returns | |
6480 replacement word. | |
6481 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6482 replace in recursive query replace mode. Help message for | |
6483 recursive edit mode. | |
6484 (ispell-show-choices): Protect against bad framepop bindings. | |
6485 (ispell-help): Fix to work with XEmacs. | |
6486 (ispell-highlight-spelling-error): Use new variables. | |
6487 (ispell-overlay-window): Fix to work with XEmacs. | |
6488 (ispell-parse-output): Passed and returns location information | |
6489 tracking spelling corrections. Doesn't recheck same word on | |
6490 current line. | |
6491 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6492 Fix call to single argument in sleep-for. Use new variables. | |
6493 (ispell-region): Passed and returns location information tracking | |
6494 spelling corrections. Doesn't check same word on current line. | |
6495 Improved documentation string. Doesn't resend a line already | |
6496 checked to the ispell process - fixes bug in LaTeX parsing. | |
6497 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6498 (ispell-skip-region): No longer skips <TT> in SGML. | |
6499 (ispell-process-line): Tracks location information with spelling | |
6500 corrections. Added documentation string. Accounts for words | |
6501 already accepted on this line. Don't allow query-replace on line | |
6502 starting with math characters. Doesn't resend a line already sent | |
6503 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6504 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6505 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6506 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6507 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6508 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6509 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6510 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6511 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
|
6512 |
27255 | 6513 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6514 | |
6515 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6516 of a real newline. | |
6517 | |
27253 | 6518 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6519 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6520 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6521 for .png files. |
6522 | |
27251 | 6523 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6524 | |
6525 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6526 | |
27247 | 6527 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6528 | |
27249 | 6529 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6530 | |
27247 | 6531 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6532 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6533 recursion. |
6534 | |
27244 | 6535 2000-01-08 Dave Love <fx@gnu.org> |
6536 | |
27265 | 6537 * emacs-lisp/backquote.el: Remove inappropriate customization |
6538 (allowing custom.el to use backquote). | |
27244 | 6539 |
27241 | 6540 2000-01-07 Dave Love <fx@gnu.org> |
6541 | |
6542 * add-log.el (add-log-debugging): Deleted. | |
6543 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6544 file. Remove debugging code. | |
6545 (change-log-get-method-definition, change-log-name): Add doc. | |
6546 (change-log-sortable-date-at): New function. | |
6547 (change-log-merge): New command. | |
6548 | |
6549 * time.el (display-time-string-forms): Make the Mail string active. | |
6550 (display-time-update): Provide help-echo for load average. | |
6551 | |
6552 * bindings.el (make-mode-line-mouse2-map): New function. | |
6553 (mode-line-modified): Use it and simplify. | |
6554 (mode-line-mule-info): Provide help-echo info. | |
6555 (minor-mode-alist): Activate the strings. | |
6556 (make-mode-line-mouse-sensitive): Simplify for | |
6557 mode-line-buffer-identification. | |
6558 | |
27233 | 6559 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6560 | |
6561 * play/pong.el: New file. | |
6562 | |
27241 | 6563 2000-01-06 Dave Love <fx@gnu.org> |
6564 | |
6565 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6566 `array-' prefix for symbols. | |
6567 | |
6568 2000-01-05 Dave Love <fx@gnu.org> | |
6569 | |
6570 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6571 outline-headers-as-kill. | |
6572 (outline-mode): Define imenu-generic-expression. | |
6573 (outline-headers-as-kill): New command. | |
6574 | |
6575 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6576 from paragraph-start. | |
6577 (paragraph-indent-minor-mode): New command. | |
6578 | |
6579 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6580 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6581 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6582 (fortran-column-ruler): Simplify. | |
6583 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6584 (fortran-with-subprogram-narrowing): Likewise. | |
6585 (fortran-indent-subprogram): Call mark-defun. | |
6586 (fortran-check-for-matching-do): Change narrowing. | |
6587 | |
6588 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6589 (cl-lucid-hash-tag): Delete. | |
6590 (cl-hash-table-p): Correct test for native table. | |
6591 (cl-hash-table-count): Use hash-table-count. | |
6592 | |
6593 * browse-url.el (browse-url): Fix case of | |
6594 browse-url-browser-function being an alist. | |
6595 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6596 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6597 |
27233 | 6598 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6599 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6600 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6601 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6602 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6603 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6604 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6605 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6606 |
27191 | 6607 2000-01-05 Dave Love <fx@gnu.org> |
6608 | |
27241 | 6609 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6610 (beginning-of-defun-raw): Use it. |
6611 (end-of-defun): New variable. | |
6612 (end-of-defun): Use it. | |
6613 (check-parens): New command. | |
6614 | |
27182 | 6615 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6616 | |
27233 | 6617 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6618 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6619 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6620 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6621 |
27176 | 6622 2000-01-05 Andreas Schwab <schwab@suse.de> |
6623 | |
6624 * hscroll.el (hscroll): Doc fix. | |
6625 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6626 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6627 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6628 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6629 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6630 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6631 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6632 file idlw-rinfo.el. |
27182 | 6633 (idlwave-customize): load must read file idlw-shell.el. |
6634 (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
|
6635 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6636 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6637 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6638 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6639 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6640 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6641 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6642 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6643 both reftex-dcr and reftex-vcr. |
27182 | 6644 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6645 * 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
|
6646 |
27164 | 6647 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6648 |
6649 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6650 (ps-print-version): New version number (5.0.3). | |
6651 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6652 local. | |
6653 (ps-spool-config): Initialization fix. | |
27233 | 6654 (ps-print-prologue-1, ps-print-prologue-2) |
6655 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6656 (ps-background-image): Little code reformating. |
6657 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6658 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6659 (ps-prologue-file): New fun. |
6660 | |
27159 | 6661 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6662 | |
27233 | 6663 * ps-vars.el: Eliminated. |
27159 | 6664 |
6665 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6666 `;;;###autoload'. | |
6667 | |
6668 * ps-print.el: ps-vars eliminated, doc fix. | |
6669 (ps-print-version): New version number (5.0.2). | |
6670 (ps-spool-config): Initialization fix. | |
6671 (ps-print-customize): New fun. | |
6672 | |
27155 | 6673 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6674 | |
6675 * autorevert.el (auto-revert-mode): Return value of | |
6676 auto-revert-mode. | |
6677 | |
27152 | 6678 2000-01-04 Dave Love <fx@gnu.org> |
6679 | |
27198 | 6680 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6681 menu items. | |
27152 | 6682 |
27124 | 6683 2000-01-03 Dave Love <fx@gnu.org> |
6684 | |
27191 | 6685 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6686 |
27241 | 6687 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6688 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6689 `cl-hash-table-p', not `hash-table-p'. | |
6690 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6691 | |
27119 | 6692 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6693 | |
6694 * faces.el (face-read-integer, read-face-attribute) | |
6695 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6696 strings. | |
6697 | |
27112 | 6698 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6699 | |
6700 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6701 at comment end, and re-insert them after filling. | |
6702 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6703 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
|
6704 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6705 * 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
|
6706 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6707 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
|
6708 |
27102 | 6709 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6710 | |
6711 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6712 the new name of face-color-supported-p. | |
6713 | |
6714 * term/w32-win.el (xw-defined-colors): Likewise. | |
6715 | |
27097 | 6716 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6717 | |
6718 * simple.el (completion-setup-function): Count completion-size | |
6719 from minibuffer-prompt-end, not from point-min. | |
6720 | |
27091 | 6721 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6722 | |
6723 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6724 Pass the frame to tty-color-* functions. | |
6725 (display-color-p, frame-set-background-mode): Pass the frame to | |
6726 tty-display-color-p. | |
6727 | |
6728 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6729 tty-color-alist. | |
6730 (tty-color-alist, tty-modify-color-alist): New functions. | |
6731 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6732 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6733 an optional parameter FRAME. | |
6734 | |
27074 | 6735 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6736 | |
27082 | 6737 * image.el (create-image, defimage): Don't assume image data is a |
6738 string. | |
6739 | |
27074 | 6740 * image.el (defimage): Handle specifications containing :data |
6741 instead of :file. | |
6742 (image-type-from-data): New function. | |
6743 (image-type-from-file-header): Use it. | |
6744 (create-image): Add parameter DATA-P. | |
27182 | 6745 |
30729 | 6746 See ChangeLog.8 for earlier changes. |
30993 | 6747 |
6748 ;; Local Variables: | |
31092 | 6749 ;; coding: iso-2022-7bit |
30993 | 6750 ;; End: |