Mercurial > emacs
annotate lisp/ChangeLog @ 31196:28b5eff78c33
(skkdic-convert): Insert (require 'ja-dic-cnv), not (require
'skkdic-cnv).
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 27 Aug 2000 02:04:17 +0000 |
parents | 4dc6dd2a3172 |
children | ce9e93f8341e |
rev | line source |
---|---|
31195 | 1 2000-08-27 Kenichi Handa <handa@etl.go.jp> |
2 | |
3 * international/ja-dic-cnv.el (skkdic-convert): Insert (require | |
4 'ja-dic-cnv), not (require 'skkdic-cnv). | |
5 | |
31180 | 6 2000-08-26 Miles Bader <miles@gnu.org> |
7 | |
31194 | 8 * faces.el (face-x-resources): Add entry for :inherit. |
9 * cus-face.el (custom-face-attributes): Add support for :inherit | |
10 attribute. Add support for relative face heights. | |
11 (custom-face-attributes-get): Treat `nil' as being a default value | |
12 for :inherit (as well as `unspecified'). | |
13 | |
31191 | 14 * faces.el (set-face-attribute): Update doc string. |
15 (face-attribute-name-alist): Add :inherit. | |
16 (face-valid-attribute-values): Handle :inherit. | |
17 (face-read-string): Rephrase prompt to be less confusing. | |
18 Assume that DEFAULT is a string, since we must return a string. | |
19 (face-read-integer): Use `format' to turn DEFAULT into an | |
20 acceptable default for face-read-string. Match NEW-VALUE against | |
21 the string "unspecified", not the symbol `unspecified', since | |
22 that's what face-read-string returns. | |
23 (read-face-attribute): Lookup a name for old-value in valid, and | |
24 use it as a default if we find one. Treat all values from | |
25 face-read-string as strings. If the default is used, don't do any | |
26 more processing on the value, just use the old value directly. | |
27 (read-face-and-attribute, modify-face): Tweak prompt. | |
28 (read-face-name): Don't assume prompt ends with a space. | |
29 | |
31180 | 30 * faces.el (describe-face): Add support for :inherit attribute. |
31 | |
31166 | 32 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
33 | |
31167 | 34 * terminal.el (terminal-emulator): Fix args to `concat'. Now |
35 concat doesn't accept interger. | |
36 | |
31166 | 37 * international/kkc.el: Remove SKK from Keywords. Require |
38 ja-dic-utl instead of skkdic-utl. | |
39 | |
40 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. | |
41 Provide ja-dic-cnv instead of skkdic-cnv. | |
42 (ja-dic-filename): Renamed from skkdic-filename. Referers changed | |
43 (iso-2022-7bit-short): Add safe-charsets property. | |
44 (skkdic-convert-postfix): Search Japanese chou-on character in | |
45 addition to Hiragana character. | |
46 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. | |
47 (skkdic-convert): Change file names from skkdic.el to ja-dic.el | |
48 (batch-skkdic-convert): Likewise. | |
49 | |
50 * international/ja-dic-utl.el: Renamed from skkdic-utl.el. | |
51 Provide ja-dic-utl instead of skkdic-utl. | |
52 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic. | |
53 | |
31156 | 54 2000-08-24 Dave Love <fx@gnu.org> |
55 | |
31158 | 56 * disp-table.el (standard-display-default): Make the test of `l' |
57 useful. | |
58 | |
31156 | 59 * language/european.el ("Latin-8", "Latin-9"): Add input methods, |
60 mod sample text. | |
61 | |
62 * international/iso-ascii.el: Make pilcrow convenient string | |
63 consistent with section. | |
64 (iso-ascii-display): Set up multibyte characters as well as | |
65 unibyte. | |
66 | |
31137 | 67 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
68 | |
69 * international/mule-cmds.el (reset-language-environment): Set | |
70 default-process-coding-system to '(undecided . iso-latin-1), which | |
71 makes process I/O almost consistent with file I/O. Call this | |
72 function when mule-cmds.el[c] is loaded. | |
73 | |
31092 | 74 2000-08-22 Andrew Innes <andrewi@gnu.org> |
75 | |
76 * makefile.w32-in: New file. | |
77 | |
31038 | 78 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
79 | |
80 * comint.el (comint-output-filter): Compare end of | |
81 comint-last-output-overlay with the start of the newly inserted | |
82 text, not the end, when deciding whether to extend it. | |
83 Set saved-point's insertion type to advance after insertion. | |
84 | |
85 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
86 since this is now done independently of font-lock mode. | |
87 | |
31009 | 88 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
89 | |
90 * server.el (server-kill-new-buffers): New user option. | |
91 (server-existing-buffer): New buffer-local variable. | |
92 (server-visit-files): When using an existing buffer, set | |
93 server-existing-buffer to t. | |
94 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
95 buffer, unless it was already present before visiting it with | |
96 Emacs server. | |
97 | |
31006 | 98 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
99 | |
100 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
101 even if the display doesn't support colors: some displays will | |
102 support bold/underline faces. | |
103 | |
30997 | 104 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
105 | |
31004 | 106 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
107 | |
30997 | 108 * startup.el (command-line): If user's init file had an error, |
109 add explanatory text to *Messages*. | |
110 | |
30994 | 111 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
112 | |
113 * man.el (Man-getpage-in-background): Decode the process output by | |
114 the system locale coding system. | |
115 | |
30980 | 116 2000-08-20 Dave Love <fx@gnu.org> |
117 | |
30991 | 118 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
119 Don't test x-popup-menu. | |
120 (function) <complete-function>: Complete only fbound symbols. | |
121 <validate, value>: New. | |
122 (variable) <complete-function>: Complete only bound symbols. | |
123 (coding-system): Add :base-only, :complete-function, :validate, | |
124 :value, :prompt-match. | |
125 (widget-coding-system-prompt-value): Use read-coding-system and | |
126 act on :base-only. | |
127 (editable-field): Add :help-echo. | |
128 (widget-push-button-gui, widget-push-button-cache) | |
129 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
130 with uses. | |
131 (widget-at): Make arg optional. | |
132 (widget-echo-help): Adjust for current help-echo calling sequence. | |
133 (widget-specify-field, widget-specify-button) | |
134 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
135 (widget-convert, widget-insert, widget-leave-text) | |
136 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
137 (widget-setup, widget-field-find, widget-before-change) | |
138 (widget-after-change, widget-default-complete) | |
139 (widget-default-create, widget-default-delete) | |
140 (widget-push-button-value-create, editable-field) | |
141 (widget-field-prompt-value, widget-field-validate) | |
142 (widget-choice-value-create, widget-choice-action) | |
143 (widget-choice-validate, widget-checklist-add-item) | |
144 (widget-radio-add-item, widget-radio-chosen) | |
145 (widget-radio-value-inline, widget-editable-list-value-create) | |
146 (widget-editable-list-entry-create) | |
147 (widget-documentation-link-add) | |
148 (widget-documentation-string-value-create) | |
149 (widget-regexp-validate, widget-file-complete) | |
150 (widget-sexp-validate, widget-plist-convert-widget) | |
151 (widget-plist-convert-widget, widget-alist-convert-widget) | |
152 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
153 particularly to avoid bindings which aren't optimized out. | |
154 | |
30980 | 155 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
156 Doc fix. | |
157 (down-list, backward-up-list, up-list, kill-sexp) | |
158 (backward-kill-sexp, mark-sexp): Make arg optional. | |
159 (lisp-complete-symbol): Add optional arg PREDICATE. | |
160 | |
161 * cus-start.el: Add display-buffer-reuse-frames, | |
162 file-coding-system-alist. | |
163 | |
30975 | 164 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
165 | |
166 * startup.el (command-line): Clear realized faces after | |
167 modifying TTY color mappings. | |
168 | |
30972 | 169 2000-08-20 Miles Bader <miles@gnu.org> |
170 | |
171 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
172 merely a subset of FACE's attributes. | |
173 | |
30966 | 174 2000-08-19 Miles Bader <miles@gnu.org> |
175 | |
176 * comint.el (comint-output-filter): Save the point with a marker, | |
177 not just a buffer position. | |
178 | |
179 * international/mule.el (set-buffer-process-coding-system): Make | |
180 interactive prompt less confusing. | |
181 | |
30963 | 182 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
183 | |
184 * hilit-chg.el: General cleanup of doc strings, comments and | |
185 code formatting. | |
186 | |
30960 | 187 2000-08-19 Miles Bader <miles@gnu.org> |
188 | |
189 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
190 Compiler macro removed; beginning-of-line is no longer always | |
191 equivalent to forward-line, in the presence of fields. | |
192 | |
193 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
194 restriction, and just use save-restriction, now that it works | |
195 correctly. Don't adjust comint-last-input-start to account for | |
196 our insertion; it shouldn't have moved because we don't use | |
197 insert-before-markers anymore. Comment out call to | |
198 `force-mode-line-update'; why is it here? | |
199 | |
200 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
201 while checking for prompt to delete. Use `forward-line 0' | |
202 instead of beginning-of-line. | |
203 (gud-filter): Temporarily widen gud comint buffer while | |
204 examining output. | |
205 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
206 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
207 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
208 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
209 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
210 * 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
|
211 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
|
212 |
30953 | 213 2000-08-18 Dave Love <fx@gnu.org> |
214 | |
215 * image.el (find-image): Copy `spec' before using plist-put. | |
216 | |
30948 | 217 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
218 | |
219 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
220 `portugues'. | |
221 | |
222 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
223 backward-kill-sexp, analogous to kill-sexp. | |
224 | |
225 * progmodes/icon.el (icon-indent-line) | |
226 (icon-is-continuation-line): Handle comments specially. | |
227 | |
228 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
229 | |
230 * ispell.el: Set to standard author/maintainer/keyword fields. | |
231 Fine tuning to menu map appearance and operation, and added help. | |
232 Remove `start' and `end' error messages when compiling. | |
233 (ispell-choices-win-default-height): Fixed comment string. | |
234 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
235 castellano8 dictionaries. | |
236 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
237 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
238 dictionary, added italiano dictionary. | |
239 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
240 word character | |
241 (ispell-tex-skip-alists): Added psfig support. | |
242 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
243 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
244 (ispell-minor-check): Improved html skipping support to skip across | |
245 code, and recognize `&' commands without propper `;' syntax; | |
246 (ispell-process-line): Fix alignment error when manually | |
247 correcting spelling. | |
248 (ispell): Fix comment string. | |
249 (ispell-add-per-file-word-list): Always put word list on new line. | |
250 | |
30922 | 251 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
252 | |
30928 | 253 * format.el (format-encode-run-method): Fix error message to say |
254 `encode' instead of `decode'. Use save-window-excursion around | |
255 shell-command-on-region as in format-decode-run-method because | |
256 shell-command-on-region can display a buffer with error output. | |
257 (format-decode): Don't record undo information for the decoding. | |
258 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
259 that number part of the temporary buffer name so that more than | |
260 one decoding using a temporary buffer can happen safely. | |
261 | |
262 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
263 of `A-z' in the regexp. | |
264 | |
265 * hilit-chg.el: Fix typos in commentary. | |
266 | |
30922 | 267 * help.el (view-emacs-news): Rewritten for new naming scheme |
268 for old NEWS files. | |
269 | |
270 * startup.el (command-line): Pop to *Messages* in case an error | |
271 is signaled while loading user-init-file. | |
272 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
273 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
274 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
275 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
276 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
277 |
30906 | 278 2000-08-17 Alex Schroeder <alex@gnu.org> |
279 | |
280 * sql.el (sql-magic-go): Use comint-bol. | |
281 (sql-copy-column): Use comint-line-beginning-position. | |
282 (comint-line-beginning-position): Define a replacement for | |
283 comint-line-beginning-position if it is not fboundp. | |
284 | |
285 2000-08-17 Alex Schroeder <alex@gnu.org> | |
286 | |
287 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
288 it didn't have any effect anyway. | |
289 | |
290 2000-08-17 Alex Schroeder <alex@gnu.org> | |
291 | |
292 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
293 --pset and pager=off instead of sending \\o|cat at the beginning | |
294 of the session. | |
295 | |
30903 | 296 2000-08-17 Miles Bader <miles@gnu.org> |
297 | |
298 * progmodes/octave-inf.el: Add compatibility definition of | |
299 comint-line-beginning-position. | |
300 | |
30898 | 301 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
302 | |
303 * startup.el (normal-top-level): Look in each dir in load-path for | |
304 a leim-list.el file too. This assures of loading leim-list.el | |
305 that is created at Emacs installation time even if a user have his | |
306 own leim-list.el. | |
307 | |
30897 | 308 2000-08-17 Miles Bader <miles@gnu.org> |
309 | |
310 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
311 foreground color to black if the background is dark. | |
312 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
313 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
314 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
315 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
316 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
317 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
318 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
319 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
320 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
321 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
322 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
323 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
324 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
325 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
326 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
327 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
328 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
329 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
330 * 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
|
331 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
332 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
333 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
334 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
335 * 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
|
336 (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
|
337 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
338 (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
|
339 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
340 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
341 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
342 (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
|
343 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
344 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
345 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
346 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
347 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
348 (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
|
349 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
350 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
351 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
352 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
353 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
354 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
355 * 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
|
356 |
30870 | 357 2000-08-16 Dave Love <fx@gnu.org> |
358 | |
30894 | 359 * windmove.el (windmove) <defgroup>: Add :version. |
360 | |
361 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
362 (goto-address-fontify-p, goto-address-highlight-p) | |
363 (goto-address-url-face, goto-address-url-mouse-face) | |
364 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
365 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
366 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
367 (goto-address-at-point): browse-url-url-at-point, | |
368 goto-address-find-address-at-point can return nil. | |
369 (goto-address-find-address-at-point): Return nil on failure. | |
370 | |
371 * align.el (align) <defgroup>: Add :version. | |
372 | |
373 * calculator.el (calculator): Add :version. | |
374 (calculator): Use two lines for calculator window if `modeline' | |
375 face is boxed. | |
376 | |
30870 | 377 * play/5x5.el: Doc fixes. |
378 (5x5) <defgroup>: Add :version. | |
379 | |
380 * play/fortune.el (fortune) <defgroup>: Add :version. | |
381 (fortune-append): Fix error message. | |
382 (fortune-from-region): Doc fix. | |
383 | |
384 * play/pong.el (pong): Doc fix. | |
385 | |
386 * play/morse.el: Keywords, commentary, autoloads. | |
387 | |
30854 | 388 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
389 | |
390 * desktop.el (desktop-save): Don't look at symbol-value of a | |
391 member of minor-mode-alist, unless it is boundp. | |
392 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
393 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
|
394 |
30897 | 395 * 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
|
396 `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
|
397 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
|
398 |
30846 | 399 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
400 | |
401 * international/ccl.el (declare-ccl-program): Docstring modified. | |
402 (ccl-execute-with-args): Likewise. | |
403 | |
30839 | 404 2000-08-16 Miles Bader <miles@gnu.org> |
405 | |
30903 | 406 * progmodes/sql.el: Add compatibility definition of |
30839 | 407 comint-line-beginning-position. |
408 | |
30808 | 409 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
410 | |
30829 | 411 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
412 'buffer-menu' property. | |
413 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
414 fails. | |
415 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
416 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
417 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
418 |
30825 | 419 * buff-menu.el (list-buffers-noselect): Don't display the |
420 *Buffer List* buffer. | |
421 | |
30822 | 422 * font-lock.el: Require jit-lock to prevent a very late |
423 `Loading jit-lock' message. | |
424 | |
30808 | 425 * 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
|
426 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 427 mail address. |
428 | |
30804 | 429 2000-08-15 Miles Bader <miles@gnu.org> |
430 | |
431 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
432 (ispell-choices-win-default-height, ispell-help): Use | |
433 `ispell-graphic-p' instead of `xemacsp'. | |
434 | |
30802 | 435 2000-08-15 Dave Love <fx@gnu.org> |
436 | |
30842 | 437 * simple.el: Autoload widget-convert when compiling. |
438 (mail-user-agent): Doc fix. | |
439 | |
440 * help.el (function-called-at-point, variable-at-point): Use | |
441 with-syntax-table. | |
442 (help-manyarg-func-alist): Add insert-and-inherit. | |
443 | |
444 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
445 | |
446 * delsel.el (delsel-unload-hook): New function. | |
447 | |
448 * find-file.el: Doc fixes. Move provide to end. | |
449 (ff) <defgroup>: Add :link. | |
450 (ff-goto-click): Deleted. | |
451 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
452 Use mouse-set-point. | |
453 | |
454 * textmodes/tildify.el: Doc fixes. | |
455 (tildify) <defgroup>: Add:version. | |
456 | |
457 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
458 (glasses-custom-set): Use set-default, not set. | |
459 (minor-mode-alist): Propertize the lighter. | |
460 (glasses-mode): Provide optional arg. | |
461 | |
30813 | 462 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
463 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
464 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
465 option. Provide :type. | |
466 (cwarn-configuration): Provide :type. | |
467 (cwarn-mode): Doc fix. | |
468 | |
469 * add-log.el (change-log-merge): Doc fix. | |
470 (change-log-redate): New command. | |
471 | |
30802 | 472 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
473 Doze and Dog. | |
474 (browse-url): Use dolist, not mapcar. | |
475 (browse-url-at-point): Check for null url. | |
476 (browse-url-event-buffer, browse-url-event-point): Functions | |
477 deleted. | |
478 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
479 | |
480 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
481 modes. | |
482 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
483 Fix previous change to mapcan. | |
484 (msb--init-file-alist, msb--add-separators) | |
485 (msb--make-keymap-menu): Simplify. | |
486 (msb--choose-file-menu): Use copy-sequence. | |
487 (msb-mode-map): Add title to keymap. | |
488 (msb-unload-hook): New function. | |
489 | |
490 * bs.el: Fix indentation. | |
491 (bs) <defgroup>: Add :links. | |
30894 | 492 (bs-show): Doc fix. |
493 (bs-apply-sort-faces): Don't use window-system. | |
494 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 495 |
30796 | 496 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
497 | |
498 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
499 convert-standard-filename. | |
500 | |
30788 | 501 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
502 | |
30790 | 503 * emacs-lisp/authors.el: New file. |
504 | |
30788 | 505 * paren.el (show-paren-priority): New user option. |
506 (show-paren-function): Set overlay priorities to | |
507 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
508 |
30783 | 509 2000-08-14 Miles Bader <miles@gnu.org> |
510 | |
511 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
512 beginning-of-line with inhibit-field-text-motion bound. | |
513 | |
30781 | 514 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
515 | |
516 * calendar/timeclock.el: New file. | |
517 | |
518 2000-08-14 David Ponce <david@dponce.com> | |
519 | |
520 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
521 `widget-button-click'. so that one can use left mouse button to | |
522 click on dialog buttons. | |
523 | |
524 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
525 | |
526 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
527 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
|
528 |
30767 | 529 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
|
530 |
30769 | 531 * comint.el (comint-output-filter): Don't bother frobbing |
532 window-start, it doesn't seem to be necessary. | |
30767 | 533 |
534 * comint.el (comint-send-string, comint-send-region): Make into | |
535 real functions. Snapshot the prompt before sending. | |
536 | |
30764 | 537 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
538 | |
539 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
540 technique similar to Info-index, instead of relying on specific | |
541 names of relevant Index nodes. | |
542 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
543 going to the first node found by Info-find-emacs-command-nodes. | |
544 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
545 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 546 |
547 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
548 | |
30741 | 549 2000-08-10 Miles Bader <miles@gnu.org> |
550 | |
551 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
552 | |
30739 | 553 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
554 | |
555 * info.el (Info-file-list-for-emacs): More elements for the | |
556 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
557 and woman manuals. | |
558 | |
30737 | 559 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
560 | |
561 * comint.el (comint-send-input): Make the newline boundary overlay | |
562 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
563 (comint-output-filter): Use `insert' instead of | |
564 `insert-before-markers'. Extend comint-last-output-overlay when | |
565 necessary since we can't rely on insert-before-markers to do it. | |
566 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
567 save-excursion when inserting the output, so that point gets | |
568 updated correctly; the old method relied on a rather dodgy | |
569 side-effect of comint-output-filter to avoid the effect of | |
570 save-excursion. | |
571 | |
30734 | 572 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
573 | |
574 * files.el (recover-file): Call insert-directory instead of | |
575 invoking `ls' directly. | |
576 | |
30732 | 577 2000-08-10 Miles Bader <miles@gnu.org> |
578 | |
579 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
580 (comint-last-prompt-overlay): New variables. | |
581 (comint-output-filter): Implement prompt highlighting. | |
582 (comint-snapshot-last-prompt): New function. | |
583 (comint-send-input): Snapshot the last prompt. | |
584 Use comint-highlight-input-face. | |
585 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
586 Use defface instead of defcustom. | |
587 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
588 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
589 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
590 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
591 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
592 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
593 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
594 (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
|
595 (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
|
596 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
|
597 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
598 * 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
|
599 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
600 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
601 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
602 |
30715 | 603 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
604 | |
605 * files.el (insert-directory): Don't call access-file on | |
606 directories on DOS and Windows. | |
607 | |
30704 | 608 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
609 | |
610 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
611 longer if necessary. | |
612 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
613 ccl-program-vector. | |
614 | |
30701 | 615 2000-08-09 Miles Bader <miles@gnu.org> |
616 | |
617 * comint.el (comint-output-filter): Properly handle the case where | |
618 the text surrounded by comint-last-output-overlay was deleted. | |
619 | |
30671 | 620 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
621 | |
30693 | 622 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
623 non-nil. | |
624 (Info-file-list-for-emacs): Remove "info" from the list because | |
625 that leads to trying to use the documentation from file `info' | |
626 in various situations where it isn't appropriate, for instance | |
627 C-h C-k C-h i. | |
628 | |
629 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
630 DIR and/or STRING are nil. | |
631 | |
632 * progmodes/compile.el (compilation-setup): Make variable | |
633 compilation-error-screen-columns buffer-local, as some comment | |
634 in the code suggests it should be. | |
635 | |
636 * files.el (auto-mode-interpreter-regexp): New variable. | |
637 (set-auto-mode): Use it. | |
638 | |
639 * indent.el (indent-for-tab-command): Doc fix. | |
640 | |
641 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
642 | |
30671 | 643 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
644 labels. | |
645 | |
646 * help.el (print-help-return-message): When | |
647 display-buffer-reuse-frames is set, let the help window been quit, | |
648 instead of deleting it, which might delete a reused frame. | |
649 | |
30664 | 650 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
651 | |
652 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
653 rename a directory to a name that differs only by its letter case. | |
654 | |
30655 | 655 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
656 | |
657 * international/quail.el (quail-define-rules): Handle Quail decode | |
658 map correctly. Add code for supporting annotations. | |
659 (quail-install-decode-map): New function. | |
660 (quail-defrule-internal): New optional arguments decode-map and | |
661 props. | |
662 (quail-advice): New function. | |
663 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
664 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
|
665 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
666 * 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
|
667 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
668 * 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
|
669 |
30649 | 670 2000-08-03 Miles Bader <miles@gnu.org> |
671 | |
672 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
673 New variable. | |
674 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
675 comint-use-prompt-regexp-instead-of-fields. | |
676 (comint-send-input): Add `input' field property to stuff we send to | |
677 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
678 (comint-output-filter): Add `output' field property to process | |
679 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
680 (comint-replace-by-expanded-history) | |
681 (comint-get-old-input-default, comint-show-output) | |
682 (comint-backward-matching-input, comint-forward-matching-input) | |
683 (comint-next-prompt, comint-previous-prompt): Use field | |
684 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
685 (comint-line-beginning-position): New function. | |
686 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
687 (comint-replace-by-expanded-history-before-point): Use | |
688 comint-line-beginning-position and line-end-position. | |
689 (comint-last-output-overlay): New variable. | |
690 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
691 | |
692 * shell.el (shell-prompt-pattern): Doc change. | |
693 (shell-backward-command): Use line-beginning-position. | |
694 | |
695 * gud.el (gud-gdb-complete-command): Use | |
696 comint-line-beginning-position. | |
697 | |
698 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
699 comint-bol doesn't actually go to the beginning of the line. | |
700 | |
701 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
702 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
703 (try-expand-line-all-buffers): Likewise. | |
704 | |
705 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
706 explicitly matching comint-prompt-regexp. | |
707 (sql-copy-column): Use comint-line-beginning-position instead of | |
708 explicitly matching comint-prompt-regexp. | |
709 | |
710 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
711 comint-line-beginning-position. | |
712 | |
713 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
714 | |
715 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
716 looking for a prompt, use `forward-line 0' instead of | |
717 `beginning-of-line', to avoid getting caught by an input field. | |
718 | |
30633 | 719 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
720 | |
721 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
722 PATTERN, in the Unix case. | |
723 | |
30629 | 724 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
725 | |
726 * play/zone.el (zone): Discard any pending input before running | |
727 the randomly-chosen pgm. | |
728 | |
30623 | 729 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
730 | |
731 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
732 checking the existence of any multibyte characters. | |
733 | |
30619 | 734 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
735 | |
30622 | 736 * help.el (describe-mode): Test minor-mode symbol for being |
737 bound before testing its value for being nil. | |
738 | |
30619 | 739 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
740 `first', `second', and `third'. | |
741 | |
742 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
743 (second): Make it an alias for `cadr'. | |
744 | |
30616 | 745 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
746 | |
747 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
748 types of display support faces now. | |
749 | |
30614 | 750 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
751 | |
752 * pcvs.el (require): Require `cl' during compilation, only. | |
753 | |
754 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
755 (toplevel): Remove `remq' and `remove' from autoloads. | |
756 (cl-fake-autoloads): New variable. If set, arrange for an error | |
757 when CL functions etc. are autoloaded. | |
758 | |
30585 | 759 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
760 | |
30593 | 761 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
762 | |
30591 | 763 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
764 popped up, but the user clicks outside the menu, return an empty | |
765 regexp (that causes unhighlight-regexp to have no effect). | |
766 | |
30589 | 767 * menu-bar.el (menu-bar-games-menu): Add Zone. |
768 | |
30585 | 769 * hi-lock.el (toplevel): Require font-lock. |
770 | |
30576 | 771 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
772 | |
773 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
774 (ebnf-8-bit-chars): New var for bug fix. | |
775 (ebnf-string): Bug fix. | |
776 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
777 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
|
778 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
779 * 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
|
780 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
781 (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
|
782 `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
|
783 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
784 |
30567 | 785 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
786 | |
787 * international/mule-cmds.el (select-safe-coding-system): Make | |
788 the message text about selecting a safe coding system more clear. | |
789 | |
30564 | 790 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
791 | |
30565 | 792 * hi-lock.el: New file. |
793 | |
794 * play/zone.el: New file. | |
795 | |
30564 | 796 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
797 value of tab-width in the original buffer. Choose a line number | |
798 format that's a multiple of the original buffer's tab width, so | |
799 that lines appear right. | |
800 | |
801 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
802 Spell-check active region if in transient-mark-mode and mark | |
803 is active; otherwise spell-check buffer. | |
804 | |
805 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
806 | |
807 * ps-mule.el: Fix a customization problem on | |
808 ps-mule-font-info-database-default. | |
809 | |
30555 | 810 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
811 | |
812 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
813 display-mouse-p instead of window-system. | |
814 (ebrowse-member-mode-map): Ditto. | |
815 | |
30553 | 816 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
817 | |
818 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
819 fix. | |
820 (ebnf-version): New version number (3.2). | |
821 (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
|
822 |
30547 | 823 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
824 | |
30549 | 825 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
826 font lock support on window-system. | |
827 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
828 | |
30547 | 829 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
830 display-color-p, if fboundp, instead of window-system. | |
831 | |
30545 | 832 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
833 | |
834 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
835 instead of window-system. | |
836 | |
837 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
838 window-system. | |
839 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
840 instead of window-system. | |
841 | |
842 * strokes.el (strokes-file): Run the file name through | |
843 convert-standard-filename. | |
844 (strokes-mode): Call display-mouse-p instead of looking at | |
845 window-system. Change the error message accordingly. | |
846 | |
847 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
848 | |
849 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
850 (lm-plot-square, lm-init-display): Don't use window-system. | |
851 | |
852 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
853 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
854 | |
855 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
856 instead of looking at window-system. | |
857 | |
30528 | 858 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
859 | |
860 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
861 of testing if iswitchb-prepost-hooks is bound, because the | |
862 latter will always be true when invoking a recursive minibuffer | |
863 from an active Iswitchb buffer. | |
864 | |
30526 | 865 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
866 | |
867 * files.el (shell-quote-wildcard-pattern): New function. | |
868 (insert-directory): Call it. Only prepend "\" to command on Unix | |
869 and GNU/Linux systems. | |
870 | |
30524 | 871 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
872 | |
873 * eshell/esh-groups.el: Change custom :link file names | |
874 from `eshell.info' to `eshell'. | |
875 | |
876 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
877 | |
878 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
879 correctly in recursive ange-ftp listings. | |
880 | |
881 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
882 | |
883 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
884 ps-header-font-size-internal and | |
885 ps-header-title-font-size-internal variables are not set, | |
886 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
887 face text property is (foreground-color . COLOR) or | |
888 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
889 (ps-print-version): New version number (5.2.4). | |
890 (ps-plot-region): Code fix. | |
891 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
892 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
893 Bug fix 2. | |
894 | |
895 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
896 | |
897 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
898 identifiers like `myXMLDocument'. | |
899 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
900 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
|
901 |
30524 | 902 * mail/mail-hist.el (mail-hist-previous-input) |
903 (mail-hist-next-input): Do the obvious code factorization. | |
904 (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
|
905 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
|
906 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
|
907 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
908 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
|
909 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
910 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 911 Use `<=', not `<' to compare times! |
912 (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
|
913 |
30502 | 914 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
915 | |
30516 | 916 * play/cookie1.el: Add explanation of how to make cookie.el |
917 compatible with strfile(1) to comment. | |
918 | |
919 * subr.el (remove, remq): New functions. | |
920 | |
30511 | 921 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
922 escape `*' in regexps. | |
923 (midnight-find): Reverse order of arguments in the funcall of | |
924 TEST. | |
925 | |
926 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
927 and `.class'. | |
928 | |
30502 | 929 * play/meese.el: Add Commentary section. |
930 | |
30516 | 931 2000-07-27 Alex Schroeder <alex@gnu.org> |
932 | |
933 * sql.el (sql-ms): Added autoload cookie. | |
934 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
935 (sql-oracle): Ditto. | |
936 (sql-help): Doc change. | |
937 | |
938 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
939 types and exceptions. | |
940 | |
941 2000-07-27 Alex Schroeder <alex@gnu.org> | |
942 | |
943 * sql.el (sql-placeholder-history): New variable. | |
944 (sql-query-placeholders-and-send): New function that will query | |
945 the user and replace placeholders with user input. | |
946 (sql-oracle): If running on NT, set comint-input-sender to | |
947 sql-query-placeholders-and-send. | |
948 | |
949 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
950 present it as a message. | |
951 | |
952 2000-07-27 Alex Schroeder <alex@gnu.org> | |
953 | |
954 * sql.el (sql-input-ring-separator): Doc change. | |
955 (sql-input-ring-file-name): Doc change. | |
956 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
957 `sql-input-ring-file-name' to set the comint-mode equivalents | |
958 without making them local variables. | |
959 (sql-stop): Don't bind `sql-input-ring-separator' and | |
960 `sql-input-ring-file-name' dynamically to their comint-mode | |
961 equivalents. | |
962 | |
30490 | 963 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
964 | |
965 * international/mule.el (register-char-codings): New function. | |
966 (make-coding-system): Handle `safe-chars' specification in the arg | |
967 PROPERTY. | |
968 | |
969 * international/mule-cmds.el | |
970 (find-coding-systems-region-subset-p): This function deleted. | |
971 (sort-coding-systems-predicate): New variable. | |
972 (sort-coding-systems): New function. | |
973 (find-coding-systems-region): Use | |
974 find-coding-systems-region-internal. | |
975 (find-coding-systems-string): Use find-coding-systems-region. | |
976 (find-coding-systems-for-charsets): Check | |
977 char-coding-system-table. | |
978 (select-safe-coding-system-accept-default-p): New variable. | |
979 (select-safe-coding-system): Mostly rewritten. New argument | |
980 ACCEPT-DEFAULT-P. | |
981 (select-message-coding-system): Call select-safe-coding-system | |
982 with ACCEPT-DEFAULT-P arg. | |
983 (reset-language-environment): Reset default-sendmail-coding-system | |
984 to the default value iso-latin-1. | |
985 (set-language-environment): Don't set the obsolete variable | |
986 charset-origin-alist. | |
987 | |
988 * international/codepage.el (cp-coding-system-for-codepage-1): | |
989 Give `safe-chars' property to make-coding-system. | |
990 | |
991 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
992 calling select-message-coding-system twice. | |
993 | |
994 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
995 instead of `safe-charsets'. | |
996 (cyrillic-alternativnyj): Likewise. | |
997 (ccl-encode-alternativnyj): Don't check the charset | |
998 cyrillic-iso8859-5. | |
999 | |
30484 | 1000 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1001 | |
1002 * composite.el (compose-chars-after): Preserve match data. | |
1003 | |
30481 | 1004 2000-07-26 Sam Steingold <sds@gnu.org> |
1005 | |
1006 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
1007 (ange-ftp-real-file-newer-than-file-p): New function. | |
1008 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
1009 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
1010 | |
1011 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
1012 * midnight.el (midnight-float-time): Ditto. | |
1013 | |
30479 | 1014 2000-07-26 Andreas Schwab <schwab@suse.de> |
1015 | |
1016 * files.el (normal-backup-enable-predicate): Correct | |
1017 interpretation of the return value of compare-strings. | |
1018 | |
30471 | 1019 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
1020 | |
30477 | 1021 * isearch.el (isearch-resume): New function. |
1022 (isearch-done): Add something to command-history to resume | |
1023 the search. | |
1024 (isearch-yank-line, isearch-yank-word): Use | |
1025 buffer-substring-no-properties instead of buffer-substring. | |
1026 | |
30471 | 1027 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
1028 of flyspell-mouse-map. | |
1029 | |
1030 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
1031 duplicate definition. | |
1032 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
1033 | |
1034 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
1035 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
1036 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1037 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
|
1038 |
30459 | 1039 * net/ange-ftp.el: Get modtime over the net. |
1040 (ange-ftp-file-modtime): New function. | |
30473 | 1041 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
1042 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 1043 Use it. |
1044 (ange-ftp-dot-to-slash): New function. | |
1045 (ange-ftp-fix-name-for-vms): Use it. | |
1046 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1047 * 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
|
1048 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1049 |
30457 | 1050 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
1051 | |
1052 * find-dired.el: Update copyright notice. | |
1053 (find-dired): Offer to kill a running `find'. | |
1054 | |
1055 * enriched.el (enriched-face-ans): For a `foreground-color' | |
1056 property, return '(("x-color" COLOR))' so that COLOR will be | |
1057 output as a parameter of the x-color annotation. Likewise for the | |
1058 `background-color' property. In the case of normal face | |
1059 properties, don't return annotations for unspecified foreground | |
1060 and background face attributes. | |
1061 | |
30450 | 1062 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
1063 | |
1064 * language/japan-util.el (japanese-katakana-region): Fix handling | |
1065 HANKAKU argument. | |
1066 | |
30438 | 1067 2000-07-25 Miles Bader <miles@gnu.org> |
1068 | |
1069 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
1070 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
1071 constrain-to-field. | |
1072 | |
30437 | 1073 2000-07-24 Andrew Innes <andrewi@gnu.org> |
1074 | |
1075 * timer.el (timer-activate-when-idle): Add optional parameter | |
1076 DONT-WAIT. Update docstring. | |
1077 (run-with-idle-timer): Specify extra parameter to | |
1078 timer-activate-when-idle, so that timer will be activated | |
1079 immediately if Emacs is already idle. | |
1080 | |
1081 * w32-fns.el (w32-using-nt): Fix docstring. | |
1082 | |
30434 | 1083 2000-07-24 Dave Love <fx@gnu.org> |
1084 | |
1085 * mouse.el (popup-menu): Set last-command-event. | |
1086 (mouse-major-mode-menu-prefix): Declare. | |
1087 | |
30433 | 1088 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1089 | |
1090 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1091 | |
1092 * progmodes/hideshow.el: Update copyright notice. | |
1093 | |
1094 * vcursor.el: Set maintainer to FSF, since author cannot | |
1095 be reached. | |
1096 | |
30422 | 1097 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1098 | |
30424 | 1099 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1100 the prompt. | |
1101 | |
30422 | 1102 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1103 in case it was defined with define-prefix-key. If the menu is a | |
1104 list of keymaps, look up the binding of user's choice in each one | |
1105 of the keymaps. | |
1106 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1107 don't have a prompt string, create one and insert it into the | |
1108 keymap. Don't barf if current-local-map returns nil. | |
1109 | |
30415 | 1110 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1111 | |
1112 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1113 to be undone. | |
1114 (dired-sort-other): Use it. | |
1115 | |
30412 | 1116 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1117 | |
30415 | 1118 * Release of cc-mode 5.27 |
30412 | 1119 |
1120 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1121 | |
1122 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1123 c-beginning-of-statement-1 that caused a bad case of recursion | |
1124 which could consume a lot of CPU in large classes in languages | |
1125 that have in-expression classes (i.e. Java and Pike). | |
1126 | |
1127 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1128 statements before top level constructs (i.e. case 6 is moved | |
1129 before case 5 and is now case 4) to catch in-expression | |
1130 classes in top level expressions correctly. | |
1131 | |
1132 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1133 | |
1134 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1135 objc-method-intro. Case 4 removed and case 5I added. | |
1136 | |
1137 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1138 c-common-init to get paragraph-start correct. | |
1139 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1140 initialize paragraph-start to make it correct both with and | |
1141 without the javadoc special case. | |
1142 | |
1143 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1144 initialize paragraph-start for javadoc markup. | |
1145 | |
1146 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1147 change by defaulting this to t. It's motivated by the | |
1148 confusing behavior that otherwise arise from the style system | |
1149 when editing both java and non-java files at the same time | |
1150 (see the comments about style setting in c-common-init). | |
1151 | |
1152 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1153 | |
1154 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1155 similar to the one in c-fill-paragraph to check the fill | |
1156 prefix from the adaptive fill function for sanity. | |
1157 | |
1158 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1159 | |
1160 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1161 defun block. | |
1162 | |
1163 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1164 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1165 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1166 |
1167 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1168 | |
1169 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1170 leading comma nicely. Extended to handle member initializers | |
1171 too. | |
1172 | |
30415 | 1173 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1174 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1175 when the lines begins with a comma. | |
1176 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1177 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1178 |
1179 * cc-vars.el (c-offsets-alist): Changed default for | |
1180 member-init-cont to c-lineup-multi-inher since it now handles | |
1181 member initializers and indents better for leading commas. | |
1182 | |
1183 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1184 | |
1185 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1186 handling that caused class open lines to be recognized as | |
1187 statement-conts in some cases. | |
1188 | |
1189 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1190 guessed by the adaptive fill function unless point is on the | |
1191 first line of a block comment. | |
1192 | |
1193 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1194 when the buffer ends with a macro continuation char. | |
1195 | |
1196 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1197 function definitions as statements in Pike. The first | |
1198 statement in a lambda block is now labeled defun-block-intro | |
1199 instead of statement-block-intro. | |
1200 | |
1201 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1202 so that the class surrounding point is selected, not the one | |
1203 innermost in the state. | |
1204 | |
1205 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1206 recognition of switch labels having hanging multiline | |
1207 statements. | |
1208 | |
1209 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1210 some code in c-guess-basic-syntax to a separate function. | |
1211 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1212 recognition of member inits with multiple line arglists. | |
1213 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1214 member-init-cont when the commas are in funny places. | |
1215 | |
1216 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1217 | |
1218 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1219 not used anymore. | |
1220 | |
1221 * cc-engine.el (c-looking-at-bos): New helper function. | |
1222 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1223 inexpr and toplevel classes apart in Pike. | |
1224 | |
1225 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1226 of case 9A. | |
1227 | |
1228 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1229 constant, since "class" can introduce an in-expression class | |
1230 in Pike nowadays. | |
1231 | |
1232 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1233 | |
1234 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1235 indentation on cpp-macro lines. | |
1236 | |
1237 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1238 a syntax modifier like comment-intro, to make it possible to | |
1239 get syntactic indentation for preprocessor directives. It's | |
1240 incompatible wrt to lineup functions on cpp-macro, but it has | |
1241 no observable effect in the 99.9% common case where cpp-macro | |
1242 is set to -1000. | |
1243 | |
1244 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1245 | |
1246 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1247 member-init-cont when the preceding arglist is several lines. | |
1248 | |
1249 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1250 | |
1251 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1252 style corrected to 8. | |
1253 | |
1254 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1255 | |
1256 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1257 brace list openers in the gnu style. | |
1258 | |
1259 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1260 | |
1261 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1262 | |
1263 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1264 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1265 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1266 when c-syntactic-indentation is nil. | |
1267 | |
1268 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1269 we were left at comments preceding the first statement when | |
1270 reaching the beginning of the buffer. | |
1271 | |
1272 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1273 off all syntactic indentation. | |
1274 | |
1275 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1276 | |
1277 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1278 between the text and the block comment ender when it hangs, | |
1279 depending on how many there are before the fill. | |
1280 | |
1281 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1282 | |
1283 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1284 function to go back to the closest preceding statement start, | |
1285 which could be inside a conditional statement. | |
1286 * cc-engine.el (c-guess-basic-syntax): Use | |
1287 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1288 | |
1289 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1290 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1291 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1292 changed. | |
1293 | |
1294 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1295 up-to-date with javadoc 1.2. | |
1296 | |
1297 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1298 | |
1299 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1300 multiline Pike type decls. | |
1301 | |
1302 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1303 | |
1304 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1305 multiline comments in multiline mode, regardless of | |
1306 comment-multi-line. | |
1307 | |
1308 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1309 | |
1310 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1311 fully::qualified::names in C++ member init lists. Preamble in | |
1312 case 5D changed. | |
1313 | |
1314 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1315 | |
1316 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1317 moved to c-initialize-cc-mode. More compatible style override | |
1318 when using global style variables. | |
1319 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1320 variables moved here. | |
1321 | |
30415 | 1322 * cc-mode.texi: Documented the special behavior of |
30412 | 1323 c-special-indent-hook as a style variable. Don't talk about |
1324 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1325 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
|
1326 |
30412 | 1327 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1328 variable localness in c-style-variables-are-local-p to make | |
1329 the compatibility measure in c-common-init work well. | |
1330 | |
1331 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1332 longer contain set-from-style. | |
1333 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1334 set-from-style on c-special-indent-hook. | |
1335 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1336 copy-alist is sufficient now. | |
1337 | |
1338 * cc-styles.el (c-set-style, c-set-style-1, | |
1339 c-get-style-variables): Fixes to variable initialization so | |
1340 that duplicate entries in styles have the same effect | |
1341 regardless of DONT-OVERRIDE. | |
1342 | |
1343 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1344 initialization of inheriting styles failed when the | |
1345 dont-override flag is set. | |
1346 | |
1347 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1348 on this. | |
1349 | |
1350 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1351 | |
1352 * cc-defs.el (c-forward-comment): Removed the workaround | |
1353 introduced in 5.38 since it had worse side-effects. If a line | |
1354 contains the string "//\"", it regarded the // as a comment | |
1355 start since the \ temporarily doesn't have escape syntax. | |
1356 | |
1357 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1358 | |
1359 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1360 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1361 when ada-prj tries to add to it. | |
1362 (ada-activate-keys-for-case): Suppress the characters that are not | |
1363 part of the Ada syntax. Better compatibility with else-mode | |
1364 (ada-adjust-case-interactive): When auto-casing is not active, | |
1365 correctly insert newlines (used to insert only ^M). Prevent the | |
1366 syntax table from being changed in case of an error | |
1367 (or '_' becomes part of a word and some commands are confused). | |
1368 Do nothing if ada-auto-case is nil. | |
1369 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1370 (ada-batch-reformat): Update usage comment | |
1371 (ada-call-from-contextual-menu): New function | |
1372 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1373 first to nil first, so that the casing exception file can be | |
1374 shared. | |
1375 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1376 files. | |
1377 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1378 anywhere in the error message | |
1379 (ada-contextual-menu-last-point): New variable | |
1380 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1381 t on XEmacs, it means that DEL should delete one character | |
1382 forward. | |
1383 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1384 New submenu "Options". | |
1385 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1386 statements. | |
1387 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1388 even if they don't match ada-fill-comment-prefix Fix handling of | |
1389 paragraphs on the first or last line of a file. | |
1390 (ada-format-paramlist): Fix handling of default parameter values. | |
1391 (ada-get-body-name): New function. | |
1392 (ada-get-current-indent): Optimized by searchling directly for an | |
1393 existing generic part or a statement outside of it. Handle | |
1394 ada-indent-align-comments when indenting comments Replaced some | |
1395 regexps by testing directly the next character. This results in a | |
1396 huge speedup on some files. New indentation scheme for renames | |
1397 statements. Stop looking for the 'while' or 'for' associated with | |
1398 a 'loop' at the first semicolon encountered. A "return" can also | |
1399 match an anonymous access subprogram declaration. | |
1400 (ada-get-indent-noindent): Ignore strings and comments when | |
1401 looking for the keywords "record" and "private". | |
1402 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1403 are not in fact seeing "end if". Ignore "when" statements except | |
1404 when initial keyword was "begin". Fix handling of nested | |
1405 procedures. Add a recursive call to this function to skip over | |
1406 other 'end' statmts. Fix indentation for "when .. => begin" | |
1407 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1408 expressions, where 'and then', 'or else' and parenthesis | |
1409 statements are mixed up. | |
1410 (ada-in-paramlist-p): Skip comments while searching for the | |
1411 beginning Fix handling of operator declarations. | |
1412 (ada-indent-align-comments): New variable | |
1413 (ada-indent-current): Change the syntax table only in the | |
1414 protected section, so that we are sure it is restored correctly. | |
1415 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1416 ada-with-indent Correctly indent "select ... then" | |
1417 (ada-indent-region): Slight speedup. | |
1418 (ada-indent-renames): New variable. | |
1419 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1420 New variables | |
1421 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1422 keyword when it is the first word in a package declaration. | |
1423 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1424 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1425 even if point is not initially at the end of the word. | |
1426 (ada-matching-decl-start-re): Add "when". | |
1427 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1428 which-func-mode Override the old find-file.el entry in | |
1429 ff-special-constructs since it is using the obsolete | |
1430 ada-spec-suffix variable | |
1431 (ada-no-auto-case): New function | |
1432 (ada-scan-paramlist): When parsing the argument type, accept | |
1433 spaces (as in "X 'Class", generated by Rational Rose). | |
1434 (ada-other-file-name): No longer loads the other file. | |
1435 (ada-popup-menu): Save and restore the current buffer and cursor | |
1436 position before and after displaying the menu. | |
1437 (ada-search-ignore-complex-boolean): New function. | |
1438 (ada-uncomment-region): Emacs21 already knows how to delete | |
1439 comments not starting in the first column. | |
1440 (ada-use-indent): New variable | |
1441 (ada-which-function): New function. | |
1442 (ada-with-indent): New variable | |
1443 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1444 can be batch-compiled from the command line. | |
1445 | |
1446 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1447 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1448 Add -toolbar to the default ddd command Switches moved from | |
1449 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1450 ada-prj-default-comp-opt | |
1451 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1452 Reference Manual to the menu | |
1453 (ada-check-current): rewritten as a call to ada-compile-current | |
1454 (ada-compile): Removed. | |
1455 (ada-compile-application, ada-compile-current, ada-check-current): | |
1456 Set the compilation-search-path so that compile.el automatically | |
1457 finds the sources in src_dir. Automatic scrollong of the | |
1458 compilation buffer. C-uC-cC-c asks for confirmation before | |
1459 compiling | |
1460 (ada-compile-current): New parameter, prj-field | |
1461 (ada-complete-identifier): Load the .ali file before doing | |
1462 processing | |
1463 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1464 conform to gnatmake's behavior. | |
1465 (ada-find-file-in-dir): New function | |
1466 (ada-find-references): Set the environment variables for gnatfind | |
1467 (ada-find-src-file-in-dir): New function. | |
1468 (ada-first-non-nil): Removed | |
1469 (ada-gdb-application): Add support for jdb, the java debugger. | |
1470 (ada-get-ada-file-name): Load the original-file first if not done | |
1471 yet. | |
1472 (ada-get-all-references): Handles the new ali syntax (parent types | |
1473 are found between <>). | |
1474 (ada-initialize-runtime-library): New function | |
1475 (ada-mode-hook): Always load a project file when a file is opened, | |
1476 so that the casing exceptions are correctly read. | |
1477 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1478 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1479 to open the project file, since the latter does not work with | |
1480 speedbar Get default values before loading the prj file, or the | |
1481 default executable file name is wrong. Use the absolute value of | |
1482 src_dir to initialize ada-search-directories and | |
1483 compilation-search-path,... Add the standard runtime library to | |
1484 the search path for find-file. | |
1485 (ada-prj-default-debugger): Was missing an opening '{' | |
1486 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1487 variables. | |
1488 (ada-prj-default-gnatmake-opt): New variable | |
1489 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1490 buffers, the project file is the default one Save the windows | |
1491 configuration before displaying the menu. | |
1492 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1493 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1494 ...) regexp-quote identifiers names to support operators +, | |
1495 -,... in regexps. | |
1496 (ada-remote): New function. | |
1497 (ada-run-application): Erase the output buffer before starting the | |
1498 run Support remote execution of the application. Use | |
1499 call-process, or the arguments are incorrectly parsed | |
1500 (ada-set-default-project-file): Reread the content of the active | |
1501 project file, not the one from the current buffer When a project | |
1502 file is set as the default project, all directories are | |
1503 automatically associated with it. | |
1504 (ada-set-environment): New function | |
1505 (ada-treat-cmd-string): New special variable ${current} | |
1506 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1507 any ${...} substring | |
1508 (ada-xref-current): If no body was found, compiles the spec | |
1509 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1510 compiler to get rid of command line length limitations. | |
1511 (ada-xref-get-project-field): New function | |
1512 (ada-xref-project-files): New variable | |
1513 (ada-xref-runtime-library-specs-path) | |
1514 (ada-xref-runtime-library-ali-path): New variables | |
1515 (ada-xref-set-default-prj-values): Default run command now does a | |
1516 cd to the build directory. New field: main_unit Provide a default | |
1517 file name even if the current buffer has no prj file. | |
1518 | |
1519 * ada-prj.el: | |
1520 Rewritten to show a tabbed-dialog. | |
1521 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1522 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1523 New function | |
1524 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1525 (ada-prj-load-from-file): New function | |
1526 (ada-prj-save): Always save fields that depend on the current buffer | |
1527 (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
|
1528 |
30412 | 1529 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1530 Ada mode. This will allow us to display the Ada menu in any buffer | |
1531 we want (for project items). | |
1532 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1533 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
|
1534 |
30395 | 1535 2000-07-24 Dave Love <fx@gnu.org> |
1536 | |
1537 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1538 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1539 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1540 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1541 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1542 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1543 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1544 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1545 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1546 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1547 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1548 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1549 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1550 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1551 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1552 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1553 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1554 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1555 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1556 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1557 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1558 (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
|
1559 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1560 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1561 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1562 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1563 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1564 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1565 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1566 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1567 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1568 |
30386 | 1569 2000-07-23 Dave Love <fx@gnu.org> |
1570 | |
1571 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1572 ^o, ^u. | |
1573 | |
30359 | 1574 2000-07-21 Dave Love <fx@gnu.org> |
1575 | |
30374 | 1576 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1577 now passed to the function. It now works properly. | |
1578 | |
30359 | 1579 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1580 | |
30350 | 1581 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1582 | |
1583 * info-look.el (info-lookup): If *info* is shown in another frame | |
1584 on the same display, select that frame, instead of switching to | |
1585 the Info buffer in another window of the selected frame. | |
1586 | |
1587 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1588 kp-0 to kp-9 and kp-subtract. | |
1589 (digit-argument): Handle these keys. | |
1590 | |
30346 | 1591 2000-07-20 Dave Love <fx@gnu.org> |
1592 | |
1593 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1594 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1595 Put an extra property on the overlays and use it to clean up in | |
1596 case goto-address is re-run. | |
1597 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1598 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1599 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1600 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1601 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1602 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1603 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1604 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1605 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1606 |
30331 | 1607 2000-07-19 Dave Love <fx@gnu.org> |
1608 | |
1609 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1610 implementation. | |
1611 | |
1612 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1613 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1614 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1615 | |
30318 | 1616 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1617 | |
30329 | 1618 * textmodes/refer.el: Correct maintainer's email address. |
1619 | |
1620 * progmodes/hideif.el: Correct author's email address. | |
1621 Fix typo in comment. | |
1622 | |
1623 * xml.el: New file. | |
1624 | |
30318 | 1625 * mail/mailheader.el: Correct author's mail address. |
1626 | |
1627 * gnus/parse-time.el: Correct author's mail address. | |
1628 | |
30329 | 1629 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1630 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1631 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1632 New user options. |
1633 (comint-input-ring-file-name): Change custom type. | |
1634 (comint-mode-map): Bind mouse-2. | |
1635 (comint-insert-clicked-input): New function. | |
1636 (comint-send-input): Handle input highlighting. | |
1637 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1638 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1639 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1640 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1641 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1642 |
30311 | 1643 2000-07-18 Dave Love <fx@gnu.org> |
1644 | |
1645 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1646 improvements. | |
1647 | |
30308 | 1648 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1649 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1650 * faces.el (face-font-selection-order) |
30308 | 1651 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1652 |
30298 | 1653 2000-07-18 Dave Love <fx@gnu.org> |
1654 | |
1655 * cus-edit.el (custom-variable-reset-saved) | |
1656 (custom-variable-reset-standard): Remove unused bindings. | |
1657 | |
1658 * rect.el (open-rectangle-line): Remove unused let. | |
1659 | |
1660 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1661 | |
30296 | 1662 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1663 | |
1664 * cdl.el: Fix `Maintainer' keyword. | |
1665 | |
1666 * play/pong.el: Add author's email address. | |
1667 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1668 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1669 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1670 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1671 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1672 |
30290 | 1673 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1674 | |
1675 * mail/vms-pmail.el: Change maintainer to FSF. | |
1676 | |
1677 * net/goto-addr.el: Change maintainer to FSF. | |
1678 | |
1679 * recentf.el: Update from author. | |
1680 | |
1681 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1682 |
30277 | 1683 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1684 | |
1685 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1686 links to eshell, to avoid problems on systems where the manual is | |
1687 installed as `eshell'. | |
1688 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1689 * eshell/em-smart.el (eshell-smart): Ditto. | |
1690 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1691 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1692 |
1693 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1694 same-file check in the MS-DOS version (it does support inodes). | |
1695 | |
1696 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1697 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1698 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1699 Run default directory name through convert-standard-filename. |
30277 | 1700 |
30255 | 1701 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1702 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1703 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1704 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1705 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1706 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1707 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1708 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1709 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1710 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1711 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1712 |
30255 | 1713 * international/kkc.el (kkc-after-update-conversion-functions): |
1714 New variable. | |
1715 (kkc-update-conversion): Run functions in it at the tail. | |
1716 | |
30277 | 1717 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
|
1718 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1719 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1720 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
|
1721 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1722 |
30253 | 1723 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1724 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1725 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1726 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1727 the conversion list at first if appropriate. | |
1728 (kkc-next): Don't update kkc-next-count here. | |
1729 (kkc-prev): Don't update kkc-prev-count here. | |
1730 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1731 list message. | |
1732 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1733 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1734 |
30290 | 1735 * 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
|
1736 |
30248 | 1737 2000-07-16 Dave Love <fx@gnu.org> |
1738 | |
1739 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1740 function to be more specific. | |
1741 | |
1742 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1743 non-string help-echo. | |
1744 (widget-types-convert-widget): Defsubst it. | |
1745 (widget-echo-help): Try to cope with a help-echo function of two | |
1746 possible sorts. | |
1747 | |
30241 | 1748 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1749 | |
1750 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1751 Declare as obsolete. | |
1752 | |
1753 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1754 | |
30226 | 1755 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1756 | |
1757 * hilit-chg.el: Fix typo. | |
1758 | |
30221 | 1759 2000-07-14 Dave Love <fx@gnu.org> |
1760 | |
1761 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1762 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1763 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1764 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1765 * 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
|
1766 |
30193 | 1767 2000-07-13 Dave Love <fx@gnu.org> |
1768 | |
30195 | 1769 * emacs-lisp/easymenu.el: Doc fixes. |
1770 (easy-menu-remove): Defalias to ignore. | |
1771 | |
30193 | 1772 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1773 Call throw correctly. | |
1774 | |
30190 | 1775 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1776 | |
1777 * faces.el (frame-background-mode): Doc fix. | |
1778 | |
1779 * simple.el (eval-expression-print-length): Change custom type to | |
1780 allow entering nil as value. | |
1781 | |
30185 | 1782 2000-07-13 Dave Love <fx@gnu.org> |
1783 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1784 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1785 Change definition layout. |
30187 | 1786 (fortran-mode-menu): Reinstate customize entries. |
1787 | |
30185 | 1788 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1789 Use :filter, per old XEmacs code. | |
1790 | |
30170 | 1791 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1792 | |
1793 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1794 event when deciding what to send to the terminal. | |
1795 | |
30168 | 1796 2000-07-12 Dave Love <fx@gnu.org> |
1797 | |
1798 * cus-start.el: Add optional version as 4th element of specs and | |
1799 use it for several things new in v21. Remove load-path. Fix type | |
1800 of line-number-display-limit. | |
1801 | |
30148 | 1802 2000-07-11 Dave Love <fx@gnu.org> |
1803 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1804 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1805 Use repeat counts in various regexps. |
30150 | 1806 (fortran-mode-syntax-table): Defvar directly. |
1807 (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
|
1808 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1809 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1810 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1811 (fortran-mode): Set fortran-comment-line-start-skip, |
1812 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1813 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1814 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1815 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1816 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1817 (fortran-auto-fill): New function. | |
1818 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1819 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1820 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1821 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1822 Use fortran-auto-fill. |
30150 | 1823 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1824 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1825 |
30148 | 1826 * widget.el (widget-plist-member): New alias. |
1827 | |
30146 | 1828 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1829 | |
1830 * eshell/esh-module.el (toplevel): Reference | |
1831 byte-compile-current-file only if it is bound. | |
1832 | |
30131 | 1833 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1834 | |
1835 * dired.el: Don't require `dired-aux'. | |
1836 | |
30127 | 1837 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1838 | |
1839 * dired-aux.el (dired-show-file-type): New function. | |
1840 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1841 (dired-show-file-type): Add autoload. | |
1842 | |
30125 | 1843 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1844 | |
1845 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1846 change of fontset-info. |
30125 | 1847 (print-fontset): Likewise. |
1848 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1849 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1850 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1851 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1852 |
30111 | 1853 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1854 | |
30131 | 1855 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1856 |
30111 | 1857 * dired.el (dired-find-alternate-file): New function. |
1858 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1859 (toplevel): Require dired-aux when compiling. | |
1860 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1861 | |
1862 * info.el (Info-last-search): Variable removed. | |
1863 (Info-search-history): New variable. | |
1864 (Info-search): New Info-search-history. | |
1865 | |
1866 * battery.el, info-look.el: Change author's mail address. | |
1867 | |
30115 | 1868 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
|
1869 |
30115 | 1870 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1871 if rmail-ignored-headers is nil. | |
1872 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1873 rmail-displayed-headers to nil. | |
1874 | |
30096 | 1875 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1876 | |
30103 | 1877 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1878 (print-region-1): Don't hard code `-h' here. | |
1879 | |
30096 | 1880 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1881 | |
30103 | 1882 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1883 | |
1884 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1885 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
|
1886 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1887 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1888 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1889 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1890 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1891 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1892 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1893 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1894 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1895 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1896 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
|
1897 |
30096 | 1898 * ediff-diff.el (ediff-wordify): Use syntax table. |
1899 * 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
|
1900 ediff-color-display-p. |
30096 | 1901 (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
|
1902 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1903 Got rid of special cases for NeXT and OS/2. |
30096 | 1904 * 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
|
1905 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1906 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1907 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1908 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1909 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1910 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1911 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1912 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1913 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1914 * 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
|
1915 |
30076 | 1916 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1917 | |
30085 | 1918 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1919 not be changed without changing the make-dist script. | |
1920 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1921 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1922 (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
|
1923 |
30067 | 1924 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1925 | |
1926 * makefile.nt: Add support for `bootstrap' and related targets. | |
1927 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1928 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1929 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1930 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1931 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1932 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1933 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
|
1934 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1935 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1936 (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
|
1937 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1938 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
|
1939 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1940 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1941 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1942 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1943 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
|
1944 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1945 |
30056 | 1946 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1947 | |
1948 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1949 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1950 (eval-defun): If called with prefix arg, instrument code for | |
1951 Edebug. | |
1952 | |
1953 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1954 similar to that of eval-defun. | |
1955 | |
30029 | 1956 2000-07-04 Dave Love <fx@gnu.org> |
1957 | |
30035 | 1958 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1959 | |
30029 | 1960 * calendar/todo-mode.el: Replaced with a working version, based on |
1961 revision 1.34 tidied up. | |
1962 | |
1963 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1964 |
1965 * paths.el (prune-directory-list): New function. | |
1966 (Info-default-directory-list): Rewritten to more methodically | |
1967 enumerate a big list of possible info directories (based on the | |
1968 list used by the standalone info reader). | |
30029 | 1969 |
30021 | 1970 * 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
|
1971 non-existent directories from Info-directory-list. |
30021 | 1972 |
1973 * paths.el (Info-default-directory-list): Try a list of possible | |
1974 info-directories instead of a single one. Add the possible | |
1975 info directory "/usr/share/info". | |
1976 | |
1977 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1978 man-db config file "/etc/manpath.config". | |
1979 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1980 are present in `manpath.config'. | |
1981 (woman-manpath): Include "/usr/share/man". | |
1982 | |
30006 | 1983 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1984 | |
30017 | 1985 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1986 | |
1987 * startup.el (command-line): Initialize blink-cursor based | |
1988 on window-system. | |
1989 | |
30014 | 1990 * frame.el (blink-cursor): Default to nil if not running under |
1991 a window-system. | |
1992 | |
30012 | 1993 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1994 (face-x-resources): Remove duplicate entry for :font. | |
1995 | |
30006 | 1996 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1997 instead of cycling through windows with next-window. | |
1998 | |
1999 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
2000 of cycling through windows with next-window. | |
2001 | |
2002 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
2003 of cycling through windows with next-window. | |
2004 | |
2005 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
2006 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
2007 instead of cycling through windows with next-window. | |
2008 | |
2009 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
2010 instead of cycling through windows with next-window. | |
2011 | |
2012 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
2013 of cycling through windows with next-window. | |
2014 | |
2015 * terminal.el (te-process-output): Use walk-windows instead of | |
2016 cycling through windows with next-window. | |
2017 | |
2018 * server.el (server-switch-buffer): Use some-window instead of | |
2019 cycling through windows with next-window. | |
2020 | |
2021 * window.el (some-window): New function. | |
2022 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 2023 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2024 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 2025 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
2026 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 2027 |
2028 * window.el (walk-windows): Guarantee termination by keeping a list | |
2029 of all the windows already handled. | |
2030 | |
29975 | 2031 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2032 | |
2033 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
2034 window-system. | |
2035 | |
2036 * man.el (Man-notify-when-ready): Don't use window-system. If | |
2037 Man-notify-method is newframe, and the display is not | |
2038 multi-frame, select the frame created for the man page. | |
2039 (Man-init-defvars): Doc fix. | |
2040 | |
29972 | 2041 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
2042 | |
29982 | 2043 * faces.el (region): Change background color for light background. |
2044 | |
2045 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
2046 attribute from mode-line face of Ediff control frame. | |
2047 | |
29972 | 2048 * replace.el (query-replace-map): Bind `e' like `E'. |
2049 | |
29967 | 2050 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2051 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2052 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2053 Change name to "Select All". |
29969 | 2054 |
29967 | 2055 * dos-fns.el (convert-standard-filename): Fix last change. |
2056 | |
29957 | 2057 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
2058 | |
29959 | 2059 * help.el (describe-variable): Don't insert a second `'s' in front |
2060 of the string `value is shown below'. Since the syntax-table is | |
2061 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
2062 an existing `'s', so that this won't be deleted. | |
2063 | |
29957 | 2064 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
2065 * pcmpl-unix.el: New files. | |
2066 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2067 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2068 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2069 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2070 |
29939 | 2071 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
2072 | |
29956 | 2073 * replace.el (perform-replace): Undo change of 2000-04-04. |
2074 Instead, move backward 1 character at the end of the loop when | |
2075 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2076 |
29949 | 2077 * faces.el (fringe): Change face for different backgrounds. |
2078 | |
2079 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
2080 patch from John. | |
2081 | |
29939 | 2082 * eshell/*.el: Change spelling of the Free Software Foundation. |
2083 | |
2084 * eshell/esh-toggle.el: Removed. | |
2085 | |
2086 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2087 | |
2088 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2089 interactively. | |
2090 | |
2091 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2092 | |
2093 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2094 `define-key'; instead of checking `(emacs-version)' check for | |
2095 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2096 for `;' and `o' which might be electric. | |
2097 | |
2098 (sql-electric-stuff): New user option. | |
2099 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2100 (sql-magic-semicolon): New function which uses | |
2101 `sql-electric-stuff'. | |
2102 | |
2103 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2104 is not fboundp. | |
2105 | |
2106 (sql-oracle-options): New variable. | |
2107 (sql-oracle): Use it. | |
2108 | |
2109 (sql-imenu-generic-expression): Doc change. | |
2110 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2111 is used. | |
2112 | |
2113 (sql-informix): Added command line parameter "-" to force | |
2114 sql-informix-program to use stdout. | |
2115 | |
29924 | 2116 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2117 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2118 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2119 (cp864-decode-table): Doc fix. |
2120 (cp720-decode-table): New variable, supports the Arabic OEM | |
2121 codepage used by Windows. | |
2122 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2123 | |
29920 | 2124 2000-06-23 Dave Love <fx@gnu.org> |
2125 | |
2126 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2127 (font-lock-fontify-anchored-keywords): Use | |
2128 line-beginning-position. | |
2129 (global-font-lock-mode): Use mapc. | |
2130 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2131 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2132 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2133 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2134 |
29870 | 2135 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2136 | |
29885 | 2137 * comint.el (comint-substitute-in-file-name): Call replace-match |
2138 with second and third arg t. | |
2139 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2140 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2141 Specify foreground color. |
2142 | |
2143 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2144 color. | |
2145 | |
29876 | 2146 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2147 | |
2148 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2149 cddr instead of cdddr. | |
2150 | |
29873 | 2151 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2152 instead of copy-list. | |
2153 | |
2154 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2155 of copy-list. | |
2156 | |
29870 | 2157 * subdirs.el: Add eshell subdirectory. |
2158 | |
2159 * eshell: New subdirectory containing the Eshell package. | |
2160 | |
2161 * pcomplete.el: New file. | |
2162 | |
29885 | 2163 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2164 | |
29888 | 2165 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2166 proper permissions from birth. | |
2167 | |
2168 * files.el (basic-save-buffer-2): When temporarily setting | |
2169 file modes, set them to current modes plus 0200, not to 0777. | |
2170 | |
29885 | 2171 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2172 permissions from birth. | |
2173 | |
29857 | 2174 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2175 | |
2176 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2177 backup file name through convert-standard-filename. | |
2178 | |
2179 * dos-fns.el (convert-standard-filename): Convert leading | |
2180 directories as well. When long file names are supported, convert | |
2181 characters that are invalid in Windows file names. | |
2182 | |
29849 | 2183 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2184 | |
2185 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2186 ps-print crashes. New feature: page selection for printing. Create | |
2187 raw-text-unix coding system for XEmacs. Doc fix. | |
2188 (ps-print-version): New version number (5.2.3). | |
2189 (ps-plot-region): Bug fix. | |
2190 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2191 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2192 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2193 funs. | |
2194 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2195 (ps-last-page): New vars. | |
2196 | |
29845 | 2197 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2198 | |
2199 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2200 empty option string. | |
2201 | |
29839 | 2202 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2203 | |
2204 * man.el (man): Doc fix. | |
2205 | |
29829 | 2206 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2207 | |
2208 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2209 fixed. | |
2210 | |
29814 | 2211 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2212 | |
2213 * version.el (emacs-version): Use ISO date format. | |
2214 | |
2215 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2216 instead of `M-backspace'. | |
2217 | |
2218 * simple.el (turn-off-auto-fill): New function. | |
2219 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2220 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2221 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2222 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2223 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2224 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2225 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2226 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2227 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2228 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2229 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
|
2230 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2231 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2232 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2233 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2234 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2235 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
|
2236 (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
|
2237 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2238 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2239 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2240 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2241 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2242 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2243 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2244 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2245 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2246 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2247 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2248 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2249 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2250 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2251 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2252 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2253 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2254 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2255 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2256 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2257 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2258 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2259 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2260 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2261 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2262 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2263 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2264 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2265 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2266 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2267 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2268 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2269 * 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
|
2270 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2271 * 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
|
2272 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2273 * 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
|
2274 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2275 * 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
|
2276 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2277 |
29776 | 2278 2000-06-20 Dave Love <fx@gnu.org> |
2279 | |
2280 * faces.el (frame-background-mode): Use set-default, not set, in | |
2281 setter. | |
2282 (frame-update-faces, frame-update-face-colors): Define with | |
2283 defalias. | |
2284 | |
2285 * enriched.el (enriched-decode-foreground) | |
2286 (enriched-decode-background): Don't use internal-find-face. | |
2287 | |
2288 * apropos.el: Doc fixes. | |
2289 | |
2290 * cus-edit.el (customize-changed-options): Check arg. | |
2291 (customize-version-lessp): Don't require decimal point. | |
2292 | |
2293 * custom.el (defcustom, defgroup): Doc fix. | |
2294 | |
2295 * newcomment.el (comment) <defgroup>: Add :version. | |
2296 (comment-multi-line): Doc fix. | |
2297 | |
2298 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2299 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2300 | |
29747 | 2301 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2302 | |
2303 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2304 the whole buffer. | |
2305 | |
29740 | 2306 2000-06-19 Dave Love <fx@gnu.org> |
2307 | |
2308 * menu-bar.el (menu-bar-options-save): New function. | |
2309 (menu-bar-options-menu): Use it. | |
2310 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2311 Simplify. | |
2312 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2313 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2314 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2315 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2316 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2317 |
29720 | 2318 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2319 | |
2320 * international/codepage.el: | |
2321 (cp-coding-system-for-codepage-1): Delete special codes for | |
2322 generating xxx-dos coding system because now a CCL based coding | |
2323 system can handle EOL conversion by default. | |
2324 | |
2325 * international/mule.el (make-coding-system): Generate subsidiary | |
2326 coding systems for EOL handling variants even for a CCL based | |
2327 coding system. | |
2328 | |
29718 | 2329 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2330 | |
2331 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2332 (isearch-minibuffer-input-method-function): These variables | |
2333 deleted. | |
2334 (isearch-with-input-method): Don't use the above variables. | |
2335 (isearch-process-search-multibyte-characters): Likewise. Call | |
2336 read-string with the arg INHERIT-INPUT-METHOD t. | |
2337 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2338 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2339 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2340 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2341 (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
|
2342 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2343 * 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
|
2344 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2345 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2346 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
|
2347 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2348 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2349 |
29712 | 2350 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2351 | |
2352 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2353 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2354 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2355 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2356 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2357 |
29696 | 2358 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2359 | |
2360 * find-lisp.el: New file. | |
2361 | |
29694 | 2362 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2363 | |
2364 * time.el (display-time-mail-function): New variable, to allow | |
2365 external packages to indicate when new mail is available. | |
2366 (display-time-update): Use it. | |
2367 | |
29689 | 2368 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2369 | |
29691 | 2370 * international/mule.el (mule-version): Change version name to |
2371 SAKAKI. AOI has already been used by Meadow. | |
2372 | |
29689 | 2373 * international/quail.el (quail-show-guidance-buf): To find the |
2374 bottom window (but minibuffer), pay attention to the height of | |
2375 minibuffer. | |
2376 | |
29670 | 2377 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2378 | |
29682 | 2379 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2380 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2381 from the menu bar, as the menu bar has enough space now. | |
2382 | |
29680 | 2383 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2384 | |
29670 | 2385 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2386 characters, which use series of two ^H characters instead of one. | |
2387 | |
29667 | 2388 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2389 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2390 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2391 (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
|
2392 functions. |
29686 | 2393 (Info-find-node-2): Try a case-sensitive search first, then |
2394 do a case-insensitive search. | |
2395 | |
2396 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2397 tutorials. | |
2398 | |
29676 | 2399 * complete.el (PC-env-vars-alist): New variable. |
2400 (PC-complete-as-file-name): New function. | |
2401 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2402 process-environment. | |
2403 (PC-do-completion): Handle completion of env vars. | |
2404 | |
2405 * info.el (Info-set-mode-line): Show file name in mode line, | |
2406 use `*Info*' instead of `Info:'. | |
2407 | |
29667 | 2408 * startup.el (command-line-1): Change copyright messages to year |
2409 2000. | |
2410 | |
29665 | 2411 2000-06-15 Dave Love <fx@gnu.org> |
2412 | |
2413 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2414 not local-map. | |
2415 | |
29658 | 2416 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2417 | |
2418 * international/mule.el (set-buffer-file-coding-system): Almost | |
2419 rewritten to handle `undecided' as no-op. | |
2420 | |
29654 | 2421 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2422 | |
29667 | 2423 * Makefile.in: New file. |
29657 | 2424 |
2425 * Makefile: Removed. | |
2426 | |
29654 | 2427 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2428 (goto-address-highlight-keymap): Bind C-c RET. | |
2429 | |
29640 | 2430 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2431 | |
29649 | 2432 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2433 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2434 |
29645 | 2435 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2436 0. Give correct argument to set-auto-coding-function. | |
2437 (tar-expunge): For goto-char, use (point-min), not 0. | |
2438 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2439 (tar-subfile-save-buffer): Likewize. | |
2440 | |
29640 | 2441 * international/mule.el |
2442 (after-insert-file-set-buffer-file-coding-system): Call | |
2443 set-buffer-file-coding-system with the arg FORCE t. | |
2444 | |
29633 | 2445 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2446 | |
2447 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2448 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2449 the sender is set with `-f'. |
29633 | 2450 |
29622 | 2451 2000-06-13 Dave Love <fx@gnu.org> |
2452 | |
29630 | 2453 * help.el (describe-function-1): Kluge around cases of functions |
2454 fset to subrs whose doc doesn't match their symbol-name. | |
2455 | |
29627 | 2456 * image.el (insert-image): Default STRING to a space. |
29625 | 2457 |
29622 | 2458 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2459 (Info-build-node-completions): Match Ref tags. |
29622 | 2460 |
29612 | 2461 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2462 | |
29615 | 2463 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2464 defaliases for display-graphic-p. | |
2465 | |
29612 | 2466 * hl-line.el: Fixed a typo in commentary. |
2467 | |
29609 | 2468 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2469 | |
2470 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2471 fixed. | |
2472 | |
29608 | 2473 2000-06-12 Dave Love <fx@gnu.org> |
2474 | |
2475 * image.el (insert-image): Save a little consing. | |
2476 | |
29598 | 2477 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2478 | |
2479 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2480 to the corresponding tibetan characters. | |
2481 (tibetan-add-components): Delete code for the special treatment of | |
2482 'a chung. | |
2483 | |
2484 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2485 change. | |
2486 (tibetan-vowel-transcription-alist): More rules added. | |
2487 (tibetan-composite-vowel-alist): New variable. | |
2488 (tibetan-precomposition-rule-alist): More rules added. | |
2489 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2490 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2491 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2492 * 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
|
2493 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2494 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2495 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2496 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2497 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2498 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2499 * 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
|
2500 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2501 * 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
|
2502 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2503 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2504 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2505 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2506 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2507 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2508 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2509 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2510 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2511 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2512 * 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
|
2513 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2514 * 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
|
2515 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2516 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2517 (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
|
2518 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2519 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2520 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2521 (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
|
2522 (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
|
2523 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2524 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2525 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2526 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2527 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2528 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2529 * 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
|
2530 (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
|
2531 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2532 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2533 (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
|
2534 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2535 (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
|
2536 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
|
2537 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2538 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2539 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2540 * 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
|
2541 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2542 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2543 (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
|
2544 (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
|
2545 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
|
2546 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2547 * 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
|
2548 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
|
2549 |
29574 | 2550 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2551 | |
2552 * international/mule.el (set-buffer-file-coding-system): If | |
2553 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2554 unconditionally. | |
2555 | |
29568 | 2556 2000-06-12 Dave Love <fx@gnu.org> |
2557 | |
2558 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2559 required. | |
2560 | |
29556 | 2561 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2562 | |
2563 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2564 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2565 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2566 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2567 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2568 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2569 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2570 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
|
2571 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2572 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2573 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2574 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2575 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2576 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2577 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2578 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2579 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2580 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2581 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2582 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
|
2583 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2584 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
|
2585 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2586 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2587 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2588 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2589 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2590 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2591 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2592 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2593 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2594 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2595 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2596 |
29542 | 2597 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2598 | |
2599 * 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
|
2600 undecided-XXX is specified, change only EOL conversion. |
29542 | 2601 |
2602 * international/mule-conf.el (unix): New alias for the coding | |
2603 system undecided-unix. | |
2604 | |
29528 | 2605 2000-06-09 Dave Love <fx@gnu.org> |
2606 | |
29535 | 2607 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2608 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2609 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2610 (executable-insert): Change custom type. |
2611 (executable-find): Add autoload cookie. | |
29531 | 2612 (executable-make-buffer-file-executable-if-script-p): New |
2613 function. After Noah Friedman. | |
29528 | 2614 |
2615 * files.el (after-save-hook): Customize, with | |
29531 | 2616 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2617 |
29518 | 2618 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2619 | |
29522 | 2620 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2621 "tib24p-mule.bdf" for Tibetan. | |
2622 | |
29520 | 2623 * composite.el (decompose-composite-char): Declare it as obsolete. |
2624 | |
29541 | 2625 * man.el (Man-fontify-manpage): Pay attention to underline and |
2626 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2627 |
29517 | 2628 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2629 | |
2630 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2631 Set maintainer to FSF since author isn't reachable. | |
2632 | |
29508 | 2633 2000-06-08 Dave Love <fx@gnu.org> |
2634 | |
2635 * international/mule-cmds.el (select-safe-coding-system): If | |
2636 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2637 preferred coding-system if buffer-file-coding-system is | |
2638 `undecided'. From Handa. | |
2639 | |
29503 | 2640 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2641 | |
2642 * international/mule.el | |
2643 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2644 size is greater than INSERTED, judget that we are not visiting. | |
2645 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2646 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
|
2647 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2648 * 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
|
2649 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
|
2650 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
|
2651 |
29498 | 2652 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2653 | |
2654 * align.el: Update from author. | |
2655 | |
2656 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2657 | |
2658 * apropos.el (apropos-mode-hook): New user variable. | |
2659 (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
|
2660 |
29498 | 2661 2000-06-07 David Ponce <david@dponce.com> |
2662 | |
2663 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2664 commands. Require `wid-edit' at run-time. | |
2665 | |
2666 2000-06-07 David Ponce <david@dponce.com> | |
2667 | |
2668 * recentf.el: Added some "Commentary". | |
2669 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2670 move the point at the top of the file list. This behaviour is | |
2671 consistent with the menu one when the list contains a lot of | |
2672 files. | |
2673 (recentf-cleanup): Now displays the number of items removed from | |
2674 the list. | |
2675 (recentf-relative-filter) New menu filter to show filenames | |
2676 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
|
2677 |
29498 | 2678 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2679 | |
2680 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2681 with/without giving an error if PostScript printer doesn't have this | |
2682 kind of page size. Zebra Stripe continues or restarts on next page. | |
2683 Manual/automatic paper feeding. Switch or not the header. | |
2684 (ps-print-version): New version number (5.2.2). | |
2685 (ps-windows-system): Include emx as a Windows system. | |
2686 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2687 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2688 (ps-background-text): Code fix. | |
2689 (ps-error-handler-message, ps-user-defined-prologue) | |
2690 (ps-print-prologue-header, ps-printer-name) | |
2691 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2692 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2693 (ps-use-face-background): Customization fix. | |
2694 (ps-n-up-database): Data fix. | |
2695 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2696 (ps-switch-header): New vars. | |
2697 (ps-xemacs-color-name, ps-face-foreground-name) | |
2698 (ps-face-background-name, ps-boolean-constant): New funs. | |
2699 | |
29491 | 2700 2000-06-07 Dave Love <fx@gnu.org> |
2701 | |
2702 * allout.el: New version from Manheimer. | |
2703 | |
29483 | 2704 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2705 | |
2706 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2707 charset. | |
2708 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2709 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
|
2710 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2711 * 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
|
2712 (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
|
2713 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
|
2714 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2715 |
29471 | 2716 2000-06-06 Dave Love <fx@gnu.org> |
2717 | |
2718 * image.el (find-image): Doc fix. Return nil if image not found. | |
2719 (put-image, insert-image): Make STRING arg optional. | |
2720 | |
29455 | 2721 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2722 | |
2723 * language/vietnamese.el: Remove eval-when-compile. | |
2724 (viet-viscii-nonascii-translation-table): Define it as a | |
2725 translation table made from viet-viscii-decode-table. | |
2726 (viet-viscii-encode-table): Define it as a translation table made | |
2727 from the reverse map of above. | |
2728 (viet-vscii-nonascii-translation-table): Define it as a | |
2729 translation table made from viet-vscii-decode-table. | |
2730 (viet-vscii-encode-table): Define it as a translation table made | |
2731 from the reverse map of above. | |
2732 (ccl-decode-viscii): Use translate-character. | |
2733 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2734 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2735 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2736 |
29455 | 2737 * language/cyrillic.el: Remove eval-when-compile. |
2738 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2739 translation table made from cyrillic-koi8-r-decode-table. | |
2740 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2741 made from the reverse map of above. | |
2742 (ccl-decode-koi8): Use translate-character. | |
2743 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2744 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2745 a translation table made from cyrillic-alternativnyj-decode-table. | |
2746 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2747 table made from the reverse map of above. | |
2748 (ccl-decode-alternativnyj): Use translate-character. | |
2749 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2750 Likewize | |
2751 | |
2752 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2753 translation table symbol instead of translation table itself. | |
2754 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2755 | |
2756 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2757 already exists, override it. | |
2758 | |
2759 * international/fontset.el: Use family `proportional' for Tibetan | |
2760 fonts. | |
2761 | |
2762 * international/ccl.el (ccl-compile-translate-character): Don't | |
2763 check if Rrr has property translation-table. | |
2764 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2765 | |
29447 | 2766 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2767 | |
2768 * info.el: Bind case-fold-search to t when searching in case | |
2769 a user sets it to nil in a hook. | |
2770 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2771 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2772 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2773 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2774 * 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
|
2775 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2776 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2777 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2778 (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
|
2779 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2780 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
|
2781 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2782 * 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
|
2783 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2784 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2785 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2786 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2787 * 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
|
2788 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2789 (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
|
2790 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2791 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2792 (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
|
2793 (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
|
2794 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2795 * 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
|
2796 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2797 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
|
2798 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2799 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2800 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2801 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2802 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2803 (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
|
2804 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2805 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2806 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
|
2807 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2808 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2809 * 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
|
2810 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2811 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
|
2812 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2813 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
|
2814 |
29447 | 2815 * 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
|
2816 tty's. |
29447 | 2817 * 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
|
2818 differences whenever appropriate. |
29447 | 2819 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2820 * 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
|
2821 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2822 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2823 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2824 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2825 * 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
|
2826 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2827 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2828 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
|
2829 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2830 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2831 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2832 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2833 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2834 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2835 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2836 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2837 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2838 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2839 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2840 (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
|
2841 (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
|
2842 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2843 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2844 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
|
2845 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2846 (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
|
2847 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2848 |
29403 | 2849 2000-06-02 Dave Love <fx@gnu.org> |
2850 | |
2851 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2852 all the widgets. Don't require cl or widget. Remove | |
2853 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2854 (widget-read-event): Removed. Callers changed to use read-event. | |
2855 (widget-button-release-event-p): Renamed from | |
2856 button-release-event-p. | |
2857 (widget-field-add-space, widget-field-use-before-change): | |
2858 Uncustomize. | |
2859 (widget-specify-field): Use keymap property, not local-map. | |
2860 (widget-specify-button): Obey :suppress-face. | |
2861 (widget-specify-insert): Use modern backquote syntax. | |
2862 (widget-image-directory): Renamed from widget-glyph-directory. | |
2863 (widget-image-enable): Renamed from widget-glyph-enable. | |
2864 (widget-image-find): Replaces widget-glyph-find. | |
2865 (widget-button-pressed-face): Move defvar. | |
2866 (widget-image-insert): Replaces widget-glyph-insert. | |
2867 (widget-convert): Use keywordp. | |
2868 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2869 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2870 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2871 (widget-button-click): Don't set point at the click, but re-centre |
2872 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2873 (widget-tabable-at): Use POS arg, not point. | |
2874 (widget-beginning-of-line, widget-end-of-line) | |
2875 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2876 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2877 (widget-default-create): Use widget-image-insert; some rewriting. | |
2878 (widget-visibility-value-create) | |
2879 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2880 widget-image-insert. | |
2881 (checkbox): Create on and off images dynamically. | |
2882 (documentation-link): Change :help-echo. | |
2883 (widget-documentation-link-echo-help): Remove. | |
2884 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2885 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2886 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2887 * 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
|
2888 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2889 * 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
|
2890 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2891 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2892 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2893 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2894 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2895 |
29383 | 2896 2000-06-02 Dave Love <fx@gnu.org> |
2897 | |
29392 | 2898 * files.el (convert-standard-filename): Doc fix. |
2899 (normal-backup-enable-predicate): New function. | |
2900 (backup-enable-predicate): Use it to replace the lambda form. | |
2901 | |
2902 * calendar/todo-mode.el: [This needs more work on the outline | |
2903 stuff.] Doc fixes. | |
2904 (todo) <defgroup>: Add :version. | |
2905 (todo-add-category): Don't use pushnew. | |
2906 (todo-cmd-raise): Fix typo. | |
2907 (todo-top-priorities): Change temp buffer name. | |
2908 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2909 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2910 Use outline-next-heading. |
29392 | 2911 |
29383 | 2912 * autoarg.el: Rewritten to use define-minor-mode. |
2913 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2914 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2915 | |
29376 | 2916 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2917 | |
2918 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2919 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2920 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2921 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2922 * 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
|
2923 (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
|
2924 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2925 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2926 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2927 |
29372 | 2928 2000-06-01 Dave Love <fx@gnu.org> |
2929 | |
2930 * hl-line.el: Rewritten using define-minor-mode. | |
2931 | |
2932 * help.el (describe-function-1): Distinguish special form from | |
2933 builtin function. Sanity-check presence of arglist for builtins. | |
2934 | |
29356 | 2935 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2936 | |
29365 | 2937 * international/characters.el: Fix syntax/category setting of |
2938 Tibetan characters. | |
2939 | |
2940 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2941 encoding of Tibetan characters. | |
2942 (tibetan-decompose-precomposition-alist): New variable. | |
2943 (tibetan-decompose-region): Convert precomposed characters to | |
2944 non-precomposed characters. | |
2945 (tibetan-decompose-string): Likewise. | |
2946 (tibetan-composition-function): Fix args to | |
2947 thibetan-compose-string. | |
2948 | |
2949 * language/tibetan.el (tibetan-composable-pattern): More | |
2950 characters included. | |
2951 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2952 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2953 "+R" added. | |
2954 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2955 | |
29359 | 2956 * language/lao-util.el (lao-composition-function): Fix args to |
2957 compose-string. | |
2958 | |
2959 * language/thai-util.el (thai-composition-function): Fix args to | |
2960 compose-string. | |
2961 | |
29356 | 2962 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2963 to prevent the point moving to the end of a composition when a |
2964 part of a composition is searched. | |
29356 | 2965 (isearch-other-meta-char): If the key invoking this command can be |
2966 mapped by function-key-map to a printing char, call | |
2967 isearch-process-search-char directly. | |
2968 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2969 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2970 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2971 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2972 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2973 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2974 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2975 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2976 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2977 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2978 * 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
|
2979 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2980 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2981 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
|
2982 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2983 * 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
|
2984 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2985 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
|
2986 |
29347 | 2987 2000-05-31 Dave Love <fx@gnu.org> |
2988 | |
2989 * loadhist.el (loadhist-hook-functions): Remove | |
2990 before-change-function, after-change-function. | |
2991 (unload-feature): Deal with symbols which are both bound and | |
2992 fbound. | |
2993 | |
2994 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2995 before-change-function, after-change-function. | |
2996 | |
2997 * simple.el (newline): Don't bind before-change-function, | |
2998 after-change-function. | |
2999 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3000 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
|
3001 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3002 * 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
|
3003 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
|
3004 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
|
3005 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
|
3006 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3007 * 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
|
3008 |
29330 | 3009 2000-05-31 Dave Love <fx@gnu.org> |
3010 | |
3011 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
3012 pattern for function of change. | |
3013 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
3014 acknowledgements patterns. | |
3015 | |
29328 | 3016 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
3017 | |
3018 * isearch.el (isearch-printing-char): If keyboard coding system is | |
3019 being used, call isearch-process-search-multibyte-characters. | |
3020 | |
3021 * international/isearch-x.el: Mostly rewritten. | |
3022 | |
3023 * international/quail.el (quail-start-conversion): Don't include | |
3024 unhandled events in the returned events, but set them in | |
3025 unread-command-events. Exit if all inputs are deleted. | |
3026 | |
29324 | 3027 2000-05-30 Jason Rumney <jasonr@gnu.org> |
3028 | |
3029 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
3030 | |
3031 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
3032 Reenable code to create initial fontsets. | |
3033 Use set-fontset-font in place of put-charset-property. | |
3034 | |
29302 | 3035 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
3036 | |
29307 | 3037 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
3038 label, ensure that the first colon isn't followed by another. | |
3039 | |
3040 * paths.el (Info-default-directory-list): Doc fix. | |
3041 | |
29304 | 3042 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
3043 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
3044 send a query containing USER only, not USER@HOST. | |
3045 | |
29302 | 3046 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
3047 and rmail-msgend to compute the restriction at the end, instead of | |
3048 computing it. | |
3049 | |
29292 | 3050 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
3051 | |
29295 | 3052 * dabbrev.el (dabbrev-expand): Don't display messages in the |
3053 echo area if the minibuffer window is active. | |
3054 | |
29292 | 3055 * jit-lock.el (jit-lock-mode): Add after change function to |
3056 local hook. | |
3057 | |
3058 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
3059 | |
3060 * antlr-mode.el: New commands: hide/unhide actions, | |
3061 upcase/downcase literals. | |
3062 (antlr-tiny-action-length): New user option. | |
3063 (antlr-hide-actions): New command. Suggested by | |
3064 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
|
3065 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 3066 (antlr-mode-menu): New entries. |
3067 (antlr-downcase-literals): New command. | |
3068 (antlr-upcase-literals): Ditto. | |
3069 | |
3070 * antlr-mode.el: Minor changes: indendation, mode-name. | |
3071 (antlr-indent-line): Indent cpp directive at column 0. | |
3072 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
3073 | |
3074 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
3075 (antlr-font-lock-additional-keywords): Workaround for intentional | |
3076 bug in XEmacs version of font-lock. | |
3077 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
3078 be used by a smarter version of `buffers-menu-grouping-function'. | |
3079 | |
3080 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
3081 | |
3082 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
3083 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
3084 | |
29266 | 3085 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3086 | |
3087 * international/encoded-kb.el | |
3088 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3089 charset-iso-final-char return -1 for eight-bit-control and | |
3090 eight-bit-graphic. | |
3091 | |
29261 | 3092 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3093 | |
3094 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3095 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3096 available, instead of window-system. | |
3097 | |
29259 | 3098 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3099 | |
3100 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3101 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3102 coding systems. | |
3103 | |
29248 | 3104 2000-05-26 Dave Love <fx@gnu.org> |
3105 | |
29255 | 3106 * disp-table.el (standard-display-underline): Don't use |
3107 internal-find-face. | |
3108 | |
29248 | 3109 * mail/reporter.el: Maintainer change. Doc fixes. |
3110 (reporter-version): Deleted. | |
3111 | |
3112 * emacs-lisp/elp.el: Maintainer change. | |
3113 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3114 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3115 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3116 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3117 * 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
|
3118 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3119 |
29240 | 3120 2000-05-26 Dave Love <fx@gnu.org> |
3121 | |
29242 | 3122 * loadhist.el (unload-feature): Fix interactive spec [from |
3123 lijnzaad@ebi.ac.uk]. | |
3124 | |
29240 | 3125 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3126 subr-arity to check primitives. | |
3127 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3128 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3129 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3130 mapcar. | |
3131 | |
29226 | 3132 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3133 | |
29235 | 3134 * international/fontset.el: Set family names of non-latin charsets |
3135 in default fontset to "*". | |
3136 | |
29230 | 3137 * international/mule-diag.el (print-fontset): Combine family part |
3138 and registry part of the fontname by "-*-" instead of "-". | |
3139 | |
29226 | 3140 * international/mule-cmds.el (encode-coding-char): Make strings |
3141 multibyte before calling encode-coding-string. | |
3142 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3143 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3144 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3145 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3146 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3147 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3148 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3149 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3150 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3151 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3152 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3153 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3154 * 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
|
3155 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3156 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3157 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3158 (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
|
3159 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3160 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3161 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3162 |
29214 | 3163 2000-05-25 Dave Love <fx@gnu.org> |
3164 | |
3165 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3166 byte-code-function-p. | |
3167 | |
3168 * mail/rmailsum.el: Add provide. | |
3169 | |
3170 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3171 | |
3172 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3173 defcustom. | |
3174 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3175 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
|
3176 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3177 * 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
|
3178 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
|
3179 |
29205 | 3180 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3181 | |
3182 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3183 grayscale support, not about window-system. | |
3184 | |
3185 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3186 window-system. | |
3187 (ffap-highlight): Always default to t. | |
3188 | |
3189 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3190 display-popup-menus-p instead of looking at window-system. | |
3191 | |
3192 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3193 Only refuse to use string glyphs on X and MS-Windows. | |
3194 | |
3195 * avoid.el: Remove window-system from commentary, suggest to use | |
3196 display-*-p instead. | |
3197 | |
3198 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3199 window-system. | |
3200 | |
29190 | 3201 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3202 | |
3203 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3204 Fill up unsupported characters with their own codes. From Kenichi | |
3205 Handa. | |
3206 | |
29188 | 3207 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3208 | |
3209 * international/mule-diag.el (describe-char-after): Use | |
3210 display-graphic-p instead of window-system, so that this function | |
3211 works on MS-DOS. | |
3212 | |
29181 | 3213 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3214 | |
3215 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3216 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3217 the list of charsets which we convert into `?'. | |
3218 | |
29169 | 3219 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3220 | |
3221 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3222 private charsets. | |
3223 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3224 japanese-jisx0213-2): New charsets. | |
3225 | |
3226 * international/fontset.el: Setup default fontset for new charsets. | |
3227 | |
29166 | 3228 2000-05-24 Dave Love <fx@gnu.org> |
3229 | |
3230 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3231 S. Solomin" <sovs@uic.nnov.ru>]. | |
3232 | |
3233 * icomplete.el: Fix header for Finder. | |
3234 | |
3235 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3236 | |
3237 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3238 STAY. | |
3239 | |
3240 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3241 (rmail-show-message): Add call to `rmail-auto-file' during | |
3242 display. | |
3243 (rmail-auto-file): New function. | |
3244 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3245 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
|
3246 |
29193 | 3247 * 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
|
3248 account. |
29193 | 3249 (ediff-test-utility,ediff-diff-mandatory-option) |
3250 (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
|
3251 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
|
3252 |
29193 | 3253 * 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
|
3254 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3255 |
29193 | 3256 * 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
|
3257 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3258 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3259 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
|
3260 |
29193 | 3261 * 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
|
3262 |
29159 | 3263 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3264 | |
3265 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3266 aliases for hebrew-iso-8bit. | |
3267 | |
29148 | 3268 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3269 | |
3270 * woman.el: New version from Francis J. Wright | |
3271 <F.J.Wright@Maths.QMW.ac.uk>. | |
3272 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3273 names in environment variables regardless of the path separator. | |
3274 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3275 on all files, since woman-file-regexp already filters out any | |
3276 directories. | |
3277 | |
29140 | 3278 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3279 | |
29144 | 3280 * international/quail.el (quail-start-translation): Don't change |
3281 modified-p of the current buffer. | |
3282 (quail-start-conversion): Likewise. | |
3283 | |
3284 * international/kkc.el (kkc-region): Don't change modified-p of | |
3285 the current buffer. | |
3286 | |
29142 | 3287 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3288 conform to RFC1468. | |
3289 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3290 |
29138 | 3291 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3292 | |
3293 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3294 (speedbar-insert-button): Invisible text property fix. | |
3295 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3296 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3297 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3298 (speedbar-page-minus): Renamed from speedbar-file-- | |
3299 (speedbar-page): Renamed from speedbar-file- | |
3300 (speedbar-tag): Renamed from speedbar-tag- | |
3301 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3302 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3303 (speedbar-expand-image-button-alist): Use above renames. | |
3304 | |
3305 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3306 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3307 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3308 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3309 * sb-pg.xpm: Renamed from sb-file.xpm | |
3310 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3311 * 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
|
3312 |
29128 | 3313 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3314 | |
3315 * international/quail.el (quail-show-guidance-buf): Set | |
3316 current-input-method of the guidance buffer to the name of the | |
3317 curren input method. | |
3318 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3319 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3320 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3321 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3322 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3323 * 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
|
3324 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3325 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3326 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3327 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3328 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3329 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3330 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3331 * 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
|
3332 |
29116 | 3333 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3334 | |
29127 | 3335 * startup.el (command-line): Determine source file of compiled |
3336 user init file differently. Warn if compiled user init file | |
3337 is older than its source file. | |
3338 | |
29116 | 3339 * 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
|
3340 |
29112 | 3341 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3342 | |
3343 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3344 rather than `|' (which is not allowed on Windows). Replace the | |
3345 drive letters with a string "drive_X". | |
3346 | |
29110 | 3347 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3348 | |
3349 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3350 | |
3351 * files.el (interpreter-mode-alist): Add `bash2'. | |
3352 | |
29091 | 3353 2000-05-22 Dave Love <fx@gnu.org> |
3354 | |
3355 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3356 mapc. | |
3357 (feature-file): Avoid calling symbol-name. Doc fix. | |
3358 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3359 (loadhist-hook-functions): Add mouse-position-function. | |
3360 (unload-feature): Change uses of mapcar. | |
3361 | |
3362 * files.el (parse-colon-path): Doc fix. | |
3363 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3364 (set-auto-mode): Use mapc. | |
3365 | |
3366 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3367 class. | |
3368 (partial-completion-mode): Add autoload cookie. | |
3369 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3370 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
|
3371 |
29102 | 3372 * 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
|
3373 `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
|
3374 |
29082 | 3375 2000-05-22 Dave Love <fx@gnu.org> |
3376 | |
3377 * bindings.el: Remove debug-ignored-errors set in other files. | |
3378 | |
3379 * progmodes/etags.el: Add to debug-ignored-errors. | |
3380 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3381 when making a new list. | |
3382 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3383 mapc. | |
3384 | |
3385 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3386 quote keywords. | |
3387 (cmpl-string-case-type): Use character classes. | |
3388 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3389 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3390 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3391 * imenu.el: |
29082 | 3392 * mail/mh-e.el: |
3393 * progmodes/compile.el: Add to debug-ignored-errors. | |
3394 | |
3395 * dabbrev.el: Add to debug-ignored-errors. | |
3396 (dabbrev-completion): Use mapc. | |
3397 | |
29075 | 3398 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3399 | |
3400 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3401 (woman-mapcan, woman-parse-man.conf) | |
3402 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3403 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3404 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3405 path syntax better. | |
3406 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3407 (woman-manpath): Call woman-parse-man.conf. | |
3408 (woman-emulation): New defcustom, defaults to nroff. | |
3409 (woman-font-support): New defconst. | |
3410 (woman-use-symbol-font): New defcustom. | |
3411 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3412 "Emulation". | |
3413 Many functions: Doc fix. | |
3414 | |
29072 | 3415 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3416 | |
3417 * international/quail.el (quail-simple-translation-keymap): Map | |
3418 128..255 to quail-self-insert-command. | |
3419 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3420 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3421 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3422 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3423 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3424 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3425 * 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
|
3426 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3427 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3428 * 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
|
3429 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3430 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3431 * 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
|
3432 |
29059 | 3433 2000-05-21 Dave Love <fx@gnu.org> |
3434 | |
29061 | 3435 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3436 are invalid characters. | |
3437 | |
29059 | 3438 * international/mule-util.el (detect-coding-with-priority): Use |
3439 mapc. Remove redundant lambda. | |
3440 | |
3441 * international/mule-diag.el (list-non-iso-charset-chars) | |
3442 (describe-fontset): Remove redundant lambda. | |
3443 | |
3444 * emulation/crisp.el (brief-mode): New alias. | |
3445 | |
3446 * emacs-lisp/ring.el (ring-elements): New function. | |
3447 | |
3448 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3449 (easy-menu-do-add-item): Use keywordp. | |
3450 | |
3451 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3452 | |
3453 * replace.el: Doc and error message fixes. | |
3454 (replace-highlight): Use facep, not internal-find-face. | |
3455 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3456 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3457 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3458 * 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
|
3459 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3460 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3461 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3462 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3463 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3464 (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
|
3465 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3466 (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
|
3467 (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
|
3468 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3469 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3470 (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
|
3471 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3472 (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
|
3473 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3474 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3475 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3476 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3477 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3478 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3479 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3480 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3481 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3482 (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
|
3483 (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
|
3484 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3485 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
|
3486 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3487 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3488 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3489 |
29029 | 3490 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3491 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3492 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3493 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3494 | |
29028 | 3495 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3496 | |
3497 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3498 and insert, not subst-char-in-region. | |
3499 | |
3500 * international/mule-diag.el (list-character-sets-1): Handle | |
3501 charsets eight-bit-control and eight-bit-graphic. | |
3502 (list-iso-charset-chars): Likewise. | |
3503 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3504 charactes as is. Use indent-to to align characters. | |
3505 | |
3506 * international/mule-cmds.el (find-multibyte-characters): Never | |
3507 exclude charsets eight-bit-control and eight-bit-graphic. | |
3508 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3509 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3510 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3511 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3512 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3513 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3514 * 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
|
3515 |
28993 | 3516 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3517 | |
3518 * gud.el (gud-jdb-directories): Doc fix. | |
3519 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3520 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3521 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3522 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3523 |
28988 | 3524 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3525 | |
28993 | 3526 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3527 |
28982 | 3528 2000-05-18 Andreas Schwab <schwab@suse.de> |
3529 | |
3530 * dired.el (dired-between-files): Also skip lines beginning with | |
3531 `used'. | |
3532 | |
28978 | 3533 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3534 | |
3535 * msb.el (msb-menu-cond): Add choice `user'. | |
3536 | |
28981 | 3537 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
|
3538 |
28981 | 3539 * ps-print.el: Compatibility, customization and doc fix. |
3540 (ps-printer-name-option): Replace defconst by defvar. | |
3541 (ps-postscript-code-directory): XEmacs compatibility. | |
3542 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3543 fix. | |
3544 (ps-user-defined-prologue, ps-print-prologue-header) | |
3545 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3546 compatibility and code fix. | |
3547 (ps-print-background-image, ps-print-background-text): | |
3548 Customization fix. | |
3549 (ps-line-number-start, ps-n-up-on): New vars. | |
3550 | |
28978 | 3551 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3552 | |
3553 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3554 the indent-comment function to just return the appropriate indent. | |
3555 | |
28975 | 3556 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3557 | |
3558 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3559 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3560 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3561 | |
28969 | 3562 2000-05-18 Dave Love <fx@gnu.org> |
3563 | |
3564 * info.el (Info-fontify-node): Add intangible property as well as | |
3565 invisible. | |
3566 | |
3567 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3568 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3569 | |
28965 | 3570 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3571 | |
3572 * international/mule-diag.el (describe-char-after): Call | |
3573 internal-char-font, not char-font. If internal-char-font returns | |
3574 nil, display "-- none --". | |
3575 | |
28959 | 3576 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3577 | |
3578 * image.el (image-type-available-p): Don't reference image-types | |
3579 if it isn't bound. | |
3580 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3581 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3582 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3583 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3584 |
28954 | 3585 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3586 | |
3587 * startup.el (command-line-1): Don't signal an error if the | |
3588 directory for auto-save-list files does not yet exist. | |
3589 | |
28950 | 3590 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3591 | |
3592 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3593 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3594 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3595 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3596 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3597 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3598 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
|
3599 |
28981 | 3600 * 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
|
3601 |
28942 | 3602 2000-05-16 Dave Love <fx@gnu.org> |
3603 | |
3604 * cus-edit.el: Don't require cl or easymenu. | |
3605 (custom-variable-prompt): Test standard-value property, not | |
3606 user-variable-p. | |
3607 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3608 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
|
3609 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3610 * 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
|
3611 |
28939 | 3612 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3613 | |
3614 * startup.el (command-line-1): Mention the FAQ in the startup | |
3615 message. | |
3616 | |
3617 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3618 | |
3619 * progmodes/compile.el (compilation-parse-errors): Collect | |
3620 `nomessage' regexps last. | |
3621 | |
3622 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3623 | |
3624 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3625 to the function name. | |
3626 | |
28926 | 3627 2000-05-15 Dave Love <fx@gnu.org> |
3628 | |
3629 * speedbar.el (speedbar-recenter): Typo. | |
3630 (speedbar-expand-line): Make arg optional. | |
3631 (speedbar-mode): Avoid a compiler warning. | |
3632 | |
28924 | 3633 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3634 | |
3635 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3636 user-specified option string is empty. | |
3637 | |
3638 * mouse.el (mouse-yank-at-click): Doc fix. | |
3639 | |
28921 | 3640 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3641 | |
3642 * term/internal.el (IT-character-translations): More updates of | |
3643 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3644 documents. | |
3645 | |
28919 | 3646 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3647 | |
3648 * env.el (getenv): New function, interactively callable. | |
3649 (setenv, getenv): Remove autoload cookies. | |
3650 | |
3651 * loadup.el: Load `env'. | |
3652 | |
3653 * progmodes/f90.el: Change author's mail address. | |
3654 | |
28908 | 3655 2000-05-14 Dave Love <fx@gnu.org> |
3656 | |
28911 | 3657 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3658 goto-addr as an option. | |
3659 | |
3660 * help.el (help-xref-stack): Doc fix. | |
3661 (help-xref-following): New variable. | |
3662 (help-make-xrefs): Use it. | |
3663 (help-xref-go-back): Use position information from stack element. | |
3664 (help-follow): Make position in stack element a pair. Use | |
3665 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3666 |
28911 | 3667 * autoarg.el: New file. |
3668 | |
3669 * faces.el: Declare more functions obsolete. | |
3670 | |
28908 | 3671 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3672 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3673 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3674 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3675 Remove all the setup-...-environment functions. | |
3676 | |
28903 | 3677 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3678 | |
28919 | 3679 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3680 >= when detecting. Require `defimage' safely. | |
28903 | 3681 (speedbar-easymenu-definition-base): Add toggle for images. |
3682 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3683 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3684 (speedbar-reconfigure-keymaps-hook): New variable. | |
3685 (speedbar-frame-parameters): Updated documentation. | |
3686 (speedbar-use-imenu-flag): Updated custom tag | |
3687 (speedbar-dynamic-tags-function-list): New variable. | |
3688 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3689 (speedbar-indentation-width, speedbar-indentation-width) New |
3690 variables. | |
3691 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3692 (speedbar-vc-indicator): Doc update. |
3693 (speedbar-ignored-path-expressions): Updated default value. | |
3694 (speedbar-supported-extension-expressions): Updated default value. | |
3695 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3696 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3697 as "+". Added overlay aliases. | |
3698 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3699 `force-mode-line-update'. | |
3700 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3701 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3702 `mouse-set-point' | |
28903 | 3703 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3704 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3705 of arbitrary text, and new helper functions. | |
3706 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3707 filename finder. | |
28903 | 3708 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3709 (speedbar-directory-buttons): Update path search/expansion. | |
3710 (speedbar-make-tag-line): Pay attention to | |
28919 | 3711 `speedbar-indentation-width'. Use more care w/ invisible |
3712 properties. | |
28903 | 3713 (speedbar-change-expand-button-char): Call |
3714 `speedbar-insert-image-button-maybe'. | |
3715 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3716 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3717 (speedbar-trim-words-tag-hierarchy) | |
3718 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3719 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3720 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3721 functions. | |
28903 | 3722 (speedbar-mouse-set-point): New function |
3723 (speedbar-power-click): Updated documentation. | |
28919 | 3724 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3725 of tag prefix text. | |
3726 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3727 to strange text. | |
3728 (speedbar-expand-line): Takes universal argument to flush the | |
3729 cache. | |
28903 | 3730 (speedbar-flush-expand-line): New function. |
3731 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3732 Use new generator insertion method. | |
3733 (speedbar-fetch-dynamic-tags): New function. | |
3734 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3735 `speedbar-fetch-dynamic-imenu'. | |
3736 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3737 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3738 "Revert Buffer" menu items. | |
3739 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3740 filename tag (for expansion purposes.). | |
28919 | 3741 (speedbar-highlight-one-tag-line, |
3742 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3743 (speedbar-recenter): New functions. | |
28903 | 3744 (defimage-speedbar): Image loading abstraction. |
28919 | 3745 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3746 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3747 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3748 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3749 (speedbar-expand-image-button-alist): New variable. |
3750 (speedbar-insert-image-button-maybe): Insert an image over some | |
3751 buttons. | |
3752 | |
28894 | 3753 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3754 | |
3755 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3756 character is always encodable. | |
3757 | |
3758 * international/mule-conf.el: Add more information in descriptions | |
3759 of character sets. | |
3760 | |
28965 | 3761 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3762 (describe-font-internal): Adjusted for the change of font-info. |
3763 (describe-font): Likewise. | |
3764 (print-fontset): Rewritten for the new fontset implementation. | |
3765 (describe-fontset): Include fontset alias names in completion. | |
3766 (list-fontsets): Adjusted for the change of print-fontset. | |
3767 | |
28895 | 3768 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3769 describe-char-after instead of displaying the detail in the echo | |
3770 area. | |
28965 | 3771 (syntax-code-table): Format changed. |
3772 (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
|
3773 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3774 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3775 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3776 * 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
|
3777 |
28890 | 3778 2000-05-12 Dave Love <fx@gnu.org> |
3779 | |
3780 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3781 dependence. Use line-{beginning,end}-position, not | |
3782 point-at{b,e}ol. Some doc fixes. | |
3783 (todo-position): New function. Fix callers of position to use it. | |
3784 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3785 | |
28885 | 3786 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3787 | |
3788 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3789 | |
28893 | 3790 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3791 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3792 |
28882 | 3793 2000-05-11 Dave Love <fx@gnu.org> |
3794 | |
28888 | 3795 * calendar/todo-mode.el: New file. |
28882 | 3796 |
28870 | 3797 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3798 | |
28881 | 3799 * comint.el (comint-read-input-ring): Move reference to |
3800 comint-input-ring-size outside of the save-excursion. It was | |
3801 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
|
3802 |
28875 | 3803 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3804 address on request from him. | |
3805 | |
28870 | 3806 * subr.el (substitute-key-definition): Add comment describing |
3807 the meaning of PREFIX. | |
3808 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3809 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3810 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3811 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3812 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3813 * 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
|
3814 (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
|
3815 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3816 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3817 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3818 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3819 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3820 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3821 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3822 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3823 * 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
|
3824 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3825 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3826 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3827 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3828 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3829 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3830 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3831 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3832 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3833 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3834 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3835 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3836 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3837 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3838 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3839 (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
|
3840 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3841 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3842 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3843 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3844 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3845 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3846 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3847 |
28845 | 3848 2000-05-09 Sam Steingold <sds@goems.com> |
3849 | |
3850 * apropos.el (apropos-print): use `describe-face' instead of | |
3851 `customize-face-other-window'. | |
3852 | |
28842 | 3853 2000-05-09 Dave Love <fx@gnu.org> |
3854 | |
3855 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3856 | |
3857 * help.el (describe-variable): Have customize button pop the | |
3858 help-xref stack when invoked. | |
3859 (help-xref-symbol-regexp): Add `face'. | |
3860 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3861 submatch numbers to cope. | |
3862 (help-xref-interned): Maybe insert face doc too. Separate | |
3863 sections with a line of hyphens. | |
3864 | |
28848 | 3865 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3866 (describe-face): Add customize button. Return the help |
3867 text. Fix prompt. | |
3868 | |
28839 | 3869 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3870 | |
3871 * term/internal.el (IT-character-translations): Fix last change. | |
3872 | |
28833 | 3873 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3874 | |
3875 * woman.el: New file | |
3876 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3877 | |
28829 | 3878 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3879 | |
28831 | 3880 * term/internal.el (IT-character-translations): Update ASCII |
3881 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3882 latin-iso8859-15. | |
3883 | |
28829 | 3884 * international/mule-cmds.el (set-language-info-alist): Call |
3885 define-prefix-command with 3 arguments, to make the map suitable | |
3886 for a menu. | |
3887 | |
28827 | 3888 2000-05-07 Dave Love <fx@gnu.org> |
3889 | |
30993 | 3890 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 3891 |
28825 | 3892 2000-05-05 Dave Love <fx@gnu.org> |
3893 | |
3894 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3895 list in doc string. Don't quote keyword symbols. | |
3896 * emacs-lisp/cl.el: Likewise | |
3897 * emacs-lisp/cl-seq.el: Likewise | |
3898 | |
28823 | 3899 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3900 | |
3901 * abbrev.el (abbrev-mode): Make ARG optional. | |
3902 | |
28812 | 3903 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3904 | |
28817 | 3905 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3906 | |
3907 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3908 | |
28812 | 3909 * subr.el (substitute-key-definition): Clarify documentation. |
3910 | |
3911 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3912 | |
3913 * glasses.el (glasses-convert-to-unreadable): Use | |
3914 `glasses-separator' instead of the hard-wired "_". | |
3915 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3916 place. | |
3917 | |
28808 | 3918 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3919 | |
3920 * term/internal.el (cjk-codepages-alist): Add associations for | |
3921 Chinese and Korean codepages. Remove FIXME comment. | |
3922 | |
28806 | 3923 2000-05-03 Dave Love <fx@gnu.org> |
3924 | |
3925 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3926 New option. | |
3927 (display-time-mail-icon): New variable. | |
3928 (display-time-string-forms): Use the above. Fix the local-map. | |
3929 | |
28795 | 3930 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3931 | |
28805 | 3932 * replace.el (query-replace-map): Add binding for `E'. |
3933 (query-replace-help): Extend help text. | |
3934 (perform-replace): Allow editing the replacement string. | |
3935 | |
3936 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3937 (makefile-mode): Set local abbrev table to | |
3938 makefile-mode-abbrev-table. | |
3939 (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
|
3940 |
28795 | 3941 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3942 set TOGGLE's value. | |
3943 | |
28805 | 3944 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3945 mail-interactive-insert-alias. | |
3946 (mail-abbrev-complete-alias): New command. | |
3947 (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
|
3948 |
28790 | 3949 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3950 | |
3951 * language/lao-util.el (lao-compose-region): New function. | |
3952 | |
28782 | 3953 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3954 | |
28789 | 3955 * files.el (recover-session): Make directories as necessary |
3956 if they don't exist yet. | |
3957 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3958 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3959 (french-calendar-multibyte-special-days-array) |
28782 | 3960 (french-calendar-special-days-array): Change French text. |
3961 (calendar-french-date-string): Change output. | |
3962 (calendar-goto-french-date): Likewise. | |
3963 | |
3964 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3965 | |
3966 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3967 (widget-documentation-string-value-create): Set `:always-active'. | |
3968 | |
28778 | 3969 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3970 | |
3971 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3972 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3973 (normal-top-level): Create the directory for auto-save files, if | |
3974 it doesn't already exist (in the ms-dos case only). | |
3975 | |
28775 | 3976 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3977 | |
3978 * international/mule-cmds.el (set-language-environment): Don't | |
3979 concat an integer (dos-codepage), use format instead. | |
3980 | |
28772 | 3981 2000-05-02 Dave Love <fx@gnu.org> |
3982 | |
3983 * help.el (help-xref-on-pp): Check for constant symbols. | |
3984 | |
28764 | 3985 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3986 | |
3987 * startup.el (normal-top-level): Put a condition-case around | |
3988 the code loading subdirs.el. | |
3989 | |
3990 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
|
3991 |
28764 | 3992 * ps-print.el: Upside-down and face background color printing, |
3993 line number step, doc fix. | |
3994 (ps-print-version): New version number (5.2). | |
3995 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3996 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3997 (ps-spool-config): Var fix. | |
3998 (ps-printer-name-option): Const fix. | |
3999 (ps-print-upside-down, ps-use-face-background) | |
4000 (ps-line-number-step): New vars. | |
4001 (ps-window-system, ps-lp-system): New consts. | |
4002 (ps-face-background): New fun. | |
4003 | |
28759 | 4004 2000-04-28 Richard Stallman <rms@gnu.org> |
4005 | |
4006 * files.el (make-auto-save-file-name): | |
4007 Apply auto-save-file-name-transforms to visited file name | |
4008 before generating auto save file name. | |
4009 (auto-save-file-name-transforms): New variable. | |
4010 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4011 * files.el (backup-enable-predicate): |
28759 | 4012 Correctly test for a file under a temporary directory. |
4013 | |
28751 | 4014 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
4015 | |
4016 * subr.el (add-minor-mode): Rewritten. | |
4017 | |
28749 | 4018 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
4019 | |
4020 * mail/sendmail.el (sendmail-send-it): Set | |
4021 buffer-file-coding-system to the selected coding system for MIME | |
4022 header. | |
4023 | |
28748 | 4024 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
4025 | |
4026 * dired.el (dired-move-to-filename-regexp): Allow format where | |
4027 YYYY is followed by two spaces. | |
4028 | |
4029 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
4030 in the second character class of the regexp. | |
4031 | |
4032 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
4033 mh-etc, too. | |
4034 | |
4035 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
4036 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4037 |
28748 | 4038 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
4039 | |
4040 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
4041 argument. | |
4042 | |
4043 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
|
4044 |
28748 | 4045 * emacs-lisp/crm.el (crm-completion-table): New variable. |
4046 (crm-collection-fn, crm-test-completion) | |
4047 (completing-read-multiple): Use it. | |
4048 | |
28736 | 4049 2000-04-27 Dave Love <fx@gnu.org> |
4050 | |
4051 * help.el (locate-library): Use mapc. | |
4052 (help-manyarg-func-alist): Add call-process-region. | |
4053 | |
28724 | 4054 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
4055 | |
28729 | 4056 * subr.el (add-minor-mode): Make argument MAP optional. |
4057 | |
28724 | 4058 * desktop.el (desktop-save): Save list of minor modes. |
4059 (desktop-create-buffer): Restore minor modes. | |
4060 (desktop-minor-mode-table): New user-option. | |
4061 | |
4062 * subr.el (add-minor-mode): New function. | |
4063 | |
4064 * image.el (find-image): New function. | |
4065 (defimage): Rewritten to find image at load time. | |
4066 | |
4067 * startup.el (normal-top-level-add-to-load-path): Handle | |
4068 case that the default directory is not in load-path. | |
4069 | |
4070 * help.el: Old patch from Stefan Monnier. | |
4071 (help-xref-on-pp): New function. | |
4072 (describe-variable): Use it to display xrefs in a symbol's value. | |
4073 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4074 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4075 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4076 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4077 |
28713 | 4078 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
4079 | |
28715 | 4080 * mail/rmail.el (rmail-expunge): When there are no deleted |
4081 messages, do nothing. | |
28713 | 4082 |
28712 | 4083 2000-04-26 Dave Love <fx@gnu.org> |
4084 | |
4085 * international/mule-cmds.el (locale-translation-file-name): | |
4086 Defvar to nil. | |
4087 (set-locale-environment): Set it here (at runtime). | |
4088 | |
28710 | 4089 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4090 | |
4091 * replace.el (perform-replace): Add parameters START and END. Use | |
4092 them instead of the check for a region in Transient Mark mode. | |
4093 (query-replace-read-args): Return two more list elements for the | |
4094 start and end of the region in Transient Mark mode. | |
4095 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4096 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4097 optional last arguments START and END and pass them to | |
4098 perform-replace. | |
4099 | |
4100 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4101 form with additional arguments for perform-replace. | |
4102 | |
4103 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4104 and END. Construct a form with additional arguments for | |
4105 perform-replace. | |
4106 | |
4107 * simple.el (shell-command): Set default directory for "*Shell | |
4108 Command Output" buffer. | |
4109 | |
4110 * language/european.el (iso-latin-4): Fix typo. | |
4111 | |
4112 * emacs-lisp/crm.el: New file. | |
4113 | |
28701 | 4114 2000-04-24 Dave Love <fx@gnu.org> |
4115 | |
4116 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4117 (Custom-reset-saved, Custom-reset-standard) | |
4118 (custom-group-value-create, custom-group-set, custom-group-save) | |
4119 (custom-group-reset-current, custom-group-reset-saved) | |
4120 (custom-group-reset-standard): Use mapc. | |
4121 (custom-buffer-create-internal): Disable undo when creating items. | |
4122 Use mapc. | |
4123 (custom-face): Avoid redundant lambda. | |
4124 | |
28699 | 4125 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4126 | |
4127 * startup.el (auto-save-list-file-prefix): Set default to | |
4128 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4129 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4130 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4131 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4132 * 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
|
4133 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4134 |
28695 | 4135 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4136 | |
4137 * frame.el (scrolling): New group. | |
4138 (automatic-hscrolling): New user-option. | |
4139 | |
4140 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4141 `--line-spacing'. | |
4142 | |
28668 | 4143 2000-04-19 Dave Love <fx@gnu.org> |
4144 | |
4145 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4146 (cl-mapc): Rename from mapc. Fix the funcall. | |
4147 | |
28653 | 4148 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4149 | |
28660 | 4150 * simple.el (clone-indirect-buffer-other-window): New command. |
4151 (clone-indirect-buffer): Add optional arg NORECROD. | |
4152 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4153 | |
28658 | 4154 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4155 | |
4156 * window.el (count-screen-lines): New function. | |
4157 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4158 instead of window-buffer-height. | |
4159 | |
4160 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4161 non-existing variable comint-input-sentinel. | |
4162 (inferior-lisp-args-to-list): Removed. | |
4163 (inferior-lisp): Use split-string instead of | |
4164 inferior-lisp-args-to-list. | |
4165 | |
4166 * hexl.el (hexl-insert-hex-string): New command. | |
4167 | |
28653 | 4168 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4169 instead of concat. | |
4170 | |
28634 | 4171 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4172 | |
4173 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4174 at the start of an existing but empty folder. | |
4175 | |
4176 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4177 | |
4178 * ps-mule.el: Customization fix, doc fix. | |
4179 (ps-multibyte-buffer): Customization fix. | |
4180 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4181 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4182 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4183 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4184 |
28626 | 4185 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4186 | |
4187 * textmodes/texinfo.el (texinfo-insert-@email) | |
4188 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4189 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4190 (texinfo-mode-map): Add key bindings for them. | |
4191 | |
4192 * files.el (basic-save-buffer-2): Use a template with `$' | |
4193 instead of `#' for VMS. | |
4194 | |
4195 * simple.el (clone-indirect-buffer): New function. | |
4196 | |
28621 | 4197 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4198 | |
4199 * iswitchb.el (iswitchb-case): New function. If the user input | |
4200 contains any upper-case characters, the search is made | |
4201 case-sensitive. | |
4202 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4203 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4204 |
28621 | 4205 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4206 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4207 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4208 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4209 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4210 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4211 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4212 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
|
4213 (texinfo-environments): New var. |
28621 | 4214 (texinfo-environment-regexp): Use regexp-opt and |
4215 texinfo-environments. | |
4216 | |
4217 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4218 ispell-process is bound since this might be eval'd before ispell | |
4219 is loaded. | |
4220 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4221 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
|
4222 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4223 * 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
|
4224 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4225 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4226 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4227 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4228 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4229 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4230 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4231 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4232 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4233 |
28602 | 4234 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4235 | |
4236 * 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
|
4237 |
28602 | 4238 * ps-print.el: Fix counting lines in a region. |
4239 (ps-print-version): New version number (5.1.5). | |
4240 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4241 (ps-printing-region): Fun code fix. | |
4242 | |
28600 | 4243 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4244 | |
4245 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4246 to file-directory-p. | |
4247 | |
28591 | 4248 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4249 | |
4250 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4251 exists before calling directory-files. | |
4252 | |
28578 | 4253 2000-04-13 Dave Love <fx@gnu.org> |
4254 | |
4255 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4256 syntax. | |
4257 | |
4258 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4259 | |
4260 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4261 (cl-old-mapc): New variable. | |
4262 (mapc): Use it. | |
4263 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4264 next-property-change. | |
4265 (cl-map-overlays): Use with-current-buffer. | |
4266 (cl-expt): Remove. | |
4267 (copy-tree, remprop): Define unconditionally. | |
4268 | |
4269 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4270 | |
4271 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4272 to use keywordp. | |
4273 (edebug-spec): Enable keywordp. | |
4274 | |
4275 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4276 string-lessp. | |
4277 | |
4278 * cus-start.el: Use keywordp. | |
4279 | |
28577 | 4280 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4281 | |
4282 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4283 2000-02-18 by doing a save-excursion. | |
4284 | |
4285 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4286 | |
4287 * ps-print.el: Customization fix, doc fix. | |
4288 (ps-print-version): New version number (5.1.4). | |
4289 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4290 (ps-print-preprint): Adjust code. | |
4291 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4292 (ps-print-prologue-header, ps-print-control-characters) | |
4293 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4294 |
28564 | 4295 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4296 | |
4297 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4298 converted to the new menu-item format, names silightly changed, | |
4299 help strings added. | |
4300 | |
4301 Support for spelling without async subprocesses: | |
4302 | |
4303 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4304 (ispell-session-buffer): New variables. | |
4305 (ispell-start-process, ispell-process-status, | |
4306 ispell-accept-output, ispell-send-string): New functions, for | |
4307 Ispell invocation when async subprocesses aren't supported. | |
4308 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4309 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4310 to process-send-string with calls to ispell-send-string, and | |
4311 accept-process-output with ispell-accept-output. | |
4312 (ispell-init-process): Call ispell-process-status instead of | |
4313 process-status with. | |
4314 (ispell-init-process): Call ispell-start-process. Call | |
4315 ispell-accept-output and ispell-send-string. Don't call | |
4316 process-kill-without-query and kill-process if they are unbound. | |
4317 (ispell-async-processp): New function. | |
4318 | |
28560 | 4319 2000-04-12 Dave Love <fx@gnu.org> |
4320 | |
4321 * info.el: Add debug-ignored-errors. | |
4322 (Info-mode-menu): Add some items. | |
4323 (Info-directory): Add autoload cookie. | |
4324 | |
4325 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4326 Modify `truncate-lines'. Make `describe-language-environment' | |
4327 always visible and add help. Modify `describe-key' help. Invoke | |
4328 Info-directory from `info'. New entry `emacs-manual'. | |
4329 | |
28542 | 4330 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4331 | |
28549 | 4332 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4333 propertized-buffer-identification. | |
4334 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4335 (ebrowse--mode-strings): Removed. | |
4336 (ebrowse--mode-line-props): Removed. | |
4337 | |
28542 | 4338 * files.el (auto-mode-alist): Add `EBROWSE'. |
4339 | |
4340 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4341 space before testing for end of buffer. | |
4342 (ebrowse-load): Removed. | |
4343 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4344 (ebrowse-create-tree-buffer): Rewritten. | |
4345 (ebrowse-tree-mode): Read tree from buffer. | |
4346 | |
4347 * progmodes/ebrowse-ffh.el: Removed. | |
4348 | |
28535 | 4349 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4350 | |
4351 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4352 | |
28534 | 4353 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4354 | |
4355 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4356 at the wrong place. | |
4357 | |
28783 | 4358 2000-04-09 Dave Love <fx@gnu.org> |
4359 | |
4360 * files.el (backup-enable-predicate): Use | |
4361 temporary-file-directory, small-temporary-file-directory. | |
4362 (make-backup-file-name-function, backup-directory-alist): New | |
4363 variables. | |
4364 (make-backup-file-name-1): New function. | |
4365 (make-backup-file-name): Use it. | |
4366 (find-backup-file-name): Likewise. Use format for clarity, not | |
4367 concat. | |
4368 (file-newest-backup): Use make-backup-file-name. | |
4369 | |
28523 | 4370 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4371 | |
28530 | 4372 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4373 |
28530 | 4374 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4375 to ebrowse-ffh.el. | |
4376 (ebrowse-load): Add autoload. | |
4377 | |
4378 * finder.el (finder-commentary): Add autoload cookie. | |
4379 | |
28523 | 4380 * mail/rfc2368.el: Correct author's email address. |
4381 | |
4382 * progmodes/ebrowse.el: New file. | |
4383 | |
4384 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4385 item help string. | |
4386 (easy-menu-do-add-item): Ditto. | |
4387 (easy-menu-define): Extend doc string. | |
4388 | |
4389 * jit-lock.el (with-buffer-unmodified): Use | |
4390 restore-buffer-modified-p. | |
4391 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4392 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4393 with-buffer-unmodified. | |
4394 | |
28517 | 4395 2000-04-08 Dave Love <fx@gnu.org> |
4396 | |
4397 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4398 unless, when. | |
4399 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4400 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
|
4401 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4402 * 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
|
4403 (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
|
4404 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
|
4405 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4406 |
28506 | 4407 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4408 | |
4409 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4410 like C-r. | |
4411 | |
4412 * progmodes/make-mode.el: Some doc fixes. | |
4413 (makefile-mode-abbrev-table): New variable. | |
4414 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4415 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4416 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4417 | |
4418 * replace.el (perform-replace): Don't move forward one char | |
4419 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4420 to do that because it leaves point 1 position after the last | |
4421 replacement, after everything has been replaced. | |
4422 | |
4423 * jit-lock.el (with-buffer-unmodified): New macro. | |
4424 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4425 modified state. | |
4426 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4427 preserving buffer's modified state. | |
4428 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4429 jit-lock-function-1. | |
4430 | |
4431 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4432 | |
28499 | 4433 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4434 | |
4435 * glasses.el: Provide facilities for inserting space before left | |
4436 parentheses and uncapitalization of identifiers. | |
4437 (glasses-mode): Try to remove old overlays in all cases. | |
4438 | |
28485 | 4439 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4440 | |
28496 | 4441 * progmodes/compile.el (compile-internal): Display the compilation |
4442 buffer in a different frame, if it's already displayed there. | |
4443 | |
28494 | 4444 * mail/rfc2368.el: New file. |
4445 | |
28492 | 4446 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4447 header and insert its value as mail body. | |
4448 | |
4449 * subr.el (member-ignore-case): New function. | |
4450 | |
4451 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4452 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4453 from dabbrev-ignored-regexps. | |
4454 | |
28485 | 4455 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4456 to extensions handled by gzip. | |
4457 | |
28492 | 4458 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4459 | |
4460 * files.el (insert-directory): List the total free space | |
4461 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4462 |
28492 | 4463 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4464 line is followed by one that matches CITATION-REGEXP, end the | |
4465 paragraph. | |
4466 | |
4467 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4468 | |
4469 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4470 (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
|
4471 |
28474 | 4472 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4473 | |
4474 * international/mule-cmds.el (encoded-string-description): | |
4475 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4476 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4477 for hexadecimal format. | |
28474 | 4478 |
28468 | 4479 2000-04-01 Dave Love <fx@gnu.org> |
4480 | |
4481 * cpp.el: Change customization group to `c' from `C'. | |
4482 | |
4483 * vcursor.el (vcursor-move): Use display-color-p. | |
4484 | |
4485 * international/mule-util.el: Provide mule-utils. | |
4486 (string-to-sequence): Simplify and speed up. | |
4487 | |
4488 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4489 | |
4490 * international/mule-cmds.el: Various menu changes. | |
4491 (describe-specified-language-support): Handle `Default'. | |
4492 (set-language-info): Purecopy `info'. | |
4493 | |
28462 | 4494 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4495 | |
4496 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4497 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
|
4498 |
28445 | 4499 2000-03-31 Dave Love <fx@gnu.org> |
4500 | |
28452 | 4501 * help.el (help-manyarg-func-alist): Correct several omissions. |
4502 | |
28450 | 4503 * add-log.el: Don't require cl, fortran. |
4504 (add-log-current-defun-function): Doc fix. | |
4505 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4506 fix. | |
4507 (change-log-version-rcs): Function deleted. | |
4508 (change-log-version-number-search): Doc fix. Use | |
4509 vc-workfile-version. Avoid CL dolist. | |
4510 (add-change-log-entry): Just call add-log-current-defun to get | |
4511 defun. Simplify somewhat. | |
4512 (change-log-get-method-definition-1): Likewise. | |
4513 (add-log-current-defun): Return nil if calling | |
4514 add-log-current-defun-function does so. Move Fortran stuff to | |
4515 fortran.el. Return string without properties. | |
4516 | |
28445 | 4517 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4518 and :alpha: char classes. | |
4519 | |
4520 * mail/supercite.el: Defvar curline when compiling. | |
4521 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4522 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4523 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4524 | |
28444 | 4525 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4526 | |
4527 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4528 | |
4529 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4530 Re-enable new code. | |
4531 | |
4532 * lpr.el (print-region-1): Use -d to specify printer name for | |
4533 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4534 | |
4535 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
|
4536 |
28444 | 4537 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4538 for function definition in symbol's function value slot first | |
4539 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
|
4540 |
28435 | 4541 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4542 | |
4543 * language/european.el ("Polish"): New language environment. | |
4544 (setup-polish-environment): New function. | |
4545 | |
28424 | 4546 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4547 | |
4548 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4549 Disable new code. | |
4550 | |
4551 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4552 trying to `load' the symbol of an autoload instead of the file | |
4553 recorded in the autoload. Fix error messages. | |
4554 | |
28429 | 4555 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4556 | |
4557 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4558 (ps-print-version): New version number (5.1.3). | |
4559 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4560 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4561 (ps-generate-postscript-with-faces): Code fix. | |
4562 (ps-color-values): XEmacs compatibility. | |
4563 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4564 (ps-default-fg, ps-default-bg): Adjust customization. | |
4565 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4566 (ps-color-scale): Renaming old ps-color-value fun. | |
4567 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4568 with ps-print-header variable. | |
4569 (ps-print-miscellany): New group. | |
4570 (ps-format-color, ps-rgb-color): New funs. | |
4571 (ps-default-foreground): New var. | |
4572 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4573 |
28416 | 4574 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4575 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4576 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4577 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4578 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4579 (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
|
4580 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4581 |
28416 | 4582 * lisp/locate.el: |
4583 (locate-word-at-point): Added this function | |
4584 (locate): Default to using locate-word-at-point as input | |
4585 Run dired-mode-hook | |
4586 | |
28405 | 4587 2000-03-29 Dave Love <fx@gnu.org> |
4588 | |
4589 * calendar/appt.el: Doc fixes. | |
4590 (appt-check): Convert min-to-app to a string before passing to | |
4591 appt-disp-window-function or concat. | |
4592 (appt-delete-window): Remove test for frame-root-window. | |
4593 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4594 | |
4595 * emacs-lisp/bytecomp.el: Doc fixes. | |
4596 (byte-compile-file-form-autoload): Update | |
4597 byte-compile-function-environment. | |
4598 | |
28403 | 4599 2000-03-29 Andreas Schwab <schwab@suse.de> |
4600 | |
4601 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4602 specially. | |
4603 | |
4604 * dired.el (dired-insert-directory): If dired-free-space-program | |
4605 failed just delete its output. | |
4606 | |
28395 | 4607 2000-03-29 Dave Love <fx@gnu.org> |
4608 | |
4609 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4610 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4611 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4612 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4613 clarity. | |
4614 | |
4615 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4616 | |
28377 | 4617 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4618 | |
4619 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4620 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4621 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4622 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4623 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4624 * 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
|
4625 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4626 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4627 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4628 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4629 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4630 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4631 |
28326 | 4632 2000-03-26 Dave Love <fx@gnu.org> |
4633 | |
28331 | 4634 * net/browse-url.el (browse-url): Re-fix case of |
4635 browse-url-browser-function being an alist. | |
4636 (browse-url): Add :link to defgroup. | |
4637 | |
28326 | 4638 * files.el: Doc fixes. |
4639 (file-truename): Include `[' in wildcard characters. | |
4640 (automount-dir-prefix): Customize. | |
4641 (find-file-wildcards): Add :version. | |
4642 (find-file-noselect): Simplify a mapcar call. | |
4643 | |
4644 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4645 compatible with inf-lisp version. | |
4646 (eval-defun-1): Fix custom-declare-variable case. | |
4647 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4648 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4649 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4650 * 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
|
4651 |
28303 | 4652 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4653 | |
28308 | 4654 * Makefile (COMPILE_FIRST): New macro. |
4655 (compile-files): Compile files from COMPILE_FIRST first. | |
4656 | |
4657 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4658 code. | |
4659 | |
28303 | 4660 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4661 matching open parenthesis in column 0 to defun-prompt-regexp | |
4662 only if open-paren-in-column-0-is-defun-start is set. | |
4663 | |
4664 * sun-curs.el: Require CL at compile-time only. | |
4665 | |
4666 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4667 instead of copy-list which is a function from CL. | |
4668 (msb--choose-menu, msb--mode-menu-cond) | |
4669 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4670 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4671 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4672 `(' in column 0 in doc string. | |
4673 (msb--add-separators): Use mapcar instead of mapcan. | |
4674 | |
4675 * cus-dep.el: Require CL at compile-time only. | |
4676 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4677 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4678 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4679 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4680 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4681 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4682 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4683 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4684 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4685 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4686 (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
|
4687 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4688 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4689 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4690 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4691 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4692 |
28292 | 4693 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4694 | |
4695 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4696 (rmail-expunge): Ask for confirmation depending on the setting | |
4697 of rmail-confirm-expunge. | |
4698 | |
4699 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4700 | |
4701 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4702 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4703 cause a bootstrap failure because things don't autoload as | |
4704 expected. | |
4705 | |
28289 | 4706 2000-03-23 Dave Love <fx@gnu.org> |
4707 | |
4708 * net/browse-url.el: Restore previous use of | |
4709 browse-url-maybe-new-window. | |
4710 | |
28287 | 4711 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4712 | |
4713 * ps-print.el: Skip banner page fix. | |
4714 (ps-print-version): New version number (5.1.2). | |
4715 (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
|
4716 |
28287 | 4717 2000-03-23 Dave Pearson <davep@davep.org> |
4718 | |
4719 * net/quickurl.el Changed the type of parameter passed to the | |
4720 function defined by `quickurl-format-function'. Before only the | |
4721 text of the URL was passed. Now the whole URL structure is passed | |
4722 and the function is responsible for extracting the parts it | |
4723 requires. Changed the default of `quickurl-format-function' | |
4724 accordingly. | |
4725 (quickurl-insert): Changed the `funcall' of | |
4726 `quickurl-format-function' to match the above change. | |
4727 (quickurl-list-insert): Changed the `url' case so that it makes | |
4728 use of `quickurl-format-function', previous to this the format was | |
4729 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4730 |
28283 | 4731 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4732 | |
4733 * startup.el: Change some spellings for the X Window System. | |
4734 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4735 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4736 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4737 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4738 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
|
4739 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4740 |
28276 | 4741 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4742 | |
4743 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4744 | |
28267 | 4745 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4746 | |
4747 * ps-print.el: N-up last page fix. | |
4748 (ps-print-version): New version number (5.1.1). | |
4749 (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
|
4750 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4751 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4752 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4753 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4754 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4755 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4756 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4757 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4758 * 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
|
4759 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4760 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4761 (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
|
4762 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
|
4763 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
|
4764 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4765 (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
|
4766 (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
|
4767 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4768 (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
|
4769 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4770 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4771 * 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
|
4772 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4773 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4774 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4775 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4776 * 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
|
4777 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4778 (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
|
4779 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4780 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4781 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4782 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4783 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4784 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4785 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4786 (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
|
4787 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
|
4788 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4789 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
|
4790 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4791 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4792 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4793 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4794 * 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
|
4795 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4796 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4797 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
|
4798 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4799 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4800 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4801 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4802 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
|
4803 (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
|
4804 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4805 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4806 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4807 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4808 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4809 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4810 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4811 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4812 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4813 |
28246 | 4814 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4815 | |
4816 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4817 (custom-button-pressed-face): Likewise. | |
4818 | |
28244 | 4819 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4820 | |
4821 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4822 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4823 depending on the value of tags-case-fold-search. | |
4824 (tags-loop-continue): Use tags-loop-eval. | |
4825 (find-tag-in-order): Bind case-fold-search depending on the value | |
4826 of tags-case-fold-search. | |
4827 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4828 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4829 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4830 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4831 (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
|
4832 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4833 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4834 (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
|
4835 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4836 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4837 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4838 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4839 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4840 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4841 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4842 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4843 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4844 * 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
|
4845 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4846 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4847 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4848 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4849 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4850 |
28233 | 4851 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4852 | |
4853 * term/x-win.el: Fontsets related initialization is simplified. | |
4854 | |
4855 * international/mule-diag.el (describe-font): Don't refer to | |
4856 global-fontset-alist, instead call font-list. | |
4857 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4858 (print-fontset): Adjusted for the change of fontset | |
4859 implementation. | |
4860 | |
4861 * international/fontset.el (x-charset-registries): Variable | |
4862 removed, instead the corresponding data is stored in the default | |
4863 fontset. | |
4864 (register-alternate-fontnames): Function removed. | |
4865 (resolved-ascii-font): Variable removed. | |
4866 (x-compose-font-name): Ignore the second argument REDOCE. | |
4867 (x-complement-fontset-spec): Complement only an ASCII font and | |
4868 element for those charsets than can use that ASCII font. | |
4869 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4870 instead call fontset-list. | |
4871 (uninstantiated-fontset-alist): Variable removed. | |
4872 (x-style-funcs-alist): Likewise. | |
4873 (fontset-default-styles): Likewise. | |
4874 (x-modify-font-name): Function removed. | |
4875 (create-fontset-from-fontset-spec): Ignore the argument | |
4876 STYLE-VARIANT. | |
4877 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4878 change. | |
4879 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4880 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4881 |
28233 | 4882 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4883 (describe-face): Include `font' attribute in the description. | |
4884 | |
28219 | 4885 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4886 | |
4887 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4888 | |
28209 | 4889 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4890 | |
28212 | 4891 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4892 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4893 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
|
4894 |
28209 | 4895 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4896 about behavior of set-buffer-modified-p wrt redisplay. | |
4897 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4898 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4899 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4900 * 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
|
4901 |
28194 | 4902 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4903 | |
4904 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4905 is a string, convert it to a syntax cell using string-to-syntax. | |
4906 | |
4907 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4908 (string-to-syntax): New function. | |
4909 | |
4910 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4911 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4912 try to use passive ftp mode. |
28194 | 4913 |
28189 | 4914 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4915 | |
28209 | 4916 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4917 |
4918 * simple.el (append-to-buffer): Update point of windows after | |
4919 insertion. | |
4920 | |
4921 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4922 forward then moving backward. Reindent. | |
4923 | |
4924 * frame.el (other-frame): Call x-focus-frame only if | |
4925 focus-follows-mouse is off. | |
4926 | |
28185 | 4927 2000-03-17 Dave Love <fx@gnu.org> |
4928 | |
4929 * pcvs-util.el (cvs-strings->string): Rename | |
4930 replace-regexps-in-string. | |
4931 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4932 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4933 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4934 * 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
|
4935 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4936 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4937 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4938 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4939 |
28174 | 4940 2000-03-16 Dave Love <fx@gnu.org> |
4941 | |
4942 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4943 `fortran'. | |
4944 (f90-mode-hook): Customize. | |
4945 (f90-mode): Set add-log-current-defun-function. | |
4946 (f90-current-defun): New function. | |
4947 | |
28169 | 4948 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4949 | |
28173 | 4950 * cus-edit.el (custom-variable-tag-face): Handle case that |
4951 default face's height is not a number. | |
4952 (custom-face-tag-face, custom-group-tag-face-1) | |
4953 (custom-group-tag-face): Ditto. | |
4954 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4955 |
28169 | 4956 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4957 | |
28161 | 4958 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4959 | |
4960 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4961 requiring easymenu. | |
4962 | |
28155 | 4963 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4964 | |
4965 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4966 handler, doc fix. | |
4967 (ps-print-version): New version number (5.1). | |
4968 (ps-user-defined-prologue, ps-error-handler-message) | |
4969 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4970 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4971 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4972 |
28150 | 4973 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4974 | |
4975 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4976 invalid self-assignment code. |
28150 | 4977 |
28149 | 4978 2000-03-14 Dave Love <fx@gnu.org> |
4979 | |
4980 * subr.el (replace-regexp-in-string): Renamed from | |
4981 replace-regexps-in-string. Doc fix. | |
4982 | |
28131 | 4983 2000-03-12 Dave Love <fx@gnu.org> |
4984 | |
4985 * cus-edit.el: Doc fixes. | |
4986 (customize-set-variable, customize-save-variable): Rename args for | |
4987 doc. | |
4988 (custom-variable-tag-face, custom-face-tag-face) | |
4989 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4990 style which user identify as hyperlink. | |
4991 (hook): Don't add undefined functions to the hook. | |
4992 (debug-ignored-errors): Transfer message from bindings.el. | |
4993 | |
28120 | 4994 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4995 | |
4996 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4997 double/nested definition. | |
4998 | |
28114 | 4999 2000-03-12 Dave Love <fx@gnu.org> |
5000 | |
5001 * facemenu.el (facemenu-get-face): Use display-color-p. | |
5002 * enriched.el (enriched-decode-foreground): Likewise. | |
5003 (enriched-decode-background): Likewise. | |
5004 * isearch.el (isearch-highlight): Likewise. | |
5005 * info-look.el (info-lookup): Likewise. | |
5006 * simple.el (completion-setup-function): Likewise. | |
5007 | |
5008 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
5009 :options. | |
5010 | |
5011 * bindings.el (mode-line-format): Fix line-number and | |
5012 column-number items. Add help-echo for the background. | |
5013 (mode-line-mule-info): Modify help-echo. | |
5014 | |
5015 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
5016 defcustom. | |
5017 | |
5018 * files.el (load-file): Allow completion to .elc. | |
5019 | |
5020 * man.el: Doc fixes. | |
5021 (Man-init-defvars): Use display-color-p to set fontification. | |
5022 | |
5023 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
5024 | |
28109 | 5025 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5026 | |
5027 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
5028 | |
5029 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
5030 | |
28098 | 5031 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
5032 | |
5033 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
5034 Fix comment. | |
5035 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5036 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5037 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5038 * 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
|
5039 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5040 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5041 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5042 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5043 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5044 * 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
|
5045 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5046 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5047 * 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
|
5048 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
|
5049 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5050 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5051 * 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
|
5052 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5053 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5054 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5055 |
28084 | 5056 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
5057 | |
5058 * textmodes/texinfo.el (texinfo-version): Variable and function | |
5059 removed. | |
5060 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5061 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5062 |
28114 | 5063 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
5064 allow more flexibility. | |
5065 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
5066 fns. | |
5067 (easy-mmode-defmap, easy-mmode-defsyntax) | |
5068 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5069 |
28085 | 5070 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 5071 |
5072 * rect.el (replace-rectangle): New function. | |
5073 | |
5074 2000-03-09 Dave Love <fx@gnu.org> | |
5075 | |
5076 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
5077 "C". | |
5078 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
5079 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
5080 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
5081 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
5082 fortran-comment-line-start here. Set comment-start, | |
5083 add-log-current-defun. | |
5084 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
5085 (fortran-current-defun): New function. | |
5086 | |
28073 | 5087 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5088 | |
28077 | 5089 * emacs-lisp/re-builder.el: New file. |
5090 | |
28076 | 5091 * mouse.el (mouse-drag-region): Don't run up-event handler |
5092 if hscroll has changed. | |
5093 | |
28073 | 5094 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5095 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5096 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5097 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5098 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5099 `(defun (setf foo)' differently. |
5100 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5101 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5102 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5103 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5104 (regexp-opt): Update comment and adapt the code the new meaning of |
5105 the `paren' argument of regex-opt-group for shy-groups. | |
5106 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5107 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5108 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5109 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5110 Remove open-presuf and close-presuf. Instead of checking for `all |
5111 one-char' and then later on check for `several one-char', handle | |
5112 both cases close together. Also apply a more generic algorithm | |
5113 for suffixes (the mirror image of the algorithm used for | |
5114 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5115 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5116 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5117 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5118 from comint-mode-map, so we can just inherit from it. Also, move |
5119 the initialization into the `defvar' since there's no docstring | |
5120 anyway and it's fairly short. | |
5121 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5122 shorter and this way we inherit from comint-mode-map rather than | |
5123 copying it. | |
5124 | |
5125 * subr.el (replace-regexps-in-string): Properly handle the case | |
5126 where we match an empty string. | |
5127 | |
5128 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5129 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
|
5130 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5131 |
28046 | 5132 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5133 | |
28051 | 5134 * Makefile (compile-files): Compile files one by one because |
5135 that's the only way to ensure a clean compilation environment for | |
5136 each individual file. | |
5137 | |
28046 | 5138 * frame.el (other-frame): Call x-focus-frame. |
5139 | |
28040 | 5140 2000-03-07 Dave Love <fx@gnu.org> |
5141 | |
28043 | 5142 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5143 :require to defcustom. | |
5144 | |
28040 | 5145 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5146 lists. | |
5147 | |
5148 * files.el (auto-mode-alist): Add configure.in. | |
5149 | |
5150 * progmodes/autoconf.el: New file. | |
5151 | |
28034 | 5152 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5153 | |
5154 * mail/mh-e.el: Change maintainer to `none'. | |
5155 | |
5156 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5157 to remove-hook and add-hook. | |
5158 | |
5159 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5160 | |
28035 | 5161 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5162 it as the default. |
28035 | 5163 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5164 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5165 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5166 |
28024 | 5167 2000-03-07 Dave Love <fx@gnu.org> |
5168 | |
5169 * winner.el: Fix keywords, autoload cookies. Split | |
5170 eval-when-compile form to avoid compilation failure. | |
5171 | |
28017 | 5172 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5173 | |
5174 * international/mule.el: Modify comment about coding system | |
5175 property `coding-category'. | |
5176 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5177 coding-category property of PROPERTIES. | |
5178 | |
5179 * international/mule-conf.el (coding-category-utf-8, | |
5180 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5181 categories. Include them in the argument for set-coding-priority. | |
5182 | |
5183 * international/mule-cmds.el (reset-language-environment): Include | |
5184 coding-category-utf-8, coding-category-utf-16-be, and | |
5185 coding-category-utf-16-le in the argument for set-coding-priority. | |
5186 (reset-language-environment): Initialize coding-category-utf-8, | |
5187 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5188 | |
28014 | 5189 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5190 | |
5191 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5192 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5193 extensions as well as compression extensions. | |
5194 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5195 |
27976 | 5196 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5197 | |
5198 * strokes.el: Change maintainer's mail address. | |
5199 | |
27972 | 5200 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5201 | |
5202 * international/mule-diag.el (list-character-sets): Make help-echo | |
5203 string by substitute-command-keys. | |
5204 (list-character-sets): Likewise. | |
5205 (sort-listed-character-sets): Call help-setup-xref. | |
5206 | |
27965 | 5207 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5208 | |
5209 * time.el (display-time-mail-file): Add `none' to the list of | |
5210 choices. | |
5211 | |
27954 | 5212 2000-03-01 Dave Love <fx@gnu.org> |
5213 | |
27959 | 5214 * help.el (help-xref-go-back): Don't try to set position. |
5215 | |
27954 | 5216 * international/mule-diag.el (list-character-sets): Call |
5217 help-setup-xref. Add help-echo to xrefs. | |
5218 (list-character-sets-1): Add help-echo to xrefs. | |
5219 | |
27949 | 5220 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5221 | |
5222 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5223 the mode off. | |
5224 | |
5225 * add-log.el (add-log-current-defun): Add support for | |
5226 Autoconf mode. | |
5227 | |
5228 * mail/rmail.el (rmail-quit-hook): New variable. | |
5229 | |
27931 | 5230 2000-03-01 Dave Love <fx@gnu.org> |
5231 | |
27935 | 5232 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5233 | |
27931 | 5234 * help.el (help-xref-button): Add help-echo arg. |
5235 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5236 | |
5237 * faces.el (list-faces-display): Supply help-echo with | |
5238 help-make-xrefs. | |
5239 | |
5240 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5241 nil. | |
5242 | |
27919 | 5243 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5244 | |
27927 | 5245 * image.el (defimage): Look for image files in load-path. |
5246 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5247 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5248 `number'. |
5249 | |
27927 | 5250 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5251 | |
5252 * recentf.el (recentf): Added version tag to the defgroup of | |
5253 recentf. | |
5254 | |
5255 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5256 | |
5257 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5258 too. | |
5259 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5260 action to select/unselect a file. | |
5261 (recentf-edit-list): Code cleanup and improvement. | |
5262 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5263 widget action to open a file. | |
5264 (recentf-open-more-files): No more use standard completion but | |
5265 widgets. | |
5266 (recentf-more-collection): Deleted. | |
5267 (recentf-more-history): Deleted. | |
5268 (recentf-setup-more-completion): Deleted. | |
5269 | |
5270 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5271 | |
5272 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5273 under a window-system. | |
5274 | |
5275 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5276 | |
5277 * recentf.el (recentf-edit-list): New command to edit the recent | |
5278 list which allow the user to remove files. | |
5279 (recentf-edit-selected-items): New global variable, used by | |
5280 `recentf-edit-list' to hold the list of files to be removed from | |
5281 the recent list. | |
5282 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5283 menu item. Minor code cleanup. | |
5284 | |
5285 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5286 | |
5287 * recentf.el (recentf-open-more-files): New command to open files | |
5288 that are not displayed in the menu. | |
5289 (recentf-more-collection): New global variable holding the set of | |
5290 permissible completions used by `recentf-open-more-files'. | |
5291 (recentf-more-history): New global variable holding the history list | |
5292 used by `recentf-open-more-files' completion. | |
5293 (recentf-setup-more-completion): New function to setup completion for | |
5294 `recentf-open-more-files'. | |
5295 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5296 | |
5297 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5298 | |
5299 * recentf.el (recentf-menu-action): Doc fixed. | |
5300 | |
5301 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5302 | |
5303 * recentf.el (recentf-menu-filter): Doc updated. | |
5304 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5305 (recentf-make-menu-items): New menu filter handling. | |
5306 (recentf-make-menu-item): New helper function. | |
5307 (recentf-menu-elements): New menu handling function. | |
5308 (recentf-sort-ascending): Updated to new menu filter handling. | |
5309 (recentf-sort-descending): Updated to new menu filter handling. | |
5310 (recentf-sort-basenames-ascending): New menu filter function. | |
5311 (recentf-sort-basenames-descending): New menu filter function. | |
5312 (recentf-show-basenames): New menu filter function. | |
5313 (recentf-show-basenames-ascending): New menu filter function. | |
5314 (recentf-show-basenames-descending): New menu filter function. | |
5315 | |
27919 | 5316 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5317 | |
5318 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5319 the end of the buffer. | |
5320 | |
27911 | 5321 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5322 | |
5323 * international/mule-diag.el (list-character-sets): Completely | |
5324 rewritten. | |
5325 (sort-listed-character-sets): New function. | |
5326 (list-character-sets-1): Completely rewritten. | |
5327 (list-character-sets-2): New function. | |
5328 (non-iso-charset-alist): New variable. | |
5329 (decode-codepage-char): New function. | |
5330 (charset-history): New variable. | |
5331 (read-charset) (list-block-of-chars) | |
5332 (list-iso-charset-chars) | |
5333 (list-non-iso-charset-chars) | |
5334 (list-charset-chars): New functions. | |
5335 (mule-diag): Call list-character-sets-2, not | |
5336 list-character-sets-2. | |
5337 (dump-charsets): Likewise. | |
5338 | |
27910 | 5339 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5340 | |
27919 | 5341 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5342 file name characters. | |
5343 (dired-filename-at-point): Handle ange-ftp file names. | |
5344 | |
27910 | 5345 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5346 instead of assoc-delete-all. | |
5347 (frame-notice-user-settings): Ditto. | |
5348 | |
5349 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5350 Don't copy alist. | |
5351 | |
27906 | 5352 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5353 | |
5354 * calculator.el (calculator-use-menu): New option. | |
5355 (calculator-initial-bindings): Changed some bindings to work as | |
5356 macros. | |
5357 (calculator-forced-input): Removed. | |
5358 (calculator-restart-other-mode): New variable. | |
5359 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5360 |
27906 | 5361 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5362 | |
5363 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5364 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5365 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5366 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
|
5367 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5368 * 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
|
5369 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
|
5370 (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
|
5371 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
|
5372 * 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
|
5373 * 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
|
5374 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
|
5375 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
|
5376 * 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
|
5377 * 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
|
5378 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5379 |
27898 | 5380 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5381 | |
5382 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5383 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5384 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5385 face-font-family-alternatives from working. | |
5386 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5387 chosen font. | |
5388 | |
27873 | 5389 2000-02-25 Sam Steingold <sds@goems.com> |
5390 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5391 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5392 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5393 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5394 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5395 |
5396 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5397 | |
27856 | 5398 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5399 | |
5400 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5401 writable. | |
5402 | |
27868 | 5403 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5404 |
27847 | 5405 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5406 | |
5407 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5408 | |
27845 | 5409 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5410 | |
5411 * diary-lib.el (include-other-diary-files): Undo the selective | |
5412 display in any included file and don't kill it. | |
5413 | |
27841 | 5414 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5415 | |
5416 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5417 bar. Menu items converted to (menu-item format, help strings | |
5418 added. | |
5419 [downcase, upcase]: Don't enable on MS-DOS. | |
5420 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5421 bound. | |
5422 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5423 | |
27825 | 5424 2000-02-23 Dave Love <fx@gnu.org> |
5425 | |
27838 | 5426 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5427 (backward-kill-word): Revert addition of * to interactive spec -- | |
5428 it's a feature. | |
5429 | |
5430 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5431 (backward-kill-sentence, kill-sentence): Likewise. | |
5432 | |
27835 | 5433 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5434 scratch buffer name. | |
5435 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5436 slightly. | |
5437 | |
5438 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5439 new read-face-name. | |
5440 | |
5441 * mail/footnote.el (footnote): Add :version to defgroup. | |
5442 (footnote-section-tag-regexp): Customize. | |
5443 (footnote-start-tag, footnote-end-tag): New option. | |
5444 (footnote-latin-regexp): New variable. | |
5445 (Footnote-latin): New function. | |
5446 (footnote-style-alist): Add element for latin style. | |
5447 (footnote-style): Moved. | |
5448 (Footnote-goto-footnote): Use eq to test arg. | |
5449 | |
5450 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5451 | |
27825 | 5452 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5453 (byte-compile-trueconstp): Include keywords. | |
5454 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5455 byte-compile-const-symbol-p. | |
5456 (byte-optimize-char-before): New optimization. | |
5457 | |
5458 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5459 (byte-compile-const-symbol-p): New function. | |
5460 (byte-compile-constp, byte-compile-out-toplevel) | |
5461 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5462 Use it. | |
5463 | |
5464 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5465 | |
27813 | 5466 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5467 | |
27815 | 5468 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5469 and minor-mode-map-alist. | |
5470 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5471 codes SS2 and SS3 correctly. | |
5472 (encoded-kbd-self-insert-ccl): New function. | |
5473 (encoded-kbd-setup-keymap): New function. | |
5474 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5475 by calling encoded-kbd-setup-keymap. | |
5476 | |
27813 | 5477 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5478 characters. | |
5479 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5480 locally. | |
5481 | |
27811 | 5482 2000-02-22 Dave Love <fx@gnu.org> |
5483 | |
5484 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5485 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5486 defvar. | |
5487 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5488 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5489 classes. Match `defface'. | |
5490 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5491 (eval-defun-1): Fix for defcustom. | |
5492 (lisp-indent-region): Doc fix. | |
5493 | |
5494 * subr.el (when, unless, split-string): Doc fix. | |
5495 (read-passwd): Move call of clear-this-command-keys to the right | |
5496 place. | |
5497 (replace-regexps-in-string): New function. | |
5498 | |
27807 | 5499 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5500 | |
5501 * help.el (describe-variable): Set syntax table to | |
5502 emacs-lisp-mode-syntax-table when moving forward over the | |
5503 symbol's name. | |
5504 | |
27805 | 5505 2000-02-22 Dave Love <fx@gnu.org> |
5506 | |
5507 * xt-mouse.el: Doc fixes. | |
5508 (xterm-mouse-position-function): New function, replacing advice of | |
5509 mouse-position. | |
5510 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5511 | |
5512 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5513 | |
27794 | 5514 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5515 | |
5516 * format.el (format-annotate-single-property-change): Handle | |
5517 properties.with dotted-list values. | |
5518 (format-proper-list-p): New function. | |
5519 | |
5520 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5521 . COLOR) and (background-color . COLOR). | |
5522 | |
27788 | 5523 2000-02-20 Dave Love <fx@gnu.org> |
5524 | |
5525 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5526 and assignments to it. | |
5527 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5528 current local map. | |
5529 (make-flyspell-overlay): Use it. | |
5530 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5531 | |
5532 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5533 (lm-get-header-re): Defun, not defsubst. | |
5534 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5535 (lm-version): Doc fix. Simplify. | |
5536 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5537 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5538 (lm-verify, lm-synopsis): Simplify. | |
5539 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5540 | |
27785 | 5541 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5542 | |
5543 * dired.el (dired-mode): Call propertized-buffer-identification | |
5544 to set mode-line-buffer-identification to something having | |
5545 the right text properties. | |
5546 | |
5547 * bindings.el (propertized-buffer-identification): New function. | |
5548 | |
27777 | 5549 2000-02-20 Dave Love <fx@gnu.org> |
5550 | |
5551 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5552 check for t-mouse too. | |
5553 | |
5554 * cus-start.el: Make echo-keystrokes `number'. | |
5555 | |
27776 | 5556 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5557 | |
5558 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5559 Don't call ring-empty-p unless tags-location-ring is bound. | |
5560 From Noah Friedman <friedman@splode.com>. | |
5561 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5562 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5563 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5564 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5565 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5566 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5567 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5568 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5569 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5570 (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
|
5571 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
|
5572 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5573 |
27757 | 5574 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5575 | |
5576 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5577 | |
27749 | 5578 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5579 | |
27754 | 5580 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5581 | |
27749 | 5582 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5583 of `*' to handle `(* ... *)' comments. | |
5584 | |
27732 | 5585 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5586 | |
27737 | 5587 * 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
|
5588 window-system. |
27737 | 5589 |
27732 | 5590 * menu-bar.el (global-map): Menu-bar items converted to the new |
5591 format (menu-item..., rearranged for better CUA compliance, and | |
5592 their names changed for better clarity. Help strings added. | |
5593 | |
5594 * international/mule-cmds.el (mule-menu-keymap) | |
5595 (describe-language-environment-map, set-coding-system-map) | |
5596 (setup-language-environment-map): Convert to new (menu-item... | |
5597 form, add help strings. Change names of menu items for better | |
5598 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5599 submenu). | |
5600 | |
27729 | 5601 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5602 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5603 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5604 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5605 |
27717 | 5606 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5607 |
27717 | 5608 * faces.el: Don't require custom. Add more specific :groups to |
5609 various deffaces. | |
5610 (set-face-attribute): Purecopy args. | |
5611 (read-face-name): Default to name at point and use it in prompt. | |
5612 Remove colon from arg in all callers. | |
5613 (list-faces-display): Hyperlink to face descriptions and customize | |
5614 buffers. | |
5615 | |
27712 | 5616 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5617 | |
5618 * wid-edit.el (widget-match-inline): An atom never matches a | |
5619 list. | |
5620 | |
27707 | 5621 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5622 | |
27713 | 5623 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5624 at ':' characters by call to split-string. | |
27707 | 5625 |
5626 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5627 | |
27713 | 5628 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5629 |
5630 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5631 | |
27713 | 5632 * textmodes/bibtex.el: Some temporary comments removed. |
5633 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5634 explicit. | |
5635 (bibtex-field-const): Allow capital letters. | |
5636 (bibtex-start-of-string): Deleted because unused. | |
5637 | |
5638 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5639 use the term 'reference' to describe a bibtex entry as a whole. | |
5640 Further, reference keys are no longer called 'labels'. | |
5641 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5642 (bibtex-reformat-previous-labels): Renamed to | |
5643 bibtex-reformat-previous-reference-keys. | |
5644 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5645 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5646 (bibtex-reference-maybe-empty-head): Renamed to | |
5647 bibtex-entry-maybe-empty-head. | |
5648 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5649 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5650 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5651 bibtex-enclosing-entry-maybe-empty-head. | |
5652 (bibtex-entry-field-alist, bibtex-entry-head, | |
5653 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5654 bibtex-map-entries, bibtex-search-entry, | |
5655 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5656 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5657 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5658 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5659 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5660 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5661 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5662 |
5663 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5664 | |
27713 | 5665 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5666 comment. | |
5667 (bibtex-format-field-delimiters): New function, functionality | |
5668 extracted from bibtex-format-entry. | |
5669 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5670 extracted from bibtex-autokey-get-yearfield. | |
5671 | |
5672 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5673 entries in order to avoid stack overflow in the regexp matcher if | |
5674 field contents become large. | |
5675 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5676 bibtex-field-string-part-not-braced, | |
5677 bibtex-field-string-part-no-inner-braces, | |
5678 bibtex-field-string-part-1-inner-brace, | |
5679 bibtex-field-string-part-2-inner-braces, | |
5680 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5681 bibtex-field-string-quoted, bibtex-field-string, | |
5682 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5683 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5684 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5685 as parsing is now performed by the following functions. | |
5686 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5687 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5688 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5689 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5690 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5691 bibtex-search-forward-field, bibtex-search-backward-field, | |
5692 bibtex-start-of-field, bibtex-end-of-field, | |
5693 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5694 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5695 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5696 bibtex-parse-string, bibtex-search-forward-string, | |
5697 bibtex-search-backward-string, bibtex-start-of-string, | |
5698 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5699 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5700 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5701 entries. Instead of reporting the results of the parsing by | |
5702 match-beginning or match-end, these functions return data structures | |
5703 that hold the corresponding positions. | |
5704 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5705 return values rather than by match-beginning or match-end. The | |
5706 following functions have been adapted to use the new parsing | |
5707 functions. | |
5708 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5709 bibtex-enclosing-field, bibtex-format-entry, | |
5710 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5711 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5712 bibtex-print-help-message, bibtex-end-of-entry, | |
5713 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5714 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5715 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5716 method for parsing. | |
5717 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5718 bibtex-map-entries, bibtex-flash-head, | |
5719 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5720 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5721 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5722 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5723 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5724 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5725 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5726 order to make the new binding of case-fold-search immediately | |
5727 visible. | |
27707 | 5728 |
5729 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5730 | |
27713 | 5731 * textmodes/bibtex.el: Copyright notice is up to date. |
5732 Added constant 'bibtex-maintainer-salutation. | |
5733 | |
5734 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5735 than make-temp-name, use match-string-no-properties and eliminate | |
5736 a quadratic behavior when building bibtex-strings. | |
5737 | |
5738 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5739 reference key contains upper case letters. | |
27707 | 5740 |
5741 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5742 | |
27713 | 5743 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5744 a new line. | |
27707 | 5745 |
5746 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5747 | |
27713 | 5748 * bibtex.el: Hiding of entry bodies is not longer provided by |
5749 bibtex.el directly. Instead the hideshow package can be used. | |
5750 Added a special bibtex entry to hs-special-modes-alist. | |
5751 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5752 |
5753 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5754 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5755 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5756 at ':' characters by call to split-string. |
27729 | 5757 |
5758 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5759 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5760 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5761 |
5762 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5763 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5764 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5765 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5766 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5767 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5768 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5769 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5770 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5771 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
|
5772 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5773 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5774 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5775 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5776 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5777 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5778 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5779 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5780 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5781 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5782 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5783 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5784 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5785 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5786 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5787 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5788 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5789 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5790 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5791 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5792 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5793 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5794 |
5795 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5796 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5797 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5798 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5799 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5800 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5801 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5802 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5803 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5804 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5805 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
|
5806 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5807 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5808 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5809 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5810 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5811 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5812 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
|
5813 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5814 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5815 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
|
5816 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
|
5817 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5818 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5819 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5820 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5821 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5822 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
|
5823 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5824 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5825 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
|
5826 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
|
5827 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5828 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5829 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5830 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
|
5831 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
|
5832 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
|
5833 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5834 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5835 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5836 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5837 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
|
5838 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5839 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5840 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5841 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5842 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5843 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5844 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5845 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5846 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
|
5847 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
|
5848 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5849 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5850 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5851 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5852 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5853 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5854 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
|
5855 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5856 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5857 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
|
5858 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
|
5859 visible. |
27729 | 5860 |
5861 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5862 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5863 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5864 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5865 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5866 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5867 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
|
5868 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5869 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5870 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5871 reference key contains upper case letters. |
27729 | 5872 |
5873 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5874 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5875 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5876 a new line. |
27729 | 5877 |
5878 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5879 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5880 * 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
|
5881 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5882 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5883 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5884 |
5885 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5886 | |
27713 | 5887 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5888 proceedings entry type (for cross referencing). Thanks to Wagner |
5889 Toledo Correa for the suggestion. | |
5890 | |
27713 | 5891 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5892 |
27690 | 5893 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5894 | |
5895 * international/characters.el: Setup case table for Vietnamese. | |
5896 | |
27687 | 5897 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5898 | |
5899 * uniquify.el (toplevel): Require CL at compile time. | |
5900 (uniquify-push): Removed. | |
5901 | |
5902 * shadowfile.el (shadow-when): Removed. | |
5903 | |
5904 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5905 (tempo-process-and-insert-string): Use dolist instead of | |
5906 tempo-dolist. | |
5907 | |
5908 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5909 regexp for paragraph-start. | |
5910 | |
5911 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5912 commas as well. | |
5913 | |
27657 | 5914 2000-02-10 Dave Love <fx@gnu.org> |
5915 | |
5916 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5917 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5918 Deleted. | |
5919 (widget-specify-field, widget-specify-button): Don't use | |
5920 widget-mouse-help as help-echo property. | |
5921 (default): Use #'ignore for :validate and :mouse-down-action. | |
5922 (checkbox): Add help-echo. | |
5923 (widget-sexp-validate): Rewritten to clarify error messages. | |
5924 (character): Use char-valid-p in :match function. | |
5925 (widget-color-complete): Use facemenu-color-alist. | |
5926 (widget-color-action): Use facemenu-read-color. | |
5927 | |
5928 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5929 set up `caar' &c that we now have. | |
5930 | |
27713 | 5931 2000-02-09 Ray Blaak <blaak@gnu.org> |
5932 | |
5933 * delphi.el: Make resourcestring a declaration region, like const | |
5934 and var. | |
5935 | |
27652 | 5936 2000-02-09 Dave Love <fx@gnu.org> |
5937 | |
5938 * bindings.el (mode-line-input-method-map): New variable. | |
5939 (mode-line-mule-info): Use it; fix last change. | |
5940 (mode-line-mode-menu): Move definition. | |
5941 (mode-line-mouse-sensitive-p): Deleted. | |
5942 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5943 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5944 level. | |
5945 | |
5946 * startup.el (command-line-1): Don't call | |
5947 make-mode-line-mouse-sensitive. | |
5948 | |
27644 | 5949 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5950 | |
5951 * mail/rmail.el (rmail-retry-failure): Use | |
5952 rmail-beginning-of-message before rmail-toggle-header, because the | |
5953 former toggles headers. | |
5954 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5955 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
|
5956 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5957 * 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
|
5958 (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
|
5959 (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
|
5960 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
|
5961 (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
|
5962 (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
|
5963 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5964 * 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
|
5965 (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
|
5966 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
|
5967 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5968 (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
|
5969 (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
|
5970 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
|
5971 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
|
5972 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5973 (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
|
5974 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5975 (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
|
5976 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
|
5977 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5978 (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
|
5979 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
|
5980 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5981 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
|
5982 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5983 * 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
|
5984 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
|
5985 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5986 * 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
|
5987 |
27610 | 5988 2000-02-04 Dave Love <fx@gnu.org> |
5989 | |
27617 | 5990 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5991 | |
27610 | 5992 * completion.el: Replace completion-dolist with dolist. |
5993 | |
5994 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5995 dotimes. | |
5996 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5997 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5998 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5999 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6000 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6001 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6002 * 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
|
6003 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6004 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6005 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6006 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6007 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6008 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6009 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6010 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6011 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6012 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6013 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6014 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6015 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6016 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6017 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6018 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6019 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6020 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6021 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6022 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6023 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6024 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6025 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6026 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6027 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6028 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6029 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6030 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6031 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6032 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6033 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6034 (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
|
6035 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6036 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6037 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6038 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6039 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6040 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6041 |
27590 | 6042 2000-02-02 Dave Love <fx@gnu.org> |
6043 | |
6044 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
6045 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
6046 | |
6047 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
6048 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
6049 the new builtins directly. | |
6050 | |
6051 * whitespace.el (whitespace): Add :version to defgroup. | |
6052 | |
6053 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
6054 Doc fix. | |
6055 | |
6056 * thingatpt.el (sexp-at-point, symbol-at-point) | |
6057 (number-at-point, list-at-point): Add autoload cookie. | |
6058 | |
6059 * recentf.el (recentf): Add :version to defgroup. | |
6060 | |
6061 * quickurl.el (quickurl): Add :version to defgroup. | |
6062 | |
6063 * elide-head.el (elide-head): Use point-marker more. | |
6064 | |
6065 * bs.el (bs): Add :version to defgroup. | |
6066 | |
6067 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
6068 | |
6069 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
6070 | |
27587 | 6071 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
6072 | |
6073 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
6074 succeeding process operation sets a different coding system. | |
6075 | |
6076 * calculator.el: New file. | |
6077 | |
27572 | 6078 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
6079 | |
6080 * frame.el (frames-on-display-list, framep-on-display): New | |
6081 functions. | |
6082 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
6083 (display-selections-p, display-screens, display-pixel-width) | |
6084 (display-pixel-height, display-mm-width, display-mm-height) | |
6085 (display-backing-store, display-save-under, display-planes) | |
6086 (display-color-cells, display-visual-class): New functions. | |
6087 | |
6088 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6089 | |
6090 * faces.el (display-color-p): Use framep-on-display. | |
6091 (display-grayscale-p): New function. | |
6092 | |
27549 | 6093 2000-01-31 Dave Love <fx@gnu.org> |
6094 | |
6095 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6096 (create-fontset-from-x-resource): Don't concat integers. | |
6097 | |
27545 | 6098 2000-01-31 Inge Frick <inge@nada.kth.se> |
6099 | |
6100 * view.el: Some changes in documentation. Removed some trailing | |
6101 whitespace. Changed some parameter names to agree with | |
6102 documentation. | |
6103 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6104 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6105 |
27541 | 6106 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6107 | |
27543 | 6108 * windmove.el: New file. |
6109 | |
27541 | 6110 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6111 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6112 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6113 |
27541 | 6114 * jit-lock.el (jit-lock-function): Widen before calculating end |
6115 position. | |
6116 (jit-lock-stealth-chunk-start): Rewritten. | |
6117 | |
6118 * info.el (Info-title-face-alist): Removed. | |
6119 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6120 faces. | |
6121 (Info-fontify-node): Use these faces. | |
6122 | |
27527 | 6123 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6124 | |
6125 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6126 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6127 `&allow-other-keywords'. | |
6128 | |
6129 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6130 the list of directories scanned heuristically. | |
6131 | |
6132 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6133 exist. | |
6134 | |
27523 | 6135 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6136 | |
6137 * w32-fns.el: Define w32-tty-standard-colors. | |
6138 | |
6139 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6140 w32 console mode. | |
6141 | |
27510 | 6142 2000-01-30 Dave Love <fx@gnu.org> |
6143 | |
27513 | 6144 * jka-compr.el (jka-compr-load): Fix up load-history. |
6145 | |
27510 | 6146 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6147 | |
6148 * emacs-lisp/cl-macs.el: Revert previous change. | |
6149 | |
27499 | 6150 2000-01-29 Dave Love <fx@gnu.org> |
6151 | |
6152 * facemenu.el: Purecopy various strings. | |
6153 | |
6154 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6155 years. Deal with three-digit years. | |
6156 | |
6157 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6158 defconst, purecopy. | |
6159 (help-back-label): Purecopy it. | |
6160 | |
27498 | 6161 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6162 | |
6163 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6164 variable. If non-nil, order the buffer list according to the | |
6165 currently selected frame. | |
6166 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6167 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
|
6168 |
27496 | 6169 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6170 | |
6171 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6172 | |
27486 | 6173 2000-01-28 Dave Love <fx@gnu.org> |
6174 | |
27491 | 6175 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6176 | |
27486 | 6177 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6178 Don't use lisp-indent-hook property. | |
6179 (cl-abs): Remove. | |
6180 | |
6181 * subr.el: Move out indent and edebug specs for when and unless. | |
6182 | |
6183 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6184 when, unless. | |
6185 | |
6186 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6187 unless, when. | |
6188 | |
27467 | 6189 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6190 | |
27481 | 6191 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6192 `collecting' as synonym for `collect'. | |
6193 | |
6194 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6195 for the case it contains spaces. | |
6196 | |
6197 * simple.el (what-cursor-position): Change formatting of | |
6198 messages. | |
6199 | |
27473 | 6200 * frame.el (delete-other-frames): New function. |
6201 (toplevel): Bind it to C-x 5 1. | |
6202 | |
27469 | 6203 * sort.el (sort-numeric-base): New option. |
6204 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6205 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6206 as default base. | |
6207 | |
27467 | 6208 * progmodes/glasses.el: New file. |
6209 | |
27451 | 6210 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6211 | |
27461 | 6212 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6213 userids differently. | |
6214 | |
27451 | 6215 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6216 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6217 progmodes/ebnf-yac.el: New files. | |
6218 | |
27446 | 6219 2000-01-26 Dave Love <fx@gnu.org> |
6220 | |
6221 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6222 on a function with an empty body. [From Eric Ludlam.] | |
6223 | |
27437 | 6224 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6225 | |
6226 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6227 | |
27433 | 6228 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6229 | |
6230 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6231 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6232 | |
27419 | 6233 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6234 | |
6235 * language/thai-util.el (thai-composition-function): Delete | |
6236 superfluous `a'. | |
6237 | |
27418 | 6238 2000-01-24 Dave Love <fx@gnu.org> |
6239 | |
6240 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6241 end-of-defun-function. | |
6242 | |
6243 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6244 &c. | |
6245 | |
27405 | 6246 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6247 | |
6248 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6249 conflicts with new face support. | |
6250 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6251 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6252 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6253 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6254 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6255 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6256 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6257 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6258 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6259 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6260 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6261 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6262 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6263 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6264 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6265 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6266 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6267 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6268 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6269 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6270 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6271 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6272 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6273 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6274 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6275 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6276 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6277 |
27366 | 6278 2000-01-19 Dave Love <fx@gnu.org> |
6279 | |
27368 | 6280 * files.el (user-init-file): Don't declare here -- is primitive. |
6281 | |
27366 | 6282 * startup.el (command-line): Check for compiled user-init-file and |
6283 set to uncompiled version if necessary. | |
6284 | |
27358 | 6285 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6286 | |
27361 | 6287 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6288 (undigestify-rmail-message): Use it. | |
6289 | |
27358 | 6290 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6291 | |
27351 | 6292 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6293 | |
6294 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6295 of mini-buffer. | |
6296 | |
27326 | 6297 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6298 | |
27330 | 6299 * emacs-lisp/copyright.el (copyright-update): Removed the |
6300 requirement for a trailing space from `copyright-regexp', to | |
6301 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6302 |
27327 | 6303 * align.el: New file. |
6304 | |
27326 | 6305 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6306 | |
6307 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6308 | |
27323 | 6309 2000-01-13 Dave Love <fx@gnu.org> |
6310 | |
6311 * ph.el: Removed. (Obsoleted by EUDC.) | |
6312 | |
27321 | 6313 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6314 | |
6315 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6316 menu with easymenu, because that causes build problems. | |
6317 | |
6318 * frame.el (frame-notice-user-settings): New variable. | |
6319 (frame-notice-user-settings): Don't modify frame parameters | |
6320 if called a second time. | |
6321 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6322 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6323 |
6324 * frame.el (frame-notice-user-settings): | |
6325 Notice default-frame-parameters even for non-window frames. | |
6326 | |
27318 | 6327 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6328 | |
6329 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6330 for Emacs. | |
6331 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6332 (eudc-bob-toggle-inline-display): Ditto. | |
6333 (eudc-bob-display-jpeg): Ditto. | |
6334 | |
27304 | 6335 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6336 | |
27313 | 6337 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6338 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6339 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
|
6340 |
27312 | 6341 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6342 nil)'. | |
6343 | |
6344 * subdirs.el: Add `net' directory. | |
6345 | |
27308 | 6346 * net: New directory. |
6347 | |
27304 | 6348 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6349 eval-last-sexp. Don't bind debug-on-error here. | |
6350 (eval-last-sexp): New function. Bind debug-on-error if | |
6351 eval-expression-debug-on-error is non-nil. | |
6352 (eval-defun-2, eval-defun): Likewise. | |
6353 | |
6354 * simple.el (eval-expression): Don't bind debug-on-error if | |
6355 eval-expression-debug-on-error is nil. Detect changed | |
6356 debug-on-error, and propagate new value to global binding, if | |
6357 eval-expression-debug-on-error is non-nil, | |
6358 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6359 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6360 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6361 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6362 * 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
|
6363 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6364 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6365 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6366 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6367 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6368 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6369 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6370 |
27288 | 6371 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6372 | |
27291 | 6373 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6374 of erasing buffer. | |
6375 | |
27288 | 6376 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6377 (fill-context-prefix): Use the longest common prefix of first |
6378 and second line fill prefix, if there is one. | |
27288 | 6379 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6380 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6381 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6382 * 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
|
6383 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6384 |
27282 | 6385 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6386 | |
6387 * add-log.el (add-log-current-defun): Handle user-defined | |
6388 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6389 |
27280 | 6390 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6391 if having found a current function |
27278 | 6392 |
6393 * add-log.el (add-log-current-defun): Call | |
6394 `add-log-current-defun-function'. Try matches at level 0 and | |
6395 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6396 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6397 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6398 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6399 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6400 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6401 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6402 |
27265 | 6403 2000-01-10 Dave Love <fx@gnu.org> |
6404 | |
6405 * elide-head.el (elide-head): Use point-marker, not point. | |
6406 | |
27261 | 6407 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6408 | |
27263 | 6409 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6410 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6411 |
27261 | 6412 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6413 Add ispell- prefix. | |
6414 | |
6415 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6416 | |
6417 * ispell.el: Only define dictionaries in menus when they exist. | |
6418 (version18p): New variable. | |
6419 (version20p): New variable. | |
6420 (xemacsp): New variable. | |
6421 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6422 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6423 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6424 run-together words. |
27261 | 6425 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6426 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6427 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6428 library path when called non-interactively. |
27261 | 6429 (ispell-menu-map-needed): Uses new variables. |
6430 (ispell-library-path): New variable. | |
6431 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6432 (ispell-word): Improved documentation string. Test for valid | |
6433 character mappings. Correctly check typed in word changes that can | |
6434 result in single words split into multiple words. Returns | |
6435 replacement word. | |
6436 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6437 replace in recursive query replace mode. Help message for | |
6438 recursive edit mode. | |
6439 (ispell-show-choices): Protect against bad framepop bindings. | |
6440 (ispell-help): Fix to work with XEmacs. | |
6441 (ispell-highlight-spelling-error): Use new variables. | |
6442 (ispell-overlay-window): Fix to work with XEmacs. | |
6443 (ispell-parse-output): Passed and returns location information | |
6444 tracking spelling corrections. Doesn't recheck same word on | |
6445 current line. | |
6446 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6447 Fix call to single argument in sleep-for. Use new variables. | |
6448 (ispell-region): Passed and returns location information tracking | |
6449 spelling corrections. Doesn't check same word on current line. | |
6450 Improved documentation string. Doesn't resend a line already | |
6451 checked to the ispell process - fixes bug in LaTeX parsing. | |
6452 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6453 (ispell-skip-region): No longer skips <TT> in SGML. | |
6454 (ispell-process-line): Tracks location information with spelling | |
6455 corrections. Added documentation string. Accounts for words | |
6456 already accepted on this line. Don't allow query-replace on line | |
6457 starting with math characters. Doesn't resend a line already sent | |
6458 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6459 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6460 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6461 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6462 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6463 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6464 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6465 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6466 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
|
6467 |
27255 | 6468 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6469 | |
6470 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6471 of a real newline. | |
6472 | |
27253 | 6473 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6474 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6475 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6476 for .png files. |
6477 | |
27251 | 6478 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6479 | |
6480 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6481 | |
27247 | 6482 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6483 | |
27249 | 6484 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6485 | |
27247 | 6486 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6487 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6488 recursion. |
6489 | |
27244 | 6490 2000-01-08 Dave Love <fx@gnu.org> |
6491 | |
27265 | 6492 * emacs-lisp/backquote.el: Remove inappropriate customization |
6493 (allowing custom.el to use backquote). | |
27244 | 6494 |
27241 | 6495 2000-01-07 Dave Love <fx@gnu.org> |
6496 | |
6497 * add-log.el (add-log-debugging): Deleted. | |
6498 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6499 file. Remove debugging code. | |
6500 (change-log-get-method-definition, change-log-name): Add doc. | |
6501 (change-log-sortable-date-at): New function. | |
6502 (change-log-merge): New command. | |
6503 | |
6504 * time.el (display-time-string-forms): Make the Mail string active. | |
6505 (display-time-update): Provide help-echo for load average. | |
6506 | |
6507 * bindings.el (make-mode-line-mouse2-map): New function. | |
6508 (mode-line-modified): Use it and simplify. | |
6509 (mode-line-mule-info): Provide help-echo info. | |
6510 (minor-mode-alist): Activate the strings. | |
6511 (make-mode-line-mouse-sensitive): Simplify for | |
6512 mode-line-buffer-identification. | |
6513 | |
27233 | 6514 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6515 | |
6516 * play/pong.el: New file. | |
6517 | |
27241 | 6518 2000-01-06 Dave Love <fx@gnu.org> |
6519 | |
6520 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6521 `array-' prefix for symbols. | |
6522 | |
6523 2000-01-05 Dave Love <fx@gnu.org> | |
6524 | |
6525 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6526 outline-headers-as-kill. | |
6527 (outline-mode): Define imenu-generic-expression. | |
6528 (outline-headers-as-kill): New command. | |
6529 | |
6530 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6531 from paragraph-start. | |
6532 (paragraph-indent-minor-mode): New command. | |
6533 | |
6534 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6535 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6536 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6537 (fortran-column-ruler): Simplify. | |
6538 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6539 (fortran-with-subprogram-narrowing): Likewise. | |
6540 (fortran-indent-subprogram): Call mark-defun. | |
6541 (fortran-check-for-matching-do): Change narrowing. | |
6542 | |
6543 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6544 (cl-lucid-hash-tag): Delete. | |
6545 (cl-hash-table-p): Correct test for native table. | |
6546 (cl-hash-table-count): Use hash-table-count. | |
6547 | |
6548 * browse-url.el (browse-url): Fix case of | |
6549 browse-url-browser-function being an alist. | |
6550 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6551 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6552 |
27233 | 6553 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6554 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6555 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6556 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6557 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6558 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6559 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6560 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6561 |
27191 | 6562 2000-01-05 Dave Love <fx@gnu.org> |
6563 | |
27241 | 6564 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6565 (beginning-of-defun-raw): Use it. |
6566 (end-of-defun): New variable. | |
6567 (end-of-defun): Use it. | |
6568 (check-parens): New command. | |
6569 | |
27182 | 6570 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6571 | |
27233 | 6572 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6573 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6574 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6575 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6576 |
27176 | 6577 2000-01-05 Andreas Schwab <schwab@suse.de> |
6578 | |
6579 * hscroll.el (hscroll): Doc fix. | |
6580 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6581 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6582 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6583 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6584 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6585 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6586 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6587 file idlw-rinfo.el. |
27182 | 6588 (idlwave-customize): load must read file idlw-shell.el. |
6589 (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
|
6590 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6591 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6592 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6593 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6594 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6595 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6596 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6597 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6598 both reftex-dcr and reftex-vcr. |
27182 | 6599 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6600 * 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
|
6601 |
27164 | 6602 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6603 |
6604 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6605 (ps-print-version): New version number (5.0.3). | |
6606 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6607 local. | |
6608 (ps-spool-config): Initialization fix. | |
27233 | 6609 (ps-print-prologue-1, ps-print-prologue-2) |
6610 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6611 (ps-background-image): Little code reformating. |
6612 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6613 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6614 (ps-prologue-file): New fun. |
6615 | |
27159 | 6616 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6617 | |
27233 | 6618 * ps-vars.el: Eliminated. |
27159 | 6619 |
6620 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6621 `;;;###autoload'. | |
6622 | |
6623 * ps-print.el: ps-vars eliminated, doc fix. | |
6624 (ps-print-version): New version number (5.0.2). | |
6625 (ps-spool-config): Initialization fix. | |
6626 (ps-print-customize): New fun. | |
6627 | |
27155 | 6628 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6629 | |
6630 * autorevert.el (auto-revert-mode): Return value of | |
6631 auto-revert-mode. | |
6632 | |
27152 | 6633 2000-01-04 Dave Love <fx@gnu.org> |
6634 | |
27198 | 6635 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6636 menu items. | |
27152 | 6637 |
27124 | 6638 2000-01-03 Dave Love <fx@gnu.org> |
6639 | |
27191 | 6640 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6641 |
27241 | 6642 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6643 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6644 `cl-hash-table-p', not `hash-table-p'. | |
6645 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6646 | |
27119 | 6647 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6648 | |
6649 * faces.el (face-read-integer, read-face-attribute) | |
6650 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6651 strings. | |
6652 | |
27112 | 6653 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6654 | |
6655 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6656 at comment end, and re-insert them after filling. | |
6657 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6658 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
|
6659 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6660 * 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
|
6661 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6662 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
|
6663 |
27102 | 6664 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6665 | |
6666 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6667 the new name of face-color-supported-p. | |
6668 | |
6669 * term/w32-win.el (xw-defined-colors): Likewise. | |
6670 | |
27097 | 6671 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6672 | |
6673 * simple.el (completion-setup-function): Count completion-size | |
6674 from minibuffer-prompt-end, not from point-min. | |
6675 | |
27091 | 6676 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6677 | |
6678 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6679 Pass the frame to tty-color-* functions. | |
6680 (display-color-p, frame-set-background-mode): Pass the frame to | |
6681 tty-display-color-p. | |
6682 | |
6683 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6684 tty-color-alist. | |
6685 (tty-color-alist, tty-modify-color-alist): New functions. | |
6686 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6687 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6688 an optional parameter FRAME. | |
6689 | |
27074 | 6690 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6691 | |
27082 | 6692 * image.el (create-image, defimage): Don't assume image data is a |
6693 string. | |
6694 | |
27074 | 6695 * image.el (defimage): Handle specifications containing :data |
6696 instead of :file. | |
6697 (image-type-from-data): New function. | |
6698 (image-type-from-file-header): Use it. | |
6699 (create-image): Add parameter DATA-P. | |
27182 | 6700 |
30729 | 6701 See ChangeLog.8 for earlier changes. |
30993 | 6702 |
6703 ;; Local Variables: | |
31092 | 6704 ;; coding: iso-2022-7bit |
30993 | 6705 ;; End: |