Mercurial > emacs
annotate lisp/ChangeLog @ 31216:6e4b811a1f3e
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 28 Aug 2000 01:53:53 +0000 |
parents | 835d558ea0e5 |
children | 0c280e986946 |
rev | line source |
---|---|
31216 | 1 2000-08-28 Kenichi Handa <handa@etl.go.jp> |
2 | |
3 * international/quail.el (quail-use-package): Hide "... loaded" | |
4 message. | |
5 (quail-start-translation, quail-start-conversion): Likewise. | |
6 | |
7 * international/kkc.el (kkc-region): Hide "... loaded" message. | |
8 | |
31212 | 9 2000-08-27 Dave Love <fx@gnu.org> |
10 | |
11 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg. | |
12 | |
31198 | 13 2000-08-27 Miles Bader <miles@gnu.org> |
14 | |
15 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts. | |
16 | |
31195 | 17 2000-08-27 Kenichi Handa <handa@etl.go.jp> |
18 | |
19 * international/ja-dic-cnv.el (skkdic-convert): Insert (require | |
20 'ja-dic-cnv), not (require 'skkdic-cnv). | |
21 | |
31180 | 22 2000-08-26 Miles Bader <miles@gnu.org> |
23 | |
31194 | 24 * faces.el (face-x-resources): Add entry for :inherit. |
25 * cus-face.el (custom-face-attributes): Add support for :inherit | |
26 attribute. Add support for relative face heights. | |
27 (custom-face-attributes-get): Treat `nil' as being a default value | |
28 for :inherit (as well as `unspecified'). | |
29 | |
31191 | 30 * faces.el (set-face-attribute): Update doc string. |
31 (face-attribute-name-alist): Add :inherit. | |
32 (face-valid-attribute-values): Handle :inherit. | |
33 (face-read-string): Rephrase prompt to be less confusing. | |
34 Assume that DEFAULT is a string, since we must return a string. | |
35 (face-read-integer): Use `format' to turn DEFAULT into an | |
36 acceptable default for face-read-string. Match NEW-VALUE against | |
37 the string "unspecified", not the symbol `unspecified', since | |
38 that's what face-read-string returns. | |
39 (read-face-attribute): Lookup a name for old-value in valid, and | |
40 use it as a default if we find one. Treat all values from | |
41 face-read-string as strings. If the default is used, don't do any | |
42 more processing on the value, just use the old value directly. | |
43 (read-face-and-attribute, modify-face): Tweak prompt. | |
44 (read-face-name): Don't assume prompt ends with a space. | |
45 | |
31180 | 46 * faces.el (describe-face): Add support for :inherit attribute. |
47 | |
31166 | 48 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
49 | |
31167 | 50 * terminal.el (terminal-emulator): Fix args to `concat'. Now |
51 concat doesn't accept interger. | |
52 | |
31166 | 53 * international/kkc.el: Remove SKK from Keywords. Require |
54 ja-dic-utl instead of skkdic-utl. | |
55 | |
56 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. | |
57 Provide ja-dic-cnv instead of skkdic-cnv. | |
58 (ja-dic-filename): Renamed from skkdic-filename. Referers changed | |
59 (iso-2022-7bit-short): Add safe-charsets property. | |
60 (skkdic-convert-postfix): Search Japanese chou-on character in | |
61 addition to Hiragana character. | |
62 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. | |
63 (skkdic-convert): Change file names from skkdic.el to ja-dic.el | |
64 (batch-skkdic-convert): Likewise. | |
65 | |
66 * international/ja-dic-utl.el: Renamed from skkdic-utl.el. | |
67 Provide ja-dic-utl instead of skkdic-utl. | |
68 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic. | |
69 | |
31156 | 70 2000-08-24 Dave Love <fx@gnu.org> |
71 | |
31158 | 72 * disp-table.el (standard-display-default): Make the test of `l' |
73 useful. | |
74 | |
31156 | 75 * language/european.el ("Latin-8", "Latin-9"): Add input methods, |
76 mod sample text. | |
77 | |
78 * international/iso-ascii.el: Make pilcrow convenient string | |
79 consistent with section. | |
80 (iso-ascii-display): Set up multibyte characters as well as | |
81 unibyte. | |
82 | |
31137 | 83 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
84 | |
85 * international/mule-cmds.el (reset-language-environment): Set | |
86 default-process-coding-system to '(undecided . iso-latin-1), which | |
87 makes process I/O almost consistent with file I/O. Call this | |
88 function when mule-cmds.el[c] is loaded. | |
89 | |
31092 | 90 2000-08-22 Andrew Innes <andrewi@gnu.org> |
91 | |
92 * makefile.w32-in: New file. | |
93 | |
31038 | 94 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
95 | |
96 * comint.el (comint-output-filter): Compare end of | |
97 comint-last-output-overlay with the start of the newly inserted | |
98 text, not the end, when deciding whether to extend it. | |
99 Set saved-point's insertion type to advance after insertion. | |
100 | |
101 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
102 since this is now done independently of font-lock mode. | |
103 | |
31009 | 104 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
105 | |
106 * server.el (server-kill-new-buffers): New user option. | |
107 (server-existing-buffer): New buffer-local variable. | |
108 (server-visit-files): When using an existing buffer, set | |
109 server-existing-buffer to t. | |
110 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
111 buffer, unless it was already present before visiting it with | |
112 Emacs server. | |
113 | |
31006 | 114 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
115 | |
116 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
117 even if the display doesn't support colors: some displays will | |
118 support bold/underline faces. | |
119 | |
30997 | 120 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
121 | |
31004 | 122 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
123 | |
30997 | 124 * startup.el (command-line): If user's init file had an error, |
125 add explanatory text to *Messages*. | |
126 | |
30994 | 127 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
128 | |
129 * man.el (Man-getpage-in-background): Decode the process output by | |
130 the system locale coding system. | |
131 | |
30980 | 132 2000-08-20 Dave Love <fx@gnu.org> |
133 | |
30991 | 134 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
135 Don't test x-popup-menu. | |
136 (function) <complete-function>: Complete only fbound symbols. | |
137 <validate, value>: New. | |
138 (variable) <complete-function>: Complete only bound symbols. | |
139 (coding-system): Add :base-only, :complete-function, :validate, | |
140 :value, :prompt-match. | |
141 (widget-coding-system-prompt-value): Use read-coding-system and | |
142 act on :base-only. | |
143 (editable-field): Add :help-echo. | |
144 (widget-push-button-gui, widget-push-button-cache) | |
145 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
146 with uses. | |
147 (widget-at): Make arg optional. | |
148 (widget-echo-help): Adjust for current help-echo calling sequence. | |
149 (widget-specify-field, widget-specify-button) | |
150 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
151 (widget-convert, widget-insert, widget-leave-text) | |
152 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
153 (widget-setup, widget-field-find, widget-before-change) | |
154 (widget-after-change, widget-default-complete) | |
155 (widget-default-create, widget-default-delete) | |
156 (widget-push-button-value-create, editable-field) | |
157 (widget-field-prompt-value, widget-field-validate) | |
158 (widget-choice-value-create, widget-choice-action) | |
159 (widget-choice-validate, widget-checklist-add-item) | |
160 (widget-radio-add-item, widget-radio-chosen) | |
161 (widget-radio-value-inline, widget-editable-list-value-create) | |
162 (widget-editable-list-entry-create) | |
163 (widget-documentation-link-add) | |
164 (widget-documentation-string-value-create) | |
165 (widget-regexp-validate, widget-file-complete) | |
166 (widget-sexp-validate, widget-plist-convert-widget) | |
167 (widget-plist-convert-widget, widget-alist-convert-widget) | |
168 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
169 particularly to avoid bindings which aren't optimized out. | |
170 | |
30980 | 171 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
172 Doc fix. | |
173 (down-list, backward-up-list, up-list, kill-sexp) | |
174 (backward-kill-sexp, mark-sexp): Make arg optional. | |
175 (lisp-complete-symbol): Add optional arg PREDICATE. | |
176 | |
177 * cus-start.el: Add display-buffer-reuse-frames, | |
178 file-coding-system-alist. | |
179 | |
30975 | 180 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
181 | |
182 * startup.el (command-line): Clear realized faces after | |
183 modifying TTY color mappings. | |
184 | |
30972 | 185 2000-08-20 Miles Bader <miles@gnu.org> |
186 | |
187 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
188 merely a subset of FACE's attributes. | |
189 | |
30966 | 190 2000-08-19 Miles Bader <miles@gnu.org> |
191 | |
192 * comint.el (comint-output-filter): Save the point with a marker, | |
193 not just a buffer position. | |
194 | |
195 * international/mule.el (set-buffer-process-coding-system): Make | |
196 interactive prompt less confusing. | |
197 | |
30963 | 198 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
199 | |
200 * hilit-chg.el: General cleanup of doc strings, comments and | |
201 code formatting. | |
202 | |
30960 | 203 2000-08-19 Miles Bader <miles@gnu.org> |
204 | |
205 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
206 Compiler macro removed; beginning-of-line is no longer always | |
207 equivalent to forward-line, in the presence of fields. | |
208 | |
209 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
210 restriction, and just use save-restriction, now that it works | |
211 correctly. Don't adjust comint-last-input-start to account for | |
212 our insertion; it shouldn't have moved because we don't use | |
213 insert-before-markers anymore. Comment out call to | |
214 `force-mode-line-update'; why is it here? | |
215 | |
216 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
217 while checking for prompt to delete. Use `forward-line 0' | |
218 instead of beginning-of-line. | |
219 (gud-filter): Temporarily widen gud comint buffer while | |
220 examining output. | |
221 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
222 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
223 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
224 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
225 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
226 * 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
|
227 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
|
228 |
30953 | 229 2000-08-18 Dave Love <fx@gnu.org> |
230 | |
231 * image.el (find-image): Copy `spec' before using plist-put. | |
232 | |
30948 | 233 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
234 | |
235 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
236 `portugues'. | |
237 | |
238 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
239 backward-kill-sexp, analogous to kill-sexp. | |
240 | |
241 * progmodes/icon.el (icon-indent-line) | |
242 (icon-is-continuation-line): Handle comments specially. | |
243 | |
244 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
245 | |
246 * ispell.el: Set to standard author/maintainer/keyword fields. | |
247 Fine tuning to menu map appearance and operation, and added help. | |
248 Remove `start' and `end' error messages when compiling. | |
249 (ispell-choices-win-default-height): Fixed comment string. | |
250 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
251 castellano8 dictionaries. | |
252 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
253 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
254 dictionary, added italiano dictionary. | |
255 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
256 word character | |
257 (ispell-tex-skip-alists): Added psfig support. | |
258 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
259 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
260 (ispell-minor-check): Improved html skipping support to skip across | |
261 code, and recognize `&' commands without propper `;' syntax; | |
262 (ispell-process-line): Fix alignment error when manually | |
263 correcting spelling. | |
264 (ispell): Fix comment string. | |
265 (ispell-add-per-file-word-list): Always put word list on new line. | |
266 | |
30922 | 267 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
268 | |
30928 | 269 * format.el (format-encode-run-method): Fix error message to say |
270 `encode' instead of `decode'. Use save-window-excursion around | |
271 shell-command-on-region as in format-decode-run-method because | |
272 shell-command-on-region can display a buffer with error output. | |
273 (format-decode): Don't record undo information for the decoding. | |
274 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
275 that number part of the temporary buffer name so that more than | |
276 one decoding using a temporary buffer can happen safely. | |
277 | |
278 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
279 of `A-z' in the regexp. | |
280 | |
281 * hilit-chg.el: Fix typos in commentary. | |
282 | |
30922 | 283 * help.el (view-emacs-news): Rewritten for new naming scheme |
284 for old NEWS files. | |
285 | |
286 * startup.el (command-line): Pop to *Messages* in case an error | |
287 is signaled while loading user-init-file. | |
288 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
289 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
290 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
291 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
292 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
293 |
30906 | 294 2000-08-17 Alex Schroeder <alex@gnu.org> |
295 | |
296 * sql.el (sql-magic-go): Use comint-bol. | |
297 (sql-copy-column): Use comint-line-beginning-position. | |
298 (comint-line-beginning-position): Define a replacement for | |
299 comint-line-beginning-position if it is not fboundp. | |
300 | |
301 2000-08-17 Alex Schroeder <alex@gnu.org> | |
302 | |
303 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
304 it didn't have any effect anyway. | |
305 | |
306 2000-08-17 Alex Schroeder <alex@gnu.org> | |
307 | |
308 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
309 --pset and pager=off instead of sending \\o|cat at the beginning | |
310 of the session. | |
311 | |
30903 | 312 2000-08-17 Miles Bader <miles@gnu.org> |
313 | |
314 * progmodes/octave-inf.el: Add compatibility definition of | |
315 comint-line-beginning-position. | |
316 | |
30898 | 317 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
318 | |
319 * startup.el (normal-top-level): Look in each dir in load-path for | |
320 a leim-list.el file too. This assures of loading leim-list.el | |
321 that is created at Emacs installation time even if a user have his | |
322 own leim-list.el. | |
323 | |
30897 | 324 2000-08-17 Miles Bader <miles@gnu.org> |
325 | |
326 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
327 foreground color to black if the background is dark. | |
328 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
329 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
330 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
331 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
332 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
333 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
334 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
335 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
336 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
337 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
338 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
339 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
340 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
341 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
342 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
343 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
344 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
345 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
346 * 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
|
347 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
348 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
349 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
350 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
351 * 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
|
352 (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
|
353 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
354 (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
|
355 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
356 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
357 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
358 (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
|
359 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
360 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
361 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
362 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
363 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
364 (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
|
365 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
366 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
367 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
368 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
369 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
370 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
371 * 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
|
372 |
30870 | 373 2000-08-16 Dave Love <fx@gnu.org> |
374 | |
30894 | 375 * windmove.el (windmove) <defgroup>: Add :version. |
376 | |
377 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
378 (goto-address-fontify-p, goto-address-highlight-p) | |
379 (goto-address-url-face, goto-address-url-mouse-face) | |
380 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
381 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
382 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
383 (goto-address-at-point): browse-url-url-at-point, | |
384 goto-address-find-address-at-point can return nil. | |
385 (goto-address-find-address-at-point): Return nil on failure. | |
386 | |
387 * align.el (align) <defgroup>: Add :version. | |
388 | |
389 * calculator.el (calculator): Add :version. | |
390 (calculator): Use two lines for calculator window if `modeline' | |
391 face is boxed. | |
392 | |
30870 | 393 * play/5x5.el: Doc fixes. |
394 (5x5) <defgroup>: Add :version. | |
395 | |
396 * play/fortune.el (fortune) <defgroup>: Add :version. | |
397 (fortune-append): Fix error message. | |
398 (fortune-from-region): Doc fix. | |
399 | |
400 * play/pong.el (pong): Doc fix. | |
401 | |
402 * play/morse.el: Keywords, commentary, autoloads. | |
403 | |
30854 | 404 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
405 | |
406 * desktop.el (desktop-save): Don't look at symbol-value of a | |
407 member of minor-mode-alist, unless it is boundp. | |
408 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
409 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
|
410 |
30897 | 411 * 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
|
412 `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
|
413 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
|
414 |
30846 | 415 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
416 | |
417 * international/ccl.el (declare-ccl-program): Docstring modified. | |
418 (ccl-execute-with-args): Likewise. | |
419 | |
30839 | 420 2000-08-16 Miles Bader <miles@gnu.org> |
421 | |
30903 | 422 * progmodes/sql.el: Add compatibility definition of |
30839 | 423 comint-line-beginning-position. |
424 | |
30808 | 425 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
426 | |
30829 | 427 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
428 'buffer-menu' property. | |
429 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
430 fails. | |
431 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
432 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
433 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
434 |
30825 | 435 * buff-menu.el (list-buffers-noselect): Don't display the |
436 *Buffer List* buffer. | |
437 | |
30822 | 438 * font-lock.el: Require jit-lock to prevent a very late |
439 `Loading jit-lock' message. | |
440 | |
30808 | 441 * 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
|
442 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 443 mail address. |
444 | |
30804 | 445 2000-08-15 Miles Bader <miles@gnu.org> |
446 | |
447 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
448 (ispell-choices-win-default-height, ispell-help): Use | |
449 `ispell-graphic-p' instead of `xemacsp'. | |
450 | |
30802 | 451 2000-08-15 Dave Love <fx@gnu.org> |
452 | |
30842 | 453 * simple.el: Autoload widget-convert when compiling. |
454 (mail-user-agent): Doc fix. | |
455 | |
456 * help.el (function-called-at-point, variable-at-point): Use | |
457 with-syntax-table. | |
458 (help-manyarg-func-alist): Add insert-and-inherit. | |
459 | |
460 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
461 | |
462 * delsel.el (delsel-unload-hook): New function. | |
463 | |
464 * find-file.el: Doc fixes. Move provide to end. | |
465 (ff) <defgroup>: Add :link. | |
466 (ff-goto-click): Deleted. | |
467 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
468 Use mouse-set-point. | |
469 | |
470 * textmodes/tildify.el: Doc fixes. | |
471 (tildify) <defgroup>: Add:version. | |
472 | |
473 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
474 (glasses-custom-set): Use set-default, not set. | |
475 (minor-mode-alist): Propertize the lighter. | |
476 (glasses-mode): Provide optional arg. | |
477 | |
30813 | 478 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
479 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
480 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
481 option. Provide :type. | |
482 (cwarn-configuration): Provide :type. | |
483 (cwarn-mode): Doc fix. | |
484 | |
485 * add-log.el (change-log-merge): Doc fix. | |
486 (change-log-redate): New command. | |
487 | |
30802 | 488 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
489 Doze and Dog. | |
490 (browse-url): Use dolist, not mapcar. | |
491 (browse-url-at-point): Check for null url. | |
492 (browse-url-event-buffer, browse-url-event-point): Functions | |
493 deleted. | |
494 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
495 | |
496 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
497 modes. | |
498 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
499 Fix previous change to mapcan. | |
500 (msb--init-file-alist, msb--add-separators) | |
501 (msb--make-keymap-menu): Simplify. | |
502 (msb--choose-file-menu): Use copy-sequence. | |
503 (msb-mode-map): Add title to keymap. | |
504 (msb-unload-hook): New function. | |
505 | |
506 * bs.el: Fix indentation. | |
507 (bs) <defgroup>: Add :links. | |
30894 | 508 (bs-show): Doc fix. |
509 (bs-apply-sort-faces): Don't use window-system. | |
510 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 511 |
30796 | 512 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
513 | |
514 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
515 convert-standard-filename. | |
516 | |
30788 | 517 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
518 | |
30790 | 519 * emacs-lisp/authors.el: New file. |
520 | |
30788 | 521 * paren.el (show-paren-priority): New user option. |
522 (show-paren-function): Set overlay priorities to | |
523 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
524 |
30783 | 525 2000-08-14 Miles Bader <miles@gnu.org> |
526 | |
527 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
528 beginning-of-line with inhibit-field-text-motion bound. | |
529 | |
30781 | 530 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
531 | |
532 * calendar/timeclock.el: New file. | |
533 | |
534 2000-08-14 David Ponce <david@dponce.com> | |
535 | |
536 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
537 `widget-button-click'. so that one can use left mouse button to | |
538 click on dialog buttons. | |
539 | |
540 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
541 | |
542 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
543 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
|
544 |
30767 | 545 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
|
546 |
30769 | 547 * comint.el (comint-output-filter): Don't bother frobbing |
548 window-start, it doesn't seem to be necessary. | |
30767 | 549 |
550 * comint.el (comint-send-string, comint-send-region): Make into | |
551 real functions. Snapshot the prompt before sending. | |
552 | |
30764 | 553 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
554 | |
555 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
556 technique similar to Info-index, instead of relying on specific | |
557 names of relevant Index nodes. | |
558 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
559 going to the first node found by Info-find-emacs-command-nodes. | |
560 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
561 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 562 |
563 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
564 | |
30741 | 565 2000-08-10 Miles Bader <miles@gnu.org> |
566 | |
567 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
568 | |
30739 | 569 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
570 | |
571 * info.el (Info-file-list-for-emacs): More elements for the | |
572 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
573 and woman manuals. | |
574 | |
30737 | 575 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
576 | |
577 * comint.el (comint-send-input): Make the newline boundary overlay | |
578 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
579 (comint-output-filter): Use `insert' instead of | |
580 `insert-before-markers'. Extend comint-last-output-overlay when | |
581 necessary since we can't rely on insert-before-markers to do it. | |
582 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
583 save-excursion when inserting the output, so that point gets | |
584 updated correctly; the old method relied on a rather dodgy | |
585 side-effect of comint-output-filter to avoid the effect of | |
586 save-excursion. | |
587 | |
30734 | 588 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
589 | |
590 * files.el (recover-file): Call insert-directory instead of | |
591 invoking `ls' directly. | |
592 | |
30732 | 593 2000-08-10 Miles Bader <miles@gnu.org> |
594 | |
595 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
596 (comint-last-prompt-overlay): New variables. | |
597 (comint-output-filter): Implement prompt highlighting. | |
598 (comint-snapshot-last-prompt): New function. | |
599 (comint-send-input): Snapshot the last prompt. | |
600 Use comint-highlight-input-face. | |
601 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
602 Use defface instead of defcustom. | |
603 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
604 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
605 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
606 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
607 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
608 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
609 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
610 (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
|
611 (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
|
612 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
|
613 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
614 * 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
|
615 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
616 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
617 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
618 |
30715 | 619 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
620 | |
621 * files.el (insert-directory): Don't call access-file on | |
622 directories on DOS and Windows. | |
623 | |
30704 | 624 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
625 | |
626 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
627 longer if necessary. | |
628 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
629 ccl-program-vector. | |
630 | |
30701 | 631 2000-08-09 Miles Bader <miles@gnu.org> |
632 | |
633 * comint.el (comint-output-filter): Properly handle the case where | |
634 the text surrounded by comint-last-output-overlay was deleted. | |
635 | |
30671 | 636 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
637 | |
30693 | 638 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
639 non-nil. | |
640 (Info-file-list-for-emacs): Remove "info" from the list because | |
641 that leads to trying to use the documentation from file `info' | |
642 in various situations where it isn't appropriate, for instance | |
643 C-h C-k C-h i. | |
644 | |
645 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
646 DIR and/or STRING are nil. | |
647 | |
648 * progmodes/compile.el (compilation-setup): Make variable | |
649 compilation-error-screen-columns buffer-local, as some comment | |
650 in the code suggests it should be. | |
651 | |
652 * files.el (auto-mode-interpreter-regexp): New variable. | |
653 (set-auto-mode): Use it. | |
654 | |
655 * indent.el (indent-for-tab-command): Doc fix. | |
656 | |
657 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
658 | |
30671 | 659 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
660 labels. | |
661 | |
662 * help.el (print-help-return-message): When | |
663 display-buffer-reuse-frames is set, let the help window been quit, | |
664 instead of deleting it, which might delete a reused frame. | |
665 | |
30664 | 666 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
667 | |
668 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
669 rename a directory to a name that differs only by its letter case. | |
670 | |
30655 | 671 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
672 | |
673 * international/quail.el (quail-define-rules): Handle Quail decode | |
674 map correctly. Add code for supporting annotations. | |
675 (quail-install-decode-map): New function. | |
676 (quail-defrule-internal): New optional arguments decode-map and | |
677 props. | |
678 (quail-advice): New function. | |
679 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
680 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
|
681 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
682 * 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
|
683 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
684 * 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
|
685 |
30649 | 686 2000-08-03 Miles Bader <miles@gnu.org> |
687 | |
688 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
689 New variable. | |
690 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
691 comint-use-prompt-regexp-instead-of-fields. | |
692 (comint-send-input): Add `input' field property to stuff we send to | |
693 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
694 (comint-output-filter): Add `output' field property to process | |
695 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
696 (comint-replace-by-expanded-history) | |
697 (comint-get-old-input-default, comint-show-output) | |
698 (comint-backward-matching-input, comint-forward-matching-input) | |
699 (comint-next-prompt, comint-previous-prompt): Use field | |
700 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
701 (comint-line-beginning-position): New function. | |
702 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
703 (comint-replace-by-expanded-history-before-point): Use | |
704 comint-line-beginning-position and line-end-position. | |
705 (comint-last-output-overlay): New variable. | |
706 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
707 | |
708 * shell.el (shell-prompt-pattern): Doc change. | |
709 (shell-backward-command): Use line-beginning-position. | |
710 | |
711 * gud.el (gud-gdb-complete-command): Use | |
712 comint-line-beginning-position. | |
713 | |
714 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
715 comint-bol doesn't actually go to the beginning of the line. | |
716 | |
717 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
718 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
719 (try-expand-line-all-buffers): Likewise. | |
720 | |
721 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
722 explicitly matching comint-prompt-regexp. | |
723 (sql-copy-column): Use comint-line-beginning-position instead of | |
724 explicitly matching comint-prompt-regexp. | |
725 | |
726 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
727 comint-line-beginning-position. | |
728 | |
729 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
730 | |
731 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
732 looking for a prompt, use `forward-line 0' instead of | |
733 `beginning-of-line', to avoid getting caught by an input field. | |
734 | |
30633 | 735 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
736 | |
737 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
738 PATTERN, in the Unix case. | |
739 | |
30629 | 740 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
741 | |
742 * play/zone.el (zone): Discard any pending input before running | |
743 the randomly-chosen pgm. | |
744 | |
30623 | 745 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
746 | |
747 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
748 checking the existence of any multibyte characters. | |
749 | |
30619 | 750 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
751 | |
30622 | 752 * help.el (describe-mode): Test minor-mode symbol for being |
753 bound before testing its value for being nil. | |
754 | |
30619 | 755 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
756 `first', `second', and `third'. | |
757 | |
758 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
759 (second): Make it an alias for `cadr'. | |
760 | |
30616 | 761 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
762 | |
763 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
764 types of display support faces now. | |
765 | |
30614 | 766 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
767 | |
768 * pcvs.el (require): Require `cl' during compilation, only. | |
769 | |
770 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
771 (toplevel): Remove `remq' and `remove' from autoloads. | |
772 (cl-fake-autoloads): New variable. If set, arrange for an error | |
773 when CL functions etc. are autoloaded. | |
774 | |
30585 | 775 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
776 | |
30593 | 777 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
778 | |
30591 | 779 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
780 popped up, but the user clicks outside the menu, return an empty | |
781 regexp (that causes unhighlight-regexp to have no effect). | |
782 | |
30589 | 783 * menu-bar.el (menu-bar-games-menu): Add Zone. |
784 | |
30585 | 785 * hi-lock.el (toplevel): Require font-lock. |
786 | |
30576 | 787 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
788 | |
789 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
790 (ebnf-8-bit-chars): New var for bug fix. | |
791 (ebnf-string): Bug fix. | |
792 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
793 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
|
794 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
795 * 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
|
796 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
797 (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
|
798 `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
|
799 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
800 |
30567 | 801 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
802 | |
803 * international/mule-cmds.el (select-safe-coding-system): Make | |
804 the message text about selecting a safe coding system more clear. | |
805 | |
30564 | 806 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
807 | |
30565 | 808 * hi-lock.el: New file. |
809 | |
810 * play/zone.el: New file. | |
811 | |
30564 | 812 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
813 value of tab-width in the original buffer. Choose a line number | |
814 format that's a multiple of the original buffer's tab width, so | |
815 that lines appear right. | |
816 | |
817 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
818 Spell-check active region if in transient-mark-mode and mark | |
819 is active; otherwise spell-check buffer. | |
820 | |
821 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
822 | |
823 * ps-mule.el: Fix a customization problem on | |
824 ps-mule-font-info-database-default. | |
825 | |
30555 | 826 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
827 | |
828 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
829 display-mouse-p instead of window-system. | |
830 (ebrowse-member-mode-map): Ditto. | |
831 | |
30553 | 832 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
833 | |
834 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
835 fix. | |
836 (ebnf-version): New version number (3.2). | |
837 (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
|
838 |
30547 | 839 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
840 | |
30549 | 841 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
842 font lock support on window-system. | |
843 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
844 | |
30547 | 845 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
846 display-color-p, if fboundp, instead of window-system. | |
847 | |
30545 | 848 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
849 | |
850 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
851 instead of window-system. | |
852 | |
853 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
854 window-system. | |
855 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
856 instead of window-system. | |
857 | |
858 * strokes.el (strokes-file): Run the file name through | |
859 convert-standard-filename. | |
860 (strokes-mode): Call display-mouse-p instead of looking at | |
861 window-system. Change the error message accordingly. | |
862 | |
863 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
864 | |
865 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
866 (lm-plot-square, lm-init-display): Don't use window-system. | |
867 | |
868 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
869 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
870 | |
871 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
872 instead of looking at window-system. | |
873 | |
30528 | 874 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
875 | |
876 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
877 of testing if iswitchb-prepost-hooks is bound, because the | |
878 latter will always be true when invoking a recursive minibuffer | |
879 from an active Iswitchb buffer. | |
880 | |
30526 | 881 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
882 | |
883 * files.el (shell-quote-wildcard-pattern): New function. | |
884 (insert-directory): Call it. Only prepend "\" to command on Unix | |
885 and GNU/Linux systems. | |
886 | |
30524 | 887 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
888 | |
889 * eshell/esh-groups.el: Change custom :link file names | |
890 from `eshell.info' to `eshell'. | |
891 | |
892 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
893 | |
894 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
895 correctly in recursive ange-ftp listings. | |
896 | |
897 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
898 | |
899 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
900 ps-header-font-size-internal and | |
901 ps-header-title-font-size-internal variables are not set, | |
902 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
903 face text property is (foreground-color . COLOR) or | |
904 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
905 (ps-print-version): New version number (5.2.4). | |
906 (ps-plot-region): Code fix. | |
907 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
908 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
909 Bug fix 2. | |
910 | |
911 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
912 | |
913 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
914 identifiers like `myXMLDocument'. | |
915 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
916 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
|
917 |
30524 | 918 * mail/mail-hist.el (mail-hist-previous-input) |
919 (mail-hist-next-input): Do the obvious code factorization. | |
920 (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
|
921 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
|
922 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
|
923 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
924 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
|
925 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
926 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 927 Use `<=', not `<' to compare times! |
928 (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
|
929 |
30502 | 930 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
931 | |
30516 | 932 * play/cookie1.el: Add explanation of how to make cookie.el |
933 compatible with strfile(1) to comment. | |
934 | |
935 * subr.el (remove, remq): New functions. | |
936 | |
30511 | 937 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
938 escape `*' in regexps. | |
939 (midnight-find): Reverse order of arguments in the funcall of | |
940 TEST. | |
941 | |
942 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
943 and `.class'. | |
944 | |
30502 | 945 * play/meese.el: Add Commentary section. |
946 | |
30516 | 947 2000-07-27 Alex Schroeder <alex@gnu.org> |
948 | |
949 * sql.el (sql-ms): Added autoload cookie. | |
950 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
951 (sql-oracle): Ditto. | |
952 (sql-help): Doc change. | |
953 | |
954 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
955 types and exceptions. | |
956 | |
957 2000-07-27 Alex Schroeder <alex@gnu.org> | |
958 | |
959 * sql.el (sql-placeholder-history): New variable. | |
960 (sql-query-placeholders-and-send): New function that will query | |
961 the user and replace placeholders with user input. | |
962 (sql-oracle): If running on NT, set comint-input-sender to | |
963 sql-query-placeholders-and-send. | |
964 | |
965 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
966 present it as a message. | |
967 | |
968 2000-07-27 Alex Schroeder <alex@gnu.org> | |
969 | |
970 * sql.el (sql-input-ring-separator): Doc change. | |
971 (sql-input-ring-file-name): Doc change. | |
972 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
973 `sql-input-ring-file-name' to set the comint-mode equivalents | |
974 without making them local variables. | |
975 (sql-stop): Don't bind `sql-input-ring-separator' and | |
976 `sql-input-ring-file-name' dynamically to their comint-mode | |
977 equivalents. | |
978 | |
30490 | 979 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
980 | |
981 * international/mule.el (register-char-codings): New function. | |
982 (make-coding-system): Handle `safe-chars' specification in the arg | |
983 PROPERTY. | |
984 | |
985 * international/mule-cmds.el | |
986 (find-coding-systems-region-subset-p): This function deleted. | |
987 (sort-coding-systems-predicate): New variable. | |
988 (sort-coding-systems): New function. | |
989 (find-coding-systems-region): Use | |
990 find-coding-systems-region-internal. | |
991 (find-coding-systems-string): Use find-coding-systems-region. | |
992 (find-coding-systems-for-charsets): Check | |
993 char-coding-system-table. | |
994 (select-safe-coding-system-accept-default-p): New variable. | |
995 (select-safe-coding-system): Mostly rewritten. New argument | |
996 ACCEPT-DEFAULT-P. | |
997 (select-message-coding-system): Call select-safe-coding-system | |
998 with ACCEPT-DEFAULT-P arg. | |
999 (reset-language-environment): Reset default-sendmail-coding-system | |
1000 to the default value iso-latin-1. | |
1001 (set-language-environment): Don't set the obsolete variable | |
1002 charset-origin-alist. | |
1003 | |
1004 * international/codepage.el (cp-coding-system-for-codepage-1): | |
1005 Give `safe-chars' property to make-coding-system. | |
1006 | |
1007 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
1008 calling select-message-coding-system twice. | |
1009 | |
1010 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
1011 instead of `safe-charsets'. | |
1012 (cyrillic-alternativnyj): Likewise. | |
1013 (ccl-encode-alternativnyj): Don't check the charset | |
1014 cyrillic-iso8859-5. | |
1015 | |
30484 | 1016 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1017 | |
1018 * composite.el (compose-chars-after): Preserve match data. | |
1019 | |
30481 | 1020 2000-07-26 Sam Steingold <sds@gnu.org> |
1021 | |
1022 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
1023 (ange-ftp-real-file-newer-than-file-p): New function. | |
1024 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
1025 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
1026 | |
1027 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
1028 * midnight.el (midnight-float-time): Ditto. | |
1029 | |
30479 | 1030 2000-07-26 Andreas Schwab <schwab@suse.de> |
1031 | |
1032 * files.el (normal-backup-enable-predicate): Correct | |
1033 interpretation of the return value of compare-strings. | |
1034 | |
30471 | 1035 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
1036 | |
30477 | 1037 * isearch.el (isearch-resume): New function. |
1038 (isearch-done): Add something to command-history to resume | |
1039 the search. | |
1040 (isearch-yank-line, isearch-yank-word): Use | |
1041 buffer-substring-no-properties instead of buffer-substring. | |
1042 | |
30471 | 1043 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
1044 of flyspell-mouse-map. | |
1045 | |
1046 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
1047 duplicate definition. | |
1048 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
1049 | |
1050 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
1051 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
1052 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1053 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
|
1054 |
30459 | 1055 * net/ange-ftp.el: Get modtime over the net. |
1056 (ange-ftp-file-modtime): New function. | |
30473 | 1057 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
1058 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 1059 Use it. |
1060 (ange-ftp-dot-to-slash): New function. | |
1061 (ange-ftp-fix-name-for-vms): Use it. | |
1062 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1063 * 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
|
1064 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1065 |
30457 | 1066 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
1067 | |
1068 * find-dired.el: Update copyright notice. | |
1069 (find-dired): Offer to kill a running `find'. | |
1070 | |
1071 * enriched.el (enriched-face-ans): For a `foreground-color' | |
1072 property, return '(("x-color" COLOR))' so that COLOR will be | |
1073 output as a parameter of the x-color annotation. Likewise for the | |
1074 `background-color' property. In the case of normal face | |
1075 properties, don't return annotations for unspecified foreground | |
1076 and background face attributes. | |
1077 | |
30450 | 1078 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
1079 | |
1080 * language/japan-util.el (japanese-katakana-region): Fix handling | |
1081 HANKAKU argument. | |
1082 | |
30438 | 1083 2000-07-25 Miles Bader <miles@gnu.org> |
1084 | |
1085 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
1086 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
1087 constrain-to-field. | |
1088 | |
30437 | 1089 2000-07-24 Andrew Innes <andrewi@gnu.org> |
1090 | |
1091 * timer.el (timer-activate-when-idle): Add optional parameter | |
1092 DONT-WAIT. Update docstring. | |
1093 (run-with-idle-timer): Specify extra parameter to | |
1094 timer-activate-when-idle, so that timer will be activated | |
1095 immediately if Emacs is already idle. | |
1096 | |
1097 * w32-fns.el (w32-using-nt): Fix docstring. | |
1098 | |
30434 | 1099 2000-07-24 Dave Love <fx@gnu.org> |
1100 | |
1101 * mouse.el (popup-menu): Set last-command-event. | |
1102 (mouse-major-mode-menu-prefix): Declare. | |
1103 | |
30433 | 1104 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1105 | |
1106 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1107 | |
1108 * progmodes/hideshow.el: Update copyright notice. | |
1109 | |
1110 * vcursor.el: Set maintainer to FSF, since author cannot | |
1111 be reached. | |
1112 | |
30422 | 1113 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1114 | |
30424 | 1115 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1116 the prompt. | |
1117 | |
30422 | 1118 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1119 in case it was defined with define-prefix-key. If the menu is a | |
1120 list of keymaps, look up the binding of user's choice in each one | |
1121 of the keymaps. | |
1122 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1123 don't have a prompt string, create one and insert it into the | |
1124 keymap. Don't barf if current-local-map returns nil. | |
1125 | |
30415 | 1126 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1127 | |
1128 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1129 to be undone. | |
1130 (dired-sort-other): Use it. | |
1131 | |
30412 | 1132 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1133 | |
30415 | 1134 * Release of cc-mode 5.27 |
30412 | 1135 |
1136 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1137 | |
1138 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1139 c-beginning-of-statement-1 that caused a bad case of recursion | |
1140 which could consume a lot of CPU in large classes in languages | |
1141 that have in-expression classes (i.e. Java and Pike). | |
1142 | |
1143 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1144 statements before top level constructs (i.e. case 6 is moved | |
1145 before case 5 and is now case 4) to catch in-expression | |
1146 classes in top level expressions correctly. | |
1147 | |
1148 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1149 | |
1150 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1151 objc-method-intro. Case 4 removed and case 5I added. | |
1152 | |
1153 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1154 c-common-init to get paragraph-start correct. | |
1155 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1156 initialize paragraph-start to make it correct both with and | |
1157 without the javadoc special case. | |
1158 | |
1159 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1160 initialize paragraph-start for javadoc markup. | |
1161 | |
1162 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1163 change by defaulting this to t. It's motivated by the | |
1164 confusing behavior that otherwise arise from the style system | |
1165 when editing both java and non-java files at the same time | |
1166 (see the comments about style setting in c-common-init). | |
1167 | |
1168 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1169 | |
1170 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1171 similar to the one in c-fill-paragraph to check the fill | |
1172 prefix from the adaptive fill function for sanity. | |
1173 | |
1174 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1175 | |
1176 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1177 defun block. | |
1178 | |
1179 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1180 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1181 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1182 |
1183 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1184 | |
1185 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1186 leading comma nicely. Extended to handle member initializers | |
1187 too. | |
1188 | |
30415 | 1189 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1190 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1191 when the lines begins with a comma. | |
1192 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1193 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1194 |
1195 * cc-vars.el (c-offsets-alist): Changed default for | |
1196 member-init-cont to c-lineup-multi-inher since it now handles | |
1197 member initializers and indents better for leading commas. | |
1198 | |
1199 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1200 | |
1201 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1202 handling that caused class open lines to be recognized as | |
1203 statement-conts in some cases. | |
1204 | |
1205 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1206 guessed by the adaptive fill function unless point is on the | |
1207 first line of a block comment. | |
1208 | |
1209 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1210 when the buffer ends with a macro continuation char. | |
1211 | |
1212 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1213 function definitions as statements in Pike. The first | |
1214 statement in a lambda block is now labeled defun-block-intro | |
1215 instead of statement-block-intro. | |
1216 | |
1217 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1218 so that the class surrounding point is selected, not the one | |
1219 innermost in the state. | |
1220 | |
1221 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1222 recognition of switch labels having hanging multiline | |
1223 statements. | |
1224 | |
1225 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1226 some code in c-guess-basic-syntax to a separate function. | |
1227 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1228 recognition of member inits with multiple line arglists. | |
1229 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1230 member-init-cont when the commas are in funny places. | |
1231 | |
1232 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1233 | |
1234 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1235 not used anymore. | |
1236 | |
1237 * cc-engine.el (c-looking-at-bos): New helper function. | |
1238 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1239 inexpr and toplevel classes apart in Pike. | |
1240 | |
1241 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1242 of case 9A. | |
1243 | |
1244 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1245 constant, since "class" can introduce an in-expression class | |
1246 in Pike nowadays. | |
1247 | |
1248 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1249 | |
1250 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1251 indentation on cpp-macro lines. | |
1252 | |
1253 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1254 a syntax modifier like comment-intro, to make it possible to | |
1255 get syntactic indentation for preprocessor directives. It's | |
1256 incompatible wrt to lineup functions on cpp-macro, but it has | |
1257 no observable effect in the 99.9% common case where cpp-macro | |
1258 is set to -1000. | |
1259 | |
1260 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1261 | |
1262 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1263 member-init-cont when the preceding arglist is several lines. | |
1264 | |
1265 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1266 | |
1267 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1268 style corrected to 8. | |
1269 | |
1270 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1271 | |
1272 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1273 brace list openers in the gnu style. | |
1274 | |
1275 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1276 | |
1277 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1278 | |
1279 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1280 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1281 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1282 when c-syntactic-indentation is nil. | |
1283 | |
1284 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1285 we were left at comments preceding the first statement when | |
1286 reaching the beginning of the buffer. | |
1287 | |
1288 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1289 off all syntactic indentation. | |
1290 | |
1291 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1292 | |
1293 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1294 between the text and the block comment ender when it hangs, | |
1295 depending on how many there are before the fill. | |
1296 | |
1297 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1298 | |
1299 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1300 function to go back to the closest preceding statement start, | |
1301 which could be inside a conditional statement. | |
1302 * cc-engine.el (c-guess-basic-syntax): Use | |
1303 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1304 | |
1305 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1306 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1307 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1308 changed. | |
1309 | |
1310 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1311 up-to-date with javadoc 1.2. | |
1312 | |
1313 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1314 | |
1315 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1316 multiline Pike type decls. | |
1317 | |
1318 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1319 | |
1320 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1321 multiline comments in multiline mode, regardless of | |
1322 comment-multi-line. | |
1323 | |
1324 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1325 | |
1326 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1327 fully::qualified::names in C++ member init lists. Preamble in | |
1328 case 5D changed. | |
1329 | |
1330 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1331 | |
1332 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1333 moved to c-initialize-cc-mode. More compatible style override | |
1334 when using global style variables. | |
1335 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1336 variables moved here. | |
1337 | |
30415 | 1338 * cc-mode.texi: Documented the special behavior of |
30412 | 1339 c-special-indent-hook as a style variable. Don't talk about |
1340 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1341 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
|
1342 |
30412 | 1343 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1344 variable localness in c-style-variables-are-local-p to make | |
1345 the compatibility measure in c-common-init work well. | |
1346 | |
1347 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1348 longer contain set-from-style. | |
1349 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1350 set-from-style on c-special-indent-hook. | |
1351 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1352 copy-alist is sufficient now. | |
1353 | |
1354 * cc-styles.el (c-set-style, c-set-style-1, | |
1355 c-get-style-variables): Fixes to variable initialization so | |
1356 that duplicate entries in styles have the same effect | |
1357 regardless of DONT-OVERRIDE. | |
1358 | |
1359 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1360 initialization of inheriting styles failed when the | |
1361 dont-override flag is set. | |
1362 | |
1363 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1364 on this. | |
1365 | |
1366 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1367 | |
1368 * cc-defs.el (c-forward-comment): Removed the workaround | |
1369 introduced in 5.38 since it had worse side-effects. If a line | |
1370 contains the string "//\"", it regarded the // as a comment | |
1371 start since the \ temporarily doesn't have escape syntax. | |
1372 | |
1373 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1374 | |
1375 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1376 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1377 when ada-prj tries to add to it. | |
1378 (ada-activate-keys-for-case): Suppress the characters that are not | |
1379 part of the Ada syntax. Better compatibility with else-mode | |
1380 (ada-adjust-case-interactive): When auto-casing is not active, | |
1381 correctly insert newlines (used to insert only ^M). Prevent the | |
1382 syntax table from being changed in case of an error | |
1383 (or '_' becomes part of a word and some commands are confused). | |
1384 Do nothing if ada-auto-case is nil. | |
1385 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1386 (ada-batch-reformat): Update usage comment | |
1387 (ada-call-from-contextual-menu): New function | |
1388 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1389 first to nil first, so that the casing exception file can be | |
1390 shared. | |
1391 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1392 files. | |
1393 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1394 anywhere in the error message | |
1395 (ada-contextual-menu-last-point): New variable | |
1396 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1397 t on XEmacs, it means that DEL should delete one character | |
1398 forward. | |
1399 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1400 New submenu "Options". | |
1401 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1402 statements. | |
1403 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1404 even if they don't match ada-fill-comment-prefix Fix handling of | |
1405 paragraphs on the first or last line of a file. | |
1406 (ada-format-paramlist): Fix handling of default parameter values. | |
1407 (ada-get-body-name): New function. | |
1408 (ada-get-current-indent): Optimized by searchling directly for an | |
1409 existing generic part or a statement outside of it. Handle | |
1410 ada-indent-align-comments when indenting comments Replaced some | |
1411 regexps by testing directly the next character. This results in a | |
1412 huge speedup on some files. New indentation scheme for renames | |
1413 statements. Stop looking for the 'while' or 'for' associated with | |
1414 a 'loop' at the first semicolon encountered. A "return" can also | |
1415 match an anonymous access subprogram declaration. | |
1416 (ada-get-indent-noindent): Ignore strings and comments when | |
1417 looking for the keywords "record" and "private". | |
1418 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1419 are not in fact seeing "end if". Ignore "when" statements except | |
1420 when initial keyword was "begin". Fix handling of nested | |
1421 procedures. Add a recursive call to this function to skip over | |
1422 other 'end' statmts. Fix indentation for "when .. => begin" | |
1423 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1424 expressions, where 'and then', 'or else' and parenthesis | |
1425 statements are mixed up. | |
1426 (ada-in-paramlist-p): Skip comments while searching for the | |
1427 beginning Fix handling of operator declarations. | |
1428 (ada-indent-align-comments): New variable | |
1429 (ada-indent-current): Change the syntax table only in the | |
1430 protected section, so that we are sure it is restored correctly. | |
1431 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1432 ada-with-indent Correctly indent "select ... then" | |
1433 (ada-indent-region): Slight speedup. | |
1434 (ada-indent-renames): New variable. | |
1435 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1436 New variables | |
1437 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1438 keyword when it is the first word in a package declaration. | |
1439 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1440 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1441 even if point is not initially at the end of the word. | |
1442 (ada-matching-decl-start-re): Add "when". | |
1443 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1444 which-func-mode Override the old find-file.el entry in | |
1445 ff-special-constructs since it is using the obsolete | |
1446 ada-spec-suffix variable | |
1447 (ada-no-auto-case): New function | |
1448 (ada-scan-paramlist): When parsing the argument type, accept | |
1449 spaces (as in "X 'Class", generated by Rational Rose). | |
1450 (ada-other-file-name): No longer loads the other file. | |
1451 (ada-popup-menu): Save and restore the current buffer and cursor | |
1452 position before and after displaying the menu. | |
1453 (ada-search-ignore-complex-boolean): New function. | |
1454 (ada-uncomment-region): Emacs21 already knows how to delete | |
1455 comments not starting in the first column. | |
1456 (ada-use-indent): New variable | |
1457 (ada-which-function): New function. | |
1458 (ada-with-indent): New variable | |
1459 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1460 can be batch-compiled from the command line. | |
1461 | |
1462 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1463 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1464 Add -toolbar to the default ddd command Switches moved from | |
1465 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1466 ada-prj-default-comp-opt | |
1467 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1468 Reference Manual to the menu | |
1469 (ada-check-current): rewritten as a call to ada-compile-current | |
1470 (ada-compile): Removed. | |
1471 (ada-compile-application, ada-compile-current, ada-check-current): | |
1472 Set the compilation-search-path so that compile.el automatically | |
1473 finds the sources in src_dir. Automatic scrollong of the | |
1474 compilation buffer. C-uC-cC-c asks for confirmation before | |
1475 compiling | |
1476 (ada-compile-current): New parameter, prj-field | |
1477 (ada-complete-identifier): Load the .ali file before doing | |
1478 processing | |
1479 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1480 conform to gnatmake's behavior. | |
1481 (ada-find-file-in-dir): New function | |
1482 (ada-find-references): Set the environment variables for gnatfind | |
1483 (ada-find-src-file-in-dir): New function. | |
1484 (ada-first-non-nil): Removed | |
1485 (ada-gdb-application): Add support for jdb, the java debugger. | |
1486 (ada-get-ada-file-name): Load the original-file first if not done | |
1487 yet. | |
1488 (ada-get-all-references): Handles the new ali syntax (parent types | |
1489 are found between <>). | |
1490 (ada-initialize-runtime-library): New function | |
1491 (ada-mode-hook): Always load a project file when a file is opened, | |
1492 so that the casing exceptions are correctly read. | |
1493 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1494 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1495 to open the project file, since the latter does not work with | |
1496 speedbar Get default values before loading the prj file, or the | |
1497 default executable file name is wrong. Use the absolute value of | |
1498 src_dir to initialize ada-search-directories and | |
1499 compilation-search-path,... Add the standard runtime library to | |
1500 the search path for find-file. | |
1501 (ada-prj-default-debugger): Was missing an opening '{' | |
1502 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1503 variables. | |
1504 (ada-prj-default-gnatmake-opt): New variable | |
1505 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1506 buffers, the project file is the default one Save the windows | |
1507 configuration before displaying the menu. | |
1508 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1509 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1510 ...) regexp-quote identifiers names to support operators +, | |
1511 -,... in regexps. | |
1512 (ada-remote): New function. | |
1513 (ada-run-application): Erase the output buffer before starting the | |
1514 run Support remote execution of the application. Use | |
1515 call-process, or the arguments are incorrectly parsed | |
1516 (ada-set-default-project-file): Reread the content of the active | |
1517 project file, not the one from the current buffer When a project | |
1518 file is set as the default project, all directories are | |
1519 automatically associated with it. | |
1520 (ada-set-environment): New function | |
1521 (ada-treat-cmd-string): New special variable ${current} | |
1522 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1523 any ${...} substring | |
1524 (ada-xref-current): If no body was found, compiles the spec | |
1525 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1526 compiler to get rid of command line length limitations. | |
1527 (ada-xref-get-project-field): New function | |
1528 (ada-xref-project-files): New variable | |
1529 (ada-xref-runtime-library-specs-path) | |
1530 (ada-xref-runtime-library-ali-path): New variables | |
1531 (ada-xref-set-default-prj-values): Default run command now does a | |
1532 cd to the build directory. New field: main_unit Provide a default | |
1533 file name even if the current buffer has no prj file. | |
1534 | |
1535 * ada-prj.el: | |
1536 Rewritten to show a tabbed-dialog. | |
1537 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1538 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1539 New function | |
1540 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1541 (ada-prj-load-from-file): New function | |
1542 (ada-prj-save): Always save fields that depend on the current buffer | |
1543 (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
|
1544 |
30412 | 1545 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1546 Ada mode. This will allow us to display the Ada menu in any buffer | |
1547 we want (for project items). | |
1548 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1549 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
|
1550 |
30395 | 1551 2000-07-24 Dave Love <fx@gnu.org> |
1552 | |
1553 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1554 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1555 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1556 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1557 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1558 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1559 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1560 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1561 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1562 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1563 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1564 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1565 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1566 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1567 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1568 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1569 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1570 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1571 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1572 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1573 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1574 (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
|
1575 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1576 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1577 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1578 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1579 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1580 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1581 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1582 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1583 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1584 |
30386 | 1585 2000-07-23 Dave Love <fx@gnu.org> |
1586 | |
1587 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1588 ^o, ^u. | |
1589 | |
30359 | 1590 2000-07-21 Dave Love <fx@gnu.org> |
1591 | |
30374 | 1592 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1593 now passed to the function. It now works properly. | |
1594 | |
30359 | 1595 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1596 | |
30350 | 1597 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1598 | |
1599 * info-look.el (info-lookup): If *info* is shown in another frame | |
1600 on the same display, select that frame, instead of switching to | |
1601 the Info buffer in another window of the selected frame. | |
1602 | |
1603 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1604 kp-0 to kp-9 and kp-subtract. | |
1605 (digit-argument): Handle these keys. | |
1606 | |
30346 | 1607 2000-07-20 Dave Love <fx@gnu.org> |
1608 | |
1609 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1610 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1611 Put an extra property on the overlays and use it to clean up in | |
1612 case goto-address is re-run. | |
1613 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1614 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1615 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1616 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1617 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1618 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1619 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1620 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1621 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1622 |
30331 | 1623 2000-07-19 Dave Love <fx@gnu.org> |
1624 | |
1625 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1626 implementation. | |
1627 | |
1628 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1629 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1630 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1631 | |
30318 | 1632 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1633 | |
30329 | 1634 * textmodes/refer.el: Correct maintainer's email address. |
1635 | |
1636 * progmodes/hideif.el: Correct author's email address. | |
1637 Fix typo in comment. | |
1638 | |
1639 * xml.el: New file. | |
1640 | |
30318 | 1641 * mail/mailheader.el: Correct author's mail address. |
1642 | |
1643 * gnus/parse-time.el: Correct author's mail address. | |
1644 | |
30329 | 1645 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1646 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1647 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1648 New user options. |
1649 (comint-input-ring-file-name): Change custom type. | |
1650 (comint-mode-map): Bind mouse-2. | |
1651 (comint-insert-clicked-input): New function. | |
1652 (comint-send-input): Handle input highlighting. | |
1653 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1654 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1655 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1656 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1657 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1658 |
30311 | 1659 2000-07-18 Dave Love <fx@gnu.org> |
1660 | |
1661 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1662 improvements. | |
1663 | |
30308 | 1664 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1665 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1666 * faces.el (face-font-selection-order) |
30308 | 1667 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1668 |
30298 | 1669 2000-07-18 Dave Love <fx@gnu.org> |
1670 | |
1671 * cus-edit.el (custom-variable-reset-saved) | |
1672 (custom-variable-reset-standard): Remove unused bindings. | |
1673 | |
1674 * rect.el (open-rectangle-line): Remove unused let. | |
1675 | |
1676 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1677 | |
30296 | 1678 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1679 | |
1680 * cdl.el: Fix `Maintainer' keyword. | |
1681 | |
1682 * play/pong.el: Add author's email address. | |
1683 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1684 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1685 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1686 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1687 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1688 |
30290 | 1689 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1690 | |
1691 * mail/vms-pmail.el: Change maintainer to FSF. | |
1692 | |
1693 * net/goto-addr.el: Change maintainer to FSF. | |
1694 | |
1695 * recentf.el: Update from author. | |
1696 | |
1697 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1698 |
30277 | 1699 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1700 | |
1701 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1702 links to eshell, to avoid problems on systems where the manual is | |
1703 installed as `eshell'. | |
1704 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1705 * eshell/em-smart.el (eshell-smart): Ditto. | |
1706 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1707 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1708 |
1709 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1710 same-file check in the MS-DOS version (it does support inodes). | |
1711 | |
1712 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1713 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1714 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1715 Run default directory name through convert-standard-filename. |
30277 | 1716 |
30255 | 1717 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1718 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1719 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1720 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1721 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1722 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1723 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1724 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1725 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1726 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1727 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1728 |
30255 | 1729 * international/kkc.el (kkc-after-update-conversion-functions): |
1730 New variable. | |
1731 (kkc-update-conversion): Run functions in it at the tail. | |
1732 | |
30277 | 1733 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
|
1734 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1735 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1736 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
|
1737 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1738 |
30253 | 1739 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1740 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1741 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1742 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1743 the conversion list at first if appropriate. | |
1744 (kkc-next): Don't update kkc-next-count here. | |
1745 (kkc-prev): Don't update kkc-prev-count here. | |
1746 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1747 list message. | |
1748 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1749 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1750 |
30290 | 1751 * 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
|
1752 |
30248 | 1753 2000-07-16 Dave Love <fx@gnu.org> |
1754 | |
1755 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1756 function to be more specific. | |
1757 | |
1758 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1759 non-string help-echo. | |
1760 (widget-types-convert-widget): Defsubst it. | |
1761 (widget-echo-help): Try to cope with a help-echo function of two | |
1762 possible sorts. | |
1763 | |
30241 | 1764 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1765 | |
1766 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1767 Declare as obsolete. | |
1768 | |
1769 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1770 | |
30226 | 1771 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1772 | |
1773 * hilit-chg.el: Fix typo. | |
1774 | |
30221 | 1775 2000-07-14 Dave Love <fx@gnu.org> |
1776 | |
1777 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1778 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1779 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1780 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1781 * 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
|
1782 |
30193 | 1783 2000-07-13 Dave Love <fx@gnu.org> |
1784 | |
30195 | 1785 * emacs-lisp/easymenu.el: Doc fixes. |
1786 (easy-menu-remove): Defalias to ignore. | |
1787 | |
30193 | 1788 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1789 Call throw correctly. | |
1790 | |
30190 | 1791 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1792 | |
1793 * faces.el (frame-background-mode): Doc fix. | |
1794 | |
1795 * simple.el (eval-expression-print-length): Change custom type to | |
1796 allow entering nil as value. | |
1797 | |
30185 | 1798 2000-07-13 Dave Love <fx@gnu.org> |
1799 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1800 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1801 Change definition layout. |
30187 | 1802 (fortran-mode-menu): Reinstate customize entries. |
1803 | |
30185 | 1804 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1805 Use :filter, per old XEmacs code. | |
1806 | |
30170 | 1807 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1808 | |
1809 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1810 event when deciding what to send to the terminal. | |
1811 | |
30168 | 1812 2000-07-12 Dave Love <fx@gnu.org> |
1813 | |
1814 * cus-start.el: Add optional version as 4th element of specs and | |
1815 use it for several things new in v21. Remove load-path. Fix type | |
1816 of line-number-display-limit. | |
1817 | |
30148 | 1818 2000-07-11 Dave Love <fx@gnu.org> |
1819 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1820 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1821 Use repeat counts in various regexps. |
30150 | 1822 (fortran-mode-syntax-table): Defvar directly. |
1823 (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
|
1824 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1825 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1826 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1827 (fortran-mode): Set fortran-comment-line-start-skip, |
1828 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1829 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1830 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1831 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1832 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1833 (fortran-auto-fill): New function. | |
1834 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1835 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1836 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1837 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1838 Use fortran-auto-fill. |
30150 | 1839 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1840 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1841 |
30148 | 1842 * widget.el (widget-plist-member): New alias. |
1843 | |
30146 | 1844 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1845 | |
1846 * eshell/esh-module.el (toplevel): Reference | |
1847 byte-compile-current-file only if it is bound. | |
1848 | |
30131 | 1849 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1850 | |
1851 * dired.el: Don't require `dired-aux'. | |
1852 | |
30127 | 1853 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1854 | |
1855 * dired-aux.el (dired-show-file-type): New function. | |
1856 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1857 (dired-show-file-type): Add autoload. | |
1858 | |
30125 | 1859 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1860 | |
1861 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1862 change of fontset-info. |
30125 | 1863 (print-fontset): Likewise. |
1864 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1865 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1866 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1867 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1868 |
30111 | 1869 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1870 | |
30131 | 1871 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1872 |
30111 | 1873 * dired.el (dired-find-alternate-file): New function. |
1874 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1875 (toplevel): Require dired-aux when compiling. | |
1876 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1877 | |
1878 * info.el (Info-last-search): Variable removed. | |
1879 (Info-search-history): New variable. | |
1880 (Info-search): New Info-search-history. | |
1881 | |
1882 * battery.el, info-look.el: Change author's mail address. | |
1883 | |
30115 | 1884 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
|
1885 |
30115 | 1886 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1887 if rmail-ignored-headers is nil. | |
1888 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1889 rmail-displayed-headers to nil. | |
1890 | |
30096 | 1891 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1892 | |
30103 | 1893 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1894 (print-region-1): Don't hard code `-h' here. | |
1895 | |
30096 | 1896 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1897 | |
30103 | 1898 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1899 | |
1900 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1901 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
|
1902 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1903 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1904 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1905 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1906 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1907 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1908 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1909 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1910 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1911 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1912 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
|
1913 |
30096 | 1914 * ediff-diff.el (ediff-wordify): Use syntax table. |
1915 * 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
|
1916 ediff-color-display-p. |
30096 | 1917 (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
|
1918 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1919 Got rid of special cases for NeXT and OS/2. |
30096 | 1920 * 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
|
1921 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1922 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1923 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1924 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1925 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1926 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1927 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1928 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1929 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1930 * 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
|
1931 |
30076 | 1932 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1933 | |
30085 | 1934 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1935 not be changed without changing the make-dist script. | |
1936 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1937 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1938 (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
|
1939 |
30067 | 1940 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1941 | |
1942 * makefile.nt: Add support for `bootstrap' and related targets. | |
1943 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1944 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1945 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1946 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1947 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1948 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1949 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
|
1950 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1951 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1952 (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
|
1953 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1954 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
|
1955 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1956 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1957 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1958 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1959 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
|
1960 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1961 |
30056 | 1962 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1963 | |
1964 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1965 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1966 (eval-defun): If called with prefix arg, instrument code for | |
1967 Edebug. | |
1968 | |
1969 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1970 similar to that of eval-defun. | |
1971 | |
30029 | 1972 2000-07-04 Dave Love <fx@gnu.org> |
1973 | |
30035 | 1974 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1975 | |
30029 | 1976 * calendar/todo-mode.el: Replaced with a working version, based on |
1977 revision 1.34 tidied up. | |
1978 | |
1979 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1980 |
1981 * paths.el (prune-directory-list): New function. | |
1982 (Info-default-directory-list): Rewritten to more methodically | |
1983 enumerate a big list of possible info directories (based on the | |
1984 list used by the standalone info reader). | |
30029 | 1985 |
30021 | 1986 * 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
|
1987 non-existent directories from Info-directory-list. |
30021 | 1988 |
1989 * paths.el (Info-default-directory-list): Try a list of possible | |
1990 info-directories instead of a single one. Add the possible | |
1991 info directory "/usr/share/info". | |
1992 | |
1993 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1994 man-db config file "/etc/manpath.config". | |
1995 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1996 are present in `manpath.config'. | |
1997 (woman-manpath): Include "/usr/share/man". | |
1998 | |
30006 | 1999 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
2000 | |
30017 | 2001 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
2002 | |
2003 * startup.el (command-line): Initialize blink-cursor based | |
2004 on window-system. | |
2005 | |
30014 | 2006 * frame.el (blink-cursor): Default to nil if not running under |
2007 a window-system. | |
2008 | |
30012 | 2009 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
2010 (face-x-resources): Remove duplicate entry for :font. | |
2011 | |
30006 | 2012 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
2013 instead of cycling through windows with next-window. | |
2014 | |
2015 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
2016 of cycling through windows with next-window. | |
2017 | |
2018 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
2019 of cycling through windows with next-window. | |
2020 | |
2021 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
2022 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
2023 instead of cycling through windows with next-window. | |
2024 | |
2025 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
2026 instead of cycling through windows with next-window. | |
2027 | |
2028 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
2029 of cycling through windows with next-window. | |
2030 | |
2031 * terminal.el (te-process-output): Use walk-windows instead of | |
2032 cycling through windows with next-window. | |
2033 | |
2034 * server.el (server-switch-buffer): Use some-window instead of | |
2035 cycling through windows with next-window. | |
2036 | |
2037 * window.el (some-window): New function. | |
2038 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 2039 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2040 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 2041 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
2042 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 2043 |
2044 * window.el (walk-windows): Guarantee termination by keeping a list | |
2045 of all the windows already handled. | |
2046 | |
29975 | 2047 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2048 | |
2049 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
2050 window-system. | |
2051 | |
2052 * man.el (Man-notify-when-ready): Don't use window-system. If | |
2053 Man-notify-method is newframe, and the display is not | |
2054 multi-frame, select the frame created for the man page. | |
2055 (Man-init-defvars): Doc fix. | |
2056 | |
29972 | 2057 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
2058 | |
29982 | 2059 * faces.el (region): Change background color for light background. |
2060 | |
2061 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
2062 attribute from mode-line face of Ediff control frame. | |
2063 | |
29972 | 2064 * replace.el (query-replace-map): Bind `e' like `E'. |
2065 | |
29967 | 2066 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2067 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2068 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2069 Change name to "Select All". |
29969 | 2070 |
29967 | 2071 * dos-fns.el (convert-standard-filename): Fix last change. |
2072 | |
29957 | 2073 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
2074 | |
29959 | 2075 * help.el (describe-variable): Don't insert a second `'s' in front |
2076 of the string `value is shown below'. Since the syntax-table is | |
2077 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
2078 an existing `'s', so that this won't be deleted. | |
2079 | |
29957 | 2080 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
2081 * pcmpl-unix.el: New files. | |
2082 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2083 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2084 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2085 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2086 |
29939 | 2087 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
2088 | |
29956 | 2089 * replace.el (perform-replace): Undo change of 2000-04-04. |
2090 Instead, move backward 1 character at the end of the loop when | |
2091 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2092 |
29949 | 2093 * faces.el (fringe): Change face for different backgrounds. |
2094 | |
2095 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
2096 patch from John. | |
2097 | |
29939 | 2098 * eshell/*.el: Change spelling of the Free Software Foundation. |
2099 | |
2100 * eshell/esh-toggle.el: Removed. | |
2101 | |
2102 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2103 | |
2104 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2105 interactively. | |
2106 | |
2107 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2108 | |
2109 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2110 `define-key'; instead of checking `(emacs-version)' check for | |
2111 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2112 for `;' and `o' which might be electric. | |
2113 | |
2114 (sql-electric-stuff): New user option. | |
2115 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2116 (sql-magic-semicolon): New function which uses | |
2117 `sql-electric-stuff'. | |
2118 | |
2119 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2120 is not fboundp. | |
2121 | |
2122 (sql-oracle-options): New variable. | |
2123 (sql-oracle): Use it. | |
2124 | |
2125 (sql-imenu-generic-expression): Doc change. | |
2126 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2127 is used. | |
2128 | |
2129 (sql-informix): Added command line parameter "-" to force | |
2130 sql-informix-program to use stdout. | |
2131 | |
29924 | 2132 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2133 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2134 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2135 (cp864-decode-table): Doc fix. |
2136 (cp720-decode-table): New variable, supports the Arabic OEM | |
2137 codepage used by Windows. | |
2138 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2139 | |
29920 | 2140 2000-06-23 Dave Love <fx@gnu.org> |
2141 | |
2142 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2143 (font-lock-fontify-anchored-keywords): Use | |
2144 line-beginning-position. | |
2145 (global-font-lock-mode): Use mapc. | |
2146 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2147 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2148 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2149 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2150 |
29870 | 2151 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2152 | |
29885 | 2153 * comint.el (comint-substitute-in-file-name): Call replace-match |
2154 with second and third arg t. | |
2155 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2156 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2157 Specify foreground color. |
2158 | |
2159 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2160 color. | |
2161 | |
29876 | 2162 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2163 | |
2164 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2165 cddr instead of cdddr. | |
2166 | |
29873 | 2167 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2168 instead of copy-list. | |
2169 | |
2170 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2171 of copy-list. | |
2172 | |
29870 | 2173 * subdirs.el: Add eshell subdirectory. |
2174 | |
2175 * eshell: New subdirectory containing the Eshell package. | |
2176 | |
2177 * pcomplete.el: New file. | |
2178 | |
29885 | 2179 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2180 | |
29888 | 2181 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2182 proper permissions from birth. | |
2183 | |
2184 * files.el (basic-save-buffer-2): When temporarily setting | |
2185 file modes, set them to current modes plus 0200, not to 0777. | |
2186 | |
29885 | 2187 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2188 permissions from birth. | |
2189 | |
29857 | 2190 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2191 | |
2192 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2193 backup file name through convert-standard-filename. | |
2194 | |
2195 * dos-fns.el (convert-standard-filename): Convert leading | |
2196 directories as well. When long file names are supported, convert | |
2197 characters that are invalid in Windows file names. | |
2198 | |
29849 | 2199 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2200 | |
2201 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2202 ps-print crashes. New feature: page selection for printing. Create | |
2203 raw-text-unix coding system for XEmacs. Doc fix. | |
2204 (ps-print-version): New version number (5.2.3). | |
2205 (ps-plot-region): Bug fix. | |
2206 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2207 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2208 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2209 funs. | |
2210 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2211 (ps-last-page): New vars. | |
2212 | |
29845 | 2213 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2214 | |
2215 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2216 empty option string. | |
2217 | |
29839 | 2218 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2219 | |
2220 * man.el (man): Doc fix. | |
2221 | |
29829 | 2222 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2223 | |
2224 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2225 fixed. | |
2226 | |
29814 | 2227 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2228 | |
2229 * version.el (emacs-version): Use ISO date format. | |
2230 | |
2231 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2232 instead of `M-backspace'. | |
2233 | |
2234 * simple.el (turn-off-auto-fill): New function. | |
2235 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2236 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2237 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2238 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2239 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2240 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2241 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2242 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2243 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2244 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2245 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
|
2246 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2247 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2248 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2249 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2250 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2251 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
|
2252 (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
|
2253 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2254 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2255 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2256 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2257 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2258 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2259 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2260 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2261 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2262 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2263 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2264 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2265 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2266 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2267 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2268 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2269 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2270 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2271 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2272 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2273 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2274 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2275 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2276 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2277 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2278 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2279 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2280 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2281 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2282 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2283 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2284 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2285 * 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
|
2286 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2287 * 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
|
2288 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2289 * 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
|
2290 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2291 * 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
|
2292 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2293 |
29776 | 2294 2000-06-20 Dave Love <fx@gnu.org> |
2295 | |
2296 * faces.el (frame-background-mode): Use set-default, not set, in | |
2297 setter. | |
2298 (frame-update-faces, frame-update-face-colors): Define with | |
2299 defalias. | |
2300 | |
2301 * enriched.el (enriched-decode-foreground) | |
2302 (enriched-decode-background): Don't use internal-find-face. | |
2303 | |
2304 * apropos.el: Doc fixes. | |
2305 | |
2306 * cus-edit.el (customize-changed-options): Check arg. | |
2307 (customize-version-lessp): Don't require decimal point. | |
2308 | |
2309 * custom.el (defcustom, defgroup): Doc fix. | |
2310 | |
2311 * newcomment.el (comment) <defgroup>: Add :version. | |
2312 (comment-multi-line): Doc fix. | |
2313 | |
2314 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2315 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2316 | |
29747 | 2317 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2318 | |
2319 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2320 the whole buffer. | |
2321 | |
29740 | 2322 2000-06-19 Dave Love <fx@gnu.org> |
2323 | |
2324 * menu-bar.el (menu-bar-options-save): New function. | |
2325 (menu-bar-options-menu): Use it. | |
2326 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2327 Simplify. | |
2328 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2329 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2330 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2331 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2332 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2333 |
29720 | 2334 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2335 | |
2336 * international/codepage.el: | |
2337 (cp-coding-system-for-codepage-1): Delete special codes for | |
2338 generating xxx-dos coding system because now a CCL based coding | |
2339 system can handle EOL conversion by default. | |
2340 | |
2341 * international/mule.el (make-coding-system): Generate subsidiary | |
2342 coding systems for EOL handling variants even for a CCL based | |
2343 coding system. | |
2344 | |
29718 | 2345 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2346 | |
2347 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2348 (isearch-minibuffer-input-method-function): These variables | |
2349 deleted. | |
2350 (isearch-with-input-method): Don't use the above variables. | |
2351 (isearch-process-search-multibyte-characters): Likewise. Call | |
2352 read-string with the arg INHERIT-INPUT-METHOD t. | |
2353 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2354 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2355 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2356 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2357 (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
|
2358 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2359 * 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
|
2360 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2361 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2362 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
|
2363 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2364 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2365 |
29712 | 2366 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2367 | |
2368 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2369 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2370 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2371 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2372 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2373 |
29696 | 2374 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2375 | |
2376 * find-lisp.el: New file. | |
2377 | |
29694 | 2378 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2379 | |
2380 * time.el (display-time-mail-function): New variable, to allow | |
2381 external packages to indicate when new mail is available. | |
2382 (display-time-update): Use it. | |
2383 | |
29689 | 2384 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2385 | |
29691 | 2386 * international/mule.el (mule-version): Change version name to |
2387 SAKAKI. AOI has already been used by Meadow. | |
2388 | |
29689 | 2389 * international/quail.el (quail-show-guidance-buf): To find the |
2390 bottom window (but minibuffer), pay attention to the height of | |
2391 minibuffer. | |
2392 | |
29670 | 2393 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2394 | |
29682 | 2395 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2396 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2397 from the menu bar, as the menu bar has enough space now. | |
2398 | |
29680 | 2399 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2400 | |
29670 | 2401 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2402 characters, which use series of two ^H characters instead of one. | |
2403 | |
29667 | 2404 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2405 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2406 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2407 (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
|
2408 functions. |
29686 | 2409 (Info-find-node-2): Try a case-sensitive search first, then |
2410 do a case-insensitive search. | |
2411 | |
2412 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2413 tutorials. | |
2414 | |
29676 | 2415 * complete.el (PC-env-vars-alist): New variable. |
2416 (PC-complete-as-file-name): New function. | |
2417 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2418 process-environment. | |
2419 (PC-do-completion): Handle completion of env vars. | |
2420 | |
2421 * info.el (Info-set-mode-line): Show file name in mode line, | |
2422 use `*Info*' instead of `Info:'. | |
2423 | |
29667 | 2424 * startup.el (command-line-1): Change copyright messages to year |
2425 2000. | |
2426 | |
29665 | 2427 2000-06-15 Dave Love <fx@gnu.org> |
2428 | |
2429 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2430 not local-map. | |
2431 | |
29658 | 2432 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2433 | |
2434 * international/mule.el (set-buffer-file-coding-system): Almost | |
2435 rewritten to handle `undecided' as no-op. | |
2436 | |
29654 | 2437 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2438 | |
29667 | 2439 * Makefile.in: New file. |
29657 | 2440 |
2441 * Makefile: Removed. | |
2442 | |
29654 | 2443 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2444 (goto-address-highlight-keymap): Bind C-c RET. | |
2445 | |
29640 | 2446 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2447 | |
29649 | 2448 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2449 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2450 |
29645 | 2451 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2452 0. Give correct argument to set-auto-coding-function. | |
2453 (tar-expunge): For goto-char, use (point-min), not 0. | |
2454 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2455 (tar-subfile-save-buffer): Likewize. | |
2456 | |
29640 | 2457 * international/mule.el |
2458 (after-insert-file-set-buffer-file-coding-system): Call | |
2459 set-buffer-file-coding-system with the arg FORCE t. | |
2460 | |
29633 | 2461 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2462 | |
2463 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2464 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2465 the sender is set with `-f'. |
29633 | 2466 |
29622 | 2467 2000-06-13 Dave Love <fx@gnu.org> |
2468 | |
29630 | 2469 * help.el (describe-function-1): Kluge around cases of functions |
2470 fset to subrs whose doc doesn't match their symbol-name. | |
2471 | |
29627 | 2472 * image.el (insert-image): Default STRING to a space. |
29625 | 2473 |
29622 | 2474 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2475 (Info-build-node-completions): Match Ref tags. |
29622 | 2476 |
29612 | 2477 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2478 | |
29615 | 2479 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2480 defaliases for display-graphic-p. | |
2481 | |
29612 | 2482 * hl-line.el: Fixed a typo in commentary. |
2483 | |
29609 | 2484 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2485 | |
2486 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2487 fixed. | |
2488 | |
29608 | 2489 2000-06-12 Dave Love <fx@gnu.org> |
2490 | |
2491 * image.el (insert-image): Save a little consing. | |
2492 | |
29598 | 2493 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2494 | |
2495 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2496 to the corresponding tibetan characters. | |
2497 (tibetan-add-components): Delete code for the special treatment of | |
2498 'a chung. | |
2499 | |
2500 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2501 change. | |
2502 (tibetan-vowel-transcription-alist): More rules added. | |
2503 (tibetan-composite-vowel-alist): New variable. | |
2504 (tibetan-precomposition-rule-alist): More rules added. | |
2505 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2506 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2507 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2508 * 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
|
2509 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2510 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2511 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2512 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2513 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2514 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2515 * 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
|
2516 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2517 * 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
|
2518 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2519 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2520 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2521 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2522 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2523 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2524 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2525 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2526 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2527 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2528 * 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
|
2529 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2530 * 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
|
2531 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2532 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2533 (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
|
2534 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2535 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2536 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2537 (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
|
2538 (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
|
2539 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2540 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2541 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2542 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2543 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2544 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2545 * 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
|
2546 (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
|
2547 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2548 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2549 (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
|
2550 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2551 (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
|
2552 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
|
2553 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2554 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2555 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2556 * 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
|
2557 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2558 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2559 (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
|
2560 (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
|
2561 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
|
2562 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2563 * 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
|
2564 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
|
2565 |
29574 | 2566 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2567 | |
2568 * international/mule.el (set-buffer-file-coding-system): If | |
2569 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2570 unconditionally. | |
2571 | |
29568 | 2572 2000-06-12 Dave Love <fx@gnu.org> |
2573 | |
2574 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2575 required. | |
2576 | |
29556 | 2577 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2578 | |
2579 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2580 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2581 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2582 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2583 * imenu.el (imenu-generic-expression): Docstring fix. |
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 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2586 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
|
2587 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2588 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2589 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2590 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2591 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2592 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2593 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2594 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2595 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2596 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2597 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2598 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
|
2599 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2600 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
|
2601 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2602 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2603 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2604 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2605 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2606 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2607 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2608 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2609 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2610 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2611 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2612 |
29542 | 2613 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2614 | |
2615 * 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
|
2616 undecided-XXX is specified, change only EOL conversion. |
29542 | 2617 |
2618 * international/mule-conf.el (unix): New alias for the coding | |
2619 system undecided-unix. | |
2620 | |
29528 | 2621 2000-06-09 Dave Love <fx@gnu.org> |
2622 | |
29535 | 2623 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2624 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2625 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2626 (executable-insert): Change custom type. |
2627 (executable-find): Add autoload cookie. | |
29531 | 2628 (executable-make-buffer-file-executable-if-script-p): New |
2629 function. After Noah Friedman. | |
29528 | 2630 |
2631 * files.el (after-save-hook): Customize, with | |
29531 | 2632 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2633 |
29518 | 2634 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2635 | |
29522 | 2636 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2637 "tib24p-mule.bdf" for Tibetan. | |
2638 | |
29520 | 2639 * composite.el (decompose-composite-char): Declare it as obsolete. |
2640 | |
29541 | 2641 * man.el (Man-fontify-manpage): Pay attention to underline and |
2642 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2643 |
29517 | 2644 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2645 | |
2646 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2647 Set maintainer to FSF since author isn't reachable. | |
2648 | |
29508 | 2649 2000-06-08 Dave Love <fx@gnu.org> |
2650 | |
2651 * international/mule-cmds.el (select-safe-coding-system): If | |
2652 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2653 preferred coding-system if buffer-file-coding-system is | |
2654 `undecided'. From Handa. | |
2655 | |
29503 | 2656 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2657 | |
2658 * international/mule.el | |
2659 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2660 size is greater than INSERTED, judget that we are not visiting. | |
2661 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2662 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
|
2663 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2664 * 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
|
2665 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
|
2666 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
|
2667 |
29498 | 2668 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2669 | |
2670 * align.el: Update from author. | |
2671 | |
2672 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2673 | |
2674 * apropos.el (apropos-mode-hook): New user variable. | |
2675 (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
|
2676 |
29498 | 2677 2000-06-07 David Ponce <david@dponce.com> |
2678 | |
2679 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2680 commands. Require `wid-edit' at run-time. | |
2681 | |
2682 2000-06-07 David Ponce <david@dponce.com> | |
2683 | |
2684 * recentf.el: Added some "Commentary". | |
2685 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2686 move the point at the top of the file list. This behaviour is | |
2687 consistent with the menu one when the list contains a lot of | |
2688 files. | |
2689 (recentf-cleanup): Now displays the number of items removed from | |
2690 the list. | |
2691 (recentf-relative-filter) New menu filter to show filenames | |
2692 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
|
2693 |
29498 | 2694 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2695 | |
2696 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2697 with/without giving an error if PostScript printer doesn't have this | |
2698 kind of page size. Zebra Stripe continues or restarts on next page. | |
2699 Manual/automatic paper feeding. Switch or not the header. | |
2700 (ps-print-version): New version number (5.2.2). | |
2701 (ps-windows-system): Include emx as a Windows system. | |
2702 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2703 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2704 (ps-background-text): Code fix. | |
2705 (ps-error-handler-message, ps-user-defined-prologue) | |
2706 (ps-print-prologue-header, ps-printer-name) | |
2707 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2708 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2709 (ps-use-face-background): Customization fix. | |
2710 (ps-n-up-database): Data fix. | |
2711 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2712 (ps-switch-header): New vars. | |
2713 (ps-xemacs-color-name, ps-face-foreground-name) | |
2714 (ps-face-background-name, ps-boolean-constant): New funs. | |
2715 | |
29491 | 2716 2000-06-07 Dave Love <fx@gnu.org> |
2717 | |
2718 * allout.el: New version from Manheimer. | |
2719 | |
29483 | 2720 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2721 | |
2722 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2723 charset. | |
2724 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2725 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
|
2726 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2727 * 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
|
2728 (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
|
2729 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
|
2730 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2731 |
29471 | 2732 2000-06-06 Dave Love <fx@gnu.org> |
2733 | |
2734 * image.el (find-image): Doc fix. Return nil if image not found. | |
2735 (put-image, insert-image): Make STRING arg optional. | |
2736 | |
29455 | 2737 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2738 | |
2739 * language/vietnamese.el: Remove eval-when-compile. | |
2740 (viet-viscii-nonascii-translation-table): Define it as a | |
2741 translation table made from viet-viscii-decode-table. | |
2742 (viet-viscii-encode-table): Define it as a translation table made | |
2743 from the reverse map of above. | |
2744 (viet-vscii-nonascii-translation-table): Define it as a | |
2745 translation table made from viet-vscii-decode-table. | |
2746 (viet-vscii-encode-table): Define it as a translation table made | |
2747 from the reverse map of above. | |
2748 (ccl-decode-viscii): Use translate-character. | |
2749 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2750 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2751 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2752 |
29455 | 2753 * language/cyrillic.el: Remove eval-when-compile. |
2754 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2755 translation table made from cyrillic-koi8-r-decode-table. | |
2756 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2757 made from the reverse map of above. | |
2758 (ccl-decode-koi8): Use translate-character. | |
2759 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2760 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2761 a translation table made from cyrillic-alternativnyj-decode-table. | |
2762 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2763 table made from the reverse map of above. | |
2764 (ccl-decode-alternativnyj): Use translate-character. | |
2765 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2766 Likewize | |
2767 | |
2768 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2769 translation table symbol instead of translation table itself. | |
2770 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2771 | |
2772 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2773 already exists, override it. | |
2774 | |
2775 * international/fontset.el: Use family `proportional' for Tibetan | |
2776 fonts. | |
2777 | |
2778 * international/ccl.el (ccl-compile-translate-character): Don't | |
2779 check if Rrr has property translation-table. | |
2780 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2781 | |
29447 | 2782 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2783 | |
2784 * info.el: Bind case-fold-search to t when searching in case | |
2785 a user sets it to nil in a hook. | |
2786 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2787 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2788 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2789 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2790 * 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
|
2791 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2792 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2793 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2794 (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
|
2795 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2796 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
|
2797 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2798 * 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
|
2799 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2800 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2801 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2802 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2803 * 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
|
2804 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2805 (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
|
2806 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2807 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2808 (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
|
2809 (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
|
2810 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2811 * 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
|
2812 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2813 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
|
2814 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2815 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2816 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2817 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2818 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2819 (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
|
2820 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2821 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2822 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
|
2823 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2824 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2825 * 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
|
2826 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2827 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
|
2828 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2829 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
|
2830 |
29447 | 2831 * 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
|
2832 tty's. |
29447 | 2833 * 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
|
2834 differences whenever appropriate. |
29447 | 2835 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2836 * 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
|
2837 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2838 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2839 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2840 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2841 * 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
|
2842 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2843 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2844 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
|
2845 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2846 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2847 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2848 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2849 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2850 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2851 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2852 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2853 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2854 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2855 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2856 (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
|
2857 (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
|
2858 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2859 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2860 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
|
2861 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2862 (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
|
2863 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2864 |
29403 | 2865 2000-06-02 Dave Love <fx@gnu.org> |
2866 | |
2867 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2868 all the widgets. Don't require cl or widget. Remove | |
2869 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2870 (widget-read-event): Removed. Callers changed to use read-event. | |
2871 (widget-button-release-event-p): Renamed from | |
2872 button-release-event-p. | |
2873 (widget-field-add-space, widget-field-use-before-change): | |
2874 Uncustomize. | |
2875 (widget-specify-field): Use keymap property, not local-map. | |
2876 (widget-specify-button): Obey :suppress-face. | |
2877 (widget-specify-insert): Use modern backquote syntax. | |
2878 (widget-image-directory): Renamed from widget-glyph-directory. | |
2879 (widget-image-enable): Renamed from widget-glyph-enable. | |
2880 (widget-image-find): Replaces widget-glyph-find. | |
2881 (widget-button-pressed-face): Move defvar. | |
2882 (widget-image-insert): Replaces widget-glyph-insert. | |
2883 (widget-convert): Use keywordp. | |
2884 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2885 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2886 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2887 (widget-button-click): Don't set point at the click, but re-centre |
2888 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2889 (widget-tabable-at): Use POS arg, not point. | |
2890 (widget-beginning-of-line, widget-end-of-line) | |
2891 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2892 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2893 (widget-default-create): Use widget-image-insert; some rewriting. | |
2894 (widget-visibility-value-create) | |
2895 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2896 widget-image-insert. | |
2897 (checkbox): Create on and off images dynamically. | |
2898 (documentation-link): Change :help-echo. | |
2899 (widget-documentation-link-echo-help): Remove. | |
2900 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2901 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2902 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2903 * 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
|
2904 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2905 * 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
|
2906 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2907 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2908 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2909 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2910 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2911 |
29383 | 2912 2000-06-02 Dave Love <fx@gnu.org> |
2913 | |
29392 | 2914 * files.el (convert-standard-filename): Doc fix. |
2915 (normal-backup-enable-predicate): New function. | |
2916 (backup-enable-predicate): Use it to replace the lambda form. | |
2917 | |
2918 * calendar/todo-mode.el: [This needs more work on the outline | |
2919 stuff.] Doc fixes. | |
2920 (todo) <defgroup>: Add :version. | |
2921 (todo-add-category): Don't use pushnew. | |
2922 (todo-cmd-raise): Fix typo. | |
2923 (todo-top-priorities): Change temp buffer name. | |
2924 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2925 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2926 Use outline-next-heading. |
29392 | 2927 |
29383 | 2928 * autoarg.el: Rewritten to use define-minor-mode. |
2929 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2930 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2931 | |
29376 | 2932 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2933 | |
2934 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2935 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2936 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2937 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2938 * 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
|
2939 (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
|
2940 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2941 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2942 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2943 |
29372 | 2944 2000-06-01 Dave Love <fx@gnu.org> |
2945 | |
2946 * hl-line.el: Rewritten using define-minor-mode. | |
2947 | |
2948 * help.el (describe-function-1): Distinguish special form from | |
2949 builtin function. Sanity-check presence of arglist for builtins. | |
2950 | |
29356 | 2951 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2952 | |
29365 | 2953 * international/characters.el: Fix syntax/category setting of |
2954 Tibetan characters. | |
2955 | |
2956 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2957 encoding of Tibetan characters. | |
2958 (tibetan-decompose-precomposition-alist): New variable. | |
2959 (tibetan-decompose-region): Convert precomposed characters to | |
2960 non-precomposed characters. | |
2961 (tibetan-decompose-string): Likewise. | |
2962 (tibetan-composition-function): Fix args to | |
2963 thibetan-compose-string. | |
2964 | |
2965 * language/tibetan.el (tibetan-composable-pattern): More | |
2966 characters included. | |
2967 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2968 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2969 "+R" added. | |
2970 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2971 | |
29359 | 2972 * language/lao-util.el (lao-composition-function): Fix args to |
2973 compose-string. | |
2974 | |
2975 * language/thai-util.el (thai-composition-function): Fix args to | |
2976 compose-string. | |
2977 | |
29356 | 2978 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2979 to prevent the point moving to the end of a composition when a |
2980 part of a composition is searched. | |
29356 | 2981 (isearch-other-meta-char): If the key invoking this command can be |
2982 mapped by function-key-map to a printing char, call | |
2983 isearch-process-search-char directly. | |
2984 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2985 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2986 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2987 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2988 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2989 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2990 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2991 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2992 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2993 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2994 * 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
|
2995 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2996 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2997 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
|
2998 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2999 * 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
|
3000 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
3001 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
|
3002 |
29347 | 3003 2000-05-31 Dave Love <fx@gnu.org> |
3004 | |
3005 * loadhist.el (loadhist-hook-functions): Remove | |
3006 before-change-function, after-change-function. | |
3007 (unload-feature): Deal with symbols which are both bound and | |
3008 fbound. | |
3009 | |
3010 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
3011 before-change-function, after-change-function. | |
3012 | |
3013 * simple.el (newline): Don't bind before-change-function, | |
3014 after-change-function. | |
3015 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3016 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
|
3017 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3018 * 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
|
3019 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
|
3020 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
|
3021 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
|
3022 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
3023 * 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
|
3024 |
29330 | 3025 2000-05-31 Dave Love <fx@gnu.org> |
3026 | |
3027 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
3028 pattern for function of change. | |
3029 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
3030 acknowledgements patterns. | |
3031 | |
29328 | 3032 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
3033 | |
3034 * isearch.el (isearch-printing-char): If keyboard coding system is | |
3035 being used, call isearch-process-search-multibyte-characters. | |
3036 | |
3037 * international/isearch-x.el: Mostly rewritten. | |
3038 | |
3039 * international/quail.el (quail-start-conversion): Don't include | |
3040 unhandled events in the returned events, but set them in | |
3041 unread-command-events. Exit if all inputs are deleted. | |
3042 | |
29324 | 3043 2000-05-30 Jason Rumney <jasonr@gnu.org> |
3044 | |
3045 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
3046 | |
3047 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
3048 Reenable code to create initial fontsets. | |
3049 Use set-fontset-font in place of put-charset-property. | |
3050 | |
29302 | 3051 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
3052 | |
29307 | 3053 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
3054 label, ensure that the first colon isn't followed by another. | |
3055 | |
3056 * paths.el (Info-default-directory-list): Doc fix. | |
3057 | |
29304 | 3058 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
3059 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
3060 send a query containing USER only, not USER@HOST. | |
3061 | |
29302 | 3062 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
3063 and rmail-msgend to compute the restriction at the end, instead of | |
3064 computing it. | |
3065 | |
29292 | 3066 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
3067 | |
29295 | 3068 * dabbrev.el (dabbrev-expand): Don't display messages in the |
3069 echo area if the minibuffer window is active. | |
3070 | |
29292 | 3071 * jit-lock.el (jit-lock-mode): Add after change function to |
3072 local hook. | |
3073 | |
3074 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
3075 | |
3076 * antlr-mode.el: New commands: hide/unhide actions, | |
3077 upcase/downcase literals. | |
3078 (antlr-tiny-action-length): New user option. | |
3079 (antlr-hide-actions): New command. Suggested by | |
3080 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
|
3081 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 3082 (antlr-mode-menu): New entries. |
3083 (antlr-downcase-literals): New command. | |
3084 (antlr-upcase-literals): Ditto. | |
3085 | |
3086 * antlr-mode.el: Minor changes: indendation, mode-name. | |
3087 (antlr-indent-line): Indent cpp directive at column 0. | |
3088 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
3089 | |
3090 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
3091 (antlr-font-lock-additional-keywords): Workaround for intentional | |
3092 bug in XEmacs version of font-lock. | |
3093 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
3094 be used by a smarter version of `buffers-menu-grouping-function'. | |
3095 | |
3096 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
3097 | |
3098 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
3099 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
3100 | |
29266 | 3101 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3102 | |
3103 * international/encoded-kb.el | |
3104 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3105 charset-iso-final-char return -1 for eight-bit-control and | |
3106 eight-bit-graphic. | |
3107 | |
29261 | 3108 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3109 | |
3110 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3111 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3112 available, instead of window-system. | |
3113 | |
29259 | 3114 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3115 | |
3116 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3117 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3118 coding systems. | |
3119 | |
29248 | 3120 2000-05-26 Dave Love <fx@gnu.org> |
3121 | |
29255 | 3122 * disp-table.el (standard-display-underline): Don't use |
3123 internal-find-face. | |
3124 | |
29248 | 3125 * mail/reporter.el: Maintainer change. Doc fixes. |
3126 (reporter-version): Deleted. | |
3127 | |
3128 * emacs-lisp/elp.el: Maintainer change. | |
3129 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3130 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3131 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3132 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3133 * 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
|
3134 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3135 |
29240 | 3136 2000-05-26 Dave Love <fx@gnu.org> |
3137 | |
29242 | 3138 * loadhist.el (unload-feature): Fix interactive spec [from |
3139 lijnzaad@ebi.ac.uk]. | |
3140 | |
29240 | 3141 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3142 subr-arity to check primitives. | |
3143 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3144 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3145 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3146 mapcar. | |
3147 | |
29226 | 3148 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3149 | |
29235 | 3150 * international/fontset.el: Set family names of non-latin charsets |
3151 in default fontset to "*". | |
3152 | |
29230 | 3153 * international/mule-diag.el (print-fontset): Combine family part |
3154 and registry part of the fontname by "-*-" instead of "-". | |
3155 | |
29226 | 3156 * international/mule-cmds.el (encode-coding-char): Make strings |
3157 multibyte before calling encode-coding-string. | |
3158 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3159 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3160 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3161 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3162 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3163 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3164 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3165 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3166 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3167 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3168 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3169 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3170 * 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
|
3171 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3172 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3173 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3174 (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
|
3175 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3176 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3177 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3178 |
29214 | 3179 2000-05-25 Dave Love <fx@gnu.org> |
3180 | |
3181 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3182 byte-code-function-p. | |
3183 | |
3184 * mail/rmailsum.el: Add provide. | |
3185 | |
3186 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3187 | |
3188 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3189 defcustom. | |
3190 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3191 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
|
3192 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3193 * 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
|
3194 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
|
3195 |
29205 | 3196 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3197 | |
3198 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3199 grayscale support, not about window-system. | |
3200 | |
3201 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3202 window-system. | |
3203 (ffap-highlight): Always default to t. | |
3204 | |
3205 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3206 display-popup-menus-p instead of looking at window-system. | |
3207 | |
3208 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3209 Only refuse to use string glyphs on X and MS-Windows. | |
3210 | |
3211 * avoid.el: Remove window-system from commentary, suggest to use | |
3212 display-*-p instead. | |
3213 | |
3214 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3215 window-system. | |
3216 | |
29190 | 3217 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3218 | |
3219 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3220 Fill up unsupported characters with their own codes. From Kenichi | |
3221 Handa. | |
3222 | |
29188 | 3223 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3224 | |
3225 * international/mule-diag.el (describe-char-after): Use | |
3226 display-graphic-p instead of window-system, so that this function | |
3227 works on MS-DOS. | |
3228 | |
29181 | 3229 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3230 | |
3231 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3232 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3233 the list of charsets which we convert into `?'. | |
3234 | |
29169 | 3235 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3236 | |
3237 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3238 private charsets. | |
3239 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3240 japanese-jisx0213-2): New charsets. | |
3241 | |
3242 * international/fontset.el: Setup default fontset for new charsets. | |
3243 | |
29166 | 3244 2000-05-24 Dave Love <fx@gnu.org> |
3245 | |
3246 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3247 S. Solomin" <sovs@uic.nnov.ru>]. | |
3248 | |
3249 * icomplete.el: Fix header for Finder. | |
3250 | |
3251 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3252 | |
3253 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3254 STAY. | |
3255 | |
3256 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3257 (rmail-show-message): Add call to `rmail-auto-file' during | |
3258 display. | |
3259 (rmail-auto-file): New function. | |
3260 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3261 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
|
3262 |
29193 | 3263 * 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
|
3264 account. |
29193 | 3265 (ediff-test-utility,ediff-diff-mandatory-option) |
3266 (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
|
3267 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
|
3268 |
29193 | 3269 * 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
|
3270 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3271 |
29193 | 3272 * 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
|
3273 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3274 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3275 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
|
3276 |
29193 | 3277 * 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
|
3278 |
29159 | 3279 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3280 | |
3281 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3282 aliases for hebrew-iso-8bit. | |
3283 | |
29148 | 3284 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3285 | |
3286 * woman.el: New version from Francis J. Wright | |
3287 <F.J.Wright@Maths.QMW.ac.uk>. | |
3288 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3289 names in environment variables regardless of the path separator. | |
3290 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3291 on all files, since woman-file-regexp already filters out any | |
3292 directories. | |
3293 | |
29140 | 3294 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3295 | |
29144 | 3296 * international/quail.el (quail-start-translation): Don't change |
3297 modified-p of the current buffer. | |
3298 (quail-start-conversion): Likewise. | |
3299 | |
3300 * international/kkc.el (kkc-region): Don't change modified-p of | |
3301 the current buffer. | |
3302 | |
29142 | 3303 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3304 conform to RFC1468. | |
3305 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3306 |
29138 | 3307 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3308 | |
3309 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3310 (speedbar-insert-button): Invisible text property fix. | |
3311 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3312 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3313 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3314 (speedbar-page-minus): Renamed from speedbar-file-- | |
3315 (speedbar-page): Renamed from speedbar-file- | |
3316 (speedbar-tag): Renamed from speedbar-tag- | |
3317 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3318 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3319 (speedbar-expand-image-button-alist): Use above renames. | |
3320 | |
3321 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3322 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3323 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3324 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3325 * sb-pg.xpm: Renamed from sb-file.xpm | |
3326 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3327 * 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
|
3328 |
29128 | 3329 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3330 | |
3331 * international/quail.el (quail-show-guidance-buf): Set | |
3332 current-input-method of the guidance buffer to the name of the | |
3333 curren input method. | |
3334 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3335 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3336 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3337 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3338 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3339 * 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
|
3340 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3341 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3342 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3343 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3344 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3345 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3346 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3347 * 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
|
3348 |
29116 | 3349 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3350 | |
29127 | 3351 * startup.el (command-line): Determine source file of compiled |
3352 user init file differently. Warn if compiled user init file | |
3353 is older than its source file. | |
3354 | |
29116 | 3355 * 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
|
3356 |
29112 | 3357 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3358 | |
3359 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3360 rather than `|' (which is not allowed on Windows). Replace the | |
3361 drive letters with a string "drive_X". | |
3362 | |
29110 | 3363 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3364 | |
3365 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3366 | |
3367 * files.el (interpreter-mode-alist): Add `bash2'. | |
3368 | |
29091 | 3369 2000-05-22 Dave Love <fx@gnu.org> |
3370 | |
3371 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3372 mapc. | |
3373 (feature-file): Avoid calling symbol-name. Doc fix. | |
3374 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3375 (loadhist-hook-functions): Add mouse-position-function. | |
3376 (unload-feature): Change uses of mapcar. | |
3377 | |
3378 * files.el (parse-colon-path): Doc fix. | |
3379 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3380 (set-auto-mode): Use mapc. | |
3381 | |
3382 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3383 class. | |
3384 (partial-completion-mode): Add autoload cookie. | |
3385 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3386 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
|
3387 |
29102 | 3388 * 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
|
3389 `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
|
3390 |
29082 | 3391 2000-05-22 Dave Love <fx@gnu.org> |
3392 | |
3393 * bindings.el: Remove debug-ignored-errors set in other files. | |
3394 | |
3395 * progmodes/etags.el: Add to debug-ignored-errors. | |
3396 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3397 when making a new list. | |
3398 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3399 mapc. | |
3400 | |
3401 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3402 quote keywords. | |
3403 (cmpl-string-case-type): Use character classes. | |
3404 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3405 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3406 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3407 * imenu.el: |
29082 | 3408 * mail/mh-e.el: |
3409 * progmodes/compile.el: Add to debug-ignored-errors. | |
3410 | |
3411 * dabbrev.el: Add to debug-ignored-errors. | |
3412 (dabbrev-completion): Use mapc. | |
3413 | |
29075 | 3414 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3415 | |
3416 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3417 (woman-mapcan, woman-parse-man.conf) | |
3418 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3419 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3420 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3421 path syntax better. | |
3422 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3423 (woman-manpath): Call woman-parse-man.conf. | |
3424 (woman-emulation): New defcustom, defaults to nroff. | |
3425 (woman-font-support): New defconst. | |
3426 (woman-use-symbol-font): New defcustom. | |
3427 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3428 "Emulation". | |
3429 Many functions: Doc fix. | |
3430 | |
29072 | 3431 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3432 | |
3433 * international/quail.el (quail-simple-translation-keymap): Map | |
3434 128..255 to quail-self-insert-command. | |
3435 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3436 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3437 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3438 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3439 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3440 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3441 * 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
|
3442 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3443 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3444 * 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
|
3445 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3446 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3447 * 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
|
3448 |
29059 | 3449 2000-05-21 Dave Love <fx@gnu.org> |
3450 | |
29061 | 3451 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3452 are invalid characters. | |
3453 | |
29059 | 3454 * international/mule-util.el (detect-coding-with-priority): Use |
3455 mapc. Remove redundant lambda. | |
3456 | |
3457 * international/mule-diag.el (list-non-iso-charset-chars) | |
3458 (describe-fontset): Remove redundant lambda. | |
3459 | |
3460 * emulation/crisp.el (brief-mode): New alias. | |
3461 | |
3462 * emacs-lisp/ring.el (ring-elements): New function. | |
3463 | |
3464 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3465 (easy-menu-do-add-item): Use keywordp. | |
3466 | |
3467 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3468 | |
3469 * replace.el: Doc and error message fixes. | |
3470 (replace-highlight): Use facep, not internal-find-face. | |
3471 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3472 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3473 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3474 * 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
|
3475 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3476 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3477 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3478 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3479 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3480 (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
|
3481 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3482 (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
|
3483 (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
|
3484 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3485 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3486 (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
|
3487 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3488 (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
|
3489 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3490 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3491 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3492 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3493 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3494 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3495 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3496 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3497 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3498 (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
|
3499 (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
|
3500 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3501 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
|
3502 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3503 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3504 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3505 |
29029 | 3506 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3507 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3508 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3509 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3510 | |
29028 | 3511 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3512 | |
3513 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3514 and insert, not subst-char-in-region. | |
3515 | |
3516 * international/mule-diag.el (list-character-sets-1): Handle | |
3517 charsets eight-bit-control and eight-bit-graphic. | |
3518 (list-iso-charset-chars): Likewise. | |
3519 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3520 charactes as is. Use indent-to to align characters. | |
3521 | |
3522 * international/mule-cmds.el (find-multibyte-characters): Never | |
3523 exclude charsets eight-bit-control and eight-bit-graphic. | |
3524 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3525 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3526 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3527 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3528 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3529 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3530 * 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
|
3531 |
28993 | 3532 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3533 | |
3534 * gud.el (gud-jdb-directories): Doc fix. | |
3535 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3536 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3537 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3538 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3539 |
28988 | 3540 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3541 | |
28993 | 3542 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3543 |
28982 | 3544 2000-05-18 Andreas Schwab <schwab@suse.de> |
3545 | |
3546 * dired.el (dired-between-files): Also skip lines beginning with | |
3547 `used'. | |
3548 | |
28978 | 3549 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3550 | |
3551 * msb.el (msb-menu-cond): Add choice `user'. | |
3552 | |
28981 | 3553 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
|
3554 |
28981 | 3555 * ps-print.el: Compatibility, customization and doc fix. |
3556 (ps-printer-name-option): Replace defconst by defvar. | |
3557 (ps-postscript-code-directory): XEmacs compatibility. | |
3558 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3559 fix. | |
3560 (ps-user-defined-prologue, ps-print-prologue-header) | |
3561 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3562 compatibility and code fix. | |
3563 (ps-print-background-image, ps-print-background-text): | |
3564 Customization fix. | |
3565 (ps-line-number-start, ps-n-up-on): New vars. | |
3566 | |
28978 | 3567 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3568 | |
3569 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3570 the indent-comment function to just return the appropriate indent. | |
3571 | |
28975 | 3572 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3573 | |
3574 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3575 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3576 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3577 | |
28969 | 3578 2000-05-18 Dave Love <fx@gnu.org> |
3579 | |
3580 * info.el (Info-fontify-node): Add intangible property as well as | |
3581 invisible. | |
3582 | |
3583 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3584 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3585 | |
28965 | 3586 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3587 | |
3588 * international/mule-diag.el (describe-char-after): Call | |
3589 internal-char-font, not char-font. If internal-char-font returns | |
3590 nil, display "-- none --". | |
3591 | |
28959 | 3592 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3593 | |
3594 * image.el (image-type-available-p): Don't reference image-types | |
3595 if it isn't bound. | |
3596 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3597 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3598 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3599 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3600 |
28954 | 3601 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3602 | |
3603 * startup.el (command-line-1): Don't signal an error if the | |
3604 directory for auto-save-list files does not yet exist. | |
3605 | |
28950 | 3606 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3607 | |
3608 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3609 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3610 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3611 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3612 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3613 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3614 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
|
3615 |
28981 | 3616 * 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
|
3617 |
28942 | 3618 2000-05-16 Dave Love <fx@gnu.org> |
3619 | |
3620 * cus-edit.el: Don't require cl or easymenu. | |
3621 (custom-variable-prompt): Test standard-value property, not | |
3622 user-variable-p. | |
3623 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3624 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
|
3625 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3626 * 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
|
3627 |
28939 | 3628 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3629 | |
3630 * startup.el (command-line-1): Mention the FAQ in the startup | |
3631 message. | |
3632 | |
3633 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3634 | |
3635 * progmodes/compile.el (compilation-parse-errors): Collect | |
3636 `nomessage' regexps last. | |
3637 | |
3638 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3639 | |
3640 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3641 to the function name. | |
3642 | |
28926 | 3643 2000-05-15 Dave Love <fx@gnu.org> |
3644 | |
3645 * speedbar.el (speedbar-recenter): Typo. | |
3646 (speedbar-expand-line): Make arg optional. | |
3647 (speedbar-mode): Avoid a compiler warning. | |
3648 | |
28924 | 3649 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3650 | |
3651 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3652 user-specified option string is empty. | |
3653 | |
3654 * mouse.el (mouse-yank-at-click): Doc fix. | |
3655 | |
28921 | 3656 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3657 | |
3658 * term/internal.el (IT-character-translations): More updates of | |
3659 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3660 documents. | |
3661 | |
28919 | 3662 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3663 | |
3664 * env.el (getenv): New function, interactively callable. | |
3665 (setenv, getenv): Remove autoload cookies. | |
3666 | |
3667 * loadup.el: Load `env'. | |
3668 | |
3669 * progmodes/f90.el: Change author's mail address. | |
3670 | |
28908 | 3671 2000-05-14 Dave Love <fx@gnu.org> |
3672 | |
28911 | 3673 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3674 goto-addr as an option. | |
3675 | |
3676 * help.el (help-xref-stack): Doc fix. | |
3677 (help-xref-following): New variable. | |
3678 (help-make-xrefs): Use it. | |
3679 (help-xref-go-back): Use position information from stack element. | |
3680 (help-follow): Make position in stack element a pair. Use | |
3681 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3682 |
28911 | 3683 * autoarg.el: New file. |
3684 | |
3685 * faces.el: Declare more functions obsolete. | |
3686 | |
28908 | 3687 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3688 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3689 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3690 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3691 Remove all the setup-...-environment functions. | |
3692 | |
28903 | 3693 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3694 | |
28919 | 3695 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3696 >= when detecting. Require `defimage' safely. | |
28903 | 3697 (speedbar-easymenu-definition-base): Add toggle for images. |
3698 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3699 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3700 (speedbar-reconfigure-keymaps-hook): New variable. | |
3701 (speedbar-frame-parameters): Updated documentation. | |
3702 (speedbar-use-imenu-flag): Updated custom tag | |
3703 (speedbar-dynamic-tags-function-list): New variable. | |
3704 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3705 (speedbar-indentation-width, speedbar-indentation-width) New |
3706 variables. | |
3707 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3708 (speedbar-vc-indicator): Doc update. |
3709 (speedbar-ignored-path-expressions): Updated default value. | |
3710 (speedbar-supported-extension-expressions): Updated default value. | |
3711 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3712 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3713 as "+". Added overlay aliases. | |
3714 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3715 `force-mode-line-update'. | |
3716 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3717 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3718 `mouse-set-point' | |
28903 | 3719 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3720 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3721 of arbitrary text, and new helper functions. | |
3722 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3723 filename finder. | |
28903 | 3724 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3725 (speedbar-directory-buttons): Update path search/expansion. | |
3726 (speedbar-make-tag-line): Pay attention to | |
28919 | 3727 `speedbar-indentation-width'. Use more care w/ invisible |
3728 properties. | |
28903 | 3729 (speedbar-change-expand-button-char): Call |
3730 `speedbar-insert-image-button-maybe'. | |
3731 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3732 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3733 (speedbar-trim-words-tag-hierarchy) | |
3734 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3735 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3736 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3737 functions. | |
28903 | 3738 (speedbar-mouse-set-point): New function |
3739 (speedbar-power-click): Updated documentation. | |
28919 | 3740 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3741 of tag prefix text. | |
3742 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3743 to strange text. | |
3744 (speedbar-expand-line): Takes universal argument to flush the | |
3745 cache. | |
28903 | 3746 (speedbar-flush-expand-line): New function. |
3747 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3748 Use new generator insertion method. | |
3749 (speedbar-fetch-dynamic-tags): New function. | |
3750 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3751 `speedbar-fetch-dynamic-imenu'. | |
3752 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3753 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3754 "Revert Buffer" menu items. | |
3755 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3756 filename tag (for expansion purposes.). | |
28919 | 3757 (speedbar-highlight-one-tag-line, |
3758 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3759 (speedbar-recenter): New functions. | |
28903 | 3760 (defimage-speedbar): Image loading abstraction. |
28919 | 3761 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3762 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3763 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3764 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3765 (speedbar-expand-image-button-alist): New variable. |
3766 (speedbar-insert-image-button-maybe): Insert an image over some | |
3767 buttons. | |
3768 | |
28894 | 3769 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3770 | |
3771 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3772 character is always encodable. | |
3773 | |
3774 * international/mule-conf.el: Add more information in descriptions | |
3775 of character sets. | |
3776 | |
28965 | 3777 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3778 (describe-font-internal): Adjusted for the change of font-info. |
3779 (describe-font): Likewise. | |
3780 (print-fontset): Rewritten for the new fontset implementation. | |
3781 (describe-fontset): Include fontset alias names in completion. | |
3782 (list-fontsets): Adjusted for the change of print-fontset. | |
3783 | |
28895 | 3784 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3785 describe-char-after instead of displaying the detail in the echo | |
3786 area. | |
28965 | 3787 (syntax-code-table): Format changed. |
3788 (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
|
3789 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3790 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3791 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3792 * 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
|
3793 |
28890 | 3794 2000-05-12 Dave Love <fx@gnu.org> |
3795 | |
3796 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3797 dependence. Use line-{beginning,end}-position, not | |
3798 point-at{b,e}ol. Some doc fixes. | |
3799 (todo-position): New function. Fix callers of position to use it. | |
3800 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3801 | |
28885 | 3802 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3803 | |
3804 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3805 | |
28893 | 3806 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3807 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3808 |
28882 | 3809 2000-05-11 Dave Love <fx@gnu.org> |
3810 | |
28888 | 3811 * calendar/todo-mode.el: New file. |
28882 | 3812 |
28870 | 3813 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3814 | |
28881 | 3815 * comint.el (comint-read-input-ring): Move reference to |
3816 comint-input-ring-size outside of the save-excursion. It was | |
3817 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
|
3818 |
28875 | 3819 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3820 address on request from him. | |
3821 | |
28870 | 3822 * subr.el (substitute-key-definition): Add comment describing |
3823 the meaning of PREFIX. | |
3824 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3825 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3826 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3827 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3828 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3829 * 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
|
3830 (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
|
3831 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3832 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3833 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3834 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3835 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3836 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3837 (vc-do-command): Tweak advice to handle the new VC. |
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 * 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
|
3840 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3841 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3842 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3843 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3844 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3845 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3846 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3847 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3848 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3849 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3850 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3851 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3852 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3853 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3854 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3855 (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
|
3856 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3857 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3858 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3859 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3860 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3861 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3862 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3863 |
28845 | 3864 2000-05-09 Sam Steingold <sds@goems.com> |
3865 | |
3866 * apropos.el (apropos-print): use `describe-face' instead of | |
3867 `customize-face-other-window'. | |
3868 | |
28842 | 3869 2000-05-09 Dave Love <fx@gnu.org> |
3870 | |
3871 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3872 | |
3873 * help.el (describe-variable): Have customize button pop the | |
3874 help-xref stack when invoked. | |
3875 (help-xref-symbol-regexp): Add `face'. | |
3876 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3877 submatch numbers to cope. | |
3878 (help-xref-interned): Maybe insert face doc too. Separate | |
3879 sections with a line of hyphens. | |
3880 | |
28848 | 3881 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3882 (describe-face): Add customize button. Return the help |
3883 text. Fix prompt. | |
3884 | |
28839 | 3885 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3886 | |
3887 * term/internal.el (IT-character-translations): Fix last change. | |
3888 | |
28833 | 3889 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3890 | |
3891 * woman.el: New file | |
3892 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3893 | |
28829 | 3894 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3895 | |
28831 | 3896 * term/internal.el (IT-character-translations): Update ASCII |
3897 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3898 latin-iso8859-15. | |
3899 | |
28829 | 3900 * international/mule-cmds.el (set-language-info-alist): Call |
3901 define-prefix-command with 3 arguments, to make the map suitable | |
3902 for a menu. | |
3903 | |
28827 | 3904 2000-05-07 Dave Love <fx@gnu.org> |
3905 | |
30993 | 3906 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 3907 |
28825 | 3908 2000-05-05 Dave Love <fx@gnu.org> |
3909 | |
3910 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3911 list in doc string. Don't quote keyword symbols. | |
3912 * emacs-lisp/cl.el: Likewise | |
3913 * emacs-lisp/cl-seq.el: Likewise | |
3914 | |
28823 | 3915 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3916 | |
3917 * abbrev.el (abbrev-mode): Make ARG optional. | |
3918 | |
28812 | 3919 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3920 | |
28817 | 3921 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3922 | |
3923 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3924 | |
28812 | 3925 * subr.el (substitute-key-definition): Clarify documentation. |
3926 | |
3927 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3928 | |
3929 * glasses.el (glasses-convert-to-unreadable): Use | |
3930 `glasses-separator' instead of the hard-wired "_". | |
3931 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3932 place. | |
3933 | |
28808 | 3934 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3935 | |
3936 * term/internal.el (cjk-codepages-alist): Add associations for | |
3937 Chinese and Korean codepages. Remove FIXME comment. | |
3938 | |
28806 | 3939 2000-05-03 Dave Love <fx@gnu.org> |
3940 | |
3941 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3942 New option. | |
3943 (display-time-mail-icon): New variable. | |
3944 (display-time-string-forms): Use the above. Fix the local-map. | |
3945 | |
28795 | 3946 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3947 | |
28805 | 3948 * replace.el (query-replace-map): Add binding for `E'. |
3949 (query-replace-help): Extend help text. | |
3950 (perform-replace): Allow editing the replacement string. | |
3951 | |
3952 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3953 (makefile-mode): Set local abbrev table to | |
3954 makefile-mode-abbrev-table. | |
3955 (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
|
3956 |
28795 | 3957 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3958 set TOGGLE's value. | |
3959 | |
28805 | 3960 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3961 mail-interactive-insert-alias. | |
3962 (mail-abbrev-complete-alias): New command. | |
3963 (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
|
3964 |
28790 | 3965 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3966 | |
3967 * language/lao-util.el (lao-compose-region): New function. | |
3968 | |
28782 | 3969 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3970 | |
28789 | 3971 * files.el (recover-session): Make directories as necessary |
3972 if they don't exist yet. | |
3973 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3974 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3975 (french-calendar-multibyte-special-days-array) |
28782 | 3976 (french-calendar-special-days-array): Change French text. |
3977 (calendar-french-date-string): Change output. | |
3978 (calendar-goto-french-date): Likewise. | |
3979 | |
3980 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3981 | |
3982 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3983 (widget-documentation-string-value-create): Set `:always-active'. | |
3984 | |
28778 | 3985 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3986 | |
3987 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3988 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3989 (normal-top-level): Create the directory for auto-save files, if | |
3990 it doesn't already exist (in the ms-dos case only). | |
3991 | |
28775 | 3992 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3993 | |
3994 * international/mule-cmds.el (set-language-environment): Don't | |
3995 concat an integer (dos-codepage), use format instead. | |
3996 | |
28772 | 3997 2000-05-02 Dave Love <fx@gnu.org> |
3998 | |
3999 * help.el (help-xref-on-pp): Check for constant symbols. | |
4000 | |
28764 | 4001 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
4002 | |
4003 * startup.el (normal-top-level): Put a condition-case around | |
4004 the code loading subdirs.el. | |
4005 | |
4006 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
|
4007 |
28764 | 4008 * ps-print.el: Upside-down and face background color printing, |
4009 line number step, doc fix. | |
4010 (ps-print-version): New version number (5.2). | |
4011 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
4012 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
4013 (ps-spool-config): Var fix. | |
4014 (ps-printer-name-option): Const fix. | |
4015 (ps-print-upside-down, ps-use-face-background) | |
4016 (ps-line-number-step): New vars. | |
4017 (ps-window-system, ps-lp-system): New consts. | |
4018 (ps-face-background): New fun. | |
4019 | |
28759 | 4020 2000-04-28 Richard Stallman <rms@gnu.org> |
4021 | |
4022 * files.el (make-auto-save-file-name): | |
4023 Apply auto-save-file-name-transforms to visited file name | |
4024 before generating auto save file name. | |
4025 (auto-save-file-name-transforms): New variable. | |
4026 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4027 * files.el (backup-enable-predicate): |
28759 | 4028 Correctly test for a file under a temporary directory. |
4029 | |
28751 | 4030 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
4031 | |
4032 * subr.el (add-minor-mode): Rewritten. | |
4033 | |
28749 | 4034 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
4035 | |
4036 * mail/sendmail.el (sendmail-send-it): Set | |
4037 buffer-file-coding-system to the selected coding system for MIME | |
4038 header. | |
4039 | |
28748 | 4040 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
4041 | |
4042 * dired.el (dired-move-to-filename-regexp): Allow format where | |
4043 YYYY is followed by two spaces. | |
4044 | |
4045 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
4046 in the second character class of the regexp. | |
4047 | |
4048 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
4049 mh-etc, too. | |
4050 | |
4051 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
4052 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4053 |
28748 | 4054 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
4055 | |
4056 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
4057 argument. | |
4058 | |
4059 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
|
4060 |
28748 | 4061 * emacs-lisp/crm.el (crm-completion-table): New variable. |
4062 (crm-collection-fn, crm-test-completion) | |
4063 (completing-read-multiple): Use it. | |
4064 | |
28736 | 4065 2000-04-27 Dave Love <fx@gnu.org> |
4066 | |
4067 * help.el (locate-library): Use mapc. | |
4068 (help-manyarg-func-alist): Add call-process-region. | |
4069 | |
28724 | 4070 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
4071 | |
28729 | 4072 * subr.el (add-minor-mode): Make argument MAP optional. |
4073 | |
28724 | 4074 * desktop.el (desktop-save): Save list of minor modes. |
4075 (desktop-create-buffer): Restore minor modes. | |
4076 (desktop-minor-mode-table): New user-option. | |
4077 | |
4078 * subr.el (add-minor-mode): New function. | |
4079 | |
4080 * image.el (find-image): New function. | |
4081 (defimage): Rewritten to find image at load time. | |
4082 | |
4083 * startup.el (normal-top-level-add-to-load-path): Handle | |
4084 case that the default directory is not in load-path. | |
4085 | |
4086 * help.el: Old patch from Stefan Monnier. | |
4087 (help-xref-on-pp): New function. | |
4088 (describe-variable): Use it to display xrefs in a symbol's value. | |
4089 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4090 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4091 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4092 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4093 |
28713 | 4094 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
4095 | |
28715 | 4096 * mail/rmail.el (rmail-expunge): When there are no deleted |
4097 messages, do nothing. | |
28713 | 4098 |
28712 | 4099 2000-04-26 Dave Love <fx@gnu.org> |
4100 | |
4101 * international/mule-cmds.el (locale-translation-file-name): | |
4102 Defvar to nil. | |
4103 (set-locale-environment): Set it here (at runtime). | |
4104 | |
28710 | 4105 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4106 | |
4107 * replace.el (perform-replace): Add parameters START and END. Use | |
4108 them instead of the check for a region in Transient Mark mode. | |
4109 (query-replace-read-args): Return two more list elements for the | |
4110 start and end of the region in Transient Mark mode. | |
4111 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4112 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4113 optional last arguments START and END and pass them to | |
4114 perform-replace. | |
4115 | |
4116 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4117 form with additional arguments for perform-replace. | |
4118 | |
4119 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4120 and END. Construct a form with additional arguments for | |
4121 perform-replace. | |
4122 | |
4123 * simple.el (shell-command): Set default directory for "*Shell | |
4124 Command Output" buffer. | |
4125 | |
4126 * language/european.el (iso-latin-4): Fix typo. | |
4127 | |
4128 * emacs-lisp/crm.el: New file. | |
4129 | |
28701 | 4130 2000-04-24 Dave Love <fx@gnu.org> |
4131 | |
4132 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4133 (Custom-reset-saved, Custom-reset-standard) | |
4134 (custom-group-value-create, custom-group-set, custom-group-save) | |
4135 (custom-group-reset-current, custom-group-reset-saved) | |
4136 (custom-group-reset-standard): Use mapc. | |
4137 (custom-buffer-create-internal): Disable undo when creating items. | |
4138 Use mapc. | |
4139 (custom-face): Avoid redundant lambda. | |
4140 | |
28699 | 4141 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4142 | |
4143 * startup.el (auto-save-list-file-prefix): Set default to | |
4144 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4145 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4146 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4147 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4148 * 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
|
4149 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4150 |
28695 | 4151 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4152 | |
4153 * frame.el (scrolling): New group. | |
4154 (automatic-hscrolling): New user-option. | |
4155 | |
4156 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4157 `--line-spacing'. | |
4158 | |
28668 | 4159 2000-04-19 Dave Love <fx@gnu.org> |
4160 | |
4161 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4162 (cl-mapc): Rename from mapc. Fix the funcall. | |
4163 | |
28653 | 4164 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4165 | |
28660 | 4166 * simple.el (clone-indirect-buffer-other-window): New command. |
4167 (clone-indirect-buffer): Add optional arg NORECROD. | |
4168 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4169 | |
28658 | 4170 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4171 | |
4172 * window.el (count-screen-lines): New function. | |
4173 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4174 instead of window-buffer-height. | |
4175 | |
4176 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4177 non-existing variable comint-input-sentinel. | |
4178 (inferior-lisp-args-to-list): Removed. | |
4179 (inferior-lisp): Use split-string instead of | |
4180 inferior-lisp-args-to-list. | |
4181 | |
4182 * hexl.el (hexl-insert-hex-string): New command. | |
4183 | |
28653 | 4184 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4185 instead of concat. | |
4186 | |
28634 | 4187 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4188 | |
4189 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4190 at the start of an existing but empty folder. | |
4191 | |
4192 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4193 | |
4194 * ps-mule.el: Customization fix, doc fix. | |
4195 (ps-multibyte-buffer): Customization fix. | |
4196 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4197 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4198 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4199 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4200 |
28626 | 4201 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4202 | |
4203 * textmodes/texinfo.el (texinfo-insert-@email) | |
4204 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4205 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4206 (texinfo-mode-map): Add key bindings for them. | |
4207 | |
4208 * files.el (basic-save-buffer-2): Use a template with `$' | |
4209 instead of `#' for VMS. | |
4210 | |
4211 * simple.el (clone-indirect-buffer): New function. | |
4212 | |
28621 | 4213 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4214 | |
4215 * iswitchb.el (iswitchb-case): New function. If the user input | |
4216 contains any upper-case characters, the search is made | |
4217 case-sensitive. | |
4218 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4219 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4220 |
28621 | 4221 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4222 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4223 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4224 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4225 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4226 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4227 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4228 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
|
4229 (texinfo-environments): New var. |
28621 | 4230 (texinfo-environment-regexp): Use regexp-opt and |
4231 texinfo-environments. | |
4232 | |
4233 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4234 ispell-process is bound since this might be eval'd before ispell | |
4235 is loaded. | |
4236 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4237 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
|
4238 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4239 * 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
|
4240 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4241 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4242 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4243 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4244 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4245 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4246 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4247 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4248 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4249 |
28602 | 4250 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4251 | |
4252 * 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
|
4253 |
28602 | 4254 * ps-print.el: Fix counting lines in a region. |
4255 (ps-print-version): New version number (5.1.5). | |
4256 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4257 (ps-printing-region): Fun code fix. | |
4258 | |
28600 | 4259 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4260 | |
4261 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4262 to file-directory-p. | |
4263 | |
28591 | 4264 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4265 | |
4266 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4267 exists before calling directory-files. | |
4268 | |
28578 | 4269 2000-04-13 Dave Love <fx@gnu.org> |
4270 | |
4271 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4272 syntax. | |
4273 | |
4274 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4275 | |
4276 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4277 (cl-old-mapc): New variable. | |
4278 (mapc): Use it. | |
4279 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4280 next-property-change. | |
4281 (cl-map-overlays): Use with-current-buffer. | |
4282 (cl-expt): Remove. | |
4283 (copy-tree, remprop): Define unconditionally. | |
4284 | |
4285 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4286 | |
4287 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4288 to use keywordp. | |
4289 (edebug-spec): Enable keywordp. | |
4290 | |
4291 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4292 string-lessp. | |
4293 | |
4294 * cus-start.el: Use keywordp. | |
4295 | |
28577 | 4296 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4297 | |
4298 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4299 2000-02-18 by doing a save-excursion. | |
4300 | |
4301 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4302 | |
4303 * ps-print.el: Customization fix, doc fix. | |
4304 (ps-print-version): New version number (5.1.4). | |
4305 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4306 (ps-print-preprint): Adjust code. | |
4307 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4308 (ps-print-prologue-header, ps-print-control-characters) | |
4309 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4310 |
28564 | 4311 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4312 | |
4313 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4314 converted to the new menu-item format, names silightly changed, | |
4315 help strings added. | |
4316 | |
4317 Support for spelling without async subprocesses: | |
4318 | |
4319 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4320 (ispell-session-buffer): New variables. | |
4321 (ispell-start-process, ispell-process-status, | |
4322 ispell-accept-output, ispell-send-string): New functions, for | |
4323 Ispell invocation when async subprocesses aren't supported. | |
4324 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4325 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4326 to process-send-string with calls to ispell-send-string, and | |
4327 accept-process-output with ispell-accept-output. | |
4328 (ispell-init-process): Call ispell-process-status instead of | |
4329 process-status with. | |
4330 (ispell-init-process): Call ispell-start-process. Call | |
4331 ispell-accept-output and ispell-send-string. Don't call | |
4332 process-kill-without-query and kill-process if they are unbound. | |
4333 (ispell-async-processp): New function. | |
4334 | |
28560 | 4335 2000-04-12 Dave Love <fx@gnu.org> |
4336 | |
4337 * info.el: Add debug-ignored-errors. | |
4338 (Info-mode-menu): Add some items. | |
4339 (Info-directory): Add autoload cookie. | |
4340 | |
4341 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4342 Modify `truncate-lines'. Make `describe-language-environment' | |
4343 always visible and add help. Modify `describe-key' help. Invoke | |
4344 Info-directory from `info'. New entry `emacs-manual'. | |
4345 | |
28542 | 4346 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4347 | |
28549 | 4348 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4349 propertized-buffer-identification. | |
4350 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4351 (ebrowse--mode-strings): Removed. | |
4352 (ebrowse--mode-line-props): Removed. | |
4353 | |
28542 | 4354 * files.el (auto-mode-alist): Add `EBROWSE'. |
4355 | |
4356 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4357 space before testing for end of buffer. | |
4358 (ebrowse-load): Removed. | |
4359 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4360 (ebrowse-create-tree-buffer): Rewritten. | |
4361 (ebrowse-tree-mode): Read tree from buffer. | |
4362 | |
4363 * progmodes/ebrowse-ffh.el: Removed. | |
4364 | |
28535 | 4365 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4366 | |
4367 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4368 | |
28534 | 4369 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4370 | |
4371 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4372 at the wrong place. | |
4373 | |
28783 | 4374 2000-04-09 Dave Love <fx@gnu.org> |
4375 | |
4376 * files.el (backup-enable-predicate): Use | |
4377 temporary-file-directory, small-temporary-file-directory. | |
4378 (make-backup-file-name-function, backup-directory-alist): New | |
4379 variables. | |
4380 (make-backup-file-name-1): New function. | |
4381 (make-backup-file-name): Use it. | |
4382 (find-backup-file-name): Likewise. Use format for clarity, not | |
4383 concat. | |
4384 (file-newest-backup): Use make-backup-file-name. | |
4385 | |
28523 | 4386 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4387 | |
28530 | 4388 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4389 |
28530 | 4390 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4391 to ebrowse-ffh.el. | |
4392 (ebrowse-load): Add autoload. | |
4393 | |
4394 * finder.el (finder-commentary): Add autoload cookie. | |
4395 | |
28523 | 4396 * mail/rfc2368.el: Correct author's email address. |
4397 | |
4398 * progmodes/ebrowse.el: New file. | |
4399 | |
4400 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4401 item help string. | |
4402 (easy-menu-do-add-item): Ditto. | |
4403 (easy-menu-define): Extend doc string. | |
4404 | |
4405 * jit-lock.el (with-buffer-unmodified): Use | |
4406 restore-buffer-modified-p. | |
4407 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4408 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4409 with-buffer-unmodified. | |
4410 | |
28517 | 4411 2000-04-08 Dave Love <fx@gnu.org> |
4412 | |
4413 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4414 unless, when. | |
4415 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4416 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
|
4417 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4418 * 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
|
4419 (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
|
4420 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
|
4421 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4422 |
28506 | 4423 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4424 | |
4425 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4426 like C-r. | |
4427 | |
4428 * progmodes/make-mode.el: Some doc fixes. | |
4429 (makefile-mode-abbrev-table): New variable. | |
4430 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4431 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4432 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4433 | |
4434 * replace.el (perform-replace): Don't move forward one char | |
4435 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4436 to do that because it leaves point 1 position after the last | |
4437 replacement, after everything has been replaced. | |
4438 | |
4439 * jit-lock.el (with-buffer-unmodified): New macro. | |
4440 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4441 modified state. | |
4442 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4443 preserving buffer's modified state. | |
4444 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4445 jit-lock-function-1. | |
4446 | |
4447 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4448 | |
28499 | 4449 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4450 | |
4451 * glasses.el: Provide facilities for inserting space before left | |
4452 parentheses and uncapitalization of identifiers. | |
4453 (glasses-mode): Try to remove old overlays in all cases. | |
4454 | |
28485 | 4455 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4456 | |
28496 | 4457 * progmodes/compile.el (compile-internal): Display the compilation |
4458 buffer in a different frame, if it's already displayed there. | |
4459 | |
28494 | 4460 * mail/rfc2368.el: New file. |
4461 | |
28492 | 4462 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4463 header and insert its value as mail body. | |
4464 | |
4465 * subr.el (member-ignore-case): New function. | |
4466 | |
4467 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4468 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4469 from dabbrev-ignored-regexps. | |
4470 | |
28485 | 4471 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4472 to extensions handled by gzip. | |
4473 | |
28492 | 4474 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4475 | |
4476 * files.el (insert-directory): List the total free space | |
4477 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4478 |
28492 | 4479 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4480 line is followed by one that matches CITATION-REGEXP, end the | |
4481 paragraph. | |
4482 | |
4483 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4484 | |
4485 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4486 (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
|
4487 |
28474 | 4488 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4489 | |
4490 * international/mule-cmds.el (encoded-string-description): | |
4491 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4492 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4493 for hexadecimal format. | |
28474 | 4494 |
28468 | 4495 2000-04-01 Dave Love <fx@gnu.org> |
4496 | |
4497 * cpp.el: Change customization group to `c' from `C'. | |
4498 | |
4499 * vcursor.el (vcursor-move): Use display-color-p. | |
4500 | |
4501 * international/mule-util.el: Provide mule-utils. | |
4502 (string-to-sequence): Simplify and speed up. | |
4503 | |
4504 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4505 | |
4506 * international/mule-cmds.el: Various menu changes. | |
4507 (describe-specified-language-support): Handle `Default'. | |
4508 (set-language-info): Purecopy `info'. | |
4509 | |
28462 | 4510 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4511 | |
4512 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4513 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
|
4514 |
28445 | 4515 2000-03-31 Dave Love <fx@gnu.org> |
4516 | |
28452 | 4517 * help.el (help-manyarg-func-alist): Correct several omissions. |
4518 | |
28450 | 4519 * add-log.el: Don't require cl, fortran. |
4520 (add-log-current-defun-function): Doc fix. | |
4521 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4522 fix. | |
4523 (change-log-version-rcs): Function deleted. | |
4524 (change-log-version-number-search): Doc fix. Use | |
4525 vc-workfile-version. Avoid CL dolist. | |
4526 (add-change-log-entry): Just call add-log-current-defun to get | |
4527 defun. Simplify somewhat. | |
4528 (change-log-get-method-definition-1): Likewise. | |
4529 (add-log-current-defun): Return nil if calling | |
4530 add-log-current-defun-function does so. Move Fortran stuff to | |
4531 fortran.el. Return string without properties. | |
4532 | |
28445 | 4533 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4534 and :alpha: char classes. | |
4535 | |
4536 * mail/supercite.el: Defvar curline when compiling. | |
4537 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4538 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4539 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4540 | |
28444 | 4541 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4542 | |
4543 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4544 | |
4545 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4546 Re-enable new code. | |
4547 | |
4548 * lpr.el (print-region-1): Use -d to specify printer name for | |
4549 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4550 | |
4551 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
|
4552 |
28444 | 4553 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4554 for function definition in symbol's function value slot first | |
4555 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
|
4556 |
28435 | 4557 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4558 | |
4559 * language/european.el ("Polish"): New language environment. | |
4560 (setup-polish-environment): New function. | |
4561 | |
28424 | 4562 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4563 | |
4564 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4565 Disable new code. | |
4566 | |
4567 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4568 trying to `load' the symbol of an autoload instead of the file | |
4569 recorded in the autoload. Fix error messages. | |
4570 | |
28429 | 4571 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4572 | |
4573 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4574 (ps-print-version): New version number (5.1.3). | |
4575 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4576 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4577 (ps-generate-postscript-with-faces): Code fix. | |
4578 (ps-color-values): XEmacs compatibility. | |
4579 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4580 (ps-default-fg, ps-default-bg): Adjust customization. | |
4581 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4582 (ps-color-scale): Renaming old ps-color-value fun. | |
4583 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4584 with ps-print-header variable. | |
4585 (ps-print-miscellany): New group. | |
4586 (ps-format-color, ps-rgb-color): New funs. | |
4587 (ps-default-foreground): New var. | |
4588 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4589 |
28416 | 4590 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4591 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4592 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4593 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4594 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4595 (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
|
4596 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4597 |
28416 | 4598 * lisp/locate.el: |
4599 (locate-word-at-point): Added this function | |
4600 (locate): Default to using locate-word-at-point as input | |
4601 Run dired-mode-hook | |
4602 | |
28405 | 4603 2000-03-29 Dave Love <fx@gnu.org> |
4604 | |
4605 * calendar/appt.el: Doc fixes. | |
4606 (appt-check): Convert min-to-app to a string before passing to | |
4607 appt-disp-window-function or concat. | |
4608 (appt-delete-window): Remove test for frame-root-window. | |
4609 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4610 | |
4611 * emacs-lisp/bytecomp.el: Doc fixes. | |
4612 (byte-compile-file-form-autoload): Update | |
4613 byte-compile-function-environment. | |
4614 | |
28403 | 4615 2000-03-29 Andreas Schwab <schwab@suse.de> |
4616 | |
4617 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4618 specially. | |
4619 | |
4620 * dired.el (dired-insert-directory): If dired-free-space-program | |
4621 failed just delete its output. | |
4622 | |
28395 | 4623 2000-03-29 Dave Love <fx@gnu.org> |
4624 | |
4625 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4626 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4627 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4628 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4629 clarity. | |
4630 | |
4631 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4632 | |
28377 | 4633 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4634 | |
4635 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4636 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4637 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4638 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4639 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4640 * 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
|
4641 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4642 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4643 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4644 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4645 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4646 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4647 |
28326 | 4648 2000-03-26 Dave Love <fx@gnu.org> |
4649 | |
28331 | 4650 * net/browse-url.el (browse-url): Re-fix case of |
4651 browse-url-browser-function being an alist. | |
4652 (browse-url): Add :link to defgroup. | |
4653 | |
28326 | 4654 * files.el: Doc fixes. |
4655 (file-truename): Include `[' in wildcard characters. | |
4656 (automount-dir-prefix): Customize. | |
4657 (find-file-wildcards): Add :version. | |
4658 (find-file-noselect): Simplify a mapcar call. | |
4659 | |
4660 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4661 compatible with inf-lisp version. | |
4662 (eval-defun-1): Fix custom-declare-variable case. | |
4663 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4664 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4665 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4666 * 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
|
4667 |
28303 | 4668 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4669 | |
28308 | 4670 * Makefile (COMPILE_FIRST): New macro. |
4671 (compile-files): Compile files from COMPILE_FIRST first. | |
4672 | |
4673 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4674 code. | |
4675 | |
28303 | 4676 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4677 matching open parenthesis in column 0 to defun-prompt-regexp | |
4678 only if open-paren-in-column-0-is-defun-start is set. | |
4679 | |
4680 * sun-curs.el: Require CL at compile-time only. | |
4681 | |
4682 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4683 instead of copy-list which is a function from CL. | |
4684 (msb--choose-menu, msb--mode-menu-cond) | |
4685 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4686 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4687 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4688 `(' in column 0 in doc string. | |
4689 (msb--add-separators): Use mapcar instead of mapcan. | |
4690 | |
4691 * cus-dep.el: Require CL at compile-time only. | |
4692 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4693 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4694 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4695 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4696 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4697 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4698 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4699 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4700 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4701 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4702 (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
|
4703 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4704 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4705 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4706 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4707 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4708 |
28292 | 4709 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4710 | |
4711 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4712 (rmail-expunge): Ask for confirmation depending on the setting | |
4713 of rmail-confirm-expunge. | |
4714 | |
4715 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4716 | |
4717 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4718 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4719 cause a bootstrap failure because things don't autoload as | |
4720 expected. | |
4721 | |
28289 | 4722 2000-03-23 Dave Love <fx@gnu.org> |
4723 | |
4724 * net/browse-url.el: Restore previous use of | |
4725 browse-url-maybe-new-window. | |
4726 | |
28287 | 4727 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4728 | |
4729 * ps-print.el: Skip banner page fix. | |
4730 (ps-print-version): New version number (5.1.2). | |
4731 (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
|
4732 |
28287 | 4733 2000-03-23 Dave Pearson <davep@davep.org> |
4734 | |
4735 * net/quickurl.el Changed the type of parameter passed to the | |
4736 function defined by `quickurl-format-function'. Before only the | |
4737 text of the URL was passed. Now the whole URL structure is passed | |
4738 and the function is responsible for extracting the parts it | |
4739 requires. Changed the default of `quickurl-format-function' | |
4740 accordingly. | |
4741 (quickurl-insert): Changed the `funcall' of | |
4742 `quickurl-format-function' to match the above change. | |
4743 (quickurl-list-insert): Changed the `url' case so that it makes | |
4744 use of `quickurl-format-function', previous to this the format was | |
4745 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4746 |
28283 | 4747 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4748 | |
4749 * startup.el: Change some spellings for the X Window System. | |
4750 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4751 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4752 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4753 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4754 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
|
4755 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4756 |
28276 | 4757 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4758 | |
4759 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4760 | |
28267 | 4761 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4762 | |
4763 * ps-print.el: N-up last page fix. | |
4764 (ps-print-version): New version number (5.1.1). | |
4765 (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
|
4766 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4767 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4768 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4769 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4770 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4771 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4772 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4773 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4774 * 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
|
4775 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4776 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4777 (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
|
4778 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
|
4779 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
|
4780 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4781 (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
|
4782 (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
|
4783 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4784 (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
|
4785 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4786 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4787 * 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
|
4788 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4789 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4790 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4791 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4792 * 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
|
4793 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4794 (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
|
4795 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4796 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4797 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4798 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4799 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4800 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4801 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4802 (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
|
4803 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
|
4804 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4805 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
|
4806 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4807 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4808 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4809 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4810 * 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
|
4811 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4812 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4813 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
|
4814 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4815 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4816 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4817 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4818 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
|
4819 (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
|
4820 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4821 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4822 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4823 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4824 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4825 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4826 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4827 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4828 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4829 |
28246 | 4830 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4831 | |
4832 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4833 (custom-button-pressed-face): Likewise. | |
4834 | |
28244 | 4835 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4836 | |
4837 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4838 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4839 depending on the value of tags-case-fold-search. | |
4840 (tags-loop-continue): Use tags-loop-eval. | |
4841 (find-tag-in-order): Bind case-fold-search depending on the value | |
4842 of tags-case-fold-search. | |
4843 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4844 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4845 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4846 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4847 (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
|
4848 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4849 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4850 (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
|
4851 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4852 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4853 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4854 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4855 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4856 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4857 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4858 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4859 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4860 * 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
|
4861 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4862 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4863 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4864 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4865 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4866 |
28233 | 4867 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4868 | |
4869 * term/x-win.el: Fontsets related initialization is simplified. | |
4870 | |
4871 * international/mule-diag.el (describe-font): Don't refer to | |
4872 global-fontset-alist, instead call font-list. | |
4873 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4874 (print-fontset): Adjusted for the change of fontset | |
4875 implementation. | |
4876 | |
4877 * international/fontset.el (x-charset-registries): Variable | |
4878 removed, instead the corresponding data is stored in the default | |
4879 fontset. | |
4880 (register-alternate-fontnames): Function removed. | |
4881 (resolved-ascii-font): Variable removed. | |
4882 (x-compose-font-name): Ignore the second argument REDOCE. | |
4883 (x-complement-fontset-spec): Complement only an ASCII font and | |
4884 element for those charsets than can use that ASCII font. | |
4885 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4886 instead call fontset-list. | |
4887 (uninstantiated-fontset-alist): Variable removed. | |
4888 (x-style-funcs-alist): Likewise. | |
4889 (fontset-default-styles): Likewise. | |
4890 (x-modify-font-name): Function removed. | |
4891 (create-fontset-from-fontset-spec): Ignore the argument | |
4892 STYLE-VARIANT. | |
4893 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4894 change. | |
4895 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4896 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4897 |
28233 | 4898 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4899 (describe-face): Include `font' attribute in the description. | |
4900 | |
28219 | 4901 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4902 | |
4903 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4904 | |
28209 | 4905 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4906 | |
28212 | 4907 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4908 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4909 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
|
4910 |
28209 | 4911 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4912 about behavior of set-buffer-modified-p wrt redisplay. | |
4913 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4914 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4915 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4916 * 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
|
4917 |
28194 | 4918 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4919 | |
4920 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4921 is a string, convert it to a syntax cell using string-to-syntax. | |
4922 | |
4923 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4924 (string-to-syntax): New function. | |
4925 | |
4926 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4927 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4928 try to use passive ftp mode. |
28194 | 4929 |
28189 | 4930 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4931 | |
28209 | 4932 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4933 |
4934 * simple.el (append-to-buffer): Update point of windows after | |
4935 insertion. | |
4936 | |
4937 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4938 forward then moving backward. Reindent. | |
4939 | |
4940 * frame.el (other-frame): Call x-focus-frame only if | |
4941 focus-follows-mouse is off. | |
4942 | |
28185 | 4943 2000-03-17 Dave Love <fx@gnu.org> |
4944 | |
4945 * pcvs-util.el (cvs-strings->string): Rename | |
4946 replace-regexps-in-string. | |
4947 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4948 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4949 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4950 * 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
|
4951 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4952 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4953 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4954 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4955 |
28174 | 4956 2000-03-16 Dave Love <fx@gnu.org> |
4957 | |
4958 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4959 `fortran'. | |
4960 (f90-mode-hook): Customize. | |
4961 (f90-mode): Set add-log-current-defun-function. | |
4962 (f90-current-defun): New function. | |
4963 | |
28169 | 4964 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4965 | |
28173 | 4966 * cus-edit.el (custom-variable-tag-face): Handle case that |
4967 default face's height is not a number. | |
4968 (custom-face-tag-face, custom-group-tag-face-1) | |
4969 (custom-group-tag-face): Ditto. | |
4970 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4971 |
28169 | 4972 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4973 | |
28161 | 4974 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4975 | |
4976 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4977 requiring easymenu. | |
4978 | |
28155 | 4979 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4980 | |
4981 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4982 handler, doc fix. | |
4983 (ps-print-version): New version number (5.1). | |
4984 (ps-user-defined-prologue, ps-error-handler-message) | |
4985 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4986 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4987 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4988 |
28150 | 4989 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4990 | |
4991 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4992 invalid self-assignment code. |
28150 | 4993 |
28149 | 4994 2000-03-14 Dave Love <fx@gnu.org> |
4995 | |
4996 * subr.el (replace-regexp-in-string): Renamed from | |
4997 replace-regexps-in-string. Doc fix. | |
4998 | |
28131 | 4999 2000-03-12 Dave Love <fx@gnu.org> |
5000 | |
5001 * cus-edit.el: Doc fixes. | |
5002 (customize-set-variable, customize-save-variable): Rename args for | |
5003 doc. | |
5004 (custom-variable-tag-face, custom-face-tag-face) | |
5005 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
5006 style which user identify as hyperlink. | |
5007 (hook): Don't add undefined functions to the hook. | |
5008 (debug-ignored-errors): Transfer message from bindings.el. | |
5009 | |
28120 | 5010 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5011 | |
5012 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
5013 double/nested definition. | |
5014 | |
28114 | 5015 2000-03-12 Dave Love <fx@gnu.org> |
5016 | |
5017 * facemenu.el (facemenu-get-face): Use display-color-p. | |
5018 * enriched.el (enriched-decode-foreground): Likewise. | |
5019 (enriched-decode-background): Likewise. | |
5020 * isearch.el (isearch-highlight): Likewise. | |
5021 * info-look.el (info-lookup): Likewise. | |
5022 * simple.el (completion-setup-function): Likewise. | |
5023 | |
5024 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
5025 :options. | |
5026 | |
5027 * bindings.el (mode-line-format): Fix line-number and | |
5028 column-number items. Add help-echo for the background. | |
5029 (mode-line-mule-info): Modify help-echo. | |
5030 | |
5031 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
5032 defcustom. | |
5033 | |
5034 * files.el (load-file): Allow completion to .elc. | |
5035 | |
5036 * man.el: Doc fixes. | |
5037 (Man-init-defvars): Use display-color-p to set fontification. | |
5038 | |
5039 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
5040 | |
28109 | 5041 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5042 | |
5043 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
5044 | |
5045 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
5046 | |
28098 | 5047 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
5048 | |
5049 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
5050 Fix comment. | |
5051 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5052 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5053 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5054 * 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
|
5055 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5056 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5057 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5058 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5059 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5060 * 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
|
5061 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5062 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5063 * 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
|
5064 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
|
5065 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5066 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5067 * 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
|
5068 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5069 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5070 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5071 |
28084 | 5072 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
5073 | |
5074 * textmodes/texinfo.el (texinfo-version): Variable and function | |
5075 removed. | |
5076 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5077 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5078 |
28114 | 5079 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
5080 allow more flexibility. | |
5081 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
5082 fns. | |
5083 (easy-mmode-defmap, easy-mmode-defsyntax) | |
5084 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5085 |
28085 | 5086 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 5087 |
5088 * rect.el (replace-rectangle): New function. | |
5089 | |
5090 2000-03-09 Dave Love <fx@gnu.org> | |
5091 | |
5092 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
5093 "C". | |
5094 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
5095 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
5096 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
5097 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
5098 fortran-comment-line-start here. Set comment-start, | |
5099 add-log-current-defun. | |
5100 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
5101 (fortran-current-defun): New function. | |
5102 | |
28073 | 5103 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5104 | |
28077 | 5105 * emacs-lisp/re-builder.el: New file. |
5106 | |
28076 | 5107 * mouse.el (mouse-drag-region): Don't run up-event handler |
5108 if hscroll has changed. | |
5109 | |
28073 | 5110 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5111 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5112 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5113 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5114 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5115 `(defun (setf foo)' differently. |
5116 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5117 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5118 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5119 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5120 (regexp-opt): Update comment and adapt the code the new meaning of |
5121 the `paren' argument of regex-opt-group for shy-groups. | |
5122 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5123 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5124 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5125 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5126 Remove open-presuf and close-presuf. Instead of checking for `all |
5127 one-char' and then later on check for `several one-char', handle | |
5128 both cases close together. Also apply a more generic algorithm | |
5129 for suffixes (the mirror image of the algorithm used for | |
5130 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5131 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5132 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5133 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5134 from comint-mode-map, so we can just inherit from it. Also, move |
5135 the initialization into the `defvar' since there's no docstring | |
5136 anyway and it's fairly short. | |
5137 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5138 shorter and this way we inherit from comint-mode-map rather than | |
5139 copying it. | |
5140 | |
5141 * subr.el (replace-regexps-in-string): Properly handle the case | |
5142 where we match an empty string. | |
5143 | |
5144 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5145 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
|
5146 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5147 |
28046 | 5148 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5149 | |
28051 | 5150 * Makefile (compile-files): Compile files one by one because |
5151 that's the only way to ensure a clean compilation environment for | |
5152 each individual file. | |
5153 | |
28046 | 5154 * frame.el (other-frame): Call x-focus-frame. |
5155 | |
28040 | 5156 2000-03-07 Dave Love <fx@gnu.org> |
5157 | |
28043 | 5158 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5159 :require to defcustom. | |
5160 | |
28040 | 5161 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5162 lists. | |
5163 | |
5164 * files.el (auto-mode-alist): Add configure.in. | |
5165 | |
5166 * progmodes/autoconf.el: New file. | |
5167 | |
28034 | 5168 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5169 | |
5170 * mail/mh-e.el: Change maintainer to `none'. | |
5171 | |
5172 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5173 to remove-hook and add-hook. | |
5174 | |
5175 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5176 | |
28035 | 5177 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5178 it as the default. |
28035 | 5179 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5180 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5181 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5182 |
28024 | 5183 2000-03-07 Dave Love <fx@gnu.org> |
5184 | |
5185 * winner.el: Fix keywords, autoload cookies. Split | |
5186 eval-when-compile form to avoid compilation failure. | |
5187 | |
28017 | 5188 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5189 | |
5190 * international/mule.el: Modify comment about coding system | |
5191 property `coding-category'. | |
5192 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5193 coding-category property of PROPERTIES. | |
5194 | |
5195 * international/mule-conf.el (coding-category-utf-8, | |
5196 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5197 categories. Include them in the argument for set-coding-priority. | |
5198 | |
5199 * international/mule-cmds.el (reset-language-environment): Include | |
5200 coding-category-utf-8, coding-category-utf-16-be, and | |
5201 coding-category-utf-16-le in the argument for set-coding-priority. | |
5202 (reset-language-environment): Initialize coding-category-utf-8, | |
5203 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5204 | |
28014 | 5205 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5206 | |
5207 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5208 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5209 extensions as well as compression extensions. | |
5210 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5211 |
27976 | 5212 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5213 | |
5214 * strokes.el: Change maintainer's mail address. | |
5215 | |
27972 | 5216 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5217 | |
5218 * international/mule-diag.el (list-character-sets): Make help-echo | |
5219 string by substitute-command-keys. | |
5220 (list-character-sets): Likewise. | |
5221 (sort-listed-character-sets): Call help-setup-xref. | |
5222 | |
27965 | 5223 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5224 | |
5225 * time.el (display-time-mail-file): Add `none' to the list of | |
5226 choices. | |
5227 | |
27954 | 5228 2000-03-01 Dave Love <fx@gnu.org> |
5229 | |
27959 | 5230 * help.el (help-xref-go-back): Don't try to set position. |
5231 | |
27954 | 5232 * international/mule-diag.el (list-character-sets): Call |
5233 help-setup-xref. Add help-echo to xrefs. | |
5234 (list-character-sets-1): Add help-echo to xrefs. | |
5235 | |
27949 | 5236 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5237 | |
5238 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5239 the mode off. | |
5240 | |
5241 * add-log.el (add-log-current-defun): Add support for | |
5242 Autoconf mode. | |
5243 | |
5244 * mail/rmail.el (rmail-quit-hook): New variable. | |
5245 | |
27931 | 5246 2000-03-01 Dave Love <fx@gnu.org> |
5247 | |
27935 | 5248 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5249 | |
27931 | 5250 * help.el (help-xref-button): Add help-echo arg. |
5251 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5252 | |
5253 * faces.el (list-faces-display): Supply help-echo with | |
5254 help-make-xrefs. | |
5255 | |
5256 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5257 nil. | |
5258 | |
27919 | 5259 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5260 | |
27927 | 5261 * image.el (defimage): Look for image files in load-path. |
5262 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5263 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5264 `number'. |
5265 | |
27927 | 5266 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5267 | |
5268 * recentf.el (recentf): Added version tag to the defgroup of | |
5269 recentf. | |
5270 | |
5271 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5272 | |
5273 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5274 too. | |
5275 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5276 action to select/unselect a file. | |
5277 (recentf-edit-list): Code cleanup and improvement. | |
5278 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5279 widget action to open a file. | |
5280 (recentf-open-more-files): No more use standard completion but | |
5281 widgets. | |
5282 (recentf-more-collection): Deleted. | |
5283 (recentf-more-history): Deleted. | |
5284 (recentf-setup-more-completion): Deleted. | |
5285 | |
5286 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5287 | |
5288 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5289 under a window-system. | |
5290 | |
5291 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5292 | |
5293 * recentf.el (recentf-edit-list): New command to edit the recent | |
5294 list which allow the user to remove files. | |
5295 (recentf-edit-selected-items): New global variable, used by | |
5296 `recentf-edit-list' to hold the list of files to be removed from | |
5297 the recent list. | |
5298 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5299 menu item. Minor code cleanup. | |
5300 | |
5301 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5302 | |
5303 * recentf.el (recentf-open-more-files): New command to open files | |
5304 that are not displayed in the menu. | |
5305 (recentf-more-collection): New global variable holding the set of | |
5306 permissible completions used by `recentf-open-more-files'. | |
5307 (recentf-more-history): New global variable holding the history list | |
5308 used by `recentf-open-more-files' completion. | |
5309 (recentf-setup-more-completion): New function to setup completion for | |
5310 `recentf-open-more-files'. | |
5311 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5312 | |
5313 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5314 | |
5315 * recentf.el (recentf-menu-action): Doc fixed. | |
5316 | |
5317 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5318 | |
5319 * recentf.el (recentf-menu-filter): Doc updated. | |
5320 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5321 (recentf-make-menu-items): New menu filter handling. | |
5322 (recentf-make-menu-item): New helper function. | |
5323 (recentf-menu-elements): New menu handling function. | |
5324 (recentf-sort-ascending): Updated to new menu filter handling. | |
5325 (recentf-sort-descending): Updated to new menu filter handling. | |
5326 (recentf-sort-basenames-ascending): New menu filter function. | |
5327 (recentf-sort-basenames-descending): New menu filter function. | |
5328 (recentf-show-basenames): New menu filter function. | |
5329 (recentf-show-basenames-ascending): New menu filter function. | |
5330 (recentf-show-basenames-descending): New menu filter function. | |
5331 | |
27919 | 5332 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5333 | |
5334 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5335 the end of the buffer. | |
5336 | |
27911 | 5337 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5338 | |
5339 * international/mule-diag.el (list-character-sets): Completely | |
5340 rewritten. | |
5341 (sort-listed-character-sets): New function. | |
5342 (list-character-sets-1): Completely rewritten. | |
5343 (list-character-sets-2): New function. | |
5344 (non-iso-charset-alist): New variable. | |
5345 (decode-codepage-char): New function. | |
5346 (charset-history): New variable. | |
5347 (read-charset) (list-block-of-chars) | |
5348 (list-iso-charset-chars) | |
5349 (list-non-iso-charset-chars) | |
5350 (list-charset-chars): New functions. | |
5351 (mule-diag): Call list-character-sets-2, not | |
5352 list-character-sets-2. | |
5353 (dump-charsets): Likewise. | |
5354 | |
27910 | 5355 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5356 | |
27919 | 5357 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5358 file name characters. | |
5359 (dired-filename-at-point): Handle ange-ftp file names. | |
5360 | |
27910 | 5361 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5362 instead of assoc-delete-all. | |
5363 (frame-notice-user-settings): Ditto. | |
5364 | |
5365 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5366 Don't copy alist. | |
5367 | |
27906 | 5368 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5369 | |
5370 * calculator.el (calculator-use-menu): New option. | |
5371 (calculator-initial-bindings): Changed some bindings to work as | |
5372 macros. | |
5373 (calculator-forced-input): Removed. | |
5374 (calculator-restart-other-mode): New variable. | |
5375 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5376 |
27906 | 5377 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5378 | |
5379 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5380 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5381 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5382 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
|
5383 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5384 * 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
|
5385 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
|
5386 (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
|
5387 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
|
5388 * 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
|
5389 * 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
|
5390 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
|
5391 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
|
5392 * 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
|
5393 * 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
|
5394 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5395 |
27898 | 5396 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5397 | |
5398 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5399 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5400 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5401 face-font-family-alternatives from working. | |
5402 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5403 chosen font. | |
5404 | |
27873 | 5405 2000-02-25 Sam Steingold <sds@goems.com> |
5406 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5407 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5408 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5409 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5410 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5411 |
5412 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5413 | |
27856 | 5414 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5415 | |
5416 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5417 writable. | |
5418 | |
27868 | 5419 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5420 |
27847 | 5421 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5422 | |
5423 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5424 | |
27845 | 5425 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5426 | |
5427 * diary-lib.el (include-other-diary-files): Undo the selective | |
5428 display in any included file and don't kill it. | |
5429 | |
27841 | 5430 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5431 | |
5432 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5433 bar. Menu items converted to (menu-item format, help strings | |
5434 added. | |
5435 [downcase, upcase]: Don't enable on MS-DOS. | |
5436 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5437 bound. | |
5438 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5439 | |
27825 | 5440 2000-02-23 Dave Love <fx@gnu.org> |
5441 | |
27838 | 5442 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5443 (backward-kill-word): Revert addition of * to interactive spec -- | |
5444 it's a feature. | |
5445 | |
5446 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5447 (backward-kill-sentence, kill-sentence): Likewise. | |
5448 | |
27835 | 5449 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5450 scratch buffer name. | |
5451 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5452 slightly. | |
5453 | |
5454 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5455 new read-face-name. | |
5456 | |
5457 * mail/footnote.el (footnote): Add :version to defgroup. | |
5458 (footnote-section-tag-regexp): Customize. | |
5459 (footnote-start-tag, footnote-end-tag): New option. | |
5460 (footnote-latin-regexp): New variable. | |
5461 (Footnote-latin): New function. | |
5462 (footnote-style-alist): Add element for latin style. | |
5463 (footnote-style): Moved. | |
5464 (Footnote-goto-footnote): Use eq to test arg. | |
5465 | |
5466 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5467 | |
27825 | 5468 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5469 (byte-compile-trueconstp): Include keywords. | |
5470 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5471 byte-compile-const-symbol-p. | |
5472 (byte-optimize-char-before): New optimization. | |
5473 | |
5474 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5475 (byte-compile-const-symbol-p): New function. | |
5476 (byte-compile-constp, byte-compile-out-toplevel) | |
5477 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5478 Use it. | |
5479 | |
5480 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5481 | |
27813 | 5482 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5483 | |
27815 | 5484 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5485 and minor-mode-map-alist. | |
5486 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5487 codes SS2 and SS3 correctly. | |
5488 (encoded-kbd-self-insert-ccl): New function. | |
5489 (encoded-kbd-setup-keymap): New function. | |
5490 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5491 by calling encoded-kbd-setup-keymap. | |
5492 | |
27813 | 5493 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5494 characters. | |
5495 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5496 locally. | |
5497 | |
27811 | 5498 2000-02-22 Dave Love <fx@gnu.org> |
5499 | |
5500 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5501 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5502 defvar. | |
5503 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5504 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5505 classes. Match `defface'. | |
5506 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5507 (eval-defun-1): Fix for defcustom. | |
5508 (lisp-indent-region): Doc fix. | |
5509 | |
5510 * subr.el (when, unless, split-string): Doc fix. | |
5511 (read-passwd): Move call of clear-this-command-keys to the right | |
5512 place. | |
5513 (replace-regexps-in-string): New function. | |
5514 | |
27807 | 5515 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5516 | |
5517 * help.el (describe-variable): Set syntax table to | |
5518 emacs-lisp-mode-syntax-table when moving forward over the | |
5519 symbol's name. | |
5520 | |
27805 | 5521 2000-02-22 Dave Love <fx@gnu.org> |
5522 | |
5523 * xt-mouse.el: Doc fixes. | |
5524 (xterm-mouse-position-function): New function, replacing advice of | |
5525 mouse-position. | |
5526 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5527 | |
5528 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5529 | |
27794 | 5530 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5531 | |
5532 * format.el (format-annotate-single-property-change): Handle | |
5533 properties.with dotted-list values. | |
5534 (format-proper-list-p): New function. | |
5535 | |
5536 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5537 . COLOR) and (background-color . COLOR). | |
5538 | |
27788 | 5539 2000-02-20 Dave Love <fx@gnu.org> |
5540 | |
5541 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5542 and assignments to it. | |
5543 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5544 current local map. | |
5545 (make-flyspell-overlay): Use it. | |
5546 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5547 | |
5548 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5549 (lm-get-header-re): Defun, not defsubst. | |
5550 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5551 (lm-version): Doc fix. Simplify. | |
5552 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5553 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5554 (lm-verify, lm-synopsis): Simplify. | |
5555 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5556 | |
27785 | 5557 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5558 | |
5559 * dired.el (dired-mode): Call propertized-buffer-identification | |
5560 to set mode-line-buffer-identification to something having | |
5561 the right text properties. | |
5562 | |
5563 * bindings.el (propertized-buffer-identification): New function. | |
5564 | |
27777 | 5565 2000-02-20 Dave Love <fx@gnu.org> |
5566 | |
5567 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5568 check for t-mouse too. | |
5569 | |
5570 * cus-start.el: Make echo-keystrokes `number'. | |
5571 | |
27776 | 5572 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5573 | |
5574 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5575 Don't call ring-empty-p unless tags-location-ring is bound. | |
5576 From Noah Friedman <friedman@splode.com>. | |
5577 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5578 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5579 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5580 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5581 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5582 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5583 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5584 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5585 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5586 (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
|
5587 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
|
5588 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5589 |
27757 | 5590 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5591 | |
5592 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5593 | |
27749 | 5594 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5595 | |
27754 | 5596 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5597 | |
27749 | 5598 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5599 of `*' to handle `(* ... *)' comments. | |
5600 | |
27732 | 5601 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5602 | |
27737 | 5603 * 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
|
5604 window-system. |
27737 | 5605 |
27732 | 5606 * menu-bar.el (global-map): Menu-bar items converted to the new |
5607 format (menu-item..., rearranged for better CUA compliance, and | |
5608 their names changed for better clarity. Help strings added. | |
5609 | |
5610 * international/mule-cmds.el (mule-menu-keymap) | |
5611 (describe-language-environment-map, set-coding-system-map) | |
5612 (setup-language-environment-map): Convert to new (menu-item... | |
5613 form, add help strings. Change names of menu items for better | |
5614 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5615 submenu). | |
5616 | |
27729 | 5617 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5618 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5619 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5620 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5621 |
27717 | 5622 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5623 |
27717 | 5624 * faces.el: Don't require custom. Add more specific :groups to |
5625 various deffaces. | |
5626 (set-face-attribute): Purecopy args. | |
5627 (read-face-name): Default to name at point and use it in prompt. | |
5628 Remove colon from arg in all callers. | |
5629 (list-faces-display): Hyperlink to face descriptions and customize | |
5630 buffers. | |
5631 | |
27712 | 5632 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5633 | |
5634 * wid-edit.el (widget-match-inline): An atom never matches a | |
5635 list. | |
5636 | |
27707 | 5637 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5638 | |
27713 | 5639 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5640 at ':' characters by call to split-string. | |
27707 | 5641 |
5642 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5643 | |
27713 | 5644 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5645 |
5646 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5647 | |
27713 | 5648 * textmodes/bibtex.el: Some temporary comments removed. |
5649 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5650 explicit. | |
5651 (bibtex-field-const): Allow capital letters. | |
5652 (bibtex-start-of-string): Deleted because unused. | |
5653 | |
5654 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5655 use the term 'reference' to describe a bibtex entry as a whole. | |
5656 Further, reference keys are no longer called 'labels'. | |
5657 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5658 (bibtex-reformat-previous-labels): Renamed to | |
5659 bibtex-reformat-previous-reference-keys. | |
5660 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5661 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5662 (bibtex-reference-maybe-empty-head): Renamed to | |
5663 bibtex-entry-maybe-empty-head. | |
5664 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5665 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5666 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5667 bibtex-enclosing-entry-maybe-empty-head. | |
5668 (bibtex-entry-field-alist, bibtex-entry-head, | |
5669 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5670 bibtex-map-entries, bibtex-search-entry, | |
5671 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5672 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5673 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5674 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5675 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5676 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5677 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5678 |
5679 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5680 | |
27713 | 5681 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5682 comment. | |
5683 (bibtex-format-field-delimiters): New function, functionality | |
5684 extracted from bibtex-format-entry. | |
5685 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5686 extracted from bibtex-autokey-get-yearfield. | |
5687 | |
5688 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5689 entries in order to avoid stack overflow in the regexp matcher if | |
5690 field contents become large. | |
5691 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5692 bibtex-field-string-part-not-braced, | |
5693 bibtex-field-string-part-no-inner-braces, | |
5694 bibtex-field-string-part-1-inner-brace, | |
5695 bibtex-field-string-part-2-inner-braces, | |
5696 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5697 bibtex-field-string-quoted, bibtex-field-string, | |
5698 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5699 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5700 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5701 as parsing is now performed by the following functions. | |
5702 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5703 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5704 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5705 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5706 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5707 bibtex-search-forward-field, bibtex-search-backward-field, | |
5708 bibtex-start-of-field, bibtex-end-of-field, | |
5709 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5710 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5711 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5712 bibtex-parse-string, bibtex-search-forward-string, | |
5713 bibtex-search-backward-string, bibtex-start-of-string, | |
5714 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5715 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5716 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5717 entries. Instead of reporting the results of the parsing by | |
5718 match-beginning or match-end, these functions return data structures | |
5719 that hold the corresponding positions. | |
5720 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5721 return values rather than by match-beginning or match-end. The | |
5722 following functions have been adapted to use the new parsing | |
5723 functions. | |
5724 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5725 bibtex-enclosing-field, bibtex-format-entry, | |
5726 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5727 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5728 bibtex-print-help-message, bibtex-end-of-entry, | |
5729 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5730 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5731 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5732 method for parsing. | |
5733 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5734 bibtex-map-entries, bibtex-flash-head, | |
5735 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5736 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5737 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5738 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5739 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5740 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5741 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5742 order to make the new binding of case-fold-search immediately | |
5743 visible. | |
27707 | 5744 |
5745 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5746 | |
27713 | 5747 * textmodes/bibtex.el: Copyright notice is up to date. |
5748 Added constant 'bibtex-maintainer-salutation. | |
5749 | |
5750 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5751 than make-temp-name, use match-string-no-properties and eliminate | |
5752 a quadratic behavior when building bibtex-strings. | |
5753 | |
5754 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5755 reference key contains upper case letters. | |
27707 | 5756 |
5757 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5758 | |
27713 | 5759 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5760 a new line. | |
27707 | 5761 |
5762 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5763 | |
27713 | 5764 * bibtex.el: Hiding of entry bodies is not longer provided by |
5765 bibtex.el directly. Instead the hideshow package can be used. | |
5766 Added a special bibtex entry to hs-special-modes-alist. | |
5767 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5768 |
5769 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5770 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5771 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5772 at ':' characters by call to split-string. |
27729 | 5773 |
5774 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5775 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5776 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5777 |
5778 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5779 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5780 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5781 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5782 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5783 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5784 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5785 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5786 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5787 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
|
5788 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5789 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5790 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5791 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5792 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5793 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5794 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5795 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5796 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5797 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5798 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5799 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5800 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5801 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5802 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5803 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5804 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5805 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5806 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5807 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5808 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5809 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5810 |
5811 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5812 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5813 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5814 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5815 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5816 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5817 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5818 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5819 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5820 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5821 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
|
5822 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5823 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5824 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5825 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5826 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5827 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5828 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
|
5829 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5830 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5831 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
|
5832 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
|
5833 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5834 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5835 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5836 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5837 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5838 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
|
5839 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5840 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5841 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
|
5842 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
|
5843 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5844 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5845 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5846 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
|
5847 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
|
5848 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
|
5849 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5850 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5851 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5852 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5853 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
|
5854 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5855 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5856 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5857 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5858 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5859 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5860 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5861 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5862 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
|
5863 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
|
5864 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5865 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5866 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5867 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5868 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5869 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5870 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
|
5871 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5872 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5873 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
|
5874 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
|
5875 visible. |
27729 | 5876 |
5877 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5878 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5879 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5880 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5881 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5882 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5883 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
|
5884 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5885 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5886 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5887 reference key contains upper case letters. |
27729 | 5888 |
5889 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5890 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5891 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5892 a new line. |
27729 | 5893 |
5894 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5895 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5896 * 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
|
5897 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5898 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5899 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5900 |
5901 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5902 | |
27713 | 5903 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5904 proceedings entry type (for cross referencing). Thanks to Wagner |
5905 Toledo Correa for the suggestion. | |
5906 | |
27713 | 5907 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5908 |
27690 | 5909 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5910 | |
5911 * international/characters.el: Setup case table for Vietnamese. | |
5912 | |
27687 | 5913 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5914 | |
5915 * uniquify.el (toplevel): Require CL at compile time. | |
5916 (uniquify-push): Removed. | |
5917 | |
5918 * shadowfile.el (shadow-when): Removed. | |
5919 | |
5920 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5921 (tempo-process-and-insert-string): Use dolist instead of | |
5922 tempo-dolist. | |
5923 | |
5924 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5925 regexp for paragraph-start. | |
5926 | |
5927 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5928 commas as well. | |
5929 | |
27657 | 5930 2000-02-10 Dave Love <fx@gnu.org> |
5931 | |
5932 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5933 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5934 Deleted. | |
5935 (widget-specify-field, widget-specify-button): Don't use | |
5936 widget-mouse-help as help-echo property. | |
5937 (default): Use #'ignore for :validate and :mouse-down-action. | |
5938 (checkbox): Add help-echo. | |
5939 (widget-sexp-validate): Rewritten to clarify error messages. | |
5940 (character): Use char-valid-p in :match function. | |
5941 (widget-color-complete): Use facemenu-color-alist. | |
5942 (widget-color-action): Use facemenu-read-color. | |
5943 | |
5944 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5945 set up `caar' &c that we now have. | |
5946 | |
27713 | 5947 2000-02-09 Ray Blaak <blaak@gnu.org> |
5948 | |
5949 * delphi.el: Make resourcestring a declaration region, like const | |
5950 and var. | |
5951 | |
27652 | 5952 2000-02-09 Dave Love <fx@gnu.org> |
5953 | |
5954 * bindings.el (mode-line-input-method-map): New variable. | |
5955 (mode-line-mule-info): Use it; fix last change. | |
5956 (mode-line-mode-menu): Move definition. | |
5957 (mode-line-mouse-sensitive-p): Deleted. | |
5958 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5959 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5960 level. | |
5961 | |
5962 * startup.el (command-line-1): Don't call | |
5963 make-mode-line-mouse-sensitive. | |
5964 | |
27644 | 5965 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5966 | |
5967 * mail/rmail.el (rmail-retry-failure): Use | |
5968 rmail-beginning-of-message before rmail-toggle-header, because the | |
5969 former toggles headers. | |
5970 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5971 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
|
5972 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5973 * 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
|
5974 (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
|
5975 (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
|
5976 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
|
5977 (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
|
5978 (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
|
5979 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5980 * 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
|
5981 (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
|
5982 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
|
5983 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5984 (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
|
5985 (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
|
5986 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
|
5987 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
|
5988 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5989 (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
|
5990 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5991 (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
|
5992 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
|
5993 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5994 (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
|
5995 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
|
5996 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5997 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
|
5998 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5999 * 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
|
6000 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
|
6001 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
6002 * 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
|
6003 |
27610 | 6004 2000-02-04 Dave Love <fx@gnu.org> |
6005 | |
27617 | 6006 * bindings.el (mode-line-mule-info): Fix/extend last change. |
6007 | |
27610 | 6008 * completion.el: Replace completion-dolist with dolist. |
6009 | |
6010 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
6011 dotimes. | |
6012 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6013 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
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 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6016 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6017 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6018 * 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
|
6019 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6020 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6021 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6022 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6023 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6024 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6025 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6026 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6027 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6028 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6029 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6030 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6031 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6032 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6033 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6034 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6035 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6036 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6037 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6038 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6039 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6040 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6041 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6042 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6043 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6044 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6045 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6046 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6047 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6048 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6049 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6050 (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
|
6051 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6052 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6053 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6054 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6055 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6056 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6057 |
27590 | 6058 2000-02-02 Dave Love <fx@gnu.org> |
6059 | |
6060 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
6061 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
6062 | |
6063 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
6064 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
6065 the new builtins directly. | |
6066 | |
6067 * whitespace.el (whitespace): Add :version to defgroup. | |
6068 | |
6069 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
6070 Doc fix. | |
6071 | |
6072 * thingatpt.el (sexp-at-point, symbol-at-point) | |
6073 (number-at-point, list-at-point): Add autoload cookie. | |
6074 | |
6075 * recentf.el (recentf): Add :version to defgroup. | |
6076 | |
6077 * quickurl.el (quickurl): Add :version to defgroup. | |
6078 | |
6079 * elide-head.el (elide-head): Use point-marker more. | |
6080 | |
6081 * bs.el (bs): Add :version to defgroup. | |
6082 | |
6083 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
6084 | |
6085 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
6086 | |
27587 | 6087 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
6088 | |
6089 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
6090 succeeding process operation sets a different coding system. | |
6091 | |
6092 * calculator.el: New file. | |
6093 | |
27572 | 6094 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
6095 | |
6096 * frame.el (frames-on-display-list, framep-on-display): New | |
6097 functions. | |
6098 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
6099 (display-selections-p, display-screens, display-pixel-width) | |
6100 (display-pixel-height, display-mm-width, display-mm-height) | |
6101 (display-backing-store, display-save-under, display-planes) | |
6102 (display-color-cells, display-visual-class): New functions. | |
6103 | |
6104 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6105 | |
6106 * faces.el (display-color-p): Use framep-on-display. | |
6107 (display-grayscale-p): New function. | |
6108 | |
27549 | 6109 2000-01-31 Dave Love <fx@gnu.org> |
6110 | |
6111 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6112 (create-fontset-from-x-resource): Don't concat integers. | |
6113 | |
27545 | 6114 2000-01-31 Inge Frick <inge@nada.kth.se> |
6115 | |
6116 * view.el: Some changes in documentation. Removed some trailing | |
6117 whitespace. Changed some parameter names to agree with | |
6118 documentation. | |
6119 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6120 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6121 |
27541 | 6122 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6123 | |
27543 | 6124 * windmove.el: New file. |
6125 | |
27541 | 6126 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6127 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6128 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6129 |
27541 | 6130 * jit-lock.el (jit-lock-function): Widen before calculating end |
6131 position. | |
6132 (jit-lock-stealth-chunk-start): Rewritten. | |
6133 | |
6134 * info.el (Info-title-face-alist): Removed. | |
6135 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6136 faces. | |
6137 (Info-fontify-node): Use these faces. | |
6138 | |
27527 | 6139 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6140 | |
6141 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6142 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6143 `&allow-other-keywords'. | |
6144 | |
6145 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6146 the list of directories scanned heuristically. | |
6147 | |
6148 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6149 exist. | |
6150 | |
27523 | 6151 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6152 | |
6153 * w32-fns.el: Define w32-tty-standard-colors. | |
6154 | |
6155 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6156 w32 console mode. | |
6157 | |
27510 | 6158 2000-01-30 Dave Love <fx@gnu.org> |
6159 | |
27513 | 6160 * jka-compr.el (jka-compr-load): Fix up load-history. |
6161 | |
27510 | 6162 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6163 | |
6164 * emacs-lisp/cl-macs.el: Revert previous change. | |
6165 | |
27499 | 6166 2000-01-29 Dave Love <fx@gnu.org> |
6167 | |
6168 * facemenu.el: Purecopy various strings. | |
6169 | |
6170 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6171 years. Deal with three-digit years. | |
6172 | |
6173 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6174 defconst, purecopy. | |
6175 (help-back-label): Purecopy it. | |
6176 | |
27498 | 6177 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6178 | |
6179 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6180 variable. If non-nil, order the buffer list according to the | |
6181 currently selected frame. | |
6182 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6183 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
|
6184 |
27496 | 6185 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6186 | |
6187 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6188 | |
27486 | 6189 2000-01-28 Dave Love <fx@gnu.org> |
6190 | |
27491 | 6191 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6192 | |
27486 | 6193 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6194 Don't use lisp-indent-hook property. | |
6195 (cl-abs): Remove. | |
6196 | |
6197 * subr.el: Move out indent and edebug specs for when and unless. | |
6198 | |
6199 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6200 when, unless. | |
6201 | |
6202 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6203 unless, when. | |
6204 | |
27467 | 6205 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6206 | |
27481 | 6207 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6208 `collecting' as synonym for `collect'. | |
6209 | |
6210 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6211 for the case it contains spaces. | |
6212 | |
6213 * simple.el (what-cursor-position): Change formatting of | |
6214 messages. | |
6215 | |
27473 | 6216 * frame.el (delete-other-frames): New function. |
6217 (toplevel): Bind it to C-x 5 1. | |
6218 | |
27469 | 6219 * sort.el (sort-numeric-base): New option. |
6220 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6221 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6222 as default base. | |
6223 | |
27467 | 6224 * progmodes/glasses.el: New file. |
6225 | |
27451 | 6226 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6227 | |
27461 | 6228 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6229 userids differently. | |
6230 | |
27451 | 6231 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6232 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6233 progmodes/ebnf-yac.el: New files. | |
6234 | |
27446 | 6235 2000-01-26 Dave Love <fx@gnu.org> |
6236 | |
6237 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6238 on a function with an empty body. [From Eric Ludlam.] | |
6239 | |
27437 | 6240 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6241 | |
6242 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6243 | |
27433 | 6244 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6245 | |
6246 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6247 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6248 | |
27419 | 6249 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6250 | |
6251 * language/thai-util.el (thai-composition-function): Delete | |
6252 superfluous `a'. | |
6253 | |
27418 | 6254 2000-01-24 Dave Love <fx@gnu.org> |
6255 | |
6256 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6257 end-of-defun-function. | |
6258 | |
6259 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6260 &c. | |
6261 | |
27405 | 6262 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6263 | |
6264 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6265 conflicts with new face support. | |
6266 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6267 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6268 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6269 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6270 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6271 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6272 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6273 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6274 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6275 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6276 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6277 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6278 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6279 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6280 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6281 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6282 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6283 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6284 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6285 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6286 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6287 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6288 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6289 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6290 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6291 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6292 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6293 |
27366 | 6294 2000-01-19 Dave Love <fx@gnu.org> |
6295 | |
27368 | 6296 * files.el (user-init-file): Don't declare here -- is primitive. |
6297 | |
27366 | 6298 * startup.el (command-line): Check for compiled user-init-file and |
6299 set to uncompiled version if necessary. | |
6300 | |
27358 | 6301 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6302 | |
27361 | 6303 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6304 (undigestify-rmail-message): Use it. | |
6305 | |
27358 | 6306 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6307 | |
27351 | 6308 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6309 | |
6310 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6311 of mini-buffer. | |
6312 | |
27326 | 6313 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6314 | |
27330 | 6315 * emacs-lisp/copyright.el (copyright-update): Removed the |
6316 requirement for a trailing space from `copyright-regexp', to | |
6317 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6318 |
27327 | 6319 * align.el: New file. |
6320 | |
27326 | 6321 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6322 | |
6323 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6324 | |
27323 | 6325 2000-01-13 Dave Love <fx@gnu.org> |
6326 | |
6327 * ph.el: Removed. (Obsoleted by EUDC.) | |
6328 | |
27321 | 6329 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6330 | |
6331 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6332 menu with easymenu, because that causes build problems. | |
6333 | |
6334 * frame.el (frame-notice-user-settings): New variable. | |
6335 (frame-notice-user-settings): Don't modify frame parameters | |
6336 if called a second time. | |
6337 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6338 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6339 |
6340 * frame.el (frame-notice-user-settings): | |
6341 Notice default-frame-parameters even for non-window frames. | |
6342 | |
27318 | 6343 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6344 | |
6345 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6346 for Emacs. | |
6347 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6348 (eudc-bob-toggle-inline-display): Ditto. | |
6349 (eudc-bob-display-jpeg): Ditto. | |
6350 | |
27304 | 6351 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6352 | |
27313 | 6353 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6354 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6355 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
|
6356 |
27312 | 6357 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6358 nil)'. | |
6359 | |
6360 * subdirs.el: Add `net' directory. | |
6361 | |
27308 | 6362 * net: New directory. |
6363 | |
27304 | 6364 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6365 eval-last-sexp. Don't bind debug-on-error here. | |
6366 (eval-last-sexp): New function. Bind debug-on-error if | |
6367 eval-expression-debug-on-error is non-nil. | |
6368 (eval-defun-2, eval-defun): Likewise. | |
6369 | |
6370 * simple.el (eval-expression): Don't bind debug-on-error if | |
6371 eval-expression-debug-on-error is nil. Detect changed | |
6372 debug-on-error, and propagate new value to global binding, if | |
6373 eval-expression-debug-on-error is non-nil, | |
6374 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6375 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6376 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6377 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6378 * 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
|
6379 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6380 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6381 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6382 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6383 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6384 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6385 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6386 |
27288 | 6387 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6388 | |
27291 | 6389 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6390 of erasing buffer. | |
6391 | |
27288 | 6392 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6393 (fill-context-prefix): Use the longest common prefix of first |
6394 and second line fill prefix, if there is one. | |
27288 | 6395 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6396 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6397 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6398 * 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
|
6399 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6400 |
27282 | 6401 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6402 | |
6403 * add-log.el (add-log-current-defun): Handle user-defined | |
6404 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6405 |
27280 | 6406 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6407 if having found a current function |
27278 | 6408 |
6409 * add-log.el (add-log-current-defun): Call | |
6410 `add-log-current-defun-function'. Try matches at level 0 and | |
6411 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6412 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6413 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6414 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6415 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6416 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6417 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6418 |
27265 | 6419 2000-01-10 Dave Love <fx@gnu.org> |
6420 | |
6421 * elide-head.el (elide-head): Use point-marker, not point. | |
6422 | |
27261 | 6423 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6424 | |
27263 | 6425 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6426 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6427 |
27261 | 6428 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6429 Add ispell- prefix. | |
6430 | |
6431 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6432 | |
6433 * ispell.el: Only define dictionaries in menus when they exist. | |
6434 (version18p): New variable. | |
6435 (version20p): New variable. | |
6436 (xemacsp): New variable. | |
6437 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6438 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6439 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6440 run-together words. |
27261 | 6441 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6442 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6443 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6444 library path when called non-interactively. |
27261 | 6445 (ispell-menu-map-needed): Uses new variables. |
6446 (ispell-library-path): New variable. | |
6447 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6448 (ispell-word): Improved documentation string. Test for valid | |
6449 character mappings. Correctly check typed in word changes that can | |
6450 result in single words split into multiple words. Returns | |
6451 replacement word. | |
6452 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6453 replace in recursive query replace mode. Help message for | |
6454 recursive edit mode. | |
6455 (ispell-show-choices): Protect against bad framepop bindings. | |
6456 (ispell-help): Fix to work with XEmacs. | |
6457 (ispell-highlight-spelling-error): Use new variables. | |
6458 (ispell-overlay-window): Fix to work with XEmacs. | |
6459 (ispell-parse-output): Passed and returns location information | |
6460 tracking spelling corrections. Doesn't recheck same word on | |
6461 current line. | |
6462 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6463 Fix call to single argument in sleep-for. Use new variables. | |
6464 (ispell-region): Passed and returns location information tracking | |
6465 spelling corrections. Doesn't check same word on current line. | |
6466 Improved documentation string. Doesn't resend a line already | |
6467 checked to the ispell process - fixes bug in LaTeX parsing. | |
6468 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6469 (ispell-skip-region): No longer skips <TT> in SGML. | |
6470 (ispell-process-line): Tracks location information with spelling | |
6471 corrections. Added documentation string. Accounts for words | |
6472 already accepted on this line. Don't allow query-replace on line | |
6473 starting with math characters. Doesn't resend a line already sent | |
6474 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6475 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6476 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6477 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6478 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6479 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6480 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6481 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6482 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
|
6483 |
27255 | 6484 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6485 | |
6486 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6487 of a real newline. | |
6488 | |
27253 | 6489 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6490 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6491 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6492 for .png files. |
6493 | |
27251 | 6494 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6495 | |
6496 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6497 | |
27247 | 6498 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6499 | |
27249 | 6500 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6501 | |
27247 | 6502 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6503 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6504 recursion. |
6505 | |
27244 | 6506 2000-01-08 Dave Love <fx@gnu.org> |
6507 | |
27265 | 6508 * emacs-lisp/backquote.el: Remove inappropriate customization |
6509 (allowing custom.el to use backquote). | |
27244 | 6510 |
27241 | 6511 2000-01-07 Dave Love <fx@gnu.org> |
6512 | |
6513 * add-log.el (add-log-debugging): Deleted. | |
6514 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6515 file. Remove debugging code. | |
6516 (change-log-get-method-definition, change-log-name): Add doc. | |
6517 (change-log-sortable-date-at): New function. | |
6518 (change-log-merge): New command. | |
6519 | |
6520 * time.el (display-time-string-forms): Make the Mail string active. | |
6521 (display-time-update): Provide help-echo for load average. | |
6522 | |
6523 * bindings.el (make-mode-line-mouse2-map): New function. | |
6524 (mode-line-modified): Use it and simplify. | |
6525 (mode-line-mule-info): Provide help-echo info. | |
6526 (minor-mode-alist): Activate the strings. | |
6527 (make-mode-line-mouse-sensitive): Simplify for | |
6528 mode-line-buffer-identification. | |
6529 | |
27233 | 6530 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6531 | |
6532 * play/pong.el: New file. | |
6533 | |
27241 | 6534 2000-01-06 Dave Love <fx@gnu.org> |
6535 | |
6536 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6537 `array-' prefix for symbols. | |
6538 | |
6539 2000-01-05 Dave Love <fx@gnu.org> | |
6540 | |
6541 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6542 outline-headers-as-kill. | |
6543 (outline-mode): Define imenu-generic-expression. | |
6544 (outline-headers-as-kill): New command. | |
6545 | |
6546 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6547 from paragraph-start. | |
6548 (paragraph-indent-minor-mode): New command. | |
6549 | |
6550 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6551 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6552 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6553 (fortran-column-ruler): Simplify. | |
6554 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6555 (fortran-with-subprogram-narrowing): Likewise. | |
6556 (fortran-indent-subprogram): Call mark-defun. | |
6557 (fortran-check-for-matching-do): Change narrowing. | |
6558 | |
6559 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6560 (cl-lucid-hash-tag): Delete. | |
6561 (cl-hash-table-p): Correct test for native table. | |
6562 (cl-hash-table-count): Use hash-table-count. | |
6563 | |
6564 * browse-url.el (browse-url): Fix case of | |
6565 browse-url-browser-function being an alist. | |
6566 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6567 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6568 |
27233 | 6569 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6570 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6571 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6572 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6573 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6574 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6575 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6576 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6577 |
27191 | 6578 2000-01-05 Dave Love <fx@gnu.org> |
6579 | |
27241 | 6580 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6581 (beginning-of-defun-raw): Use it. |
6582 (end-of-defun): New variable. | |
6583 (end-of-defun): Use it. | |
6584 (check-parens): New command. | |
6585 | |
27182 | 6586 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6587 | |
27233 | 6588 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6589 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6590 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6591 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6592 |
27176 | 6593 2000-01-05 Andreas Schwab <schwab@suse.de> |
6594 | |
6595 * hscroll.el (hscroll): Doc fix. | |
6596 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6597 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6598 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6599 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6600 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6601 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6602 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6603 file idlw-rinfo.el. |
27182 | 6604 (idlwave-customize): load must read file idlw-shell.el. |
6605 (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
|
6606 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6607 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6608 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6609 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6610 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6611 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6612 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6613 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6614 both reftex-dcr and reftex-vcr. |
27182 | 6615 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6616 * 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
|
6617 |
27164 | 6618 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6619 |
6620 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6621 (ps-print-version): New version number (5.0.3). | |
6622 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6623 local. | |
6624 (ps-spool-config): Initialization fix. | |
27233 | 6625 (ps-print-prologue-1, ps-print-prologue-2) |
6626 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6627 (ps-background-image): Little code reformating. |
6628 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6629 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6630 (ps-prologue-file): New fun. |
6631 | |
27159 | 6632 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6633 | |
27233 | 6634 * ps-vars.el: Eliminated. |
27159 | 6635 |
6636 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6637 `;;;###autoload'. | |
6638 | |
6639 * ps-print.el: ps-vars eliminated, doc fix. | |
6640 (ps-print-version): New version number (5.0.2). | |
6641 (ps-spool-config): Initialization fix. | |
6642 (ps-print-customize): New fun. | |
6643 | |
27155 | 6644 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6645 | |
6646 * autorevert.el (auto-revert-mode): Return value of | |
6647 auto-revert-mode. | |
6648 | |
27152 | 6649 2000-01-04 Dave Love <fx@gnu.org> |
6650 | |
27198 | 6651 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6652 menu items. | |
27152 | 6653 |
27124 | 6654 2000-01-03 Dave Love <fx@gnu.org> |
6655 | |
27191 | 6656 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6657 |
27241 | 6658 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6659 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6660 `cl-hash-table-p', not `hash-table-p'. | |
6661 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6662 | |
27119 | 6663 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6664 | |
6665 * faces.el (face-read-integer, read-face-attribute) | |
6666 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6667 strings. | |
6668 | |
27112 | 6669 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6670 | |
6671 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6672 at comment end, and re-insert them after filling. | |
6673 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6674 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
|
6675 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6676 * 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
|
6677 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6678 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
|
6679 |
27102 | 6680 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6681 | |
6682 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6683 the new name of face-color-supported-p. | |
6684 | |
6685 * term/w32-win.el (xw-defined-colors): Likewise. | |
6686 | |
27097 | 6687 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6688 | |
6689 * simple.el (completion-setup-function): Count completion-size | |
6690 from minibuffer-prompt-end, not from point-min. | |
6691 | |
27091 | 6692 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6693 | |
6694 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6695 Pass the frame to tty-color-* functions. | |
6696 (display-color-p, frame-set-background-mode): Pass the frame to | |
6697 tty-display-color-p. | |
6698 | |
6699 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6700 tty-color-alist. | |
6701 (tty-color-alist, tty-modify-color-alist): New functions. | |
6702 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6703 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6704 an optional parameter FRAME. | |
6705 | |
27074 | 6706 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6707 | |
27082 | 6708 * image.el (create-image, defimage): Don't assume image data is a |
6709 string. | |
6710 | |
27074 | 6711 * image.el (defimage): Handle specifications containing :data |
6712 instead of :file. | |
6713 (image-type-from-data): New function. | |
6714 (image-type-from-file-header): Use it. | |
6715 (create-image): Add parameter DATA-P. | |
27182 | 6716 |
30729 | 6717 See ChangeLog.8 for earlier changes. |
30993 | 6718 |
6719 ;; Local Variables: | |
31092 | 6720 ;; coding: iso-2022-7bit |
30993 | 6721 ;; End: |