Mercurial > emacs
annotate lisp/ChangeLog @ 31191:5275607ad5d0
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 26 Aug 2000 10:59:51 +0000 |
parents | 50e64e820eb6 |
children | e80f2eafd21d |
rev | line source |
---|---|
31180 | 1 2000-08-26 Miles Bader <miles@gnu.org> |
2 | |
31191 | 3 * faces.el (set-face-attribute): Update doc string. |
4 (face-attribute-name-alist): Add :inherit. | |
5 (face-valid-attribute-values): Handle :inherit. | |
6 (face-read-string): Rephrase prompt to be less confusing. | |
7 Assume that DEFAULT is a string, since we must return a string. | |
8 (face-read-integer): Use `format' to turn DEFAULT into an | |
9 acceptable default for face-read-string. Match NEW-VALUE against | |
10 the string "unspecified", not the symbol `unspecified', since | |
11 that's what face-read-string returns. | |
12 (read-face-attribute): Lookup a name for old-value in valid, and | |
13 use it as a default if we find one. Treat all values from | |
14 face-read-string as strings. If the default is used, don't do any | |
15 more processing on the value, just use the old value directly. | |
16 (read-face-and-attribute, modify-face): Tweak prompt. | |
17 (read-face-name): Don't assume prompt ends with a space. | |
18 | |
31180 | 19 * faces.el (describe-face): Add support for :inherit attribute. |
20 | |
31166 | 21 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
22 | |
31167 | 23 * terminal.el (terminal-emulator): Fix args to `concat'. Now |
24 concat doesn't accept interger. | |
25 | |
31166 | 26 * international/kkc.el: Remove SKK from Keywords. Require |
27 ja-dic-utl instead of skkdic-utl. | |
28 | |
29 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. | |
30 Provide ja-dic-cnv instead of skkdic-cnv. | |
31 (ja-dic-filename): Renamed from skkdic-filename. Referers changed | |
32 (iso-2022-7bit-short): Add safe-charsets property. | |
33 (skkdic-convert-postfix): Search Japanese chou-on character in | |
34 addition to Hiragana character. | |
35 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. | |
36 (skkdic-convert): Change file names from skkdic.el to ja-dic.el | |
37 (batch-skkdic-convert): Likewise. | |
38 | |
39 * international/ja-dic-utl.el: Renamed from skkdic-utl.el. | |
40 Provide ja-dic-utl instead of skkdic-utl. | |
41 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic. | |
42 | |
31156 | 43 2000-08-24 Dave Love <fx@gnu.org> |
44 | |
31158 | 45 * disp-table.el (standard-display-default): Make the test of `l' |
46 useful. | |
47 | |
31156 | 48 * language/european.el ("Latin-8", "Latin-9"): Add input methods, |
49 mod sample text. | |
50 | |
51 * international/iso-ascii.el: Make pilcrow convenient string | |
52 consistent with section. | |
53 (iso-ascii-display): Set up multibyte characters as well as | |
54 unibyte. | |
55 | |
31137 | 56 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
57 | |
58 * international/mule-cmds.el (reset-language-environment): Set | |
59 default-process-coding-system to '(undecided . iso-latin-1), which | |
60 makes process I/O almost consistent with file I/O. Call this | |
61 function when mule-cmds.el[c] is loaded. | |
62 | |
31092 | 63 2000-08-22 Andrew Innes <andrewi@gnu.org> |
64 | |
65 * makefile.w32-in: New file. | |
66 | |
31038 | 67 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
68 | |
69 * comint.el (comint-output-filter): Compare end of | |
70 comint-last-output-overlay with the start of the newly inserted | |
71 text, not the end, when deciding whether to extend it. | |
72 Set saved-point's insertion type to advance after insertion. | |
73 | |
74 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
75 since this is now done independently of font-lock mode. | |
76 | |
31009 | 77 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
78 | |
79 * server.el (server-kill-new-buffers): New user option. | |
80 (server-existing-buffer): New buffer-local variable. | |
81 (server-visit-files): When using an existing buffer, set | |
82 server-existing-buffer to t. | |
83 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
84 buffer, unless it was already present before visiting it with | |
85 Emacs server. | |
86 | |
31006 | 87 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
88 | |
89 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
90 even if the display doesn't support colors: some displays will | |
91 support bold/underline faces. | |
92 | |
30997 | 93 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
94 | |
31004 | 95 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
96 | |
30997 | 97 * startup.el (command-line): If user's init file had an error, |
98 add explanatory text to *Messages*. | |
99 | |
30994 | 100 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
101 | |
102 * man.el (Man-getpage-in-background): Decode the process output by | |
103 the system locale coding system. | |
104 | |
30980 | 105 2000-08-20 Dave Love <fx@gnu.org> |
106 | |
30991 | 107 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
108 Don't test x-popup-menu. | |
109 (function) <complete-function>: Complete only fbound symbols. | |
110 <validate, value>: New. | |
111 (variable) <complete-function>: Complete only bound symbols. | |
112 (coding-system): Add :base-only, :complete-function, :validate, | |
113 :value, :prompt-match. | |
114 (widget-coding-system-prompt-value): Use read-coding-system and | |
115 act on :base-only. | |
116 (editable-field): Add :help-echo. | |
117 (widget-push-button-gui, widget-push-button-cache) | |
118 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
119 with uses. | |
120 (widget-at): Make arg optional. | |
121 (widget-echo-help): Adjust for current help-echo calling sequence. | |
122 (widget-specify-field, widget-specify-button) | |
123 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
124 (widget-convert, widget-insert, widget-leave-text) | |
125 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
126 (widget-setup, widget-field-find, widget-before-change) | |
127 (widget-after-change, widget-default-complete) | |
128 (widget-default-create, widget-default-delete) | |
129 (widget-push-button-value-create, editable-field) | |
130 (widget-field-prompt-value, widget-field-validate) | |
131 (widget-choice-value-create, widget-choice-action) | |
132 (widget-choice-validate, widget-checklist-add-item) | |
133 (widget-radio-add-item, widget-radio-chosen) | |
134 (widget-radio-value-inline, widget-editable-list-value-create) | |
135 (widget-editable-list-entry-create) | |
136 (widget-documentation-link-add) | |
137 (widget-documentation-string-value-create) | |
138 (widget-regexp-validate, widget-file-complete) | |
139 (widget-sexp-validate, widget-plist-convert-widget) | |
140 (widget-plist-convert-widget, widget-alist-convert-widget) | |
141 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
142 particularly to avoid bindings which aren't optimized out. | |
143 | |
30980 | 144 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
145 Doc fix. | |
146 (down-list, backward-up-list, up-list, kill-sexp) | |
147 (backward-kill-sexp, mark-sexp): Make arg optional. | |
148 (lisp-complete-symbol): Add optional arg PREDICATE. | |
149 | |
150 * cus-start.el: Add display-buffer-reuse-frames, | |
151 file-coding-system-alist. | |
152 | |
30975 | 153 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
154 | |
155 * startup.el (command-line): Clear realized faces after | |
156 modifying TTY color mappings. | |
157 | |
30972 | 158 2000-08-20 Miles Bader <miles@gnu.org> |
159 | |
160 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
161 merely a subset of FACE's attributes. | |
162 | |
30966 | 163 2000-08-19 Miles Bader <miles@gnu.org> |
164 | |
165 * comint.el (comint-output-filter): Save the point with a marker, | |
166 not just a buffer position. | |
167 | |
168 * international/mule.el (set-buffer-process-coding-system): Make | |
169 interactive prompt less confusing. | |
170 | |
30963 | 171 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
172 | |
173 * hilit-chg.el: General cleanup of doc strings, comments and | |
174 code formatting. | |
175 | |
30960 | 176 2000-08-19 Miles Bader <miles@gnu.org> |
177 | |
178 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
179 Compiler macro removed; beginning-of-line is no longer always | |
180 equivalent to forward-line, in the presence of fields. | |
181 | |
182 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
183 restriction, and just use save-restriction, now that it works | |
184 correctly. Don't adjust comint-last-input-start to account for | |
185 our insertion; it shouldn't have moved because we don't use | |
186 insert-before-markers anymore. Comment out call to | |
187 `force-mode-line-update'; why is it here? | |
188 | |
189 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
190 while checking for prompt to delete. Use `forward-line 0' | |
191 instead of beginning-of-line. | |
192 (gud-filter): Temporarily widen gud comint buffer while | |
193 examining output. | |
194 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
195 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
196 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
197 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
198 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
199 * 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
|
200 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
|
201 |
30953 | 202 2000-08-18 Dave Love <fx@gnu.org> |
203 | |
204 * image.el (find-image): Copy `spec' before using plist-put. | |
205 | |
30948 | 206 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
207 | |
208 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
209 `portugues'. | |
210 | |
211 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
212 backward-kill-sexp, analogous to kill-sexp. | |
213 | |
214 * progmodes/icon.el (icon-indent-line) | |
215 (icon-is-continuation-line): Handle comments specially. | |
216 | |
217 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
218 | |
219 * ispell.el: Set to standard author/maintainer/keyword fields. | |
220 Fine tuning to menu map appearance and operation, and added help. | |
221 Remove `start' and `end' error messages when compiling. | |
222 (ispell-choices-win-default-height): Fixed comment string. | |
223 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
224 castellano8 dictionaries. | |
225 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
226 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
227 dictionary, added italiano dictionary. | |
228 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
229 word character | |
230 (ispell-tex-skip-alists): Added psfig support. | |
231 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
232 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
233 (ispell-minor-check): Improved html skipping support to skip across | |
234 code, and recognize `&' commands without propper `;' syntax; | |
235 (ispell-process-line): Fix alignment error when manually | |
236 correcting spelling. | |
237 (ispell): Fix comment string. | |
238 (ispell-add-per-file-word-list): Always put word list on new line. | |
239 | |
30922 | 240 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
241 | |
30928 | 242 * format.el (format-encode-run-method): Fix error message to say |
243 `encode' instead of `decode'. Use save-window-excursion around | |
244 shell-command-on-region as in format-decode-run-method because | |
245 shell-command-on-region can display a buffer with error output. | |
246 (format-decode): Don't record undo information for the decoding. | |
247 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
248 that number part of the temporary buffer name so that more than | |
249 one decoding using a temporary buffer can happen safely. | |
250 | |
251 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
252 of `A-z' in the regexp. | |
253 | |
254 * hilit-chg.el: Fix typos in commentary. | |
255 | |
30922 | 256 * help.el (view-emacs-news): Rewritten for new naming scheme |
257 for old NEWS files. | |
258 | |
259 * startup.el (command-line): Pop to *Messages* in case an error | |
260 is signaled while loading user-init-file. | |
261 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
262 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
263 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
264 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
265 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
266 |
30906 | 267 2000-08-17 Alex Schroeder <alex@gnu.org> |
268 | |
269 * sql.el (sql-magic-go): Use comint-bol. | |
270 (sql-copy-column): Use comint-line-beginning-position. | |
271 (comint-line-beginning-position): Define a replacement for | |
272 comint-line-beginning-position if it is not fboundp. | |
273 | |
274 2000-08-17 Alex Schroeder <alex@gnu.org> | |
275 | |
276 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
277 it didn't have any effect anyway. | |
278 | |
279 2000-08-17 Alex Schroeder <alex@gnu.org> | |
280 | |
281 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
282 --pset and pager=off instead of sending \\o|cat at the beginning | |
283 of the session. | |
284 | |
30903 | 285 2000-08-17 Miles Bader <miles@gnu.org> |
286 | |
287 * progmodes/octave-inf.el: Add compatibility definition of | |
288 comint-line-beginning-position. | |
289 | |
30898 | 290 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
291 | |
292 * startup.el (normal-top-level): Look in each dir in load-path for | |
293 a leim-list.el file too. This assures of loading leim-list.el | |
294 that is created at Emacs installation time even if a user have his | |
295 own leim-list.el. | |
296 | |
30897 | 297 2000-08-17 Miles Bader <miles@gnu.org> |
298 | |
299 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
300 foreground color to black if the background is dark. | |
301 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
302 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
303 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
304 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
305 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
306 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
307 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
308 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
309 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
310 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
311 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
312 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
313 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
314 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
315 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
316 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
317 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
318 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
319 * 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
|
320 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
321 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
322 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
323 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
324 * 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
|
325 (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
|
326 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
327 (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
|
328 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
329 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
330 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
331 (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
|
332 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
333 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
334 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
335 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
336 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
337 (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
|
338 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
339 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
340 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
341 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
342 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
343 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
344 * 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
|
345 |
30870 | 346 2000-08-16 Dave Love <fx@gnu.org> |
347 | |
30894 | 348 * windmove.el (windmove) <defgroup>: Add :version. |
349 | |
350 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
351 (goto-address-fontify-p, goto-address-highlight-p) | |
352 (goto-address-url-face, goto-address-url-mouse-face) | |
353 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
354 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
355 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
356 (goto-address-at-point): browse-url-url-at-point, | |
357 goto-address-find-address-at-point can return nil. | |
358 (goto-address-find-address-at-point): Return nil on failure. | |
359 | |
360 * align.el (align) <defgroup>: Add :version. | |
361 | |
362 * calculator.el (calculator): Add :version. | |
363 (calculator): Use two lines for calculator window if `modeline' | |
364 face is boxed. | |
365 | |
30870 | 366 * play/5x5.el: Doc fixes. |
367 (5x5) <defgroup>: Add :version. | |
368 | |
369 * play/fortune.el (fortune) <defgroup>: Add :version. | |
370 (fortune-append): Fix error message. | |
371 (fortune-from-region): Doc fix. | |
372 | |
373 * play/pong.el (pong): Doc fix. | |
374 | |
375 * play/morse.el: Keywords, commentary, autoloads. | |
376 | |
30854 | 377 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
378 | |
379 * desktop.el (desktop-save): Don't look at symbol-value of a | |
380 member of minor-mode-alist, unless it is boundp. | |
381 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
382 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
|
383 |
30897 | 384 * 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
|
385 `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
|
386 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
|
387 |
30846 | 388 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
389 | |
390 * international/ccl.el (declare-ccl-program): Docstring modified. | |
391 (ccl-execute-with-args): Likewise. | |
392 | |
30839 | 393 2000-08-16 Miles Bader <miles@gnu.org> |
394 | |
30903 | 395 * progmodes/sql.el: Add compatibility definition of |
30839 | 396 comint-line-beginning-position. |
397 | |
30808 | 398 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
399 | |
30829 | 400 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
401 'buffer-menu' property. | |
402 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
403 fails. | |
404 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
405 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
406 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
407 |
30825 | 408 * buff-menu.el (list-buffers-noselect): Don't display the |
409 *Buffer List* buffer. | |
410 | |
30822 | 411 * font-lock.el: Require jit-lock to prevent a very late |
412 `Loading jit-lock' message. | |
413 | |
30808 | 414 * 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
|
415 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 416 mail address. |
417 | |
30804 | 418 2000-08-15 Miles Bader <miles@gnu.org> |
419 | |
420 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
421 (ispell-choices-win-default-height, ispell-help): Use | |
422 `ispell-graphic-p' instead of `xemacsp'. | |
423 | |
30802 | 424 2000-08-15 Dave Love <fx@gnu.org> |
425 | |
30842 | 426 * simple.el: Autoload widget-convert when compiling. |
427 (mail-user-agent): Doc fix. | |
428 | |
429 * help.el (function-called-at-point, variable-at-point): Use | |
430 with-syntax-table. | |
431 (help-manyarg-func-alist): Add insert-and-inherit. | |
432 | |
433 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
434 | |
435 * delsel.el (delsel-unload-hook): New function. | |
436 | |
437 * find-file.el: Doc fixes. Move provide to end. | |
438 (ff) <defgroup>: Add :link. | |
439 (ff-goto-click): Deleted. | |
440 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
441 Use mouse-set-point. | |
442 | |
443 * textmodes/tildify.el: Doc fixes. | |
444 (tildify) <defgroup>: Add:version. | |
445 | |
446 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
447 (glasses-custom-set): Use set-default, not set. | |
448 (minor-mode-alist): Propertize the lighter. | |
449 (glasses-mode): Provide optional arg. | |
450 | |
30813 | 451 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
452 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
453 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
454 option. Provide :type. | |
455 (cwarn-configuration): Provide :type. | |
456 (cwarn-mode): Doc fix. | |
457 | |
458 * add-log.el (change-log-merge): Doc fix. | |
459 (change-log-redate): New command. | |
460 | |
30802 | 461 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
462 Doze and Dog. | |
463 (browse-url): Use dolist, not mapcar. | |
464 (browse-url-at-point): Check for null url. | |
465 (browse-url-event-buffer, browse-url-event-point): Functions | |
466 deleted. | |
467 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
468 | |
469 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
470 modes. | |
471 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
472 Fix previous change to mapcan. | |
473 (msb--init-file-alist, msb--add-separators) | |
474 (msb--make-keymap-menu): Simplify. | |
475 (msb--choose-file-menu): Use copy-sequence. | |
476 (msb-mode-map): Add title to keymap. | |
477 (msb-unload-hook): New function. | |
478 | |
479 * bs.el: Fix indentation. | |
480 (bs) <defgroup>: Add :links. | |
30894 | 481 (bs-show): Doc fix. |
482 (bs-apply-sort-faces): Don't use window-system. | |
483 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 484 |
30796 | 485 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
486 | |
487 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
488 convert-standard-filename. | |
489 | |
30788 | 490 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
491 | |
30790 | 492 * emacs-lisp/authors.el: New file. |
493 | |
30788 | 494 * paren.el (show-paren-priority): New user option. |
495 (show-paren-function): Set overlay priorities to | |
496 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
497 |
30783 | 498 2000-08-14 Miles Bader <miles@gnu.org> |
499 | |
500 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
501 beginning-of-line with inhibit-field-text-motion bound. | |
502 | |
30781 | 503 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
504 | |
505 * calendar/timeclock.el: New file. | |
506 | |
507 2000-08-14 David Ponce <david@dponce.com> | |
508 | |
509 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
510 `widget-button-click'. so that one can use left mouse button to | |
511 click on dialog buttons. | |
512 | |
513 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
514 | |
515 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
516 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
|
517 |
30767 | 518 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
|
519 |
30769 | 520 * comint.el (comint-output-filter): Don't bother frobbing |
521 window-start, it doesn't seem to be necessary. | |
30767 | 522 |
523 * comint.el (comint-send-string, comint-send-region): Make into | |
524 real functions. Snapshot the prompt before sending. | |
525 | |
30764 | 526 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
527 | |
528 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
529 technique similar to Info-index, instead of relying on specific | |
530 names of relevant Index nodes. | |
531 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
532 going to the first node found by Info-find-emacs-command-nodes. | |
533 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
534 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 535 |
536 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
537 | |
30741 | 538 2000-08-10 Miles Bader <miles@gnu.org> |
539 | |
540 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
541 | |
30739 | 542 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
543 | |
544 * info.el (Info-file-list-for-emacs): More elements for the | |
545 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
546 and woman manuals. | |
547 | |
30737 | 548 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
549 | |
550 * comint.el (comint-send-input): Make the newline boundary overlay | |
551 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
552 (comint-output-filter): Use `insert' instead of | |
553 `insert-before-markers'. Extend comint-last-output-overlay when | |
554 necessary since we can't rely on insert-before-markers to do it. | |
555 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
556 save-excursion when inserting the output, so that point gets | |
557 updated correctly; the old method relied on a rather dodgy | |
558 side-effect of comint-output-filter to avoid the effect of | |
559 save-excursion. | |
560 | |
30734 | 561 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
562 | |
563 * files.el (recover-file): Call insert-directory instead of | |
564 invoking `ls' directly. | |
565 | |
30732 | 566 2000-08-10 Miles Bader <miles@gnu.org> |
567 | |
568 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
569 (comint-last-prompt-overlay): New variables. | |
570 (comint-output-filter): Implement prompt highlighting. | |
571 (comint-snapshot-last-prompt): New function. | |
572 (comint-send-input): Snapshot the last prompt. | |
573 Use comint-highlight-input-face. | |
574 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
575 Use defface instead of defcustom. | |
576 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
577 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
578 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
579 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
580 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
581 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
582 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
583 (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
|
584 (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
|
585 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
|
586 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
587 * 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
|
588 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
589 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
590 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
591 |
30715 | 592 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
593 | |
594 * files.el (insert-directory): Don't call access-file on | |
595 directories on DOS and Windows. | |
596 | |
30704 | 597 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
598 | |
599 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
600 longer if necessary. | |
601 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
602 ccl-program-vector. | |
603 | |
30701 | 604 2000-08-09 Miles Bader <miles@gnu.org> |
605 | |
606 * comint.el (comint-output-filter): Properly handle the case where | |
607 the text surrounded by comint-last-output-overlay was deleted. | |
608 | |
30671 | 609 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
610 | |
30693 | 611 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
612 non-nil. | |
613 (Info-file-list-for-emacs): Remove "info" from the list because | |
614 that leads to trying to use the documentation from file `info' | |
615 in various situations where it isn't appropriate, for instance | |
616 C-h C-k C-h i. | |
617 | |
618 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
619 DIR and/or STRING are nil. | |
620 | |
621 * progmodes/compile.el (compilation-setup): Make variable | |
622 compilation-error-screen-columns buffer-local, as some comment | |
623 in the code suggests it should be. | |
624 | |
625 * files.el (auto-mode-interpreter-regexp): New variable. | |
626 (set-auto-mode): Use it. | |
627 | |
628 * indent.el (indent-for-tab-command): Doc fix. | |
629 | |
630 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
631 | |
30671 | 632 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
633 labels. | |
634 | |
635 * help.el (print-help-return-message): When | |
636 display-buffer-reuse-frames is set, let the help window been quit, | |
637 instead of deleting it, which might delete a reused frame. | |
638 | |
30664 | 639 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
640 | |
641 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
642 rename a directory to a name that differs only by its letter case. | |
643 | |
30655 | 644 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
645 | |
646 * international/quail.el (quail-define-rules): Handle Quail decode | |
647 map correctly. Add code for supporting annotations. | |
648 (quail-install-decode-map): New function. | |
649 (quail-defrule-internal): New optional arguments decode-map and | |
650 props. | |
651 (quail-advice): New function. | |
652 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
653 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
|
654 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
655 * 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
|
656 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
657 * 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
|
658 |
30649 | 659 2000-08-03 Miles Bader <miles@gnu.org> |
660 | |
661 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
662 New variable. | |
663 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
664 comint-use-prompt-regexp-instead-of-fields. | |
665 (comint-send-input): Add `input' field property to stuff we send to | |
666 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
667 (comint-output-filter): Add `output' field property to process | |
668 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
669 (comint-replace-by-expanded-history) | |
670 (comint-get-old-input-default, comint-show-output) | |
671 (comint-backward-matching-input, comint-forward-matching-input) | |
672 (comint-next-prompt, comint-previous-prompt): Use field | |
673 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
674 (comint-line-beginning-position): New function. | |
675 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
676 (comint-replace-by-expanded-history-before-point): Use | |
677 comint-line-beginning-position and line-end-position. | |
678 (comint-last-output-overlay): New variable. | |
679 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
680 | |
681 * shell.el (shell-prompt-pattern): Doc change. | |
682 (shell-backward-command): Use line-beginning-position. | |
683 | |
684 * gud.el (gud-gdb-complete-command): Use | |
685 comint-line-beginning-position. | |
686 | |
687 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
688 comint-bol doesn't actually go to the beginning of the line. | |
689 | |
690 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
691 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
692 (try-expand-line-all-buffers): Likewise. | |
693 | |
694 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
695 explicitly matching comint-prompt-regexp. | |
696 (sql-copy-column): Use comint-line-beginning-position instead of | |
697 explicitly matching comint-prompt-regexp. | |
698 | |
699 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
700 comint-line-beginning-position. | |
701 | |
702 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
703 | |
704 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
705 looking for a prompt, use `forward-line 0' instead of | |
706 `beginning-of-line', to avoid getting caught by an input field. | |
707 | |
30633 | 708 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
709 | |
710 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
711 PATTERN, in the Unix case. | |
712 | |
30629 | 713 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
714 | |
715 * play/zone.el (zone): Discard any pending input before running | |
716 the randomly-chosen pgm. | |
717 | |
30623 | 718 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
719 | |
720 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
721 checking the existence of any multibyte characters. | |
722 | |
30619 | 723 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
724 | |
30622 | 725 * help.el (describe-mode): Test minor-mode symbol for being |
726 bound before testing its value for being nil. | |
727 | |
30619 | 728 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
729 `first', `second', and `third'. | |
730 | |
731 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
732 (second): Make it an alias for `cadr'. | |
733 | |
30616 | 734 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
735 | |
736 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
737 types of display support faces now. | |
738 | |
30614 | 739 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
740 | |
741 * pcvs.el (require): Require `cl' during compilation, only. | |
742 | |
743 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
744 (toplevel): Remove `remq' and `remove' from autoloads. | |
745 (cl-fake-autoloads): New variable. If set, arrange for an error | |
746 when CL functions etc. are autoloaded. | |
747 | |
30585 | 748 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
749 | |
30593 | 750 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
751 | |
30591 | 752 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
753 popped up, but the user clicks outside the menu, return an empty | |
754 regexp (that causes unhighlight-regexp to have no effect). | |
755 | |
30589 | 756 * menu-bar.el (menu-bar-games-menu): Add Zone. |
757 | |
30585 | 758 * hi-lock.el (toplevel): Require font-lock. |
759 | |
30576 | 760 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
761 | |
762 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
763 (ebnf-8-bit-chars): New var for bug fix. | |
764 (ebnf-string): Bug fix. | |
765 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
766 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
|
767 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
768 * 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
|
769 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
770 (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
|
771 `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
|
772 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
773 |
30567 | 774 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
775 | |
776 * international/mule-cmds.el (select-safe-coding-system): Make | |
777 the message text about selecting a safe coding system more clear. | |
778 | |
30564 | 779 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
780 | |
30565 | 781 * hi-lock.el: New file. |
782 | |
783 * play/zone.el: New file. | |
784 | |
30564 | 785 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
786 value of tab-width in the original buffer. Choose a line number | |
787 format that's a multiple of the original buffer's tab width, so | |
788 that lines appear right. | |
789 | |
790 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
791 Spell-check active region if in transient-mark-mode and mark | |
792 is active; otherwise spell-check buffer. | |
793 | |
794 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
795 | |
796 * ps-mule.el: Fix a customization problem on | |
797 ps-mule-font-info-database-default. | |
798 | |
30555 | 799 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
800 | |
801 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
802 display-mouse-p instead of window-system. | |
803 (ebrowse-member-mode-map): Ditto. | |
804 | |
30553 | 805 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
806 | |
807 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
808 fix. | |
809 (ebnf-version): New version number (3.2). | |
810 (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
|
811 |
30547 | 812 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
813 | |
30549 | 814 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
815 font lock support on window-system. | |
816 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
817 | |
30547 | 818 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
819 display-color-p, if fboundp, instead of window-system. | |
820 | |
30545 | 821 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
822 | |
823 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
824 instead of window-system. | |
825 | |
826 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
827 window-system. | |
828 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
829 instead of window-system. | |
830 | |
831 * strokes.el (strokes-file): Run the file name through | |
832 convert-standard-filename. | |
833 (strokes-mode): Call display-mouse-p instead of looking at | |
834 window-system. Change the error message accordingly. | |
835 | |
836 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
837 | |
838 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
839 (lm-plot-square, lm-init-display): Don't use window-system. | |
840 | |
841 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
842 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
843 | |
844 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
845 instead of looking at window-system. | |
846 | |
30528 | 847 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
848 | |
849 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
850 of testing if iswitchb-prepost-hooks is bound, because the | |
851 latter will always be true when invoking a recursive minibuffer | |
852 from an active Iswitchb buffer. | |
853 | |
30526 | 854 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
855 | |
856 * files.el (shell-quote-wildcard-pattern): New function. | |
857 (insert-directory): Call it. Only prepend "\" to command on Unix | |
858 and GNU/Linux systems. | |
859 | |
30524 | 860 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
861 | |
862 * eshell/esh-groups.el: Change custom :link file names | |
863 from `eshell.info' to `eshell'. | |
864 | |
865 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
866 | |
867 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
868 correctly in recursive ange-ftp listings. | |
869 | |
870 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
871 | |
872 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
873 ps-header-font-size-internal and | |
874 ps-header-title-font-size-internal variables are not set, | |
875 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
876 face text property is (foreground-color . COLOR) or | |
877 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
878 (ps-print-version): New version number (5.2.4). | |
879 (ps-plot-region): Code fix. | |
880 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
881 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
882 Bug fix 2. | |
883 | |
884 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
885 | |
886 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
887 identifiers like `myXMLDocument'. | |
888 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
889 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
|
890 |
30524 | 891 * mail/mail-hist.el (mail-hist-previous-input) |
892 (mail-hist-next-input): Do the obvious code factorization. | |
893 (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
|
894 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
|
895 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
|
896 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
897 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
|
898 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
899 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 900 Use `<=', not `<' to compare times! |
901 (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
|
902 |
30502 | 903 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
904 | |
30516 | 905 * play/cookie1.el: Add explanation of how to make cookie.el |
906 compatible with strfile(1) to comment. | |
907 | |
908 * subr.el (remove, remq): New functions. | |
909 | |
30511 | 910 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
911 escape `*' in regexps. | |
912 (midnight-find): Reverse order of arguments in the funcall of | |
913 TEST. | |
914 | |
915 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
916 and `.class'. | |
917 | |
30502 | 918 * play/meese.el: Add Commentary section. |
919 | |
30516 | 920 2000-07-27 Alex Schroeder <alex@gnu.org> |
921 | |
922 * sql.el (sql-ms): Added autoload cookie. | |
923 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
924 (sql-oracle): Ditto. | |
925 (sql-help): Doc change. | |
926 | |
927 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
928 types and exceptions. | |
929 | |
930 2000-07-27 Alex Schroeder <alex@gnu.org> | |
931 | |
932 * sql.el (sql-placeholder-history): New variable. | |
933 (sql-query-placeholders-and-send): New function that will query | |
934 the user and replace placeholders with user input. | |
935 (sql-oracle): If running on NT, set comint-input-sender to | |
936 sql-query-placeholders-and-send. | |
937 | |
938 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
939 present it as a message. | |
940 | |
941 2000-07-27 Alex Schroeder <alex@gnu.org> | |
942 | |
943 * sql.el (sql-input-ring-separator): Doc change. | |
944 (sql-input-ring-file-name): Doc change. | |
945 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
946 `sql-input-ring-file-name' to set the comint-mode equivalents | |
947 without making them local variables. | |
948 (sql-stop): Don't bind `sql-input-ring-separator' and | |
949 `sql-input-ring-file-name' dynamically to their comint-mode | |
950 equivalents. | |
951 | |
30490 | 952 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
953 | |
954 * international/mule.el (register-char-codings): New function. | |
955 (make-coding-system): Handle `safe-chars' specification in the arg | |
956 PROPERTY. | |
957 | |
958 * international/mule-cmds.el | |
959 (find-coding-systems-region-subset-p): This function deleted. | |
960 (sort-coding-systems-predicate): New variable. | |
961 (sort-coding-systems): New function. | |
962 (find-coding-systems-region): Use | |
963 find-coding-systems-region-internal. | |
964 (find-coding-systems-string): Use find-coding-systems-region. | |
965 (find-coding-systems-for-charsets): Check | |
966 char-coding-system-table. | |
967 (select-safe-coding-system-accept-default-p): New variable. | |
968 (select-safe-coding-system): Mostly rewritten. New argument | |
969 ACCEPT-DEFAULT-P. | |
970 (select-message-coding-system): Call select-safe-coding-system | |
971 with ACCEPT-DEFAULT-P arg. | |
972 (reset-language-environment): Reset default-sendmail-coding-system | |
973 to the default value iso-latin-1. | |
974 (set-language-environment): Don't set the obsolete variable | |
975 charset-origin-alist. | |
976 | |
977 * international/codepage.el (cp-coding-system-for-codepage-1): | |
978 Give `safe-chars' property to make-coding-system. | |
979 | |
980 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
981 calling select-message-coding-system twice. | |
982 | |
983 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
984 instead of `safe-charsets'. | |
985 (cyrillic-alternativnyj): Likewise. | |
986 (ccl-encode-alternativnyj): Don't check the charset | |
987 cyrillic-iso8859-5. | |
988 | |
30484 | 989 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
990 | |
991 * composite.el (compose-chars-after): Preserve match data. | |
992 | |
30481 | 993 2000-07-26 Sam Steingold <sds@gnu.org> |
994 | |
995 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
996 (ange-ftp-real-file-newer-than-file-p): New function. | |
997 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
998 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
999 | |
1000 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
1001 * midnight.el (midnight-float-time): Ditto. | |
1002 | |
30479 | 1003 2000-07-26 Andreas Schwab <schwab@suse.de> |
1004 | |
1005 * files.el (normal-backup-enable-predicate): Correct | |
1006 interpretation of the return value of compare-strings. | |
1007 | |
30471 | 1008 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
1009 | |
30477 | 1010 * isearch.el (isearch-resume): New function. |
1011 (isearch-done): Add something to command-history to resume | |
1012 the search. | |
1013 (isearch-yank-line, isearch-yank-word): Use | |
1014 buffer-substring-no-properties instead of buffer-substring. | |
1015 | |
30471 | 1016 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
1017 of flyspell-mouse-map. | |
1018 | |
1019 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
1020 duplicate definition. | |
1021 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
1022 | |
1023 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
1024 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
1025 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1026 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
|
1027 |
30459 | 1028 * net/ange-ftp.el: Get modtime over the net. |
1029 (ange-ftp-file-modtime): New function. | |
30473 | 1030 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
1031 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 1032 Use it. |
1033 (ange-ftp-dot-to-slash): New function. | |
1034 (ange-ftp-fix-name-for-vms): Use it. | |
1035 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1036 * 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
|
1037 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1038 |
30457 | 1039 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
1040 | |
1041 * find-dired.el: Update copyright notice. | |
1042 (find-dired): Offer to kill a running `find'. | |
1043 | |
1044 * enriched.el (enriched-face-ans): For a `foreground-color' | |
1045 property, return '(("x-color" COLOR))' so that COLOR will be | |
1046 output as a parameter of the x-color annotation. Likewise for the | |
1047 `background-color' property. In the case of normal face | |
1048 properties, don't return annotations for unspecified foreground | |
1049 and background face attributes. | |
1050 | |
30450 | 1051 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
1052 | |
1053 * language/japan-util.el (japanese-katakana-region): Fix handling | |
1054 HANKAKU argument. | |
1055 | |
30438 | 1056 2000-07-25 Miles Bader <miles@gnu.org> |
1057 | |
1058 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
1059 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
1060 constrain-to-field. | |
1061 | |
30437 | 1062 2000-07-24 Andrew Innes <andrewi@gnu.org> |
1063 | |
1064 * timer.el (timer-activate-when-idle): Add optional parameter | |
1065 DONT-WAIT. Update docstring. | |
1066 (run-with-idle-timer): Specify extra parameter to | |
1067 timer-activate-when-idle, so that timer will be activated | |
1068 immediately if Emacs is already idle. | |
1069 | |
1070 * w32-fns.el (w32-using-nt): Fix docstring. | |
1071 | |
30434 | 1072 2000-07-24 Dave Love <fx@gnu.org> |
1073 | |
1074 * mouse.el (popup-menu): Set last-command-event. | |
1075 (mouse-major-mode-menu-prefix): Declare. | |
1076 | |
30433 | 1077 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1078 | |
1079 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1080 | |
1081 * progmodes/hideshow.el: Update copyright notice. | |
1082 | |
1083 * vcursor.el: Set maintainer to FSF, since author cannot | |
1084 be reached. | |
1085 | |
30422 | 1086 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1087 | |
30424 | 1088 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1089 the prompt. | |
1090 | |
30422 | 1091 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1092 in case it was defined with define-prefix-key. If the menu is a | |
1093 list of keymaps, look up the binding of user's choice in each one | |
1094 of the keymaps. | |
1095 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1096 don't have a prompt string, create one and insert it into the | |
1097 keymap. Don't barf if current-local-map returns nil. | |
1098 | |
30415 | 1099 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1100 | |
1101 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1102 to be undone. | |
1103 (dired-sort-other): Use it. | |
1104 | |
30412 | 1105 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1106 | |
30415 | 1107 * Release of cc-mode 5.27 |
30412 | 1108 |
1109 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1110 | |
1111 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1112 c-beginning-of-statement-1 that caused a bad case of recursion | |
1113 which could consume a lot of CPU in large classes in languages | |
1114 that have in-expression classes (i.e. Java and Pike). | |
1115 | |
1116 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1117 statements before top level constructs (i.e. case 6 is moved | |
1118 before case 5 and is now case 4) to catch in-expression | |
1119 classes in top level expressions correctly. | |
1120 | |
1121 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1122 | |
1123 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1124 objc-method-intro. Case 4 removed and case 5I added. | |
1125 | |
1126 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1127 c-common-init to get paragraph-start correct. | |
1128 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1129 initialize paragraph-start to make it correct both with and | |
1130 without the javadoc special case. | |
1131 | |
1132 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1133 initialize paragraph-start for javadoc markup. | |
1134 | |
1135 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1136 change by defaulting this to t. It's motivated by the | |
1137 confusing behavior that otherwise arise from the style system | |
1138 when editing both java and non-java files at the same time | |
1139 (see the comments about style setting in c-common-init). | |
1140 | |
1141 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1142 | |
1143 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1144 similar to the one in c-fill-paragraph to check the fill | |
1145 prefix from the adaptive fill function for sanity. | |
1146 | |
1147 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1148 | |
1149 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1150 defun block. | |
1151 | |
1152 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1153 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1154 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1155 |
1156 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1157 | |
1158 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1159 leading comma nicely. Extended to handle member initializers | |
1160 too. | |
1161 | |
30415 | 1162 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1163 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1164 when the lines begins with a comma. | |
1165 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1166 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1167 |
1168 * cc-vars.el (c-offsets-alist): Changed default for | |
1169 member-init-cont to c-lineup-multi-inher since it now handles | |
1170 member initializers and indents better for leading commas. | |
1171 | |
1172 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1173 | |
1174 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1175 handling that caused class open lines to be recognized as | |
1176 statement-conts in some cases. | |
1177 | |
1178 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1179 guessed by the adaptive fill function unless point is on the | |
1180 first line of a block comment. | |
1181 | |
1182 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1183 when the buffer ends with a macro continuation char. | |
1184 | |
1185 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1186 function definitions as statements in Pike. The first | |
1187 statement in a lambda block is now labeled defun-block-intro | |
1188 instead of statement-block-intro. | |
1189 | |
1190 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1191 so that the class surrounding point is selected, not the one | |
1192 innermost in the state. | |
1193 | |
1194 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1195 recognition of switch labels having hanging multiline | |
1196 statements. | |
1197 | |
1198 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1199 some code in c-guess-basic-syntax to a separate function. | |
1200 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1201 recognition of member inits with multiple line arglists. | |
1202 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1203 member-init-cont when the commas are in funny places. | |
1204 | |
1205 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1206 | |
1207 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1208 not used anymore. | |
1209 | |
1210 * cc-engine.el (c-looking-at-bos): New helper function. | |
1211 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1212 inexpr and toplevel classes apart in Pike. | |
1213 | |
1214 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1215 of case 9A. | |
1216 | |
1217 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1218 constant, since "class" can introduce an in-expression class | |
1219 in Pike nowadays. | |
1220 | |
1221 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1222 | |
1223 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1224 indentation on cpp-macro lines. | |
1225 | |
1226 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1227 a syntax modifier like comment-intro, to make it possible to | |
1228 get syntactic indentation for preprocessor directives. It's | |
1229 incompatible wrt to lineup functions on cpp-macro, but it has | |
1230 no observable effect in the 99.9% common case where cpp-macro | |
1231 is set to -1000. | |
1232 | |
1233 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1234 | |
1235 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1236 member-init-cont when the preceding arglist is several lines. | |
1237 | |
1238 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1239 | |
1240 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1241 style corrected to 8. | |
1242 | |
1243 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1244 | |
1245 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1246 brace list openers in the gnu style. | |
1247 | |
1248 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1249 | |
1250 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1251 | |
1252 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1253 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1254 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1255 when c-syntactic-indentation is nil. | |
1256 | |
1257 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1258 we were left at comments preceding the first statement when | |
1259 reaching the beginning of the buffer. | |
1260 | |
1261 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1262 off all syntactic indentation. | |
1263 | |
1264 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1265 | |
1266 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1267 between the text and the block comment ender when it hangs, | |
1268 depending on how many there are before the fill. | |
1269 | |
1270 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1271 | |
1272 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1273 function to go back to the closest preceding statement start, | |
1274 which could be inside a conditional statement. | |
1275 * cc-engine.el (c-guess-basic-syntax): Use | |
1276 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1277 | |
1278 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1279 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1280 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1281 changed. | |
1282 | |
1283 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1284 up-to-date with javadoc 1.2. | |
1285 | |
1286 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1287 | |
1288 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1289 multiline Pike type decls. | |
1290 | |
1291 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1292 | |
1293 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1294 multiline comments in multiline mode, regardless of | |
1295 comment-multi-line. | |
1296 | |
1297 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1298 | |
1299 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1300 fully::qualified::names in C++ member init lists. Preamble in | |
1301 case 5D changed. | |
1302 | |
1303 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1304 | |
1305 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1306 moved to c-initialize-cc-mode. More compatible style override | |
1307 when using global style variables. | |
1308 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1309 variables moved here. | |
1310 | |
30415 | 1311 * cc-mode.texi: Documented the special behavior of |
30412 | 1312 c-special-indent-hook as a style variable. Don't talk about |
1313 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1314 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
|
1315 |
30412 | 1316 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1317 variable localness in c-style-variables-are-local-p to make | |
1318 the compatibility measure in c-common-init work well. | |
1319 | |
1320 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1321 longer contain set-from-style. | |
1322 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1323 set-from-style on c-special-indent-hook. | |
1324 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1325 copy-alist is sufficient now. | |
1326 | |
1327 * cc-styles.el (c-set-style, c-set-style-1, | |
1328 c-get-style-variables): Fixes to variable initialization so | |
1329 that duplicate entries in styles have the same effect | |
1330 regardless of DONT-OVERRIDE. | |
1331 | |
1332 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1333 initialization of inheriting styles failed when the | |
1334 dont-override flag is set. | |
1335 | |
1336 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1337 on this. | |
1338 | |
1339 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1340 | |
1341 * cc-defs.el (c-forward-comment): Removed the workaround | |
1342 introduced in 5.38 since it had worse side-effects. If a line | |
1343 contains the string "//\"", it regarded the // as a comment | |
1344 start since the \ temporarily doesn't have escape syntax. | |
1345 | |
1346 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1347 | |
1348 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1349 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1350 when ada-prj tries to add to it. | |
1351 (ada-activate-keys-for-case): Suppress the characters that are not | |
1352 part of the Ada syntax. Better compatibility with else-mode | |
1353 (ada-adjust-case-interactive): When auto-casing is not active, | |
1354 correctly insert newlines (used to insert only ^M). Prevent the | |
1355 syntax table from being changed in case of an error | |
1356 (or '_' becomes part of a word and some commands are confused). | |
1357 Do nothing if ada-auto-case is nil. | |
1358 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1359 (ada-batch-reformat): Update usage comment | |
1360 (ada-call-from-contextual-menu): New function | |
1361 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1362 first to nil first, so that the casing exception file can be | |
1363 shared. | |
1364 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1365 files. | |
1366 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1367 anywhere in the error message | |
1368 (ada-contextual-menu-last-point): New variable | |
1369 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1370 t on XEmacs, it means that DEL should delete one character | |
1371 forward. | |
1372 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1373 New submenu "Options". | |
1374 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1375 statements. | |
1376 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1377 even if they don't match ada-fill-comment-prefix Fix handling of | |
1378 paragraphs on the first or last line of a file. | |
1379 (ada-format-paramlist): Fix handling of default parameter values. | |
1380 (ada-get-body-name): New function. | |
1381 (ada-get-current-indent): Optimized by searchling directly for an | |
1382 existing generic part or a statement outside of it. Handle | |
1383 ada-indent-align-comments when indenting comments Replaced some | |
1384 regexps by testing directly the next character. This results in a | |
1385 huge speedup on some files. New indentation scheme for renames | |
1386 statements. Stop looking for the 'while' or 'for' associated with | |
1387 a 'loop' at the first semicolon encountered. A "return" can also | |
1388 match an anonymous access subprogram declaration. | |
1389 (ada-get-indent-noindent): Ignore strings and comments when | |
1390 looking for the keywords "record" and "private". | |
1391 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1392 are not in fact seeing "end if". Ignore "when" statements except | |
1393 when initial keyword was "begin". Fix handling of nested | |
1394 procedures. Add a recursive call to this function to skip over | |
1395 other 'end' statmts. Fix indentation for "when .. => begin" | |
1396 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1397 expressions, where 'and then', 'or else' and parenthesis | |
1398 statements are mixed up. | |
1399 (ada-in-paramlist-p): Skip comments while searching for the | |
1400 beginning Fix handling of operator declarations. | |
1401 (ada-indent-align-comments): New variable | |
1402 (ada-indent-current): Change the syntax table only in the | |
1403 protected section, so that we are sure it is restored correctly. | |
1404 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1405 ada-with-indent Correctly indent "select ... then" | |
1406 (ada-indent-region): Slight speedup. | |
1407 (ada-indent-renames): New variable. | |
1408 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1409 New variables | |
1410 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1411 keyword when it is the first word in a package declaration. | |
1412 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1413 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1414 even if point is not initially at the end of the word. | |
1415 (ada-matching-decl-start-re): Add "when". | |
1416 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1417 which-func-mode Override the old find-file.el entry in | |
1418 ff-special-constructs since it is using the obsolete | |
1419 ada-spec-suffix variable | |
1420 (ada-no-auto-case): New function | |
1421 (ada-scan-paramlist): When parsing the argument type, accept | |
1422 spaces (as in "X 'Class", generated by Rational Rose). | |
1423 (ada-other-file-name): No longer loads the other file. | |
1424 (ada-popup-menu): Save and restore the current buffer and cursor | |
1425 position before and after displaying the menu. | |
1426 (ada-search-ignore-complex-boolean): New function. | |
1427 (ada-uncomment-region): Emacs21 already knows how to delete | |
1428 comments not starting in the first column. | |
1429 (ada-use-indent): New variable | |
1430 (ada-which-function): New function. | |
1431 (ada-with-indent): New variable | |
1432 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1433 can be batch-compiled from the command line. | |
1434 | |
1435 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1436 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1437 Add -toolbar to the default ddd command Switches moved from | |
1438 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1439 ada-prj-default-comp-opt | |
1440 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1441 Reference Manual to the menu | |
1442 (ada-check-current): rewritten as a call to ada-compile-current | |
1443 (ada-compile): Removed. | |
1444 (ada-compile-application, ada-compile-current, ada-check-current): | |
1445 Set the compilation-search-path so that compile.el automatically | |
1446 finds the sources in src_dir. Automatic scrollong of the | |
1447 compilation buffer. C-uC-cC-c asks for confirmation before | |
1448 compiling | |
1449 (ada-compile-current): New parameter, prj-field | |
1450 (ada-complete-identifier): Load the .ali file before doing | |
1451 processing | |
1452 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1453 conform to gnatmake's behavior. | |
1454 (ada-find-file-in-dir): New function | |
1455 (ada-find-references): Set the environment variables for gnatfind | |
1456 (ada-find-src-file-in-dir): New function. | |
1457 (ada-first-non-nil): Removed | |
1458 (ada-gdb-application): Add support for jdb, the java debugger. | |
1459 (ada-get-ada-file-name): Load the original-file first if not done | |
1460 yet. | |
1461 (ada-get-all-references): Handles the new ali syntax (parent types | |
1462 are found between <>). | |
1463 (ada-initialize-runtime-library): New function | |
1464 (ada-mode-hook): Always load a project file when a file is opened, | |
1465 so that the casing exceptions are correctly read. | |
1466 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1467 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1468 to open the project file, since the latter does not work with | |
1469 speedbar Get default values before loading the prj file, or the | |
1470 default executable file name is wrong. Use the absolute value of | |
1471 src_dir to initialize ada-search-directories and | |
1472 compilation-search-path,... Add the standard runtime library to | |
1473 the search path for find-file. | |
1474 (ada-prj-default-debugger): Was missing an opening '{' | |
1475 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1476 variables. | |
1477 (ada-prj-default-gnatmake-opt): New variable | |
1478 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1479 buffers, the project file is the default one Save the windows | |
1480 configuration before displaying the menu. | |
1481 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1482 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1483 ...) regexp-quote identifiers names to support operators +, | |
1484 -,... in regexps. | |
1485 (ada-remote): New function. | |
1486 (ada-run-application): Erase the output buffer before starting the | |
1487 run Support remote execution of the application. Use | |
1488 call-process, or the arguments are incorrectly parsed | |
1489 (ada-set-default-project-file): Reread the content of the active | |
1490 project file, not the one from the current buffer When a project | |
1491 file is set as the default project, all directories are | |
1492 automatically associated with it. | |
1493 (ada-set-environment): New function | |
1494 (ada-treat-cmd-string): New special variable ${current} | |
1495 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1496 any ${...} substring | |
1497 (ada-xref-current): If no body was found, compiles the spec | |
1498 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1499 compiler to get rid of command line length limitations. | |
1500 (ada-xref-get-project-field): New function | |
1501 (ada-xref-project-files): New variable | |
1502 (ada-xref-runtime-library-specs-path) | |
1503 (ada-xref-runtime-library-ali-path): New variables | |
1504 (ada-xref-set-default-prj-values): Default run command now does a | |
1505 cd to the build directory. New field: main_unit Provide a default | |
1506 file name even if the current buffer has no prj file. | |
1507 | |
1508 * ada-prj.el: | |
1509 Rewritten to show a tabbed-dialog. | |
1510 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1511 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1512 New function | |
1513 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1514 (ada-prj-load-from-file): New function | |
1515 (ada-prj-save): Always save fields that depend on the current buffer | |
1516 (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
|
1517 |
30412 | 1518 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1519 Ada mode. This will allow us to display the Ada menu in any buffer | |
1520 we want (for project items). | |
1521 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1522 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
|
1523 |
30395 | 1524 2000-07-24 Dave Love <fx@gnu.org> |
1525 | |
1526 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1527 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1528 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1529 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1530 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1531 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1532 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1533 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1534 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1535 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1536 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1537 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1538 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1539 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1540 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1541 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1542 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1543 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1544 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1545 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1546 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1547 (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
|
1548 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1549 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1550 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1551 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1552 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1553 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1554 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1555 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1556 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1557 |
30386 | 1558 2000-07-23 Dave Love <fx@gnu.org> |
1559 | |
1560 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1561 ^o, ^u. | |
1562 | |
30359 | 1563 2000-07-21 Dave Love <fx@gnu.org> |
1564 | |
30374 | 1565 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1566 now passed to the function. It now works properly. | |
1567 | |
30359 | 1568 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1569 | |
30350 | 1570 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1571 | |
1572 * info-look.el (info-lookup): If *info* is shown in another frame | |
1573 on the same display, select that frame, instead of switching to | |
1574 the Info buffer in another window of the selected frame. | |
1575 | |
1576 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1577 kp-0 to kp-9 and kp-subtract. | |
1578 (digit-argument): Handle these keys. | |
1579 | |
30346 | 1580 2000-07-20 Dave Love <fx@gnu.org> |
1581 | |
1582 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1583 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1584 Put an extra property on the overlays and use it to clean up in | |
1585 case goto-address is re-run. | |
1586 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1587 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1588 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1589 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1590 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1591 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1592 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1593 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1594 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1595 |
30331 | 1596 2000-07-19 Dave Love <fx@gnu.org> |
1597 | |
1598 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1599 implementation. | |
1600 | |
1601 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1602 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1603 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1604 | |
30318 | 1605 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1606 | |
30329 | 1607 * textmodes/refer.el: Correct maintainer's email address. |
1608 | |
1609 * progmodes/hideif.el: Correct author's email address. | |
1610 Fix typo in comment. | |
1611 | |
1612 * xml.el: New file. | |
1613 | |
30318 | 1614 * mail/mailheader.el: Correct author's mail address. |
1615 | |
1616 * gnus/parse-time.el: Correct author's mail address. | |
1617 | |
30329 | 1618 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1619 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1620 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1621 New user options. |
1622 (comint-input-ring-file-name): Change custom type. | |
1623 (comint-mode-map): Bind mouse-2. | |
1624 (comint-insert-clicked-input): New function. | |
1625 (comint-send-input): Handle input highlighting. | |
1626 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1627 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1628 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1629 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1630 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1631 |
30311 | 1632 2000-07-18 Dave Love <fx@gnu.org> |
1633 | |
1634 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1635 improvements. | |
1636 | |
30308 | 1637 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1638 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1639 * faces.el (face-font-selection-order) |
30308 | 1640 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1641 |
30298 | 1642 2000-07-18 Dave Love <fx@gnu.org> |
1643 | |
1644 * cus-edit.el (custom-variable-reset-saved) | |
1645 (custom-variable-reset-standard): Remove unused bindings. | |
1646 | |
1647 * rect.el (open-rectangle-line): Remove unused let. | |
1648 | |
1649 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1650 | |
30296 | 1651 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1652 | |
1653 * cdl.el: Fix `Maintainer' keyword. | |
1654 | |
1655 * play/pong.el: Add author's email address. | |
1656 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1657 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1658 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1659 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1660 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1661 |
30290 | 1662 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1663 | |
1664 * mail/vms-pmail.el: Change maintainer to FSF. | |
1665 | |
1666 * net/goto-addr.el: Change maintainer to FSF. | |
1667 | |
1668 * recentf.el: Update from author. | |
1669 | |
1670 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1671 |
30277 | 1672 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1673 | |
1674 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1675 links to eshell, to avoid problems on systems where the manual is | |
1676 installed as `eshell'. | |
1677 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1678 * eshell/em-smart.el (eshell-smart): Ditto. | |
1679 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1680 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1681 |
1682 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1683 same-file check in the MS-DOS version (it does support inodes). | |
1684 | |
1685 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1686 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1687 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1688 Run default directory name through convert-standard-filename. |
30277 | 1689 |
30255 | 1690 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1691 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1692 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1693 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1694 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1695 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1696 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1697 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1698 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1699 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1700 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1701 |
30255 | 1702 * international/kkc.el (kkc-after-update-conversion-functions): |
1703 New variable. | |
1704 (kkc-update-conversion): Run functions in it at the tail. | |
1705 | |
30277 | 1706 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
|
1707 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1708 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1709 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
|
1710 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1711 |
30253 | 1712 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1713 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1714 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1715 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1716 the conversion list at first if appropriate. | |
1717 (kkc-next): Don't update kkc-next-count here. | |
1718 (kkc-prev): Don't update kkc-prev-count here. | |
1719 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1720 list message. | |
1721 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1722 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1723 |
30290 | 1724 * 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
|
1725 |
30248 | 1726 2000-07-16 Dave Love <fx@gnu.org> |
1727 | |
1728 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1729 function to be more specific. | |
1730 | |
1731 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1732 non-string help-echo. | |
1733 (widget-types-convert-widget): Defsubst it. | |
1734 (widget-echo-help): Try to cope with a help-echo function of two | |
1735 possible sorts. | |
1736 | |
30241 | 1737 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1738 | |
1739 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1740 Declare as obsolete. | |
1741 | |
1742 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1743 | |
30226 | 1744 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1745 | |
1746 * hilit-chg.el: Fix typo. | |
1747 | |
30221 | 1748 2000-07-14 Dave Love <fx@gnu.org> |
1749 | |
1750 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1751 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1752 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1753 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1754 * 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
|
1755 |
30193 | 1756 2000-07-13 Dave Love <fx@gnu.org> |
1757 | |
30195 | 1758 * emacs-lisp/easymenu.el: Doc fixes. |
1759 (easy-menu-remove): Defalias to ignore. | |
1760 | |
30193 | 1761 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1762 Call throw correctly. | |
1763 | |
30190 | 1764 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1765 | |
1766 * faces.el (frame-background-mode): Doc fix. | |
1767 | |
1768 * simple.el (eval-expression-print-length): Change custom type to | |
1769 allow entering nil as value. | |
1770 | |
30185 | 1771 2000-07-13 Dave Love <fx@gnu.org> |
1772 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1773 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1774 Change definition layout. |
30187 | 1775 (fortran-mode-menu): Reinstate customize entries. |
1776 | |
30185 | 1777 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1778 Use :filter, per old XEmacs code. | |
1779 | |
30170 | 1780 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1781 | |
1782 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1783 event when deciding what to send to the terminal. | |
1784 | |
30168 | 1785 2000-07-12 Dave Love <fx@gnu.org> |
1786 | |
1787 * cus-start.el: Add optional version as 4th element of specs and | |
1788 use it for several things new in v21. Remove load-path. Fix type | |
1789 of line-number-display-limit. | |
1790 | |
30148 | 1791 2000-07-11 Dave Love <fx@gnu.org> |
1792 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1793 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1794 Use repeat counts in various regexps. |
30150 | 1795 (fortran-mode-syntax-table): Defvar directly. |
1796 (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
|
1797 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1798 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1799 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1800 (fortran-mode): Set fortran-comment-line-start-skip, |
1801 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1802 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1803 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1804 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1805 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1806 (fortran-auto-fill): New function. | |
1807 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1808 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1809 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1810 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1811 Use fortran-auto-fill. |
30150 | 1812 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1813 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1814 |
30148 | 1815 * widget.el (widget-plist-member): New alias. |
1816 | |
30146 | 1817 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1818 | |
1819 * eshell/esh-module.el (toplevel): Reference | |
1820 byte-compile-current-file only if it is bound. | |
1821 | |
30131 | 1822 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1823 | |
1824 * dired.el: Don't require `dired-aux'. | |
1825 | |
30127 | 1826 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1827 | |
1828 * dired-aux.el (dired-show-file-type): New function. | |
1829 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1830 (dired-show-file-type): Add autoload. | |
1831 | |
30125 | 1832 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1833 | |
1834 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1835 change of fontset-info. |
30125 | 1836 (print-fontset): Likewise. |
1837 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1838 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1839 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1840 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1841 |
30111 | 1842 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1843 | |
30131 | 1844 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1845 |
30111 | 1846 * dired.el (dired-find-alternate-file): New function. |
1847 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1848 (toplevel): Require dired-aux when compiling. | |
1849 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1850 | |
1851 * info.el (Info-last-search): Variable removed. | |
1852 (Info-search-history): New variable. | |
1853 (Info-search): New Info-search-history. | |
1854 | |
1855 * battery.el, info-look.el: Change author's mail address. | |
1856 | |
30115 | 1857 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
|
1858 |
30115 | 1859 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1860 if rmail-ignored-headers is nil. | |
1861 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1862 rmail-displayed-headers to nil. | |
1863 | |
30096 | 1864 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1865 | |
30103 | 1866 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1867 (print-region-1): Don't hard code `-h' here. | |
1868 | |
30096 | 1869 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1870 | |
30103 | 1871 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1872 | |
1873 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1874 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
|
1875 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1876 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1877 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1878 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1879 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1880 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1881 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1882 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1883 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1884 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1885 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
|
1886 |
30096 | 1887 * ediff-diff.el (ediff-wordify): Use syntax table. |
1888 * 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
|
1889 ediff-color-display-p. |
30096 | 1890 (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
|
1891 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1892 Got rid of special cases for NeXT and OS/2. |
30096 | 1893 * 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
|
1894 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1895 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1896 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1897 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1898 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1899 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1900 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1901 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1902 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1903 * 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
|
1904 |
30076 | 1905 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1906 | |
30085 | 1907 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1908 not be changed without changing the make-dist script. | |
1909 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1910 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1911 (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
|
1912 |
30067 | 1913 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1914 | |
1915 * makefile.nt: Add support for `bootstrap' and related targets. | |
1916 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1917 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1918 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1919 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1920 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1921 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1922 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
|
1923 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1924 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1925 (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
|
1926 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1927 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
|
1928 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1929 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1930 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1931 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1932 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
|
1933 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1934 |
30056 | 1935 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1936 | |
1937 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1938 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1939 (eval-defun): If called with prefix arg, instrument code for | |
1940 Edebug. | |
1941 | |
1942 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1943 similar to that of eval-defun. | |
1944 | |
30029 | 1945 2000-07-04 Dave Love <fx@gnu.org> |
1946 | |
30035 | 1947 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1948 | |
30029 | 1949 * calendar/todo-mode.el: Replaced with a working version, based on |
1950 revision 1.34 tidied up. | |
1951 | |
1952 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1953 |
1954 * paths.el (prune-directory-list): New function. | |
1955 (Info-default-directory-list): Rewritten to more methodically | |
1956 enumerate a big list of possible info directories (based on the | |
1957 list used by the standalone info reader). | |
30029 | 1958 |
30021 | 1959 * 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
|
1960 non-existent directories from Info-directory-list. |
30021 | 1961 |
1962 * paths.el (Info-default-directory-list): Try a list of possible | |
1963 info-directories instead of a single one. Add the possible | |
1964 info directory "/usr/share/info". | |
1965 | |
1966 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1967 man-db config file "/etc/manpath.config". | |
1968 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1969 are present in `manpath.config'. | |
1970 (woman-manpath): Include "/usr/share/man". | |
1971 | |
30006 | 1972 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1973 | |
30017 | 1974 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1975 | |
1976 * startup.el (command-line): Initialize blink-cursor based | |
1977 on window-system. | |
1978 | |
30014 | 1979 * frame.el (blink-cursor): Default to nil if not running under |
1980 a window-system. | |
1981 | |
30012 | 1982 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1983 (face-x-resources): Remove duplicate entry for :font. | |
1984 | |
30006 | 1985 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1986 instead of cycling through windows with next-window. | |
1987 | |
1988 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1989 of cycling through windows with next-window. | |
1990 | |
1991 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1992 of cycling through windows with next-window. | |
1993 | |
1994 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1995 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1996 instead of cycling through windows with next-window. | |
1997 | |
1998 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1999 instead of cycling through windows with next-window. | |
2000 | |
2001 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
2002 of cycling through windows with next-window. | |
2003 | |
2004 * terminal.el (te-process-output): Use walk-windows instead of | |
2005 cycling through windows with next-window. | |
2006 | |
2007 * server.el (server-switch-buffer): Use some-window instead of | |
2008 cycling through windows with next-window. | |
2009 | |
2010 * window.el (some-window): New function. | |
2011 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 2012 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2013 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 2014 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
2015 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 2016 |
2017 * window.el (walk-windows): Guarantee termination by keeping a list | |
2018 of all the windows already handled. | |
2019 | |
29975 | 2020 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2021 | |
2022 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
2023 window-system. | |
2024 | |
2025 * man.el (Man-notify-when-ready): Don't use window-system. If | |
2026 Man-notify-method is newframe, and the display is not | |
2027 multi-frame, select the frame created for the man page. | |
2028 (Man-init-defvars): Doc fix. | |
2029 | |
29972 | 2030 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
2031 | |
29982 | 2032 * faces.el (region): Change background color for light background. |
2033 | |
2034 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
2035 attribute from mode-line face of Ediff control frame. | |
2036 | |
29972 | 2037 * replace.el (query-replace-map): Bind `e' like `E'. |
2038 | |
29967 | 2039 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
2040 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2041 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2042 Change name to "Select All". |
29969 | 2043 |
29967 | 2044 * dos-fns.el (convert-standard-filename): Fix last change. |
2045 | |
29957 | 2046 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
2047 | |
29959 | 2048 * help.el (describe-variable): Don't insert a second `'s' in front |
2049 of the string `value is shown below'. Since the syntax-table is | |
2050 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
2051 an existing `'s', so that this won't be deleted. | |
2052 | |
29957 | 2053 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
2054 * pcmpl-unix.el: New files. | |
2055 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2056 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2057 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2058 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2059 |
29939 | 2060 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
2061 | |
29956 | 2062 * replace.el (perform-replace): Undo change of 2000-04-04. |
2063 Instead, move backward 1 character at the end of the loop when | |
2064 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2065 |
29949 | 2066 * faces.el (fringe): Change face for different backgrounds. |
2067 | |
2068 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
2069 patch from John. | |
2070 | |
29939 | 2071 * eshell/*.el: Change spelling of the Free Software Foundation. |
2072 | |
2073 * eshell/esh-toggle.el: Removed. | |
2074 | |
2075 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2076 | |
2077 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2078 interactively. | |
2079 | |
2080 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2081 | |
2082 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2083 `define-key'; instead of checking `(emacs-version)' check for | |
2084 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2085 for `;' and `o' which might be electric. | |
2086 | |
2087 (sql-electric-stuff): New user option. | |
2088 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2089 (sql-magic-semicolon): New function which uses | |
2090 `sql-electric-stuff'. | |
2091 | |
2092 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2093 is not fboundp. | |
2094 | |
2095 (sql-oracle-options): New variable. | |
2096 (sql-oracle): Use it. | |
2097 | |
2098 (sql-imenu-generic-expression): Doc change. | |
2099 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2100 is used. | |
2101 | |
2102 (sql-informix): Added command line parameter "-" to force | |
2103 sql-informix-program to use stdout. | |
2104 | |
29924 | 2105 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2106 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2107 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2108 (cp864-decode-table): Doc fix. |
2109 (cp720-decode-table): New variable, supports the Arabic OEM | |
2110 codepage used by Windows. | |
2111 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2112 | |
29920 | 2113 2000-06-23 Dave Love <fx@gnu.org> |
2114 | |
2115 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2116 (font-lock-fontify-anchored-keywords): Use | |
2117 line-beginning-position. | |
2118 (global-font-lock-mode): Use mapc. | |
2119 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2120 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2121 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2122 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2123 |
29870 | 2124 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2125 | |
29885 | 2126 * comint.el (comint-substitute-in-file-name): Call replace-match |
2127 with second and third arg t. | |
2128 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2129 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2130 Specify foreground color. |
2131 | |
2132 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2133 color. | |
2134 | |
29876 | 2135 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2136 | |
2137 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2138 cddr instead of cdddr. | |
2139 | |
29873 | 2140 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2141 instead of copy-list. | |
2142 | |
2143 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2144 of copy-list. | |
2145 | |
29870 | 2146 * subdirs.el: Add eshell subdirectory. |
2147 | |
2148 * eshell: New subdirectory containing the Eshell package. | |
2149 | |
2150 * pcomplete.el: New file. | |
2151 | |
29885 | 2152 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2153 | |
29888 | 2154 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2155 proper permissions from birth. | |
2156 | |
2157 * files.el (basic-save-buffer-2): When temporarily setting | |
2158 file modes, set them to current modes plus 0200, not to 0777. | |
2159 | |
29885 | 2160 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2161 permissions from birth. | |
2162 | |
29857 | 2163 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2164 | |
2165 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2166 backup file name through convert-standard-filename. | |
2167 | |
2168 * dos-fns.el (convert-standard-filename): Convert leading | |
2169 directories as well. When long file names are supported, convert | |
2170 characters that are invalid in Windows file names. | |
2171 | |
29849 | 2172 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2173 | |
2174 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2175 ps-print crashes. New feature: page selection for printing. Create | |
2176 raw-text-unix coding system for XEmacs. Doc fix. | |
2177 (ps-print-version): New version number (5.2.3). | |
2178 (ps-plot-region): Bug fix. | |
2179 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2180 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2181 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2182 funs. | |
2183 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2184 (ps-last-page): New vars. | |
2185 | |
29845 | 2186 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2187 | |
2188 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2189 empty option string. | |
2190 | |
29839 | 2191 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2192 | |
2193 * man.el (man): Doc fix. | |
2194 | |
29829 | 2195 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2196 | |
2197 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2198 fixed. | |
2199 | |
29814 | 2200 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2201 | |
2202 * version.el (emacs-version): Use ISO date format. | |
2203 | |
2204 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2205 instead of `M-backspace'. | |
2206 | |
2207 * simple.el (turn-off-auto-fill): New function. | |
2208 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2209 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2210 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2211 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2212 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2213 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2214 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2215 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2216 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2217 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2218 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
|
2219 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2220 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2221 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2222 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2223 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2224 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
|
2225 (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
|
2226 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2227 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2228 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2229 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2230 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2231 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2232 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2233 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2234 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2235 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2236 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2237 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2238 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2239 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2240 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2241 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2242 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2243 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2244 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2245 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2246 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2247 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2248 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2249 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2250 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2251 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2252 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2253 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2254 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2255 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2256 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2257 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2258 * 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
|
2259 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2260 * 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
|
2261 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2262 * 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
|
2263 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2264 * 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
|
2265 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2266 |
29776 | 2267 2000-06-20 Dave Love <fx@gnu.org> |
2268 | |
2269 * faces.el (frame-background-mode): Use set-default, not set, in | |
2270 setter. | |
2271 (frame-update-faces, frame-update-face-colors): Define with | |
2272 defalias. | |
2273 | |
2274 * enriched.el (enriched-decode-foreground) | |
2275 (enriched-decode-background): Don't use internal-find-face. | |
2276 | |
2277 * apropos.el: Doc fixes. | |
2278 | |
2279 * cus-edit.el (customize-changed-options): Check arg. | |
2280 (customize-version-lessp): Don't require decimal point. | |
2281 | |
2282 * custom.el (defcustom, defgroup): Doc fix. | |
2283 | |
2284 * newcomment.el (comment) <defgroup>: Add :version. | |
2285 (comment-multi-line): Doc fix. | |
2286 | |
2287 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2288 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2289 | |
29747 | 2290 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2291 | |
2292 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2293 the whole buffer. | |
2294 | |
29740 | 2295 2000-06-19 Dave Love <fx@gnu.org> |
2296 | |
2297 * menu-bar.el (menu-bar-options-save): New function. | |
2298 (menu-bar-options-menu): Use it. | |
2299 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2300 Simplify. | |
2301 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2302 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2303 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2304 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2305 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2306 |
29720 | 2307 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2308 | |
2309 * international/codepage.el: | |
2310 (cp-coding-system-for-codepage-1): Delete special codes for | |
2311 generating xxx-dos coding system because now a CCL based coding | |
2312 system can handle EOL conversion by default. | |
2313 | |
2314 * international/mule.el (make-coding-system): Generate subsidiary | |
2315 coding systems for EOL handling variants even for a CCL based | |
2316 coding system. | |
2317 | |
29718 | 2318 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2319 | |
2320 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2321 (isearch-minibuffer-input-method-function): These variables | |
2322 deleted. | |
2323 (isearch-with-input-method): Don't use the above variables. | |
2324 (isearch-process-search-multibyte-characters): Likewise. Call | |
2325 read-string with the arg INHERIT-INPUT-METHOD t. | |
2326 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2327 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2328 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2329 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2330 (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
|
2331 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2332 * 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
|
2333 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2334 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2335 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
|
2336 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2337 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2338 |
29712 | 2339 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2340 | |
2341 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2342 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2343 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2344 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2345 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2346 |
29696 | 2347 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2348 | |
2349 * find-lisp.el: New file. | |
2350 | |
29694 | 2351 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2352 | |
2353 * time.el (display-time-mail-function): New variable, to allow | |
2354 external packages to indicate when new mail is available. | |
2355 (display-time-update): Use it. | |
2356 | |
29689 | 2357 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2358 | |
29691 | 2359 * international/mule.el (mule-version): Change version name to |
2360 SAKAKI. AOI has already been used by Meadow. | |
2361 | |
29689 | 2362 * international/quail.el (quail-show-guidance-buf): To find the |
2363 bottom window (but minibuffer), pay attention to the height of | |
2364 minibuffer. | |
2365 | |
29670 | 2366 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2367 | |
29682 | 2368 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2369 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2370 from the menu bar, as the menu bar has enough space now. | |
2371 | |
29680 | 2372 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2373 | |
29670 | 2374 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2375 characters, which use series of two ^H characters instead of one. | |
2376 | |
29667 | 2377 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2378 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2379 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2380 (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
|
2381 functions. |
29686 | 2382 (Info-find-node-2): Try a case-sensitive search first, then |
2383 do a case-insensitive search. | |
2384 | |
2385 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2386 tutorials. | |
2387 | |
29676 | 2388 * complete.el (PC-env-vars-alist): New variable. |
2389 (PC-complete-as-file-name): New function. | |
2390 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2391 process-environment. | |
2392 (PC-do-completion): Handle completion of env vars. | |
2393 | |
2394 * info.el (Info-set-mode-line): Show file name in mode line, | |
2395 use `*Info*' instead of `Info:'. | |
2396 | |
29667 | 2397 * startup.el (command-line-1): Change copyright messages to year |
2398 2000. | |
2399 | |
29665 | 2400 2000-06-15 Dave Love <fx@gnu.org> |
2401 | |
2402 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2403 not local-map. | |
2404 | |
29658 | 2405 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2406 | |
2407 * international/mule.el (set-buffer-file-coding-system): Almost | |
2408 rewritten to handle `undecided' as no-op. | |
2409 | |
29654 | 2410 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2411 | |
29667 | 2412 * Makefile.in: New file. |
29657 | 2413 |
2414 * Makefile: Removed. | |
2415 | |
29654 | 2416 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2417 (goto-address-highlight-keymap): Bind C-c RET. | |
2418 | |
29640 | 2419 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2420 | |
29649 | 2421 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2422 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2423 |
29645 | 2424 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2425 0. Give correct argument to set-auto-coding-function. | |
2426 (tar-expunge): For goto-char, use (point-min), not 0. | |
2427 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2428 (tar-subfile-save-buffer): Likewize. | |
2429 | |
29640 | 2430 * international/mule.el |
2431 (after-insert-file-set-buffer-file-coding-system): Call | |
2432 set-buffer-file-coding-system with the arg FORCE t. | |
2433 | |
29633 | 2434 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2435 | |
2436 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2437 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2438 the sender is set with `-f'. |
29633 | 2439 |
29622 | 2440 2000-06-13 Dave Love <fx@gnu.org> |
2441 | |
29630 | 2442 * help.el (describe-function-1): Kluge around cases of functions |
2443 fset to subrs whose doc doesn't match their symbol-name. | |
2444 | |
29627 | 2445 * image.el (insert-image): Default STRING to a space. |
29625 | 2446 |
29622 | 2447 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2448 (Info-build-node-completions): Match Ref tags. |
29622 | 2449 |
29612 | 2450 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2451 | |
29615 | 2452 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2453 defaliases for display-graphic-p. | |
2454 | |
29612 | 2455 * hl-line.el: Fixed a typo in commentary. |
2456 | |
29609 | 2457 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2458 | |
2459 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2460 fixed. | |
2461 | |
29608 | 2462 2000-06-12 Dave Love <fx@gnu.org> |
2463 | |
2464 * image.el (insert-image): Save a little consing. | |
2465 | |
29598 | 2466 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2467 | |
2468 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2469 to the corresponding tibetan characters. | |
2470 (tibetan-add-components): Delete code for the special treatment of | |
2471 'a chung. | |
2472 | |
2473 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2474 change. | |
2475 (tibetan-vowel-transcription-alist): More rules added. | |
2476 (tibetan-composite-vowel-alist): New variable. | |
2477 (tibetan-precomposition-rule-alist): More rules added. | |
2478 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2479 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2480 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2481 * 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
|
2482 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2483 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2484 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2485 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2486 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2487 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2488 * 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
|
2489 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2490 * 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
|
2491 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2492 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2493 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2494 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2495 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2496 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2497 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2498 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2499 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2500 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2501 * 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
|
2502 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2503 * 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
|
2504 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2505 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2506 (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
|
2507 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2508 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2509 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2510 (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
|
2511 (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
|
2512 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2513 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2514 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2515 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2516 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2517 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2518 * 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
|
2519 (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
|
2520 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2521 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2522 (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
|
2523 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2524 (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
|
2525 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
|
2526 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2527 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2528 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2529 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks): |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2530 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2531 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2532 (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
|
2533 (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
|
2534 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
|
2535 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2536 * 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
|
2537 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
|
2538 |
29574 | 2539 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2540 | |
2541 * international/mule.el (set-buffer-file-coding-system): If | |
2542 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2543 unconditionally. | |
2544 | |
29568 | 2545 2000-06-12 Dave Love <fx@gnu.org> |
2546 | |
2547 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2548 required. | |
2549 | |
29556 | 2550 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2551 | |
2552 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2553 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2554 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2555 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2556 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2557 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2558 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2559 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
|
2560 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2561 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2562 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2563 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2564 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2565 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2566 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2567 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2568 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2569 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2570 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2571 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
|
2572 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2573 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
|
2574 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2575 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2576 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2577 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2578 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2579 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2580 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2581 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2582 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2583 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2584 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2585 |
29542 | 2586 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2587 | |
2588 * 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
|
2589 undecided-XXX is specified, change only EOL conversion. |
29542 | 2590 |
2591 * international/mule-conf.el (unix): New alias for the coding | |
2592 system undecided-unix. | |
2593 | |
29528 | 2594 2000-06-09 Dave Love <fx@gnu.org> |
2595 | |
29535 | 2596 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2597 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2598 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2599 (executable-insert): Change custom type. |
2600 (executable-find): Add autoload cookie. | |
29531 | 2601 (executable-make-buffer-file-executable-if-script-p): New |
2602 function. After Noah Friedman. | |
29528 | 2603 |
2604 * files.el (after-save-hook): Customize, with | |
29531 | 2605 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2606 |
29518 | 2607 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2608 | |
29522 | 2609 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2610 "tib24p-mule.bdf" for Tibetan. | |
2611 | |
29520 | 2612 * composite.el (decompose-composite-char): Declare it as obsolete. |
2613 | |
29541 | 2614 * man.el (Man-fontify-manpage): Pay attention to underline and |
2615 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2616 |
29517 | 2617 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2618 | |
2619 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2620 Set maintainer to FSF since author isn't reachable. | |
2621 | |
29508 | 2622 2000-06-08 Dave Love <fx@gnu.org> |
2623 | |
2624 * international/mule-cmds.el (select-safe-coding-system): If | |
2625 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2626 preferred coding-system if buffer-file-coding-system is | |
2627 `undecided'. From Handa. | |
2628 | |
29503 | 2629 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2630 | |
2631 * international/mule.el | |
2632 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2633 size is greater than INSERTED, judget that we are not visiting. | |
2634 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2635 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
|
2636 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2637 * 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
|
2638 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
|
2639 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
|
2640 |
29498 | 2641 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2642 | |
2643 * align.el: Update from author. | |
2644 | |
2645 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2646 | |
2647 * apropos.el (apropos-mode-hook): New user variable. | |
2648 (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
|
2649 |
29498 | 2650 2000-06-07 David Ponce <david@dponce.com> |
2651 | |
2652 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2653 commands. Require `wid-edit' at run-time. | |
2654 | |
2655 2000-06-07 David Ponce <david@dponce.com> | |
2656 | |
2657 * recentf.el: Added some "Commentary". | |
2658 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2659 move the point at the top of the file list. This behaviour is | |
2660 consistent with the menu one when the list contains a lot of | |
2661 files. | |
2662 (recentf-cleanup): Now displays the number of items removed from | |
2663 the list. | |
2664 (recentf-relative-filter) New menu filter to show filenames | |
2665 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
|
2666 |
29498 | 2667 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2668 | |
2669 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2670 with/without giving an error if PostScript printer doesn't have this | |
2671 kind of page size. Zebra Stripe continues or restarts on next page. | |
2672 Manual/automatic paper feeding. Switch or not the header. | |
2673 (ps-print-version): New version number (5.2.2). | |
2674 (ps-windows-system): Include emx as a Windows system. | |
2675 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2676 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2677 (ps-background-text): Code fix. | |
2678 (ps-error-handler-message, ps-user-defined-prologue) | |
2679 (ps-print-prologue-header, ps-printer-name) | |
2680 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2681 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2682 (ps-use-face-background): Customization fix. | |
2683 (ps-n-up-database): Data fix. | |
2684 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2685 (ps-switch-header): New vars. | |
2686 (ps-xemacs-color-name, ps-face-foreground-name) | |
2687 (ps-face-background-name, ps-boolean-constant): New funs. | |
2688 | |
29491 | 2689 2000-06-07 Dave Love <fx@gnu.org> |
2690 | |
2691 * allout.el: New version from Manheimer. | |
2692 | |
29483 | 2693 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2694 | |
2695 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2696 charset. | |
2697 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2698 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
|
2699 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2700 * 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
|
2701 (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
|
2702 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
|
2703 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2704 |
29471 | 2705 2000-06-06 Dave Love <fx@gnu.org> |
2706 | |
2707 * image.el (find-image): Doc fix. Return nil if image not found. | |
2708 (put-image, insert-image): Make STRING arg optional. | |
2709 | |
29455 | 2710 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2711 | |
2712 * language/vietnamese.el: Remove eval-when-compile. | |
2713 (viet-viscii-nonascii-translation-table): Define it as a | |
2714 translation table made from viet-viscii-decode-table. | |
2715 (viet-viscii-encode-table): Define it as a translation table made | |
2716 from the reverse map of above. | |
2717 (viet-vscii-nonascii-translation-table): Define it as a | |
2718 translation table made from viet-vscii-decode-table. | |
2719 (viet-vscii-encode-table): Define it as a translation table made | |
2720 from the reverse map of above. | |
2721 (ccl-decode-viscii): Use translate-character. | |
2722 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2723 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2724 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2725 |
29455 | 2726 * language/cyrillic.el: Remove eval-when-compile. |
2727 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2728 translation table made from cyrillic-koi8-r-decode-table. | |
2729 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2730 made from the reverse map of above. | |
2731 (ccl-decode-koi8): Use translate-character. | |
2732 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2733 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2734 a translation table made from cyrillic-alternativnyj-decode-table. | |
2735 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2736 table made from the reverse map of above. | |
2737 (ccl-decode-alternativnyj): Use translate-character. | |
2738 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2739 Likewize | |
2740 | |
2741 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2742 translation table symbol instead of translation table itself. | |
2743 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2744 | |
2745 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2746 already exists, override it. | |
2747 | |
2748 * international/fontset.el: Use family `proportional' for Tibetan | |
2749 fonts. | |
2750 | |
2751 * international/ccl.el (ccl-compile-translate-character): Don't | |
2752 check if Rrr has property translation-table. | |
2753 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2754 | |
29447 | 2755 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2756 | |
2757 * info.el: Bind case-fold-search to t when searching in case | |
2758 a user sets it to nil in a hook. | |
2759 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2760 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2761 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2762 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2763 * 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
|
2764 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2765 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2766 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2767 (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
|
2768 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2769 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
|
2770 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2771 * 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
|
2772 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2773 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2774 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2775 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2776 * 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
|
2777 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2778 (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
|
2779 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2780 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2781 (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
|
2782 (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
|
2783 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2784 * 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
|
2785 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2786 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
|
2787 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2788 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2789 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2790 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2791 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2792 (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
|
2793 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2794 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2795 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
|
2796 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2797 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2798 * 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
|
2799 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2800 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
|
2801 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2802 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
|
2803 |
29447 | 2804 * 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
|
2805 tty's. |
29447 | 2806 * 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
|
2807 differences whenever appropriate. |
29447 | 2808 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2809 * 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
|
2810 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2811 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2812 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2813 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2814 * 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
|
2815 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2816 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2817 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
|
2818 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2819 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2820 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2821 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2822 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2823 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2824 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2825 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2826 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2827 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2828 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2829 (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
|
2830 (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
|
2831 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2832 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2833 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
|
2834 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2835 (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
|
2836 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2837 |
29403 | 2838 2000-06-02 Dave Love <fx@gnu.org> |
2839 | |
2840 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2841 all the widgets. Don't require cl or widget. Remove | |
2842 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2843 (widget-read-event): Removed. Callers changed to use read-event. | |
2844 (widget-button-release-event-p): Renamed from | |
2845 button-release-event-p. | |
2846 (widget-field-add-space, widget-field-use-before-change): | |
2847 Uncustomize. | |
2848 (widget-specify-field): Use keymap property, not local-map. | |
2849 (widget-specify-button): Obey :suppress-face. | |
2850 (widget-specify-insert): Use modern backquote syntax. | |
2851 (widget-image-directory): Renamed from widget-glyph-directory. | |
2852 (widget-image-enable): Renamed from widget-glyph-enable. | |
2853 (widget-image-find): Replaces widget-glyph-find. | |
2854 (widget-button-pressed-face): Move defvar. | |
2855 (widget-image-insert): Replaces widget-glyph-insert. | |
2856 (widget-convert): Use keywordp. | |
2857 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2858 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2859 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2860 (widget-button-click): Don't set point at the click, but re-centre |
2861 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2862 (widget-tabable-at): Use POS arg, not point. | |
2863 (widget-beginning-of-line, widget-end-of-line) | |
2864 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2865 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2866 (widget-default-create): Use widget-image-insert; some rewriting. | |
2867 (widget-visibility-value-create) | |
2868 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2869 widget-image-insert. | |
2870 (checkbox): Create on and off images dynamically. | |
2871 (documentation-link): Change :help-echo. | |
2872 (widget-documentation-link-echo-help): Remove. | |
2873 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2874 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2875 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2876 * 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
|
2877 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2878 * 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
|
2879 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2880 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2881 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2882 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2883 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2884 |
29383 | 2885 2000-06-02 Dave Love <fx@gnu.org> |
2886 | |
29392 | 2887 * files.el (convert-standard-filename): Doc fix. |
2888 (normal-backup-enable-predicate): New function. | |
2889 (backup-enable-predicate): Use it to replace the lambda form. | |
2890 | |
2891 * calendar/todo-mode.el: [This needs more work on the outline | |
2892 stuff.] Doc fixes. | |
2893 (todo) <defgroup>: Add :version. | |
2894 (todo-add-category): Don't use pushnew. | |
2895 (todo-cmd-raise): Fix typo. | |
2896 (todo-top-priorities): Change temp buffer name. | |
2897 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2898 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2899 Use outline-next-heading. |
29392 | 2900 |
29383 | 2901 * autoarg.el: Rewritten to use define-minor-mode. |
2902 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2903 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2904 | |
29376 | 2905 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2906 | |
2907 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2908 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2909 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2910 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2911 * 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
|
2912 (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
|
2913 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2914 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2915 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2916 |
29372 | 2917 2000-06-01 Dave Love <fx@gnu.org> |
2918 | |
2919 * hl-line.el: Rewritten using define-minor-mode. | |
2920 | |
2921 * help.el (describe-function-1): Distinguish special form from | |
2922 builtin function. Sanity-check presence of arglist for builtins. | |
2923 | |
29356 | 2924 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2925 | |
29365 | 2926 * international/characters.el: Fix syntax/category setting of |
2927 Tibetan characters. | |
2928 | |
2929 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2930 encoding of Tibetan characters. | |
2931 (tibetan-decompose-precomposition-alist): New variable. | |
2932 (tibetan-decompose-region): Convert precomposed characters to | |
2933 non-precomposed characters. | |
2934 (tibetan-decompose-string): Likewise. | |
2935 (tibetan-composition-function): Fix args to | |
2936 thibetan-compose-string. | |
2937 | |
2938 * language/tibetan.el (tibetan-composable-pattern): More | |
2939 characters included. | |
2940 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2941 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2942 "+R" added. | |
2943 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2944 | |
29359 | 2945 * language/lao-util.el (lao-composition-function): Fix args to |
2946 compose-string. | |
2947 | |
2948 * language/thai-util.el (thai-composition-function): Fix args to | |
2949 compose-string. | |
2950 | |
29356 | 2951 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2952 to prevent the point moving to the end of a composition when a |
2953 part of a composition is searched. | |
29356 | 2954 (isearch-other-meta-char): If the key invoking this command can be |
2955 mapped by function-key-map to a printing char, call | |
2956 isearch-process-search-char directly. | |
2957 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2958 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2959 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2960 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2961 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2962 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2963 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2964 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2965 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2966 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2967 * 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
|
2968 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2969 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2970 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
|
2971 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2972 * 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
|
2973 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2974 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
|
2975 |
29347 | 2976 2000-05-31 Dave Love <fx@gnu.org> |
2977 | |
2978 * loadhist.el (loadhist-hook-functions): Remove | |
2979 before-change-function, after-change-function. | |
2980 (unload-feature): Deal with symbols which are both bound and | |
2981 fbound. | |
2982 | |
2983 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2984 before-change-function, after-change-function. | |
2985 | |
2986 * simple.el (newline): Don't bind before-change-function, | |
2987 after-change-function. | |
2988 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2989 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
|
2990 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2991 * 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
|
2992 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
|
2993 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
|
2994 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
|
2995 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2996 * 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
|
2997 |
29330 | 2998 2000-05-31 Dave Love <fx@gnu.org> |
2999 | |
3000 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
3001 pattern for function of change. | |
3002 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
3003 acknowledgements patterns. | |
3004 | |
29328 | 3005 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
3006 | |
3007 * isearch.el (isearch-printing-char): If keyboard coding system is | |
3008 being used, call isearch-process-search-multibyte-characters. | |
3009 | |
3010 * international/isearch-x.el: Mostly rewritten. | |
3011 | |
3012 * international/quail.el (quail-start-conversion): Don't include | |
3013 unhandled events in the returned events, but set them in | |
3014 unread-command-events. Exit if all inputs are deleted. | |
3015 | |
29324 | 3016 2000-05-30 Jason Rumney <jasonr@gnu.org> |
3017 | |
3018 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
3019 | |
3020 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
3021 Reenable code to create initial fontsets. | |
3022 Use set-fontset-font in place of put-charset-property. | |
3023 | |
29302 | 3024 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
3025 | |
29307 | 3026 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
3027 label, ensure that the first colon isn't followed by another. | |
3028 | |
3029 * paths.el (Info-default-directory-list): Doc fix. | |
3030 | |
29304 | 3031 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
3032 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
3033 send a query containing USER only, not USER@HOST. | |
3034 | |
29302 | 3035 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
3036 and rmail-msgend to compute the restriction at the end, instead of | |
3037 computing it. | |
3038 | |
29292 | 3039 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
3040 | |
29295 | 3041 * dabbrev.el (dabbrev-expand): Don't display messages in the |
3042 echo area if the minibuffer window is active. | |
3043 | |
29292 | 3044 * jit-lock.el (jit-lock-mode): Add after change function to |
3045 local hook. | |
3046 | |
3047 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
3048 | |
3049 * antlr-mode.el: New commands: hide/unhide actions, | |
3050 upcase/downcase literals. | |
3051 (antlr-tiny-action-length): New user option. | |
3052 (antlr-hide-actions): New command. Suggested by | |
3053 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
|
3054 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 3055 (antlr-mode-menu): New entries. |
3056 (antlr-downcase-literals): New command. | |
3057 (antlr-upcase-literals): Ditto. | |
3058 | |
3059 * antlr-mode.el: Minor changes: indendation, mode-name. | |
3060 (antlr-indent-line): Indent cpp directive at column 0. | |
3061 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
3062 | |
3063 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
3064 (antlr-font-lock-additional-keywords): Workaround for intentional | |
3065 bug in XEmacs version of font-lock. | |
3066 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
3067 be used by a smarter version of `buffers-menu-grouping-function'. | |
3068 | |
3069 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
3070 | |
3071 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
3072 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
3073 | |
29266 | 3074 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3075 | |
3076 * international/encoded-kb.el | |
3077 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3078 charset-iso-final-char return -1 for eight-bit-control and | |
3079 eight-bit-graphic. | |
3080 | |
29261 | 3081 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3082 | |
3083 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3084 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3085 available, instead of window-system. | |
3086 | |
29259 | 3087 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3088 | |
3089 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3090 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3091 coding systems. | |
3092 | |
29248 | 3093 2000-05-26 Dave Love <fx@gnu.org> |
3094 | |
29255 | 3095 * disp-table.el (standard-display-underline): Don't use |
3096 internal-find-face. | |
3097 | |
29248 | 3098 * mail/reporter.el: Maintainer change. Doc fixes. |
3099 (reporter-version): Deleted. | |
3100 | |
3101 * emacs-lisp/elp.el: Maintainer change. | |
3102 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3103 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3104 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3105 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3106 * 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
|
3107 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3108 |
29240 | 3109 2000-05-26 Dave Love <fx@gnu.org> |
3110 | |
29242 | 3111 * loadhist.el (unload-feature): Fix interactive spec [from |
3112 lijnzaad@ebi.ac.uk]. | |
3113 | |
29240 | 3114 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3115 subr-arity to check primitives. | |
3116 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3117 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3118 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3119 mapcar. | |
3120 | |
29226 | 3121 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3122 | |
29235 | 3123 * international/fontset.el: Set family names of non-latin charsets |
3124 in default fontset to "*". | |
3125 | |
29230 | 3126 * international/mule-diag.el (print-fontset): Combine family part |
3127 and registry part of the fontname by "-*-" instead of "-". | |
3128 | |
29226 | 3129 * international/mule-cmds.el (encode-coding-char): Make strings |
3130 multibyte before calling encode-coding-string. | |
3131 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3132 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3133 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3134 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3135 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3136 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3137 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3138 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3139 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3140 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3141 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3142 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3143 * 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
|
3144 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3145 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3146 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3147 (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
|
3148 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3149 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3150 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3151 |
29214 | 3152 2000-05-25 Dave Love <fx@gnu.org> |
3153 | |
3154 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3155 byte-code-function-p. | |
3156 | |
3157 * mail/rmailsum.el: Add provide. | |
3158 | |
3159 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3160 | |
3161 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3162 defcustom. | |
3163 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3164 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
|
3165 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3166 * 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
|
3167 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
|
3168 |
29205 | 3169 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3170 | |
3171 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3172 grayscale support, not about window-system. | |
3173 | |
3174 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3175 window-system. | |
3176 (ffap-highlight): Always default to t. | |
3177 | |
3178 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3179 display-popup-menus-p instead of looking at window-system. | |
3180 | |
3181 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3182 Only refuse to use string glyphs on X and MS-Windows. | |
3183 | |
3184 * avoid.el: Remove window-system from commentary, suggest to use | |
3185 display-*-p instead. | |
3186 | |
3187 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3188 window-system. | |
3189 | |
29190 | 3190 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3191 | |
3192 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3193 Fill up unsupported characters with their own codes. From Kenichi | |
3194 Handa. | |
3195 | |
29188 | 3196 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3197 | |
3198 * international/mule-diag.el (describe-char-after): Use | |
3199 display-graphic-p instead of window-system, so that this function | |
3200 works on MS-DOS. | |
3201 | |
29181 | 3202 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3203 | |
3204 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3205 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3206 the list of charsets which we convert into `?'. | |
3207 | |
29169 | 3208 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3209 | |
3210 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3211 private charsets. | |
3212 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3213 japanese-jisx0213-2): New charsets. | |
3214 | |
3215 * international/fontset.el: Setup default fontset for new charsets. | |
3216 | |
29166 | 3217 2000-05-24 Dave Love <fx@gnu.org> |
3218 | |
3219 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3220 S. Solomin" <sovs@uic.nnov.ru>]. | |
3221 | |
3222 * icomplete.el: Fix header for Finder. | |
3223 | |
3224 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3225 | |
3226 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3227 STAY. | |
3228 | |
3229 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3230 (rmail-show-message): Add call to `rmail-auto-file' during | |
3231 display. | |
3232 (rmail-auto-file): New function. | |
3233 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3234 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
|
3235 |
29193 | 3236 * 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
|
3237 account. |
29193 | 3238 (ediff-test-utility,ediff-diff-mandatory-option) |
3239 (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
|
3240 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
|
3241 |
29193 | 3242 * 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
|
3243 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3244 |
29193 | 3245 * 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
|
3246 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3247 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3248 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
|
3249 |
29193 | 3250 * 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
|
3251 |
29159 | 3252 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3253 | |
3254 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3255 aliases for hebrew-iso-8bit. | |
3256 | |
29148 | 3257 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3258 | |
3259 * woman.el: New version from Francis J. Wright | |
3260 <F.J.Wright@Maths.QMW.ac.uk>. | |
3261 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3262 names in environment variables regardless of the path separator. | |
3263 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3264 on all files, since woman-file-regexp already filters out any | |
3265 directories. | |
3266 | |
29140 | 3267 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3268 | |
29144 | 3269 * international/quail.el (quail-start-translation): Don't change |
3270 modified-p of the current buffer. | |
3271 (quail-start-conversion): Likewise. | |
3272 | |
3273 * international/kkc.el (kkc-region): Don't change modified-p of | |
3274 the current buffer. | |
3275 | |
29142 | 3276 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3277 conform to RFC1468. | |
3278 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3279 |
29138 | 3280 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3281 | |
3282 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3283 (speedbar-insert-button): Invisible text property fix. | |
3284 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3285 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3286 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3287 (speedbar-page-minus): Renamed from speedbar-file-- | |
3288 (speedbar-page): Renamed from speedbar-file- | |
3289 (speedbar-tag): Renamed from speedbar-tag- | |
3290 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3291 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3292 (speedbar-expand-image-button-alist): Use above renames. | |
3293 | |
3294 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3295 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3296 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3297 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3298 * sb-pg.xpm: Renamed from sb-file.xpm | |
3299 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3300 * 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
|
3301 |
29128 | 3302 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3303 | |
3304 * international/quail.el (quail-show-guidance-buf): Set | |
3305 current-input-method of the guidance buffer to the name of the | |
3306 curren input method. | |
3307 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3308 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3309 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3310 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3311 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3312 * 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
|
3313 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3314 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3315 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3316 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3317 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3318 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3319 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3320 * 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
|
3321 |
29116 | 3322 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3323 | |
29127 | 3324 * startup.el (command-line): Determine source file of compiled |
3325 user init file differently. Warn if compiled user init file | |
3326 is older than its source file. | |
3327 | |
29116 | 3328 * 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
|
3329 |
29112 | 3330 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3331 | |
3332 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3333 rather than `|' (which is not allowed on Windows). Replace the | |
3334 drive letters with a string "drive_X". | |
3335 | |
29110 | 3336 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3337 | |
3338 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3339 | |
3340 * files.el (interpreter-mode-alist): Add `bash2'. | |
3341 | |
29091 | 3342 2000-05-22 Dave Love <fx@gnu.org> |
3343 | |
3344 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3345 mapc. | |
3346 (feature-file): Avoid calling symbol-name. Doc fix. | |
3347 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3348 (loadhist-hook-functions): Add mouse-position-function. | |
3349 (unload-feature): Change uses of mapcar. | |
3350 | |
3351 * files.el (parse-colon-path): Doc fix. | |
3352 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3353 (set-auto-mode): Use mapc. | |
3354 | |
3355 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3356 class. | |
3357 (partial-completion-mode): Add autoload cookie. | |
3358 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3359 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
|
3360 |
29102 | 3361 * 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
|
3362 `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
|
3363 |
29082 | 3364 2000-05-22 Dave Love <fx@gnu.org> |
3365 | |
3366 * bindings.el: Remove debug-ignored-errors set in other files. | |
3367 | |
3368 * progmodes/etags.el: Add to debug-ignored-errors. | |
3369 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3370 when making a new list. | |
3371 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3372 mapc. | |
3373 | |
3374 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3375 quote keywords. | |
3376 (cmpl-string-case-type): Use character classes. | |
3377 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3378 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3379 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3380 * imenu.el: |
29082 | 3381 * mail/mh-e.el: |
3382 * progmodes/compile.el: Add to debug-ignored-errors. | |
3383 | |
3384 * dabbrev.el: Add to debug-ignored-errors. | |
3385 (dabbrev-completion): Use mapc. | |
3386 | |
29075 | 3387 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3388 | |
3389 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3390 (woman-mapcan, woman-parse-man.conf) | |
3391 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3392 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3393 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3394 path syntax better. | |
3395 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3396 (woman-manpath): Call woman-parse-man.conf. | |
3397 (woman-emulation): New defcustom, defaults to nroff. | |
3398 (woman-font-support): New defconst. | |
3399 (woman-use-symbol-font): New defcustom. | |
3400 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3401 "Emulation". | |
3402 Many functions: Doc fix. | |
3403 | |
29072 | 3404 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3405 | |
3406 * international/quail.el (quail-simple-translation-keymap): Map | |
3407 128..255 to quail-self-insert-command. | |
3408 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3409 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3410 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3411 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3412 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3413 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3414 * 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
|
3415 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3416 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3417 * 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
|
3418 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3419 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3420 * 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
|
3421 |
29059 | 3422 2000-05-21 Dave Love <fx@gnu.org> |
3423 | |
29061 | 3424 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3425 are invalid characters. | |
3426 | |
29059 | 3427 * international/mule-util.el (detect-coding-with-priority): Use |
3428 mapc. Remove redundant lambda. | |
3429 | |
3430 * international/mule-diag.el (list-non-iso-charset-chars) | |
3431 (describe-fontset): Remove redundant lambda. | |
3432 | |
3433 * emulation/crisp.el (brief-mode): New alias. | |
3434 | |
3435 * emacs-lisp/ring.el (ring-elements): New function. | |
3436 | |
3437 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3438 (easy-menu-do-add-item): Use keywordp. | |
3439 | |
3440 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3441 | |
3442 * replace.el: Doc and error message fixes. | |
3443 (replace-highlight): Use facep, not internal-find-face. | |
3444 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3445 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3446 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3447 * 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
|
3448 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3449 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3450 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3451 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3452 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3453 (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
|
3454 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3455 (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
|
3456 (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
|
3457 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3458 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3459 (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
|
3460 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3461 (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
|
3462 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3463 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3464 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3465 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3466 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3467 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3468 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3469 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3470 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3471 (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
|
3472 (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
|
3473 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3474 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
|
3475 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3476 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3477 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3478 |
29029 | 3479 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3480 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3481 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3482 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3483 | |
29028 | 3484 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3485 | |
3486 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3487 and insert, not subst-char-in-region. | |
3488 | |
3489 * international/mule-diag.el (list-character-sets-1): Handle | |
3490 charsets eight-bit-control and eight-bit-graphic. | |
3491 (list-iso-charset-chars): Likewise. | |
3492 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3493 charactes as is. Use indent-to to align characters. | |
3494 | |
3495 * international/mule-cmds.el (find-multibyte-characters): Never | |
3496 exclude charsets eight-bit-control and eight-bit-graphic. | |
3497 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3498 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3499 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3500 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3501 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3502 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3503 * 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
|
3504 |
28993 | 3505 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3506 | |
3507 * gud.el (gud-jdb-directories): Doc fix. | |
3508 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3509 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3510 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3511 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3512 |
28988 | 3513 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3514 | |
28993 | 3515 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3516 |
28982 | 3517 2000-05-18 Andreas Schwab <schwab@suse.de> |
3518 | |
3519 * dired.el (dired-between-files): Also skip lines beginning with | |
3520 `used'. | |
3521 | |
28978 | 3522 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3523 | |
3524 * msb.el (msb-menu-cond): Add choice `user'. | |
3525 | |
28981 | 3526 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
|
3527 |
28981 | 3528 * ps-print.el: Compatibility, customization and doc fix. |
3529 (ps-printer-name-option): Replace defconst by defvar. | |
3530 (ps-postscript-code-directory): XEmacs compatibility. | |
3531 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3532 fix. | |
3533 (ps-user-defined-prologue, ps-print-prologue-header) | |
3534 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3535 compatibility and code fix. | |
3536 (ps-print-background-image, ps-print-background-text): | |
3537 Customization fix. | |
3538 (ps-line-number-start, ps-n-up-on): New vars. | |
3539 | |
28978 | 3540 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3541 | |
3542 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3543 the indent-comment function to just return the appropriate indent. | |
3544 | |
28975 | 3545 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3546 | |
3547 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3548 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3549 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3550 | |
28969 | 3551 2000-05-18 Dave Love <fx@gnu.org> |
3552 | |
3553 * info.el (Info-fontify-node): Add intangible property as well as | |
3554 invisible. | |
3555 | |
3556 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3557 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3558 | |
28965 | 3559 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3560 | |
3561 * international/mule-diag.el (describe-char-after): Call | |
3562 internal-char-font, not char-font. If internal-char-font returns | |
3563 nil, display "-- none --". | |
3564 | |
28959 | 3565 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3566 | |
3567 * image.el (image-type-available-p): Don't reference image-types | |
3568 if it isn't bound. | |
3569 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3570 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3571 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3572 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3573 |
28954 | 3574 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3575 | |
3576 * startup.el (command-line-1): Don't signal an error if the | |
3577 directory for auto-save-list files does not yet exist. | |
3578 | |
28950 | 3579 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3580 | |
3581 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3582 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3583 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3584 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3585 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3586 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3587 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
|
3588 |
28981 | 3589 * 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
|
3590 |
28942 | 3591 2000-05-16 Dave Love <fx@gnu.org> |
3592 | |
3593 * cus-edit.el: Don't require cl or easymenu. | |
3594 (custom-variable-prompt): Test standard-value property, not | |
3595 user-variable-p. | |
3596 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3597 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
|
3598 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3599 * 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
|
3600 |
28939 | 3601 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3602 | |
3603 * startup.el (command-line-1): Mention the FAQ in the startup | |
3604 message. | |
3605 | |
3606 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3607 | |
3608 * progmodes/compile.el (compilation-parse-errors): Collect | |
3609 `nomessage' regexps last. | |
3610 | |
3611 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3612 | |
3613 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3614 to the function name. | |
3615 | |
28926 | 3616 2000-05-15 Dave Love <fx@gnu.org> |
3617 | |
3618 * speedbar.el (speedbar-recenter): Typo. | |
3619 (speedbar-expand-line): Make arg optional. | |
3620 (speedbar-mode): Avoid a compiler warning. | |
3621 | |
28924 | 3622 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3623 | |
3624 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3625 user-specified option string is empty. | |
3626 | |
3627 * mouse.el (mouse-yank-at-click): Doc fix. | |
3628 | |
28921 | 3629 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3630 | |
3631 * term/internal.el (IT-character-translations): More updates of | |
3632 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3633 documents. | |
3634 | |
28919 | 3635 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3636 | |
3637 * env.el (getenv): New function, interactively callable. | |
3638 (setenv, getenv): Remove autoload cookies. | |
3639 | |
3640 * loadup.el: Load `env'. | |
3641 | |
3642 * progmodes/f90.el: Change author's mail address. | |
3643 | |
28908 | 3644 2000-05-14 Dave Love <fx@gnu.org> |
3645 | |
28911 | 3646 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3647 goto-addr as an option. | |
3648 | |
3649 * help.el (help-xref-stack): Doc fix. | |
3650 (help-xref-following): New variable. | |
3651 (help-make-xrefs): Use it. | |
3652 (help-xref-go-back): Use position information from stack element. | |
3653 (help-follow): Make position in stack element a pair. Use | |
3654 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3655 |
28911 | 3656 * autoarg.el: New file. |
3657 | |
3658 * faces.el: Declare more functions obsolete. | |
3659 | |
28908 | 3660 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3661 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3662 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3663 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3664 Remove all the setup-...-environment functions. | |
3665 | |
28903 | 3666 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3667 | |
28919 | 3668 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3669 >= when detecting. Require `defimage' safely. | |
28903 | 3670 (speedbar-easymenu-definition-base): Add toggle for images. |
3671 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3672 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3673 (speedbar-reconfigure-keymaps-hook): New variable. | |
3674 (speedbar-frame-parameters): Updated documentation. | |
3675 (speedbar-use-imenu-flag): Updated custom tag | |
3676 (speedbar-dynamic-tags-function-list): New variable. | |
3677 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3678 (speedbar-indentation-width, speedbar-indentation-width) New |
3679 variables. | |
3680 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3681 (speedbar-vc-indicator): Doc update. |
3682 (speedbar-ignored-path-expressions): Updated default value. | |
3683 (speedbar-supported-extension-expressions): Updated default value. | |
3684 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3685 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3686 as "+". Added overlay aliases. | |
3687 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3688 `force-mode-line-update'. | |
3689 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3690 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3691 `mouse-set-point' | |
28903 | 3692 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3693 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3694 of arbitrary text, and new helper functions. | |
3695 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3696 filename finder. | |
28903 | 3697 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3698 (speedbar-directory-buttons): Update path search/expansion. | |
3699 (speedbar-make-tag-line): Pay attention to | |
28919 | 3700 `speedbar-indentation-width'. Use more care w/ invisible |
3701 properties. | |
28903 | 3702 (speedbar-change-expand-button-char): Call |
3703 `speedbar-insert-image-button-maybe'. | |
3704 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3705 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3706 (speedbar-trim-words-tag-hierarchy) | |
3707 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3708 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3709 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3710 functions. | |
28903 | 3711 (speedbar-mouse-set-point): New function |
3712 (speedbar-power-click): Updated documentation. | |
28919 | 3713 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3714 of tag prefix text. | |
3715 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3716 to strange text. | |
3717 (speedbar-expand-line): Takes universal argument to flush the | |
3718 cache. | |
28903 | 3719 (speedbar-flush-expand-line): New function. |
3720 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3721 Use new generator insertion method. | |
3722 (speedbar-fetch-dynamic-tags): New function. | |
3723 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3724 `speedbar-fetch-dynamic-imenu'. | |
3725 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3726 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3727 "Revert Buffer" menu items. | |
3728 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3729 filename tag (for expansion purposes.). | |
28919 | 3730 (speedbar-highlight-one-tag-line, |
3731 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3732 (speedbar-recenter): New functions. | |
28903 | 3733 (defimage-speedbar): Image loading abstraction. |
28919 | 3734 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3735 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3736 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3737 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3738 (speedbar-expand-image-button-alist): New variable. |
3739 (speedbar-insert-image-button-maybe): Insert an image over some | |
3740 buttons. | |
3741 | |
28894 | 3742 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3743 | |
3744 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3745 character is always encodable. | |
3746 | |
3747 * international/mule-conf.el: Add more information in descriptions | |
3748 of character sets. | |
3749 | |
28965 | 3750 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3751 (describe-font-internal): Adjusted for the change of font-info. |
3752 (describe-font): Likewise. | |
3753 (print-fontset): Rewritten for the new fontset implementation. | |
3754 (describe-fontset): Include fontset alias names in completion. | |
3755 (list-fontsets): Adjusted for the change of print-fontset. | |
3756 | |
28895 | 3757 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3758 describe-char-after instead of displaying the detail in the echo | |
3759 area. | |
28965 | 3760 (syntax-code-table): Format changed. |
3761 (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
|
3762 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3763 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3764 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3765 * 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
|
3766 |
28890 | 3767 2000-05-12 Dave Love <fx@gnu.org> |
3768 | |
3769 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3770 dependence. Use line-{beginning,end}-position, not | |
3771 point-at{b,e}ol. Some doc fixes. | |
3772 (todo-position): New function. Fix callers of position to use it. | |
3773 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3774 | |
28885 | 3775 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3776 | |
3777 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3778 | |
28893 | 3779 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3780 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3781 |
28882 | 3782 2000-05-11 Dave Love <fx@gnu.org> |
3783 | |
28888 | 3784 * calendar/todo-mode.el: New file. |
28882 | 3785 |
28870 | 3786 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3787 | |
28881 | 3788 * comint.el (comint-read-input-ring): Move reference to |
3789 comint-input-ring-size outside of the save-excursion. It was | |
3790 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
|
3791 |
28875 | 3792 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3793 address on request from him. | |
3794 | |
28870 | 3795 * subr.el (substitute-key-definition): Add comment describing |
3796 the meaning of PREFIX. | |
3797 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3798 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3799 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3800 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3801 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3802 * 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
|
3803 (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
|
3804 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3805 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3806 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3807 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3808 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3809 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3810 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3811 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3812 * 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
|
3813 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3814 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3815 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3816 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3817 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3818 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3819 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3820 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3821 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3822 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3823 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3824 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3825 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3826 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3827 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3828 (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
|
3829 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3830 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3831 Handle comments. |
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 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3834 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3835 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3836 |
28845 | 3837 2000-05-09 Sam Steingold <sds@goems.com> |
3838 | |
3839 * apropos.el (apropos-print): use `describe-face' instead of | |
3840 `customize-face-other-window'. | |
3841 | |
28842 | 3842 2000-05-09 Dave Love <fx@gnu.org> |
3843 | |
3844 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3845 | |
3846 * help.el (describe-variable): Have customize button pop the | |
3847 help-xref stack when invoked. | |
3848 (help-xref-symbol-regexp): Add `face'. | |
3849 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3850 submatch numbers to cope. | |
3851 (help-xref-interned): Maybe insert face doc too. Separate | |
3852 sections with a line of hyphens. | |
3853 | |
28848 | 3854 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3855 (describe-face): Add customize button. Return the help |
3856 text. Fix prompt. | |
3857 | |
28839 | 3858 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3859 | |
3860 * term/internal.el (IT-character-translations): Fix last change. | |
3861 | |
28833 | 3862 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3863 | |
3864 * woman.el: New file | |
3865 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3866 | |
28829 | 3867 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3868 | |
28831 | 3869 * term/internal.el (IT-character-translations): Update ASCII |
3870 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3871 latin-iso8859-15. | |
3872 | |
28829 | 3873 * international/mule-cmds.el (set-language-info-alist): Call |
3874 define-prefix-command with 3 arguments, to make the map suitable | |
3875 for a menu. | |
3876 | |
28827 | 3877 2000-05-07 Dave Love <fx@gnu.org> |
3878 | |
30993 | 3879 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 3880 |
28825 | 3881 2000-05-05 Dave Love <fx@gnu.org> |
3882 | |
3883 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3884 list in doc string. Don't quote keyword symbols. | |
3885 * emacs-lisp/cl.el: Likewise | |
3886 * emacs-lisp/cl-seq.el: Likewise | |
3887 | |
28823 | 3888 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3889 | |
3890 * abbrev.el (abbrev-mode): Make ARG optional. | |
3891 | |
28812 | 3892 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3893 | |
28817 | 3894 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3895 | |
3896 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3897 | |
28812 | 3898 * subr.el (substitute-key-definition): Clarify documentation. |
3899 | |
3900 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3901 | |
3902 * glasses.el (glasses-convert-to-unreadable): Use | |
3903 `glasses-separator' instead of the hard-wired "_". | |
3904 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3905 place. | |
3906 | |
28808 | 3907 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3908 | |
3909 * term/internal.el (cjk-codepages-alist): Add associations for | |
3910 Chinese and Korean codepages. Remove FIXME comment. | |
3911 | |
28806 | 3912 2000-05-03 Dave Love <fx@gnu.org> |
3913 | |
3914 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3915 New option. | |
3916 (display-time-mail-icon): New variable. | |
3917 (display-time-string-forms): Use the above. Fix the local-map. | |
3918 | |
28795 | 3919 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3920 | |
28805 | 3921 * replace.el (query-replace-map): Add binding for `E'. |
3922 (query-replace-help): Extend help text. | |
3923 (perform-replace): Allow editing the replacement string. | |
3924 | |
3925 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3926 (makefile-mode): Set local abbrev table to | |
3927 makefile-mode-abbrev-table. | |
3928 (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
|
3929 |
28795 | 3930 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3931 set TOGGLE's value. | |
3932 | |
28805 | 3933 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3934 mail-interactive-insert-alias. | |
3935 (mail-abbrev-complete-alias): New command. | |
3936 (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
|
3937 |
28790 | 3938 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3939 | |
3940 * language/lao-util.el (lao-compose-region): New function. | |
3941 | |
28782 | 3942 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3943 | |
28789 | 3944 * files.el (recover-session): Make directories as necessary |
3945 if they don't exist yet. | |
3946 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3947 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3948 (french-calendar-multibyte-special-days-array) |
28782 | 3949 (french-calendar-special-days-array): Change French text. |
3950 (calendar-french-date-string): Change output. | |
3951 (calendar-goto-french-date): Likewise. | |
3952 | |
3953 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3954 | |
3955 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3956 (widget-documentation-string-value-create): Set `:always-active'. | |
3957 | |
28778 | 3958 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3959 | |
3960 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3961 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3962 (normal-top-level): Create the directory for auto-save files, if | |
3963 it doesn't already exist (in the ms-dos case only). | |
3964 | |
28775 | 3965 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3966 | |
3967 * international/mule-cmds.el (set-language-environment): Don't | |
3968 concat an integer (dos-codepage), use format instead. | |
3969 | |
28772 | 3970 2000-05-02 Dave Love <fx@gnu.org> |
3971 | |
3972 * help.el (help-xref-on-pp): Check for constant symbols. | |
3973 | |
28764 | 3974 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3975 | |
3976 * startup.el (normal-top-level): Put a condition-case around | |
3977 the code loading subdirs.el. | |
3978 | |
3979 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
|
3980 |
28764 | 3981 * ps-print.el: Upside-down and face background color printing, |
3982 line number step, doc fix. | |
3983 (ps-print-version): New version number (5.2). | |
3984 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3985 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3986 (ps-spool-config): Var fix. | |
3987 (ps-printer-name-option): Const fix. | |
3988 (ps-print-upside-down, ps-use-face-background) | |
3989 (ps-line-number-step): New vars. | |
3990 (ps-window-system, ps-lp-system): New consts. | |
3991 (ps-face-background): New fun. | |
3992 | |
28759 | 3993 2000-04-28 Richard Stallman <rms@gnu.org> |
3994 | |
3995 * files.el (make-auto-save-file-name): | |
3996 Apply auto-save-file-name-transforms to visited file name | |
3997 before generating auto save file name. | |
3998 (auto-save-file-name-transforms): New variable. | |
3999 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4000 * files.el (backup-enable-predicate): |
28759 | 4001 Correctly test for a file under a temporary directory. |
4002 | |
28751 | 4003 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
4004 | |
4005 * subr.el (add-minor-mode): Rewritten. | |
4006 | |
28749 | 4007 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
4008 | |
4009 * mail/sendmail.el (sendmail-send-it): Set | |
4010 buffer-file-coding-system to the selected coding system for MIME | |
4011 header. | |
4012 | |
28748 | 4013 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
4014 | |
4015 * dired.el (dired-move-to-filename-regexp): Allow format where | |
4016 YYYY is followed by two spaces. | |
4017 | |
4018 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
4019 in the second character class of the regexp. | |
4020 | |
4021 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
4022 mh-etc, too. | |
4023 | |
4024 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
4025 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
4026 |
28748 | 4027 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
4028 | |
4029 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
4030 argument. | |
4031 | |
4032 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
|
4033 |
28748 | 4034 * emacs-lisp/crm.el (crm-completion-table): New variable. |
4035 (crm-collection-fn, crm-test-completion) | |
4036 (completing-read-multiple): Use it. | |
4037 | |
28736 | 4038 2000-04-27 Dave Love <fx@gnu.org> |
4039 | |
4040 * help.el (locate-library): Use mapc. | |
4041 (help-manyarg-func-alist): Add call-process-region. | |
4042 | |
28724 | 4043 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
4044 | |
28729 | 4045 * subr.el (add-minor-mode): Make argument MAP optional. |
4046 | |
28724 | 4047 * desktop.el (desktop-save): Save list of minor modes. |
4048 (desktop-create-buffer): Restore minor modes. | |
4049 (desktop-minor-mode-table): New user-option. | |
4050 | |
4051 * subr.el (add-minor-mode): New function. | |
4052 | |
4053 * image.el (find-image): New function. | |
4054 (defimage): Rewritten to find image at load time. | |
4055 | |
4056 * startup.el (normal-top-level-add-to-load-path): Handle | |
4057 case that the default directory is not in load-path. | |
4058 | |
4059 * help.el: Old patch from Stefan Monnier. | |
4060 (help-xref-on-pp): New function. | |
4061 (describe-variable): Use it to display xrefs in a symbol's value. | |
4062 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4063 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4064 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4065 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4066 |
28713 | 4067 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
4068 | |
28715 | 4069 * mail/rmail.el (rmail-expunge): When there are no deleted |
4070 messages, do nothing. | |
28713 | 4071 |
28712 | 4072 2000-04-26 Dave Love <fx@gnu.org> |
4073 | |
4074 * international/mule-cmds.el (locale-translation-file-name): | |
4075 Defvar to nil. | |
4076 (set-locale-environment): Set it here (at runtime). | |
4077 | |
28710 | 4078 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4079 | |
4080 * replace.el (perform-replace): Add parameters START and END. Use | |
4081 them instead of the check for a region in Transient Mark mode. | |
4082 (query-replace-read-args): Return two more list elements for the | |
4083 start and end of the region in Transient Mark mode. | |
4084 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4085 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4086 optional last arguments START and END and pass them to | |
4087 perform-replace. | |
4088 | |
4089 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4090 form with additional arguments for perform-replace. | |
4091 | |
4092 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4093 and END. Construct a form with additional arguments for | |
4094 perform-replace. | |
4095 | |
4096 * simple.el (shell-command): Set default directory for "*Shell | |
4097 Command Output" buffer. | |
4098 | |
4099 * language/european.el (iso-latin-4): Fix typo. | |
4100 | |
4101 * emacs-lisp/crm.el: New file. | |
4102 | |
28701 | 4103 2000-04-24 Dave Love <fx@gnu.org> |
4104 | |
4105 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4106 (Custom-reset-saved, Custom-reset-standard) | |
4107 (custom-group-value-create, custom-group-set, custom-group-save) | |
4108 (custom-group-reset-current, custom-group-reset-saved) | |
4109 (custom-group-reset-standard): Use mapc. | |
4110 (custom-buffer-create-internal): Disable undo when creating items. | |
4111 Use mapc. | |
4112 (custom-face): Avoid redundant lambda. | |
4113 | |
28699 | 4114 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4115 | |
4116 * startup.el (auto-save-list-file-prefix): Set default to | |
4117 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4118 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4119 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4120 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4121 * 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
|
4122 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4123 |
28695 | 4124 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4125 | |
4126 * frame.el (scrolling): New group. | |
4127 (automatic-hscrolling): New user-option. | |
4128 | |
4129 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4130 `--line-spacing'. | |
4131 | |
28668 | 4132 2000-04-19 Dave Love <fx@gnu.org> |
4133 | |
4134 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4135 (cl-mapc): Rename from mapc. Fix the funcall. | |
4136 | |
28653 | 4137 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4138 | |
28660 | 4139 * simple.el (clone-indirect-buffer-other-window): New command. |
4140 (clone-indirect-buffer): Add optional arg NORECROD. | |
4141 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4142 | |
28658 | 4143 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4144 | |
4145 * window.el (count-screen-lines): New function. | |
4146 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4147 instead of window-buffer-height. | |
4148 | |
4149 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4150 non-existing variable comint-input-sentinel. | |
4151 (inferior-lisp-args-to-list): Removed. | |
4152 (inferior-lisp): Use split-string instead of | |
4153 inferior-lisp-args-to-list. | |
4154 | |
4155 * hexl.el (hexl-insert-hex-string): New command. | |
4156 | |
28653 | 4157 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4158 instead of concat. | |
4159 | |
28634 | 4160 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4161 | |
4162 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4163 at the start of an existing but empty folder. | |
4164 | |
4165 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4166 | |
4167 * ps-mule.el: Customization fix, doc fix. | |
4168 (ps-multibyte-buffer): Customization fix. | |
4169 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4170 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4171 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4172 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4173 |
28626 | 4174 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4175 | |
4176 * textmodes/texinfo.el (texinfo-insert-@email) | |
4177 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4178 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4179 (texinfo-mode-map): Add key bindings for them. | |
4180 | |
4181 * files.el (basic-save-buffer-2): Use a template with `$' | |
4182 instead of `#' for VMS. | |
4183 | |
4184 * simple.el (clone-indirect-buffer): New function. | |
4185 | |
28621 | 4186 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4187 | |
4188 * iswitchb.el (iswitchb-case): New function. If the user input | |
4189 contains any upper-case characters, the search is made | |
4190 case-sensitive. | |
4191 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4192 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4193 |
28621 | 4194 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4195 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4196 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4197 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4198 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4199 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4200 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4201 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
|
4202 (texinfo-environments): New var. |
28621 | 4203 (texinfo-environment-regexp): Use regexp-opt and |
4204 texinfo-environments. | |
4205 | |
4206 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4207 ispell-process is bound since this might be eval'd before ispell | |
4208 is loaded. | |
4209 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4210 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
|
4211 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4212 * 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
|
4213 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4214 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4215 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4216 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4217 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4218 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4219 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4220 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4221 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4222 |
28602 | 4223 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4224 | |
4225 * 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
|
4226 |
28602 | 4227 * ps-print.el: Fix counting lines in a region. |
4228 (ps-print-version): New version number (5.1.5). | |
4229 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4230 (ps-printing-region): Fun code fix. | |
4231 | |
28600 | 4232 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4233 | |
4234 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4235 to file-directory-p. | |
4236 | |
28591 | 4237 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4238 | |
4239 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4240 exists before calling directory-files. | |
4241 | |
28578 | 4242 2000-04-13 Dave Love <fx@gnu.org> |
4243 | |
4244 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4245 syntax. | |
4246 | |
4247 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4248 | |
4249 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4250 (cl-old-mapc): New variable. | |
4251 (mapc): Use it. | |
4252 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4253 next-property-change. | |
4254 (cl-map-overlays): Use with-current-buffer. | |
4255 (cl-expt): Remove. | |
4256 (copy-tree, remprop): Define unconditionally. | |
4257 | |
4258 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4259 | |
4260 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4261 to use keywordp. | |
4262 (edebug-spec): Enable keywordp. | |
4263 | |
4264 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4265 string-lessp. | |
4266 | |
4267 * cus-start.el: Use keywordp. | |
4268 | |
28577 | 4269 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4270 | |
4271 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4272 2000-02-18 by doing a save-excursion. | |
4273 | |
4274 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4275 | |
4276 * ps-print.el: Customization fix, doc fix. | |
4277 (ps-print-version): New version number (5.1.4). | |
4278 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4279 (ps-print-preprint): Adjust code. | |
4280 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4281 (ps-print-prologue-header, ps-print-control-characters) | |
4282 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4283 |
28564 | 4284 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4285 | |
4286 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4287 converted to the new menu-item format, names silightly changed, | |
4288 help strings added. | |
4289 | |
4290 Support for spelling without async subprocesses: | |
4291 | |
4292 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4293 (ispell-session-buffer): New variables. | |
4294 (ispell-start-process, ispell-process-status, | |
4295 ispell-accept-output, ispell-send-string): New functions, for | |
4296 Ispell invocation when async subprocesses aren't supported. | |
4297 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4298 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4299 to process-send-string with calls to ispell-send-string, and | |
4300 accept-process-output with ispell-accept-output. | |
4301 (ispell-init-process): Call ispell-process-status instead of | |
4302 process-status with. | |
4303 (ispell-init-process): Call ispell-start-process. Call | |
4304 ispell-accept-output and ispell-send-string. Don't call | |
4305 process-kill-without-query and kill-process if they are unbound. | |
4306 (ispell-async-processp): New function. | |
4307 | |
28560 | 4308 2000-04-12 Dave Love <fx@gnu.org> |
4309 | |
4310 * info.el: Add debug-ignored-errors. | |
4311 (Info-mode-menu): Add some items. | |
4312 (Info-directory): Add autoload cookie. | |
4313 | |
4314 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4315 Modify `truncate-lines'. Make `describe-language-environment' | |
4316 always visible and add help. Modify `describe-key' help. Invoke | |
4317 Info-directory from `info'. New entry `emacs-manual'. | |
4318 | |
28542 | 4319 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4320 | |
28549 | 4321 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4322 propertized-buffer-identification. | |
4323 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4324 (ebrowse--mode-strings): Removed. | |
4325 (ebrowse--mode-line-props): Removed. | |
4326 | |
28542 | 4327 * files.el (auto-mode-alist): Add `EBROWSE'. |
4328 | |
4329 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4330 space before testing for end of buffer. | |
4331 (ebrowse-load): Removed. | |
4332 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4333 (ebrowse-create-tree-buffer): Rewritten. | |
4334 (ebrowse-tree-mode): Read tree from buffer. | |
4335 | |
4336 * progmodes/ebrowse-ffh.el: Removed. | |
4337 | |
28535 | 4338 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4339 | |
4340 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4341 | |
28534 | 4342 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4343 | |
4344 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4345 at the wrong place. | |
4346 | |
28783 | 4347 2000-04-09 Dave Love <fx@gnu.org> |
4348 | |
4349 * files.el (backup-enable-predicate): Use | |
4350 temporary-file-directory, small-temporary-file-directory. | |
4351 (make-backup-file-name-function, backup-directory-alist): New | |
4352 variables. | |
4353 (make-backup-file-name-1): New function. | |
4354 (make-backup-file-name): Use it. | |
4355 (find-backup-file-name): Likewise. Use format for clarity, not | |
4356 concat. | |
4357 (file-newest-backup): Use make-backup-file-name. | |
4358 | |
28523 | 4359 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4360 | |
28530 | 4361 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4362 |
28530 | 4363 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4364 to ebrowse-ffh.el. | |
4365 (ebrowse-load): Add autoload. | |
4366 | |
4367 * finder.el (finder-commentary): Add autoload cookie. | |
4368 | |
28523 | 4369 * mail/rfc2368.el: Correct author's email address. |
4370 | |
4371 * progmodes/ebrowse.el: New file. | |
4372 | |
4373 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4374 item help string. | |
4375 (easy-menu-do-add-item): Ditto. | |
4376 (easy-menu-define): Extend doc string. | |
4377 | |
4378 * jit-lock.el (with-buffer-unmodified): Use | |
4379 restore-buffer-modified-p. | |
4380 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4381 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4382 with-buffer-unmodified. | |
4383 | |
28517 | 4384 2000-04-08 Dave Love <fx@gnu.org> |
4385 | |
4386 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4387 unless, when. | |
4388 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4389 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
|
4390 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4391 * 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
|
4392 (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
|
4393 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
|
4394 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4395 |
28506 | 4396 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4397 | |
4398 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4399 like C-r. | |
4400 | |
4401 * progmodes/make-mode.el: Some doc fixes. | |
4402 (makefile-mode-abbrev-table): New variable. | |
4403 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4404 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4405 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4406 | |
4407 * replace.el (perform-replace): Don't move forward one char | |
4408 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4409 to do that because it leaves point 1 position after the last | |
4410 replacement, after everything has been replaced. | |
4411 | |
4412 * jit-lock.el (with-buffer-unmodified): New macro. | |
4413 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4414 modified state. | |
4415 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4416 preserving buffer's modified state. | |
4417 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4418 jit-lock-function-1. | |
4419 | |
4420 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4421 | |
28499 | 4422 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4423 | |
4424 * glasses.el: Provide facilities for inserting space before left | |
4425 parentheses and uncapitalization of identifiers. | |
4426 (glasses-mode): Try to remove old overlays in all cases. | |
4427 | |
28485 | 4428 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4429 | |
28496 | 4430 * progmodes/compile.el (compile-internal): Display the compilation |
4431 buffer in a different frame, if it's already displayed there. | |
4432 | |
28494 | 4433 * mail/rfc2368.el: New file. |
4434 | |
28492 | 4435 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4436 header and insert its value as mail body. | |
4437 | |
4438 * subr.el (member-ignore-case): New function. | |
4439 | |
4440 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4441 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4442 from dabbrev-ignored-regexps. | |
4443 | |
28485 | 4444 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4445 to extensions handled by gzip. | |
4446 | |
28492 | 4447 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4448 | |
4449 * files.el (insert-directory): List the total free space | |
4450 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4451 |
28492 | 4452 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4453 line is followed by one that matches CITATION-REGEXP, end the | |
4454 paragraph. | |
4455 | |
4456 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4457 | |
4458 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4459 (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
|
4460 |
28474 | 4461 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4462 | |
4463 * international/mule-cmds.el (encoded-string-description): | |
4464 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4465 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4466 for hexadecimal format. | |
28474 | 4467 |
28468 | 4468 2000-04-01 Dave Love <fx@gnu.org> |
4469 | |
4470 * cpp.el: Change customization group to `c' from `C'. | |
4471 | |
4472 * vcursor.el (vcursor-move): Use display-color-p. | |
4473 | |
4474 * international/mule-util.el: Provide mule-utils. | |
4475 (string-to-sequence): Simplify and speed up. | |
4476 | |
4477 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4478 | |
4479 * international/mule-cmds.el: Various menu changes. | |
4480 (describe-specified-language-support): Handle `Default'. | |
4481 (set-language-info): Purecopy `info'. | |
4482 | |
28462 | 4483 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4484 | |
4485 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4486 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
|
4487 |
28445 | 4488 2000-03-31 Dave Love <fx@gnu.org> |
4489 | |
28452 | 4490 * help.el (help-manyarg-func-alist): Correct several omissions. |
4491 | |
28450 | 4492 * add-log.el: Don't require cl, fortran. |
4493 (add-log-current-defun-function): Doc fix. | |
4494 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4495 fix. | |
4496 (change-log-version-rcs): Function deleted. | |
4497 (change-log-version-number-search): Doc fix. Use | |
4498 vc-workfile-version. Avoid CL dolist. | |
4499 (add-change-log-entry): Just call add-log-current-defun to get | |
4500 defun. Simplify somewhat. | |
4501 (change-log-get-method-definition-1): Likewise. | |
4502 (add-log-current-defun): Return nil if calling | |
4503 add-log-current-defun-function does so. Move Fortran stuff to | |
4504 fortran.el. Return string without properties. | |
4505 | |
28445 | 4506 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4507 and :alpha: char classes. | |
4508 | |
4509 * mail/supercite.el: Defvar curline when compiling. | |
4510 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4511 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4512 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4513 | |
28444 | 4514 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4515 | |
4516 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4517 | |
4518 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4519 Re-enable new code. | |
4520 | |
4521 * lpr.el (print-region-1): Use -d to specify printer name for | |
4522 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4523 | |
4524 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
|
4525 |
28444 | 4526 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4527 for function definition in symbol's function value slot first | |
4528 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
|
4529 |
28435 | 4530 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4531 | |
4532 * language/european.el ("Polish"): New language environment. | |
4533 (setup-polish-environment): New function. | |
4534 | |
28424 | 4535 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4536 | |
4537 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4538 Disable new code. | |
4539 | |
4540 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4541 trying to `load' the symbol of an autoload instead of the file | |
4542 recorded in the autoload. Fix error messages. | |
4543 | |
28429 | 4544 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4545 | |
4546 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4547 (ps-print-version): New version number (5.1.3). | |
4548 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4549 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4550 (ps-generate-postscript-with-faces): Code fix. | |
4551 (ps-color-values): XEmacs compatibility. | |
4552 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4553 (ps-default-fg, ps-default-bg): Adjust customization. | |
4554 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4555 (ps-color-scale): Renaming old ps-color-value fun. | |
4556 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4557 with ps-print-header variable. | |
4558 (ps-print-miscellany): New group. | |
4559 (ps-format-color, ps-rgb-color): New funs. | |
4560 (ps-default-foreground): New var. | |
4561 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4562 |
28416 | 4563 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4564 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4565 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4566 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4567 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4568 (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
|
4569 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4570 |
28416 | 4571 * lisp/locate.el: |
4572 (locate-word-at-point): Added this function | |
4573 (locate): Default to using locate-word-at-point as input | |
4574 Run dired-mode-hook | |
4575 | |
28405 | 4576 2000-03-29 Dave Love <fx@gnu.org> |
4577 | |
4578 * calendar/appt.el: Doc fixes. | |
4579 (appt-check): Convert min-to-app to a string before passing to | |
4580 appt-disp-window-function or concat. | |
4581 (appt-delete-window): Remove test for frame-root-window. | |
4582 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4583 | |
4584 * emacs-lisp/bytecomp.el: Doc fixes. | |
4585 (byte-compile-file-form-autoload): Update | |
4586 byte-compile-function-environment. | |
4587 | |
28403 | 4588 2000-03-29 Andreas Schwab <schwab@suse.de> |
4589 | |
4590 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4591 specially. | |
4592 | |
4593 * dired.el (dired-insert-directory): If dired-free-space-program | |
4594 failed just delete its output. | |
4595 | |
28395 | 4596 2000-03-29 Dave Love <fx@gnu.org> |
4597 | |
4598 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4599 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4600 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4601 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4602 clarity. | |
4603 | |
4604 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4605 | |
28377 | 4606 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4607 | |
4608 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4609 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4610 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4611 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4612 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4613 * 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
|
4614 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4615 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4616 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4617 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4618 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4619 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4620 |
28326 | 4621 2000-03-26 Dave Love <fx@gnu.org> |
4622 | |
28331 | 4623 * net/browse-url.el (browse-url): Re-fix case of |
4624 browse-url-browser-function being an alist. | |
4625 (browse-url): Add :link to defgroup. | |
4626 | |
28326 | 4627 * files.el: Doc fixes. |
4628 (file-truename): Include `[' in wildcard characters. | |
4629 (automount-dir-prefix): Customize. | |
4630 (find-file-wildcards): Add :version. | |
4631 (find-file-noselect): Simplify a mapcar call. | |
4632 | |
4633 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4634 compatible with inf-lisp version. | |
4635 (eval-defun-1): Fix custom-declare-variable case. | |
4636 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4637 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4638 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4639 * 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
|
4640 |
28303 | 4641 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4642 | |
28308 | 4643 * Makefile (COMPILE_FIRST): New macro. |
4644 (compile-files): Compile files from COMPILE_FIRST first. | |
4645 | |
4646 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4647 code. | |
4648 | |
28303 | 4649 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4650 matching open parenthesis in column 0 to defun-prompt-regexp | |
4651 only if open-paren-in-column-0-is-defun-start is set. | |
4652 | |
4653 * sun-curs.el: Require CL at compile-time only. | |
4654 | |
4655 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4656 instead of copy-list which is a function from CL. | |
4657 (msb--choose-menu, msb--mode-menu-cond) | |
4658 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4659 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4660 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4661 `(' in column 0 in doc string. | |
4662 (msb--add-separators): Use mapcar instead of mapcan. | |
4663 | |
4664 * cus-dep.el: Require CL at compile-time only. | |
4665 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4666 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4667 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4668 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4669 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4670 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4671 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4672 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4673 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4674 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4675 (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
|
4676 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4677 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4678 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4679 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4680 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4681 |
28292 | 4682 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4683 | |
4684 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4685 (rmail-expunge): Ask for confirmation depending on the setting | |
4686 of rmail-confirm-expunge. | |
4687 | |
4688 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4689 | |
4690 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4691 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4692 cause a bootstrap failure because things don't autoload as | |
4693 expected. | |
4694 | |
28289 | 4695 2000-03-23 Dave Love <fx@gnu.org> |
4696 | |
4697 * net/browse-url.el: Restore previous use of | |
4698 browse-url-maybe-new-window. | |
4699 | |
28287 | 4700 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4701 | |
4702 * ps-print.el: Skip banner page fix. | |
4703 (ps-print-version): New version number (5.1.2). | |
4704 (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
|
4705 |
28287 | 4706 2000-03-23 Dave Pearson <davep@davep.org> |
4707 | |
4708 * net/quickurl.el Changed the type of parameter passed to the | |
4709 function defined by `quickurl-format-function'. Before only the | |
4710 text of the URL was passed. Now the whole URL structure is passed | |
4711 and the function is responsible for extracting the parts it | |
4712 requires. Changed the default of `quickurl-format-function' | |
4713 accordingly. | |
4714 (quickurl-insert): Changed the `funcall' of | |
4715 `quickurl-format-function' to match the above change. | |
4716 (quickurl-list-insert): Changed the `url' case so that it makes | |
4717 use of `quickurl-format-function', previous to this the format was | |
4718 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4719 |
28283 | 4720 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4721 | |
4722 * startup.el: Change some spellings for the X Window System. | |
4723 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4724 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4725 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4726 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4727 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
|
4728 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4729 |
28276 | 4730 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4731 | |
4732 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4733 | |
28267 | 4734 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4735 | |
4736 * ps-print.el: N-up last page fix. | |
4737 (ps-print-version): New version number (5.1.1). | |
4738 (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
|
4739 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4740 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4741 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4742 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4743 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4744 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4745 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4746 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4747 * 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
|
4748 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4749 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4750 (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
|
4751 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
|
4752 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
|
4753 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4754 (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
|
4755 (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
|
4756 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4757 (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
|
4758 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4759 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4760 * 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
|
4761 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4762 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4763 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4764 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4765 * 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
|
4766 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4767 (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
|
4768 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4769 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4770 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4771 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4772 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4773 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4774 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4775 (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
|
4776 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
|
4777 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4778 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
|
4779 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4780 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4781 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4782 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4783 * 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
|
4784 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4785 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4786 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
|
4787 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4788 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4789 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4790 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4791 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
|
4792 (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
|
4793 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4794 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4795 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4796 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4797 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4798 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4799 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4800 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4801 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4802 |
28246 | 4803 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4804 | |
4805 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4806 (custom-button-pressed-face): Likewise. | |
4807 | |
28244 | 4808 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4809 | |
4810 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4811 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4812 depending on the value of tags-case-fold-search. | |
4813 (tags-loop-continue): Use tags-loop-eval. | |
4814 (find-tag-in-order): Bind case-fold-search depending on the value | |
4815 of tags-case-fold-search. | |
4816 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4817 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4818 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4819 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4820 (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
|
4821 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4822 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4823 (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
|
4824 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4825 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4826 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4827 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4828 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4829 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4830 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4831 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4832 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4833 * 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
|
4834 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4835 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4836 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4837 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4838 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4839 |
28233 | 4840 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4841 | |
4842 * term/x-win.el: Fontsets related initialization is simplified. | |
4843 | |
4844 * international/mule-diag.el (describe-font): Don't refer to | |
4845 global-fontset-alist, instead call font-list. | |
4846 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4847 (print-fontset): Adjusted for the change of fontset | |
4848 implementation. | |
4849 | |
4850 * international/fontset.el (x-charset-registries): Variable | |
4851 removed, instead the corresponding data is stored in the default | |
4852 fontset. | |
4853 (register-alternate-fontnames): Function removed. | |
4854 (resolved-ascii-font): Variable removed. | |
4855 (x-compose-font-name): Ignore the second argument REDOCE. | |
4856 (x-complement-fontset-spec): Complement only an ASCII font and | |
4857 element for those charsets than can use that ASCII font. | |
4858 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4859 instead call fontset-list. | |
4860 (uninstantiated-fontset-alist): Variable removed. | |
4861 (x-style-funcs-alist): Likewise. | |
4862 (fontset-default-styles): Likewise. | |
4863 (x-modify-font-name): Function removed. | |
4864 (create-fontset-from-fontset-spec): Ignore the argument | |
4865 STYLE-VARIANT. | |
4866 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4867 change. | |
4868 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4869 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4870 |
28233 | 4871 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4872 (describe-face): Include `font' attribute in the description. | |
4873 | |
28219 | 4874 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4875 | |
4876 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4877 | |
28209 | 4878 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4879 | |
28212 | 4880 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4881 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4882 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
|
4883 |
28209 | 4884 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4885 about behavior of set-buffer-modified-p wrt redisplay. | |
4886 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4887 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4888 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4889 * 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
|
4890 |
28194 | 4891 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4892 | |
4893 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4894 is a string, convert it to a syntax cell using string-to-syntax. | |
4895 | |
4896 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4897 (string-to-syntax): New function. | |
4898 | |
4899 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4900 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4901 try to use passive ftp mode. |
28194 | 4902 |
28189 | 4903 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4904 | |
28209 | 4905 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4906 |
4907 * simple.el (append-to-buffer): Update point of windows after | |
4908 insertion. | |
4909 | |
4910 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4911 forward then moving backward. Reindent. | |
4912 | |
4913 * frame.el (other-frame): Call x-focus-frame only if | |
4914 focus-follows-mouse is off. | |
4915 | |
28185 | 4916 2000-03-17 Dave Love <fx@gnu.org> |
4917 | |
4918 * pcvs-util.el (cvs-strings->string): Rename | |
4919 replace-regexps-in-string. | |
4920 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4921 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4922 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4923 * 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
|
4924 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4925 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4926 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4927 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4928 |
28174 | 4929 2000-03-16 Dave Love <fx@gnu.org> |
4930 | |
4931 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4932 `fortran'. | |
4933 (f90-mode-hook): Customize. | |
4934 (f90-mode): Set add-log-current-defun-function. | |
4935 (f90-current-defun): New function. | |
4936 | |
28169 | 4937 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4938 | |
28173 | 4939 * cus-edit.el (custom-variable-tag-face): Handle case that |
4940 default face's height is not a number. | |
4941 (custom-face-tag-face, custom-group-tag-face-1) | |
4942 (custom-group-tag-face): Ditto. | |
4943 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4944 |
28169 | 4945 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4946 | |
28161 | 4947 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4948 | |
4949 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4950 requiring easymenu. | |
4951 | |
28155 | 4952 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4953 | |
4954 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4955 handler, doc fix. | |
4956 (ps-print-version): New version number (5.1). | |
4957 (ps-user-defined-prologue, ps-error-handler-message) | |
4958 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4959 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4960 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4961 |
28150 | 4962 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4963 | |
4964 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4965 invalid self-assignment code. |
28150 | 4966 |
28149 | 4967 2000-03-14 Dave Love <fx@gnu.org> |
4968 | |
4969 * subr.el (replace-regexp-in-string): Renamed from | |
4970 replace-regexps-in-string. Doc fix. | |
4971 | |
28131 | 4972 2000-03-12 Dave Love <fx@gnu.org> |
4973 | |
4974 * cus-edit.el: Doc fixes. | |
4975 (customize-set-variable, customize-save-variable): Rename args for | |
4976 doc. | |
4977 (custom-variable-tag-face, custom-face-tag-face) | |
4978 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4979 style which user identify as hyperlink. | |
4980 (hook): Don't add undefined functions to the hook. | |
4981 (debug-ignored-errors): Transfer message from bindings.el. | |
4982 | |
28120 | 4983 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4984 | |
4985 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4986 double/nested definition. | |
4987 | |
28114 | 4988 2000-03-12 Dave Love <fx@gnu.org> |
4989 | |
4990 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4991 * enriched.el (enriched-decode-foreground): Likewise. | |
4992 (enriched-decode-background): Likewise. | |
4993 * isearch.el (isearch-highlight): Likewise. | |
4994 * info-look.el (info-lookup): Likewise. | |
4995 * simple.el (completion-setup-function): Likewise. | |
4996 | |
4997 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4998 :options. | |
4999 | |
5000 * bindings.el (mode-line-format): Fix line-number and | |
5001 column-number items. Add help-echo for the background. | |
5002 (mode-line-mule-info): Modify help-echo. | |
5003 | |
5004 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
5005 defcustom. | |
5006 | |
5007 * files.el (load-file): Allow completion to .elc. | |
5008 | |
5009 * man.el: Doc fixes. | |
5010 (Man-init-defvars): Use display-color-p to set fontification. | |
5011 | |
5012 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
5013 | |
28109 | 5014 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5015 | |
5016 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
5017 | |
5018 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
5019 | |
28098 | 5020 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
5021 | |
5022 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
5023 Fix comment. | |
5024 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5025 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5026 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5027 * 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
|
5028 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5029 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5030 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5031 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5032 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5033 * 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
|
5034 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5035 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
5036 * 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
|
5037 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
|
5038 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5039 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5040 * 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
|
5041 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5042 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5043 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
5044 |
28084 | 5045 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
5046 | |
5047 * textmodes/texinfo.el (texinfo-version): Variable and function | |
5048 removed. | |
5049 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5050 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5051 |
28114 | 5052 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
5053 allow more flexibility. | |
5054 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
5055 fns. | |
5056 (easy-mmode-defmap, easy-mmode-defsyntax) | |
5057 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
5058 |
28085 | 5059 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 5060 |
5061 * rect.el (replace-rectangle): New function. | |
5062 | |
5063 2000-03-09 Dave Love <fx@gnu.org> | |
5064 | |
5065 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
5066 "C". | |
5067 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
5068 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
5069 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
5070 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
5071 fortran-comment-line-start here. Set comment-start, | |
5072 add-log-current-defun. | |
5073 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
5074 (fortran-current-defun): New function. | |
5075 | |
28073 | 5076 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5077 | |
28077 | 5078 * emacs-lisp/re-builder.el: New file. |
5079 | |
28076 | 5080 * mouse.el (mouse-drag-region): Don't run up-event handler |
5081 if hscroll has changed. | |
5082 | |
28073 | 5083 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5084 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5085 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5086 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5087 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5088 `(defun (setf foo)' differently. |
5089 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5090 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5091 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5092 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5093 (regexp-opt): Update comment and adapt the code the new meaning of |
5094 the `paren' argument of regex-opt-group for shy-groups. | |
5095 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5096 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5097 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5098 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5099 Remove open-presuf and close-presuf. Instead of checking for `all |
5100 one-char' and then later on check for `several one-char', handle | |
5101 both cases close together. Also apply a more generic algorithm | |
5102 for suffixes (the mirror image of the algorithm used for | |
5103 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5104 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5105 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5106 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5107 from comint-mode-map, so we can just inherit from it. Also, move |
5108 the initialization into the `defvar' since there's no docstring | |
5109 anyway and it's fairly short. | |
5110 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5111 shorter and this way we inherit from comint-mode-map rather than | |
5112 copying it. | |
5113 | |
5114 * subr.el (replace-regexps-in-string): Properly handle the case | |
5115 where we match an empty string. | |
5116 | |
5117 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5118 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
|
5119 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5120 |
28046 | 5121 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5122 | |
28051 | 5123 * Makefile (compile-files): Compile files one by one because |
5124 that's the only way to ensure a clean compilation environment for | |
5125 each individual file. | |
5126 | |
28046 | 5127 * frame.el (other-frame): Call x-focus-frame. |
5128 | |
28040 | 5129 2000-03-07 Dave Love <fx@gnu.org> |
5130 | |
28043 | 5131 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5132 :require to defcustom. | |
5133 | |
28040 | 5134 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5135 lists. | |
5136 | |
5137 * files.el (auto-mode-alist): Add configure.in. | |
5138 | |
5139 * progmodes/autoconf.el: New file. | |
5140 | |
28034 | 5141 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5142 | |
5143 * mail/mh-e.el: Change maintainer to `none'. | |
5144 | |
5145 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5146 to remove-hook and add-hook. | |
5147 | |
5148 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5149 | |
28035 | 5150 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5151 it as the default. |
28035 | 5152 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5153 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5154 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5155 |
28024 | 5156 2000-03-07 Dave Love <fx@gnu.org> |
5157 | |
5158 * winner.el: Fix keywords, autoload cookies. Split | |
5159 eval-when-compile form to avoid compilation failure. | |
5160 | |
28017 | 5161 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5162 | |
5163 * international/mule.el: Modify comment about coding system | |
5164 property `coding-category'. | |
5165 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5166 coding-category property of PROPERTIES. | |
5167 | |
5168 * international/mule-conf.el (coding-category-utf-8, | |
5169 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5170 categories. Include them in the argument for set-coding-priority. | |
5171 | |
5172 * international/mule-cmds.el (reset-language-environment): Include | |
5173 coding-category-utf-8, coding-category-utf-16-be, and | |
5174 coding-category-utf-16-le in the argument for set-coding-priority. | |
5175 (reset-language-environment): Initialize coding-category-utf-8, | |
5176 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5177 | |
28014 | 5178 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5179 | |
5180 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5181 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5182 extensions as well as compression extensions. | |
5183 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5184 |
27976 | 5185 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5186 | |
5187 * strokes.el: Change maintainer's mail address. | |
5188 | |
27972 | 5189 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5190 | |
5191 * international/mule-diag.el (list-character-sets): Make help-echo | |
5192 string by substitute-command-keys. | |
5193 (list-character-sets): Likewise. | |
5194 (sort-listed-character-sets): Call help-setup-xref. | |
5195 | |
27965 | 5196 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5197 | |
5198 * time.el (display-time-mail-file): Add `none' to the list of | |
5199 choices. | |
5200 | |
27954 | 5201 2000-03-01 Dave Love <fx@gnu.org> |
5202 | |
27959 | 5203 * help.el (help-xref-go-back): Don't try to set position. |
5204 | |
27954 | 5205 * international/mule-diag.el (list-character-sets): Call |
5206 help-setup-xref. Add help-echo to xrefs. | |
5207 (list-character-sets-1): Add help-echo to xrefs. | |
5208 | |
27949 | 5209 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5210 | |
5211 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5212 the mode off. | |
5213 | |
5214 * add-log.el (add-log-current-defun): Add support for | |
5215 Autoconf mode. | |
5216 | |
5217 * mail/rmail.el (rmail-quit-hook): New variable. | |
5218 | |
27931 | 5219 2000-03-01 Dave Love <fx@gnu.org> |
5220 | |
27935 | 5221 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5222 | |
27931 | 5223 * help.el (help-xref-button): Add help-echo arg. |
5224 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5225 | |
5226 * faces.el (list-faces-display): Supply help-echo with | |
5227 help-make-xrefs. | |
5228 | |
5229 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5230 nil. | |
5231 | |
27919 | 5232 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5233 | |
27927 | 5234 * image.el (defimage): Look for image files in load-path. |
5235 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5236 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5237 `number'. |
5238 | |
27927 | 5239 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5240 | |
5241 * recentf.el (recentf): Added version tag to the defgroup of | |
5242 recentf. | |
5243 | |
5244 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5245 | |
5246 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5247 too. | |
5248 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5249 action to select/unselect a file. | |
5250 (recentf-edit-list): Code cleanup and improvement. | |
5251 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5252 widget action to open a file. | |
5253 (recentf-open-more-files): No more use standard completion but | |
5254 widgets. | |
5255 (recentf-more-collection): Deleted. | |
5256 (recentf-more-history): Deleted. | |
5257 (recentf-setup-more-completion): Deleted. | |
5258 | |
5259 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5260 | |
5261 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5262 under a window-system. | |
5263 | |
5264 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5265 | |
5266 * recentf.el (recentf-edit-list): New command to edit the recent | |
5267 list which allow the user to remove files. | |
5268 (recentf-edit-selected-items): New global variable, used by | |
5269 `recentf-edit-list' to hold the list of files to be removed from | |
5270 the recent list. | |
5271 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5272 menu item. Minor code cleanup. | |
5273 | |
5274 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5275 | |
5276 * recentf.el (recentf-open-more-files): New command to open files | |
5277 that are not displayed in the menu. | |
5278 (recentf-more-collection): New global variable holding the set of | |
5279 permissible completions used by `recentf-open-more-files'. | |
5280 (recentf-more-history): New global variable holding the history list | |
5281 used by `recentf-open-more-files' completion. | |
5282 (recentf-setup-more-completion): New function to setup completion for | |
5283 `recentf-open-more-files'. | |
5284 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5285 | |
5286 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5287 | |
5288 * recentf.el (recentf-menu-action): Doc fixed. | |
5289 | |
5290 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5291 | |
5292 * recentf.el (recentf-menu-filter): Doc updated. | |
5293 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5294 (recentf-make-menu-items): New menu filter handling. | |
5295 (recentf-make-menu-item): New helper function. | |
5296 (recentf-menu-elements): New menu handling function. | |
5297 (recentf-sort-ascending): Updated to new menu filter handling. | |
5298 (recentf-sort-descending): Updated to new menu filter handling. | |
5299 (recentf-sort-basenames-ascending): New menu filter function. | |
5300 (recentf-sort-basenames-descending): New menu filter function. | |
5301 (recentf-show-basenames): New menu filter function. | |
5302 (recentf-show-basenames-ascending): New menu filter function. | |
5303 (recentf-show-basenames-descending): New menu filter function. | |
5304 | |
27919 | 5305 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5306 | |
5307 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5308 the end of the buffer. | |
5309 | |
27911 | 5310 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5311 | |
5312 * international/mule-diag.el (list-character-sets): Completely | |
5313 rewritten. | |
5314 (sort-listed-character-sets): New function. | |
5315 (list-character-sets-1): Completely rewritten. | |
5316 (list-character-sets-2): New function. | |
5317 (non-iso-charset-alist): New variable. | |
5318 (decode-codepage-char): New function. | |
5319 (charset-history): New variable. | |
5320 (read-charset) (list-block-of-chars) | |
5321 (list-iso-charset-chars) | |
5322 (list-non-iso-charset-chars) | |
5323 (list-charset-chars): New functions. | |
5324 (mule-diag): Call list-character-sets-2, not | |
5325 list-character-sets-2. | |
5326 (dump-charsets): Likewise. | |
5327 | |
27910 | 5328 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5329 | |
27919 | 5330 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5331 file name characters. | |
5332 (dired-filename-at-point): Handle ange-ftp file names. | |
5333 | |
27910 | 5334 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5335 instead of assoc-delete-all. | |
5336 (frame-notice-user-settings): Ditto. | |
5337 | |
5338 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5339 Don't copy alist. | |
5340 | |
27906 | 5341 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5342 | |
5343 * calculator.el (calculator-use-menu): New option. | |
5344 (calculator-initial-bindings): Changed some bindings to work as | |
5345 macros. | |
5346 (calculator-forced-input): Removed. | |
5347 (calculator-restart-other-mode): New variable. | |
5348 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5349 |
27906 | 5350 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5351 | |
5352 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5353 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5354 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5355 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
|
5356 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5357 * 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
|
5358 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
|
5359 (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
|
5360 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
|
5361 * 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
|
5362 * 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
|
5363 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
|
5364 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
|
5365 * 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
|
5366 * 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
|
5367 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5368 |
27898 | 5369 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5370 | |
5371 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5372 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5373 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5374 face-font-family-alternatives from working. | |
5375 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5376 chosen font. | |
5377 | |
27873 | 5378 2000-02-25 Sam Steingold <sds@goems.com> |
5379 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5380 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5381 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5382 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5383 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5384 |
5385 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5386 | |
27856 | 5387 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5388 | |
5389 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5390 writable. | |
5391 | |
27868 | 5392 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5393 |
27847 | 5394 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5395 | |
5396 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5397 | |
27845 | 5398 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5399 | |
5400 * diary-lib.el (include-other-diary-files): Undo the selective | |
5401 display in any included file and don't kill it. | |
5402 | |
27841 | 5403 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5404 | |
5405 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5406 bar. Menu items converted to (menu-item format, help strings | |
5407 added. | |
5408 [downcase, upcase]: Don't enable on MS-DOS. | |
5409 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5410 bound. | |
5411 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5412 | |
27825 | 5413 2000-02-23 Dave Love <fx@gnu.org> |
5414 | |
27838 | 5415 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5416 (backward-kill-word): Revert addition of * to interactive spec -- | |
5417 it's a feature. | |
5418 | |
5419 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5420 (backward-kill-sentence, kill-sentence): Likewise. | |
5421 | |
27835 | 5422 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5423 scratch buffer name. | |
5424 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5425 slightly. | |
5426 | |
5427 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5428 new read-face-name. | |
5429 | |
5430 * mail/footnote.el (footnote): Add :version to defgroup. | |
5431 (footnote-section-tag-regexp): Customize. | |
5432 (footnote-start-tag, footnote-end-tag): New option. | |
5433 (footnote-latin-regexp): New variable. | |
5434 (Footnote-latin): New function. | |
5435 (footnote-style-alist): Add element for latin style. | |
5436 (footnote-style): Moved. | |
5437 (Footnote-goto-footnote): Use eq to test arg. | |
5438 | |
5439 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5440 | |
27825 | 5441 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5442 (byte-compile-trueconstp): Include keywords. | |
5443 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5444 byte-compile-const-symbol-p. | |
5445 (byte-optimize-char-before): New optimization. | |
5446 | |
5447 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5448 (byte-compile-const-symbol-p): New function. | |
5449 (byte-compile-constp, byte-compile-out-toplevel) | |
5450 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5451 Use it. | |
5452 | |
5453 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5454 | |
27813 | 5455 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5456 | |
27815 | 5457 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5458 and minor-mode-map-alist. | |
5459 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5460 codes SS2 and SS3 correctly. | |
5461 (encoded-kbd-self-insert-ccl): New function. | |
5462 (encoded-kbd-setup-keymap): New function. | |
5463 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5464 by calling encoded-kbd-setup-keymap. | |
5465 | |
27813 | 5466 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5467 characters. | |
5468 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5469 locally. | |
5470 | |
27811 | 5471 2000-02-22 Dave Love <fx@gnu.org> |
5472 | |
5473 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5474 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5475 defvar. | |
5476 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5477 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5478 classes. Match `defface'. | |
5479 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5480 (eval-defun-1): Fix for defcustom. | |
5481 (lisp-indent-region): Doc fix. | |
5482 | |
5483 * subr.el (when, unless, split-string): Doc fix. | |
5484 (read-passwd): Move call of clear-this-command-keys to the right | |
5485 place. | |
5486 (replace-regexps-in-string): New function. | |
5487 | |
27807 | 5488 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5489 | |
5490 * help.el (describe-variable): Set syntax table to | |
5491 emacs-lisp-mode-syntax-table when moving forward over the | |
5492 symbol's name. | |
5493 | |
27805 | 5494 2000-02-22 Dave Love <fx@gnu.org> |
5495 | |
5496 * xt-mouse.el: Doc fixes. | |
5497 (xterm-mouse-position-function): New function, replacing advice of | |
5498 mouse-position. | |
5499 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5500 | |
5501 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5502 | |
27794 | 5503 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5504 | |
5505 * format.el (format-annotate-single-property-change): Handle | |
5506 properties.with dotted-list values. | |
5507 (format-proper-list-p): New function. | |
5508 | |
5509 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5510 . COLOR) and (background-color . COLOR). | |
5511 | |
27788 | 5512 2000-02-20 Dave Love <fx@gnu.org> |
5513 | |
5514 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5515 and assignments to it. | |
5516 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5517 current local map. | |
5518 (make-flyspell-overlay): Use it. | |
5519 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5520 | |
5521 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5522 (lm-get-header-re): Defun, not defsubst. | |
5523 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5524 (lm-version): Doc fix. Simplify. | |
5525 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5526 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5527 (lm-verify, lm-synopsis): Simplify. | |
5528 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5529 | |
27785 | 5530 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5531 | |
5532 * dired.el (dired-mode): Call propertized-buffer-identification | |
5533 to set mode-line-buffer-identification to something having | |
5534 the right text properties. | |
5535 | |
5536 * bindings.el (propertized-buffer-identification): New function. | |
5537 | |
27777 | 5538 2000-02-20 Dave Love <fx@gnu.org> |
5539 | |
5540 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5541 check for t-mouse too. | |
5542 | |
5543 * cus-start.el: Make echo-keystrokes `number'. | |
5544 | |
27776 | 5545 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5546 | |
5547 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5548 Don't call ring-empty-p unless tags-location-ring is bound. | |
5549 From Noah Friedman <friedman@splode.com>. | |
5550 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5551 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5552 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5553 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5554 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5555 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5556 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5557 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5558 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5559 (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
|
5560 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
|
5561 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5562 |
27757 | 5563 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5564 | |
5565 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5566 | |
27749 | 5567 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5568 | |
27754 | 5569 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5570 | |
27749 | 5571 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5572 of `*' to handle `(* ... *)' comments. | |
5573 | |
27732 | 5574 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5575 | |
27737 | 5576 * 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
|
5577 window-system. |
27737 | 5578 |
27732 | 5579 * menu-bar.el (global-map): Menu-bar items converted to the new |
5580 format (menu-item..., rearranged for better CUA compliance, and | |
5581 their names changed for better clarity. Help strings added. | |
5582 | |
5583 * international/mule-cmds.el (mule-menu-keymap) | |
5584 (describe-language-environment-map, set-coding-system-map) | |
5585 (setup-language-environment-map): Convert to new (menu-item... | |
5586 form, add help strings. Change names of menu items for better | |
5587 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5588 submenu). | |
5589 | |
27729 | 5590 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5591 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5592 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5593 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5594 |
27717 | 5595 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5596 |
27717 | 5597 * faces.el: Don't require custom. Add more specific :groups to |
5598 various deffaces. | |
5599 (set-face-attribute): Purecopy args. | |
5600 (read-face-name): Default to name at point and use it in prompt. | |
5601 Remove colon from arg in all callers. | |
5602 (list-faces-display): Hyperlink to face descriptions and customize | |
5603 buffers. | |
5604 | |
27712 | 5605 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5606 | |
5607 * wid-edit.el (widget-match-inline): An atom never matches a | |
5608 list. | |
5609 | |
27707 | 5610 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5611 | |
27713 | 5612 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5613 at ':' characters by call to split-string. | |
27707 | 5614 |
5615 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5616 | |
27713 | 5617 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5618 |
5619 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5620 | |
27713 | 5621 * textmodes/bibtex.el: Some temporary comments removed. |
5622 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5623 explicit. | |
5624 (bibtex-field-const): Allow capital letters. | |
5625 (bibtex-start-of-string): Deleted because unused. | |
5626 | |
5627 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5628 use the term 'reference' to describe a bibtex entry as a whole. | |
5629 Further, reference keys are no longer called 'labels'. | |
5630 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5631 (bibtex-reformat-previous-labels): Renamed to | |
5632 bibtex-reformat-previous-reference-keys. | |
5633 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5634 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5635 (bibtex-reference-maybe-empty-head): Renamed to | |
5636 bibtex-entry-maybe-empty-head. | |
5637 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5638 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5639 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5640 bibtex-enclosing-entry-maybe-empty-head. | |
5641 (bibtex-entry-field-alist, bibtex-entry-head, | |
5642 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5643 bibtex-map-entries, bibtex-search-entry, | |
5644 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5645 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5646 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5647 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5648 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5649 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5650 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5651 |
5652 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5653 | |
27713 | 5654 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5655 comment. | |
5656 (bibtex-format-field-delimiters): New function, functionality | |
5657 extracted from bibtex-format-entry. | |
5658 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5659 extracted from bibtex-autokey-get-yearfield. | |
5660 | |
5661 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5662 entries in order to avoid stack overflow in the regexp matcher if | |
5663 field contents become large. | |
5664 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5665 bibtex-field-string-part-not-braced, | |
5666 bibtex-field-string-part-no-inner-braces, | |
5667 bibtex-field-string-part-1-inner-brace, | |
5668 bibtex-field-string-part-2-inner-braces, | |
5669 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5670 bibtex-field-string-quoted, bibtex-field-string, | |
5671 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5672 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5673 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5674 as parsing is now performed by the following functions. | |
5675 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5676 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5677 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5678 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5679 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5680 bibtex-search-forward-field, bibtex-search-backward-field, | |
5681 bibtex-start-of-field, bibtex-end-of-field, | |
5682 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5683 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5684 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5685 bibtex-parse-string, bibtex-search-forward-string, | |
5686 bibtex-search-backward-string, bibtex-start-of-string, | |
5687 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5688 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5689 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5690 entries. Instead of reporting the results of the parsing by | |
5691 match-beginning or match-end, these functions return data structures | |
5692 that hold the corresponding positions. | |
5693 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5694 return values rather than by match-beginning or match-end. The | |
5695 following functions have been adapted to use the new parsing | |
5696 functions. | |
5697 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5698 bibtex-enclosing-field, bibtex-format-entry, | |
5699 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5700 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5701 bibtex-print-help-message, bibtex-end-of-entry, | |
5702 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5703 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5704 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5705 method for parsing. | |
5706 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5707 bibtex-map-entries, bibtex-flash-head, | |
5708 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5709 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5710 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5711 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5712 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5713 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5714 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5715 order to make the new binding of case-fold-search immediately | |
5716 visible. | |
27707 | 5717 |
5718 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5719 | |
27713 | 5720 * textmodes/bibtex.el: Copyright notice is up to date. |
5721 Added constant 'bibtex-maintainer-salutation. | |
5722 | |
5723 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5724 than make-temp-name, use match-string-no-properties and eliminate | |
5725 a quadratic behavior when building bibtex-strings. | |
5726 | |
5727 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5728 reference key contains upper case letters. | |
27707 | 5729 |
5730 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5731 | |
27713 | 5732 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5733 a new line. | |
27707 | 5734 |
5735 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5736 | |
27713 | 5737 * bibtex.el: Hiding of entry bodies is not longer provided by |
5738 bibtex.el directly. Instead the hideshow package can be used. | |
5739 Added a special bibtex entry to hs-special-modes-alist. | |
5740 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5741 |
5742 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5743 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5744 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5745 at ':' characters by call to split-string. |
27729 | 5746 |
5747 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5748 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5749 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5750 |
5751 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5752 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5753 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5754 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5755 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5756 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5757 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5758 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5759 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5760 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
|
5761 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5762 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5763 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5764 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5765 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5766 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5767 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5768 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5769 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5770 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5771 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5772 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5773 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5774 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5775 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5776 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5777 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5778 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5779 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5780 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5781 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5782 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5783 |
5784 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5785 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5786 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5787 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5788 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5789 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5790 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5791 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5792 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5793 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5794 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
|
5795 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5796 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5797 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5798 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5799 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5800 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5801 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
|
5802 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5803 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5804 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
|
5805 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
|
5806 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5807 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5808 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5809 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5810 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5811 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
|
5812 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5813 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5814 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
|
5815 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
|
5816 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5817 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5818 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5819 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
|
5820 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
|
5821 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
|
5822 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5823 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5824 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5825 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5826 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
|
5827 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5828 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5829 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5830 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5831 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5832 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5833 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5834 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5835 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
|
5836 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
|
5837 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5838 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5839 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5840 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5841 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5842 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5843 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
|
5844 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5845 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5846 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
|
5847 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
|
5848 visible. |
27729 | 5849 |
5850 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5851 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5852 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5853 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5854 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5855 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5856 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
|
5857 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5858 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5859 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5860 reference key contains upper case letters. |
27729 | 5861 |
5862 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5863 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5864 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5865 a new line. |
27729 | 5866 |
5867 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5868 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5869 * 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
|
5870 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5871 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5872 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5873 |
5874 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5875 | |
27713 | 5876 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5877 proceedings entry type (for cross referencing). Thanks to Wagner |
5878 Toledo Correa for the suggestion. | |
5879 | |
27713 | 5880 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5881 |
27690 | 5882 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5883 | |
5884 * international/characters.el: Setup case table for Vietnamese. | |
5885 | |
27687 | 5886 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5887 | |
5888 * uniquify.el (toplevel): Require CL at compile time. | |
5889 (uniquify-push): Removed. | |
5890 | |
5891 * shadowfile.el (shadow-when): Removed. | |
5892 | |
5893 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5894 (tempo-process-and-insert-string): Use dolist instead of | |
5895 tempo-dolist. | |
5896 | |
5897 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5898 regexp for paragraph-start. | |
5899 | |
5900 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5901 commas as well. | |
5902 | |
27657 | 5903 2000-02-10 Dave Love <fx@gnu.org> |
5904 | |
5905 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5906 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5907 Deleted. | |
5908 (widget-specify-field, widget-specify-button): Don't use | |
5909 widget-mouse-help as help-echo property. | |
5910 (default): Use #'ignore for :validate and :mouse-down-action. | |
5911 (checkbox): Add help-echo. | |
5912 (widget-sexp-validate): Rewritten to clarify error messages. | |
5913 (character): Use char-valid-p in :match function. | |
5914 (widget-color-complete): Use facemenu-color-alist. | |
5915 (widget-color-action): Use facemenu-read-color. | |
5916 | |
5917 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5918 set up `caar' &c that we now have. | |
5919 | |
27713 | 5920 2000-02-09 Ray Blaak <blaak@gnu.org> |
5921 | |
5922 * delphi.el: Make resourcestring a declaration region, like const | |
5923 and var. | |
5924 | |
27652 | 5925 2000-02-09 Dave Love <fx@gnu.org> |
5926 | |
5927 * bindings.el (mode-line-input-method-map): New variable. | |
5928 (mode-line-mule-info): Use it; fix last change. | |
5929 (mode-line-mode-menu): Move definition. | |
5930 (mode-line-mouse-sensitive-p): Deleted. | |
5931 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5932 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5933 level. | |
5934 | |
5935 * startup.el (command-line-1): Don't call | |
5936 make-mode-line-mouse-sensitive. | |
5937 | |
27644 | 5938 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5939 | |
5940 * mail/rmail.el (rmail-retry-failure): Use | |
5941 rmail-beginning-of-message before rmail-toggle-header, because the | |
5942 former toggles headers. | |
5943 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5944 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
|
5945 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5946 * 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
|
5947 (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
|
5948 (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
|
5949 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
|
5950 (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
|
5951 (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
|
5952 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5953 * 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
|
5954 (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
|
5955 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
|
5956 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5957 (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
|
5958 (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
|
5959 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
|
5960 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
|
5961 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5962 (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
|
5963 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5964 (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
|
5965 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
|
5966 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5967 (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
|
5968 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
|
5969 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5970 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
|
5971 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5972 * 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
|
5973 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
|
5974 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5975 * 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
|
5976 |
27610 | 5977 2000-02-04 Dave Love <fx@gnu.org> |
5978 | |
27617 | 5979 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5980 | |
27610 | 5981 * completion.el: Replace completion-dolist with dolist. |
5982 | |
5983 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5984 dotimes. | |
5985 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5986 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5987 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5988 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5989 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5990 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5991 * 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
|
5992 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5993 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5994 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5995 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5996 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5997 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5998 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5999 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6000 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6001 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6002 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6003 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6004 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6005 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6006 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6007 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6008 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6009 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6010 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6011 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6012 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6013 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6014 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6015 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6016 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6017 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6018 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6019 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6020 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6021 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6022 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6023 (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
|
6024 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6025 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6026 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6027 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6028 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6029 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
6030 |
27590 | 6031 2000-02-02 Dave Love <fx@gnu.org> |
6032 | |
6033 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
6034 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
6035 | |
6036 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
6037 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
6038 the new builtins directly. | |
6039 | |
6040 * whitespace.el (whitespace): Add :version to defgroup. | |
6041 | |
6042 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
6043 Doc fix. | |
6044 | |
6045 * thingatpt.el (sexp-at-point, symbol-at-point) | |
6046 (number-at-point, list-at-point): Add autoload cookie. | |
6047 | |
6048 * recentf.el (recentf): Add :version to defgroup. | |
6049 | |
6050 * quickurl.el (quickurl): Add :version to defgroup. | |
6051 | |
6052 * elide-head.el (elide-head): Use point-marker more. | |
6053 | |
6054 * bs.el (bs): Add :version to defgroup. | |
6055 | |
6056 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
6057 | |
6058 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
6059 | |
27587 | 6060 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
6061 | |
6062 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
6063 succeeding process operation sets a different coding system. | |
6064 | |
6065 * calculator.el: New file. | |
6066 | |
27572 | 6067 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
6068 | |
6069 * frame.el (frames-on-display-list, framep-on-display): New | |
6070 functions. | |
6071 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
6072 (display-selections-p, display-screens, display-pixel-width) | |
6073 (display-pixel-height, display-mm-width, display-mm-height) | |
6074 (display-backing-store, display-save-under, display-planes) | |
6075 (display-color-cells, display-visual-class): New functions. | |
6076 | |
6077 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6078 | |
6079 * faces.el (display-color-p): Use framep-on-display. | |
6080 (display-grayscale-p): New function. | |
6081 | |
27549 | 6082 2000-01-31 Dave Love <fx@gnu.org> |
6083 | |
6084 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6085 (create-fontset-from-x-resource): Don't concat integers. | |
6086 | |
27545 | 6087 2000-01-31 Inge Frick <inge@nada.kth.se> |
6088 | |
6089 * view.el: Some changes in documentation. Removed some trailing | |
6090 whitespace. Changed some parameter names to agree with | |
6091 documentation. | |
6092 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6093 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6094 |
27541 | 6095 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6096 | |
27543 | 6097 * windmove.el: New file. |
6098 | |
27541 | 6099 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6100 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6101 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6102 |
27541 | 6103 * jit-lock.el (jit-lock-function): Widen before calculating end |
6104 position. | |
6105 (jit-lock-stealth-chunk-start): Rewritten. | |
6106 | |
6107 * info.el (Info-title-face-alist): Removed. | |
6108 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6109 faces. | |
6110 (Info-fontify-node): Use these faces. | |
6111 | |
27527 | 6112 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6113 | |
6114 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6115 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6116 `&allow-other-keywords'. | |
6117 | |
6118 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6119 the list of directories scanned heuristically. | |
6120 | |
6121 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6122 exist. | |
6123 | |
27523 | 6124 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6125 | |
6126 * w32-fns.el: Define w32-tty-standard-colors. | |
6127 | |
6128 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6129 w32 console mode. | |
6130 | |
27510 | 6131 2000-01-30 Dave Love <fx@gnu.org> |
6132 | |
27513 | 6133 * jka-compr.el (jka-compr-load): Fix up load-history. |
6134 | |
27510 | 6135 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6136 | |
6137 * emacs-lisp/cl-macs.el: Revert previous change. | |
6138 | |
27499 | 6139 2000-01-29 Dave Love <fx@gnu.org> |
6140 | |
6141 * facemenu.el: Purecopy various strings. | |
6142 | |
6143 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6144 years. Deal with three-digit years. | |
6145 | |
6146 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6147 defconst, purecopy. | |
6148 (help-back-label): Purecopy it. | |
6149 | |
27498 | 6150 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6151 | |
6152 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6153 variable. If non-nil, order the buffer list according to the | |
6154 currently selected frame. | |
6155 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6156 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
|
6157 |
27496 | 6158 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6159 | |
6160 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6161 | |
27486 | 6162 2000-01-28 Dave Love <fx@gnu.org> |
6163 | |
27491 | 6164 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6165 | |
27486 | 6166 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6167 Don't use lisp-indent-hook property. | |
6168 (cl-abs): Remove. | |
6169 | |
6170 * subr.el: Move out indent and edebug specs for when and unless. | |
6171 | |
6172 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6173 when, unless. | |
6174 | |
6175 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6176 unless, when. | |
6177 | |
27467 | 6178 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6179 | |
27481 | 6180 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6181 `collecting' as synonym for `collect'. | |
6182 | |
6183 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6184 for the case it contains spaces. | |
6185 | |
6186 * simple.el (what-cursor-position): Change formatting of | |
6187 messages. | |
6188 | |
27473 | 6189 * frame.el (delete-other-frames): New function. |
6190 (toplevel): Bind it to C-x 5 1. | |
6191 | |
27469 | 6192 * sort.el (sort-numeric-base): New option. |
6193 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6194 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6195 as default base. | |
6196 | |
27467 | 6197 * progmodes/glasses.el: New file. |
6198 | |
27451 | 6199 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6200 | |
27461 | 6201 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6202 userids differently. | |
6203 | |
27451 | 6204 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6205 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6206 progmodes/ebnf-yac.el: New files. | |
6207 | |
27446 | 6208 2000-01-26 Dave Love <fx@gnu.org> |
6209 | |
6210 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6211 on a function with an empty body. [From Eric Ludlam.] | |
6212 | |
27437 | 6213 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6214 | |
6215 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6216 | |
27433 | 6217 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6218 | |
6219 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6220 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6221 | |
27419 | 6222 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6223 | |
6224 * language/thai-util.el (thai-composition-function): Delete | |
6225 superfluous `a'. | |
6226 | |
27418 | 6227 2000-01-24 Dave Love <fx@gnu.org> |
6228 | |
6229 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6230 end-of-defun-function. | |
6231 | |
6232 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6233 &c. | |
6234 | |
27405 | 6235 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6236 | |
6237 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6238 conflicts with new face support. | |
6239 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6240 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6241 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6242 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6243 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6244 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6245 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6246 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6247 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6248 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6249 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6250 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6251 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6252 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6253 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6254 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6255 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6256 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6257 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6258 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6259 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6260 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6261 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6262 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6263 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6264 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6265 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6266 |
27366 | 6267 2000-01-19 Dave Love <fx@gnu.org> |
6268 | |
27368 | 6269 * files.el (user-init-file): Don't declare here -- is primitive. |
6270 | |
27366 | 6271 * startup.el (command-line): Check for compiled user-init-file and |
6272 set to uncompiled version if necessary. | |
6273 | |
27358 | 6274 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6275 | |
27361 | 6276 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6277 (undigestify-rmail-message): Use it. | |
6278 | |
27358 | 6279 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6280 | |
27351 | 6281 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6282 | |
6283 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6284 of mini-buffer. | |
6285 | |
27326 | 6286 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6287 | |
27330 | 6288 * emacs-lisp/copyright.el (copyright-update): Removed the |
6289 requirement for a trailing space from `copyright-regexp', to | |
6290 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6291 |
27327 | 6292 * align.el: New file. |
6293 | |
27326 | 6294 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6295 | |
6296 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6297 | |
27323 | 6298 2000-01-13 Dave Love <fx@gnu.org> |
6299 | |
6300 * ph.el: Removed. (Obsoleted by EUDC.) | |
6301 | |
27321 | 6302 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6303 | |
6304 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6305 menu with easymenu, because that causes build problems. | |
6306 | |
6307 * frame.el (frame-notice-user-settings): New variable. | |
6308 (frame-notice-user-settings): Don't modify frame parameters | |
6309 if called a second time. | |
6310 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6311 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6312 |
6313 * frame.el (frame-notice-user-settings): | |
6314 Notice default-frame-parameters even for non-window frames. | |
6315 | |
27318 | 6316 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6317 | |
6318 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6319 for Emacs. | |
6320 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6321 (eudc-bob-toggle-inline-display): Ditto. | |
6322 (eudc-bob-display-jpeg): Ditto. | |
6323 | |
27304 | 6324 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6325 | |
27313 | 6326 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6327 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6328 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
|
6329 |
27312 | 6330 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6331 nil)'. | |
6332 | |
6333 * subdirs.el: Add `net' directory. | |
6334 | |
27308 | 6335 * net: New directory. |
6336 | |
27304 | 6337 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6338 eval-last-sexp. Don't bind debug-on-error here. | |
6339 (eval-last-sexp): New function. Bind debug-on-error if | |
6340 eval-expression-debug-on-error is non-nil. | |
6341 (eval-defun-2, eval-defun): Likewise. | |
6342 | |
6343 * simple.el (eval-expression): Don't bind debug-on-error if | |
6344 eval-expression-debug-on-error is nil. Detect changed | |
6345 debug-on-error, and propagate new value to global binding, if | |
6346 eval-expression-debug-on-error is non-nil, | |
6347 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6348 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6349 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6350 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6351 * 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
|
6352 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6353 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6354 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6355 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6356 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6357 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6358 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6359 |
27288 | 6360 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6361 | |
27291 | 6362 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6363 of erasing buffer. | |
6364 | |
27288 | 6365 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6366 (fill-context-prefix): Use the longest common prefix of first |
6367 and second line fill prefix, if there is one. | |
27288 | 6368 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6369 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6370 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6371 * 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
|
6372 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6373 |
27282 | 6374 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6375 | |
6376 * add-log.el (add-log-current-defun): Handle user-defined | |
6377 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6378 |
27280 | 6379 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6380 if having found a current function |
27278 | 6381 |
6382 * add-log.el (add-log-current-defun): Call | |
6383 `add-log-current-defun-function'. Try matches at level 0 and | |
6384 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6385 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6386 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6387 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6388 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6389 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6390 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6391 |
27265 | 6392 2000-01-10 Dave Love <fx@gnu.org> |
6393 | |
6394 * elide-head.el (elide-head): Use point-marker, not point. | |
6395 | |
27261 | 6396 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6397 | |
27263 | 6398 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6399 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6400 |
27261 | 6401 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6402 Add ispell- prefix. | |
6403 | |
6404 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6405 | |
6406 * ispell.el: Only define dictionaries in menus when they exist. | |
6407 (version18p): New variable. | |
6408 (version20p): New variable. | |
6409 (xemacsp): New variable. | |
6410 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6411 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6412 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6413 run-together words. |
27261 | 6414 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6415 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6416 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6417 library path when called non-interactively. |
27261 | 6418 (ispell-menu-map-needed): Uses new variables. |
6419 (ispell-library-path): New variable. | |
6420 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6421 (ispell-word): Improved documentation string. Test for valid | |
6422 character mappings. Correctly check typed in word changes that can | |
6423 result in single words split into multiple words. Returns | |
6424 replacement word. | |
6425 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6426 replace in recursive query replace mode. Help message for | |
6427 recursive edit mode. | |
6428 (ispell-show-choices): Protect against bad framepop bindings. | |
6429 (ispell-help): Fix to work with XEmacs. | |
6430 (ispell-highlight-spelling-error): Use new variables. | |
6431 (ispell-overlay-window): Fix to work with XEmacs. | |
6432 (ispell-parse-output): Passed and returns location information | |
6433 tracking spelling corrections. Doesn't recheck same word on | |
6434 current line. | |
6435 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6436 Fix call to single argument in sleep-for. Use new variables. | |
6437 (ispell-region): Passed and returns location information tracking | |
6438 spelling corrections. Doesn't check same word on current line. | |
6439 Improved documentation string. Doesn't resend a line already | |
6440 checked to the ispell process - fixes bug in LaTeX parsing. | |
6441 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6442 (ispell-skip-region): No longer skips <TT> in SGML. | |
6443 (ispell-process-line): Tracks location information with spelling | |
6444 corrections. Added documentation string. Accounts for words | |
6445 already accepted on this line. Don't allow query-replace on line | |
6446 starting with math characters. Doesn't resend a line already sent | |
6447 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6448 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6449 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6450 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6451 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6452 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6453 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6454 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6455 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
|
6456 |
27255 | 6457 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6458 | |
6459 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6460 of a real newline. | |
6461 | |
27253 | 6462 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6463 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6464 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6465 for .png files. |
6466 | |
27251 | 6467 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6468 | |
6469 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6470 | |
27247 | 6471 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6472 | |
27249 | 6473 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6474 | |
27247 | 6475 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6476 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6477 recursion. |
6478 | |
27244 | 6479 2000-01-08 Dave Love <fx@gnu.org> |
6480 | |
27265 | 6481 * emacs-lisp/backquote.el: Remove inappropriate customization |
6482 (allowing custom.el to use backquote). | |
27244 | 6483 |
27241 | 6484 2000-01-07 Dave Love <fx@gnu.org> |
6485 | |
6486 * add-log.el (add-log-debugging): Deleted. | |
6487 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6488 file. Remove debugging code. | |
6489 (change-log-get-method-definition, change-log-name): Add doc. | |
6490 (change-log-sortable-date-at): New function. | |
6491 (change-log-merge): New command. | |
6492 | |
6493 * time.el (display-time-string-forms): Make the Mail string active. | |
6494 (display-time-update): Provide help-echo for load average. | |
6495 | |
6496 * bindings.el (make-mode-line-mouse2-map): New function. | |
6497 (mode-line-modified): Use it and simplify. | |
6498 (mode-line-mule-info): Provide help-echo info. | |
6499 (minor-mode-alist): Activate the strings. | |
6500 (make-mode-line-mouse-sensitive): Simplify for | |
6501 mode-line-buffer-identification. | |
6502 | |
27233 | 6503 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6504 | |
6505 * play/pong.el: New file. | |
6506 | |
27241 | 6507 2000-01-06 Dave Love <fx@gnu.org> |
6508 | |
6509 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6510 `array-' prefix for symbols. | |
6511 | |
6512 2000-01-05 Dave Love <fx@gnu.org> | |
6513 | |
6514 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6515 outline-headers-as-kill. | |
6516 (outline-mode): Define imenu-generic-expression. | |
6517 (outline-headers-as-kill): New command. | |
6518 | |
6519 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6520 from paragraph-start. | |
6521 (paragraph-indent-minor-mode): New command. | |
6522 | |
6523 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6524 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6525 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6526 (fortran-column-ruler): Simplify. | |
6527 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6528 (fortran-with-subprogram-narrowing): Likewise. | |
6529 (fortran-indent-subprogram): Call mark-defun. | |
6530 (fortran-check-for-matching-do): Change narrowing. | |
6531 | |
6532 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6533 (cl-lucid-hash-tag): Delete. | |
6534 (cl-hash-table-p): Correct test for native table. | |
6535 (cl-hash-table-count): Use hash-table-count. | |
6536 | |
6537 * browse-url.el (browse-url): Fix case of | |
6538 browse-url-browser-function being an alist. | |
6539 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6540 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6541 |
27233 | 6542 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6543 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6544 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6545 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6546 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6547 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6548 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6549 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6550 |
27191 | 6551 2000-01-05 Dave Love <fx@gnu.org> |
6552 | |
27241 | 6553 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6554 (beginning-of-defun-raw): Use it. |
6555 (end-of-defun): New variable. | |
6556 (end-of-defun): Use it. | |
6557 (check-parens): New command. | |
6558 | |
27182 | 6559 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6560 | |
27233 | 6561 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6562 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6563 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6564 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6565 |
27176 | 6566 2000-01-05 Andreas Schwab <schwab@suse.de> |
6567 | |
6568 * hscroll.el (hscroll): Doc fix. | |
6569 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6570 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6571 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6572 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6573 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6574 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6575 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6576 file idlw-rinfo.el. |
27182 | 6577 (idlwave-customize): load must read file idlw-shell.el. |
6578 (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
|
6579 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6580 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6581 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6582 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6583 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6584 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6585 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6586 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6587 both reftex-dcr and reftex-vcr. |
27182 | 6588 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6589 * 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
|
6590 |
27164 | 6591 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6592 |
6593 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6594 (ps-print-version): New version number (5.0.3). | |
6595 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6596 local. | |
6597 (ps-spool-config): Initialization fix. | |
27233 | 6598 (ps-print-prologue-1, ps-print-prologue-2) |
6599 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6600 (ps-background-image): Little code reformating. |
6601 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6602 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6603 (ps-prologue-file): New fun. |
6604 | |
27159 | 6605 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6606 | |
27233 | 6607 * ps-vars.el: Eliminated. |
27159 | 6608 |
6609 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6610 `;;;###autoload'. | |
6611 | |
6612 * ps-print.el: ps-vars eliminated, doc fix. | |
6613 (ps-print-version): New version number (5.0.2). | |
6614 (ps-spool-config): Initialization fix. | |
6615 (ps-print-customize): New fun. | |
6616 | |
27155 | 6617 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6618 | |
6619 * autorevert.el (auto-revert-mode): Return value of | |
6620 auto-revert-mode. | |
6621 | |
27152 | 6622 2000-01-04 Dave Love <fx@gnu.org> |
6623 | |
27198 | 6624 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6625 menu items. | |
27152 | 6626 |
27124 | 6627 2000-01-03 Dave Love <fx@gnu.org> |
6628 | |
27191 | 6629 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6630 |
27241 | 6631 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6632 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6633 `cl-hash-table-p', not `hash-table-p'. | |
6634 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6635 | |
27119 | 6636 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6637 | |
6638 * faces.el (face-read-integer, read-face-attribute) | |
6639 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6640 strings. | |
6641 | |
27112 | 6642 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6643 | |
6644 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6645 at comment end, and re-insert them after filling. | |
6646 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6647 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
|
6648 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6649 * 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
|
6650 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6651 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
|
6652 |
27102 | 6653 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6654 | |
6655 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6656 the new name of face-color-supported-p. | |
6657 | |
6658 * term/w32-win.el (xw-defined-colors): Likewise. | |
6659 | |
27097 | 6660 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6661 | |
6662 * simple.el (completion-setup-function): Count completion-size | |
6663 from minibuffer-prompt-end, not from point-min. | |
6664 | |
27091 | 6665 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6666 | |
6667 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6668 Pass the frame to tty-color-* functions. | |
6669 (display-color-p, frame-set-background-mode): Pass the frame to | |
6670 tty-display-color-p. | |
6671 | |
6672 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6673 tty-color-alist. | |
6674 (tty-color-alist, tty-modify-color-alist): New functions. | |
6675 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6676 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6677 an optional parameter FRAME. | |
6678 | |
27074 | 6679 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6680 | |
27082 | 6681 * image.el (create-image, defimage): Don't assume image data is a |
6682 string. | |
6683 | |
27074 | 6684 * image.el (defimage): Handle specifications containing :data |
6685 instead of :file. | |
6686 (image-type-from-data): New function. | |
6687 (image-type-from-file-header): Use it. | |
6688 (create-image): Add parameter DATA-P. | |
27182 | 6689 |
30729 | 6690 See ChangeLog.8 for earlier changes. |
30993 | 6691 |
6692 ;; Local Variables: | |
31092 | 6693 ;; coding: iso-2022-7bit |
30993 | 6694 ;; End: |