Mercurial > emacs
annotate lisp/ChangeLog @ 31194:e80f2eafd21d
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 26 Aug 2000 11:50:06 +0000 |
parents | 5275607ad5d0 |
children | 4dc6dd2a3172 |
rev | line source |
---|---|
31180 | 1 2000-08-26 Miles Bader <miles@gnu.org> |
2 | |
31194 | 3 * faces.el (face-x-resources): Add entry for :inherit. |
4 * cus-face.el (custom-face-attributes): Add support for :inherit | |
5 attribute. Add support for relative face heights. | |
6 (custom-face-attributes-get): Treat `nil' as being a default value | |
7 for :inherit (as well as `unspecified'). | |
8 | |
31191 | 9 * faces.el (set-face-attribute): Update doc string. |
10 (face-attribute-name-alist): Add :inherit. | |
11 (face-valid-attribute-values): Handle :inherit. | |
12 (face-read-string): Rephrase prompt to be less confusing. | |
13 Assume that DEFAULT is a string, since we must return a string. | |
14 (face-read-integer): Use `format' to turn DEFAULT into an | |
15 acceptable default for face-read-string. Match NEW-VALUE against | |
16 the string "unspecified", not the symbol `unspecified', since | |
17 that's what face-read-string returns. | |
18 (read-face-attribute): Lookup a name for old-value in valid, and | |
19 use it as a default if we find one. Treat all values from | |
20 face-read-string as strings. If the default is used, don't do any | |
21 more processing on the value, just use the old value directly. | |
22 (read-face-and-attribute, modify-face): Tweak prompt. | |
23 (read-face-name): Don't assume prompt ends with a space. | |
24 | |
31180 | 25 * faces.el (describe-face): Add support for :inherit attribute. |
26 | |
31166 | 27 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
28 | |
31167 | 29 * terminal.el (terminal-emulator): Fix args to `concat'. Now |
30 concat doesn't accept interger. | |
31 | |
31166 | 32 * international/kkc.el: Remove SKK from Keywords. Require |
33 ja-dic-utl instead of skkdic-utl. | |
34 | |
35 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. | |
36 Provide ja-dic-cnv instead of skkdic-cnv. | |
37 (ja-dic-filename): Renamed from skkdic-filename. Referers changed | |
38 (iso-2022-7bit-short): Add safe-charsets property. | |
39 (skkdic-convert-postfix): Search Japanese chou-on character in | |
40 addition to Hiragana character. | |
41 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. | |
42 (skkdic-convert): Change file names from skkdic.el to ja-dic.el | |
43 (batch-skkdic-convert): Likewise. | |
44 | |
45 * international/ja-dic-utl.el: Renamed from skkdic-utl.el. | |
46 Provide ja-dic-utl instead of skkdic-utl. | |
47 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic. | |
48 | |
31156 | 49 2000-08-24 Dave Love <fx@gnu.org> |
50 | |
31158 | 51 * disp-table.el (standard-display-default): Make the test of `l' |
52 useful. | |
53 | |
31156 | 54 * language/european.el ("Latin-8", "Latin-9"): Add input methods, |
55 mod sample text. | |
56 | |
57 * international/iso-ascii.el: Make pilcrow convenient string | |
58 consistent with section. | |
59 (iso-ascii-display): Set up multibyte characters as well as | |
60 unibyte. | |
61 | |
31137 | 62 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
63 | |
64 * international/mule-cmds.el (reset-language-environment): Set | |
65 default-process-coding-system to '(undecided . iso-latin-1), which | |
66 makes process I/O almost consistent with file I/O. Call this | |
67 function when mule-cmds.el[c] is loaded. | |
68 | |
31092 | 69 2000-08-22 Andrew Innes <andrewi@gnu.org> |
70 | |
71 * makefile.w32-in: New file. | |
72 | |
31038 | 73 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
74 | |
75 * comint.el (comint-output-filter): Compare end of | |
76 comint-last-output-overlay with the start of the newly inserted | |
77 text, not the end, when deciding whether to extend it. | |
78 Set saved-point's insertion type to advance after insertion. | |
79 | |
80 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
81 since this is now done independently of font-lock mode. | |
82 | |
31009 | 83 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
84 | |
85 * server.el (server-kill-new-buffers): New user option. | |
86 (server-existing-buffer): New buffer-local variable. | |
87 (server-visit-files): When using an existing buffer, set | |
88 server-existing-buffer to t. | |
89 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
90 buffer, unless it was already present before visiting it with | |
91 Emacs server. | |
92 | |
31006 | 93 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
94 | |
95 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
96 even if the display doesn't support colors: some displays will | |
97 support bold/underline faces. | |
98 | |
30997 | 99 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
100 | |
31004 | 101 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
102 | |
30997 | 103 * startup.el (command-line): If user's init file had an error, |
104 add explanatory text to *Messages*. | |
105 | |
30994 | 106 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
107 | |
108 * man.el (Man-getpage-in-background): Decode the process output by | |
109 the system locale coding system. | |
110 | |
30980 | 111 2000-08-20 Dave Love <fx@gnu.org> |
112 | |
30991 | 113 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
114 Don't test x-popup-menu. | |
115 (function) <complete-function>: Complete only fbound symbols. | |
116 <validate, value>: New. | |
117 (variable) <complete-function>: Complete only bound symbols. | |
118 (coding-system): Add :base-only, :complete-function, :validate, | |
119 :value, :prompt-match. | |
120 (widget-coding-system-prompt-value): Use read-coding-system and | |
121 act on :base-only. | |
122 (editable-field): Add :help-echo. | |
123 (widget-push-button-gui, widget-push-button-cache) | |
124 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
125 with uses. | |
126 (widget-at): Make arg optional. | |
127 (widget-echo-help): Adjust for current help-echo calling sequence. | |
128 (widget-specify-field, widget-specify-button) | |
129 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
130 (widget-convert, widget-insert, widget-leave-text) | |
131 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
132 (widget-setup, widget-field-find, widget-before-change) | |
133 (widget-after-change, widget-default-complete) | |
134 (widget-default-create, widget-default-delete) | |
135 (widget-push-button-value-create, editable-field) | |
136 (widget-field-prompt-value, widget-field-validate) | |
137 (widget-choice-value-create, widget-choice-action) | |
138 (widget-choice-validate, widget-checklist-add-item) | |
139 (widget-radio-add-item, widget-radio-chosen) | |
140 (widget-radio-value-inline, widget-editable-list-value-create) | |
141 (widget-editable-list-entry-create) | |
142 (widget-documentation-link-add) | |
143 (widget-documentation-string-value-create) | |
144 (widget-regexp-validate, widget-file-complete) | |
145 (widget-sexp-validate, widget-plist-convert-widget) | |
146 (widget-plist-convert-widget, widget-alist-convert-widget) | |
147 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
148 particularly to avoid bindings which aren't optimized out. | |
149 | |
30980 | 150 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
151 Doc fix. | |
152 (down-list, backward-up-list, up-list, kill-sexp) | |
153 (backward-kill-sexp, mark-sexp): Make arg optional. | |
154 (lisp-complete-symbol): Add optional arg PREDICATE. | |
155 | |
156 * cus-start.el: Add display-buffer-reuse-frames, | |
157 file-coding-system-alist. | |
158 | |
30975 | 159 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
160 | |
161 * startup.el (command-line): Clear realized faces after | |
162 modifying TTY color mappings. | |
163 | |
30972 | 164 2000-08-20 Miles Bader <miles@gnu.org> |
165 | |
166 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
167 merely a subset of FACE's attributes. | |
168 | |
30966 | 169 2000-08-19 Miles Bader <miles@gnu.org> |
170 | |
171 * comint.el (comint-output-filter): Save the point with a marker, | |
172 not just a buffer position. | |
173 | |
174 * international/mule.el (set-buffer-process-coding-system): Make | |
175 interactive prompt less confusing. | |
176 | |
30963 | 177 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
178 | |
179 * hilit-chg.el: General cleanup of doc strings, comments and | |
180 code formatting. | |
181 | |
30960 | 182 2000-08-19 Miles Bader <miles@gnu.org> |
183 | |
184 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
185 Compiler macro removed; beginning-of-line is no longer always | |
186 equivalent to forward-line, in the presence of fields. | |
187 | |
188 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
189 restriction, and just use save-restriction, now that it works | |
190 correctly. Don't adjust comint-last-input-start to account for | |
191 our insertion; it shouldn't have moved because we don't use | |
192 insert-before-markers anymore. Comment out call to | |
193 `force-mode-line-update'; why is it here? | |
194 | |
195 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
196 while checking for prompt to delete. Use `forward-line 0' | |
197 instead of beginning-of-line. | |
198 (gud-filter): Temporarily widen gud comint buffer while | |
199 examining output. | |
200 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
201 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
202 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
203 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
204 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
205 * 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
|
206 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
|
207 |
30953 | 208 2000-08-18 Dave Love <fx@gnu.org> |
209 | |
210 * image.el (find-image): Copy `spec' before using plist-put. | |
211 | |
30948 | 212 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
213 | |
214 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
215 `portugues'. | |
216 | |
217 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
218 backward-kill-sexp, analogous to kill-sexp. | |
219 | |
220 * progmodes/icon.el (icon-indent-line) | |
221 (icon-is-continuation-line): Handle comments specially. | |
222 | |
223 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
224 | |
225 * ispell.el: Set to standard author/maintainer/keyword fields. | |
226 Fine tuning to menu map appearance and operation, and added help. | |
227 Remove `start' and `end' error messages when compiling. | |
228 (ispell-choices-win-default-height): Fixed comment string. | |
229 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
230 castellano8 dictionaries. | |
231 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
232 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
233 dictionary, added italiano dictionary. | |
234 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
235 word character | |
236 (ispell-tex-skip-alists): Added psfig support. | |
237 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
238 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
239 (ispell-minor-check): Improved html skipping support to skip across | |
240 code, and recognize `&' commands without propper `;' syntax; | |
241 (ispell-process-line): Fix alignment error when manually | |
242 correcting spelling. | |
243 (ispell): Fix comment string. | |
244 (ispell-add-per-file-word-list): Always put word list on new line. | |
245 | |
30922 | 246 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
247 | |
30928 | 248 * format.el (format-encode-run-method): Fix error message to say |
249 `encode' instead of `decode'. Use save-window-excursion around | |
250 shell-command-on-region as in format-decode-run-method because | |
251 shell-command-on-region can display a buffer with error output. | |
252 (format-decode): Don't record undo information for the decoding. | |
253 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
254 that number part of the temporary buffer name so that more than | |
255 one decoding using a temporary buffer can happen safely. | |
256 | |
257 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
258 of `A-z' in the regexp. | |
259 | |
260 * hilit-chg.el: Fix typos in commentary. | |
261 | |
30922 | 262 * help.el (view-emacs-news): Rewritten for new naming scheme |
263 for old NEWS files. | |
264 | |
265 * startup.el (command-line): Pop to *Messages* in case an error | |
266 is signaled while loading user-init-file. | |
267 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
268 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
269 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
270 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
271 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
272 |
30906 | 273 2000-08-17 Alex Schroeder <alex@gnu.org> |
274 | |
275 * sql.el (sql-magic-go): Use comint-bol. | |
276 (sql-copy-column): Use comint-line-beginning-position. | |
277 (comint-line-beginning-position): Define a replacement for | |
278 comint-line-beginning-position if it is not fboundp. | |
279 | |
280 2000-08-17 Alex Schroeder <alex@gnu.org> | |
281 | |
282 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
283 it didn't have any effect anyway. | |
284 | |
285 2000-08-17 Alex Schroeder <alex@gnu.org> | |
286 | |
287 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
288 --pset and pager=off instead of sending \\o|cat at the beginning | |
289 of the session. | |
290 | |
30903 | 291 2000-08-17 Miles Bader <miles@gnu.org> |
292 | |
293 * progmodes/octave-inf.el: Add compatibility definition of | |
294 comint-line-beginning-position. | |
295 | |
30898 | 296 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
297 | |
298 * startup.el (normal-top-level): Look in each dir in load-path for | |
299 a leim-list.el file too. This assures of loading leim-list.el | |
300 that is created at Emacs installation time even if a user have his | |
301 own leim-list.el. | |
302 | |
30897 | 303 2000-08-17 Miles Bader <miles@gnu.org> |
304 | |
305 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
306 foreground color to black if the background is dark. | |
307 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
308 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
309 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
310 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
311 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
312 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
313 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
314 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
315 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
316 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
317 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
318 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
319 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
320 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
321 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
322 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
323 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
324 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
325 * 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
|
326 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
327 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
328 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
329 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
330 * 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
|
331 (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
|
332 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
333 (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
|
334 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
335 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
336 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
337 (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
|
338 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
339 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
340 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
341 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
342 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
343 (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
|
344 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
345 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
346 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
347 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
348 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
349 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
350 * 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
|
351 |
30870 | 352 2000-08-16 Dave Love <fx@gnu.org> |
353 | |
30894 | 354 * windmove.el (windmove) <defgroup>: Add :version. |
355 | |
356 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
357 (goto-address-fontify-p, goto-address-highlight-p) | |
358 (goto-address-url-face, goto-address-url-mouse-face) | |
359 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
360 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
361 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
362 (goto-address-at-point): browse-url-url-at-point, | |
363 goto-address-find-address-at-point can return nil. | |
364 (goto-address-find-address-at-point): Return nil on failure. | |
365 | |
366 * align.el (align) <defgroup>: Add :version. | |
367 | |
368 * calculator.el (calculator): Add :version. | |
369 (calculator): Use two lines for calculator window if `modeline' | |
370 face is boxed. | |
371 | |
30870 | 372 * play/5x5.el: Doc fixes. |
373 (5x5) <defgroup>: Add :version. | |
374 | |
375 * play/fortune.el (fortune) <defgroup>: Add :version. | |
376 (fortune-append): Fix error message. | |
377 (fortune-from-region): Doc fix. | |
378 | |
379 * play/pong.el (pong): Doc fix. | |
380 | |
381 * play/morse.el: Keywords, commentary, autoloads. | |
382 | |
30854 | 383 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
384 | |
385 * desktop.el (desktop-save): Don't look at symbol-value of a | |
386 member of minor-mode-alist, unless it is boundp. | |
387 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
388 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
|
389 |
30897 | 390 * 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
|
391 `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
|
392 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
|
393 |
30846 | 394 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
395 | |
396 * international/ccl.el (declare-ccl-program): Docstring modified. | |
397 (ccl-execute-with-args): Likewise. | |
398 | |
30839 | 399 2000-08-16 Miles Bader <miles@gnu.org> |
400 | |
30903 | 401 * progmodes/sql.el: Add compatibility definition of |
30839 | 402 comint-line-beginning-position. |
403 | |
30808 | 404 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
405 | |
30829 | 406 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
407 'buffer-menu' property. | |
408 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
409 fails. | |
410 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
411 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
412 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
413 |
30825 | 414 * buff-menu.el (list-buffers-noselect): Don't display the |
415 *Buffer List* buffer. | |
416 | |
30822 | 417 * font-lock.el: Require jit-lock to prevent a very late |
418 `Loading jit-lock' message. | |
419 | |
30808 | 420 * 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
|
421 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 422 mail address. |
423 | |
30804 | 424 2000-08-15 Miles Bader <miles@gnu.org> |
425 | |
426 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
427 (ispell-choices-win-default-height, ispell-help): Use | |
428 `ispell-graphic-p' instead of `xemacsp'. | |
429 | |
30802 | 430 2000-08-15 Dave Love <fx@gnu.org> |
431 | |
30842 | 432 * simple.el: Autoload widget-convert when compiling. |
433 (mail-user-agent): Doc fix. | |
434 | |
435 * help.el (function-called-at-point, variable-at-point): Use | |
436 with-syntax-table. | |
437 (help-manyarg-func-alist): Add insert-and-inherit. | |
438 | |
439 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
440 | |
441 * delsel.el (delsel-unload-hook): New function. | |
442 | |
443 * find-file.el: Doc fixes. Move provide to end. | |
444 (ff) <defgroup>: Add :link. | |
445 (ff-goto-click): Deleted. | |
446 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
447 Use mouse-set-point. | |
448 | |
449 * textmodes/tildify.el: Doc fixes. | |
450 (tildify) <defgroup>: Add:version. | |
451 | |
452 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
453 (glasses-custom-set): Use set-default, not set. | |
454 (minor-mode-alist): Propertize the lighter. | |
455 (glasses-mode): Provide optional arg. | |
456 | |
30813 | 457 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
458 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
459 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
460 option. Provide :type. | |
461 (cwarn-configuration): Provide :type. | |
462 (cwarn-mode): Doc fix. | |
463 | |
464 * add-log.el (change-log-merge): Doc fix. | |
465 (change-log-redate): New command. | |
466 | |
30802 | 467 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
468 Doze and Dog. | |
469 (browse-url): Use dolist, not mapcar. | |
470 (browse-url-at-point): Check for null url. | |
471 (browse-url-event-buffer, browse-url-event-point): Functions | |
472 deleted. | |
473 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
474 | |
475 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
476 modes. | |
477 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
478 Fix previous change to mapcan. | |
479 (msb--init-file-alist, msb--add-separators) | |
480 (msb--make-keymap-menu): Simplify. | |
481 (msb--choose-file-menu): Use copy-sequence. | |
482 (msb-mode-map): Add title to keymap. | |
483 (msb-unload-hook): New function. | |
484 | |
485 * bs.el: Fix indentation. | |
486 (bs) <defgroup>: Add :links. | |
30894 | 487 (bs-show): Doc fix. |
488 (bs-apply-sort-faces): Don't use window-system. | |
489 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 490 |
30796 | 491 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
492 | |
493 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
494 convert-standard-filename. | |
495 | |
30788 | 496 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
497 | |
30790 | 498 * emacs-lisp/authors.el: New file. |
499 | |
30788 | 500 * paren.el (show-paren-priority): New user option. |
501 (show-paren-function): Set overlay priorities to | |
502 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
503 |
30783 | 504 2000-08-14 Miles Bader <miles@gnu.org> |
505 | |
506 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
507 beginning-of-line with inhibit-field-text-motion bound. | |
508 | |
30781 | 509 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
510 | |
511 * calendar/timeclock.el: New file. | |
512 | |
513 2000-08-14 David Ponce <david@dponce.com> | |
514 | |
515 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
516 `widget-button-click'. so that one can use left mouse button to | |
517 click on dialog buttons. | |
518 | |
519 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
520 | |
521 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
522 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
|
523 |
30767 | 524 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
|
525 |
30769 | 526 * comint.el (comint-output-filter): Don't bother frobbing |
527 window-start, it doesn't seem to be necessary. | |
30767 | 528 |
529 * comint.el (comint-send-string, comint-send-region): Make into | |
530 real functions. Snapshot the prompt before sending. | |
531 | |
30764 | 532 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
533 | |
534 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
535 technique similar to Info-index, instead of relying on specific | |
536 names of relevant Index nodes. | |
537 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
538 going to the first node found by Info-find-emacs-command-nodes. | |
539 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
540 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 541 |
542 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
543 | |
30741 | 544 2000-08-10 Miles Bader <miles@gnu.org> |
545 | |
546 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
547 | |
30739 | 548 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
549 | |
550 * info.el (Info-file-list-for-emacs): More elements for the | |
551 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
552 and woman manuals. | |
553 | |
30737 | 554 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
555 | |
556 * comint.el (comint-send-input): Make the newline boundary overlay | |
557 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
558 (comint-output-filter): Use `insert' instead of | |
559 `insert-before-markers'. Extend comint-last-output-overlay when | |
560 necessary since we can't rely on insert-before-markers to do it. | |
561 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
562 save-excursion when inserting the output, so that point gets | |
563 updated correctly; the old method relied on a rather dodgy | |
564 side-effect of comint-output-filter to avoid the effect of | |
565 save-excursion. | |
566 | |
30734 | 567 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
568 | |
569 * files.el (recover-file): Call insert-directory instead of | |
570 invoking `ls' directly. | |
571 | |
30732 | 572 2000-08-10 Miles Bader <miles@gnu.org> |
573 | |
574 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
575 (comint-last-prompt-overlay): New variables. | |
576 (comint-output-filter): Implement prompt highlighting. | |
577 (comint-snapshot-last-prompt): New function. | |
578 (comint-send-input): Snapshot the last prompt. | |
579 Use comint-highlight-input-face. | |
580 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
581 Use defface instead of defcustom. | |
582 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
583 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
584 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
585 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
586 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
587 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
588 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
589 (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
|
590 (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
|
591 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
|
592 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
593 * 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
|
594 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
595 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
596 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
597 |
30715 | 598 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
599 | |
600 * files.el (insert-directory): Don't call access-file on | |
601 directories on DOS and Windows. | |
602 | |
30704 | 603 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
604 | |
605 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
606 longer if necessary. | |
607 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
608 ccl-program-vector. | |
609 | |
30701 | 610 2000-08-09 Miles Bader <miles@gnu.org> |
611 | |
612 * comint.el (comint-output-filter): Properly handle the case where | |
613 the text surrounded by comint-last-output-overlay was deleted. | |
614 | |
30671 | 615 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
616 | |
30693 | 617 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
618 non-nil. | |
619 (Info-file-list-for-emacs): Remove "info" from the list because | |
620 that leads to trying to use the documentation from file `info' | |
621 in various situations where it isn't appropriate, for instance | |
622 C-h C-k C-h i. | |
623 | |
624 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
625 DIR and/or STRING are nil. | |
626 | |
627 * progmodes/compile.el (compilation-setup): Make variable | |
628 compilation-error-screen-columns buffer-local, as some comment | |
629 in the code suggests it should be. | |
630 | |
631 * files.el (auto-mode-interpreter-regexp): New variable. | |
632 (set-auto-mode): Use it. | |
633 | |
634 * indent.el (indent-for-tab-command): Doc fix. | |
635 | |
636 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
637 | |
30671 | 638 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
639 labels. | |
640 | |
641 * help.el (print-help-return-message): When | |
642 display-buffer-reuse-frames is set, let the help window been quit, | |
643 instead of deleting it, which might delete a reused frame. | |
644 | |
30664 | 645 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
646 | |
647 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
648 rename a directory to a name that differs only by its letter case. | |
649 | |
30655 | 650 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
651 | |
652 * international/quail.el (quail-define-rules): Handle Quail decode | |
653 map correctly. Add code for supporting annotations. | |
654 (quail-install-decode-map): New function. | |
655 (quail-defrule-internal): New optional arguments decode-map and | |
656 props. | |
657 (quail-advice): New function. | |
658 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
659 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
|
660 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
661 * 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
|
662 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
663 * 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
|
664 |
30649 | 665 2000-08-03 Miles Bader <miles@gnu.org> |
666 | |
667 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
668 New variable. | |
669 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
670 comint-use-prompt-regexp-instead-of-fields. | |
671 (comint-send-input): Add `input' field property to stuff we send to | |
672 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
673 (comint-output-filter): Add `output' field property to process | |
674 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
675 (comint-replace-by-expanded-history) | |
676 (comint-get-old-input-default, comint-show-output) | |
677 (comint-backward-matching-input, comint-forward-matching-input) | |
678 (comint-next-prompt, comint-previous-prompt): Use field | |
679 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
680 (comint-line-beginning-position): New function. | |
681 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
682 (comint-replace-by-expanded-history-before-point): Use | |
683 comint-line-beginning-position and line-end-position. | |
684 (comint-last-output-overlay): New variable. | |
685 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
686 | |
687 * shell.el (shell-prompt-pattern): Doc change. | |
688 (shell-backward-command): Use line-beginning-position. | |
689 | |
690 * gud.el (gud-gdb-complete-command): Use | |
691 comint-line-beginning-position. | |
692 | |
693 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
694 comint-bol doesn't actually go to the beginning of the line. | |
695 | |
696 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
697 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
698 (try-expand-line-all-buffers): Likewise. | |
699 | |
700 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
701 explicitly matching comint-prompt-regexp. | |
702 (sql-copy-column): Use comint-line-beginning-position instead of | |
703 explicitly matching comint-prompt-regexp. | |
704 | |
705 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
706 comint-line-beginning-position. | |
707 | |
708 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
709 | |
710 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
711 looking for a prompt, use `forward-line 0' instead of | |
712 `beginning-of-line', to avoid getting caught by an input field. | |
713 | |
30633 | 714 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
715 | |
716 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
717 PATTERN, in the Unix case. | |
718 | |
30629 | 719 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
720 | |
721 * play/zone.el (zone): Discard any pending input before running | |
722 the randomly-chosen pgm. | |
723 | |
30623 | 724 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
725 | |
726 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
727 checking the existence of any multibyte characters. | |
728 | |
30619 | 729 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
730 | |
30622 | 731 * help.el (describe-mode): Test minor-mode symbol for being |
732 bound before testing its value for being nil. | |
733 | |
30619 | 734 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
735 `first', `second', and `third'. | |
736 | |
737 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
738 (second): Make it an alias for `cadr'. | |
739 | |
30616 | 740 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
741 | |
742 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
743 types of display support faces now. | |
744 | |
30614 | 745 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
746 | |
747 * pcvs.el (require): Require `cl' during compilation, only. | |
748 | |
749 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
750 (toplevel): Remove `remq' and `remove' from autoloads. | |
751 (cl-fake-autoloads): New variable. If set, arrange for an error | |
752 when CL functions etc. are autoloaded. | |
753 | |
30585 | 754 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
755 | |
30593 | 756 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
757 | |
30591 | 758 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
759 popped up, but the user clicks outside the menu, return an empty | |
760 regexp (that causes unhighlight-regexp to have no effect). | |
761 | |
30589 | 762 * menu-bar.el (menu-bar-games-menu): Add Zone. |
763 | |
30585 | 764 * hi-lock.el (toplevel): Require font-lock. |
765 | |
30576 | 766 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
767 | |
768 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
769 (ebnf-8-bit-chars): New var for bug fix. | |
770 (ebnf-string): Bug fix. | |
771 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
772 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
|
773 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
774 * 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
|
775 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
776 (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
|
777 `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
|
778 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
779 |
30567 | 780 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
781 | |
782 * international/mule-cmds.el (select-safe-coding-system): Make | |
783 the message text about selecting a safe coding system more clear. | |
784 | |
30564 | 785 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
786 | |
30565 | 787 * hi-lock.el: New file. |
788 | |
789 * play/zone.el: New file. | |
790 | |
30564 | 791 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
792 value of tab-width in the original buffer. Choose a line number | |
793 format that's a multiple of the original buffer's tab width, so | |
794 that lines appear right. | |
795 | |
796 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
797 Spell-check active region if in transient-mark-mode and mark | |
798 is active; otherwise spell-check buffer. | |
799 | |
800 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
801 | |
802 * ps-mule.el: Fix a customization problem on | |
803 ps-mule-font-info-database-default. | |
804 | |
30555 | 805 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
806 | |
807 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
808 display-mouse-p instead of window-system. | |
809 (ebrowse-member-mode-map): Ditto. | |
810 | |
30553 | 811 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
812 | |
813 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
814 fix. | |
815 (ebnf-version): New version number (3.2). | |
816 (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
|
817 |
30547 | 818 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
819 | |
30549 | 820 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
821 font lock support on window-system. | |
822 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
823 | |
30547 | 824 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
825 display-color-p, if fboundp, instead of window-system. | |
826 | |
30545 | 827 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
828 | |
829 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
830 instead of window-system. | |
831 | |
832 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
833 window-system. | |
834 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
835 instead of window-system. | |
836 | |
837 * strokes.el (strokes-file): Run the file name through | |
838 convert-standard-filename. | |
839 (strokes-mode): Call display-mouse-p instead of looking at | |
840 window-system. Change the error message accordingly. | |
841 | |
842 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
843 | |
844 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
845 (lm-plot-square, lm-init-display): Don't use window-system. | |
846 | |
847 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
848 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
849 | |
850 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
851 instead of looking at window-system. | |
852 | |
30528 | 853 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
854 | |
855 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
856 of testing if iswitchb-prepost-hooks is bound, because the | |
857 latter will always be true when invoking a recursive minibuffer | |
858 from an active Iswitchb buffer. | |
859 | |
30526 | 860 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
861 | |
862 * files.el (shell-quote-wildcard-pattern): New function. | |
863 (insert-directory): Call it. Only prepend "\" to command on Unix | |
864 and GNU/Linux systems. | |
865 | |
30524 | 866 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
867 | |
868 * eshell/esh-groups.el: Change custom :link file names | |
869 from `eshell.info' to `eshell'. | |
870 | |
871 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
872 | |
873 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
874 correctly in recursive ange-ftp listings. | |
875 | |
876 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
877 | |
878 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
879 ps-header-font-size-internal and | |
880 ps-header-title-font-size-internal variables are not set, | |
881 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
882 face text property is (foreground-color . COLOR) or | |
883 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
884 (ps-print-version): New version number (5.2.4). | |
885 (ps-plot-region): Code fix. | |
886 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
887 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
888 Bug fix 2. | |
889 | |
890 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
891 | |
892 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
893 identifiers like `myXMLDocument'. | |
894 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
895 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
|
896 |
30524 | 897 * mail/mail-hist.el (mail-hist-previous-input) |
898 (mail-hist-next-input): Do the obvious code factorization. | |
899 (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
|
900 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
|
901 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
|
902 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
903 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
|
904 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
905 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 906 Use `<=', not `<' to compare times! |
907 (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
|
908 |
30502 | 909 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
910 | |
30516 | 911 * play/cookie1.el: Add explanation of how to make cookie.el |
912 compatible with strfile(1) to comment. | |
913 | |
914 * subr.el (remove, remq): New functions. | |
915 | |
30511 | 916 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
917 escape `*' in regexps. | |
918 (midnight-find): Reverse order of arguments in the funcall of | |
919 TEST. | |
920 | |
921 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
922 and `.class'. | |
923 | |
30502 | 924 * play/meese.el: Add Commentary section. |
925 | |
30516 | 926 2000-07-27 Alex Schroeder <alex@gnu.org> |
927 | |
928 * sql.el (sql-ms): Added autoload cookie. | |
929 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
930 (sql-oracle): Ditto. | |
931 (sql-help): Doc change. | |
932 | |
933 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
934 types and exceptions. | |
935 | |
936 2000-07-27 Alex Schroeder <alex@gnu.org> | |
937 | |
938 * sql.el (sql-placeholder-history): New variable. | |
939 (sql-query-placeholders-and-send): New function that will query | |
940 the user and replace placeholders with user input. | |
941 (sql-oracle): If running on NT, set comint-input-sender to | |
942 sql-query-placeholders-and-send. | |
943 | |
944 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
945 present it as a message. | |
946 | |
947 2000-07-27 Alex Schroeder <alex@gnu.org> | |
948 | |
949 * sql.el (sql-input-ring-separator): Doc change. | |
950 (sql-input-ring-file-name): Doc change. | |
951 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
952 `sql-input-ring-file-name' to set the comint-mode equivalents | |
953 without making them local variables. | |
954 (sql-stop): Don't bind `sql-input-ring-separator' and | |
955 `sql-input-ring-file-name' dynamically to their comint-mode | |
956 equivalents. | |
957 | |
30490 | 958 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
959 | |
960 * international/mule.el (register-char-codings): New function. | |
961 (make-coding-system): Handle `safe-chars' specification in the arg | |
962 PROPERTY. | |
963 | |
964 * international/mule-cmds.el | |
965 (find-coding-systems-region-subset-p): This function deleted. | |
966 (sort-coding-systems-predicate): New variable. | |
967 (sort-coding-systems): New function. | |
968 (find-coding-systems-region): Use | |
969 find-coding-systems-region-internal. | |
970 (find-coding-systems-string): Use find-coding-systems-region. | |
971 (find-coding-systems-for-charsets): Check | |
972 char-coding-system-table. | |
973 (select-safe-coding-system-accept-default-p): New variable. | |
974 (select-safe-coding-system): Mostly rewritten. New argument | |
975 ACCEPT-DEFAULT-P. | |
976 (select-message-coding-system): Call select-safe-coding-system | |
977 with ACCEPT-DEFAULT-P arg. | |
978 (reset-language-environment): Reset default-sendmail-coding-system | |
979 to the default value iso-latin-1. | |
980 (set-language-environment): Don't set the obsolete variable | |
981 charset-origin-alist. | |
982 | |
983 * international/codepage.el (cp-coding-system-for-codepage-1): | |
984 Give `safe-chars' property to make-coding-system. | |
985 | |
986 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
987 calling select-message-coding-system twice. | |
988 | |
989 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
990 instead of `safe-charsets'. | |
991 (cyrillic-alternativnyj): Likewise. | |
992 (ccl-encode-alternativnyj): Don't check the charset | |
993 cyrillic-iso8859-5. | |
994 | |
30484 | 995 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
996 | |
997 * composite.el (compose-chars-after): Preserve match data. | |
998 | |
30481 | 999 2000-07-26 Sam Steingold <sds@gnu.org> |
1000 | |
1001 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
1002 (ange-ftp-real-file-newer-than-file-p): New function. | |
1003 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
1004 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
1005 | |
1006 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
1007 * midnight.el (midnight-float-time): Ditto. | |
1008 | |
30479 | 1009 2000-07-26 Andreas Schwab <schwab@suse.de> |
1010 | |
1011 * files.el (normal-backup-enable-predicate): Correct | |
1012 interpretation of the return value of compare-strings. | |
1013 | |
30471 | 1014 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
1015 | |
30477 | 1016 * isearch.el (isearch-resume): New function. |
1017 (isearch-done): Add something to command-history to resume | |
1018 the search. | |
1019 (isearch-yank-line, isearch-yank-word): Use | |
1020 buffer-substring-no-properties instead of buffer-substring. | |
1021 | |
30471 | 1022 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
1023 of flyspell-mouse-map. | |
1024 | |
1025 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
1026 duplicate definition. | |
1027 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
1028 | |
1029 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
1030 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
1031 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1032 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
|
1033 |
30459 | 1034 * net/ange-ftp.el: Get modtime over the net. |
1035 (ange-ftp-file-modtime): New function. | |
30473 | 1036 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
1037 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 1038 Use it. |
1039 (ange-ftp-dot-to-slash): New function. | |
1040 (ange-ftp-fix-name-for-vms): Use it. | |
1041 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1042 * 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
|
1043 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1044 |
30457 | 1045 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
1046 | |
1047 * find-dired.el: Update copyright notice. | |
1048 (find-dired): Offer to kill a running `find'. | |
1049 | |
1050 * enriched.el (enriched-face-ans): For a `foreground-color' | |
1051 property, return '(("x-color" COLOR))' so that COLOR will be | |
1052 output as a parameter of the x-color annotation. Likewise for the | |
1053 `background-color' property. In the case of normal face | |
1054 properties, don't return annotations for unspecified foreground | |
1055 and background face attributes. | |
1056 | |
30450 | 1057 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
1058 | |
1059 * language/japan-util.el (japanese-katakana-region): Fix handling | |
1060 HANKAKU argument. | |
1061 | |
30438 | 1062 2000-07-25 Miles Bader <miles@gnu.org> |
1063 | |
1064 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
1065 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
1066 constrain-to-field. | |
1067 | |
30437 | 1068 2000-07-24 Andrew Innes <andrewi@gnu.org> |
1069 | |
1070 * timer.el (timer-activate-when-idle): Add optional parameter | |
1071 DONT-WAIT. Update docstring. | |
1072 (run-with-idle-timer): Specify extra parameter to | |
1073 timer-activate-when-idle, so that timer will be activated | |
1074 immediately if Emacs is already idle. | |
1075 | |
1076 * w32-fns.el (w32-using-nt): Fix docstring. | |
1077 | |
30434 | 1078 2000-07-24 Dave Love <fx@gnu.org> |
1079 | |
1080 * mouse.el (popup-menu): Set last-command-event. | |
1081 (mouse-major-mode-menu-prefix): Declare. | |
1082 | |
30433 | 1083 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1084 | |
1085 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1086 | |
1087 * progmodes/hideshow.el: Update copyright notice. | |
1088 | |
1089 * vcursor.el: Set maintainer to FSF, since author cannot | |
1090 be reached. | |
1091 | |
30422 | 1092 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1093 | |
30424 | 1094 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1095 the prompt. | |
1096 | |
30422 | 1097 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1098 in case it was defined with define-prefix-key. If the menu is a | |
1099 list of keymaps, look up the binding of user's choice in each one | |
1100 of the keymaps. | |
1101 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1102 don't have a prompt string, create one and insert it into the | |
1103 keymap. Don't barf if current-local-map returns nil. | |
1104 | |
30415 | 1105 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1106 | |
1107 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1108 to be undone. | |
1109 (dired-sort-other): Use it. | |
1110 | |
30412 | 1111 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1112 | |
30415 | 1113 * Release of cc-mode 5.27 |
30412 | 1114 |
1115 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1116 | |
1117 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1118 c-beginning-of-statement-1 that caused a bad case of recursion | |
1119 which could consume a lot of CPU in large classes in languages | |
1120 that have in-expression classes (i.e. Java and Pike). | |
1121 | |
1122 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1123 statements before top level constructs (i.e. case 6 is moved | |
1124 before case 5 and is now case 4) to catch in-expression | |
1125 classes in top level expressions correctly. | |
1126 | |
1127 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1128 | |
1129 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1130 objc-method-intro. Case 4 removed and case 5I added. | |
1131 | |
1132 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1133 c-common-init to get paragraph-start correct. | |
1134 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1135 initialize paragraph-start to make it correct both with and | |
1136 without the javadoc special case. | |
1137 | |
1138 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1139 initialize paragraph-start for javadoc markup. | |
1140 | |
1141 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1142 change by defaulting this to t. It's motivated by the | |
1143 confusing behavior that otherwise arise from the style system | |
1144 when editing both java and non-java files at the same time | |
1145 (see the comments about style setting in c-common-init). | |
1146 | |
1147 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1148 | |
1149 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1150 similar to the one in c-fill-paragraph to check the fill | |
1151 prefix from the adaptive fill function for sanity. | |
1152 | |
1153 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1154 | |
1155 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1156 defun block. | |
1157 | |
1158 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1159 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1160 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1161 |
1162 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1163 | |
1164 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1165 leading comma nicely. Extended to handle member initializers | |
1166 too. | |
1167 | |
30415 | 1168 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1169 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1170 when the lines begins with a comma. | |
1171 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1172 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1173 |
1174 * cc-vars.el (c-offsets-alist): Changed default for | |
1175 member-init-cont to c-lineup-multi-inher since it now handles | |
1176 member initializers and indents better for leading commas. | |
1177 | |
1178 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1179 | |
1180 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1181 handling that caused class open lines to be recognized as | |
1182 statement-conts in some cases. | |
1183 | |
1184 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1185 guessed by the adaptive fill function unless point is on the | |
1186 first line of a block comment. | |
1187 | |
1188 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1189 when the buffer ends with a macro continuation char. | |
1190 | |
1191 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1192 function definitions as statements in Pike. The first | |
1193 statement in a lambda block is now labeled defun-block-intro | |
1194 instead of statement-block-intro. | |
1195 | |
1196 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1197 so that the class surrounding point is selected, not the one | |
1198 innermost in the state. | |
1199 | |
1200 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1201 recognition of switch labels having hanging multiline | |
1202 statements. | |
1203 | |
1204 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1205 some code in c-guess-basic-syntax to a separate function. | |
1206 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1207 recognition of member inits with multiple line arglists. | |
1208 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1209 member-init-cont when the commas are in funny places. | |
1210 | |
1211 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1212 | |
1213 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1214 not used anymore. | |
1215 | |
1216 * cc-engine.el (c-looking-at-bos): New helper function. | |
1217 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1218 inexpr and toplevel classes apart in Pike. | |
1219 | |
1220 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1221 of case 9A. | |
1222 | |
1223 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1224 constant, since "class" can introduce an in-expression class | |
1225 in Pike nowadays. | |
1226 | |
1227 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1228 | |
1229 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1230 indentation on cpp-macro lines. | |
1231 | |
1232 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1233 a syntax modifier like comment-intro, to make it possible to | |
1234 get syntactic indentation for preprocessor directives. It's | |
1235 incompatible wrt to lineup functions on cpp-macro, but it has | |
1236 no observable effect in the 99.9% common case where cpp-macro | |
1237 is set to -1000. | |
1238 | |
1239 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1240 | |
1241 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1242 member-init-cont when the preceding arglist is several lines. | |
1243 | |
1244 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1245 | |
1246 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1247 style corrected to 8. | |
1248 | |
1249 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1250 | |
1251 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1252 brace list openers in the gnu style. | |
1253 | |
1254 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1255 | |
1256 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1257 | |
1258 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1259 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1260 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1261 when c-syntactic-indentation is nil. | |
1262 | |
1263 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1264 we were left at comments preceding the first statement when | |
1265 reaching the beginning of the buffer. | |
1266 | |
1267 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1268 off all syntactic indentation. | |
1269 | |
1270 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1271 | |
1272 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1273 between the text and the block comment ender when it hangs, | |
1274 depending on how many there are before the fill. | |
1275 | |
1276 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1277 | |
1278 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1279 function to go back to the closest preceding statement start, | |
1280 which could be inside a conditional statement. | |
1281 * cc-engine.el (c-guess-basic-syntax): Use | |
1282 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1283 | |
1284 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1285 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1286 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1287 changed. | |
1288 | |
1289 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1290 up-to-date with javadoc 1.2. | |
1291 | |
1292 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1293 | |
1294 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1295 multiline Pike type decls. | |
1296 | |
1297 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1298 | |
1299 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1300 multiline comments in multiline mode, regardless of | |
1301 comment-multi-line. | |
1302 | |
1303 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1304 | |
1305 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1306 fully::qualified::names in C++ member init lists. Preamble in | |
1307 case 5D changed. | |
1308 | |
1309 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1310 | |
1311 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1312 moved to c-initialize-cc-mode. More compatible style override | |
1313 when using global style variables. | |
1314 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1315 variables moved here. | |
1316 | |
30415 | 1317 * cc-mode.texi: Documented the special behavior of |
30412 | 1318 c-special-indent-hook as a style variable. Don't talk about |
1319 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1320 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
|
1321 |
30412 | 1322 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1323 variable localness in c-style-variables-are-local-p to make | |
1324 the compatibility measure in c-common-init work well. | |
1325 | |
1326 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1327 longer contain set-from-style. | |
1328 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1329 set-from-style on c-special-indent-hook. | |
1330 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1331 copy-alist is sufficient now. | |
1332 | |
1333 * cc-styles.el (c-set-style, c-set-style-1, | |
1334 c-get-style-variables): Fixes to variable initialization so | |
1335 that duplicate entries in styles have the same effect | |
1336 regardless of DONT-OVERRIDE. | |
1337 | |
1338 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1339 initialization of inheriting styles failed when the | |
1340 dont-override flag is set. | |
1341 | |
1342 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1343 on this. | |
1344 | |
1345 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1346 | |
1347 * cc-defs.el (c-forward-comment): Removed the workaround | |
1348 introduced in 5.38 since it had worse side-effects. If a line | |
1349 contains the string "//\"", it regarded the // as a comment | |
1350 start since the \ temporarily doesn't have escape syntax. | |
1351 | |
1352 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1353 | |
1354 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1355 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1356 when ada-prj tries to add to it. | |
1357 (ada-activate-keys-for-case): Suppress the characters that are not | |
1358 part of the Ada syntax. Better compatibility with else-mode | |
1359 (ada-adjust-case-interactive): When auto-casing is not active, | |
1360 correctly insert newlines (used to insert only ^M). Prevent the | |
1361 syntax table from being changed in case of an error | |
1362 (or '_' becomes part of a word and some commands are confused). | |
1363 Do nothing if ada-auto-case is nil. | |
1364 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1365 (ada-batch-reformat): Update usage comment | |
1366 (ada-call-from-contextual-menu): New function | |
1367 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1368 first to nil first, so that the casing exception file can be | |
1369 shared. | |
1370 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1371 files. | |
1372 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1373 anywhere in the error message | |
1374 (ada-contextual-menu-last-point): New variable | |
1375 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1376 t on XEmacs, it means that DEL should delete one character | |
1377 forward. | |
1378 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1379 New submenu "Options". | |
1380 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1381 statements. | |
1382 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1383 even if they don't match ada-fill-comment-prefix Fix handling of | |
1384 paragraphs on the first or last line of a file. | |
1385 (ada-format-paramlist): Fix handling of default parameter values. | |
1386 (ada-get-body-name): New function. | |
1387 (ada-get-current-indent): Optimized by searchling directly for an | |
1388 existing generic part or a statement outside of it. Handle | |
1389 ada-indent-align-comments when indenting comments Replaced some | |
1390 regexps by testing directly the next character. This results in a | |
1391 huge speedup on some files. New indentation scheme for renames | |
1392 statements. Stop looking for the 'while' or 'for' associated with | |
1393 a 'loop' at the first semicolon encountered. A "return" can also | |
1394 match an anonymous access subprogram declaration. | |
1395 (ada-get-indent-noindent): Ignore strings and comments when | |
1396 looking for the keywords "record" and "private". | |
1397 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1398 are not in fact seeing "end if". Ignore "when" statements except | |
1399 when initial keyword was "begin". Fix handling of nested | |
1400 procedures. Add a recursive call to this function to skip over | |
1401 other 'end' statmts. Fix indentation for "when .. => begin" | |
1402 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1403 expressions, where 'and then', 'or else' and parenthesis | |
1404 statements are mixed up. | |
1405 (ada-in-paramlist-p): Skip comments while searching for the | |
1406 beginning Fix handling of operator declarations. | |
1407 (ada-indent-align-comments): New variable | |
1408 (ada-indent-current): Change the syntax table only in the | |
1409 protected section, so that we are sure it is restored correctly. | |
1410 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1411 ada-with-indent Correctly indent "select ... then" | |
1412 (ada-indent-region): Slight speedup. | |
1413 (ada-indent-renames): New variable. | |
1414 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1415 New variables | |
1416 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1417 keyword when it is the first word in a package declaration. | |
1418 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1419 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1420 even if point is not initially at the end of the word. | |
1421 (ada-matching-decl-start-re): Add "when". | |
1422 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1423 which-func-mode Override the old find-file.el entry in | |
1424 ff-special-constructs since it is using the obsolete | |
1425 ada-spec-suffix variable | |
1426 (ada-no-auto-case): New function | |
1427 (ada-scan-paramlist): When parsing the argument type, accept | |
1428 spaces (as in "X 'Class", generated by Rational Rose). | |
1429 (ada-other-file-name): No longer loads the other file. | |
1430 (ada-popup-menu): Save and restore the current buffer and cursor | |
1431 position before and after displaying the menu. | |
1432 (ada-search-ignore-complex-boolean): New function. | |
1433 (ada-uncomment-region): Emacs21 already knows how to delete | |
1434 comments not starting in the first column. | |
1435 (ada-use-indent): New variable | |
1436 (ada-which-function): New function. | |
1437 (ada-with-indent): New variable | |
1438 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1439 can be batch-compiled from the command line. | |
1440 | |
1441 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1442 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1443 Add -toolbar to the default ddd command Switches moved from | |
1444 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1445 ada-prj-default-comp-opt | |
1446 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1447 Reference Manual to the menu | |
1448 (ada-check-current): rewritten as a call to ada-compile-current | |
1449 (ada-compile): Removed. | |
1450 (ada-compile-application, ada-compile-current, ada-check-current): | |
1451 Set the compilation-search-path so that compile.el automatically | |
1452 finds the sources in src_dir. Automatic scrollong of the | |
1453 compilation buffer. C-uC-cC-c asks for confirmation before | |
1454 compiling | |
1455 (ada-compile-current): New parameter, prj-field | |
1456 (ada-complete-identifier): Load the .ali file before doing | |
1457 processing | |
1458 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1459 conform to gnatmake's behavior. | |
1460 (ada-find-file-in-dir): New function | |
1461 (ada-find-references): Set the environment variables for gnatfind | |
1462 (ada-find-src-file-in-dir): New function. | |
1463 (ada-first-non-nil): Removed | |
1464 (ada-gdb-application): Add support for jdb, the java debugger. | |
1465 (ada-get-ada-file-name): Load the original-file first if not done | |
1466 yet. | |
1467 (ada-get-all-references): Handles the new ali syntax (parent types | |
1468 are found between <>). | |
1469 (ada-initialize-runtime-library): New function | |
1470 (ada-mode-hook): Always load a project file when a file is opened, | |
1471 so that the casing exceptions are correctly read. | |
1472 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1473 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1474 to open the project file, since the latter does not work with | |
1475 speedbar Get default values before loading the prj file, or the | |
1476 default executable file name is wrong. Use the absolute value of | |
1477 src_dir to initialize ada-search-directories and | |
1478 compilation-search-path,... Add the standard runtime library to | |
1479 the search path for find-file. | |
1480 (ada-prj-default-debugger): Was missing an opening '{' | |
1481 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1482 variables. | |
1483 (ada-prj-default-gnatmake-opt): New variable | |
1484 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1485 buffers, the project file is the default one Save the windows | |
1486 configuration before displaying the menu. | |
1487 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1488 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1489 ...) regexp-quote identifiers names to support operators +, | |
1490 -,... in regexps. | |
1491 (ada-remote): New function. | |
1492 (ada-run-application): Erase the output buffer before starting the | |
1493 run Support remote execution of the application. Use | |
1494 call-process, or the arguments are incorrectly parsed | |
1495 (ada-set-default-project-file): Reread the content of the active | |
1496 project file, not the one from the current buffer When a project | |
1497 file is set as the default project, all directories are | |
1498 automatically associated with it. | |
1499 (ada-set-environment): New function | |
1500 (ada-treat-cmd-string): New special variable ${current} | |
1501 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1502 any ${...} substring | |
1503 (ada-xref-current): If no body was found, compiles the spec | |
1504 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1505 compiler to get rid of command line length limitations. | |
1506 (ada-xref-get-project-field): New function | |
1507 (ada-xref-project-files): New variable | |
1508 (ada-xref-runtime-library-specs-path) | |
1509 (ada-xref-runtime-library-ali-path): New variables | |
1510 (ada-xref-set-default-prj-values): Default run command now does a | |
1511 cd to the build directory. New field: main_unit Provide a default | |
1512 file name even if the current buffer has no prj file. | |
1513 | |
1514 * ada-prj.el: | |
1515 Rewritten to show a tabbed-dialog. | |
1516 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1517 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1518 New function | |
1519 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1520 (ada-prj-load-from-file): New function | |
1521 (ada-prj-save): Always save fields that depend on the current buffer | |
1522 (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
|
1523 |
30412 | 1524 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1525 Ada mode. This will allow us to display the Ada menu in any buffer | |
1526 we want (for project items). | |
1527 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1528 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
|
1529 |
30395 | 1530 2000-07-24 Dave Love <fx@gnu.org> |
1531 | |
1532 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1533 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1534 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1535 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1536 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1537 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1538 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1539 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1540 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1541 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1542 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1543 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1544 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1545 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1546 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1547 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1548 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1549 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1550 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1551 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1552 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1553 (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
|
1554 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1555 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1556 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1557 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1558 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1559 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1560 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1561 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1562 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1563 |
30386 | 1564 2000-07-23 Dave Love <fx@gnu.org> |
1565 | |
1566 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1567 ^o, ^u. | |
1568 | |
30359 | 1569 2000-07-21 Dave Love <fx@gnu.org> |
1570 | |
30374 | 1571 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1572 now passed to the function. It now works properly. | |
1573 | |
30359 | 1574 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1575 | |
30350 | 1576 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1577 | |
1578 * info-look.el (info-lookup): If *info* is shown in another frame | |
1579 on the same display, select that frame, instead of switching to | |
1580 the Info buffer in another window of the selected frame. | |
1581 | |
1582 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1583 kp-0 to kp-9 and kp-subtract. | |
1584 (digit-argument): Handle these keys. | |
1585 | |
30346 | 1586 2000-07-20 Dave Love <fx@gnu.org> |
1587 | |
1588 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1589 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1590 Put an extra property on the overlays and use it to clean up in | |
1591 case goto-address is re-run. | |
1592 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1593 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1594 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1595 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1596 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1597 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1598 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1599 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1600 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1601 |
30331 | 1602 2000-07-19 Dave Love <fx@gnu.org> |
1603 | |
1604 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1605 implementation. | |
1606 | |
1607 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1608 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1609 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1610 | |
30318 | 1611 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1612 | |
30329 | 1613 * textmodes/refer.el: Correct maintainer's email address. |
1614 | |
1615 * progmodes/hideif.el: Correct author's email address. | |
1616 Fix typo in comment. | |
1617 | |
1618 * xml.el: New file. | |
1619 | |
30318 | 1620 * mail/mailheader.el: Correct author's mail address. |
1621 | |
1622 * gnus/parse-time.el: Correct author's mail address. | |
1623 | |
30329 | 1624 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1625 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1626 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1627 New user options. |
1628 (comint-input-ring-file-name): Change custom type. | |
1629 (comint-mode-map): Bind mouse-2. | |
1630 (comint-insert-clicked-input): New function. | |
1631 (comint-send-input): Handle input highlighting. | |
1632 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1633 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1634 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1635 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1636 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1637 |
30311 | 1638 2000-07-18 Dave Love <fx@gnu.org> |
1639 | |
1640 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1641 improvements. | |
1642 | |
30308 | 1643 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1644 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1645 * faces.el (face-font-selection-order) |
30308 | 1646 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1647 |
30298 | 1648 2000-07-18 Dave Love <fx@gnu.org> |
1649 | |
1650 * cus-edit.el (custom-variable-reset-saved) | |
1651 (custom-variable-reset-standard): Remove unused bindings. | |
1652 | |
1653 * rect.el (open-rectangle-line): Remove unused let. | |
1654 | |
1655 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1656 | |
30296 | 1657 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1658 | |
1659 * cdl.el: Fix `Maintainer' keyword. | |
1660 | |
1661 * play/pong.el: Add author's email address. | |
1662 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1663 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1664 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1665 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1666 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1667 |
30290 | 1668 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1669 | |
1670 * mail/vms-pmail.el: Change maintainer to FSF. | |
1671 | |
1672 * net/goto-addr.el: Change maintainer to FSF. | |
1673 | |
1674 * recentf.el: Update from author. | |
1675 | |
1676 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1677 |
30277 | 1678 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1679 | |
1680 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1681 links to eshell, to avoid problems on systems where the manual is | |
1682 installed as `eshell'. | |
1683 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1684 * eshell/em-smart.el (eshell-smart): Ditto. | |
1685 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1686 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1687 |
1688 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1689 same-file check in the MS-DOS version (it does support inodes). | |
1690 | |
1691 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1692 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1693 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1694 Run default directory name through convert-standard-filename. |
30277 | 1695 |
30255 | 1696 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1697 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1698 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1699 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1700 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1701 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1702 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1703 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1704 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1705 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1706 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1707 |
30255 | 1708 * international/kkc.el (kkc-after-update-conversion-functions): |
1709 New variable. | |
1710 (kkc-update-conversion): Run functions in it at the tail. | |
1711 | |
30277 | 1712 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
|
1713 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1714 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1715 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
|
1716 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1717 |
30253 | 1718 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1719 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1720 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1721 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1722 the conversion list at first if appropriate. | |
1723 (kkc-next): Don't update kkc-next-count here. | |
1724 (kkc-prev): Don't update kkc-prev-count here. | |
1725 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1726 list message. | |
1727 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1728 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1729 |
30290 | 1730 * 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
|
1731 |
30248 | 1732 2000-07-16 Dave Love <fx@gnu.org> |
1733 | |
1734 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1735 function to be more specific. | |
1736 | |
1737 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1738 non-string help-echo. | |
1739 (widget-types-convert-widget): Defsubst it. | |
1740 (widget-echo-help): Try to cope with a help-echo function of two | |
1741 possible sorts. | |
1742 | |
30241 | 1743 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1744 | |
1745 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1746 Declare as obsolete. | |
1747 | |
1748 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1749 | |
30226 | 1750 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1751 | |
1752 * hilit-chg.el: Fix typo. | |
1753 | |
30221 | 1754 2000-07-14 Dave Love <fx@gnu.org> |
1755 | |
1756 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1757 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1758 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1759 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1760 * 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
|
1761 |
30193 | 1762 2000-07-13 Dave Love <fx@gnu.org> |
1763 | |
30195 | 1764 * emacs-lisp/easymenu.el: Doc fixes. |
1765 (easy-menu-remove): Defalias to ignore. | |
1766 | |
30193 | 1767 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1768 Call throw correctly. | |
1769 | |
30190 | 1770 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1771 | |
1772 * faces.el (frame-background-mode): Doc fix. | |
1773 | |
1774 * simple.el (eval-expression-print-length): Change custom type to | |
1775 allow entering nil as value. | |
1776 | |
30185 | 1777 2000-07-13 Dave Love <fx@gnu.org> |
1778 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1779 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1780 Change definition layout. |
30187 | 1781 (fortran-mode-menu): Reinstate customize entries. |
1782 | |
30185 | 1783 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1784 Use :filter, per old XEmacs code. | |
1785 | |
30170 | 1786 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1787 | |
1788 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1789 event when deciding what to send to the terminal. | |
1790 | |
30168 | 1791 2000-07-12 Dave Love <fx@gnu.org> |
1792 | |
1793 * cus-start.el: Add optional version as 4th element of specs and | |
1794 use it for several things new in v21. Remove load-path. Fix type | |
1795 of line-number-display-limit. | |
1796 | |
30148 | 1797 2000-07-11 Dave Love <fx@gnu.org> |
1798 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1799 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1800 Use repeat counts in various regexps. |
30150 | 1801 (fortran-mode-syntax-table): Defvar directly. |
1802 (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
|
1803 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1804 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1805 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1806 (fortran-mode): Set fortran-comment-line-start-skip, |
1807 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1808 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1809 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1810 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1811 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1812 (fortran-auto-fill): New function. | |
1813 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1814 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1815 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1816 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1817 Use fortran-auto-fill. |
30150 | 1818 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1819 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1820 |
30148 | 1821 * widget.el (widget-plist-member): New alias. |
1822 | |
30146 | 1823 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1824 | |
1825 * eshell/esh-module.el (toplevel): Reference | |
1826 byte-compile-current-file only if it is bound. | |
1827 | |
30131 | 1828 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1829 | |
1830 * dired.el: Don't require `dired-aux'. | |
1831 | |
30127 | 1832 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1833 | |
1834 * dired-aux.el (dired-show-file-type): New function. | |
1835 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1836 (dired-show-file-type): Add autoload. | |
1837 | |
30125 | 1838 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1839 | |
1840 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1841 change of fontset-info. |
30125 | 1842 (print-fontset): Likewise. |
1843 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1844 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1845 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1846 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1847 |
30111 | 1848 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1849 | |
30131 | 1850 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1851 |
30111 | 1852 * dired.el (dired-find-alternate-file): New function. |
1853 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1854 (toplevel): Require dired-aux when compiling. | |
1855 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1856 | |
1857 * info.el (Info-last-search): Variable removed. | |
1858 (Info-search-history): New variable. | |
1859 (Info-search): New Info-search-history. | |
1860 | |
1861 * battery.el, info-look.el: Change author's mail address. | |
1862 | |
30115 | 1863 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
|
1864 |
30115 | 1865 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1866 if rmail-ignored-headers is nil. | |
1867 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1868 rmail-displayed-headers to nil. | |
1869 | |
30096 | 1870 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1871 | |
30103 | 1872 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1873 (print-region-1): Don't hard code `-h' here. | |
1874 | |
30096 | 1875 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1876 | |
30103 | 1877 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1878 | |
1879 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1880 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
|
1881 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1882 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1883 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1884 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1885 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1886 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1887 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1888 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1889 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1890 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1891 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
|
1892 |
30096 | 1893 * ediff-diff.el (ediff-wordify): Use syntax table. |
1894 * 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
|
1895 ediff-color-display-p. |
30096 | 1896 (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
|
1897 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1898 Got rid of special cases for NeXT and OS/2. |
30096 | 1899 * 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
|
1900 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1901 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1902 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1903 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1904 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1905 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1906 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1907 (extent-property, set-extent-end-glyph): New functions. |
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/cl-extra.el (cl-map-keymap): Handle char-tables. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1910 |
30076 | 1911 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1912 | |
30085 | 1913 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1914 not be changed without changing the make-dist script. | |
1915 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1916 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1917 (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
|
1918 |
30067 | 1919 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1920 | |
1921 * makefile.nt: Add support for `bootstrap' and related targets. | |
1922 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1923 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1924 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1925 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1926 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1927 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1928 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
|
1929 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1930 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1931 (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
|
1932 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1933 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
|
1934 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1935 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1936 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1937 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1938 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
|
1939 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1940 |
30056 | 1941 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1942 | |
1943 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1944 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1945 (eval-defun): If called with prefix arg, instrument code for | |
1946 Edebug. | |
1947 | |
1948 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1949 similar to that of eval-defun. | |
1950 | |
30029 | 1951 2000-07-04 Dave Love <fx@gnu.org> |
1952 | |
30035 | 1953 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1954 | |
30029 | 1955 * calendar/todo-mode.el: Replaced with a working version, based on |
1956 revision 1.34 tidied up. | |
1957 | |
1958 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1959 |
1960 * paths.el (prune-directory-list): New function. | |
1961 (Info-default-directory-list): Rewritten to more methodically | |
1962 enumerate a big list of possible info directories (based on the | |
1963 list used by the standalone info reader). | |
30029 | 1964 |
30021 | 1965 * 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
|
1966 non-existent directories from Info-directory-list. |
30021 | 1967 |
1968 * paths.el (Info-default-directory-list): Try a list of possible | |
1969 info-directories instead of a single one. Add the possible | |
1970 info directory "/usr/share/info". | |
1971 | |
1972 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1973 man-db config file "/etc/manpath.config". | |
1974 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1975 are present in `manpath.config'. | |
1976 (woman-manpath): Include "/usr/share/man". | |
1977 | |
30006 | 1978 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1979 | |
30017 | 1980 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1981 | |
1982 * startup.el (command-line): Initialize blink-cursor based | |
1983 on window-system. | |
1984 | |
30014 | 1985 * frame.el (blink-cursor): Default to nil if not running under |
1986 a window-system. | |
1987 | |
30012 | 1988 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1989 (face-x-resources): Remove duplicate entry for :font. | |
1990 | |
30006 | 1991 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1992 instead of cycling through windows with next-window. | |
1993 | |
1994 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1995 of cycling through windows with next-window. | |
1996 | |
1997 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1998 of cycling through windows with next-window. | |
1999 | |
2000 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
2001 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
2002 instead of cycling through windows with next-window. | |
2003 | |
2004 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
2005 instead of cycling through windows with next-window. | |
2006 | |
2007 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
2008 of cycling through windows with next-window. | |
2009 | |
2010 * terminal.el (te-process-output): Use walk-windows instead of | |
2011 cycling through windows with next-window. | |
2012 | |
2013 * server.el (server-switch-buffer): Use some-window instead of | |
2014 cycling through windows with next-window. | |
2015 | |
2016 * window.el (some-window): New function. | |
2017 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 2018 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2019 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 2020 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
2021 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 2022 |
2023 * window.el (walk-windows): Guarantee termination by keeping a list | |
2024 of all the windows already handled. | |
2025 | |
29975 | 2026 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2027 | |
2028 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
2029 window-system. | |
2030 | |
2031 * man.el (Man-notify-when-ready): Don't use window-system. If | |
2032 Man-notify-method is newframe, and the display is not | |
2033 multi-frame, select the frame created for the man page. | |
2034 (Man-init-defvars): Doc fix. | |
2035 | |
29972 | 2036 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
2037 | |
29982 | 2038 * faces.el (region): Change background color for light background. |
2039 | |
2040 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
2041 attribute from mode-line face of Ediff control frame. | |
2042 | |
29972 | 2043 * replace.el (query-replace-map): Bind `e' like `E'. |
2044 | |
29967 | 2045 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2046 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2047 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2048 Change name to "Select All". |
29969 | 2049 |
29967 | 2050 * dos-fns.el (convert-standard-filename): Fix last change. |
2051 | |
29957 | 2052 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
2053 | |
29959 | 2054 * help.el (describe-variable): Don't insert a second `'s' in front |
2055 of the string `value is shown below'. Since the syntax-table is | |
2056 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
2057 an existing `'s', so that this won't be deleted. | |
2058 | |
29957 | 2059 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
2060 * pcmpl-unix.el: New files. | |
2061 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2062 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2063 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2064 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2065 |
29939 | 2066 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
2067 | |
29956 | 2068 * replace.el (perform-replace): Undo change of 2000-04-04. |
2069 Instead, move backward 1 character at the end of the loop when | |
2070 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2071 |
29949 | 2072 * faces.el (fringe): Change face for different backgrounds. |
2073 | |
2074 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
2075 patch from John. | |
2076 | |
29939 | 2077 * eshell/*.el: Change spelling of the Free Software Foundation. |
2078 | |
2079 * eshell/esh-toggle.el: Removed. | |
2080 | |
2081 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2082 | |
2083 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2084 interactively. | |
2085 | |
2086 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2087 | |
2088 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2089 `define-key'; instead of checking `(emacs-version)' check for | |
2090 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2091 for `;' and `o' which might be electric. | |
2092 | |
2093 (sql-electric-stuff): New user option. | |
2094 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2095 (sql-magic-semicolon): New function which uses | |
2096 `sql-electric-stuff'. | |
2097 | |
2098 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2099 is not fboundp. | |
2100 | |
2101 (sql-oracle-options): New variable. | |
2102 (sql-oracle): Use it. | |
2103 | |
2104 (sql-imenu-generic-expression): Doc change. | |
2105 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2106 is used. | |
2107 | |
2108 (sql-informix): Added command line parameter "-" to force | |
2109 sql-informix-program to use stdout. | |
2110 | |
29924 | 2111 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2112 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2113 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2114 (cp864-decode-table): Doc fix. |
2115 (cp720-decode-table): New variable, supports the Arabic OEM | |
2116 codepage used by Windows. | |
2117 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2118 | |
29920 | 2119 2000-06-23 Dave Love <fx@gnu.org> |
2120 | |
2121 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2122 (font-lock-fontify-anchored-keywords): Use | |
2123 line-beginning-position. | |
2124 (global-font-lock-mode): Use mapc. | |
2125 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2126 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2127 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2128 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2129 |
29870 | 2130 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2131 | |
29885 | 2132 * comint.el (comint-substitute-in-file-name): Call replace-match |
2133 with second and third arg t. | |
2134 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2135 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2136 Specify foreground color. |
2137 | |
2138 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2139 color. | |
2140 | |
29876 | 2141 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2142 | |
2143 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2144 cddr instead of cdddr. | |
2145 | |
29873 | 2146 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2147 instead of copy-list. | |
2148 | |
2149 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2150 of copy-list. | |
2151 | |
29870 | 2152 * subdirs.el: Add eshell subdirectory. |
2153 | |
2154 * eshell: New subdirectory containing the Eshell package. | |
2155 | |
2156 * pcomplete.el: New file. | |
2157 | |
29885 | 2158 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2159 | |
29888 | 2160 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2161 proper permissions from birth. | |
2162 | |
2163 * files.el (basic-save-buffer-2): When temporarily setting | |
2164 file modes, set them to current modes plus 0200, not to 0777. | |
2165 | |
29885 | 2166 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2167 permissions from birth. | |
2168 | |
29857 | 2169 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2170 | |
2171 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2172 backup file name through convert-standard-filename. | |
2173 | |
2174 * dos-fns.el (convert-standard-filename): Convert leading | |
2175 directories as well. When long file names are supported, convert | |
2176 characters that are invalid in Windows file names. | |
2177 | |
29849 | 2178 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2179 | |
2180 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2181 ps-print crashes. New feature: page selection for printing. Create | |
2182 raw-text-unix coding system for XEmacs. Doc fix. | |
2183 (ps-print-version): New version number (5.2.3). | |
2184 (ps-plot-region): Bug fix. | |
2185 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2186 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2187 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2188 funs. | |
2189 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2190 (ps-last-page): New vars. | |
2191 | |
29845 | 2192 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2193 | |
2194 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2195 empty option string. | |
2196 | |
29839 | 2197 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2198 | |
2199 * man.el (man): Doc fix. | |
2200 | |
29829 | 2201 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2202 | |
2203 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2204 fixed. | |
2205 | |
29814 | 2206 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2207 | |
2208 * version.el (emacs-version): Use ISO date format. | |
2209 | |
2210 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2211 instead of `M-backspace'. | |
2212 | |
2213 * simple.el (turn-off-auto-fill): New function. | |
2214 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2215 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2216 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2217 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2218 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2219 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2220 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2221 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2222 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2223 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2224 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
|
2225 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2226 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2227 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2228 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2229 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2230 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
|
2231 (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
|
2232 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2233 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2234 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2235 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2236 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2237 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2238 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2239 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2240 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2241 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2242 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2243 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2244 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2245 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2246 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2247 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2248 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2249 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2250 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2251 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2252 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2253 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2254 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2255 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2256 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2257 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2258 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2259 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2260 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2261 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2262 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2263 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2264 * 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
|
2265 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2266 * 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
|
2267 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2268 * 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
|
2269 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2270 * 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
|
2271 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2272 |
29776 | 2273 2000-06-20 Dave Love <fx@gnu.org> |
2274 | |
2275 * faces.el (frame-background-mode): Use set-default, not set, in | |
2276 setter. | |
2277 (frame-update-faces, frame-update-face-colors): Define with | |
2278 defalias. | |
2279 | |
2280 * enriched.el (enriched-decode-foreground) | |
2281 (enriched-decode-background): Don't use internal-find-face. | |
2282 | |
2283 * apropos.el: Doc fixes. | |
2284 | |
2285 * cus-edit.el (customize-changed-options): Check arg. | |
2286 (customize-version-lessp): Don't require decimal point. | |
2287 | |
2288 * custom.el (defcustom, defgroup): Doc fix. | |
2289 | |
2290 * newcomment.el (comment) <defgroup>: Add :version. | |
2291 (comment-multi-line): Doc fix. | |
2292 | |
2293 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2294 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2295 | |
29747 | 2296 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2297 | |
2298 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2299 the whole buffer. | |
2300 | |
29740 | 2301 2000-06-19 Dave Love <fx@gnu.org> |
2302 | |
2303 * menu-bar.el (menu-bar-options-save): New function. | |
2304 (menu-bar-options-menu): Use it. | |
2305 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2306 Simplify. | |
2307 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2308 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2309 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2310 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2311 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2312 |
29720 | 2313 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2314 | |
2315 * international/codepage.el: | |
2316 (cp-coding-system-for-codepage-1): Delete special codes for | |
2317 generating xxx-dos coding system because now a CCL based coding | |
2318 system can handle EOL conversion by default. | |
2319 | |
2320 * international/mule.el (make-coding-system): Generate subsidiary | |
2321 coding systems for EOL handling variants even for a CCL based | |
2322 coding system. | |
2323 | |
29718 | 2324 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2325 | |
2326 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2327 (isearch-minibuffer-input-method-function): These variables | |
2328 deleted. | |
2329 (isearch-with-input-method): Don't use the above variables. | |
2330 (isearch-process-search-multibyte-characters): Likewise. Call | |
2331 read-string with the arg INHERIT-INPUT-METHOD t. | |
2332 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2333 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2334 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2335 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2336 (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
|
2337 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2338 * 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
|
2339 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2340 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2341 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
|
2342 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2343 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2344 |
29712 | 2345 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2346 | |
2347 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2348 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2349 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2350 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2351 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2352 |
29696 | 2353 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2354 | |
2355 * find-lisp.el: New file. | |
2356 | |
29694 | 2357 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2358 | |
2359 * time.el (display-time-mail-function): New variable, to allow | |
2360 external packages to indicate when new mail is available. | |
2361 (display-time-update): Use it. | |
2362 | |
29689 | 2363 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2364 | |
29691 | 2365 * international/mule.el (mule-version): Change version name to |
2366 SAKAKI. AOI has already been used by Meadow. | |
2367 | |
29689 | 2368 * international/quail.el (quail-show-guidance-buf): To find the |
2369 bottom window (but minibuffer), pay attention to the height of | |
2370 minibuffer. | |
2371 | |
29670 | 2372 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2373 | |
29682 | 2374 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2375 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2376 from the menu bar, as the menu bar has enough space now. | |
2377 | |
29680 | 2378 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2379 | |
29670 | 2380 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2381 characters, which use series of two ^H characters instead of one. | |
2382 | |
29667 | 2383 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2384 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2385 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2386 (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
|
2387 functions. |
29686 | 2388 (Info-find-node-2): Try a case-sensitive search first, then |
2389 do a case-insensitive search. | |
2390 | |
2391 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2392 tutorials. | |
2393 | |
29676 | 2394 * complete.el (PC-env-vars-alist): New variable. |
2395 (PC-complete-as-file-name): New function. | |
2396 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2397 process-environment. | |
2398 (PC-do-completion): Handle completion of env vars. | |
2399 | |
2400 * info.el (Info-set-mode-line): Show file name in mode line, | |
2401 use `*Info*' instead of `Info:'. | |
2402 | |
29667 | 2403 * startup.el (command-line-1): Change copyright messages to year |
2404 2000. | |
2405 | |
29665 | 2406 2000-06-15 Dave Love <fx@gnu.org> |
2407 | |
2408 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2409 not local-map. | |
2410 | |
29658 | 2411 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2412 | |
2413 * international/mule.el (set-buffer-file-coding-system): Almost | |
2414 rewritten to handle `undecided' as no-op. | |
2415 | |
29654 | 2416 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2417 | |
29667 | 2418 * Makefile.in: New file. |
29657 | 2419 |
2420 * Makefile: Removed. | |
2421 | |
29654 | 2422 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2423 (goto-address-highlight-keymap): Bind C-c RET. | |
2424 | |
29640 | 2425 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2426 | |
29649 | 2427 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2428 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2429 |
29645 | 2430 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2431 0. Give correct argument to set-auto-coding-function. | |
2432 (tar-expunge): For goto-char, use (point-min), not 0. | |
2433 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2434 (tar-subfile-save-buffer): Likewize. | |
2435 | |
29640 | 2436 * international/mule.el |
2437 (after-insert-file-set-buffer-file-coding-system): Call | |
2438 set-buffer-file-coding-system with the arg FORCE t. | |
2439 | |
29633 | 2440 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2441 | |
2442 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2443 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2444 the sender is set with `-f'. |
29633 | 2445 |
29622 | 2446 2000-06-13 Dave Love <fx@gnu.org> |
2447 | |
29630 | 2448 * help.el (describe-function-1): Kluge around cases of functions |
2449 fset to subrs whose doc doesn't match their symbol-name. | |
2450 | |
29627 | 2451 * image.el (insert-image): Default STRING to a space. |
29625 | 2452 |
29622 | 2453 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2454 (Info-build-node-completions): Match Ref tags. |
29622 | 2455 |
29612 | 2456 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2457 | |
29615 | 2458 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2459 defaliases for display-graphic-p. | |
2460 | |
29612 | 2461 * hl-line.el: Fixed a typo in commentary. |
2462 | |
29609 | 2463 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2464 | |
2465 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2466 fixed. | |
2467 | |
29608 | 2468 2000-06-12 Dave Love <fx@gnu.org> |
2469 | |
2470 * image.el (insert-image): Save a little consing. | |
2471 | |
29598 | 2472 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2473 | |
2474 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2475 to the corresponding tibetan characters. | |
2476 (tibetan-add-components): Delete code for the special treatment of | |
2477 'a chung. | |
2478 | |
2479 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2480 change. | |
2481 (tibetan-vowel-transcription-alist): More rules added. | |
2482 (tibetan-composite-vowel-alist): New variable. | |
2483 (tibetan-precomposition-rule-alist): More rules added. | |
2484 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2485 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2486 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2487 * 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
|
2488 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2489 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2490 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2491 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2492 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2493 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2494 * 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
|
2495 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2496 * 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
|
2497 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2498 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2499 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2500 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2501 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2502 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2503 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2504 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2505 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2506 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2507 * 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
|
2508 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2509 * 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
|
2510 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2511 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2512 (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
|
2513 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2514 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2515 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2516 (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
|
2517 (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
|
2518 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2519 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2520 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2521 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2522 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2523 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2524 * 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
|
2525 (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
|
2526 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2527 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2528 (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
|
2529 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2530 (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
|
2531 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
|
2532 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2533 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2534 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2535 * 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
|
2536 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2537 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2538 (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
|
2539 (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
|
2540 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
|
2541 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2542 * 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
|
2543 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
|
2544 |
29574 | 2545 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2546 | |
2547 * international/mule.el (set-buffer-file-coding-system): If | |
2548 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2549 unconditionally. | |
2550 | |
29568 | 2551 2000-06-12 Dave Love <fx@gnu.org> |
2552 | |
2553 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2554 required. | |
2555 | |
29556 | 2556 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2557 | |
2558 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2559 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2560 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2561 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2562 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2563 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2564 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2565 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
|
2566 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2567 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
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 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2570 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2571 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2572 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2573 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2574 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2575 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2576 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2577 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
|
2578 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2579 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
|
2580 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2581 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2582 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2583 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2584 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2585 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2586 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2587 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2588 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2589 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2590 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2591 |
29542 | 2592 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2593 | |
2594 * 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
|
2595 undecided-XXX is specified, change only EOL conversion. |
29542 | 2596 |
2597 * international/mule-conf.el (unix): New alias for the coding | |
2598 system undecided-unix. | |
2599 | |
29528 | 2600 2000-06-09 Dave Love <fx@gnu.org> |
2601 | |
29535 | 2602 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2603 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2604 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2605 (executable-insert): Change custom type. |
2606 (executable-find): Add autoload cookie. | |
29531 | 2607 (executable-make-buffer-file-executable-if-script-p): New |
2608 function. After Noah Friedman. | |
29528 | 2609 |
2610 * files.el (after-save-hook): Customize, with | |
29531 | 2611 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2612 |
29518 | 2613 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2614 | |
29522 | 2615 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2616 "tib24p-mule.bdf" for Tibetan. | |
2617 | |
29520 | 2618 * composite.el (decompose-composite-char): Declare it as obsolete. |
2619 | |
29541 | 2620 * man.el (Man-fontify-manpage): Pay attention to underline and |
2621 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2622 |
29517 | 2623 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2624 | |
2625 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2626 Set maintainer to FSF since author isn't reachable. | |
2627 | |
29508 | 2628 2000-06-08 Dave Love <fx@gnu.org> |
2629 | |
2630 * international/mule-cmds.el (select-safe-coding-system): If | |
2631 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2632 preferred coding-system if buffer-file-coding-system is | |
2633 `undecided'. From Handa. | |
2634 | |
29503 | 2635 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2636 | |
2637 * international/mule.el | |
2638 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2639 size is greater than INSERTED, judget that we are not visiting. | |
2640 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2641 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
|
2642 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2643 * 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
|
2644 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
|
2645 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
|
2646 |
29498 | 2647 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2648 | |
2649 * align.el: Update from author. | |
2650 | |
2651 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2652 | |
2653 * apropos.el (apropos-mode-hook): New user variable. | |
2654 (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
|
2655 |
29498 | 2656 2000-06-07 David Ponce <david@dponce.com> |
2657 | |
2658 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2659 commands. Require `wid-edit' at run-time. | |
2660 | |
2661 2000-06-07 David Ponce <david@dponce.com> | |
2662 | |
2663 * recentf.el: Added some "Commentary". | |
2664 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2665 move the point at the top of the file list. This behaviour is | |
2666 consistent with the menu one when the list contains a lot of | |
2667 files. | |
2668 (recentf-cleanup): Now displays the number of items removed from | |
2669 the list. | |
2670 (recentf-relative-filter) New menu filter to show filenames | |
2671 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
|
2672 |
29498 | 2673 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2674 | |
2675 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2676 with/without giving an error if PostScript printer doesn't have this | |
2677 kind of page size. Zebra Stripe continues or restarts on next page. | |
2678 Manual/automatic paper feeding. Switch or not the header. | |
2679 (ps-print-version): New version number (5.2.2). | |
2680 (ps-windows-system): Include emx as a Windows system. | |
2681 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2682 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2683 (ps-background-text): Code fix. | |
2684 (ps-error-handler-message, ps-user-defined-prologue) | |
2685 (ps-print-prologue-header, ps-printer-name) | |
2686 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2687 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2688 (ps-use-face-background): Customization fix. | |
2689 (ps-n-up-database): Data fix. | |
2690 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2691 (ps-switch-header): New vars. | |
2692 (ps-xemacs-color-name, ps-face-foreground-name) | |
2693 (ps-face-background-name, ps-boolean-constant): New funs. | |
2694 | |
29491 | 2695 2000-06-07 Dave Love <fx@gnu.org> |
2696 | |
2697 * allout.el: New version from Manheimer. | |
2698 | |
29483 | 2699 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2700 | |
2701 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2702 charset. | |
2703 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2704 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
|
2705 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2706 * 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
|
2707 (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
|
2708 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
|
2709 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2710 |
29471 | 2711 2000-06-06 Dave Love <fx@gnu.org> |
2712 | |
2713 * image.el (find-image): Doc fix. Return nil if image not found. | |
2714 (put-image, insert-image): Make STRING arg optional. | |
2715 | |
29455 | 2716 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2717 | |
2718 * language/vietnamese.el: Remove eval-when-compile. | |
2719 (viet-viscii-nonascii-translation-table): Define it as a | |
2720 translation table made from viet-viscii-decode-table. | |
2721 (viet-viscii-encode-table): Define it as a translation table made | |
2722 from the reverse map of above. | |
2723 (viet-vscii-nonascii-translation-table): Define it as a | |
2724 translation table made from viet-vscii-decode-table. | |
2725 (viet-vscii-encode-table): Define it as a translation table made | |
2726 from the reverse map of above. | |
2727 (ccl-decode-viscii): Use translate-character. | |
2728 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2729 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2730 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2731 |
29455 | 2732 * language/cyrillic.el: Remove eval-when-compile. |
2733 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2734 translation table made from cyrillic-koi8-r-decode-table. | |
2735 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2736 made from the reverse map of above. | |
2737 (ccl-decode-koi8): Use translate-character. | |
2738 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2739 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2740 a translation table made from cyrillic-alternativnyj-decode-table. | |
2741 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2742 table made from the reverse map of above. | |
2743 (ccl-decode-alternativnyj): Use translate-character. | |
2744 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2745 Likewize | |
2746 | |
2747 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2748 translation table symbol instead of translation table itself. | |
2749 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2750 | |
2751 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2752 already exists, override it. | |
2753 | |
2754 * international/fontset.el: Use family `proportional' for Tibetan | |
2755 fonts. | |
2756 | |
2757 * international/ccl.el (ccl-compile-translate-character): Don't | |
2758 check if Rrr has property translation-table. | |
2759 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2760 | |
29447 | 2761 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2762 | |
2763 * info.el: Bind case-fold-search to t when searching in case | |
2764 a user sets it to nil in a hook. | |
2765 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2766 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2767 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2768 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2769 * 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
|
2770 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2771 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2772 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2773 (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
|
2774 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2775 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
|
2776 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2777 * 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
|
2778 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2779 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2780 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2781 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2782 * 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
|
2783 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2784 (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
|
2785 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2786 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2787 (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
|
2788 (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
|
2789 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2790 * 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
|
2791 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2792 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
|
2793 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2794 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2795 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2796 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2797 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2798 (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
|
2799 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2800 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2801 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
|
2802 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2803 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2804 * 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
|
2805 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2806 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
|
2807 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2808 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
|
2809 |
29447 | 2810 * 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
|
2811 tty's. |
29447 | 2812 * 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
|
2813 differences whenever appropriate. |
29447 | 2814 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2815 * 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
|
2816 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2817 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2818 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2819 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2820 * 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
|
2821 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2822 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2823 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
|
2824 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2825 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2826 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2827 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2828 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2829 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2830 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2831 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2832 Ignore comment-indent-hook. |
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 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2835 (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
|
2836 (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
|
2837 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2838 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2839 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
|
2840 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2841 (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
|
2842 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2843 |
29403 | 2844 2000-06-02 Dave Love <fx@gnu.org> |
2845 | |
2846 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2847 all the widgets. Don't require cl or widget. Remove | |
2848 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2849 (widget-read-event): Removed. Callers changed to use read-event. | |
2850 (widget-button-release-event-p): Renamed from | |
2851 button-release-event-p. | |
2852 (widget-field-add-space, widget-field-use-before-change): | |
2853 Uncustomize. | |
2854 (widget-specify-field): Use keymap property, not local-map. | |
2855 (widget-specify-button): Obey :suppress-face. | |
2856 (widget-specify-insert): Use modern backquote syntax. | |
2857 (widget-image-directory): Renamed from widget-glyph-directory. | |
2858 (widget-image-enable): Renamed from widget-glyph-enable. | |
2859 (widget-image-find): Replaces widget-glyph-find. | |
2860 (widget-button-pressed-face): Move defvar. | |
2861 (widget-image-insert): Replaces widget-glyph-insert. | |
2862 (widget-convert): Use keywordp. | |
2863 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2864 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2865 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2866 (widget-button-click): Don't set point at the click, but re-centre |
2867 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2868 (widget-tabable-at): Use POS arg, not point. | |
2869 (widget-beginning-of-line, widget-end-of-line) | |
2870 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2871 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2872 (widget-default-create): Use widget-image-insert; some rewriting. | |
2873 (widget-visibility-value-create) | |
2874 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2875 widget-image-insert. | |
2876 (checkbox): Create on and off images dynamically. | |
2877 (documentation-link): Change :help-echo. | |
2878 (widget-documentation-link-echo-help): Remove. | |
2879 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2880 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2881 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2882 * 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
|
2883 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2884 * 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
|
2885 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2886 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2887 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2888 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2889 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2890 |
29383 | 2891 2000-06-02 Dave Love <fx@gnu.org> |
2892 | |
29392 | 2893 * files.el (convert-standard-filename): Doc fix. |
2894 (normal-backup-enable-predicate): New function. | |
2895 (backup-enable-predicate): Use it to replace the lambda form. | |
2896 | |
2897 * calendar/todo-mode.el: [This needs more work on the outline | |
2898 stuff.] Doc fixes. | |
2899 (todo) <defgroup>: Add :version. | |
2900 (todo-add-category): Don't use pushnew. | |
2901 (todo-cmd-raise): Fix typo. | |
2902 (todo-top-priorities): Change temp buffer name. | |
2903 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2904 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2905 Use outline-next-heading. |
29392 | 2906 |
29383 | 2907 * autoarg.el: Rewritten to use define-minor-mode. |
2908 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2909 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2910 | |
29376 | 2911 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2912 | |
2913 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2914 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2915 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2916 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2917 * 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
|
2918 (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
|
2919 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2920 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2921 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2922 |
29372 | 2923 2000-06-01 Dave Love <fx@gnu.org> |
2924 | |
2925 * hl-line.el: Rewritten using define-minor-mode. | |
2926 | |
2927 * help.el (describe-function-1): Distinguish special form from | |
2928 builtin function. Sanity-check presence of arglist for builtins. | |
2929 | |
29356 | 2930 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2931 | |
29365 | 2932 * international/characters.el: Fix syntax/category setting of |
2933 Tibetan characters. | |
2934 | |
2935 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2936 encoding of Tibetan characters. | |
2937 (tibetan-decompose-precomposition-alist): New variable. | |
2938 (tibetan-decompose-region): Convert precomposed characters to | |
2939 non-precomposed characters. | |
2940 (tibetan-decompose-string): Likewise. | |
2941 (tibetan-composition-function): Fix args to | |
2942 thibetan-compose-string. | |
2943 | |
2944 * language/tibetan.el (tibetan-composable-pattern): More | |
2945 characters included. | |
2946 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2947 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2948 "+R" added. | |
2949 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2950 | |
29359 | 2951 * language/lao-util.el (lao-composition-function): Fix args to |
2952 compose-string. | |
2953 | |
2954 * language/thai-util.el (thai-composition-function): Fix args to | |
2955 compose-string. | |
2956 | |
29356 | 2957 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2958 to prevent the point moving to the end of a composition when a |
2959 part of a composition is searched. | |
29356 | 2960 (isearch-other-meta-char): If the key invoking this command can be |
2961 mapped by function-key-map to a printing char, call | |
2962 isearch-process-search-char directly. | |
2963 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2964 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2965 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2966 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2967 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2968 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2969 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2970 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2971 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2972 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2973 * 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
|
2974 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2975 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2976 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
|
2977 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2978 * 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
|
2979 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2980 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
|
2981 |
29347 | 2982 2000-05-31 Dave Love <fx@gnu.org> |
2983 | |
2984 * loadhist.el (loadhist-hook-functions): Remove | |
2985 before-change-function, after-change-function. | |
2986 (unload-feature): Deal with symbols which are both bound and | |
2987 fbound. | |
2988 | |
2989 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2990 before-change-function, after-change-function. | |
2991 | |
2992 * simple.el (newline): Don't bind before-change-function, | |
2993 after-change-function. | |
2994 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2995 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
|
2996 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2997 * 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
|
2998 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
|
2999 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
|
3000 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
|
3001 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3002 * 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
|
3003 |
29330 | 3004 2000-05-31 Dave Love <fx@gnu.org> |
3005 | |
3006 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
3007 pattern for function of change. | |
3008 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
3009 acknowledgements patterns. | |
3010 | |
29328 | 3011 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
3012 | |
3013 * isearch.el (isearch-printing-char): If keyboard coding system is | |
3014 being used, call isearch-process-search-multibyte-characters. | |
3015 | |
3016 * international/isearch-x.el: Mostly rewritten. | |
3017 | |
3018 * international/quail.el (quail-start-conversion): Don't include | |
3019 unhandled events in the returned events, but set them in | |
3020 unread-command-events. Exit if all inputs are deleted. | |
3021 | |
29324 | 3022 2000-05-30 Jason Rumney <jasonr@gnu.org> |
3023 | |
3024 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
3025 | |
3026 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
3027 Reenable code to create initial fontsets. | |
3028 Use set-fontset-font in place of put-charset-property. | |
3029 | |
29302 | 3030 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
3031 | |
29307 | 3032 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
3033 label, ensure that the first colon isn't followed by another. | |
3034 | |
3035 * paths.el (Info-default-directory-list): Doc fix. | |
3036 | |
29304 | 3037 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
3038 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
3039 send a query containing USER only, not USER@HOST. | |
3040 | |
29302 | 3041 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
3042 and rmail-msgend to compute the restriction at the end, instead of | |
3043 computing it. | |
3044 | |
29292 | 3045 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
3046 | |
29295 | 3047 * dabbrev.el (dabbrev-expand): Don't display messages in the |
3048 echo area if the minibuffer window is active. | |
3049 | |
29292 | 3050 * jit-lock.el (jit-lock-mode): Add after change function to |
3051 local hook. | |
3052 | |
3053 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
3054 | |
3055 * antlr-mode.el: New commands: hide/unhide actions, | |
3056 upcase/downcase literals. | |
3057 (antlr-tiny-action-length): New user option. | |
3058 (antlr-hide-actions): New command. Suggested by | |
3059 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
|
3060 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 3061 (antlr-mode-menu): New entries. |
3062 (antlr-downcase-literals): New command. | |
3063 (antlr-upcase-literals): Ditto. | |
3064 | |
3065 * antlr-mode.el: Minor changes: indendation, mode-name. | |
3066 (antlr-indent-line): Indent cpp directive at column 0. | |
3067 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
3068 | |
3069 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
3070 (antlr-font-lock-additional-keywords): Workaround for intentional | |
3071 bug in XEmacs version of font-lock. | |
3072 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
3073 be used by a smarter version of `buffers-menu-grouping-function'. | |
3074 | |
3075 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
3076 | |
3077 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
3078 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
3079 | |
29266 | 3080 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3081 | |
3082 * international/encoded-kb.el | |
3083 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3084 charset-iso-final-char return -1 for eight-bit-control and | |
3085 eight-bit-graphic. | |
3086 | |
29261 | 3087 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3088 | |
3089 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3090 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3091 available, instead of window-system. | |
3092 | |
29259 | 3093 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3094 | |
3095 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3096 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3097 coding systems. | |
3098 | |
29248 | 3099 2000-05-26 Dave Love <fx@gnu.org> |
3100 | |
29255 | 3101 * disp-table.el (standard-display-underline): Don't use |
3102 internal-find-face. | |
3103 | |
29248 | 3104 * mail/reporter.el: Maintainer change. Doc fixes. |
3105 (reporter-version): Deleted. | |
3106 | |
3107 * emacs-lisp/elp.el: Maintainer change. | |
3108 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3109 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3110 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3111 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3112 * 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
|
3113 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3114 |
29240 | 3115 2000-05-26 Dave Love <fx@gnu.org> |
3116 | |
29242 | 3117 * loadhist.el (unload-feature): Fix interactive spec [from |
3118 lijnzaad@ebi.ac.uk]. | |
3119 | |
29240 | 3120 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3121 subr-arity to check primitives. | |
3122 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3123 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3124 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3125 mapcar. | |
3126 | |
29226 | 3127 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3128 | |
29235 | 3129 * international/fontset.el: Set family names of non-latin charsets |
3130 in default fontset to "*". | |
3131 | |
29230 | 3132 * international/mule-diag.el (print-fontset): Combine family part |
3133 and registry part of the fontname by "-*-" instead of "-". | |
3134 | |
29226 | 3135 * international/mule-cmds.el (encode-coding-char): Make strings |
3136 multibyte before calling encode-coding-string. | |
3137 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3138 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3139 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3140 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3141 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3142 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3143 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3144 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3145 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3146 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3147 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3148 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3149 * 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
|
3150 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3151 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3152 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3153 (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
|
3154 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3155 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3156 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3157 |
29214 | 3158 2000-05-25 Dave Love <fx@gnu.org> |
3159 | |
3160 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3161 byte-code-function-p. | |
3162 | |
3163 * mail/rmailsum.el: Add provide. | |
3164 | |
3165 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3166 | |
3167 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3168 defcustom. | |
3169 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3170 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
|
3171 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3172 * 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
|
3173 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
|
3174 |
29205 | 3175 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3176 | |
3177 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3178 grayscale support, not about window-system. | |
3179 | |
3180 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3181 window-system. | |
3182 (ffap-highlight): Always default to t. | |
3183 | |
3184 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3185 display-popup-menus-p instead of looking at window-system. | |
3186 | |
3187 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3188 Only refuse to use string glyphs on X and MS-Windows. | |
3189 | |
3190 * avoid.el: Remove window-system from commentary, suggest to use | |
3191 display-*-p instead. | |
3192 | |
3193 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3194 window-system. | |
3195 | |
29190 | 3196 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3197 | |
3198 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3199 Fill up unsupported characters with their own codes. From Kenichi | |
3200 Handa. | |
3201 | |
29188 | 3202 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3203 | |
3204 * international/mule-diag.el (describe-char-after): Use | |
3205 display-graphic-p instead of window-system, so that this function | |
3206 works on MS-DOS. | |
3207 | |
29181 | 3208 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3209 | |
3210 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3211 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3212 the list of charsets which we convert into `?'. | |
3213 | |
29169 | 3214 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3215 | |
3216 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3217 private charsets. | |
3218 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3219 japanese-jisx0213-2): New charsets. | |
3220 | |
3221 * international/fontset.el: Setup default fontset for new charsets. | |
3222 | |
29166 | 3223 2000-05-24 Dave Love <fx@gnu.org> |
3224 | |
3225 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3226 S. Solomin" <sovs@uic.nnov.ru>]. | |
3227 | |
3228 * icomplete.el: Fix header for Finder. | |
3229 | |
3230 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3231 | |
3232 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3233 STAY. | |
3234 | |
3235 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3236 (rmail-show-message): Add call to `rmail-auto-file' during | |
3237 display. | |
3238 (rmail-auto-file): New function. | |
3239 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3240 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
|
3241 |
29193 | 3242 * 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
|
3243 account. |
29193 | 3244 (ediff-test-utility,ediff-diff-mandatory-option) |
3245 (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
|
3246 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
|
3247 |
29193 | 3248 * 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
|
3249 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3250 |
29193 | 3251 * 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
|
3252 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3253 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3254 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
|
3255 |
29193 | 3256 * 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
|
3257 |
29159 | 3258 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3259 | |
3260 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3261 aliases for hebrew-iso-8bit. | |
3262 | |
29148 | 3263 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3264 | |
3265 * woman.el: New version from Francis J. Wright | |
3266 <F.J.Wright@Maths.QMW.ac.uk>. | |
3267 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3268 names in environment variables regardless of the path separator. | |
3269 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3270 on all files, since woman-file-regexp already filters out any | |
3271 directories. | |
3272 | |
29140 | 3273 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3274 | |
29144 | 3275 * international/quail.el (quail-start-translation): Don't change |
3276 modified-p of the current buffer. | |
3277 (quail-start-conversion): Likewise. | |
3278 | |
3279 * international/kkc.el (kkc-region): Don't change modified-p of | |
3280 the current buffer. | |
3281 | |
29142 | 3282 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3283 conform to RFC1468. | |
3284 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3285 |
29138 | 3286 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3287 | |
3288 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3289 (speedbar-insert-button): Invisible text property fix. | |
3290 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3291 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3292 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3293 (speedbar-page-minus): Renamed from speedbar-file-- | |
3294 (speedbar-page): Renamed from speedbar-file- | |
3295 (speedbar-tag): Renamed from speedbar-tag- | |
3296 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3297 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3298 (speedbar-expand-image-button-alist): Use above renames. | |
3299 | |
3300 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3301 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3302 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3303 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3304 * sb-pg.xpm: Renamed from sb-file.xpm | |
3305 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3306 * 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
|
3307 |
29128 | 3308 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3309 | |
3310 * international/quail.el (quail-show-guidance-buf): Set | |
3311 current-input-method of the guidance buffer to the name of the | |
3312 curren input method. | |
3313 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3314 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3315 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3316 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3317 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3318 * 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
|
3319 quote vars and functions in the docstring. |
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 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
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 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3324 Don't quote lambdas. |
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 * 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
|
3327 |
29116 | 3328 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3329 | |
29127 | 3330 * startup.el (command-line): Determine source file of compiled |
3331 user init file differently. Warn if compiled user init file | |
3332 is older than its source file. | |
3333 | |
29116 | 3334 * 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
|
3335 |
29112 | 3336 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3337 | |
3338 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3339 rather than `|' (which is not allowed on Windows). Replace the | |
3340 drive letters with a string "drive_X". | |
3341 | |
29110 | 3342 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3343 | |
3344 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3345 | |
3346 * files.el (interpreter-mode-alist): Add `bash2'. | |
3347 | |
29091 | 3348 2000-05-22 Dave Love <fx@gnu.org> |
3349 | |
3350 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3351 mapc. | |
3352 (feature-file): Avoid calling symbol-name. Doc fix. | |
3353 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3354 (loadhist-hook-functions): Add mouse-position-function. | |
3355 (unload-feature): Change uses of mapcar. | |
3356 | |
3357 * files.el (parse-colon-path): Doc fix. | |
3358 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3359 (set-auto-mode): Use mapc. | |
3360 | |
3361 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3362 class. | |
3363 (partial-completion-mode): Add autoload cookie. | |
3364 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3365 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
|
3366 |
29102 | 3367 * 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
|
3368 `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
|
3369 |
29082 | 3370 2000-05-22 Dave Love <fx@gnu.org> |
3371 | |
3372 * bindings.el: Remove debug-ignored-errors set in other files. | |
3373 | |
3374 * progmodes/etags.el: Add to debug-ignored-errors. | |
3375 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3376 when making a new list. | |
3377 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3378 mapc. | |
3379 | |
3380 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3381 quote keywords. | |
3382 (cmpl-string-case-type): Use character classes. | |
3383 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3384 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3385 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3386 * imenu.el: |
29082 | 3387 * mail/mh-e.el: |
3388 * progmodes/compile.el: Add to debug-ignored-errors. | |
3389 | |
3390 * dabbrev.el: Add to debug-ignored-errors. | |
3391 (dabbrev-completion): Use mapc. | |
3392 | |
29075 | 3393 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3394 | |
3395 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3396 (woman-mapcan, woman-parse-man.conf) | |
3397 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3398 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3399 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3400 path syntax better. | |
3401 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3402 (woman-manpath): Call woman-parse-man.conf. | |
3403 (woman-emulation): New defcustom, defaults to nroff. | |
3404 (woman-font-support): New defconst. | |
3405 (woman-use-symbol-font): New defcustom. | |
3406 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3407 "Emulation". | |
3408 Many functions: Doc fix. | |
3409 | |
29072 | 3410 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3411 | |
3412 * international/quail.el (quail-simple-translation-keymap): Map | |
3413 128..255 to quail-self-insert-command. | |
3414 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3415 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3416 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3417 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3418 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3419 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3420 * 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
|
3421 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3422 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3423 * 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
|
3424 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3425 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3426 * 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
|
3427 |
29059 | 3428 2000-05-21 Dave Love <fx@gnu.org> |
3429 | |
29061 | 3430 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3431 are invalid characters. | |
3432 | |
29059 | 3433 * international/mule-util.el (detect-coding-with-priority): Use |
3434 mapc. Remove redundant lambda. | |
3435 | |
3436 * international/mule-diag.el (list-non-iso-charset-chars) | |
3437 (describe-fontset): Remove redundant lambda. | |
3438 | |
3439 * emulation/crisp.el (brief-mode): New alias. | |
3440 | |
3441 * emacs-lisp/ring.el (ring-elements): New function. | |
3442 | |
3443 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3444 (easy-menu-do-add-item): Use keywordp. | |
3445 | |
3446 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3447 | |
3448 * replace.el: Doc and error message fixes. | |
3449 (replace-highlight): Use facep, not internal-find-face. | |
3450 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3451 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3452 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3453 * 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
|
3454 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3455 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3456 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3457 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3458 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3459 (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
|
3460 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3461 (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
|
3462 (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
|
3463 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3464 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3465 (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
|
3466 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3467 (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
|
3468 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3469 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3470 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3471 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3472 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3473 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3474 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3475 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3476 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3477 (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
|
3478 (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
|
3479 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3480 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
|
3481 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3482 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3483 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3484 |
29029 | 3485 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3486 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3487 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3488 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3489 | |
29028 | 3490 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3491 | |
3492 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3493 and insert, not subst-char-in-region. | |
3494 | |
3495 * international/mule-diag.el (list-character-sets-1): Handle | |
3496 charsets eight-bit-control and eight-bit-graphic. | |
3497 (list-iso-charset-chars): Likewise. | |
3498 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3499 charactes as is. Use indent-to to align characters. | |
3500 | |
3501 * international/mule-cmds.el (find-multibyte-characters): Never | |
3502 exclude charsets eight-bit-control and eight-bit-graphic. | |
3503 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3504 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3505 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3506 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3507 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3508 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3509 * 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
|
3510 |
28993 | 3511 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3512 | |
3513 * gud.el (gud-jdb-directories): Doc fix. | |
3514 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3515 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3516 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3517 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3518 |
28988 | 3519 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3520 | |
28993 | 3521 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3522 |
28982 | 3523 2000-05-18 Andreas Schwab <schwab@suse.de> |
3524 | |
3525 * dired.el (dired-between-files): Also skip lines beginning with | |
3526 `used'. | |
3527 | |
28978 | 3528 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3529 | |
3530 * msb.el (msb-menu-cond): Add choice `user'. | |
3531 | |
28981 | 3532 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
|
3533 |
28981 | 3534 * ps-print.el: Compatibility, customization and doc fix. |
3535 (ps-printer-name-option): Replace defconst by defvar. | |
3536 (ps-postscript-code-directory): XEmacs compatibility. | |
3537 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3538 fix. | |
3539 (ps-user-defined-prologue, ps-print-prologue-header) | |
3540 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3541 compatibility and code fix. | |
3542 (ps-print-background-image, ps-print-background-text): | |
3543 Customization fix. | |
3544 (ps-line-number-start, ps-n-up-on): New vars. | |
3545 | |
28978 | 3546 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3547 | |
3548 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3549 the indent-comment function to just return the appropriate indent. | |
3550 | |
28975 | 3551 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3552 | |
3553 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3554 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3555 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3556 | |
28969 | 3557 2000-05-18 Dave Love <fx@gnu.org> |
3558 | |
3559 * info.el (Info-fontify-node): Add intangible property as well as | |
3560 invisible. | |
3561 | |
3562 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3563 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3564 | |
28965 | 3565 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3566 | |
3567 * international/mule-diag.el (describe-char-after): Call | |
3568 internal-char-font, not char-font. If internal-char-font returns | |
3569 nil, display "-- none --". | |
3570 | |
28959 | 3571 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3572 | |
3573 * image.el (image-type-available-p): Don't reference image-types | |
3574 if it isn't bound. | |
3575 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3576 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3577 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3578 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3579 |
28954 | 3580 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3581 | |
3582 * startup.el (command-line-1): Don't signal an error if the | |
3583 directory for auto-save-list files does not yet exist. | |
3584 | |
28950 | 3585 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3586 | |
3587 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3588 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3589 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3590 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3591 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3592 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3593 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
|
3594 |
28981 | 3595 * 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
|
3596 |
28942 | 3597 2000-05-16 Dave Love <fx@gnu.org> |
3598 | |
3599 * cus-edit.el: Don't require cl or easymenu. | |
3600 (custom-variable-prompt): Test standard-value property, not | |
3601 user-variable-p. | |
3602 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3603 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
|
3604 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3605 * 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
|
3606 |
28939 | 3607 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3608 | |
3609 * startup.el (command-line-1): Mention the FAQ in the startup | |
3610 message. | |
3611 | |
3612 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3613 | |
3614 * progmodes/compile.el (compilation-parse-errors): Collect | |
3615 `nomessage' regexps last. | |
3616 | |
3617 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3618 | |
3619 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3620 to the function name. | |
3621 | |
28926 | 3622 2000-05-15 Dave Love <fx@gnu.org> |
3623 | |
3624 * speedbar.el (speedbar-recenter): Typo. | |
3625 (speedbar-expand-line): Make arg optional. | |
3626 (speedbar-mode): Avoid a compiler warning. | |
3627 | |
28924 | 3628 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3629 | |
3630 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3631 user-specified option string is empty. | |
3632 | |
3633 * mouse.el (mouse-yank-at-click): Doc fix. | |
3634 | |
28921 | 3635 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3636 | |
3637 * term/internal.el (IT-character-translations): More updates of | |
3638 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3639 documents. | |
3640 | |
28919 | 3641 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3642 | |
3643 * env.el (getenv): New function, interactively callable. | |
3644 (setenv, getenv): Remove autoload cookies. | |
3645 | |
3646 * loadup.el: Load `env'. | |
3647 | |
3648 * progmodes/f90.el: Change author's mail address. | |
3649 | |
28908 | 3650 2000-05-14 Dave Love <fx@gnu.org> |
3651 | |
28911 | 3652 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3653 goto-addr as an option. | |
3654 | |
3655 * help.el (help-xref-stack): Doc fix. | |
3656 (help-xref-following): New variable. | |
3657 (help-make-xrefs): Use it. | |
3658 (help-xref-go-back): Use position information from stack element. | |
3659 (help-follow): Make position in stack element a pair. Use | |
3660 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3661 |
28911 | 3662 * autoarg.el: New file. |
3663 | |
3664 * faces.el: Declare more functions obsolete. | |
3665 | |
28908 | 3666 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3667 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3668 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3669 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3670 Remove all the setup-...-environment functions. | |
3671 | |
28903 | 3672 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3673 | |
28919 | 3674 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3675 >= when detecting. Require `defimage' safely. | |
28903 | 3676 (speedbar-easymenu-definition-base): Add toggle for images. |
3677 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3678 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3679 (speedbar-reconfigure-keymaps-hook): New variable. | |
3680 (speedbar-frame-parameters): Updated documentation. | |
3681 (speedbar-use-imenu-flag): Updated custom tag | |
3682 (speedbar-dynamic-tags-function-list): New variable. | |
3683 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3684 (speedbar-indentation-width, speedbar-indentation-width) New |
3685 variables. | |
3686 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3687 (speedbar-vc-indicator): Doc update. |
3688 (speedbar-ignored-path-expressions): Updated default value. | |
3689 (speedbar-supported-extension-expressions): Updated default value. | |
3690 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3691 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3692 as "+". Added overlay aliases. | |
3693 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3694 `force-mode-line-update'. | |
3695 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3696 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3697 `mouse-set-point' | |
28903 | 3698 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3699 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3700 of arbitrary text, and new helper functions. | |
3701 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3702 filename finder. | |
28903 | 3703 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3704 (speedbar-directory-buttons): Update path search/expansion. | |
3705 (speedbar-make-tag-line): Pay attention to | |
28919 | 3706 `speedbar-indentation-width'. Use more care w/ invisible |
3707 properties. | |
28903 | 3708 (speedbar-change-expand-button-char): Call |
3709 `speedbar-insert-image-button-maybe'. | |
3710 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3711 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3712 (speedbar-trim-words-tag-hierarchy) | |
3713 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3714 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3715 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3716 functions. | |
28903 | 3717 (speedbar-mouse-set-point): New function |
3718 (speedbar-power-click): Updated documentation. | |
28919 | 3719 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3720 of tag prefix text. | |
3721 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3722 to strange text. | |
3723 (speedbar-expand-line): Takes universal argument to flush the | |
3724 cache. | |
28903 | 3725 (speedbar-flush-expand-line): New function. |
3726 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3727 Use new generator insertion method. | |
3728 (speedbar-fetch-dynamic-tags): New function. | |
3729 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3730 `speedbar-fetch-dynamic-imenu'. | |
3731 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3732 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3733 "Revert Buffer" menu items. | |
3734 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3735 filename tag (for expansion purposes.). | |
28919 | 3736 (speedbar-highlight-one-tag-line, |
3737 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3738 (speedbar-recenter): New functions. | |
28903 | 3739 (defimage-speedbar): Image loading abstraction. |
28919 | 3740 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3741 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3742 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3743 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3744 (speedbar-expand-image-button-alist): New variable. |
3745 (speedbar-insert-image-button-maybe): Insert an image over some | |
3746 buttons. | |
3747 | |
28894 | 3748 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3749 | |
3750 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3751 character is always encodable. | |
3752 | |
3753 * international/mule-conf.el: Add more information in descriptions | |
3754 of character sets. | |
3755 | |
28965 | 3756 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3757 (describe-font-internal): Adjusted for the change of font-info. |
3758 (describe-font): Likewise. | |
3759 (print-fontset): Rewritten for the new fontset implementation. | |
3760 (describe-fontset): Include fontset alias names in completion. | |
3761 (list-fontsets): Adjusted for the change of print-fontset. | |
3762 | |
28895 | 3763 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3764 describe-char-after instead of displaying the detail in the echo | |
3765 area. | |
28965 | 3766 (syntax-code-table): Format changed. |
3767 (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
|
3768 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3769 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3770 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3771 * 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
|
3772 |
28890 | 3773 2000-05-12 Dave Love <fx@gnu.org> |
3774 | |
3775 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3776 dependence. Use line-{beginning,end}-position, not | |
3777 point-at{b,e}ol. Some doc fixes. | |
3778 (todo-position): New function. Fix callers of position to use it. | |
3779 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3780 | |
28885 | 3781 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3782 | |
3783 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3784 | |
28893 | 3785 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3786 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3787 |
28882 | 3788 2000-05-11 Dave Love <fx@gnu.org> |
3789 | |
28888 | 3790 * calendar/todo-mode.el: New file. |
28882 | 3791 |
28870 | 3792 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3793 | |
28881 | 3794 * comint.el (comint-read-input-ring): Move reference to |
3795 comint-input-ring-size outside of the save-excursion. It was | |
3796 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
|
3797 |
28875 | 3798 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3799 address on request from him. | |
3800 | |
28870 | 3801 * subr.el (substitute-key-definition): Add comment describing |
3802 the meaning of PREFIX. | |
3803 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3804 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3805 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3806 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3807 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3808 * 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
|
3809 (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
|
3810 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3811 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3812 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3813 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3814 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3815 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3816 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3817 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3818 * 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
|
3819 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3820 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3821 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3822 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3823 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3824 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3825 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3826 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3827 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3828 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3829 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3830 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3831 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3832 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3833 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3834 (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
|
3835 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3836 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3837 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3838 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3839 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3840 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3841 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3842 |
28845 | 3843 2000-05-09 Sam Steingold <sds@goems.com> |
3844 | |
3845 * apropos.el (apropos-print): use `describe-face' instead of | |
3846 `customize-face-other-window'. | |
3847 | |
28842 | 3848 2000-05-09 Dave Love <fx@gnu.org> |
3849 | |
3850 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3851 | |
3852 * help.el (describe-variable): Have customize button pop the | |
3853 help-xref stack when invoked. | |
3854 (help-xref-symbol-regexp): Add `face'. | |
3855 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3856 submatch numbers to cope. | |
3857 (help-xref-interned): Maybe insert face doc too. Separate | |
3858 sections with a line of hyphens. | |
3859 | |
28848 | 3860 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3861 (describe-face): Add customize button. Return the help |
3862 text. Fix prompt. | |
3863 | |
28839 | 3864 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3865 | |
3866 * term/internal.el (IT-character-translations): Fix last change. | |
3867 | |
28833 | 3868 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3869 | |
3870 * woman.el: New file | |
3871 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3872 | |
28829 | 3873 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3874 | |
28831 | 3875 * term/internal.el (IT-character-translations): Update ASCII |
3876 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3877 latin-iso8859-15. | |
3878 | |
28829 | 3879 * international/mule-cmds.el (set-language-info-alist): Call |
3880 define-prefix-command with 3 arguments, to make the map suitable | |
3881 for a menu. | |
3882 | |
28827 | 3883 2000-05-07 Dave Love <fx@gnu.org> |
3884 | |
30993 | 3885 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 3886 |
28825 | 3887 2000-05-05 Dave Love <fx@gnu.org> |
3888 | |
3889 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3890 list in doc string. Don't quote keyword symbols. | |
3891 * emacs-lisp/cl.el: Likewise | |
3892 * emacs-lisp/cl-seq.el: Likewise | |
3893 | |
28823 | 3894 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3895 | |
3896 * abbrev.el (abbrev-mode): Make ARG optional. | |
3897 | |
28812 | 3898 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3899 | |
28817 | 3900 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3901 | |
3902 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3903 | |
28812 | 3904 * subr.el (substitute-key-definition): Clarify documentation. |
3905 | |
3906 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3907 | |
3908 * glasses.el (glasses-convert-to-unreadable): Use | |
3909 `glasses-separator' instead of the hard-wired "_". | |
3910 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3911 place. | |
3912 | |
28808 | 3913 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3914 | |
3915 * term/internal.el (cjk-codepages-alist): Add associations for | |
3916 Chinese and Korean codepages. Remove FIXME comment. | |
3917 | |
28806 | 3918 2000-05-03 Dave Love <fx@gnu.org> |
3919 | |
3920 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3921 New option. | |
3922 (display-time-mail-icon): New variable. | |
3923 (display-time-string-forms): Use the above. Fix the local-map. | |
3924 | |
28795 | 3925 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3926 | |
28805 | 3927 * replace.el (query-replace-map): Add binding for `E'. |
3928 (query-replace-help): Extend help text. | |
3929 (perform-replace): Allow editing the replacement string. | |
3930 | |
3931 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3932 (makefile-mode): Set local abbrev table to | |
3933 makefile-mode-abbrev-table. | |
3934 (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
|
3935 |
28795 | 3936 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3937 set TOGGLE's value. | |
3938 | |
28805 | 3939 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3940 mail-interactive-insert-alias. | |
3941 (mail-abbrev-complete-alias): New command. | |
3942 (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
|
3943 |
28790 | 3944 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3945 | |
3946 * language/lao-util.el (lao-compose-region): New function. | |
3947 | |
28782 | 3948 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3949 | |
28789 | 3950 * files.el (recover-session): Make directories as necessary |
3951 if they don't exist yet. | |
3952 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3953 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3954 (french-calendar-multibyte-special-days-array) |
28782 | 3955 (french-calendar-special-days-array): Change French text. |
3956 (calendar-french-date-string): Change output. | |
3957 (calendar-goto-french-date): Likewise. | |
3958 | |
3959 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3960 | |
3961 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3962 (widget-documentation-string-value-create): Set `:always-active'. | |
3963 | |
28778 | 3964 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3965 | |
3966 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3967 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3968 (normal-top-level): Create the directory for auto-save files, if | |
3969 it doesn't already exist (in the ms-dos case only). | |
3970 | |
28775 | 3971 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3972 | |
3973 * international/mule-cmds.el (set-language-environment): Don't | |
3974 concat an integer (dos-codepage), use format instead. | |
3975 | |
28772 | 3976 2000-05-02 Dave Love <fx@gnu.org> |
3977 | |
3978 * help.el (help-xref-on-pp): Check for constant symbols. | |
3979 | |
28764 | 3980 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3981 | |
3982 * startup.el (normal-top-level): Put a condition-case around | |
3983 the code loading subdirs.el. | |
3984 | |
3985 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
|
3986 |
28764 | 3987 * ps-print.el: Upside-down and face background color printing, |
3988 line number step, doc fix. | |
3989 (ps-print-version): New version number (5.2). | |
3990 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3991 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3992 (ps-spool-config): Var fix. | |
3993 (ps-printer-name-option): Const fix. | |
3994 (ps-print-upside-down, ps-use-face-background) | |
3995 (ps-line-number-step): New vars. | |
3996 (ps-window-system, ps-lp-system): New consts. | |
3997 (ps-face-background): New fun. | |
3998 | |
28759 | 3999 2000-04-28 Richard Stallman <rms@gnu.org> |
4000 | |
4001 * files.el (make-auto-save-file-name): | |
4002 Apply auto-save-file-name-transforms to visited file name | |
4003 before generating auto save file name. | |
4004 (auto-save-file-name-transforms): New variable. | |
4005 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4006 * files.el (backup-enable-predicate): |
28759 | 4007 Correctly test for a file under a temporary directory. |
4008 | |
28751 | 4009 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
4010 | |
4011 * subr.el (add-minor-mode): Rewritten. | |
4012 | |
28749 | 4013 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
4014 | |
4015 * mail/sendmail.el (sendmail-send-it): Set | |
4016 buffer-file-coding-system to the selected coding system for MIME | |
4017 header. | |
4018 | |
28748 | 4019 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
4020 | |
4021 * dired.el (dired-move-to-filename-regexp): Allow format where | |
4022 YYYY is followed by two spaces. | |
4023 | |
4024 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
4025 in the second character class of the regexp. | |
4026 | |
4027 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
4028 mh-etc, too. | |
4029 | |
4030 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
4031 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4032 |
28748 | 4033 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
4034 | |
4035 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
4036 argument. | |
4037 | |
4038 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
|
4039 |
28748 | 4040 * emacs-lisp/crm.el (crm-completion-table): New variable. |
4041 (crm-collection-fn, crm-test-completion) | |
4042 (completing-read-multiple): Use it. | |
4043 | |
28736 | 4044 2000-04-27 Dave Love <fx@gnu.org> |
4045 | |
4046 * help.el (locate-library): Use mapc. | |
4047 (help-manyarg-func-alist): Add call-process-region. | |
4048 | |
28724 | 4049 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
4050 | |
28729 | 4051 * subr.el (add-minor-mode): Make argument MAP optional. |
4052 | |
28724 | 4053 * desktop.el (desktop-save): Save list of minor modes. |
4054 (desktop-create-buffer): Restore minor modes. | |
4055 (desktop-minor-mode-table): New user-option. | |
4056 | |
4057 * subr.el (add-minor-mode): New function. | |
4058 | |
4059 * image.el (find-image): New function. | |
4060 (defimage): Rewritten to find image at load time. | |
4061 | |
4062 * startup.el (normal-top-level-add-to-load-path): Handle | |
4063 case that the default directory is not in load-path. | |
4064 | |
4065 * help.el: Old patch from Stefan Monnier. | |
4066 (help-xref-on-pp): New function. | |
4067 (describe-variable): Use it to display xrefs in a symbol's value. | |
4068 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4069 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4070 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4071 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4072 |
28713 | 4073 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
4074 | |
28715 | 4075 * mail/rmail.el (rmail-expunge): When there are no deleted |
4076 messages, do nothing. | |
28713 | 4077 |
28712 | 4078 2000-04-26 Dave Love <fx@gnu.org> |
4079 | |
4080 * international/mule-cmds.el (locale-translation-file-name): | |
4081 Defvar to nil. | |
4082 (set-locale-environment): Set it here (at runtime). | |
4083 | |
28710 | 4084 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4085 | |
4086 * replace.el (perform-replace): Add parameters START and END. Use | |
4087 them instead of the check for a region in Transient Mark mode. | |
4088 (query-replace-read-args): Return two more list elements for the | |
4089 start and end of the region in Transient Mark mode. | |
4090 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4091 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4092 optional last arguments START and END and pass them to | |
4093 perform-replace. | |
4094 | |
4095 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4096 form with additional arguments for perform-replace. | |
4097 | |
4098 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4099 and END. Construct a form with additional arguments for | |
4100 perform-replace. | |
4101 | |
4102 * simple.el (shell-command): Set default directory for "*Shell | |
4103 Command Output" buffer. | |
4104 | |
4105 * language/european.el (iso-latin-4): Fix typo. | |
4106 | |
4107 * emacs-lisp/crm.el: New file. | |
4108 | |
28701 | 4109 2000-04-24 Dave Love <fx@gnu.org> |
4110 | |
4111 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4112 (Custom-reset-saved, Custom-reset-standard) | |
4113 (custom-group-value-create, custom-group-set, custom-group-save) | |
4114 (custom-group-reset-current, custom-group-reset-saved) | |
4115 (custom-group-reset-standard): Use mapc. | |
4116 (custom-buffer-create-internal): Disable undo when creating items. | |
4117 Use mapc. | |
4118 (custom-face): Avoid redundant lambda. | |
4119 | |
28699 | 4120 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4121 | |
4122 * startup.el (auto-save-list-file-prefix): Set default to | |
4123 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4124 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4125 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4126 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4127 * 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
|
4128 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4129 |
28695 | 4130 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4131 | |
4132 * frame.el (scrolling): New group. | |
4133 (automatic-hscrolling): New user-option. | |
4134 | |
4135 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4136 `--line-spacing'. | |
4137 | |
28668 | 4138 2000-04-19 Dave Love <fx@gnu.org> |
4139 | |
4140 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4141 (cl-mapc): Rename from mapc. Fix the funcall. | |
4142 | |
28653 | 4143 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4144 | |
28660 | 4145 * simple.el (clone-indirect-buffer-other-window): New command. |
4146 (clone-indirect-buffer): Add optional arg NORECROD. | |
4147 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4148 | |
28658 | 4149 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4150 | |
4151 * window.el (count-screen-lines): New function. | |
4152 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4153 instead of window-buffer-height. | |
4154 | |
4155 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4156 non-existing variable comint-input-sentinel. | |
4157 (inferior-lisp-args-to-list): Removed. | |
4158 (inferior-lisp): Use split-string instead of | |
4159 inferior-lisp-args-to-list. | |
4160 | |
4161 * hexl.el (hexl-insert-hex-string): New command. | |
4162 | |
28653 | 4163 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4164 instead of concat. | |
4165 | |
28634 | 4166 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4167 | |
4168 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4169 at the start of an existing but empty folder. | |
4170 | |
4171 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4172 | |
4173 * ps-mule.el: Customization fix, doc fix. | |
4174 (ps-multibyte-buffer): Customization fix. | |
4175 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4176 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4177 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4178 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4179 |
28626 | 4180 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4181 | |
4182 * textmodes/texinfo.el (texinfo-insert-@email) | |
4183 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4184 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4185 (texinfo-mode-map): Add key bindings for them. | |
4186 | |
4187 * files.el (basic-save-buffer-2): Use a template with `$' | |
4188 instead of `#' for VMS. | |
4189 | |
4190 * simple.el (clone-indirect-buffer): New function. | |
4191 | |
28621 | 4192 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4193 | |
4194 * iswitchb.el (iswitchb-case): New function. If the user input | |
4195 contains any upper-case characters, the search is made | |
4196 case-sensitive. | |
4197 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4198 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4199 |
28621 | 4200 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4201 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4202 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4203 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4204 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4205 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4206 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4207 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
|
4208 (texinfo-environments): New var. |
28621 | 4209 (texinfo-environment-regexp): Use regexp-opt and |
4210 texinfo-environments. | |
4211 | |
4212 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4213 ispell-process is bound since this might be eval'd before ispell | |
4214 is loaded. | |
4215 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4216 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
|
4217 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4218 * 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
|
4219 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4220 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4221 (insert-cyclic-diary-entry): Unquote the lambda. |
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 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
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 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4226 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4227 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4228 |
28602 | 4229 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4230 | |
4231 * 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
|
4232 |
28602 | 4233 * ps-print.el: Fix counting lines in a region. |
4234 (ps-print-version): New version number (5.1.5). | |
4235 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4236 (ps-printing-region): Fun code fix. | |
4237 | |
28600 | 4238 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4239 | |
4240 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4241 to file-directory-p. | |
4242 | |
28591 | 4243 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4244 | |
4245 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4246 exists before calling directory-files. | |
4247 | |
28578 | 4248 2000-04-13 Dave Love <fx@gnu.org> |
4249 | |
4250 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4251 syntax. | |
4252 | |
4253 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4254 | |
4255 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4256 (cl-old-mapc): New variable. | |
4257 (mapc): Use it. | |
4258 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4259 next-property-change. | |
4260 (cl-map-overlays): Use with-current-buffer. | |
4261 (cl-expt): Remove. | |
4262 (copy-tree, remprop): Define unconditionally. | |
4263 | |
4264 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4265 | |
4266 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4267 to use keywordp. | |
4268 (edebug-spec): Enable keywordp. | |
4269 | |
4270 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4271 string-lessp. | |
4272 | |
4273 * cus-start.el: Use keywordp. | |
4274 | |
28577 | 4275 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4276 | |
4277 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4278 2000-02-18 by doing a save-excursion. | |
4279 | |
4280 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4281 | |
4282 * ps-print.el: Customization fix, doc fix. | |
4283 (ps-print-version): New version number (5.1.4). | |
4284 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4285 (ps-print-preprint): Adjust code. | |
4286 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4287 (ps-print-prologue-header, ps-print-control-characters) | |
4288 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4289 |
28564 | 4290 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4291 | |
4292 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4293 converted to the new menu-item format, names silightly changed, | |
4294 help strings added. | |
4295 | |
4296 Support for spelling without async subprocesses: | |
4297 | |
4298 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4299 (ispell-session-buffer): New variables. | |
4300 (ispell-start-process, ispell-process-status, | |
4301 ispell-accept-output, ispell-send-string): New functions, for | |
4302 Ispell invocation when async subprocesses aren't supported. | |
4303 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4304 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4305 to process-send-string with calls to ispell-send-string, and | |
4306 accept-process-output with ispell-accept-output. | |
4307 (ispell-init-process): Call ispell-process-status instead of | |
4308 process-status with. | |
4309 (ispell-init-process): Call ispell-start-process. Call | |
4310 ispell-accept-output and ispell-send-string. Don't call | |
4311 process-kill-without-query and kill-process if they are unbound. | |
4312 (ispell-async-processp): New function. | |
4313 | |
28560 | 4314 2000-04-12 Dave Love <fx@gnu.org> |
4315 | |
4316 * info.el: Add debug-ignored-errors. | |
4317 (Info-mode-menu): Add some items. | |
4318 (Info-directory): Add autoload cookie. | |
4319 | |
4320 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4321 Modify `truncate-lines'. Make `describe-language-environment' | |
4322 always visible and add help. Modify `describe-key' help. Invoke | |
4323 Info-directory from `info'. New entry `emacs-manual'. | |
4324 | |
28542 | 4325 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4326 | |
28549 | 4327 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4328 propertized-buffer-identification. | |
4329 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4330 (ebrowse--mode-strings): Removed. | |
4331 (ebrowse--mode-line-props): Removed. | |
4332 | |
28542 | 4333 * files.el (auto-mode-alist): Add `EBROWSE'. |
4334 | |
4335 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4336 space before testing for end of buffer. | |
4337 (ebrowse-load): Removed. | |
4338 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4339 (ebrowse-create-tree-buffer): Rewritten. | |
4340 (ebrowse-tree-mode): Read tree from buffer. | |
4341 | |
4342 * progmodes/ebrowse-ffh.el: Removed. | |
4343 | |
28535 | 4344 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4345 | |
4346 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4347 | |
28534 | 4348 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4349 | |
4350 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4351 at the wrong place. | |
4352 | |
28783 | 4353 2000-04-09 Dave Love <fx@gnu.org> |
4354 | |
4355 * files.el (backup-enable-predicate): Use | |
4356 temporary-file-directory, small-temporary-file-directory. | |
4357 (make-backup-file-name-function, backup-directory-alist): New | |
4358 variables. | |
4359 (make-backup-file-name-1): New function. | |
4360 (make-backup-file-name): Use it. | |
4361 (find-backup-file-name): Likewise. Use format for clarity, not | |
4362 concat. | |
4363 (file-newest-backup): Use make-backup-file-name. | |
4364 | |
28523 | 4365 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4366 | |
28530 | 4367 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4368 |
28530 | 4369 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4370 to ebrowse-ffh.el. | |
4371 (ebrowse-load): Add autoload. | |
4372 | |
4373 * finder.el (finder-commentary): Add autoload cookie. | |
4374 | |
28523 | 4375 * mail/rfc2368.el: Correct author's email address. |
4376 | |
4377 * progmodes/ebrowse.el: New file. | |
4378 | |
4379 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4380 item help string. | |
4381 (easy-menu-do-add-item): Ditto. | |
4382 (easy-menu-define): Extend doc string. | |
4383 | |
4384 * jit-lock.el (with-buffer-unmodified): Use | |
4385 restore-buffer-modified-p. | |
4386 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4387 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4388 with-buffer-unmodified. | |
4389 | |
28517 | 4390 2000-04-08 Dave Love <fx@gnu.org> |
4391 | |
4392 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4393 unless, when. | |
4394 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4395 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
|
4396 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4397 * 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
|
4398 (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
|
4399 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
|
4400 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4401 |
28506 | 4402 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4403 | |
4404 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4405 like C-r. | |
4406 | |
4407 * progmodes/make-mode.el: Some doc fixes. | |
4408 (makefile-mode-abbrev-table): New variable. | |
4409 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4410 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4411 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4412 | |
4413 * replace.el (perform-replace): Don't move forward one char | |
4414 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4415 to do that because it leaves point 1 position after the last | |
4416 replacement, after everything has been replaced. | |
4417 | |
4418 * jit-lock.el (with-buffer-unmodified): New macro. | |
4419 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4420 modified state. | |
4421 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4422 preserving buffer's modified state. | |
4423 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4424 jit-lock-function-1. | |
4425 | |
4426 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4427 | |
28499 | 4428 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4429 | |
4430 * glasses.el: Provide facilities for inserting space before left | |
4431 parentheses and uncapitalization of identifiers. | |
4432 (glasses-mode): Try to remove old overlays in all cases. | |
4433 | |
28485 | 4434 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4435 | |
28496 | 4436 * progmodes/compile.el (compile-internal): Display the compilation |
4437 buffer in a different frame, if it's already displayed there. | |
4438 | |
28494 | 4439 * mail/rfc2368.el: New file. |
4440 | |
28492 | 4441 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4442 header and insert its value as mail body. | |
4443 | |
4444 * subr.el (member-ignore-case): New function. | |
4445 | |
4446 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4447 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4448 from dabbrev-ignored-regexps. | |
4449 | |
28485 | 4450 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4451 to extensions handled by gzip. | |
4452 | |
28492 | 4453 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4454 | |
4455 * files.el (insert-directory): List the total free space | |
4456 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4457 |
28492 | 4458 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4459 line is followed by one that matches CITATION-REGEXP, end the | |
4460 paragraph. | |
4461 | |
4462 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4463 | |
4464 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4465 (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
|
4466 |
28474 | 4467 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4468 | |
4469 * international/mule-cmds.el (encoded-string-description): | |
4470 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4471 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4472 for hexadecimal format. | |
28474 | 4473 |
28468 | 4474 2000-04-01 Dave Love <fx@gnu.org> |
4475 | |
4476 * cpp.el: Change customization group to `c' from `C'. | |
4477 | |
4478 * vcursor.el (vcursor-move): Use display-color-p. | |
4479 | |
4480 * international/mule-util.el: Provide mule-utils. | |
4481 (string-to-sequence): Simplify and speed up. | |
4482 | |
4483 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4484 | |
4485 * international/mule-cmds.el: Various menu changes. | |
4486 (describe-specified-language-support): Handle `Default'. | |
4487 (set-language-info): Purecopy `info'. | |
4488 | |
28462 | 4489 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4490 | |
4491 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4492 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
|
4493 |
28445 | 4494 2000-03-31 Dave Love <fx@gnu.org> |
4495 | |
28452 | 4496 * help.el (help-manyarg-func-alist): Correct several omissions. |
4497 | |
28450 | 4498 * add-log.el: Don't require cl, fortran. |
4499 (add-log-current-defun-function): Doc fix. | |
4500 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4501 fix. | |
4502 (change-log-version-rcs): Function deleted. | |
4503 (change-log-version-number-search): Doc fix. Use | |
4504 vc-workfile-version. Avoid CL dolist. | |
4505 (add-change-log-entry): Just call add-log-current-defun to get | |
4506 defun. Simplify somewhat. | |
4507 (change-log-get-method-definition-1): Likewise. | |
4508 (add-log-current-defun): Return nil if calling | |
4509 add-log-current-defun-function does so. Move Fortran stuff to | |
4510 fortran.el. Return string without properties. | |
4511 | |
28445 | 4512 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4513 and :alpha: char classes. | |
4514 | |
4515 * mail/supercite.el: Defvar curline when compiling. | |
4516 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4517 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4518 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4519 | |
28444 | 4520 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4521 | |
4522 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4523 | |
4524 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4525 Re-enable new code. | |
4526 | |
4527 * lpr.el (print-region-1): Use -d to specify printer name for | |
4528 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4529 | |
4530 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
|
4531 |
28444 | 4532 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4533 for function definition in symbol's function value slot first | |
4534 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
|
4535 |
28435 | 4536 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4537 | |
4538 * language/european.el ("Polish"): New language environment. | |
4539 (setup-polish-environment): New function. | |
4540 | |
28424 | 4541 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4542 | |
4543 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4544 Disable new code. | |
4545 | |
4546 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4547 trying to `load' the symbol of an autoload instead of the file | |
4548 recorded in the autoload. Fix error messages. | |
4549 | |
28429 | 4550 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4551 | |
4552 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4553 (ps-print-version): New version number (5.1.3). | |
4554 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4555 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4556 (ps-generate-postscript-with-faces): Code fix. | |
4557 (ps-color-values): XEmacs compatibility. | |
4558 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4559 (ps-default-fg, ps-default-bg): Adjust customization. | |
4560 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4561 (ps-color-scale): Renaming old ps-color-value fun. | |
4562 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4563 with ps-print-header variable. | |
4564 (ps-print-miscellany): New group. | |
4565 (ps-format-color, ps-rgb-color): New funs. | |
4566 (ps-default-foreground): New var. | |
4567 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4568 |
28416 | 4569 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4570 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4571 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4572 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4573 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4574 (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
|
4575 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4576 |
28416 | 4577 * lisp/locate.el: |
4578 (locate-word-at-point): Added this function | |
4579 (locate): Default to using locate-word-at-point as input | |
4580 Run dired-mode-hook | |
4581 | |
28405 | 4582 2000-03-29 Dave Love <fx@gnu.org> |
4583 | |
4584 * calendar/appt.el: Doc fixes. | |
4585 (appt-check): Convert min-to-app to a string before passing to | |
4586 appt-disp-window-function or concat. | |
4587 (appt-delete-window): Remove test for frame-root-window. | |
4588 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4589 | |
4590 * emacs-lisp/bytecomp.el: Doc fixes. | |
4591 (byte-compile-file-form-autoload): Update | |
4592 byte-compile-function-environment. | |
4593 | |
28403 | 4594 2000-03-29 Andreas Schwab <schwab@suse.de> |
4595 | |
4596 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4597 specially. | |
4598 | |
4599 * dired.el (dired-insert-directory): If dired-free-space-program | |
4600 failed just delete its output. | |
4601 | |
28395 | 4602 2000-03-29 Dave Love <fx@gnu.org> |
4603 | |
4604 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4605 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4606 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4607 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4608 clarity. | |
4609 | |
4610 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4611 | |
28377 | 4612 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4613 | |
4614 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4615 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4616 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4617 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4618 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4619 * 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
|
4620 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4621 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4622 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4623 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4624 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4625 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4626 |
28326 | 4627 2000-03-26 Dave Love <fx@gnu.org> |
4628 | |
28331 | 4629 * net/browse-url.el (browse-url): Re-fix case of |
4630 browse-url-browser-function being an alist. | |
4631 (browse-url): Add :link to defgroup. | |
4632 | |
28326 | 4633 * files.el: Doc fixes. |
4634 (file-truename): Include `[' in wildcard characters. | |
4635 (automount-dir-prefix): Customize. | |
4636 (find-file-wildcards): Add :version. | |
4637 (find-file-noselect): Simplify a mapcar call. | |
4638 | |
4639 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4640 compatible with inf-lisp version. | |
4641 (eval-defun-1): Fix custom-declare-variable case. | |
4642 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4643 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4644 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4645 * 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
|
4646 |
28303 | 4647 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4648 | |
28308 | 4649 * Makefile (COMPILE_FIRST): New macro. |
4650 (compile-files): Compile files from COMPILE_FIRST first. | |
4651 | |
4652 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4653 code. | |
4654 | |
28303 | 4655 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4656 matching open parenthesis in column 0 to defun-prompt-regexp | |
4657 only if open-paren-in-column-0-is-defun-start is set. | |
4658 | |
4659 * sun-curs.el: Require CL at compile-time only. | |
4660 | |
4661 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4662 instead of copy-list which is a function from CL. | |
4663 (msb--choose-menu, msb--mode-menu-cond) | |
4664 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4665 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4666 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4667 `(' in column 0 in doc string. | |
4668 (msb--add-separators): Use mapcar instead of mapcan. | |
4669 | |
4670 * cus-dep.el: Require CL at compile-time only. | |
4671 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4672 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4673 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4674 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4675 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4676 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4677 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4678 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4679 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4680 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4681 (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
|
4682 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4683 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4684 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4685 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4686 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4687 |
28292 | 4688 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4689 | |
4690 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4691 (rmail-expunge): Ask for confirmation depending on the setting | |
4692 of rmail-confirm-expunge. | |
4693 | |
4694 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4695 | |
4696 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4697 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4698 cause a bootstrap failure because things don't autoload as | |
4699 expected. | |
4700 | |
28289 | 4701 2000-03-23 Dave Love <fx@gnu.org> |
4702 | |
4703 * net/browse-url.el: Restore previous use of | |
4704 browse-url-maybe-new-window. | |
4705 | |
28287 | 4706 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4707 | |
4708 * ps-print.el: Skip banner page fix. | |
4709 (ps-print-version): New version number (5.1.2). | |
4710 (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
|
4711 |
28287 | 4712 2000-03-23 Dave Pearson <davep@davep.org> |
4713 | |
4714 * net/quickurl.el Changed the type of parameter passed to the | |
4715 function defined by `quickurl-format-function'. Before only the | |
4716 text of the URL was passed. Now the whole URL structure is passed | |
4717 and the function is responsible for extracting the parts it | |
4718 requires. Changed the default of `quickurl-format-function' | |
4719 accordingly. | |
4720 (quickurl-insert): Changed the `funcall' of | |
4721 `quickurl-format-function' to match the above change. | |
4722 (quickurl-list-insert): Changed the `url' case so that it makes | |
4723 use of `quickurl-format-function', previous to this the format was | |
4724 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4725 |
28283 | 4726 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4727 | |
4728 * startup.el: Change some spellings for the X Window System. | |
4729 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4730 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4731 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4732 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4733 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
|
4734 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4735 |
28276 | 4736 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4737 | |
4738 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4739 | |
28267 | 4740 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4741 | |
4742 * ps-print.el: N-up last page fix. | |
4743 (ps-print-version): New version number (5.1.1). | |
4744 (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
|
4745 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4746 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4747 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4748 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4749 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4750 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4751 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4752 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4753 * 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
|
4754 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4755 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4756 (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
|
4757 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
|
4758 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
|
4759 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4760 (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
|
4761 (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
|
4762 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4763 (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
|
4764 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4765 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4766 * 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
|
4767 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4768 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4769 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
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-parse.el (cvs-parse-run-table): Change message for unknown |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4772 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4773 (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
|
4774 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4775 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4776 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4777 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4778 * pcvs-util.el (cvs-string-fill): Remove. |
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 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4781 (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
|
4782 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
|
4783 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4784 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
|
4785 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4786 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4787 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4788 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4789 * 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
|
4790 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4791 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4792 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
|
4793 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4794 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4795 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4796 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4797 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
|
4798 (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
|
4799 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4800 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4801 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4802 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4803 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4804 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4805 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4806 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4807 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4808 |
28246 | 4809 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4810 | |
4811 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4812 (custom-button-pressed-face): Likewise. | |
4813 | |
28244 | 4814 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4815 | |
4816 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4817 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4818 depending on the value of tags-case-fold-search. | |
4819 (tags-loop-continue): Use tags-loop-eval. | |
4820 (find-tag-in-order): Bind case-fold-search depending on the value | |
4821 of tags-case-fold-search. | |
4822 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4823 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4824 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4825 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4826 (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
|
4827 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4828 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4829 (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
|
4830 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4831 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4832 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4833 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4834 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4835 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4836 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4837 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4838 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4839 * 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
|
4840 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4841 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4842 (easy-mmode-define-navigation): New macro. |
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 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4845 |
28233 | 4846 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4847 | |
4848 * term/x-win.el: Fontsets related initialization is simplified. | |
4849 | |
4850 * international/mule-diag.el (describe-font): Don't refer to | |
4851 global-fontset-alist, instead call font-list. | |
4852 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4853 (print-fontset): Adjusted for the change of fontset | |
4854 implementation. | |
4855 | |
4856 * international/fontset.el (x-charset-registries): Variable | |
4857 removed, instead the corresponding data is stored in the default | |
4858 fontset. | |
4859 (register-alternate-fontnames): Function removed. | |
4860 (resolved-ascii-font): Variable removed. | |
4861 (x-compose-font-name): Ignore the second argument REDOCE. | |
4862 (x-complement-fontset-spec): Complement only an ASCII font and | |
4863 element for those charsets than can use that ASCII font. | |
4864 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4865 instead call fontset-list. | |
4866 (uninstantiated-fontset-alist): Variable removed. | |
4867 (x-style-funcs-alist): Likewise. | |
4868 (fontset-default-styles): Likewise. | |
4869 (x-modify-font-name): Function removed. | |
4870 (create-fontset-from-fontset-spec): Ignore the argument | |
4871 STYLE-VARIANT. | |
4872 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4873 change. | |
4874 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4875 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4876 |
28233 | 4877 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4878 (describe-face): Include `font' attribute in the description. | |
4879 | |
28219 | 4880 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4881 | |
4882 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4883 | |
28209 | 4884 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4885 | |
28212 | 4886 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4887 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4888 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
|
4889 |
28209 | 4890 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4891 about behavior of set-buffer-modified-p wrt redisplay. | |
4892 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4893 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4894 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4895 * 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
|
4896 |
28194 | 4897 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4898 | |
4899 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4900 is a string, convert it to a syntax cell using string-to-syntax. | |
4901 | |
4902 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4903 (string-to-syntax): New function. | |
4904 | |
4905 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4906 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4907 try to use passive ftp mode. |
28194 | 4908 |
28189 | 4909 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4910 | |
28209 | 4911 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4912 |
4913 * simple.el (append-to-buffer): Update point of windows after | |
4914 insertion. | |
4915 | |
4916 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4917 forward then moving backward. Reindent. | |
4918 | |
4919 * frame.el (other-frame): Call x-focus-frame only if | |
4920 focus-follows-mouse is off. | |
4921 | |
28185 | 4922 2000-03-17 Dave Love <fx@gnu.org> |
4923 | |
4924 * pcvs-util.el (cvs-strings->string): Rename | |
4925 replace-regexps-in-string. | |
4926 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4927 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4928 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4929 * 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
|
4930 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4931 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4932 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4933 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4934 |
28174 | 4935 2000-03-16 Dave Love <fx@gnu.org> |
4936 | |
4937 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4938 `fortran'. | |
4939 (f90-mode-hook): Customize. | |
4940 (f90-mode): Set add-log-current-defun-function. | |
4941 (f90-current-defun): New function. | |
4942 | |
28169 | 4943 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4944 | |
28173 | 4945 * cus-edit.el (custom-variable-tag-face): Handle case that |
4946 default face's height is not a number. | |
4947 (custom-face-tag-face, custom-group-tag-face-1) | |
4948 (custom-group-tag-face): Ditto. | |
4949 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4950 |
28169 | 4951 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4952 | |
28161 | 4953 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4954 | |
4955 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4956 requiring easymenu. | |
4957 | |
28155 | 4958 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4959 | |
4960 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4961 handler, doc fix. | |
4962 (ps-print-version): New version number (5.1). | |
4963 (ps-user-defined-prologue, ps-error-handler-message) | |
4964 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4965 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4966 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4967 |
28150 | 4968 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4969 | |
4970 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4971 invalid self-assignment code. |
28150 | 4972 |
28149 | 4973 2000-03-14 Dave Love <fx@gnu.org> |
4974 | |
4975 * subr.el (replace-regexp-in-string): Renamed from | |
4976 replace-regexps-in-string. Doc fix. | |
4977 | |
28131 | 4978 2000-03-12 Dave Love <fx@gnu.org> |
4979 | |
4980 * cus-edit.el: Doc fixes. | |
4981 (customize-set-variable, customize-save-variable): Rename args for | |
4982 doc. | |
4983 (custom-variable-tag-face, custom-face-tag-face) | |
4984 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4985 style which user identify as hyperlink. | |
4986 (hook): Don't add undefined functions to the hook. | |
4987 (debug-ignored-errors): Transfer message from bindings.el. | |
4988 | |
28120 | 4989 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4990 | |
4991 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4992 double/nested definition. | |
4993 | |
28114 | 4994 2000-03-12 Dave Love <fx@gnu.org> |
4995 | |
4996 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4997 * enriched.el (enriched-decode-foreground): Likewise. | |
4998 (enriched-decode-background): Likewise. | |
4999 * isearch.el (isearch-highlight): Likewise. | |
5000 * info-look.el (info-lookup): Likewise. | |
5001 * simple.el (completion-setup-function): Likewise. | |
5002 | |
5003 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
5004 :options. | |
5005 | |
5006 * bindings.el (mode-line-format): Fix line-number and | |
5007 column-number items. Add help-echo for the background. | |
5008 (mode-line-mule-info): Modify help-echo. | |
5009 | |
5010 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
5011 defcustom. | |
5012 | |
5013 * files.el (load-file): Allow completion to .elc. | |
5014 | |
5015 * man.el: Doc fixes. | |
5016 (Man-init-defvars): Use display-color-p to set fontification. | |
5017 | |
5018 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
5019 | |
28109 | 5020 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5021 | |
5022 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
5023 | |
5024 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
5025 | |
28098 | 5026 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
5027 | |
5028 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
5029 Fix comment. | |
5030 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5031 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5032 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5033 * 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
|
5034 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5035 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5036 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5037 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5038 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5039 * 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
|
5040 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5041 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5042 * 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
|
5043 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
|
5044 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5045 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5046 * 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
|
5047 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5048 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5049 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5050 |
28084 | 5051 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
5052 | |
5053 * textmodes/texinfo.el (texinfo-version): Variable and function | |
5054 removed. | |
5055 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5056 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5057 |
28114 | 5058 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
5059 allow more flexibility. | |
5060 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
5061 fns. | |
5062 (easy-mmode-defmap, easy-mmode-defsyntax) | |
5063 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5064 |
28085 | 5065 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 5066 |
5067 * rect.el (replace-rectangle): New function. | |
5068 | |
5069 2000-03-09 Dave Love <fx@gnu.org> | |
5070 | |
5071 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
5072 "C". | |
5073 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
5074 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
5075 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
5076 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
5077 fortran-comment-line-start here. Set comment-start, | |
5078 add-log-current-defun. | |
5079 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
5080 (fortran-current-defun): New function. | |
5081 | |
28073 | 5082 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5083 | |
28077 | 5084 * emacs-lisp/re-builder.el: New file. |
5085 | |
28076 | 5086 * mouse.el (mouse-drag-region): Don't run up-event handler |
5087 if hscroll has changed. | |
5088 | |
28073 | 5089 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5090 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5091 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5092 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5093 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5094 `(defun (setf foo)' differently. |
5095 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5096 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5097 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5098 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5099 (regexp-opt): Update comment and adapt the code the new meaning of |
5100 the `paren' argument of regex-opt-group for shy-groups. | |
5101 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5102 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5103 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5104 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5105 Remove open-presuf and close-presuf. Instead of checking for `all |
5106 one-char' and then later on check for `several one-char', handle | |
5107 both cases close together. Also apply a more generic algorithm | |
5108 for suffixes (the mirror image of the algorithm used for | |
5109 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5110 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5111 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5112 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5113 from comint-mode-map, so we can just inherit from it. Also, move |
5114 the initialization into the `defvar' since there's no docstring | |
5115 anyway and it's fairly short. | |
5116 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5117 shorter and this way we inherit from comint-mode-map rather than | |
5118 copying it. | |
5119 | |
5120 * subr.el (replace-regexps-in-string): Properly handle the case | |
5121 where we match an empty string. | |
5122 | |
5123 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5124 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
|
5125 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5126 |
28046 | 5127 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5128 | |
28051 | 5129 * Makefile (compile-files): Compile files one by one because |
5130 that's the only way to ensure a clean compilation environment for | |
5131 each individual file. | |
5132 | |
28046 | 5133 * frame.el (other-frame): Call x-focus-frame. |
5134 | |
28040 | 5135 2000-03-07 Dave Love <fx@gnu.org> |
5136 | |
28043 | 5137 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5138 :require to defcustom. | |
5139 | |
28040 | 5140 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5141 lists. | |
5142 | |
5143 * files.el (auto-mode-alist): Add configure.in. | |
5144 | |
5145 * progmodes/autoconf.el: New file. | |
5146 | |
28034 | 5147 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5148 | |
5149 * mail/mh-e.el: Change maintainer to `none'. | |
5150 | |
5151 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5152 to remove-hook and add-hook. | |
5153 | |
5154 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5155 | |
28035 | 5156 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5157 it as the default. |
28035 | 5158 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5159 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5160 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5161 |
28024 | 5162 2000-03-07 Dave Love <fx@gnu.org> |
5163 | |
5164 * winner.el: Fix keywords, autoload cookies. Split | |
5165 eval-when-compile form to avoid compilation failure. | |
5166 | |
28017 | 5167 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5168 | |
5169 * international/mule.el: Modify comment about coding system | |
5170 property `coding-category'. | |
5171 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5172 coding-category property of PROPERTIES. | |
5173 | |
5174 * international/mule-conf.el (coding-category-utf-8, | |
5175 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5176 categories. Include them in the argument for set-coding-priority. | |
5177 | |
5178 * international/mule-cmds.el (reset-language-environment): Include | |
5179 coding-category-utf-8, coding-category-utf-16-be, and | |
5180 coding-category-utf-16-le in the argument for set-coding-priority. | |
5181 (reset-language-environment): Initialize coding-category-utf-8, | |
5182 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5183 | |
28014 | 5184 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5185 | |
5186 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5187 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5188 extensions as well as compression extensions. | |
5189 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5190 |
27976 | 5191 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5192 | |
5193 * strokes.el: Change maintainer's mail address. | |
5194 | |
27972 | 5195 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5196 | |
5197 * international/mule-diag.el (list-character-sets): Make help-echo | |
5198 string by substitute-command-keys. | |
5199 (list-character-sets): Likewise. | |
5200 (sort-listed-character-sets): Call help-setup-xref. | |
5201 | |
27965 | 5202 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5203 | |
5204 * time.el (display-time-mail-file): Add `none' to the list of | |
5205 choices. | |
5206 | |
27954 | 5207 2000-03-01 Dave Love <fx@gnu.org> |
5208 | |
27959 | 5209 * help.el (help-xref-go-back): Don't try to set position. |
5210 | |
27954 | 5211 * international/mule-diag.el (list-character-sets): Call |
5212 help-setup-xref. Add help-echo to xrefs. | |
5213 (list-character-sets-1): Add help-echo to xrefs. | |
5214 | |
27949 | 5215 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5216 | |
5217 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5218 the mode off. | |
5219 | |
5220 * add-log.el (add-log-current-defun): Add support for | |
5221 Autoconf mode. | |
5222 | |
5223 * mail/rmail.el (rmail-quit-hook): New variable. | |
5224 | |
27931 | 5225 2000-03-01 Dave Love <fx@gnu.org> |
5226 | |
27935 | 5227 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5228 | |
27931 | 5229 * help.el (help-xref-button): Add help-echo arg. |
5230 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5231 | |
5232 * faces.el (list-faces-display): Supply help-echo with | |
5233 help-make-xrefs. | |
5234 | |
5235 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5236 nil. | |
5237 | |
27919 | 5238 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5239 | |
27927 | 5240 * image.el (defimage): Look for image files in load-path. |
5241 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5242 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5243 `number'. |
5244 | |
27927 | 5245 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5246 | |
5247 * recentf.el (recentf): Added version tag to the defgroup of | |
5248 recentf. | |
5249 | |
5250 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5251 | |
5252 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5253 too. | |
5254 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5255 action to select/unselect a file. | |
5256 (recentf-edit-list): Code cleanup and improvement. | |
5257 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5258 widget action to open a file. | |
5259 (recentf-open-more-files): No more use standard completion but | |
5260 widgets. | |
5261 (recentf-more-collection): Deleted. | |
5262 (recentf-more-history): Deleted. | |
5263 (recentf-setup-more-completion): Deleted. | |
5264 | |
5265 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5266 | |
5267 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5268 under a window-system. | |
5269 | |
5270 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5271 | |
5272 * recentf.el (recentf-edit-list): New command to edit the recent | |
5273 list which allow the user to remove files. | |
5274 (recentf-edit-selected-items): New global variable, used by | |
5275 `recentf-edit-list' to hold the list of files to be removed from | |
5276 the recent list. | |
5277 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5278 menu item. Minor code cleanup. | |
5279 | |
5280 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5281 | |
5282 * recentf.el (recentf-open-more-files): New command to open files | |
5283 that are not displayed in the menu. | |
5284 (recentf-more-collection): New global variable holding the set of | |
5285 permissible completions used by `recentf-open-more-files'. | |
5286 (recentf-more-history): New global variable holding the history list | |
5287 used by `recentf-open-more-files' completion. | |
5288 (recentf-setup-more-completion): New function to setup completion for | |
5289 `recentf-open-more-files'. | |
5290 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5291 | |
5292 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5293 | |
5294 * recentf.el (recentf-menu-action): Doc fixed. | |
5295 | |
5296 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5297 | |
5298 * recentf.el (recentf-menu-filter): Doc updated. | |
5299 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5300 (recentf-make-menu-items): New menu filter handling. | |
5301 (recentf-make-menu-item): New helper function. | |
5302 (recentf-menu-elements): New menu handling function. | |
5303 (recentf-sort-ascending): Updated to new menu filter handling. | |
5304 (recentf-sort-descending): Updated to new menu filter handling. | |
5305 (recentf-sort-basenames-ascending): New menu filter function. | |
5306 (recentf-sort-basenames-descending): New menu filter function. | |
5307 (recentf-show-basenames): New menu filter function. | |
5308 (recentf-show-basenames-ascending): New menu filter function. | |
5309 (recentf-show-basenames-descending): New menu filter function. | |
5310 | |
27919 | 5311 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5312 | |
5313 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5314 the end of the buffer. | |
5315 | |
27911 | 5316 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5317 | |
5318 * international/mule-diag.el (list-character-sets): Completely | |
5319 rewritten. | |
5320 (sort-listed-character-sets): New function. | |
5321 (list-character-sets-1): Completely rewritten. | |
5322 (list-character-sets-2): New function. | |
5323 (non-iso-charset-alist): New variable. | |
5324 (decode-codepage-char): New function. | |
5325 (charset-history): New variable. | |
5326 (read-charset) (list-block-of-chars) | |
5327 (list-iso-charset-chars) | |
5328 (list-non-iso-charset-chars) | |
5329 (list-charset-chars): New functions. | |
5330 (mule-diag): Call list-character-sets-2, not | |
5331 list-character-sets-2. | |
5332 (dump-charsets): Likewise. | |
5333 | |
27910 | 5334 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5335 | |
27919 | 5336 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5337 file name characters. | |
5338 (dired-filename-at-point): Handle ange-ftp file names. | |
5339 | |
27910 | 5340 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5341 instead of assoc-delete-all. | |
5342 (frame-notice-user-settings): Ditto. | |
5343 | |
5344 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5345 Don't copy alist. | |
5346 | |
27906 | 5347 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5348 | |
5349 * calculator.el (calculator-use-menu): New option. | |
5350 (calculator-initial-bindings): Changed some bindings to work as | |
5351 macros. | |
5352 (calculator-forced-input): Removed. | |
5353 (calculator-restart-other-mode): New variable. | |
5354 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5355 |
27906 | 5356 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5357 | |
5358 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5359 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5360 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5361 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
|
5362 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5363 * 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
|
5364 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
|
5365 (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
|
5366 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
|
5367 * 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
|
5368 * 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
|
5369 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
|
5370 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
|
5371 * 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
|
5372 * 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
|
5373 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5374 |
27898 | 5375 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5376 | |
5377 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5378 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5379 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5380 face-font-family-alternatives from working. | |
5381 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5382 chosen font. | |
5383 | |
27873 | 5384 2000-02-25 Sam Steingold <sds@goems.com> |
5385 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5386 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5387 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5388 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5389 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5390 |
5391 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5392 | |
27856 | 5393 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5394 | |
5395 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5396 writable. | |
5397 | |
27868 | 5398 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5399 |
27847 | 5400 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5401 | |
5402 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5403 | |
27845 | 5404 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5405 | |
5406 * diary-lib.el (include-other-diary-files): Undo the selective | |
5407 display in any included file and don't kill it. | |
5408 | |
27841 | 5409 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5410 | |
5411 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5412 bar. Menu items converted to (menu-item format, help strings | |
5413 added. | |
5414 [downcase, upcase]: Don't enable on MS-DOS. | |
5415 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5416 bound. | |
5417 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5418 | |
27825 | 5419 2000-02-23 Dave Love <fx@gnu.org> |
5420 | |
27838 | 5421 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5422 (backward-kill-word): Revert addition of * to interactive spec -- | |
5423 it's a feature. | |
5424 | |
5425 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5426 (backward-kill-sentence, kill-sentence): Likewise. | |
5427 | |
27835 | 5428 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5429 scratch buffer name. | |
5430 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5431 slightly. | |
5432 | |
5433 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5434 new read-face-name. | |
5435 | |
5436 * mail/footnote.el (footnote): Add :version to defgroup. | |
5437 (footnote-section-tag-regexp): Customize. | |
5438 (footnote-start-tag, footnote-end-tag): New option. | |
5439 (footnote-latin-regexp): New variable. | |
5440 (Footnote-latin): New function. | |
5441 (footnote-style-alist): Add element for latin style. | |
5442 (footnote-style): Moved. | |
5443 (Footnote-goto-footnote): Use eq to test arg. | |
5444 | |
5445 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5446 | |
27825 | 5447 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5448 (byte-compile-trueconstp): Include keywords. | |
5449 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5450 byte-compile-const-symbol-p. | |
5451 (byte-optimize-char-before): New optimization. | |
5452 | |
5453 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5454 (byte-compile-const-symbol-p): New function. | |
5455 (byte-compile-constp, byte-compile-out-toplevel) | |
5456 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5457 Use it. | |
5458 | |
5459 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5460 | |
27813 | 5461 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5462 | |
27815 | 5463 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5464 and minor-mode-map-alist. | |
5465 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5466 codes SS2 and SS3 correctly. | |
5467 (encoded-kbd-self-insert-ccl): New function. | |
5468 (encoded-kbd-setup-keymap): New function. | |
5469 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5470 by calling encoded-kbd-setup-keymap. | |
5471 | |
27813 | 5472 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5473 characters. | |
5474 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5475 locally. | |
5476 | |
27811 | 5477 2000-02-22 Dave Love <fx@gnu.org> |
5478 | |
5479 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5480 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5481 defvar. | |
5482 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5483 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5484 classes. Match `defface'. | |
5485 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5486 (eval-defun-1): Fix for defcustom. | |
5487 (lisp-indent-region): Doc fix. | |
5488 | |
5489 * subr.el (when, unless, split-string): Doc fix. | |
5490 (read-passwd): Move call of clear-this-command-keys to the right | |
5491 place. | |
5492 (replace-regexps-in-string): New function. | |
5493 | |
27807 | 5494 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5495 | |
5496 * help.el (describe-variable): Set syntax table to | |
5497 emacs-lisp-mode-syntax-table when moving forward over the | |
5498 symbol's name. | |
5499 | |
27805 | 5500 2000-02-22 Dave Love <fx@gnu.org> |
5501 | |
5502 * xt-mouse.el: Doc fixes. | |
5503 (xterm-mouse-position-function): New function, replacing advice of | |
5504 mouse-position. | |
5505 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5506 | |
5507 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5508 | |
27794 | 5509 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5510 | |
5511 * format.el (format-annotate-single-property-change): Handle | |
5512 properties.with dotted-list values. | |
5513 (format-proper-list-p): New function. | |
5514 | |
5515 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5516 . COLOR) and (background-color . COLOR). | |
5517 | |
27788 | 5518 2000-02-20 Dave Love <fx@gnu.org> |
5519 | |
5520 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5521 and assignments to it. | |
5522 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5523 current local map. | |
5524 (make-flyspell-overlay): Use it. | |
5525 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5526 | |
5527 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5528 (lm-get-header-re): Defun, not defsubst. | |
5529 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5530 (lm-version): Doc fix. Simplify. | |
5531 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5532 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5533 (lm-verify, lm-synopsis): Simplify. | |
5534 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5535 | |
27785 | 5536 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5537 | |
5538 * dired.el (dired-mode): Call propertized-buffer-identification | |
5539 to set mode-line-buffer-identification to something having | |
5540 the right text properties. | |
5541 | |
5542 * bindings.el (propertized-buffer-identification): New function. | |
5543 | |
27777 | 5544 2000-02-20 Dave Love <fx@gnu.org> |
5545 | |
5546 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5547 check for t-mouse too. | |
5548 | |
5549 * cus-start.el: Make echo-keystrokes `number'. | |
5550 | |
27776 | 5551 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5552 | |
5553 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5554 Don't call ring-empty-p unless tags-location-ring is bound. | |
5555 From Noah Friedman <friedman@splode.com>. | |
5556 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5557 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5558 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5559 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5560 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5561 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5562 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5563 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5564 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5565 (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
|
5566 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
|
5567 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5568 |
27757 | 5569 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5570 | |
5571 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5572 | |
27749 | 5573 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5574 | |
27754 | 5575 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5576 | |
27749 | 5577 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5578 of `*' to handle `(* ... *)' comments. | |
5579 | |
27732 | 5580 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5581 | |
27737 | 5582 * 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
|
5583 window-system. |
27737 | 5584 |
27732 | 5585 * menu-bar.el (global-map): Menu-bar items converted to the new |
5586 format (menu-item..., rearranged for better CUA compliance, and | |
5587 their names changed for better clarity. Help strings added. | |
5588 | |
5589 * international/mule-cmds.el (mule-menu-keymap) | |
5590 (describe-language-environment-map, set-coding-system-map) | |
5591 (setup-language-environment-map): Convert to new (menu-item... | |
5592 form, add help strings. Change names of menu items for better | |
5593 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5594 submenu). | |
5595 | |
27729 | 5596 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5597 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5598 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5599 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5600 |
27717 | 5601 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5602 |
27717 | 5603 * faces.el: Don't require custom. Add more specific :groups to |
5604 various deffaces. | |
5605 (set-face-attribute): Purecopy args. | |
5606 (read-face-name): Default to name at point and use it in prompt. | |
5607 Remove colon from arg in all callers. | |
5608 (list-faces-display): Hyperlink to face descriptions and customize | |
5609 buffers. | |
5610 | |
27712 | 5611 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5612 | |
5613 * wid-edit.el (widget-match-inline): An atom never matches a | |
5614 list. | |
5615 | |
27707 | 5616 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5617 | |
27713 | 5618 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5619 at ':' characters by call to split-string. | |
27707 | 5620 |
5621 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5622 | |
27713 | 5623 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5624 |
5625 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5626 | |
27713 | 5627 * textmodes/bibtex.el: Some temporary comments removed. |
5628 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5629 explicit. | |
5630 (bibtex-field-const): Allow capital letters. | |
5631 (bibtex-start-of-string): Deleted because unused. | |
5632 | |
5633 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5634 use the term 'reference' to describe a bibtex entry as a whole. | |
5635 Further, reference keys are no longer called 'labels'. | |
5636 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5637 (bibtex-reformat-previous-labels): Renamed to | |
5638 bibtex-reformat-previous-reference-keys. | |
5639 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5640 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5641 (bibtex-reference-maybe-empty-head): Renamed to | |
5642 bibtex-entry-maybe-empty-head. | |
5643 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5644 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5645 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5646 bibtex-enclosing-entry-maybe-empty-head. | |
5647 (bibtex-entry-field-alist, bibtex-entry-head, | |
5648 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5649 bibtex-map-entries, bibtex-search-entry, | |
5650 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5651 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5652 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5653 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5654 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5655 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5656 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5657 |
5658 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5659 | |
27713 | 5660 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5661 comment. | |
5662 (bibtex-format-field-delimiters): New function, functionality | |
5663 extracted from bibtex-format-entry. | |
5664 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5665 extracted from bibtex-autokey-get-yearfield. | |
5666 | |
5667 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5668 entries in order to avoid stack overflow in the regexp matcher if | |
5669 field contents become large. | |
5670 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5671 bibtex-field-string-part-not-braced, | |
5672 bibtex-field-string-part-no-inner-braces, | |
5673 bibtex-field-string-part-1-inner-brace, | |
5674 bibtex-field-string-part-2-inner-braces, | |
5675 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5676 bibtex-field-string-quoted, bibtex-field-string, | |
5677 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5678 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5679 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5680 as parsing is now performed by the following functions. | |
5681 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5682 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5683 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5684 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5685 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5686 bibtex-search-forward-field, bibtex-search-backward-field, | |
5687 bibtex-start-of-field, bibtex-end-of-field, | |
5688 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5689 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5690 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5691 bibtex-parse-string, bibtex-search-forward-string, | |
5692 bibtex-search-backward-string, bibtex-start-of-string, | |
5693 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5694 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5695 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5696 entries. Instead of reporting the results of the parsing by | |
5697 match-beginning or match-end, these functions return data structures | |
5698 that hold the corresponding positions. | |
5699 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5700 return values rather than by match-beginning or match-end. The | |
5701 following functions have been adapted to use the new parsing | |
5702 functions. | |
5703 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5704 bibtex-enclosing-field, bibtex-format-entry, | |
5705 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5706 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5707 bibtex-print-help-message, bibtex-end-of-entry, | |
5708 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5709 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5710 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5711 method for parsing. | |
5712 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5713 bibtex-map-entries, bibtex-flash-head, | |
5714 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5715 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5716 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5717 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5718 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5719 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5720 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5721 order to make the new binding of case-fold-search immediately | |
5722 visible. | |
27707 | 5723 |
5724 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5725 | |
27713 | 5726 * textmodes/bibtex.el: Copyright notice is up to date. |
5727 Added constant 'bibtex-maintainer-salutation. | |
5728 | |
5729 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5730 than make-temp-name, use match-string-no-properties and eliminate | |
5731 a quadratic behavior when building bibtex-strings. | |
5732 | |
5733 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5734 reference key contains upper case letters. | |
27707 | 5735 |
5736 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5737 | |
27713 | 5738 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5739 a new line. | |
27707 | 5740 |
5741 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5742 | |
27713 | 5743 * bibtex.el: Hiding of entry bodies is not longer provided by |
5744 bibtex.el directly. Instead the hideshow package can be used. | |
5745 Added a special bibtex entry to hs-special-modes-alist. | |
5746 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5747 |
5748 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5749 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5750 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5751 at ':' characters by call to split-string. |
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: Added RCS version identification. |
27729 | 5756 |
5757 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5758 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5759 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5760 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5761 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5762 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5763 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5764 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5765 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5766 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
|
5767 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5768 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5769 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5770 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5771 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5772 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5773 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5774 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5775 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5776 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5777 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5778 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5779 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5780 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5781 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5782 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5783 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5784 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5785 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5786 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5787 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5788 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5789 |
5790 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5791 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5792 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5793 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5794 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5795 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5796 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5797 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5798 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5799 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5800 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
|
5801 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5802 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5803 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5804 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5805 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5806 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5807 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
|
5808 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5809 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5810 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
|
5811 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
|
5812 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5813 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5814 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5815 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5816 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5817 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
|
5818 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5819 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5820 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
|
5821 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
|
5822 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5823 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5824 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5825 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
|
5826 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
|
5827 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
|
5828 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5829 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5830 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5831 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5832 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
|
5833 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5834 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5835 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5836 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5837 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5838 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5839 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5840 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5841 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
|
5842 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
|
5843 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5844 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5845 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5846 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5847 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5848 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5849 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
|
5850 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5851 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5852 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
|
5853 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
|
5854 visible. |
27729 | 5855 |
5856 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5857 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5858 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5859 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5860 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5861 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5862 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
|
5863 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5864 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5865 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5866 reference key contains upper case letters. |
27729 | 5867 |
5868 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5869 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5870 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5871 a new line. |
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: Hiding of entry bodies is not longer provided by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5876 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5877 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5878 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5879 |
5880 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5881 | |
27713 | 5882 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5883 proceedings entry type (for cross referencing). Thanks to Wagner |
5884 Toledo Correa for the suggestion. | |
5885 | |
27713 | 5886 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5887 |
27690 | 5888 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5889 | |
5890 * international/characters.el: Setup case table for Vietnamese. | |
5891 | |
27687 | 5892 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5893 | |
5894 * uniquify.el (toplevel): Require CL at compile time. | |
5895 (uniquify-push): Removed. | |
5896 | |
5897 * shadowfile.el (shadow-when): Removed. | |
5898 | |
5899 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5900 (tempo-process-and-insert-string): Use dolist instead of | |
5901 tempo-dolist. | |
5902 | |
5903 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5904 regexp for paragraph-start. | |
5905 | |
5906 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5907 commas as well. | |
5908 | |
27657 | 5909 2000-02-10 Dave Love <fx@gnu.org> |
5910 | |
5911 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5912 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5913 Deleted. | |
5914 (widget-specify-field, widget-specify-button): Don't use | |
5915 widget-mouse-help as help-echo property. | |
5916 (default): Use #'ignore for :validate and :mouse-down-action. | |
5917 (checkbox): Add help-echo. | |
5918 (widget-sexp-validate): Rewritten to clarify error messages. | |
5919 (character): Use char-valid-p in :match function. | |
5920 (widget-color-complete): Use facemenu-color-alist. | |
5921 (widget-color-action): Use facemenu-read-color. | |
5922 | |
5923 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5924 set up `caar' &c that we now have. | |
5925 | |
27713 | 5926 2000-02-09 Ray Blaak <blaak@gnu.org> |
5927 | |
5928 * delphi.el: Make resourcestring a declaration region, like const | |
5929 and var. | |
5930 | |
27652 | 5931 2000-02-09 Dave Love <fx@gnu.org> |
5932 | |
5933 * bindings.el (mode-line-input-method-map): New variable. | |
5934 (mode-line-mule-info): Use it; fix last change. | |
5935 (mode-line-mode-menu): Move definition. | |
5936 (mode-line-mouse-sensitive-p): Deleted. | |
5937 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5938 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5939 level. | |
5940 | |
5941 * startup.el (command-line-1): Don't call | |
5942 make-mode-line-mouse-sensitive. | |
5943 | |
27644 | 5944 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5945 | |
5946 * mail/rmail.el (rmail-retry-failure): Use | |
5947 rmail-beginning-of-message before rmail-toggle-header, because the | |
5948 former toggles headers. | |
5949 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5950 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
|
5951 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5952 * 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
|
5953 (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
|
5954 (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
|
5955 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
|
5956 (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
|
5957 (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
|
5958 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5959 * 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
|
5960 (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
|
5961 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
|
5962 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5963 (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
|
5964 (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
|
5965 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
|
5966 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
|
5967 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5968 (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
|
5969 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5970 (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
|
5971 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
|
5972 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5973 (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
|
5974 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
|
5975 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5976 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
|
5977 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5978 * 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
|
5979 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
|
5980 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5981 * 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
|
5982 |
27610 | 5983 2000-02-04 Dave Love <fx@gnu.org> |
5984 | |
27617 | 5985 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5986 | |
27610 | 5987 * completion.el: Replace completion-dolist with dolist. |
5988 | |
5989 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5990 dotimes. | |
5991 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5992 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5993 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5994 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5995 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5996 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5997 * 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
|
5998 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5999 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6000 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6001 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6002 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6003 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6004 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6005 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6006 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6007 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6008 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6009 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6010 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6011 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6012 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6013 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6014 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6015 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6016 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6017 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6018 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6019 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6020 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6021 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6022 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6023 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6024 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6025 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6026 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6027 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6028 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6029 (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
|
6030 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6031 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6032 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6033 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6034 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6035 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6036 |
27590 | 6037 2000-02-02 Dave Love <fx@gnu.org> |
6038 | |
6039 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
6040 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
6041 | |
6042 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
6043 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
6044 the new builtins directly. | |
6045 | |
6046 * whitespace.el (whitespace): Add :version to defgroup. | |
6047 | |
6048 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
6049 Doc fix. | |
6050 | |
6051 * thingatpt.el (sexp-at-point, symbol-at-point) | |
6052 (number-at-point, list-at-point): Add autoload cookie. | |
6053 | |
6054 * recentf.el (recentf): Add :version to defgroup. | |
6055 | |
6056 * quickurl.el (quickurl): Add :version to defgroup. | |
6057 | |
6058 * elide-head.el (elide-head): Use point-marker more. | |
6059 | |
6060 * bs.el (bs): Add :version to defgroup. | |
6061 | |
6062 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
6063 | |
6064 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
6065 | |
27587 | 6066 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
6067 | |
6068 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
6069 succeeding process operation sets a different coding system. | |
6070 | |
6071 * calculator.el: New file. | |
6072 | |
27572 | 6073 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
6074 | |
6075 * frame.el (frames-on-display-list, framep-on-display): New | |
6076 functions. | |
6077 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
6078 (display-selections-p, display-screens, display-pixel-width) | |
6079 (display-pixel-height, display-mm-width, display-mm-height) | |
6080 (display-backing-store, display-save-under, display-planes) | |
6081 (display-color-cells, display-visual-class): New functions. | |
6082 | |
6083 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6084 | |
6085 * faces.el (display-color-p): Use framep-on-display. | |
6086 (display-grayscale-p): New function. | |
6087 | |
27549 | 6088 2000-01-31 Dave Love <fx@gnu.org> |
6089 | |
6090 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6091 (create-fontset-from-x-resource): Don't concat integers. | |
6092 | |
27545 | 6093 2000-01-31 Inge Frick <inge@nada.kth.se> |
6094 | |
6095 * view.el: Some changes in documentation. Removed some trailing | |
6096 whitespace. Changed some parameter names to agree with | |
6097 documentation. | |
6098 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6099 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6100 |
27541 | 6101 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6102 | |
27543 | 6103 * windmove.el: New file. |
6104 | |
27541 | 6105 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6106 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6107 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6108 |
27541 | 6109 * jit-lock.el (jit-lock-function): Widen before calculating end |
6110 position. | |
6111 (jit-lock-stealth-chunk-start): Rewritten. | |
6112 | |
6113 * info.el (Info-title-face-alist): Removed. | |
6114 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6115 faces. | |
6116 (Info-fontify-node): Use these faces. | |
6117 | |
27527 | 6118 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6119 | |
6120 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6121 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6122 `&allow-other-keywords'. | |
6123 | |
6124 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6125 the list of directories scanned heuristically. | |
6126 | |
6127 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6128 exist. | |
6129 | |
27523 | 6130 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6131 | |
6132 * w32-fns.el: Define w32-tty-standard-colors. | |
6133 | |
6134 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6135 w32 console mode. | |
6136 | |
27510 | 6137 2000-01-30 Dave Love <fx@gnu.org> |
6138 | |
27513 | 6139 * jka-compr.el (jka-compr-load): Fix up load-history. |
6140 | |
27510 | 6141 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6142 | |
6143 * emacs-lisp/cl-macs.el: Revert previous change. | |
6144 | |
27499 | 6145 2000-01-29 Dave Love <fx@gnu.org> |
6146 | |
6147 * facemenu.el: Purecopy various strings. | |
6148 | |
6149 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6150 years. Deal with three-digit years. | |
6151 | |
6152 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6153 defconst, purecopy. | |
6154 (help-back-label): Purecopy it. | |
6155 | |
27498 | 6156 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6157 | |
6158 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6159 variable. If non-nil, order the buffer list according to the | |
6160 currently selected frame. | |
6161 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6162 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
|
6163 |
27496 | 6164 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6165 | |
6166 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6167 | |
27486 | 6168 2000-01-28 Dave Love <fx@gnu.org> |
6169 | |
27491 | 6170 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6171 | |
27486 | 6172 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6173 Don't use lisp-indent-hook property. | |
6174 (cl-abs): Remove. | |
6175 | |
6176 * subr.el: Move out indent and edebug specs for when and unless. | |
6177 | |
6178 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6179 when, unless. | |
6180 | |
6181 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6182 unless, when. | |
6183 | |
27467 | 6184 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6185 | |
27481 | 6186 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6187 `collecting' as synonym for `collect'. | |
6188 | |
6189 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6190 for the case it contains spaces. | |
6191 | |
6192 * simple.el (what-cursor-position): Change formatting of | |
6193 messages. | |
6194 | |
27473 | 6195 * frame.el (delete-other-frames): New function. |
6196 (toplevel): Bind it to C-x 5 1. | |
6197 | |
27469 | 6198 * sort.el (sort-numeric-base): New option. |
6199 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6200 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6201 as default base. | |
6202 | |
27467 | 6203 * progmodes/glasses.el: New file. |
6204 | |
27451 | 6205 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6206 | |
27461 | 6207 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6208 userids differently. | |
6209 | |
27451 | 6210 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6211 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6212 progmodes/ebnf-yac.el: New files. | |
6213 | |
27446 | 6214 2000-01-26 Dave Love <fx@gnu.org> |
6215 | |
6216 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6217 on a function with an empty body. [From Eric Ludlam.] | |
6218 | |
27437 | 6219 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6220 | |
6221 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6222 | |
27433 | 6223 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6224 | |
6225 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6226 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6227 | |
27419 | 6228 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6229 | |
6230 * language/thai-util.el (thai-composition-function): Delete | |
6231 superfluous `a'. | |
6232 | |
27418 | 6233 2000-01-24 Dave Love <fx@gnu.org> |
6234 | |
6235 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6236 end-of-defun-function. | |
6237 | |
6238 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6239 &c. | |
6240 | |
27405 | 6241 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6242 | |
6243 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6244 conflicts with new face support. | |
6245 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6246 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6247 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6248 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6249 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6250 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6251 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6252 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6253 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6254 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6255 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6256 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6257 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6258 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6259 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6260 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6261 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6262 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6263 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6264 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6265 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6266 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6267 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6268 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6269 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6270 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6271 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6272 |
27366 | 6273 2000-01-19 Dave Love <fx@gnu.org> |
6274 | |
27368 | 6275 * files.el (user-init-file): Don't declare here -- is primitive. |
6276 | |
27366 | 6277 * startup.el (command-line): Check for compiled user-init-file and |
6278 set to uncompiled version if necessary. | |
6279 | |
27358 | 6280 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6281 | |
27361 | 6282 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6283 (undigestify-rmail-message): Use it. | |
6284 | |
27358 | 6285 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6286 | |
27351 | 6287 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6288 | |
6289 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6290 of mini-buffer. | |
6291 | |
27326 | 6292 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6293 | |
27330 | 6294 * emacs-lisp/copyright.el (copyright-update): Removed the |
6295 requirement for a trailing space from `copyright-regexp', to | |
6296 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6297 |
27327 | 6298 * align.el: New file. |
6299 | |
27326 | 6300 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6301 | |
6302 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6303 | |
27323 | 6304 2000-01-13 Dave Love <fx@gnu.org> |
6305 | |
6306 * ph.el: Removed. (Obsoleted by EUDC.) | |
6307 | |
27321 | 6308 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6309 | |
6310 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6311 menu with easymenu, because that causes build problems. | |
6312 | |
6313 * frame.el (frame-notice-user-settings): New variable. | |
6314 (frame-notice-user-settings): Don't modify frame parameters | |
6315 if called a second time. | |
6316 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6317 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6318 |
6319 * frame.el (frame-notice-user-settings): | |
6320 Notice default-frame-parameters even for non-window frames. | |
6321 | |
27318 | 6322 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6323 | |
6324 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6325 for Emacs. | |
6326 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6327 (eudc-bob-toggle-inline-display): Ditto. | |
6328 (eudc-bob-display-jpeg): Ditto. | |
6329 | |
27304 | 6330 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6331 | |
27313 | 6332 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6333 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6334 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
|
6335 |
27312 | 6336 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6337 nil)'. | |
6338 | |
6339 * subdirs.el: Add `net' directory. | |
6340 | |
27308 | 6341 * net: New directory. |
6342 | |
27304 | 6343 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6344 eval-last-sexp. Don't bind debug-on-error here. | |
6345 (eval-last-sexp): New function. Bind debug-on-error if | |
6346 eval-expression-debug-on-error is non-nil. | |
6347 (eval-defun-2, eval-defun): Likewise. | |
6348 | |
6349 * simple.el (eval-expression): Don't bind debug-on-error if | |
6350 eval-expression-debug-on-error is nil. Detect changed | |
6351 debug-on-error, and propagate new value to global binding, if | |
6352 eval-expression-debug-on-error is non-nil, | |
6353 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6354 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6355 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6356 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6357 * 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
|
6358 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6359 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6360 Set up lisp-indent-function property. |
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 * subr.el (with-syntax-table): Moved from simple.el. |
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 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6365 |
27288 | 6366 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6367 | |
27291 | 6368 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6369 of erasing buffer. | |
6370 | |
27288 | 6371 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6372 (fill-context-prefix): Use the longest common prefix of first |
6373 and second line fill prefix, if there is one. | |
27288 | 6374 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6375 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6376 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6377 * 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
|
6378 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6379 |
27282 | 6380 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6381 | |
6382 * add-log.el (add-log-current-defun): Handle user-defined | |
6383 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6384 |
27280 | 6385 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6386 if having found a current function |
27278 | 6387 |
6388 * add-log.el (add-log-current-defun): Call | |
6389 `add-log-current-defun-function'. Try matches at level 0 and | |
6390 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6391 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6392 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6393 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6394 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6395 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6396 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6397 |
27265 | 6398 2000-01-10 Dave Love <fx@gnu.org> |
6399 | |
6400 * elide-head.el (elide-head): Use point-marker, not point. | |
6401 | |
27261 | 6402 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6403 | |
27263 | 6404 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6405 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6406 |
27261 | 6407 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6408 Add ispell- prefix. | |
6409 | |
6410 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6411 | |
6412 * ispell.el: Only define dictionaries in menus when they exist. | |
6413 (version18p): New variable. | |
6414 (version20p): New variable. | |
6415 (xemacsp): New variable. | |
6416 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6417 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6418 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6419 run-together words. |
27261 | 6420 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6421 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6422 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6423 library path when called non-interactively. |
27261 | 6424 (ispell-menu-map-needed): Uses new variables. |
6425 (ispell-library-path): New variable. | |
6426 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6427 (ispell-word): Improved documentation string. Test for valid | |
6428 character mappings. Correctly check typed in word changes that can | |
6429 result in single words split into multiple words. Returns | |
6430 replacement word. | |
6431 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6432 replace in recursive query replace mode. Help message for | |
6433 recursive edit mode. | |
6434 (ispell-show-choices): Protect against bad framepop bindings. | |
6435 (ispell-help): Fix to work with XEmacs. | |
6436 (ispell-highlight-spelling-error): Use new variables. | |
6437 (ispell-overlay-window): Fix to work with XEmacs. | |
6438 (ispell-parse-output): Passed and returns location information | |
6439 tracking spelling corrections. Doesn't recheck same word on | |
6440 current line. | |
6441 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6442 Fix call to single argument in sleep-for. Use new variables. | |
6443 (ispell-region): Passed and returns location information tracking | |
6444 spelling corrections. Doesn't check same word on current line. | |
6445 Improved documentation string. Doesn't resend a line already | |
6446 checked to the ispell process - fixes bug in LaTeX parsing. | |
6447 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6448 (ispell-skip-region): No longer skips <TT> in SGML. | |
6449 (ispell-process-line): Tracks location information with spelling | |
6450 corrections. Added documentation string. Accounts for words | |
6451 already accepted on this line. Don't allow query-replace on line | |
6452 starting with math characters. Doesn't resend a line already sent | |
6453 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6454 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6455 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6456 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6457 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6458 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6459 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6460 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6461 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
|
6462 |
27255 | 6463 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6464 | |
6465 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6466 of a real newline. | |
6467 | |
27253 | 6468 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6469 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6470 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6471 for .png files. |
6472 | |
27251 | 6473 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6474 | |
6475 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6476 | |
27247 | 6477 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6478 | |
27249 | 6479 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6480 | |
27247 | 6481 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6482 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6483 recursion. |
6484 | |
27244 | 6485 2000-01-08 Dave Love <fx@gnu.org> |
6486 | |
27265 | 6487 * emacs-lisp/backquote.el: Remove inappropriate customization |
6488 (allowing custom.el to use backquote). | |
27244 | 6489 |
27241 | 6490 2000-01-07 Dave Love <fx@gnu.org> |
6491 | |
6492 * add-log.el (add-log-debugging): Deleted. | |
6493 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6494 file. Remove debugging code. | |
6495 (change-log-get-method-definition, change-log-name): Add doc. | |
6496 (change-log-sortable-date-at): New function. | |
6497 (change-log-merge): New command. | |
6498 | |
6499 * time.el (display-time-string-forms): Make the Mail string active. | |
6500 (display-time-update): Provide help-echo for load average. | |
6501 | |
6502 * bindings.el (make-mode-line-mouse2-map): New function. | |
6503 (mode-line-modified): Use it and simplify. | |
6504 (mode-line-mule-info): Provide help-echo info. | |
6505 (minor-mode-alist): Activate the strings. | |
6506 (make-mode-line-mouse-sensitive): Simplify for | |
6507 mode-line-buffer-identification. | |
6508 | |
27233 | 6509 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6510 | |
6511 * play/pong.el: New file. | |
6512 | |
27241 | 6513 2000-01-06 Dave Love <fx@gnu.org> |
6514 | |
6515 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6516 `array-' prefix for symbols. | |
6517 | |
6518 2000-01-05 Dave Love <fx@gnu.org> | |
6519 | |
6520 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6521 outline-headers-as-kill. | |
6522 (outline-mode): Define imenu-generic-expression. | |
6523 (outline-headers-as-kill): New command. | |
6524 | |
6525 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6526 from paragraph-start. | |
6527 (paragraph-indent-minor-mode): New command. | |
6528 | |
6529 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6530 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6531 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6532 (fortran-column-ruler): Simplify. | |
6533 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6534 (fortran-with-subprogram-narrowing): Likewise. | |
6535 (fortran-indent-subprogram): Call mark-defun. | |
6536 (fortran-check-for-matching-do): Change narrowing. | |
6537 | |
6538 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6539 (cl-lucid-hash-tag): Delete. | |
6540 (cl-hash-table-p): Correct test for native table. | |
6541 (cl-hash-table-count): Use hash-table-count. | |
6542 | |
6543 * browse-url.el (browse-url): Fix case of | |
6544 browse-url-browser-function being an alist. | |
6545 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6546 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6547 |
27233 | 6548 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6549 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6550 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6551 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6552 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6553 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6554 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6555 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6556 |
27191 | 6557 2000-01-05 Dave Love <fx@gnu.org> |
6558 | |
27241 | 6559 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6560 (beginning-of-defun-raw): Use it. |
6561 (end-of-defun): New variable. | |
6562 (end-of-defun): Use it. | |
6563 (check-parens): New command. | |
6564 | |
27182 | 6565 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6566 | |
27233 | 6567 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6568 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6569 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6570 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6571 |
27176 | 6572 2000-01-05 Andreas Schwab <schwab@suse.de> |
6573 | |
6574 * hscroll.el (hscroll): Doc fix. | |
6575 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6576 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6577 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6578 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6579 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6580 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6581 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6582 file idlw-rinfo.el. |
27182 | 6583 (idlwave-customize): load must read file idlw-shell.el. |
6584 (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
|
6585 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6586 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6587 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6588 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6589 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6590 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6591 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6592 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6593 both reftex-dcr and reftex-vcr. |
27182 | 6594 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6595 * 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
|
6596 |
27164 | 6597 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6598 |
6599 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6600 (ps-print-version): New version number (5.0.3). | |
6601 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6602 local. | |
6603 (ps-spool-config): Initialization fix. | |
27233 | 6604 (ps-print-prologue-1, ps-print-prologue-2) |
6605 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6606 (ps-background-image): Little code reformating. |
6607 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6608 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6609 (ps-prologue-file): New fun. |
6610 | |
27159 | 6611 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6612 | |
27233 | 6613 * ps-vars.el: Eliminated. |
27159 | 6614 |
6615 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6616 `;;;###autoload'. | |
6617 | |
6618 * ps-print.el: ps-vars eliminated, doc fix. | |
6619 (ps-print-version): New version number (5.0.2). | |
6620 (ps-spool-config): Initialization fix. | |
6621 (ps-print-customize): New fun. | |
6622 | |
27155 | 6623 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6624 | |
6625 * autorevert.el (auto-revert-mode): Return value of | |
6626 auto-revert-mode. | |
6627 | |
27152 | 6628 2000-01-04 Dave Love <fx@gnu.org> |
6629 | |
27198 | 6630 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6631 menu items. | |
27152 | 6632 |
27124 | 6633 2000-01-03 Dave Love <fx@gnu.org> |
6634 | |
27191 | 6635 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6636 |
27241 | 6637 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6638 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6639 `cl-hash-table-p', not `hash-table-p'. | |
6640 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6641 | |
27119 | 6642 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6643 | |
6644 * faces.el (face-read-integer, read-face-attribute) | |
6645 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6646 strings. | |
6647 | |
27112 | 6648 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6649 | |
6650 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6651 at comment end, and re-insert them after filling. | |
6652 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6653 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
|
6654 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6655 * 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
|
6656 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6657 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
|
6658 |
27102 | 6659 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6660 | |
6661 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6662 the new name of face-color-supported-p. | |
6663 | |
6664 * term/w32-win.el (xw-defined-colors): Likewise. | |
6665 | |
27097 | 6666 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6667 | |
6668 * simple.el (completion-setup-function): Count completion-size | |
6669 from minibuffer-prompt-end, not from point-min. | |
6670 | |
27091 | 6671 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6672 | |
6673 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6674 Pass the frame to tty-color-* functions. | |
6675 (display-color-p, frame-set-background-mode): Pass the frame to | |
6676 tty-display-color-p. | |
6677 | |
6678 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6679 tty-color-alist. | |
6680 (tty-color-alist, tty-modify-color-alist): New functions. | |
6681 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6682 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6683 an optional parameter FRAME. | |
6684 | |
27074 | 6685 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6686 | |
27082 | 6687 * image.el (create-image, defimage): Don't assume image data is a |
6688 string. | |
6689 | |
27074 | 6690 * image.el (defimage): Handle specifications containing :data |
6691 instead of :file. | |
6692 (image-type-from-data): New function. | |
6693 (image-type-from-file-header): Use it. | |
6694 (create-image): Add parameter DATA-P. | |
27182 | 6695 |
30729 | 6696 See ChangeLog.8 for earlier changes. |
30993 | 6697 |
6698 ;; Local Variables: | |
31092 | 6699 ;; coding: iso-2022-7bit |
30993 | 6700 ;; End: |