Mercurial > emacs
annotate lisp/ChangeLog @ 31038:9e1d7707876b
(comint-output-filter):
Compare end of comint-last-output-overlay with the start of the newly
inserted text, not the end, when deciding whether to extend it.
Set saved-point's insertion type to advance after insertion.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 22 Aug 2000 10:09:56 +0000 |
parents | c5196e8ccc16 |
children | 6321f3da048f |
rev | line source |
---|---|
31038 | 1 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
2 | |
3 * comint.el (comint-output-filter): Compare end of | |
4 comint-last-output-overlay with the start of the newly inserted | |
5 text, not the end, when deciding whether to extend it. | |
6 Set saved-point's insertion type to advance after insertion. | |
7 | |
8 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
9 since this is now done independently of font-lock mode. | |
10 | |
31009 | 11 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
12 | |
13 * server.el (server-kill-new-buffers): New user option. | |
14 (server-existing-buffer): New buffer-local variable. | |
15 (server-visit-files): When using an existing buffer, set | |
16 server-existing-buffer to t. | |
17 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
18 buffer, unless it was already present before visiting it with | |
19 Emacs server. | |
20 | |
31006 | 21 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
22 | |
23 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
24 even if the display doesn't support colors: some displays will | |
25 support bold/underline faces. | |
26 | |
30997 | 27 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
28 | |
31004 | 29 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
30 | |
30997 | 31 * startup.el (command-line): If user's init file had an error, |
32 add explanatory text to *Messages*. | |
33 | |
30994 | 34 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
35 | |
36 * man.el (Man-getpage-in-background): Decode the process output by | |
37 the system locale coding system. | |
38 | |
30980 | 39 2000-08-20 Dave Love <fx@gnu.org> |
40 | |
30991 | 41 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
42 Don't test x-popup-menu. | |
43 (function) <complete-function>: Complete only fbound symbols. | |
44 <validate, value>: New. | |
45 (variable) <complete-function>: Complete only bound symbols. | |
46 (coding-system): Add :base-only, :complete-function, :validate, | |
47 :value, :prompt-match. | |
48 (widget-coding-system-prompt-value): Use read-coding-system and | |
49 act on :base-only. | |
50 (editable-field): Add :help-echo. | |
51 (widget-push-button-gui, widget-push-button-cache) | |
52 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
53 with uses. | |
54 (widget-at): Make arg optional. | |
55 (widget-echo-help): Adjust for current help-echo calling sequence. | |
56 (widget-specify-field, widget-specify-button) | |
57 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
58 (widget-convert, widget-insert, widget-leave-text) | |
59 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
60 (widget-setup, widget-field-find, widget-before-change) | |
61 (widget-after-change, widget-default-complete) | |
62 (widget-default-create, widget-default-delete) | |
63 (widget-push-button-value-create, editable-field) | |
64 (widget-field-prompt-value, widget-field-validate) | |
65 (widget-choice-value-create, widget-choice-action) | |
66 (widget-choice-validate, widget-checklist-add-item) | |
67 (widget-radio-add-item, widget-radio-chosen) | |
68 (widget-radio-value-inline, widget-editable-list-value-create) | |
69 (widget-editable-list-entry-create) | |
70 (widget-documentation-link-add) | |
71 (widget-documentation-string-value-create) | |
72 (widget-regexp-validate, widget-file-complete) | |
73 (widget-sexp-validate, widget-plist-convert-widget) | |
74 (widget-plist-convert-widget, widget-alist-convert-widget) | |
75 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
76 particularly to avoid bindings which aren't optimized out. | |
77 | |
30980 | 78 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
79 Doc fix. | |
80 (down-list, backward-up-list, up-list, kill-sexp) | |
81 (backward-kill-sexp, mark-sexp): Make arg optional. | |
82 (lisp-complete-symbol): Add optional arg PREDICATE. | |
83 | |
84 * cus-start.el: Add display-buffer-reuse-frames, | |
85 file-coding-system-alist. | |
86 | |
30975 | 87 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
88 | |
89 * startup.el (command-line): Clear realized faces after | |
90 modifying TTY color mappings. | |
91 | |
30972 | 92 2000-08-20 Miles Bader <miles@gnu.org> |
93 | |
94 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
95 merely a subset of FACE's attributes. | |
96 | |
30966 | 97 2000-08-19 Miles Bader <miles@gnu.org> |
98 | |
99 * comint.el (comint-output-filter): Save the point with a marker, | |
100 not just a buffer position. | |
101 | |
102 * international/mule.el (set-buffer-process-coding-system): Make | |
103 interactive prompt less confusing. | |
104 | |
30963 | 105 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
106 | |
107 * hilit-chg.el: General cleanup of doc strings, comments and | |
108 code formatting. | |
109 | |
30960 | 110 2000-08-19 Miles Bader <miles@gnu.org> |
111 | |
112 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
113 Compiler macro removed; beginning-of-line is no longer always | |
114 equivalent to forward-line, in the presence of fields. | |
115 | |
116 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
117 restriction, and just use save-restriction, now that it works | |
118 correctly. Don't adjust comint-last-input-start to account for | |
119 our insertion; it shouldn't have moved because we don't use | |
120 insert-before-markers anymore. Comment out call to | |
121 `force-mode-line-update'; why is it here? | |
122 | |
123 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
124 while checking for prompt to delete. Use `forward-line 0' | |
125 instead of beginning-of-line. | |
126 (gud-filter): Temporarily widen gud comint buffer while | |
127 examining output. | |
128 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
129 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
130 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
131 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
132 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
133 * 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
|
134 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
|
135 |
30953 | 136 2000-08-18 Dave Love <fx@gnu.org> |
137 | |
138 * image.el (find-image): Copy `spec' before using plist-put. | |
139 | |
30948 | 140 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
141 | |
142 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
143 `portugues'. | |
144 | |
145 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
146 backward-kill-sexp, analogous to kill-sexp. | |
147 | |
148 * progmodes/icon.el (icon-indent-line) | |
149 (icon-is-continuation-line): Handle comments specially. | |
150 | |
151 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
152 | |
153 * ispell.el: Set to standard author/maintainer/keyword fields. | |
154 Fine tuning to menu map appearance and operation, and added help. | |
155 Remove `start' and `end' error messages when compiling. | |
156 (ispell-choices-win-default-height): Fixed comment string. | |
157 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
158 castellano8 dictionaries. | |
159 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
160 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
161 dictionary, added italiano dictionary. | |
162 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
163 word character | |
164 (ispell-tex-skip-alists): Added psfig support. | |
165 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
166 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
167 (ispell-minor-check): Improved html skipping support to skip across | |
168 code, and recognize `&' commands without propper `;' syntax; | |
169 (ispell-process-line): Fix alignment error when manually | |
170 correcting spelling. | |
171 (ispell): Fix comment string. | |
172 (ispell-add-per-file-word-list): Always put word list on new line. | |
173 | |
30922 | 174 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
175 | |
30928 | 176 * format.el (format-encode-run-method): Fix error message to say |
177 `encode' instead of `decode'. Use save-window-excursion around | |
178 shell-command-on-region as in format-decode-run-method because | |
179 shell-command-on-region can display a buffer with error output. | |
180 (format-decode): Don't record undo information for the decoding. | |
181 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
182 that number part of the temporary buffer name so that more than | |
183 one decoding using a temporary buffer can happen safely. | |
184 | |
185 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
186 of `A-z' in the regexp. | |
187 | |
188 * hilit-chg.el: Fix typos in commentary. | |
189 | |
30922 | 190 * help.el (view-emacs-news): Rewritten for new naming scheme |
191 for old NEWS files. | |
192 | |
193 * startup.el (command-line): Pop to *Messages* in case an error | |
194 is signaled while loading user-init-file. | |
195 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
196 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
197 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
198 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
199 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
200 |
30906 | 201 2000-08-17 Alex Schroeder <alex@gnu.org> |
202 | |
203 * sql.el (sql-magic-go): Use comint-bol. | |
204 (sql-copy-column): Use comint-line-beginning-position. | |
205 (comint-line-beginning-position): Define a replacement for | |
206 comint-line-beginning-position if it is not fboundp. | |
207 | |
208 2000-08-17 Alex Schroeder <alex@gnu.org> | |
209 | |
210 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
211 it didn't have any effect anyway. | |
212 | |
213 2000-08-17 Alex Schroeder <alex@gnu.org> | |
214 | |
215 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
216 --pset and pager=off instead of sending \\o|cat at the beginning | |
217 of the session. | |
218 | |
30903 | 219 2000-08-17 Miles Bader <miles@gnu.org> |
220 | |
221 * progmodes/octave-inf.el: Add compatibility definition of | |
222 comint-line-beginning-position. | |
223 | |
30898 | 224 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
225 | |
226 * startup.el (normal-top-level): Look in each dir in load-path for | |
227 a leim-list.el file too. This assures of loading leim-list.el | |
228 that is created at Emacs installation time even if a user have his | |
229 own leim-list.el. | |
230 | |
30897 | 231 2000-08-17 Miles Bader <miles@gnu.org> |
232 | |
233 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
234 foreground color to black if the background is dark. | |
235 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
236 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
237 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
238 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
239 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
240 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
241 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
242 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
243 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
244 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
245 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
246 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
247 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
248 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
249 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
250 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
251 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
252 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
253 * 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
|
254 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
255 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
256 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
257 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
258 * 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
|
259 (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
|
260 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
261 (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
|
262 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
263 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
264 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
265 (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
|
266 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
267 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
268 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
269 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
270 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
271 (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
|
272 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
273 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
274 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
275 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
276 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
277 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
278 * 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
|
279 |
30870 | 280 2000-08-16 Dave Love <fx@gnu.org> |
281 | |
30894 | 282 * windmove.el (windmove) <defgroup>: Add :version. |
283 | |
284 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
285 (goto-address-fontify-p, goto-address-highlight-p) | |
286 (goto-address-url-face, goto-address-url-mouse-face) | |
287 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
288 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
289 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
290 (goto-address-at-point): browse-url-url-at-point, | |
291 goto-address-find-address-at-point can return nil. | |
292 (goto-address-find-address-at-point): Return nil on failure. | |
293 | |
294 * align.el (align) <defgroup>: Add :version. | |
295 | |
296 * calculator.el (calculator): Add :version. | |
297 (calculator): Use two lines for calculator window if `modeline' | |
298 face is boxed. | |
299 | |
30870 | 300 * play/5x5.el: Doc fixes. |
301 (5x5) <defgroup>: Add :version. | |
302 | |
303 * play/fortune.el (fortune) <defgroup>: Add :version. | |
304 (fortune-append): Fix error message. | |
305 (fortune-from-region): Doc fix. | |
306 | |
307 * play/pong.el (pong): Doc fix. | |
308 | |
309 * play/morse.el: Keywords, commentary, autoloads. | |
310 | |
30854 | 311 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
312 | |
313 * desktop.el (desktop-save): Don't look at symbol-value of a | |
314 member of minor-mode-alist, unless it is boundp. | |
315 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
316 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
|
317 |
30897 | 318 * 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
|
319 `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
|
320 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
|
321 |
30846 | 322 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
323 | |
324 * international/ccl.el (declare-ccl-program): Docstring modified. | |
325 (ccl-execute-with-args): Likewise. | |
326 | |
30839 | 327 2000-08-16 Miles Bader <miles@gnu.org> |
328 | |
30903 | 329 * progmodes/sql.el: Add compatibility definition of |
30839 | 330 comint-line-beginning-position. |
331 | |
30808 | 332 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
333 | |
30829 | 334 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
335 'buffer-menu' property. | |
336 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
337 fails. | |
338 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
339 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
340 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
341 |
30825 | 342 * buff-menu.el (list-buffers-noselect): Don't display the |
343 *Buffer List* buffer. | |
344 | |
30822 | 345 * font-lock.el: Require jit-lock to prevent a very late |
346 `Loading jit-lock' message. | |
347 | |
30808 | 348 * 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
|
349 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 350 mail address. |
351 | |
30804 | 352 2000-08-15 Miles Bader <miles@gnu.org> |
353 | |
354 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
355 (ispell-choices-win-default-height, ispell-help): Use | |
356 `ispell-graphic-p' instead of `xemacsp'. | |
357 | |
30802 | 358 2000-08-15 Dave Love <fx@gnu.org> |
359 | |
30842 | 360 * simple.el: Autoload widget-convert when compiling. |
361 (mail-user-agent): Doc fix. | |
362 | |
363 * help.el (function-called-at-point, variable-at-point): Use | |
364 with-syntax-table. | |
365 (help-manyarg-func-alist): Add insert-and-inherit. | |
366 | |
367 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
368 | |
369 * delsel.el (delsel-unload-hook): New function. | |
370 | |
371 * find-file.el: Doc fixes. Move provide to end. | |
372 (ff) <defgroup>: Add :link. | |
373 (ff-goto-click): Deleted. | |
374 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
375 Use mouse-set-point. | |
376 | |
377 * textmodes/tildify.el: Doc fixes. | |
378 (tildify) <defgroup>: Add:version. | |
379 | |
380 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
381 (glasses-custom-set): Use set-default, not set. | |
382 (minor-mode-alist): Propertize the lighter. | |
383 (glasses-mode): Provide optional arg. | |
384 | |
30813 | 385 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
386 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
387 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
388 option. Provide :type. | |
389 (cwarn-configuration): Provide :type. | |
390 (cwarn-mode): Doc fix. | |
391 | |
392 * add-log.el (change-log-merge): Doc fix. | |
393 (change-log-redate): New command. | |
394 | |
30802 | 395 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
396 Doze and Dog. | |
397 (browse-url): Use dolist, not mapcar. | |
398 (browse-url-at-point): Check for null url. | |
399 (browse-url-event-buffer, browse-url-event-point): Functions | |
400 deleted. | |
401 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
402 | |
403 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
404 modes. | |
405 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
406 Fix previous change to mapcan. | |
407 (msb--init-file-alist, msb--add-separators) | |
408 (msb--make-keymap-menu): Simplify. | |
409 (msb--choose-file-menu): Use copy-sequence. | |
410 (msb-mode-map): Add title to keymap. | |
411 (msb-unload-hook): New function. | |
412 | |
413 * bs.el: Fix indentation. | |
414 (bs) <defgroup>: Add :links. | |
30894 | 415 (bs-show): Doc fix. |
416 (bs-apply-sort-faces): Don't use window-system. | |
417 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 418 |
30796 | 419 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
420 | |
421 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
422 convert-standard-filename. | |
423 | |
30788 | 424 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
425 | |
30790 | 426 * emacs-lisp/authors.el: New file. |
427 | |
30788 | 428 * paren.el (show-paren-priority): New user option. |
429 (show-paren-function): Set overlay priorities to | |
430 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
431 |
30783 | 432 2000-08-14 Miles Bader <miles@gnu.org> |
433 | |
434 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
435 beginning-of-line with inhibit-field-text-motion bound. | |
436 | |
30781 | 437 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
438 | |
439 * calendar/timeclock.el: New file. | |
440 | |
441 2000-08-14 David Ponce <david@dponce.com> | |
442 | |
443 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
444 `widget-button-click'. so that one can use left mouse button to | |
445 click on dialog buttons. | |
446 | |
447 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
448 | |
449 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
450 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
|
451 |
30767 | 452 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
|
453 |
30769 | 454 * comint.el (comint-output-filter): Don't bother frobbing |
455 window-start, it doesn't seem to be necessary. | |
30767 | 456 |
457 * comint.el (comint-send-string, comint-send-region): Make into | |
458 real functions. Snapshot the prompt before sending. | |
459 | |
30764 | 460 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
461 | |
462 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
463 technique similar to Info-index, instead of relying on specific | |
464 names of relevant Index nodes. | |
465 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
466 going to the first node found by Info-find-emacs-command-nodes. | |
467 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
468 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 469 |
470 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
471 | |
30741 | 472 2000-08-10 Miles Bader <miles@gnu.org> |
473 | |
474 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
475 | |
30739 | 476 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
477 | |
478 * info.el (Info-file-list-for-emacs): More elements for the | |
479 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
480 and woman manuals. | |
481 | |
30737 | 482 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
483 | |
484 * comint.el (comint-send-input): Make the newline boundary overlay | |
485 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
486 (comint-output-filter): Use `insert' instead of | |
487 `insert-before-markers'. Extend comint-last-output-overlay when | |
488 necessary since we can't rely on insert-before-markers to do it. | |
489 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
490 save-excursion when inserting the output, so that point gets | |
491 updated correctly; the old method relied on a rather dodgy | |
492 side-effect of comint-output-filter to avoid the effect of | |
493 save-excursion. | |
494 | |
30734 | 495 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
496 | |
497 * files.el (recover-file): Call insert-directory instead of | |
498 invoking `ls' directly. | |
499 | |
30732 | 500 2000-08-10 Miles Bader <miles@gnu.org> |
501 | |
502 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
503 (comint-last-prompt-overlay): New variables. | |
504 (comint-output-filter): Implement prompt highlighting. | |
505 (comint-snapshot-last-prompt): New function. | |
506 (comint-send-input): Snapshot the last prompt. | |
507 Use comint-highlight-input-face. | |
508 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
509 Use defface instead of defcustom. | |
510 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
511 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
512 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
513 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
514 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
515 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
516 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
517 (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
|
518 (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
|
519 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
|
520 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
521 * 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
|
522 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
523 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
524 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
525 |
30715 | 526 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
527 | |
528 * files.el (insert-directory): Don't call access-file on | |
529 directories on DOS and Windows. | |
530 | |
30704 | 531 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
532 | |
533 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
534 longer if necessary. | |
535 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
536 ccl-program-vector. | |
537 | |
30701 | 538 2000-08-09 Miles Bader <miles@gnu.org> |
539 | |
540 * comint.el (comint-output-filter): Properly handle the case where | |
541 the text surrounded by comint-last-output-overlay was deleted. | |
542 | |
30671 | 543 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
544 | |
30693 | 545 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
546 non-nil. | |
547 (Info-file-list-for-emacs): Remove "info" from the list because | |
548 that leads to trying to use the documentation from file `info' | |
549 in various situations where it isn't appropriate, for instance | |
550 C-h C-k C-h i. | |
551 | |
552 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
553 DIR and/or STRING are nil. | |
554 | |
555 * progmodes/compile.el (compilation-setup): Make variable | |
556 compilation-error-screen-columns buffer-local, as some comment | |
557 in the code suggests it should be. | |
558 | |
559 * files.el (auto-mode-interpreter-regexp): New variable. | |
560 (set-auto-mode): Use it. | |
561 | |
562 * indent.el (indent-for-tab-command): Doc fix. | |
563 | |
564 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
565 | |
30671 | 566 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
567 labels. | |
568 | |
569 * help.el (print-help-return-message): When | |
570 display-buffer-reuse-frames is set, let the help window been quit, | |
571 instead of deleting it, which might delete a reused frame. | |
572 | |
30664 | 573 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
574 | |
575 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
576 rename a directory to a name that differs only by its letter case. | |
577 | |
30655 | 578 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
579 | |
580 * international/quail.el (quail-define-rules): Handle Quail decode | |
581 map correctly. Add code for supporting annotations. | |
582 (quail-install-decode-map): New function. | |
583 (quail-defrule-internal): New optional arguments decode-map and | |
584 props. | |
585 (quail-advice): New function. | |
586 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
587 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
|
588 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
589 * 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
|
590 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
591 * 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
|
592 |
30649 | 593 2000-08-03 Miles Bader <miles@gnu.org> |
594 | |
595 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
596 New variable. | |
597 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
598 comint-use-prompt-regexp-instead-of-fields. | |
599 (comint-send-input): Add `input' field property to stuff we send to | |
600 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
601 (comint-output-filter): Add `output' field property to process | |
602 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
603 (comint-replace-by-expanded-history) | |
604 (comint-get-old-input-default, comint-show-output) | |
605 (comint-backward-matching-input, comint-forward-matching-input) | |
606 (comint-next-prompt, comint-previous-prompt): Use field | |
607 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
608 (comint-line-beginning-position): New function. | |
609 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
610 (comint-replace-by-expanded-history-before-point): Use | |
611 comint-line-beginning-position and line-end-position. | |
612 (comint-last-output-overlay): New variable. | |
613 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
614 | |
615 * shell.el (shell-prompt-pattern): Doc change. | |
616 (shell-backward-command): Use line-beginning-position. | |
617 | |
618 * gud.el (gud-gdb-complete-command): Use | |
619 comint-line-beginning-position. | |
620 | |
621 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
622 comint-bol doesn't actually go to the beginning of the line. | |
623 | |
624 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
625 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
626 (try-expand-line-all-buffers): Likewise. | |
627 | |
628 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
629 explicitly matching comint-prompt-regexp. | |
630 (sql-copy-column): Use comint-line-beginning-position instead of | |
631 explicitly matching comint-prompt-regexp. | |
632 | |
633 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
634 comint-line-beginning-position. | |
635 | |
636 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
637 | |
638 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
639 looking for a prompt, use `forward-line 0' instead of | |
640 `beginning-of-line', to avoid getting caught by an input field. | |
641 | |
30633 | 642 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
643 | |
644 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
645 PATTERN, in the Unix case. | |
646 | |
30629 | 647 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
648 | |
649 * play/zone.el (zone): Discard any pending input before running | |
650 the randomly-chosen pgm. | |
651 | |
30623 | 652 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
653 | |
654 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
655 checking the existence of any multibyte characters. | |
656 | |
30619 | 657 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
658 | |
30622 | 659 * help.el (describe-mode): Test minor-mode symbol for being |
660 bound before testing its value for being nil. | |
661 | |
30619 | 662 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
663 `first', `second', and `third'. | |
664 | |
665 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
666 (second): Make it an alias for `cadr'. | |
667 | |
30616 | 668 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
669 | |
670 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
671 types of display support faces now. | |
672 | |
30614 | 673 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
674 | |
675 * pcvs.el (require): Require `cl' during compilation, only. | |
676 | |
677 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
678 (toplevel): Remove `remq' and `remove' from autoloads. | |
679 (cl-fake-autoloads): New variable. If set, arrange for an error | |
680 when CL functions etc. are autoloaded. | |
681 | |
30585 | 682 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
683 | |
30593 | 684 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
685 | |
30591 | 686 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
687 popped up, but the user clicks outside the menu, return an empty | |
688 regexp (that causes unhighlight-regexp to have no effect). | |
689 | |
30589 | 690 * menu-bar.el (menu-bar-games-menu): Add Zone. |
691 | |
30585 | 692 * hi-lock.el (toplevel): Require font-lock. |
693 | |
30576 | 694 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
695 | |
696 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
697 (ebnf-8-bit-chars): New var for bug fix. | |
698 (ebnf-string): Bug fix. | |
699 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
700 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
|
701 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
702 * 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
|
703 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
704 (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
|
705 `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
|
706 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
707 |
30567 | 708 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
709 | |
710 * international/mule-cmds.el (select-safe-coding-system): Make | |
711 the message text about selecting a safe coding system more clear. | |
712 | |
30564 | 713 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
714 | |
30565 | 715 * hi-lock.el: New file. |
716 | |
717 * play/zone.el: New file. | |
718 | |
30564 | 719 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
720 value of tab-width in the original buffer. Choose a line number | |
721 format that's a multiple of the original buffer's tab width, so | |
722 that lines appear right. | |
723 | |
724 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
725 Spell-check active region if in transient-mark-mode and mark | |
726 is active; otherwise spell-check buffer. | |
727 | |
728 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
729 | |
730 * ps-mule.el: Fix a customization problem on | |
731 ps-mule-font-info-database-default. | |
732 | |
30555 | 733 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
734 | |
735 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
736 display-mouse-p instead of window-system. | |
737 (ebrowse-member-mode-map): Ditto. | |
738 | |
30553 | 739 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
740 | |
741 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
742 fix. | |
743 (ebnf-version): New version number (3.2). | |
744 (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
|
745 |
30547 | 746 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
747 | |
30549 | 748 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
749 font lock support on window-system. | |
750 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
751 | |
30547 | 752 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
753 display-color-p, if fboundp, instead of window-system. | |
754 | |
30545 | 755 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
756 | |
757 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
758 instead of window-system. | |
759 | |
760 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
761 window-system. | |
762 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
763 instead of window-system. | |
764 | |
765 * strokes.el (strokes-file): Run the file name through | |
766 convert-standard-filename. | |
767 (strokes-mode): Call display-mouse-p instead of looking at | |
768 window-system. Change the error message accordingly. | |
769 | |
770 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
771 | |
772 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
773 (lm-plot-square, lm-init-display): Don't use window-system. | |
774 | |
775 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
776 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
777 | |
778 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
779 instead of looking at window-system. | |
780 | |
30528 | 781 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
782 | |
783 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
784 of testing if iswitchb-prepost-hooks is bound, because the | |
785 latter will always be true when invoking a recursive minibuffer | |
786 from an active Iswitchb buffer. | |
787 | |
30526 | 788 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
789 | |
790 * files.el (shell-quote-wildcard-pattern): New function. | |
791 (insert-directory): Call it. Only prepend "\" to command on Unix | |
792 and GNU/Linux systems. | |
793 | |
30524 | 794 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
795 | |
796 * eshell/esh-groups.el: Change custom :link file names | |
797 from `eshell.info' to `eshell'. | |
798 | |
799 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
800 | |
801 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
802 correctly in recursive ange-ftp listings. | |
803 | |
804 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
805 | |
806 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
807 ps-header-font-size-internal and | |
808 ps-header-title-font-size-internal variables are not set, | |
809 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
810 face text property is (foreground-color . COLOR) or | |
811 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
812 (ps-print-version): New version number (5.2.4). | |
813 (ps-plot-region): Code fix. | |
814 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
815 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
816 Bug fix 2. | |
817 | |
818 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
819 | |
820 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
821 identifiers like `myXMLDocument'. | |
822 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
823 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
|
824 |
30524 | 825 * mail/mail-hist.el (mail-hist-previous-input) |
826 (mail-hist-next-input): Do the obvious code factorization. | |
827 (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
|
828 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
|
829 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
|
830 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
831 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
|
832 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
833 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 834 Use `<=', not `<' to compare times! |
835 (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
|
836 |
30502 | 837 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
838 | |
30516 | 839 * play/cookie1.el: Add explanation of how to make cookie.el |
840 compatible with strfile(1) to comment. | |
841 | |
842 * subr.el (remove, remq): New functions. | |
843 | |
30511 | 844 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
845 escape `*' in regexps. | |
846 (midnight-find): Reverse order of arguments in the funcall of | |
847 TEST. | |
848 | |
849 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
850 and `.class'. | |
851 | |
30502 | 852 * play/meese.el: Add Commentary section. |
853 | |
30516 | 854 2000-07-27 Alex Schroeder <alex@gnu.org> |
855 | |
856 * sql.el (sql-ms): Added autoload cookie. | |
857 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
858 (sql-oracle): Ditto. | |
859 (sql-help): Doc change. | |
860 | |
861 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
862 types and exceptions. | |
863 | |
864 2000-07-27 Alex Schroeder <alex@gnu.org> | |
865 | |
866 * sql.el (sql-placeholder-history): New variable. | |
867 (sql-query-placeholders-and-send): New function that will query | |
868 the user and replace placeholders with user input. | |
869 (sql-oracle): If running on NT, set comint-input-sender to | |
870 sql-query-placeholders-and-send. | |
871 | |
872 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
873 present it as a message. | |
874 | |
875 2000-07-27 Alex Schroeder <alex@gnu.org> | |
876 | |
877 * sql.el (sql-input-ring-separator): Doc change. | |
878 (sql-input-ring-file-name): Doc change. | |
879 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
880 `sql-input-ring-file-name' to set the comint-mode equivalents | |
881 without making them local variables. | |
882 (sql-stop): Don't bind `sql-input-ring-separator' and | |
883 `sql-input-ring-file-name' dynamically to their comint-mode | |
884 equivalents. | |
885 | |
30490 | 886 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
887 | |
888 * international/mule.el (register-char-codings): New function. | |
889 (make-coding-system): Handle `safe-chars' specification in the arg | |
890 PROPERTY. | |
891 | |
892 * international/mule-cmds.el | |
893 (find-coding-systems-region-subset-p): This function deleted. | |
894 (sort-coding-systems-predicate): New variable. | |
895 (sort-coding-systems): New function. | |
896 (find-coding-systems-region): Use | |
897 find-coding-systems-region-internal. | |
898 (find-coding-systems-string): Use find-coding-systems-region. | |
899 (find-coding-systems-for-charsets): Check | |
900 char-coding-system-table. | |
901 (select-safe-coding-system-accept-default-p): New variable. | |
902 (select-safe-coding-system): Mostly rewritten. New argument | |
903 ACCEPT-DEFAULT-P. | |
904 (select-message-coding-system): Call select-safe-coding-system | |
905 with ACCEPT-DEFAULT-P arg. | |
906 (reset-language-environment): Reset default-sendmail-coding-system | |
907 to the default value iso-latin-1. | |
908 (set-language-environment): Don't set the obsolete variable | |
909 charset-origin-alist. | |
910 | |
911 * international/codepage.el (cp-coding-system-for-codepage-1): | |
912 Give `safe-chars' property to make-coding-system. | |
913 | |
914 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
915 calling select-message-coding-system twice. | |
916 | |
917 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
918 instead of `safe-charsets'. | |
919 (cyrillic-alternativnyj): Likewise. | |
920 (ccl-encode-alternativnyj): Don't check the charset | |
921 cyrillic-iso8859-5. | |
922 | |
30484 | 923 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
924 | |
925 * composite.el (compose-chars-after): Preserve match data. | |
926 | |
30481 | 927 2000-07-26 Sam Steingold <sds@gnu.org> |
928 | |
929 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
930 (ange-ftp-real-file-newer-than-file-p): New function. | |
931 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
932 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
933 | |
934 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
935 * midnight.el (midnight-float-time): Ditto. | |
936 | |
30479 | 937 2000-07-26 Andreas Schwab <schwab@suse.de> |
938 | |
939 * files.el (normal-backup-enable-predicate): Correct | |
940 interpretation of the return value of compare-strings. | |
941 | |
30471 | 942 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
943 | |
30477 | 944 * isearch.el (isearch-resume): New function. |
945 (isearch-done): Add something to command-history to resume | |
946 the search. | |
947 (isearch-yank-line, isearch-yank-word): Use | |
948 buffer-substring-no-properties instead of buffer-substring. | |
949 | |
30471 | 950 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
951 of flyspell-mouse-map. | |
952 | |
953 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
954 duplicate definition. | |
955 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
956 | |
957 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
958 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
959 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
960 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
|
961 |
30459 | 962 * net/ange-ftp.el: Get modtime over the net. |
963 (ange-ftp-file-modtime): New function. | |
30473 | 964 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
965 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 966 Use it. |
967 (ange-ftp-dot-to-slash): New function. | |
968 (ange-ftp-fix-name-for-vms): Use it. | |
969 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
970 * 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
|
971 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
972 |
30457 | 973 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
974 | |
975 * find-dired.el: Update copyright notice. | |
976 (find-dired): Offer to kill a running `find'. | |
977 | |
978 * enriched.el (enriched-face-ans): For a `foreground-color' | |
979 property, return '(("x-color" COLOR))' so that COLOR will be | |
980 output as a parameter of the x-color annotation. Likewise for the | |
981 `background-color' property. In the case of normal face | |
982 properties, don't return annotations for unspecified foreground | |
983 and background face attributes. | |
984 | |
30450 | 985 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
986 | |
987 * language/japan-util.el (japanese-katakana-region): Fix handling | |
988 HANKAKU argument. | |
989 | |
30438 | 990 2000-07-25 Miles Bader <miles@gnu.org> |
991 | |
992 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
993 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
994 constrain-to-field. | |
995 | |
30437 | 996 2000-07-24 Andrew Innes <andrewi@gnu.org> |
997 | |
998 * timer.el (timer-activate-when-idle): Add optional parameter | |
999 DONT-WAIT. Update docstring. | |
1000 (run-with-idle-timer): Specify extra parameter to | |
1001 timer-activate-when-idle, so that timer will be activated | |
1002 immediately if Emacs is already idle. | |
1003 | |
1004 * w32-fns.el (w32-using-nt): Fix docstring. | |
1005 | |
30434 | 1006 2000-07-24 Dave Love <fx@gnu.org> |
1007 | |
1008 * mouse.el (popup-menu): Set last-command-event. | |
1009 (mouse-major-mode-menu-prefix): Declare. | |
1010 | |
30433 | 1011 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1012 | |
1013 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1014 | |
1015 * progmodes/hideshow.el: Update copyright notice. | |
1016 | |
1017 * vcursor.el: Set maintainer to FSF, since author cannot | |
1018 be reached. | |
1019 | |
30422 | 1020 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1021 | |
30424 | 1022 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1023 the prompt. | |
1024 | |
30422 | 1025 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1026 in case it was defined with define-prefix-key. If the menu is a | |
1027 list of keymaps, look up the binding of user's choice in each one | |
1028 of the keymaps. | |
1029 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1030 don't have a prompt string, create one and insert it into the | |
1031 keymap. Don't barf if current-local-map returns nil. | |
1032 | |
30415 | 1033 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1034 | |
1035 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1036 to be undone. | |
1037 (dired-sort-other): Use it. | |
1038 | |
30412 | 1039 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1040 | |
30415 | 1041 * Release of cc-mode 5.27 |
30412 | 1042 |
1043 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1044 | |
1045 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1046 c-beginning-of-statement-1 that caused a bad case of recursion | |
1047 which could consume a lot of CPU in large classes in languages | |
1048 that have in-expression classes (i.e. Java and Pike). | |
1049 | |
1050 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1051 statements before top level constructs (i.e. case 6 is moved | |
1052 before case 5 and is now case 4) to catch in-expression | |
1053 classes in top level expressions correctly. | |
1054 | |
1055 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1056 | |
1057 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1058 objc-method-intro. Case 4 removed and case 5I added. | |
1059 | |
1060 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1061 c-common-init to get paragraph-start correct. | |
1062 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1063 initialize paragraph-start to make it correct both with and | |
1064 without the javadoc special case. | |
1065 | |
1066 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1067 initialize paragraph-start for javadoc markup. | |
1068 | |
1069 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1070 change by defaulting this to t. It's motivated by the | |
1071 confusing behavior that otherwise arise from the style system | |
1072 when editing both java and non-java files at the same time | |
1073 (see the comments about style setting in c-common-init). | |
1074 | |
1075 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1076 | |
1077 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1078 similar to the one in c-fill-paragraph to check the fill | |
1079 prefix from the adaptive fill function for sanity. | |
1080 | |
1081 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1082 | |
1083 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1084 defun block. | |
1085 | |
1086 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1087 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1088 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1089 |
1090 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1091 | |
1092 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1093 leading comma nicely. Extended to handle member initializers | |
1094 too. | |
1095 | |
30415 | 1096 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1097 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1098 when the lines begins with a comma. | |
1099 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1100 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1101 |
1102 * cc-vars.el (c-offsets-alist): Changed default for | |
1103 member-init-cont to c-lineup-multi-inher since it now handles | |
1104 member initializers and indents better for leading commas. | |
1105 | |
1106 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1107 | |
1108 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1109 handling that caused class open lines to be recognized as | |
1110 statement-conts in some cases. | |
1111 | |
1112 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1113 guessed by the adaptive fill function unless point is on the | |
1114 first line of a block comment. | |
1115 | |
1116 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1117 when the buffer ends with a macro continuation char. | |
1118 | |
1119 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1120 function definitions as statements in Pike. The first | |
1121 statement in a lambda block is now labeled defun-block-intro | |
1122 instead of statement-block-intro. | |
1123 | |
1124 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1125 so that the class surrounding point is selected, not the one | |
1126 innermost in the state. | |
1127 | |
1128 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1129 recognition of switch labels having hanging multiline | |
1130 statements. | |
1131 | |
1132 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1133 some code in c-guess-basic-syntax to a separate function. | |
1134 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1135 recognition of member inits with multiple line arglists. | |
1136 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1137 member-init-cont when the commas are in funny places. | |
1138 | |
1139 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1140 | |
1141 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1142 not used anymore. | |
1143 | |
1144 * cc-engine.el (c-looking-at-bos): New helper function. | |
1145 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1146 inexpr and toplevel classes apart in Pike. | |
1147 | |
1148 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1149 of case 9A. | |
1150 | |
1151 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1152 constant, since "class" can introduce an in-expression class | |
1153 in Pike nowadays. | |
1154 | |
1155 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1156 | |
1157 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1158 indentation on cpp-macro lines. | |
1159 | |
1160 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1161 a syntax modifier like comment-intro, to make it possible to | |
1162 get syntactic indentation for preprocessor directives. It's | |
1163 incompatible wrt to lineup functions on cpp-macro, but it has | |
1164 no observable effect in the 99.9% common case where cpp-macro | |
1165 is set to -1000. | |
1166 | |
1167 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1168 | |
1169 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1170 member-init-cont when the preceding arglist is several lines. | |
1171 | |
1172 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1173 | |
1174 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1175 style corrected to 8. | |
1176 | |
1177 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1178 | |
1179 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1180 brace list openers in the gnu style. | |
1181 | |
1182 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1183 | |
1184 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1185 | |
1186 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1187 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1188 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1189 when c-syntactic-indentation is nil. | |
1190 | |
1191 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1192 we were left at comments preceding the first statement when | |
1193 reaching the beginning of the buffer. | |
1194 | |
1195 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1196 off all syntactic indentation. | |
1197 | |
1198 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1199 | |
1200 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1201 between the text and the block comment ender when it hangs, | |
1202 depending on how many there are before the fill. | |
1203 | |
1204 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1205 | |
1206 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1207 function to go back to the closest preceding statement start, | |
1208 which could be inside a conditional statement. | |
1209 * cc-engine.el (c-guess-basic-syntax): Use | |
1210 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1211 | |
1212 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1213 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1214 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1215 changed. | |
1216 | |
1217 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1218 up-to-date with javadoc 1.2. | |
1219 | |
1220 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1221 | |
1222 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1223 multiline Pike type decls. | |
1224 | |
1225 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1226 | |
1227 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1228 multiline comments in multiline mode, regardless of | |
1229 comment-multi-line. | |
1230 | |
1231 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1232 | |
1233 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1234 fully::qualified::names in C++ member init lists. Preamble in | |
1235 case 5D changed. | |
1236 | |
1237 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1238 | |
1239 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1240 moved to c-initialize-cc-mode. More compatible style override | |
1241 when using global style variables. | |
1242 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1243 variables moved here. | |
1244 | |
30415 | 1245 * cc-mode.texi: Documented the special behavior of |
30412 | 1246 c-special-indent-hook as a style variable. Don't talk about |
1247 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1248 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
|
1249 |
30412 | 1250 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1251 variable localness in c-style-variables-are-local-p to make | |
1252 the compatibility measure in c-common-init work well. | |
1253 | |
1254 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1255 longer contain set-from-style. | |
1256 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1257 set-from-style on c-special-indent-hook. | |
1258 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1259 copy-alist is sufficient now. | |
1260 | |
1261 * cc-styles.el (c-set-style, c-set-style-1, | |
1262 c-get-style-variables): Fixes to variable initialization so | |
1263 that duplicate entries in styles have the same effect | |
1264 regardless of DONT-OVERRIDE. | |
1265 | |
1266 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1267 initialization of inheriting styles failed when the | |
1268 dont-override flag is set. | |
1269 | |
1270 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1271 on this. | |
1272 | |
1273 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1274 | |
1275 * cc-defs.el (c-forward-comment): Removed the workaround | |
1276 introduced in 5.38 since it had worse side-effects. If a line | |
1277 contains the string "//\"", it regarded the // as a comment | |
1278 start since the \ temporarily doesn't have escape syntax. | |
1279 | |
1280 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1281 | |
1282 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1283 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1284 when ada-prj tries to add to it. | |
1285 (ada-activate-keys-for-case): Suppress the characters that are not | |
1286 part of the Ada syntax. Better compatibility with else-mode | |
1287 (ada-adjust-case-interactive): When auto-casing is not active, | |
1288 correctly insert newlines (used to insert only ^M). Prevent the | |
1289 syntax table from being changed in case of an error | |
1290 (or '_' becomes part of a word and some commands are confused). | |
1291 Do nothing if ada-auto-case is nil. | |
1292 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1293 (ada-batch-reformat): Update usage comment | |
1294 (ada-call-from-contextual-menu): New function | |
1295 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1296 first to nil first, so that the casing exception file can be | |
1297 shared. | |
1298 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1299 files. | |
1300 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1301 anywhere in the error message | |
1302 (ada-contextual-menu-last-point): New variable | |
1303 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1304 t on XEmacs, it means that DEL should delete one character | |
1305 forward. | |
1306 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1307 New submenu "Options". | |
1308 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1309 statements. | |
1310 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1311 even if they don't match ada-fill-comment-prefix Fix handling of | |
1312 paragraphs on the first or last line of a file. | |
1313 (ada-format-paramlist): Fix handling of default parameter values. | |
1314 (ada-get-body-name): New function. | |
1315 (ada-get-current-indent): Optimized by searchling directly for an | |
1316 existing generic part or a statement outside of it. Handle | |
1317 ada-indent-align-comments when indenting comments Replaced some | |
1318 regexps by testing directly the next character. This results in a | |
1319 huge speedup on some files. New indentation scheme for renames | |
1320 statements. Stop looking for the 'while' or 'for' associated with | |
1321 a 'loop' at the first semicolon encountered. A "return" can also | |
1322 match an anonymous access subprogram declaration. | |
1323 (ada-get-indent-noindent): Ignore strings and comments when | |
1324 looking for the keywords "record" and "private". | |
1325 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1326 are not in fact seeing "end if". Ignore "when" statements except | |
1327 when initial keyword was "begin". Fix handling of nested | |
1328 procedures. Add a recursive call to this function to skip over | |
1329 other 'end' statmts. Fix indentation for "when .. => begin" | |
1330 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1331 expressions, where 'and then', 'or else' and parenthesis | |
1332 statements are mixed up. | |
1333 (ada-in-paramlist-p): Skip comments while searching for the | |
1334 beginning Fix handling of operator declarations. | |
1335 (ada-indent-align-comments): New variable | |
1336 (ada-indent-current): Change the syntax table only in the | |
1337 protected section, so that we are sure it is restored correctly. | |
1338 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1339 ada-with-indent Correctly indent "select ... then" | |
1340 (ada-indent-region): Slight speedup. | |
1341 (ada-indent-renames): New variable. | |
1342 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1343 New variables | |
1344 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1345 keyword when it is the first word in a package declaration. | |
1346 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1347 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1348 even if point is not initially at the end of the word. | |
1349 (ada-matching-decl-start-re): Add "when". | |
1350 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1351 which-func-mode Override the old find-file.el entry in | |
1352 ff-special-constructs since it is using the obsolete | |
1353 ada-spec-suffix variable | |
1354 (ada-no-auto-case): New function | |
1355 (ada-scan-paramlist): When parsing the argument type, accept | |
1356 spaces (as in "X 'Class", generated by Rational Rose). | |
1357 (ada-other-file-name): No longer loads the other file. | |
1358 (ada-popup-menu): Save and restore the current buffer and cursor | |
1359 position before and after displaying the menu. | |
1360 (ada-search-ignore-complex-boolean): New function. | |
1361 (ada-uncomment-region): Emacs21 already knows how to delete | |
1362 comments not starting in the first column. | |
1363 (ada-use-indent): New variable | |
1364 (ada-which-function): New function. | |
1365 (ada-with-indent): New variable | |
1366 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1367 can be batch-compiled from the command line. | |
1368 | |
1369 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1370 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1371 Add -toolbar to the default ddd command Switches moved from | |
1372 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1373 ada-prj-default-comp-opt | |
1374 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1375 Reference Manual to the menu | |
1376 (ada-check-current): rewritten as a call to ada-compile-current | |
1377 (ada-compile): Removed. | |
1378 (ada-compile-application, ada-compile-current, ada-check-current): | |
1379 Set the compilation-search-path so that compile.el automatically | |
1380 finds the sources in src_dir. Automatic scrollong of the | |
1381 compilation buffer. C-uC-cC-c asks for confirmation before | |
1382 compiling | |
1383 (ada-compile-current): New parameter, prj-field | |
1384 (ada-complete-identifier): Load the .ali file before doing | |
1385 processing | |
1386 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1387 conform to gnatmake's behavior. | |
1388 (ada-find-file-in-dir): New function | |
1389 (ada-find-references): Set the environment variables for gnatfind | |
1390 (ada-find-src-file-in-dir): New function. | |
1391 (ada-first-non-nil): Removed | |
1392 (ada-gdb-application): Add support for jdb, the java debugger. | |
1393 (ada-get-ada-file-name): Load the original-file first if not done | |
1394 yet. | |
1395 (ada-get-all-references): Handles the new ali syntax (parent types | |
1396 are found between <>). | |
1397 (ada-initialize-runtime-library): New function | |
1398 (ada-mode-hook): Always load a project file when a file is opened, | |
1399 so that the casing exceptions are correctly read. | |
1400 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1401 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1402 to open the project file, since the latter does not work with | |
1403 speedbar Get default values before loading the prj file, or the | |
1404 default executable file name is wrong. Use the absolute value of | |
1405 src_dir to initialize ada-search-directories and | |
1406 compilation-search-path,... Add the standard runtime library to | |
1407 the search path for find-file. | |
1408 (ada-prj-default-debugger): Was missing an opening '{' | |
1409 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1410 variables. | |
1411 (ada-prj-default-gnatmake-opt): New variable | |
1412 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1413 buffers, the project file is the default one Save the windows | |
1414 configuration before displaying the menu. | |
1415 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1416 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1417 ...) regexp-quote identifiers names to support operators +, | |
1418 -,... in regexps. | |
1419 (ada-remote): New function. | |
1420 (ada-run-application): Erase the output buffer before starting the | |
1421 run Support remote execution of the application. Use | |
1422 call-process, or the arguments are incorrectly parsed | |
1423 (ada-set-default-project-file): Reread the content of the active | |
1424 project file, not the one from the current buffer When a project | |
1425 file is set as the default project, all directories are | |
1426 automatically associated with it. | |
1427 (ada-set-environment): New function | |
1428 (ada-treat-cmd-string): New special variable ${current} | |
1429 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1430 any ${...} substring | |
1431 (ada-xref-current): If no body was found, compiles the spec | |
1432 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1433 compiler to get rid of command line length limitations. | |
1434 (ada-xref-get-project-field): New function | |
1435 (ada-xref-project-files): New variable | |
1436 (ada-xref-runtime-library-specs-path) | |
1437 (ada-xref-runtime-library-ali-path): New variables | |
1438 (ada-xref-set-default-prj-values): Default run command now does a | |
1439 cd to the build directory. New field: main_unit Provide a default | |
1440 file name even if the current buffer has no prj file. | |
1441 | |
1442 * ada-prj.el: | |
1443 Rewritten to show a tabbed-dialog. | |
1444 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1445 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1446 New function | |
1447 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1448 (ada-prj-load-from-file): New function | |
1449 (ada-prj-save): Always save fields that depend on the current buffer | |
1450 (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
|
1451 |
30412 | 1452 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1453 Ada mode. This will allow us to display the Ada menu in any buffer | |
1454 we want (for project items). | |
1455 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1456 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
|
1457 |
30395 | 1458 2000-07-24 Dave Love <fx@gnu.org> |
1459 | |
1460 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1461 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1462 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1463 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1464 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1465 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1466 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1467 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1468 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1469 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1470 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1471 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1472 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1473 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1474 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1475 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1476 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1477 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1478 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1479 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1480 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1481 (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
|
1482 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1483 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1484 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1485 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1486 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1487 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1488 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1489 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1490 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1491 |
30386 | 1492 2000-07-23 Dave Love <fx@gnu.org> |
1493 | |
1494 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1495 ^o, ^u. | |
1496 | |
30359 | 1497 2000-07-21 Dave Love <fx@gnu.org> |
1498 | |
30374 | 1499 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1500 now passed to the function. It now works properly. | |
1501 | |
30359 | 1502 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1503 | |
30350 | 1504 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1505 | |
1506 * info-look.el (info-lookup): If *info* is shown in another frame | |
1507 on the same display, select that frame, instead of switching to | |
1508 the Info buffer in another window of the selected frame. | |
1509 | |
1510 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1511 kp-0 to kp-9 and kp-subtract. | |
1512 (digit-argument): Handle these keys. | |
1513 | |
30346 | 1514 2000-07-20 Dave Love <fx@gnu.org> |
1515 | |
1516 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1517 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1518 Put an extra property on the overlays and use it to clean up in | |
1519 case goto-address is re-run. | |
1520 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1521 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1522 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1523 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1524 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1525 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1526 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1527 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1528 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1529 |
30331 | 1530 2000-07-19 Dave Love <fx@gnu.org> |
1531 | |
1532 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1533 implementation. | |
1534 | |
1535 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1536 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1537 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1538 | |
30318 | 1539 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1540 | |
30329 | 1541 * textmodes/refer.el: Correct maintainer's email address. |
1542 | |
1543 * progmodes/hideif.el: Correct author's email address. | |
1544 Fix typo in comment. | |
1545 | |
1546 * xml.el: New file. | |
1547 | |
30318 | 1548 * mail/mailheader.el: Correct author's mail address. |
1549 | |
1550 * gnus/parse-time.el: Correct author's mail address. | |
1551 | |
30329 | 1552 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1553 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1554 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1555 New user options. |
1556 (comint-input-ring-file-name): Change custom type. | |
1557 (comint-mode-map): Bind mouse-2. | |
1558 (comint-insert-clicked-input): New function. | |
1559 (comint-send-input): Handle input highlighting. | |
1560 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1561 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1562 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1563 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1564 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1565 |
30311 | 1566 2000-07-18 Dave Love <fx@gnu.org> |
1567 | |
1568 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1569 improvements. | |
1570 | |
30308 | 1571 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1572 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1573 * faces.el (face-font-selection-order) |
30308 | 1574 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1575 |
30298 | 1576 2000-07-18 Dave Love <fx@gnu.org> |
1577 | |
1578 * cus-edit.el (custom-variable-reset-saved) | |
1579 (custom-variable-reset-standard): Remove unused bindings. | |
1580 | |
1581 * rect.el (open-rectangle-line): Remove unused let. | |
1582 | |
1583 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1584 | |
30296 | 1585 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1586 | |
1587 * cdl.el: Fix `Maintainer' keyword. | |
1588 | |
1589 * play/pong.el: Add author's email address. | |
1590 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1591 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1592 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1593 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1594 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1595 |
30290 | 1596 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1597 | |
1598 * mail/vms-pmail.el: Change maintainer to FSF. | |
1599 | |
1600 * net/goto-addr.el: Change maintainer to FSF. | |
1601 | |
1602 * recentf.el: Update from author. | |
1603 | |
1604 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1605 |
30277 | 1606 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1607 | |
1608 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1609 links to eshell, to avoid problems on systems where the manual is | |
1610 installed as `eshell'. | |
1611 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1612 * eshell/em-smart.el (eshell-smart): Ditto. | |
1613 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1614 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1615 |
1616 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1617 same-file check in the MS-DOS version (it does support inodes). | |
1618 | |
1619 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1620 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1621 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1622 Run default directory name through convert-standard-filename. |
30277 | 1623 |
30255 | 1624 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1625 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1626 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1627 Fix typo in the comment. |
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 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1630 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1631 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1632 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1633 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1634 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1635 |
30255 | 1636 * international/kkc.el (kkc-after-update-conversion-functions): |
1637 New variable. | |
1638 (kkc-update-conversion): Run functions in it at the tail. | |
1639 | |
30277 | 1640 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
|
1641 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1642 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1643 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
|
1644 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1645 |
30253 | 1646 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1647 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1648 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1649 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1650 the conversion list at first if appropriate. | |
1651 (kkc-next): Don't update kkc-next-count here. | |
1652 (kkc-prev): Don't update kkc-prev-count here. | |
1653 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1654 list message. | |
1655 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1656 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1657 |
30290 | 1658 * 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
|
1659 |
30248 | 1660 2000-07-16 Dave Love <fx@gnu.org> |
1661 | |
1662 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1663 function to be more specific. | |
1664 | |
1665 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1666 non-string help-echo. | |
1667 (widget-types-convert-widget): Defsubst it. | |
1668 (widget-echo-help): Try to cope with a help-echo function of two | |
1669 possible sorts. | |
1670 | |
30241 | 1671 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1672 | |
1673 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1674 Declare as obsolete. | |
1675 | |
1676 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1677 | |
30226 | 1678 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1679 | |
1680 * hilit-chg.el: Fix typo. | |
1681 | |
30221 | 1682 2000-07-14 Dave Love <fx@gnu.org> |
1683 | |
1684 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1685 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1686 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1687 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1688 * 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
|
1689 |
30193 | 1690 2000-07-13 Dave Love <fx@gnu.org> |
1691 | |
30195 | 1692 * emacs-lisp/easymenu.el: Doc fixes. |
1693 (easy-menu-remove): Defalias to ignore. | |
1694 | |
30193 | 1695 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1696 Call throw correctly. | |
1697 | |
30190 | 1698 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1699 | |
1700 * faces.el (frame-background-mode): Doc fix. | |
1701 | |
1702 * simple.el (eval-expression-print-length): Change custom type to | |
1703 allow entering nil as value. | |
1704 | |
30185 | 1705 2000-07-13 Dave Love <fx@gnu.org> |
1706 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1707 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1708 Change definition layout. |
30187 | 1709 (fortran-mode-menu): Reinstate customize entries. |
1710 | |
30185 | 1711 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1712 Use :filter, per old XEmacs code. | |
1713 | |
30170 | 1714 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1715 | |
1716 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1717 event when deciding what to send to the terminal. | |
1718 | |
30168 | 1719 2000-07-12 Dave Love <fx@gnu.org> |
1720 | |
1721 * cus-start.el: Add optional version as 4th element of specs and | |
1722 use it for several things new in v21. Remove load-path. Fix type | |
1723 of line-number-display-limit. | |
1724 | |
30148 | 1725 2000-07-11 Dave Love <fx@gnu.org> |
1726 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1727 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1728 Use repeat counts in various regexps. |
30150 | 1729 (fortran-mode-syntax-table): Defvar directly. |
1730 (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
|
1731 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1732 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1733 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1734 (fortran-mode): Set fortran-comment-line-start-skip, |
1735 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1736 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1737 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1738 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1739 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1740 (fortran-auto-fill): New function. | |
1741 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1742 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1743 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1744 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1745 Use fortran-auto-fill. |
30150 | 1746 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1747 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1748 |
30148 | 1749 * widget.el (widget-plist-member): New alias. |
1750 | |
30146 | 1751 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1752 | |
1753 * eshell/esh-module.el (toplevel): Reference | |
1754 byte-compile-current-file only if it is bound. | |
1755 | |
30131 | 1756 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1757 | |
1758 * dired.el: Don't require `dired-aux'. | |
1759 | |
30127 | 1760 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1761 | |
1762 * dired-aux.el (dired-show-file-type): New function. | |
1763 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1764 (dired-show-file-type): Add autoload. | |
1765 | |
30125 | 1766 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1767 | |
1768 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1769 change of fontset-info. |
30125 | 1770 (print-fontset): Likewise. |
1771 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1772 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1773 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1774 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1775 |
30111 | 1776 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1777 | |
30131 | 1778 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1779 |
30111 | 1780 * dired.el (dired-find-alternate-file): New function. |
1781 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1782 (toplevel): Require dired-aux when compiling. | |
1783 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1784 | |
1785 * info.el (Info-last-search): Variable removed. | |
1786 (Info-search-history): New variable. | |
1787 (Info-search): New Info-search-history. | |
1788 | |
1789 * battery.el, info-look.el: Change author's mail address. | |
1790 | |
30115 | 1791 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
|
1792 |
30115 | 1793 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1794 if rmail-ignored-headers is nil. | |
1795 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1796 rmail-displayed-headers to nil. | |
1797 | |
30096 | 1798 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1799 | |
30103 | 1800 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1801 (print-region-1): Don't hard code `-h' here. | |
1802 | |
30096 | 1803 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1804 | |
30103 | 1805 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1806 | |
1807 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1808 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
|
1809 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1810 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1811 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1812 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1813 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1814 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1815 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1816 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1817 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1818 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1819 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
|
1820 |
30096 | 1821 * ediff-diff.el (ediff-wordify): Use syntax table. |
1822 * 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
|
1823 ediff-color-display-p. |
30096 | 1824 (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
|
1825 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1826 Got rid of special cases for NeXT and OS/2. |
30096 | 1827 * 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
|
1828 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1829 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1830 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1831 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1832 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1833 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1834 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1835 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1836 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1837 * 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
|
1838 |
30076 | 1839 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1840 | |
30085 | 1841 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1842 not be changed without changing the make-dist script. | |
1843 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1844 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1845 (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
|
1846 |
30067 | 1847 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1848 | |
1849 * makefile.nt: Add support for `bootstrap' and related targets. | |
1850 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1851 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1852 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1853 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1854 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1855 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1856 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
|
1857 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1858 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1859 (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
|
1860 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1861 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
|
1862 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1863 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1864 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1865 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1866 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
|
1867 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1868 |
30056 | 1869 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1870 | |
1871 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1872 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1873 (eval-defun): If called with prefix arg, instrument code for | |
1874 Edebug. | |
1875 | |
1876 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1877 similar to that of eval-defun. | |
1878 | |
30029 | 1879 2000-07-04 Dave Love <fx@gnu.org> |
1880 | |
30035 | 1881 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1882 | |
30029 | 1883 * calendar/todo-mode.el: Replaced with a working version, based on |
1884 revision 1.34 tidied up. | |
1885 | |
1886 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1887 |
1888 * paths.el (prune-directory-list): New function. | |
1889 (Info-default-directory-list): Rewritten to more methodically | |
1890 enumerate a big list of possible info directories (based on the | |
1891 list used by the standalone info reader). | |
30029 | 1892 |
30021 | 1893 * 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
|
1894 non-existent directories from Info-directory-list. |
30021 | 1895 |
1896 * paths.el (Info-default-directory-list): Try a list of possible | |
1897 info-directories instead of a single one. Add the possible | |
1898 info directory "/usr/share/info". | |
1899 | |
1900 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1901 man-db config file "/etc/manpath.config". | |
1902 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1903 are present in `manpath.config'. | |
1904 (woman-manpath): Include "/usr/share/man". | |
1905 | |
30006 | 1906 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1907 | |
30017 | 1908 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1909 | |
1910 * startup.el (command-line): Initialize blink-cursor based | |
1911 on window-system. | |
1912 | |
30014 | 1913 * frame.el (blink-cursor): Default to nil if not running under |
1914 a window-system. | |
1915 | |
30012 | 1916 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1917 (face-x-resources): Remove duplicate entry for :font. | |
1918 | |
30006 | 1919 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1920 instead of cycling through windows with next-window. | |
1921 | |
1922 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1923 of cycling through windows with next-window. | |
1924 | |
1925 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1926 of cycling through windows with next-window. | |
1927 | |
1928 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1929 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1930 instead of cycling through windows with next-window. | |
1931 | |
1932 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1933 instead of cycling through windows with next-window. | |
1934 | |
1935 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1936 of cycling through windows with next-window. | |
1937 | |
1938 * terminal.el (te-process-output): Use walk-windows instead of | |
1939 cycling through windows with next-window. | |
1940 | |
1941 * server.el (server-switch-buffer): Use some-window instead of | |
1942 cycling through windows with next-window. | |
1943 | |
1944 * window.el (some-window): New function. | |
1945 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1946 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1947 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1948 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1949 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1950 |
1951 * window.el (walk-windows): Guarantee termination by keeping a list | |
1952 of all the windows already handled. | |
1953 | |
29975 | 1954 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1955 | |
1956 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1957 window-system. | |
1958 | |
1959 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1960 Man-notify-method is newframe, and the display is not | |
1961 multi-frame, select the frame created for the man page. | |
1962 (Man-init-defvars): Doc fix. | |
1963 | |
29972 | 1964 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1965 | |
29982 | 1966 * faces.el (region): Change background color for light background. |
1967 | |
1968 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1969 attribute from mode-line face of Ediff control frame. | |
1970 | |
29972 | 1971 * replace.el (query-replace-map): Bind `e' like `E'. |
1972 | |
29967 | 1973 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1974 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1975 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1976 Change name to "Select All". |
29969 | 1977 |
29967 | 1978 * dos-fns.el (convert-standard-filename): Fix last change. |
1979 | |
29957 | 1980 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1981 | |
29959 | 1982 * help.el (describe-variable): Don't insert a second `'s' in front |
1983 of the string `value is shown below'. Since the syntax-table is | |
1984 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1985 an existing `'s', so that this won't be deleted. | |
1986 | |
29957 | 1987 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1988 * pcmpl-unix.el: New files. | |
1989 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1990 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1991 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1992 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1993 |
29939 | 1994 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1995 | |
29956 | 1996 * replace.el (perform-replace): Undo change of 2000-04-04. |
1997 Instead, move backward 1 character at the end of the loop when | |
1998 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1999 |
29949 | 2000 * faces.el (fringe): Change face for different backgrounds. |
2001 | |
2002 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
2003 patch from John. | |
2004 | |
29939 | 2005 * eshell/*.el: Change spelling of the Free Software Foundation. |
2006 | |
2007 * eshell/esh-toggle.el: Removed. | |
2008 | |
2009 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2010 | |
2011 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2012 interactively. | |
2013 | |
2014 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2015 | |
2016 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2017 `define-key'; instead of checking `(emacs-version)' check for | |
2018 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2019 for `;' and `o' which might be electric. | |
2020 | |
2021 (sql-electric-stuff): New user option. | |
2022 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2023 (sql-magic-semicolon): New function which uses | |
2024 `sql-electric-stuff'. | |
2025 | |
2026 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2027 is not fboundp. | |
2028 | |
2029 (sql-oracle-options): New variable. | |
2030 (sql-oracle): Use it. | |
2031 | |
2032 (sql-imenu-generic-expression): Doc change. | |
2033 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2034 is used. | |
2035 | |
2036 (sql-informix): Added command line parameter "-" to force | |
2037 sql-informix-program to use stdout. | |
2038 | |
29924 | 2039 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2040 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2041 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2042 (cp864-decode-table): Doc fix. |
2043 (cp720-decode-table): New variable, supports the Arabic OEM | |
2044 codepage used by Windows. | |
2045 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2046 | |
29920 | 2047 2000-06-23 Dave Love <fx@gnu.org> |
2048 | |
2049 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2050 (font-lock-fontify-anchored-keywords): Use | |
2051 line-beginning-position. | |
2052 (global-font-lock-mode): Use mapc. | |
2053 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2054 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2055 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2056 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2057 |
29870 | 2058 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2059 | |
29885 | 2060 * comint.el (comint-substitute-in-file-name): Call replace-match |
2061 with second and third arg t. | |
2062 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2063 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2064 Specify foreground color. |
2065 | |
2066 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2067 color. | |
2068 | |
29876 | 2069 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2070 | |
2071 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2072 cddr instead of cdddr. | |
2073 | |
29873 | 2074 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2075 instead of copy-list. | |
2076 | |
2077 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2078 of copy-list. | |
2079 | |
29870 | 2080 * subdirs.el: Add eshell subdirectory. |
2081 | |
2082 * eshell: New subdirectory containing the Eshell package. | |
2083 | |
2084 * pcomplete.el: New file. | |
2085 | |
29885 | 2086 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2087 | |
29888 | 2088 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2089 proper permissions from birth. | |
2090 | |
2091 * files.el (basic-save-buffer-2): When temporarily setting | |
2092 file modes, set them to current modes plus 0200, not to 0777. | |
2093 | |
29885 | 2094 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2095 permissions from birth. | |
2096 | |
29857 | 2097 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2098 | |
2099 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2100 backup file name through convert-standard-filename. | |
2101 | |
2102 * dos-fns.el (convert-standard-filename): Convert leading | |
2103 directories as well. When long file names are supported, convert | |
2104 characters that are invalid in Windows file names. | |
2105 | |
29849 | 2106 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2107 | |
2108 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2109 ps-print crashes. New feature: page selection for printing. Create | |
2110 raw-text-unix coding system for XEmacs. Doc fix. | |
2111 (ps-print-version): New version number (5.2.3). | |
2112 (ps-plot-region): Bug fix. | |
2113 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2114 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2115 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2116 funs. | |
2117 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2118 (ps-last-page): New vars. | |
2119 | |
29845 | 2120 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2121 | |
2122 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2123 empty option string. | |
2124 | |
29839 | 2125 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2126 | |
2127 * man.el (man): Doc fix. | |
2128 | |
29829 | 2129 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2130 | |
2131 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2132 fixed. | |
2133 | |
29814 | 2134 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2135 | |
2136 * version.el (emacs-version): Use ISO date format. | |
2137 | |
2138 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2139 instead of `M-backspace'. | |
2140 | |
2141 * simple.el (turn-off-auto-fill): New function. | |
2142 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2143 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2144 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2145 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2146 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2147 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2148 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2149 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2150 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2151 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2152 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
|
2153 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2154 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2155 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2156 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2157 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2158 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
|
2159 (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
|
2160 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2161 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2162 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2163 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2164 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2165 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2166 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2167 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2168 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2169 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2170 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2171 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2172 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2173 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2174 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2175 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2176 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2177 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2178 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2179 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2180 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2181 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2182 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2183 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2184 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2185 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2186 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2187 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2188 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2189 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2190 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2191 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2192 * 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
|
2193 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2194 * 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
|
2195 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2196 * 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
|
2197 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2198 * 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
|
2199 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2200 |
29776 | 2201 2000-06-20 Dave Love <fx@gnu.org> |
2202 | |
2203 * faces.el (frame-background-mode): Use set-default, not set, in | |
2204 setter. | |
2205 (frame-update-faces, frame-update-face-colors): Define with | |
2206 defalias. | |
2207 | |
2208 * enriched.el (enriched-decode-foreground) | |
2209 (enriched-decode-background): Don't use internal-find-face. | |
2210 | |
2211 * apropos.el: Doc fixes. | |
2212 | |
2213 * cus-edit.el (customize-changed-options): Check arg. | |
2214 (customize-version-lessp): Don't require decimal point. | |
2215 | |
2216 * custom.el (defcustom, defgroup): Doc fix. | |
2217 | |
2218 * newcomment.el (comment) <defgroup>: Add :version. | |
2219 (comment-multi-line): Doc fix. | |
2220 | |
2221 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2222 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2223 | |
29747 | 2224 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2225 | |
2226 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2227 the whole buffer. | |
2228 | |
29740 | 2229 2000-06-19 Dave Love <fx@gnu.org> |
2230 | |
2231 * menu-bar.el (menu-bar-options-save): New function. | |
2232 (menu-bar-options-menu): Use it. | |
2233 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2234 Simplify. | |
2235 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2236 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2237 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2238 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2239 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2240 |
29720 | 2241 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2242 | |
2243 * international/codepage.el: | |
2244 (cp-coding-system-for-codepage-1): Delete special codes for | |
2245 generating xxx-dos coding system because now a CCL based coding | |
2246 system can handle EOL conversion by default. | |
2247 | |
2248 * international/mule.el (make-coding-system): Generate subsidiary | |
2249 coding systems for EOL handling variants even for a CCL based | |
2250 coding system. | |
2251 | |
29718 | 2252 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2253 | |
2254 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2255 (isearch-minibuffer-input-method-function): These variables | |
2256 deleted. | |
2257 (isearch-with-input-method): Don't use the above variables. | |
2258 (isearch-process-search-multibyte-characters): Likewise. Call | |
2259 read-string with the arg INHERIT-INPUT-METHOD t. | |
2260 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2261 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2262 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2263 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2264 (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
|
2265 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2266 * 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
|
2267 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2268 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2269 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
|
2270 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2271 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2272 |
29712 | 2273 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2274 | |
2275 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2276 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2277 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2278 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2279 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2280 |
29696 | 2281 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2282 | |
2283 * find-lisp.el: New file. | |
2284 | |
29694 | 2285 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2286 | |
2287 * time.el (display-time-mail-function): New variable, to allow | |
2288 external packages to indicate when new mail is available. | |
2289 (display-time-update): Use it. | |
2290 | |
29689 | 2291 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2292 | |
29691 | 2293 * international/mule.el (mule-version): Change version name to |
2294 SAKAKI. AOI has already been used by Meadow. | |
2295 | |
29689 | 2296 * international/quail.el (quail-show-guidance-buf): To find the |
2297 bottom window (but minibuffer), pay attention to the height of | |
2298 minibuffer. | |
2299 | |
29670 | 2300 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2301 | |
29682 | 2302 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2303 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2304 from the menu bar, as the menu bar has enough space now. | |
2305 | |
29680 | 2306 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2307 | |
29670 | 2308 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2309 characters, which use series of two ^H characters instead of one. | |
2310 | |
29667 | 2311 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2312 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2313 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2314 (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
|
2315 functions. |
29686 | 2316 (Info-find-node-2): Try a case-sensitive search first, then |
2317 do a case-insensitive search. | |
2318 | |
2319 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2320 tutorials. | |
2321 | |
29676 | 2322 * complete.el (PC-env-vars-alist): New variable. |
2323 (PC-complete-as-file-name): New function. | |
2324 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2325 process-environment. | |
2326 (PC-do-completion): Handle completion of env vars. | |
2327 | |
2328 * info.el (Info-set-mode-line): Show file name in mode line, | |
2329 use `*Info*' instead of `Info:'. | |
2330 | |
29667 | 2331 * startup.el (command-line-1): Change copyright messages to year |
2332 2000. | |
2333 | |
29665 | 2334 2000-06-15 Dave Love <fx@gnu.org> |
2335 | |
2336 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2337 not local-map. | |
2338 | |
29658 | 2339 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2340 | |
2341 * international/mule.el (set-buffer-file-coding-system): Almost | |
2342 rewritten to handle `undecided' as no-op. | |
2343 | |
29654 | 2344 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2345 | |
29667 | 2346 * Makefile.in: New file. |
29657 | 2347 |
2348 * Makefile: Removed. | |
2349 | |
29654 | 2350 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2351 (goto-address-highlight-keymap): Bind C-c RET. | |
2352 | |
29640 | 2353 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2354 | |
29649 | 2355 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2356 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2357 |
29645 | 2358 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2359 0. Give correct argument to set-auto-coding-function. | |
2360 (tar-expunge): For goto-char, use (point-min), not 0. | |
2361 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2362 (tar-subfile-save-buffer): Likewize. | |
2363 | |
29640 | 2364 * international/mule.el |
2365 (after-insert-file-set-buffer-file-coding-system): Call | |
2366 set-buffer-file-coding-system with the arg FORCE t. | |
2367 | |
29633 | 2368 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2369 | |
2370 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2371 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2372 the sender is set with `-f'. |
29633 | 2373 |
29622 | 2374 2000-06-13 Dave Love <fx@gnu.org> |
2375 | |
29630 | 2376 * help.el (describe-function-1): Kluge around cases of functions |
2377 fset to subrs whose doc doesn't match their symbol-name. | |
2378 | |
29627 | 2379 * image.el (insert-image): Default STRING to a space. |
29625 | 2380 |
29622 | 2381 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2382 (Info-build-node-completions): Match Ref tags. |
29622 | 2383 |
29612 | 2384 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2385 | |
29615 | 2386 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2387 defaliases for display-graphic-p. | |
2388 | |
29612 | 2389 * hl-line.el: Fixed a typo in commentary. |
2390 | |
29609 | 2391 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2392 | |
2393 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2394 fixed. | |
2395 | |
29608 | 2396 2000-06-12 Dave Love <fx@gnu.org> |
2397 | |
2398 * image.el (insert-image): Save a little consing. | |
2399 | |
29598 | 2400 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2401 | |
2402 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2403 to the corresponding tibetan characters. | |
2404 (tibetan-add-components): Delete code for the special treatment of | |
2405 'a chung. | |
2406 | |
2407 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2408 change. | |
2409 (tibetan-vowel-transcription-alist): More rules added. | |
2410 (tibetan-composite-vowel-alist): New variable. | |
2411 (tibetan-precomposition-rule-alist): More rules added. | |
2412 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2413 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2414 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2415 * 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
|
2416 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2417 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2418 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2419 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2420 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2421 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2422 * 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
|
2423 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2424 * 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
|
2425 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2426 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2427 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2428 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2429 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2430 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2431 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2432 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2433 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2434 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2435 * 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
|
2436 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2437 * 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
|
2438 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2439 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2440 (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
|
2441 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2442 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2443 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2444 (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
|
2445 (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
|
2446 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2447 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2448 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2449 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2450 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2451 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2452 * 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
|
2453 (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
|
2454 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2455 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2456 (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
|
2457 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2458 (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
|
2459 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
|
2460 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2461 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2462 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2463 * 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
|
2464 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2465 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2466 (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
|
2467 (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
|
2468 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
|
2469 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2470 * 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
|
2471 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
|
2472 |
29574 | 2473 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2474 | |
2475 * international/mule.el (set-buffer-file-coding-system): If | |
2476 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2477 unconditionally. | |
2478 | |
29568 | 2479 2000-06-12 Dave Love <fx@gnu.org> |
2480 | |
2481 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2482 required. | |
2483 | |
29556 | 2484 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2485 | |
2486 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2487 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2488 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2489 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2490 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2491 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2492 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2493 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
|
2494 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2495 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2496 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2497 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2498 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2499 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2500 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2501 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2502 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2503 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2504 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2505 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
|
2506 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2507 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
|
2508 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2509 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2510 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2511 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2512 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2513 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2514 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2515 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2516 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2517 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2518 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2519 |
29542 | 2520 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2521 | |
2522 * 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
|
2523 undecided-XXX is specified, change only EOL conversion. |
29542 | 2524 |
2525 * international/mule-conf.el (unix): New alias for the coding | |
2526 system undecided-unix. | |
2527 | |
29528 | 2528 2000-06-09 Dave Love <fx@gnu.org> |
2529 | |
29535 | 2530 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2531 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2532 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2533 (executable-insert): Change custom type. |
2534 (executable-find): Add autoload cookie. | |
29531 | 2535 (executable-make-buffer-file-executable-if-script-p): New |
2536 function. After Noah Friedman. | |
29528 | 2537 |
2538 * files.el (after-save-hook): Customize, with | |
29531 | 2539 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2540 |
29518 | 2541 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2542 | |
29522 | 2543 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2544 "tib24p-mule.bdf" for Tibetan. | |
2545 | |
29520 | 2546 * composite.el (decompose-composite-char): Declare it as obsolete. |
2547 | |
29541 | 2548 * man.el (Man-fontify-manpage): Pay attention to underline and |
2549 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2550 |
29517 | 2551 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2552 | |
2553 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2554 Set maintainer to FSF since author isn't reachable. | |
2555 | |
29508 | 2556 2000-06-08 Dave Love <fx@gnu.org> |
2557 | |
2558 * international/mule-cmds.el (select-safe-coding-system): If | |
2559 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2560 preferred coding-system if buffer-file-coding-system is | |
2561 `undecided'. From Handa. | |
2562 | |
29503 | 2563 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2564 | |
2565 * international/mule.el | |
2566 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2567 size is greater than INSERTED, judget that we are not visiting. | |
2568 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2569 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
|
2570 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2571 * 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
|
2572 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
|
2573 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
|
2574 |
29498 | 2575 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2576 | |
2577 * align.el: Update from author. | |
2578 | |
2579 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2580 | |
2581 * apropos.el (apropos-mode-hook): New user variable. | |
2582 (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
|
2583 |
29498 | 2584 2000-06-07 David Ponce <david@dponce.com> |
2585 | |
2586 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2587 commands. Require `wid-edit' at run-time. | |
2588 | |
2589 2000-06-07 David Ponce <david@dponce.com> | |
2590 | |
2591 * recentf.el: Added some "Commentary". | |
2592 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2593 move the point at the top of the file list. This behaviour is | |
2594 consistent with the menu one when the list contains a lot of | |
2595 files. | |
2596 (recentf-cleanup): Now displays the number of items removed from | |
2597 the list. | |
2598 (recentf-relative-filter) New menu filter to show filenames | |
2599 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
|
2600 |
29498 | 2601 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2602 | |
2603 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2604 with/without giving an error if PostScript printer doesn't have this | |
2605 kind of page size. Zebra Stripe continues or restarts on next page. | |
2606 Manual/automatic paper feeding. Switch or not the header. | |
2607 (ps-print-version): New version number (5.2.2). | |
2608 (ps-windows-system): Include emx as a Windows system. | |
2609 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2610 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2611 (ps-background-text): Code fix. | |
2612 (ps-error-handler-message, ps-user-defined-prologue) | |
2613 (ps-print-prologue-header, ps-printer-name) | |
2614 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2615 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2616 (ps-use-face-background): Customization fix. | |
2617 (ps-n-up-database): Data fix. | |
2618 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2619 (ps-switch-header): New vars. | |
2620 (ps-xemacs-color-name, ps-face-foreground-name) | |
2621 (ps-face-background-name, ps-boolean-constant): New funs. | |
2622 | |
29491 | 2623 2000-06-07 Dave Love <fx@gnu.org> |
2624 | |
2625 * allout.el: New version from Manheimer. | |
2626 | |
29483 | 2627 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2628 | |
2629 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2630 charset. | |
2631 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2632 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
|
2633 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2634 * 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
|
2635 (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
|
2636 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
|
2637 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2638 |
29471 | 2639 2000-06-06 Dave Love <fx@gnu.org> |
2640 | |
2641 * image.el (find-image): Doc fix. Return nil if image not found. | |
2642 (put-image, insert-image): Make STRING arg optional. | |
2643 | |
29455 | 2644 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2645 | |
2646 * language/vietnamese.el: Remove eval-when-compile. | |
2647 (viet-viscii-nonascii-translation-table): Define it as a | |
2648 translation table made from viet-viscii-decode-table. | |
2649 (viet-viscii-encode-table): Define it as a translation table made | |
2650 from the reverse map of above. | |
2651 (viet-vscii-nonascii-translation-table): Define it as a | |
2652 translation table made from viet-vscii-decode-table. | |
2653 (viet-vscii-encode-table): Define it as a translation table made | |
2654 from the reverse map of above. | |
2655 (ccl-decode-viscii): Use translate-character. | |
2656 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2657 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2658 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2659 |
29455 | 2660 * language/cyrillic.el: Remove eval-when-compile. |
2661 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2662 translation table made from cyrillic-koi8-r-decode-table. | |
2663 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2664 made from the reverse map of above. | |
2665 (ccl-decode-koi8): Use translate-character. | |
2666 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2667 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2668 a translation table made from cyrillic-alternativnyj-decode-table. | |
2669 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2670 table made from the reverse map of above. | |
2671 (ccl-decode-alternativnyj): Use translate-character. | |
2672 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2673 Likewize | |
2674 | |
2675 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2676 translation table symbol instead of translation table itself. | |
2677 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2678 | |
2679 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2680 already exists, override it. | |
2681 | |
2682 * international/fontset.el: Use family `proportional' for Tibetan | |
2683 fonts. | |
2684 | |
2685 * international/ccl.el (ccl-compile-translate-character): Don't | |
2686 check if Rrr has property translation-table. | |
2687 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2688 | |
29447 | 2689 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2690 | |
2691 * info.el: Bind case-fold-search to t when searching in case | |
2692 a user sets it to nil in a hook. | |
2693 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2694 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2695 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2696 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2697 * 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
|
2698 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2699 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2700 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2701 (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
|
2702 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2703 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
|
2704 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2705 * 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
|
2706 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2707 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2708 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2709 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2710 * 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
|
2711 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2712 (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
|
2713 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2714 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2715 (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
|
2716 (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
|
2717 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2718 * 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
|
2719 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2720 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
|
2721 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2722 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2723 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2724 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2725 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2726 (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
|
2727 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2728 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2729 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
|
2730 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2731 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2732 * 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
|
2733 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2734 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
|
2735 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2736 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
|
2737 |
29447 | 2738 * 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
|
2739 tty's. |
29447 | 2740 * 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
|
2741 differences whenever appropriate. |
29447 | 2742 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2743 * 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
|
2744 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2745 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2746 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2747 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2748 * 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
|
2749 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2750 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2751 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
|
2752 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2753 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2754 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2755 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2756 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2757 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2758 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2759 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2760 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2761 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2762 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2763 (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
|
2764 (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
|
2765 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2766 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2767 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
|
2768 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2769 (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
|
2770 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2771 |
29403 | 2772 2000-06-02 Dave Love <fx@gnu.org> |
2773 | |
2774 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2775 all the widgets. Don't require cl or widget. Remove | |
2776 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2777 (widget-read-event): Removed. Callers changed to use read-event. | |
2778 (widget-button-release-event-p): Renamed from | |
2779 button-release-event-p. | |
2780 (widget-field-add-space, widget-field-use-before-change): | |
2781 Uncustomize. | |
2782 (widget-specify-field): Use keymap property, not local-map. | |
2783 (widget-specify-button): Obey :suppress-face. | |
2784 (widget-specify-insert): Use modern backquote syntax. | |
2785 (widget-image-directory): Renamed from widget-glyph-directory. | |
2786 (widget-image-enable): Renamed from widget-glyph-enable. | |
2787 (widget-image-find): Replaces widget-glyph-find. | |
2788 (widget-button-pressed-face): Move defvar. | |
2789 (widget-image-insert): Replaces widget-glyph-insert. | |
2790 (widget-convert): Use keywordp. | |
2791 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2792 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2793 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2794 (widget-button-click): Don't set point at the click, but re-centre |
2795 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2796 (widget-tabable-at): Use POS arg, not point. | |
2797 (widget-beginning-of-line, widget-end-of-line) | |
2798 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2799 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2800 (widget-default-create): Use widget-image-insert; some rewriting. | |
2801 (widget-visibility-value-create) | |
2802 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2803 widget-image-insert. | |
2804 (checkbox): Create on and off images dynamically. | |
2805 (documentation-link): Change :help-echo. | |
2806 (widget-documentation-link-echo-help): Remove. | |
2807 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2808 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2809 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2810 * 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
|
2811 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2812 * 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
|
2813 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2814 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2815 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2816 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2817 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2818 |
29383 | 2819 2000-06-02 Dave Love <fx@gnu.org> |
2820 | |
29392 | 2821 * files.el (convert-standard-filename): Doc fix. |
2822 (normal-backup-enable-predicate): New function. | |
2823 (backup-enable-predicate): Use it to replace the lambda form. | |
2824 | |
2825 * calendar/todo-mode.el: [This needs more work on the outline | |
2826 stuff.] Doc fixes. | |
2827 (todo) <defgroup>: Add :version. | |
2828 (todo-add-category): Don't use pushnew. | |
2829 (todo-cmd-raise): Fix typo. | |
2830 (todo-top-priorities): Change temp buffer name. | |
2831 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2832 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2833 Use outline-next-heading. |
29392 | 2834 |
29383 | 2835 * autoarg.el: Rewritten to use define-minor-mode. |
2836 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2837 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2838 | |
29376 | 2839 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2840 | |
2841 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2842 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2843 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2844 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2845 * 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
|
2846 (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
|
2847 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2848 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2849 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2850 |
29372 | 2851 2000-06-01 Dave Love <fx@gnu.org> |
2852 | |
2853 * hl-line.el: Rewritten using define-minor-mode. | |
2854 | |
2855 * help.el (describe-function-1): Distinguish special form from | |
2856 builtin function. Sanity-check presence of arglist for builtins. | |
2857 | |
29356 | 2858 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2859 | |
29365 | 2860 * international/characters.el: Fix syntax/category setting of |
2861 Tibetan characters. | |
2862 | |
2863 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2864 encoding of Tibetan characters. | |
2865 (tibetan-decompose-precomposition-alist): New variable. | |
2866 (tibetan-decompose-region): Convert precomposed characters to | |
2867 non-precomposed characters. | |
2868 (tibetan-decompose-string): Likewise. | |
2869 (tibetan-composition-function): Fix args to | |
2870 thibetan-compose-string. | |
2871 | |
2872 * language/tibetan.el (tibetan-composable-pattern): More | |
2873 characters included. | |
2874 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2875 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2876 "+R" added. | |
2877 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2878 | |
29359 | 2879 * language/lao-util.el (lao-composition-function): Fix args to |
2880 compose-string. | |
2881 | |
2882 * language/thai-util.el (thai-composition-function): Fix args to | |
2883 compose-string. | |
2884 | |
29356 | 2885 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2886 to prevent the point moving to the end of a composition when a |
2887 part of a composition is searched. | |
29356 | 2888 (isearch-other-meta-char): If the key invoking this command can be |
2889 mapped by function-key-map to a printing char, call | |
2890 isearch-process-search-char directly. | |
2891 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2892 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2893 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2894 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2895 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2896 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2897 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2898 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2899 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2900 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2901 * 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
|
2902 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2903 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2904 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
|
2905 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2906 * 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
|
2907 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2908 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
|
2909 |
29347 | 2910 2000-05-31 Dave Love <fx@gnu.org> |
2911 | |
2912 * loadhist.el (loadhist-hook-functions): Remove | |
2913 before-change-function, after-change-function. | |
2914 (unload-feature): Deal with symbols which are both bound and | |
2915 fbound. | |
2916 | |
2917 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2918 before-change-function, after-change-function. | |
2919 | |
2920 * simple.el (newline): Don't bind before-change-function, | |
2921 after-change-function. | |
2922 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2923 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
|
2924 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2925 * 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
|
2926 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
|
2927 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
|
2928 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
|
2929 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2930 * 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
|
2931 |
29330 | 2932 2000-05-31 Dave Love <fx@gnu.org> |
2933 | |
2934 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2935 pattern for function of change. | |
2936 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2937 acknowledgements patterns. | |
2938 | |
29328 | 2939 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2940 | |
2941 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2942 being used, call isearch-process-search-multibyte-characters. | |
2943 | |
2944 * international/isearch-x.el: Mostly rewritten. | |
2945 | |
2946 * international/quail.el (quail-start-conversion): Don't include | |
2947 unhandled events in the returned events, but set them in | |
2948 unread-command-events. Exit if all inputs are deleted. | |
2949 | |
29324 | 2950 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2951 | |
2952 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2953 | |
2954 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2955 Reenable code to create initial fontsets. | |
2956 Use set-fontset-font in place of put-charset-property. | |
2957 | |
29302 | 2958 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2959 | |
29307 | 2960 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2961 label, ensure that the first colon isn't followed by another. | |
2962 | |
2963 * paths.el (Info-default-directory-list): Doc fix. | |
2964 | |
29304 | 2965 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2966 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2967 send a query containing USER only, not USER@HOST. | |
2968 | |
29302 | 2969 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2970 and rmail-msgend to compute the restriction at the end, instead of | |
2971 computing it. | |
2972 | |
29292 | 2973 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2974 | |
29295 | 2975 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2976 echo area if the minibuffer window is active. | |
2977 | |
29292 | 2978 * jit-lock.el (jit-lock-mode): Add after change function to |
2979 local hook. | |
2980 | |
2981 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2982 | |
2983 * antlr-mode.el: New commands: hide/unhide actions, | |
2984 upcase/downcase literals. | |
2985 (antlr-tiny-action-length): New user option. | |
2986 (antlr-hide-actions): New command. Suggested by | |
2987 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
|
2988 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2989 (antlr-mode-menu): New entries. |
2990 (antlr-downcase-literals): New command. | |
2991 (antlr-upcase-literals): Ditto. | |
2992 | |
2993 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2994 (antlr-indent-line): Indent cpp directive at column 0. | |
2995 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2996 | |
2997 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2998 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2999 bug in XEmacs version of font-lock. | |
3000 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
3001 be used by a smarter version of `buffers-menu-grouping-function'. | |
3002 | |
3003 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
3004 | |
3005 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
3006 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
3007 | |
29266 | 3008 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3009 | |
3010 * international/encoded-kb.el | |
3011 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3012 charset-iso-final-char return -1 for eight-bit-control and | |
3013 eight-bit-graphic. | |
3014 | |
29261 | 3015 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3016 | |
3017 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3018 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3019 available, instead of window-system. | |
3020 | |
29259 | 3021 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3022 | |
3023 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3024 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3025 coding systems. | |
3026 | |
29248 | 3027 2000-05-26 Dave Love <fx@gnu.org> |
3028 | |
29255 | 3029 * disp-table.el (standard-display-underline): Don't use |
3030 internal-find-face. | |
3031 | |
29248 | 3032 * mail/reporter.el: Maintainer change. Doc fixes. |
3033 (reporter-version): Deleted. | |
3034 | |
3035 * emacs-lisp/elp.el: Maintainer change. | |
3036 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3037 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3038 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3039 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3040 * 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
|
3041 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3042 |
29240 | 3043 2000-05-26 Dave Love <fx@gnu.org> |
3044 | |
29242 | 3045 * loadhist.el (unload-feature): Fix interactive spec [from |
3046 lijnzaad@ebi.ac.uk]. | |
3047 | |
29240 | 3048 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3049 subr-arity to check primitives. | |
3050 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3051 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3052 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3053 mapcar. | |
3054 | |
29226 | 3055 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3056 | |
29235 | 3057 * international/fontset.el: Set family names of non-latin charsets |
3058 in default fontset to "*". | |
3059 | |
29230 | 3060 * international/mule-diag.el (print-fontset): Combine family part |
3061 and registry part of the fontname by "-*-" instead of "-". | |
3062 | |
29226 | 3063 * international/mule-cmds.el (encode-coding-char): Make strings |
3064 multibyte before calling encode-coding-string. | |
3065 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3066 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3067 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3068 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3069 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3070 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3071 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3072 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3073 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3074 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3075 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3076 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3077 * 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
|
3078 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3079 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3080 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3081 (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
|
3082 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3083 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3084 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3085 |
29214 | 3086 2000-05-25 Dave Love <fx@gnu.org> |
3087 | |
3088 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3089 byte-code-function-p. | |
3090 | |
3091 * mail/rmailsum.el: Add provide. | |
3092 | |
3093 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3094 | |
3095 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3096 defcustom. | |
3097 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3098 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
|
3099 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3100 * 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
|
3101 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
|
3102 |
29205 | 3103 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3104 | |
3105 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3106 grayscale support, not about window-system. | |
3107 | |
3108 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3109 window-system. | |
3110 (ffap-highlight): Always default to t. | |
3111 | |
3112 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3113 display-popup-menus-p instead of looking at window-system. | |
3114 | |
3115 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3116 Only refuse to use string glyphs on X and MS-Windows. | |
3117 | |
3118 * avoid.el: Remove window-system from commentary, suggest to use | |
3119 display-*-p instead. | |
3120 | |
3121 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3122 window-system. | |
3123 | |
29190 | 3124 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3125 | |
3126 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3127 Fill up unsupported characters with their own codes. From Kenichi | |
3128 Handa. | |
3129 | |
29188 | 3130 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3131 | |
3132 * international/mule-diag.el (describe-char-after): Use | |
3133 display-graphic-p instead of window-system, so that this function | |
3134 works on MS-DOS. | |
3135 | |
29181 | 3136 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3137 | |
3138 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3139 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3140 the list of charsets which we convert into `?'. | |
3141 | |
29169 | 3142 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3143 | |
3144 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3145 private charsets. | |
3146 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3147 japanese-jisx0213-2): New charsets. | |
3148 | |
3149 * international/fontset.el: Setup default fontset for new charsets. | |
3150 | |
29166 | 3151 2000-05-24 Dave Love <fx@gnu.org> |
3152 | |
3153 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3154 S. Solomin" <sovs@uic.nnov.ru>]. | |
3155 | |
3156 * icomplete.el: Fix header for Finder. | |
3157 | |
3158 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3159 | |
3160 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3161 STAY. | |
3162 | |
3163 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3164 (rmail-show-message): Add call to `rmail-auto-file' during | |
3165 display. | |
3166 (rmail-auto-file): New function. | |
3167 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3168 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
|
3169 |
29193 | 3170 * 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
|
3171 account. |
29193 | 3172 (ediff-test-utility,ediff-diff-mandatory-option) |
3173 (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
|
3174 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
|
3175 |
29193 | 3176 * 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
|
3177 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3178 |
29193 | 3179 * 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
|
3180 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3181 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3182 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
|
3183 |
29193 | 3184 * 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
|
3185 |
29159 | 3186 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3187 | |
3188 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3189 aliases for hebrew-iso-8bit. | |
3190 | |
29148 | 3191 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3192 | |
3193 * woman.el: New version from Francis J. Wright | |
3194 <F.J.Wright@Maths.QMW.ac.uk>. | |
3195 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3196 names in environment variables regardless of the path separator. | |
3197 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3198 on all files, since woman-file-regexp already filters out any | |
3199 directories. | |
3200 | |
29140 | 3201 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3202 | |
29144 | 3203 * international/quail.el (quail-start-translation): Don't change |
3204 modified-p of the current buffer. | |
3205 (quail-start-conversion): Likewise. | |
3206 | |
3207 * international/kkc.el (kkc-region): Don't change modified-p of | |
3208 the current buffer. | |
3209 | |
29142 | 3210 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3211 conform to RFC1468. | |
3212 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3213 |
29138 | 3214 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3215 | |
3216 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3217 (speedbar-insert-button): Invisible text property fix. | |
3218 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3219 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3220 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3221 (speedbar-page-minus): Renamed from speedbar-file-- | |
3222 (speedbar-page): Renamed from speedbar-file- | |
3223 (speedbar-tag): Renamed from speedbar-tag- | |
3224 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3225 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3226 (speedbar-expand-image-button-alist): Use above renames. | |
3227 | |
3228 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3229 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3230 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3231 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3232 * sb-pg.xpm: Renamed from sb-file.xpm | |
3233 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3234 * 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
|
3235 |
29128 | 3236 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3237 | |
3238 * international/quail.el (quail-show-guidance-buf): Set | |
3239 current-input-method of the guidance buffer to the name of the | |
3240 curren input method. | |
3241 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3242 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3243 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3244 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3245 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3246 * 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
|
3247 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3248 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3249 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3250 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3251 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3252 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3253 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3254 * 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
|
3255 |
29116 | 3256 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3257 | |
29127 | 3258 * startup.el (command-line): Determine source file of compiled |
3259 user init file differently. Warn if compiled user init file | |
3260 is older than its source file. | |
3261 | |
29116 | 3262 * 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
|
3263 |
29112 | 3264 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3265 | |
3266 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3267 rather than `|' (which is not allowed on Windows). Replace the | |
3268 drive letters with a string "drive_X". | |
3269 | |
29110 | 3270 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3271 | |
3272 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3273 | |
3274 * files.el (interpreter-mode-alist): Add `bash2'. | |
3275 | |
29091 | 3276 2000-05-22 Dave Love <fx@gnu.org> |
3277 | |
3278 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3279 mapc. | |
3280 (feature-file): Avoid calling symbol-name. Doc fix. | |
3281 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3282 (loadhist-hook-functions): Add mouse-position-function. | |
3283 (unload-feature): Change uses of mapcar. | |
3284 | |
3285 * files.el (parse-colon-path): Doc fix. | |
3286 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3287 (set-auto-mode): Use mapc. | |
3288 | |
3289 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3290 class. | |
3291 (partial-completion-mode): Add autoload cookie. | |
3292 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3293 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
|
3294 |
29102 | 3295 * 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
|
3296 `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
|
3297 |
29082 | 3298 2000-05-22 Dave Love <fx@gnu.org> |
3299 | |
3300 * bindings.el: Remove debug-ignored-errors set in other files. | |
3301 | |
3302 * progmodes/etags.el: Add to debug-ignored-errors. | |
3303 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3304 when making a new list. | |
3305 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3306 mapc. | |
3307 | |
3308 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3309 quote keywords. | |
3310 (cmpl-string-case-type): Use character classes. | |
3311 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3312 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3313 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3314 * imenu.el: |
29082 | 3315 * mail/mh-e.el: |
3316 * progmodes/compile.el: Add to debug-ignored-errors. | |
3317 | |
3318 * dabbrev.el: Add to debug-ignored-errors. | |
3319 (dabbrev-completion): Use mapc. | |
3320 | |
29075 | 3321 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3322 | |
3323 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3324 (woman-mapcan, woman-parse-man.conf) | |
3325 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3326 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3327 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3328 path syntax better. | |
3329 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3330 (woman-manpath): Call woman-parse-man.conf. | |
3331 (woman-emulation): New defcustom, defaults to nroff. | |
3332 (woman-font-support): New defconst. | |
3333 (woman-use-symbol-font): New defcustom. | |
3334 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3335 "Emulation". | |
3336 Many functions: Doc fix. | |
3337 | |
29072 | 3338 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3339 | |
3340 * international/quail.el (quail-simple-translation-keymap): Map | |
3341 128..255 to quail-self-insert-command. | |
3342 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3343 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3344 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3345 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3346 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3347 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3348 * 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
|
3349 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3350 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3351 * 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
|
3352 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3353 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3354 * 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
|
3355 |
29059 | 3356 2000-05-21 Dave Love <fx@gnu.org> |
3357 | |
29061 | 3358 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3359 are invalid characters. | |
3360 | |
29059 | 3361 * international/mule-util.el (detect-coding-with-priority): Use |
3362 mapc. Remove redundant lambda. | |
3363 | |
3364 * international/mule-diag.el (list-non-iso-charset-chars) | |
3365 (describe-fontset): Remove redundant lambda. | |
3366 | |
3367 * emulation/crisp.el (brief-mode): New alias. | |
3368 | |
3369 * emacs-lisp/ring.el (ring-elements): New function. | |
3370 | |
3371 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3372 (easy-menu-do-add-item): Use keywordp. | |
3373 | |
3374 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3375 | |
3376 * replace.el: Doc and error message fixes. | |
3377 (replace-highlight): Use facep, not internal-find-face. | |
3378 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3379 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3380 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3381 * 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
|
3382 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3383 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3384 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3385 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3386 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3387 (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
|
3388 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3389 (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
|
3390 (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
|
3391 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3392 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3393 (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
|
3394 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3395 (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
|
3396 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3397 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3398 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3399 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3400 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3401 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3402 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3403 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3404 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3405 (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
|
3406 (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
|
3407 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3408 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
|
3409 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3410 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3411 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3412 |
29029 | 3413 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3414 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3415 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3416 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3417 | |
29028 | 3418 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3419 | |
3420 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3421 and insert, not subst-char-in-region. | |
3422 | |
3423 * international/mule-diag.el (list-character-sets-1): Handle | |
3424 charsets eight-bit-control and eight-bit-graphic. | |
3425 (list-iso-charset-chars): Likewise. | |
3426 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3427 charactes as is. Use indent-to to align characters. | |
3428 | |
3429 * international/mule-cmds.el (find-multibyte-characters): Never | |
3430 exclude charsets eight-bit-control and eight-bit-graphic. | |
3431 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3432 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3433 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3434 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3435 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3436 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3437 * 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
|
3438 |
28993 | 3439 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3440 | |
3441 * gud.el (gud-jdb-directories): Doc fix. | |
3442 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3443 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3444 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3445 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3446 |
28988 | 3447 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3448 | |
28993 | 3449 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3450 |
28982 | 3451 2000-05-18 Andreas Schwab <schwab@suse.de> |
3452 | |
3453 * dired.el (dired-between-files): Also skip lines beginning with | |
3454 `used'. | |
3455 | |
28978 | 3456 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3457 | |
3458 * msb.el (msb-menu-cond): Add choice `user'. | |
3459 | |
28981 | 3460 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
|
3461 |
28981 | 3462 * ps-print.el: Compatibility, customization and doc fix. |
3463 (ps-printer-name-option): Replace defconst by defvar. | |
3464 (ps-postscript-code-directory): XEmacs compatibility. | |
3465 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3466 fix. | |
3467 (ps-user-defined-prologue, ps-print-prologue-header) | |
3468 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3469 compatibility and code fix. | |
3470 (ps-print-background-image, ps-print-background-text): | |
3471 Customization fix. | |
3472 (ps-line-number-start, ps-n-up-on): New vars. | |
3473 | |
28978 | 3474 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3475 | |
3476 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3477 the indent-comment function to just return the appropriate indent. | |
3478 | |
28975 | 3479 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3480 | |
3481 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3482 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3483 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3484 | |
28969 | 3485 2000-05-18 Dave Love <fx@gnu.org> |
3486 | |
3487 * info.el (Info-fontify-node): Add intangible property as well as | |
3488 invisible. | |
3489 | |
3490 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3491 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3492 | |
28965 | 3493 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3494 | |
3495 * international/mule-diag.el (describe-char-after): Call | |
3496 internal-char-font, not char-font. If internal-char-font returns | |
3497 nil, display "-- none --". | |
3498 | |
28959 | 3499 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3500 | |
3501 * image.el (image-type-available-p): Don't reference image-types | |
3502 if it isn't bound. | |
3503 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3504 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3505 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3506 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3507 |
28954 | 3508 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3509 | |
3510 * startup.el (command-line-1): Don't signal an error if the | |
3511 directory for auto-save-list files does not yet exist. | |
3512 | |
28950 | 3513 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3514 | |
3515 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3516 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3517 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3518 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3519 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3520 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3521 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
|
3522 |
28981 | 3523 * 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
|
3524 |
28942 | 3525 2000-05-16 Dave Love <fx@gnu.org> |
3526 | |
3527 * cus-edit.el: Don't require cl or easymenu. | |
3528 (custom-variable-prompt): Test standard-value property, not | |
3529 user-variable-p. | |
3530 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3531 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
|
3532 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3533 * 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
|
3534 |
28939 | 3535 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3536 | |
3537 * startup.el (command-line-1): Mention the FAQ in the startup | |
3538 message. | |
3539 | |
3540 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3541 | |
3542 * progmodes/compile.el (compilation-parse-errors): Collect | |
3543 `nomessage' regexps last. | |
3544 | |
3545 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3546 | |
3547 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3548 to the function name. | |
3549 | |
28926 | 3550 2000-05-15 Dave Love <fx@gnu.org> |
3551 | |
3552 * speedbar.el (speedbar-recenter): Typo. | |
3553 (speedbar-expand-line): Make arg optional. | |
3554 (speedbar-mode): Avoid a compiler warning. | |
3555 | |
28924 | 3556 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3557 | |
3558 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3559 user-specified option string is empty. | |
3560 | |
3561 * mouse.el (mouse-yank-at-click): Doc fix. | |
3562 | |
28921 | 3563 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3564 | |
3565 * term/internal.el (IT-character-translations): More updates of | |
3566 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3567 documents. | |
3568 | |
28919 | 3569 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3570 | |
3571 * env.el (getenv): New function, interactively callable. | |
3572 (setenv, getenv): Remove autoload cookies. | |
3573 | |
3574 * loadup.el: Load `env'. | |
3575 | |
3576 * progmodes/f90.el: Change author's mail address. | |
3577 | |
28908 | 3578 2000-05-14 Dave Love <fx@gnu.org> |
3579 | |
28911 | 3580 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3581 goto-addr as an option. | |
3582 | |
3583 * help.el (help-xref-stack): Doc fix. | |
3584 (help-xref-following): New variable. | |
3585 (help-make-xrefs): Use it. | |
3586 (help-xref-go-back): Use position information from stack element. | |
3587 (help-follow): Make position in stack element a pair. Use | |
3588 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3589 |
28911 | 3590 * autoarg.el: New file. |
3591 | |
3592 * faces.el: Declare more functions obsolete. | |
3593 | |
28908 | 3594 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3595 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3596 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3597 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3598 Remove all the setup-...-environment functions. | |
3599 | |
28903 | 3600 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3601 | |
28919 | 3602 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3603 >= when detecting. Require `defimage' safely. | |
28903 | 3604 (speedbar-easymenu-definition-base): Add toggle for images. |
3605 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3606 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3607 (speedbar-reconfigure-keymaps-hook): New variable. | |
3608 (speedbar-frame-parameters): Updated documentation. | |
3609 (speedbar-use-imenu-flag): Updated custom tag | |
3610 (speedbar-dynamic-tags-function-list): New variable. | |
3611 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3612 (speedbar-indentation-width, speedbar-indentation-width) New |
3613 variables. | |
3614 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3615 (speedbar-vc-indicator): Doc update. |
3616 (speedbar-ignored-path-expressions): Updated default value. | |
3617 (speedbar-supported-extension-expressions): Updated default value. | |
3618 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3619 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3620 as "+". Added overlay aliases. | |
3621 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3622 `force-mode-line-update'. | |
3623 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3624 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3625 `mouse-set-point' | |
28903 | 3626 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3627 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3628 of arbitrary text, and new helper functions. | |
3629 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3630 filename finder. | |
28903 | 3631 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3632 (speedbar-directory-buttons): Update path search/expansion. | |
3633 (speedbar-make-tag-line): Pay attention to | |
28919 | 3634 `speedbar-indentation-width'. Use more care w/ invisible |
3635 properties. | |
28903 | 3636 (speedbar-change-expand-button-char): Call |
3637 `speedbar-insert-image-button-maybe'. | |
3638 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3639 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3640 (speedbar-trim-words-tag-hierarchy) | |
3641 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3642 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3643 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3644 functions. | |
28903 | 3645 (speedbar-mouse-set-point): New function |
3646 (speedbar-power-click): Updated documentation. | |
28919 | 3647 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3648 of tag prefix text. | |
3649 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3650 to strange text. | |
3651 (speedbar-expand-line): Takes universal argument to flush the | |
3652 cache. | |
28903 | 3653 (speedbar-flush-expand-line): New function. |
3654 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3655 Use new generator insertion method. | |
3656 (speedbar-fetch-dynamic-tags): New function. | |
3657 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3658 `speedbar-fetch-dynamic-imenu'. | |
3659 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3660 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3661 "Revert Buffer" menu items. | |
3662 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3663 filename tag (for expansion purposes.). | |
28919 | 3664 (speedbar-highlight-one-tag-line, |
3665 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3666 (speedbar-recenter): New functions. | |
28903 | 3667 (defimage-speedbar): Image loading abstraction. |
28919 | 3668 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3669 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3670 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3671 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3672 (speedbar-expand-image-button-alist): New variable. |
3673 (speedbar-insert-image-button-maybe): Insert an image over some | |
3674 buttons. | |
3675 | |
28894 | 3676 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3677 | |
3678 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3679 character is always encodable. | |
3680 | |
3681 * international/mule-conf.el: Add more information in descriptions | |
3682 of character sets. | |
3683 | |
28965 | 3684 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3685 (describe-font-internal): Adjusted for the change of font-info. |
3686 (describe-font): Likewise. | |
3687 (print-fontset): Rewritten for the new fontset implementation. | |
3688 (describe-fontset): Include fontset alias names in completion. | |
3689 (list-fontsets): Adjusted for the change of print-fontset. | |
3690 | |
28895 | 3691 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3692 describe-char-after instead of displaying the detail in the echo | |
3693 area. | |
28965 | 3694 (syntax-code-table): Format changed. |
3695 (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
|
3696 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3697 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3698 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3699 * 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
|
3700 |
28890 | 3701 2000-05-12 Dave Love <fx@gnu.org> |
3702 | |
3703 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3704 dependence. Use line-{beginning,end}-position, not | |
3705 point-at{b,e}ol. Some doc fixes. | |
3706 (todo-position): New function. Fix callers of position to use it. | |
3707 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3708 | |
28885 | 3709 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3710 | |
3711 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3712 | |
28893 | 3713 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3714 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3715 |
28882 | 3716 2000-05-11 Dave Love <fx@gnu.org> |
3717 | |
28888 | 3718 * calendar/todo-mode.el: New file. |
28882 | 3719 |
28870 | 3720 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3721 | |
28881 | 3722 * comint.el (comint-read-input-ring): Move reference to |
3723 comint-input-ring-size outside of the save-excursion. It was | |
3724 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
|
3725 |
28875 | 3726 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3727 address on request from him. | |
3728 | |
28870 | 3729 * subr.el (substitute-key-definition): Add comment describing |
3730 the meaning of PREFIX. | |
3731 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3732 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3733 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3734 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3735 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3736 * 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
|
3737 (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
|
3738 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3739 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3740 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3741 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3742 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3743 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3744 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3745 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3746 * 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
|
3747 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3748 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3749 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3750 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3751 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3752 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3753 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3754 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3755 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3756 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3757 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3758 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3759 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3760 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3761 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3762 (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
|
3763 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3764 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3765 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3766 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3767 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3768 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3769 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3770 |
28845 | 3771 2000-05-09 Sam Steingold <sds@goems.com> |
3772 | |
3773 * apropos.el (apropos-print): use `describe-face' instead of | |
3774 `customize-face-other-window'. | |
3775 | |
28842 | 3776 2000-05-09 Dave Love <fx@gnu.org> |
3777 | |
3778 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3779 | |
3780 * help.el (describe-variable): Have customize button pop the | |
3781 help-xref stack when invoked. | |
3782 (help-xref-symbol-regexp): Add `face'. | |
3783 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3784 submatch numbers to cope. | |
3785 (help-xref-interned): Maybe insert face doc too. Separate | |
3786 sections with a line of hyphens. | |
3787 | |
28848 | 3788 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3789 (describe-face): Add customize button. Return the help |
3790 text. Fix prompt. | |
3791 | |
28839 | 3792 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3793 | |
3794 * term/internal.el (IT-character-translations): Fix last change. | |
3795 | |
28833 | 3796 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3797 | |
3798 * woman.el: New file | |
3799 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3800 | |
28829 | 3801 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3802 | |
28831 | 3803 * term/internal.el (IT-character-translations): Update ASCII |
3804 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3805 latin-iso8859-15. | |
3806 | |
28829 | 3807 * international/mule-cmds.el (set-language-info-alist): Call |
3808 define-prefix-command with 3 arguments, to make the map suitable | |
3809 for a menu. | |
3810 | |
28827 | 3811 2000-05-07 Dave Love <fx@gnu.org> |
3812 | |
30993 | 3813 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 3814 |
28825 | 3815 2000-05-05 Dave Love <fx@gnu.org> |
3816 | |
3817 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3818 list in doc string. Don't quote keyword symbols. | |
3819 * emacs-lisp/cl.el: Likewise | |
3820 * emacs-lisp/cl-seq.el: Likewise | |
3821 | |
28823 | 3822 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3823 | |
3824 * abbrev.el (abbrev-mode): Make ARG optional. | |
3825 | |
28812 | 3826 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3827 | |
28817 | 3828 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3829 | |
3830 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3831 | |
28812 | 3832 * subr.el (substitute-key-definition): Clarify documentation. |
3833 | |
3834 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3835 | |
3836 * glasses.el (glasses-convert-to-unreadable): Use | |
3837 `glasses-separator' instead of the hard-wired "_". | |
3838 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3839 place. | |
3840 | |
28808 | 3841 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3842 | |
3843 * term/internal.el (cjk-codepages-alist): Add associations for | |
3844 Chinese and Korean codepages. Remove FIXME comment. | |
3845 | |
28806 | 3846 2000-05-03 Dave Love <fx@gnu.org> |
3847 | |
3848 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3849 New option. | |
3850 (display-time-mail-icon): New variable. | |
3851 (display-time-string-forms): Use the above. Fix the local-map. | |
3852 | |
28795 | 3853 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3854 | |
28805 | 3855 * replace.el (query-replace-map): Add binding for `E'. |
3856 (query-replace-help): Extend help text. | |
3857 (perform-replace): Allow editing the replacement string. | |
3858 | |
3859 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3860 (makefile-mode): Set local abbrev table to | |
3861 makefile-mode-abbrev-table. | |
3862 (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
|
3863 |
28795 | 3864 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3865 set TOGGLE's value. | |
3866 | |
28805 | 3867 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3868 mail-interactive-insert-alias. | |
3869 (mail-abbrev-complete-alias): New command. | |
3870 (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
|
3871 |
28790 | 3872 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3873 | |
3874 * language/lao-util.el (lao-compose-region): New function. | |
3875 | |
28782 | 3876 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3877 | |
28789 | 3878 * files.el (recover-session): Make directories as necessary |
3879 if they don't exist yet. | |
3880 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3881 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3882 (french-calendar-multibyte-special-days-array) |
28782 | 3883 (french-calendar-special-days-array): Change French text. |
3884 (calendar-french-date-string): Change output. | |
3885 (calendar-goto-french-date): Likewise. | |
3886 | |
3887 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3888 | |
3889 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3890 (widget-documentation-string-value-create): Set `:always-active'. | |
3891 | |
28778 | 3892 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3893 | |
3894 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3895 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3896 (normal-top-level): Create the directory for auto-save files, if | |
3897 it doesn't already exist (in the ms-dos case only). | |
3898 | |
28775 | 3899 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3900 | |
3901 * international/mule-cmds.el (set-language-environment): Don't | |
3902 concat an integer (dos-codepage), use format instead. | |
3903 | |
28772 | 3904 2000-05-02 Dave Love <fx@gnu.org> |
3905 | |
3906 * help.el (help-xref-on-pp): Check for constant symbols. | |
3907 | |
28764 | 3908 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3909 | |
3910 * startup.el (normal-top-level): Put a condition-case around | |
3911 the code loading subdirs.el. | |
3912 | |
3913 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
|
3914 |
28764 | 3915 * ps-print.el: Upside-down and face background color printing, |
3916 line number step, doc fix. | |
3917 (ps-print-version): New version number (5.2). | |
3918 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3919 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3920 (ps-spool-config): Var fix. | |
3921 (ps-printer-name-option): Const fix. | |
3922 (ps-print-upside-down, ps-use-face-background) | |
3923 (ps-line-number-step): New vars. | |
3924 (ps-window-system, ps-lp-system): New consts. | |
3925 (ps-face-background): New fun. | |
3926 | |
28759 | 3927 2000-04-28 Richard Stallman <rms@gnu.org> |
3928 | |
3929 * files.el (make-auto-save-file-name): | |
3930 Apply auto-save-file-name-transforms to visited file name | |
3931 before generating auto save file name. | |
3932 (auto-save-file-name-transforms): New variable. | |
3933 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3934 * files.el (backup-enable-predicate): |
28759 | 3935 Correctly test for a file under a temporary directory. |
3936 | |
28751 | 3937 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3938 | |
3939 * subr.el (add-minor-mode): Rewritten. | |
3940 | |
28749 | 3941 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3942 | |
3943 * mail/sendmail.el (sendmail-send-it): Set | |
3944 buffer-file-coding-system to the selected coding system for MIME | |
3945 header. | |
3946 | |
28748 | 3947 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3948 | |
3949 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3950 YYYY is followed by two spaces. | |
3951 | |
3952 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3953 in the second character class of the regexp. | |
3954 | |
3955 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3956 mh-etc, too. | |
3957 | |
3958 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3959 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3960 |
28748 | 3961 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3962 | |
3963 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3964 argument. | |
3965 | |
3966 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
|
3967 |
28748 | 3968 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3969 (crm-collection-fn, crm-test-completion) | |
3970 (completing-read-multiple): Use it. | |
3971 | |
28736 | 3972 2000-04-27 Dave Love <fx@gnu.org> |
3973 | |
3974 * help.el (locate-library): Use mapc. | |
3975 (help-manyarg-func-alist): Add call-process-region. | |
3976 | |
28724 | 3977 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3978 | |
28729 | 3979 * subr.el (add-minor-mode): Make argument MAP optional. |
3980 | |
28724 | 3981 * desktop.el (desktop-save): Save list of minor modes. |
3982 (desktop-create-buffer): Restore minor modes. | |
3983 (desktop-minor-mode-table): New user-option. | |
3984 | |
3985 * subr.el (add-minor-mode): New function. | |
3986 | |
3987 * image.el (find-image): New function. | |
3988 (defimage): Rewritten to find image at load time. | |
3989 | |
3990 * startup.el (normal-top-level-add-to-load-path): Handle | |
3991 case that the default directory is not in load-path. | |
3992 | |
3993 * help.el: Old patch from Stefan Monnier. | |
3994 (help-xref-on-pp): New function. | |
3995 (describe-variable): Use it to display xrefs in a symbol's value. | |
3996 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3997 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3998 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3999 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4000 |
28713 | 4001 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
4002 | |
28715 | 4003 * mail/rmail.el (rmail-expunge): When there are no deleted |
4004 messages, do nothing. | |
28713 | 4005 |
28712 | 4006 2000-04-26 Dave Love <fx@gnu.org> |
4007 | |
4008 * international/mule-cmds.el (locale-translation-file-name): | |
4009 Defvar to nil. | |
4010 (set-locale-environment): Set it here (at runtime). | |
4011 | |
28710 | 4012 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4013 | |
4014 * replace.el (perform-replace): Add parameters START and END. Use | |
4015 them instead of the check for a region in Transient Mark mode. | |
4016 (query-replace-read-args): Return two more list elements for the | |
4017 start and end of the region in Transient Mark mode. | |
4018 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4019 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4020 optional last arguments START and END and pass them to | |
4021 perform-replace. | |
4022 | |
4023 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4024 form with additional arguments for perform-replace. | |
4025 | |
4026 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4027 and END. Construct a form with additional arguments for | |
4028 perform-replace. | |
4029 | |
4030 * simple.el (shell-command): Set default directory for "*Shell | |
4031 Command Output" buffer. | |
4032 | |
4033 * language/european.el (iso-latin-4): Fix typo. | |
4034 | |
4035 * emacs-lisp/crm.el: New file. | |
4036 | |
28701 | 4037 2000-04-24 Dave Love <fx@gnu.org> |
4038 | |
4039 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4040 (Custom-reset-saved, Custom-reset-standard) | |
4041 (custom-group-value-create, custom-group-set, custom-group-save) | |
4042 (custom-group-reset-current, custom-group-reset-saved) | |
4043 (custom-group-reset-standard): Use mapc. | |
4044 (custom-buffer-create-internal): Disable undo when creating items. | |
4045 Use mapc. | |
4046 (custom-face): Avoid redundant lambda. | |
4047 | |
28699 | 4048 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4049 | |
4050 * startup.el (auto-save-list-file-prefix): Set default to | |
4051 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4052 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4053 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4054 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4055 * 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
|
4056 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4057 |
28695 | 4058 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4059 | |
4060 * frame.el (scrolling): New group. | |
4061 (automatic-hscrolling): New user-option. | |
4062 | |
4063 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4064 `--line-spacing'. | |
4065 | |
28668 | 4066 2000-04-19 Dave Love <fx@gnu.org> |
4067 | |
4068 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4069 (cl-mapc): Rename from mapc. Fix the funcall. | |
4070 | |
28653 | 4071 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4072 | |
28660 | 4073 * simple.el (clone-indirect-buffer-other-window): New command. |
4074 (clone-indirect-buffer): Add optional arg NORECROD. | |
4075 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4076 | |
28658 | 4077 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4078 | |
4079 * window.el (count-screen-lines): New function. | |
4080 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4081 instead of window-buffer-height. | |
4082 | |
4083 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4084 non-existing variable comint-input-sentinel. | |
4085 (inferior-lisp-args-to-list): Removed. | |
4086 (inferior-lisp): Use split-string instead of | |
4087 inferior-lisp-args-to-list. | |
4088 | |
4089 * hexl.el (hexl-insert-hex-string): New command. | |
4090 | |
28653 | 4091 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4092 instead of concat. | |
4093 | |
28634 | 4094 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4095 | |
4096 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4097 at the start of an existing but empty folder. | |
4098 | |
4099 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4100 | |
4101 * ps-mule.el: Customization fix, doc fix. | |
4102 (ps-multibyte-buffer): Customization fix. | |
4103 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4104 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4105 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4106 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4107 |
28626 | 4108 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4109 | |
4110 * textmodes/texinfo.el (texinfo-insert-@email) | |
4111 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4112 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4113 (texinfo-mode-map): Add key bindings for them. | |
4114 | |
4115 * files.el (basic-save-buffer-2): Use a template with `$' | |
4116 instead of `#' for VMS. | |
4117 | |
4118 * simple.el (clone-indirect-buffer): New function. | |
4119 | |
28621 | 4120 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4121 | |
4122 * iswitchb.el (iswitchb-case): New function. If the user input | |
4123 contains any upper-case characters, the search is made | |
4124 case-sensitive. | |
4125 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4126 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4127 |
28621 | 4128 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4129 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4130 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4131 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4132 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4133 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4134 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4135 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
|
4136 (texinfo-environments): New var. |
28621 | 4137 (texinfo-environment-regexp): Use regexp-opt and |
4138 texinfo-environments. | |
4139 | |
4140 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4141 ispell-process is bound since this might be eval'd before ispell | |
4142 is loaded. | |
4143 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4144 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
|
4145 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4146 * 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
|
4147 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4148 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4149 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4150 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4151 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4152 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4153 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4154 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4155 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4156 |
28602 | 4157 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4158 | |
4159 * 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
|
4160 |
28602 | 4161 * ps-print.el: Fix counting lines in a region. |
4162 (ps-print-version): New version number (5.1.5). | |
4163 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4164 (ps-printing-region): Fun code fix. | |
4165 | |
28600 | 4166 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4167 | |
4168 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4169 to file-directory-p. | |
4170 | |
28591 | 4171 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4172 | |
4173 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4174 exists before calling directory-files. | |
4175 | |
28578 | 4176 2000-04-13 Dave Love <fx@gnu.org> |
4177 | |
4178 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4179 syntax. | |
4180 | |
4181 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4182 | |
4183 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4184 (cl-old-mapc): New variable. | |
4185 (mapc): Use it. | |
4186 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4187 next-property-change. | |
4188 (cl-map-overlays): Use with-current-buffer. | |
4189 (cl-expt): Remove. | |
4190 (copy-tree, remprop): Define unconditionally. | |
4191 | |
4192 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4193 | |
4194 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4195 to use keywordp. | |
4196 (edebug-spec): Enable keywordp. | |
4197 | |
4198 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4199 string-lessp. | |
4200 | |
4201 * cus-start.el: Use keywordp. | |
4202 | |
28577 | 4203 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4204 | |
4205 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4206 2000-02-18 by doing a save-excursion. | |
4207 | |
4208 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4209 | |
4210 * ps-print.el: Customization fix, doc fix. | |
4211 (ps-print-version): New version number (5.1.4). | |
4212 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4213 (ps-print-preprint): Adjust code. | |
4214 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4215 (ps-print-prologue-header, ps-print-control-characters) | |
4216 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4217 |
28564 | 4218 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4219 | |
4220 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4221 converted to the new menu-item format, names silightly changed, | |
4222 help strings added. | |
4223 | |
4224 Support for spelling without async subprocesses: | |
4225 | |
4226 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4227 (ispell-session-buffer): New variables. | |
4228 (ispell-start-process, ispell-process-status, | |
4229 ispell-accept-output, ispell-send-string): New functions, for | |
4230 Ispell invocation when async subprocesses aren't supported. | |
4231 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4232 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4233 to process-send-string with calls to ispell-send-string, and | |
4234 accept-process-output with ispell-accept-output. | |
4235 (ispell-init-process): Call ispell-process-status instead of | |
4236 process-status with. | |
4237 (ispell-init-process): Call ispell-start-process. Call | |
4238 ispell-accept-output and ispell-send-string. Don't call | |
4239 process-kill-without-query and kill-process if they are unbound. | |
4240 (ispell-async-processp): New function. | |
4241 | |
28560 | 4242 2000-04-12 Dave Love <fx@gnu.org> |
4243 | |
4244 * info.el: Add debug-ignored-errors. | |
4245 (Info-mode-menu): Add some items. | |
4246 (Info-directory): Add autoload cookie. | |
4247 | |
4248 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4249 Modify `truncate-lines'. Make `describe-language-environment' | |
4250 always visible and add help. Modify `describe-key' help. Invoke | |
4251 Info-directory from `info'. New entry `emacs-manual'. | |
4252 | |
28542 | 4253 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4254 | |
28549 | 4255 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4256 propertized-buffer-identification. | |
4257 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4258 (ebrowse--mode-strings): Removed. | |
4259 (ebrowse--mode-line-props): Removed. | |
4260 | |
28542 | 4261 * files.el (auto-mode-alist): Add `EBROWSE'. |
4262 | |
4263 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4264 space before testing for end of buffer. | |
4265 (ebrowse-load): Removed. | |
4266 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4267 (ebrowse-create-tree-buffer): Rewritten. | |
4268 (ebrowse-tree-mode): Read tree from buffer. | |
4269 | |
4270 * progmodes/ebrowse-ffh.el: Removed. | |
4271 | |
28535 | 4272 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4273 | |
4274 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4275 | |
28534 | 4276 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4277 | |
4278 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4279 at the wrong place. | |
4280 | |
28783 | 4281 2000-04-09 Dave Love <fx@gnu.org> |
4282 | |
4283 * files.el (backup-enable-predicate): Use | |
4284 temporary-file-directory, small-temporary-file-directory. | |
4285 (make-backup-file-name-function, backup-directory-alist): New | |
4286 variables. | |
4287 (make-backup-file-name-1): New function. | |
4288 (make-backup-file-name): Use it. | |
4289 (find-backup-file-name): Likewise. Use format for clarity, not | |
4290 concat. | |
4291 (file-newest-backup): Use make-backup-file-name. | |
4292 | |
28523 | 4293 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4294 | |
28530 | 4295 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4296 |
28530 | 4297 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4298 to ebrowse-ffh.el. | |
4299 (ebrowse-load): Add autoload. | |
4300 | |
4301 * finder.el (finder-commentary): Add autoload cookie. | |
4302 | |
28523 | 4303 * mail/rfc2368.el: Correct author's email address. |
4304 | |
4305 * progmodes/ebrowse.el: New file. | |
4306 | |
4307 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4308 item help string. | |
4309 (easy-menu-do-add-item): Ditto. | |
4310 (easy-menu-define): Extend doc string. | |
4311 | |
4312 * jit-lock.el (with-buffer-unmodified): Use | |
4313 restore-buffer-modified-p. | |
4314 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4315 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4316 with-buffer-unmodified. | |
4317 | |
28517 | 4318 2000-04-08 Dave Love <fx@gnu.org> |
4319 | |
4320 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4321 unless, when. | |
4322 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4323 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
|
4324 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4325 * 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
|
4326 (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
|
4327 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
|
4328 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4329 |
28506 | 4330 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4331 | |
4332 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4333 like C-r. | |
4334 | |
4335 * progmodes/make-mode.el: Some doc fixes. | |
4336 (makefile-mode-abbrev-table): New variable. | |
4337 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4338 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4339 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4340 | |
4341 * replace.el (perform-replace): Don't move forward one char | |
4342 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4343 to do that because it leaves point 1 position after the last | |
4344 replacement, after everything has been replaced. | |
4345 | |
4346 * jit-lock.el (with-buffer-unmodified): New macro. | |
4347 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4348 modified state. | |
4349 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4350 preserving buffer's modified state. | |
4351 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4352 jit-lock-function-1. | |
4353 | |
4354 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4355 | |
28499 | 4356 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4357 | |
4358 * glasses.el: Provide facilities for inserting space before left | |
4359 parentheses and uncapitalization of identifiers. | |
4360 (glasses-mode): Try to remove old overlays in all cases. | |
4361 | |
28485 | 4362 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4363 | |
28496 | 4364 * progmodes/compile.el (compile-internal): Display the compilation |
4365 buffer in a different frame, if it's already displayed there. | |
4366 | |
28494 | 4367 * mail/rfc2368.el: New file. |
4368 | |
28492 | 4369 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4370 header and insert its value as mail body. | |
4371 | |
4372 * subr.el (member-ignore-case): New function. | |
4373 | |
4374 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4375 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4376 from dabbrev-ignored-regexps. | |
4377 | |
28485 | 4378 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4379 to extensions handled by gzip. | |
4380 | |
28492 | 4381 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4382 | |
4383 * files.el (insert-directory): List the total free space | |
4384 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4385 |
28492 | 4386 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4387 line is followed by one that matches CITATION-REGEXP, end the | |
4388 paragraph. | |
4389 | |
4390 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4391 | |
4392 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4393 (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
|
4394 |
28474 | 4395 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4396 | |
4397 * international/mule-cmds.el (encoded-string-description): | |
4398 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4399 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4400 for hexadecimal format. | |
28474 | 4401 |
28468 | 4402 2000-04-01 Dave Love <fx@gnu.org> |
4403 | |
4404 * cpp.el: Change customization group to `c' from `C'. | |
4405 | |
4406 * vcursor.el (vcursor-move): Use display-color-p. | |
4407 | |
4408 * international/mule-util.el: Provide mule-utils. | |
4409 (string-to-sequence): Simplify and speed up. | |
4410 | |
4411 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4412 | |
4413 * international/mule-cmds.el: Various menu changes. | |
4414 (describe-specified-language-support): Handle `Default'. | |
4415 (set-language-info): Purecopy `info'. | |
4416 | |
28462 | 4417 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4418 | |
4419 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4420 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
|
4421 |
28445 | 4422 2000-03-31 Dave Love <fx@gnu.org> |
4423 | |
28452 | 4424 * help.el (help-manyarg-func-alist): Correct several omissions. |
4425 | |
28450 | 4426 * add-log.el: Don't require cl, fortran. |
4427 (add-log-current-defun-function): Doc fix. | |
4428 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4429 fix. | |
4430 (change-log-version-rcs): Function deleted. | |
4431 (change-log-version-number-search): Doc fix. Use | |
4432 vc-workfile-version. Avoid CL dolist. | |
4433 (add-change-log-entry): Just call add-log-current-defun to get | |
4434 defun. Simplify somewhat. | |
4435 (change-log-get-method-definition-1): Likewise. | |
4436 (add-log-current-defun): Return nil if calling | |
4437 add-log-current-defun-function does so. Move Fortran stuff to | |
4438 fortran.el. Return string without properties. | |
4439 | |
28445 | 4440 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4441 and :alpha: char classes. | |
4442 | |
4443 * mail/supercite.el: Defvar curline when compiling. | |
4444 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4445 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4446 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4447 | |
28444 | 4448 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4449 | |
4450 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4451 | |
4452 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4453 Re-enable new code. | |
4454 | |
4455 * lpr.el (print-region-1): Use -d to specify printer name for | |
4456 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4457 | |
4458 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
|
4459 |
28444 | 4460 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4461 for function definition in symbol's function value slot first | |
4462 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
|
4463 |
28435 | 4464 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4465 | |
4466 * language/european.el ("Polish"): New language environment. | |
4467 (setup-polish-environment): New function. | |
4468 | |
28424 | 4469 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4470 | |
4471 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4472 Disable new code. | |
4473 | |
4474 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4475 trying to `load' the symbol of an autoload instead of the file | |
4476 recorded in the autoload. Fix error messages. | |
4477 | |
28429 | 4478 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4479 | |
4480 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4481 (ps-print-version): New version number (5.1.3). | |
4482 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4483 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4484 (ps-generate-postscript-with-faces): Code fix. | |
4485 (ps-color-values): XEmacs compatibility. | |
4486 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4487 (ps-default-fg, ps-default-bg): Adjust customization. | |
4488 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4489 (ps-color-scale): Renaming old ps-color-value fun. | |
4490 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4491 with ps-print-header variable. | |
4492 (ps-print-miscellany): New group. | |
4493 (ps-format-color, ps-rgb-color): New funs. | |
4494 (ps-default-foreground): New var. | |
4495 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4496 |
28416 | 4497 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4498 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4499 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4500 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4501 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4502 (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
|
4503 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4504 |
28416 | 4505 * lisp/locate.el: |
4506 (locate-word-at-point): Added this function | |
4507 (locate): Default to using locate-word-at-point as input | |
4508 Run dired-mode-hook | |
4509 | |
28405 | 4510 2000-03-29 Dave Love <fx@gnu.org> |
4511 | |
4512 * calendar/appt.el: Doc fixes. | |
4513 (appt-check): Convert min-to-app to a string before passing to | |
4514 appt-disp-window-function or concat. | |
4515 (appt-delete-window): Remove test for frame-root-window. | |
4516 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4517 | |
4518 * emacs-lisp/bytecomp.el: Doc fixes. | |
4519 (byte-compile-file-form-autoload): Update | |
4520 byte-compile-function-environment. | |
4521 | |
28403 | 4522 2000-03-29 Andreas Schwab <schwab@suse.de> |
4523 | |
4524 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4525 specially. | |
4526 | |
4527 * dired.el (dired-insert-directory): If dired-free-space-program | |
4528 failed just delete its output. | |
4529 | |
28395 | 4530 2000-03-29 Dave Love <fx@gnu.org> |
4531 | |
4532 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4533 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4534 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4535 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4536 clarity. | |
4537 | |
4538 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4539 | |
28377 | 4540 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4541 | |
4542 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4543 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4544 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4545 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4546 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4547 * 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
|
4548 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4549 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4550 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4551 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4552 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4553 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4554 |
28326 | 4555 2000-03-26 Dave Love <fx@gnu.org> |
4556 | |
28331 | 4557 * net/browse-url.el (browse-url): Re-fix case of |
4558 browse-url-browser-function being an alist. | |
4559 (browse-url): Add :link to defgroup. | |
4560 | |
28326 | 4561 * files.el: Doc fixes. |
4562 (file-truename): Include `[' in wildcard characters. | |
4563 (automount-dir-prefix): Customize. | |
4564 (find-file-wildcards): Add :version. | |
4565 (find-file-noselect): Simplify a mapcar call. | |
4566 | |
4567 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4568 compatible with inf-lisp version. | |
4569 (eval-defun-1): Fix custom-declare-variable case. | |
4570 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4571 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4572 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4573 * 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
|
4574 |
28303 | 4575 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4576 | |
28308 | 4577 * Makefile (COMPILE_FIRST): New macro. |
4578 (compile-files): Compile files from COMPILE_FIRST first. | |
4579 | |
4580 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4581 code. | |
4582 | |
28303 | 4583 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4584 matching open parenthesis in column 0 to defun-prompt-regexp | |
4585 only if open-paren-in-column-0-is-defun-start is set. | |
4586 | |
4587 * sun-curs.el: Require CL at compile-time only. | |
4588 | |
4589 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4590 instead of copy-list which is a function from CL. | |
4591 (msb--choose-menu, msb--mode-menu-cond) | |
4592 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4593 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4594 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4595 `(' in column 0 in doc string. | |
4596 (msb--add-separators): Use mapcar instead of mapcan. | |
4597 | |
4598 * cus-dep.el: Require CL at compile-time only. | |
4599 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4600 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4601 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4602 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4603 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4604 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4605 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4606 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4607 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4608 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4609 (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
|
4610 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4611 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4612 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4613 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4614 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4615 |
28292 | 4616 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4617 | |
4618 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4619 (rmail-expunge): Ask for confirmation depending on the setting | |
4620 of rmail-confirm-expunge. | |
4621 | |
4622 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4623 | |
4624 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4625 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4626 cause a bootstrap failure because things don't autoload as | |
4627 expected. | |
4628 | |
28289 | 4629 2000-03-23 Dave Love <fx@gnu.org> |
4630 | |
4631 * net/browse-url.el: Restore previous use of | |
4632 browse-url-maybe-new-window. | |
4633 | |
28287 | 4634 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4635 | |
4636 * ps-print.el: Skip banner page fix. | |
4637 (ps-print-version): New version number (5.1.2). | |
4638 (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
|
4639 |
28287 | 4640 2000-03-23 Dave Pearson <davep@davep.org> |
4641 | |
4642 * net/quickurl.el Changed the type of parameter passed to the | |
4643 function defined by `quickurl-format-function'. Before only the | |
4644 text of the URL was passed. Now the whole URL structure is passed | |
4645 and the function is responsible for extracting the parts it | |
4646 requires. Changed the default of `quickurl-format-function' | |
4647 accordingly. | |
4648 (quickurl-insert): Changed the `funcall' of | |
4649 `quickurl-format-function' to match the above change. | |
4650 (quickurl-list-insert): Changed the `url' case so that it makes | |
4651 use of `quickurl-format-function', previous to this the format was | |
4652 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4653 |
28283 | 4654 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4655 | |
4656 * startup.el: Change some spellings for the X Window System. | |
4657 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4658 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4659 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4660 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4661 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
|
4662 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4663 |
28276 | 4664 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4665 | |
4666 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4667 | |
28267 | 4668 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4669 | |
4670 * ps-print.el: N-up last page fix. | |
4671 (ps-print-version): New version number (5.1.1). | |
4672 (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
|
4673 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4674 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4675 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4676 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4677 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4678 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4679 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4680 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4681 * 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
|
4682 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4683 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4684 (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
|
4685 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
|
4686 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
|
4687 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4688 (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
|
4689 (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
|
4690 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4691 (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
|
4692 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4693 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4694 * 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
|
4695 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4696 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4697 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4698 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4699 * 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
|
4700 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4701 (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
|
4702 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4703 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4704 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4705 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4706 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4707 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4708 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4709 (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
|
4710 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
|
4711 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4712 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
|
4713 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4714 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4715 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4716 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4717 * 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
|
4718 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4719 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4720 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
|
4721 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4722 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4723 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4724 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4725 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
|
4726 (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
|
4727 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4728 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4729 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4730 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4731 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4732 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4733 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4734 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4735 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4736 |
28246 | 4737 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4738 | |
4739 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4740 (custom-button-pressed-face): Likewise. | |
4741 | |
28244 | 4742 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4743 | |
4744 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4745 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4746 depending on the value of tags-case-fold-search. | |
4747 (tags-loop-continue): Use tags-loop-eval. | |
4748 (find-tag-in-order): Bind case-fold-search depending on the value | |
4749 of tags-case-fold-search. | |
4750 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4751 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4752 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4753 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4754 (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
|
4755 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4756 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4757 (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
|
4758 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4759 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4760 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4761 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4762 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4763 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4764 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4765 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4766 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4767 * 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
|
4768 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4769 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4770 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4771 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4772 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4773 |
28233 | 4774 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4775 | |
4776 * term/x-win.el: Fontsets related initialization is simplified. | |
4777 | |
4778 * international/mule-diag.el (describe-font): Don't refer to | |
4779 global-fontset-alist, instead call font-list. | |
4780 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4781 (print-fontset): Adjusted for the change of fontset | |
4782 implementation. | |
4783 | |
4784 * international/fontset.el (x-charset-registries): Variable | |
4785 removed, instead the corresponding data is stored in the default | |
4786 fontset. | |
4787 (register-alternate-fontnames): Function removed. | |
4788 (resolved-ascii-font): Variable removed. | |
4789 (x-compose-font-name): Ignore the second argument REDOCE. | |
4790 (x-complement-fontset-spec): Complement only an ASCII font and | |
4791 element for those charsets than can use that ASCII font. | |
4792 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4793 instead call fontset-list. | |
4794 (uninstantiated-fontset-alist): Variable removed. | |
4795 (x-style-funcs-alist): Likewise. | |
4796 (fontset-default-styles): Likewise. | |
4797 (x-modify-font-name): Function removed. | |
4798 (create-fontset-from-fontset-spec): Ignore the argument | |
4799 STYLE-VARIANT. | |
4800 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4801 change. | |
4802 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4803 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4804 |
28233 | 4805 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4806 (describe-face): Include `font' attribute in the description. | |
4807 | |
28219 | 4808 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4809 | |
4810 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4811 | |
28209 | 4812 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4813 | |
28212 | 4814 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4815 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4816 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
|
4817 |
28209 | 4818 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4819 about behavior of set-buffer-modified-p wrt redisplay. | |
4820 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4821 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4822 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4823 * 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
|
4824 |
28194 | 4825 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4826 | |
4827 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4828 is a string, convert it to a syntax cell using string-to-syntax. | |
4829 | |
4830 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4831 (string-to-syntax): New function. | |
4832 | |
4833 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4834 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4835 try to use passive ftp mode. |
28194 | 4836 |
28189 | 4837 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4838 | |
28209 | 4839 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4840 |
4841 * simple.el (append-to-buffer): Update point of windows after | |
4842 insertion. | |
4843 | |
4844 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4845 forward then moving backward. Reindent. | |
4846 | |
4847 * frame.el (other-frame): Call x-focus-frame only if | |
4848 focus-follows-mouse is off. | |
4849 | |
28185 | 4850 2000-03-17 Dave Love <fx@gnu.org> |
4851 | |
4852 * pcvs-util.el (cvs-strings->string): Rename | |
4853 replace-regexps-in-string. | |
4854 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4855 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4856 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4857 * 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
|
4858 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4859 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4860 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4861 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4862 |
28174 | 4863 2000-03-16 Dave Love <fx@gnu.org> |
4864 | |
4865 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4866 `fortran'. | |
4867 (f90-mode-hook): Customize. | |
4868 (f90-mode): Set add-log-current-defun-function. | |
4869 (f90-current-defun): New function. | |
4870 | |
28169 | 4871 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4872 | |
28173 | 4873 * cus-edit.el (custom-variable-tag-face): Handle case that |
4874 default face's height is not a number. | |
4875 (custom-face-tag-face, custom-group-tag-face-1) | |
4876 (custom-group-tag-face): Ditto. | |
4877 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4878 |
28169 | 4879 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4880 | |
28161 | 4881 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4882 | |
4883 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4884 requiring easymenu. | |
4885 | |
28155 | 4886 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4887 | |
4888 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4889 handler, doc fix. | |
4890 (ps-print-version): New version number (5.1). | |
4891 (ps-user-defined-prologue, ps-error-handler-message) | |
4892 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4893 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4894 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4895 |
28150 | 4896 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4897 | |
4898 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4899 invalid self-assignment code. |
28150 | 4900 |
28149 | 4901 2000-03-14 Dave Love <fx@gnu.org> |
4902 | |
4903 * subr.el (replace-regexp-in-string): Renamed from | |
4904 replace-regexps-in-string. Doc fix. | |
4905 | |
28131 | 4906 2000-03-12 Dave Love <fx@gnu.org> |
4907 | |
4908 * cus-edit.el: Doc fixes. | |
4909 (customize-set-variable, customize-save-variable): Rename args for | |
4910 doc. | |
4911 (custom-variable-tag-face, custom-face-tag-face) | |
4912 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4913 style which user identify as hyperlink. | |
4914 (hook): Don't add undefined functions to the hook. | |
4915 (debug-ignored-errors): Transfer message from bindings.el. | |
4916 | |
28120 | 4917 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4918 | |
4919 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4920 double/nested definition. | |
4921 | |
28114 | 4922 2000-03-12 Dave Love <fx@gnu.org> |
4923 | |
4924 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4925 * enriched.el (enriched-decode-foreground): Likewise. | |
4926 (enriched-decode-background): Likewise. | |
4927 * isearch.el (isearch-highlight): Likewise. | |
4928 * info-look.el (info-lookup): Likewise. | |
4929 * simple.el (completion-setup-function): Likewise. | |
4930 | |
4931 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4932 :options. | |
4933 | |
4934 * bindings.el (mode-line-format): Fix line-number and | |
4935 column-number items. Add help-echo for the background. | |
4936 (mode-line-mule-info): Modify help-echo. | |
4937 | |
4938 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4939 defcustom. | |
4940 | |
4941 * files.el (load-file): Allow completion to .elc. | |
4942 | |
4943 * man.el: Doc fixes. | |
4944 (Man-init-defvars): Use display-color-p to set fontification. | |
4945 | |
4946 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4947 | |
28109 | 4948 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4949 | |
4950 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4951 | |
4952 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4953 | |
28098 | 4954 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4955 | |
4956 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4957 Fix comment. | |
4958 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4959 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4960 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4961 * 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
|
4962 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4963 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4964 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4965 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4966 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4967 * 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
|
4968 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4969 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4970 * 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
|
4971 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
|
4972 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4973 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4974 * 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
|
4975 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4976 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4977 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4978 |
28084 | 4979 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4980 | |
4981 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4982 removed. | |
4983 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4984 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4985 |
28114 | 4986 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4987 allow more flexibility. | |
4988 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4989 fns. | |
4990 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4991 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4992 |
28085 | 4993 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4994 |
4995 * rect.el (replace-rectangle): New function. | |
4996 | |
4997 2000-03-09 Dave Love <fx@gnu.org> | |
4998 | |
4999 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
5000 "C". | |
5001 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
5002 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
5003 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
5004 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
5005 fortran-comment-line-start here. Set comment-start, | |
5006 add-log-current-defun. | |
5007 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
5008 (fortran-current-defun): New function. | |
5009 | |
28073 | 5010 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5011 | |
28077 | 5012 * emacs-lisp/re-builder.el: New file. |
5013 | |
28076 | 5014 * mouse.el (mouse-drag-region): Don't run up-event handler |
5015 if hscroll has changed. | |
5016 | |
28073 | 5017 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5018 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5019 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5020 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5021 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5022 `(defun (setf foo)' differently. |
5023 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5024 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5025 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5026 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5027 (regexp-opt): Update comment and adapt the code the new meaning of |
5028 the `paren' argument of regex-opt-group for shy-groups. | |
5029 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5030 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5031 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5032 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5033 Remove open-presuf and close-presuf. Instead of checking for `all |
5034 one-char' and then later on check for `several one-char', handle | |
5035 both cases close together. Also apply a more generic algorithm | |
5036 for suffixes (the mirror image of the algorithm used for | |
5037 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5038 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5039 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5040 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5041 from comint-mode-map, so we can just inherit from it. Also, move |
5042 the initialization into the `defvar' since there's no docstring | |
5043 anyway and it's fairly short. | |
5044 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5045 shorter and this way we inherit from comint-mode-map rather than | |
5046 copying it. | |
5047 | |
5048 * subr.el (replace-regexps-in-string): Properly handle the case | |
5049 where we match an empty string. | |
5050 | |
5051 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5052 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
|
5053 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5054 |
28046 | 5055 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5056 | |
28051 | 5057 * Makefile (compile-files): Compile files one by one because |
5058 that's the only way to ensure a clean compilation environment for | |
5059 each individual file. | |
5060 | |
28046 | 5061 * frame.el (other-frame): Call x-focus-frame. |
5062 | |
28040 | 5063 2000-03-07 Dave Love <fx@gnu.org> |
5064 | |
28043 | 5065 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5066 :require to defcustom. | |
5067 | |
28040 | 5068 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5069 lists. | |
5070 | |
5071 * files.el (auto-mode-alist): Add configure.in. | |
5072 | |
5073 * progmodes/autoconf.el: New file. | |
5074 | |
28034 | 5075 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5076 | |
5077 * mail/mh-e.el: Change maintainer to `none'. | |
5078 | |
5079 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5080 to remove-hook and add-hook. | |
5081 | |
5082 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5083 | |
28035 | 5084 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5085 it as the default. |
28035 | 5086 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5087 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5088 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5089 |
28024 | 5090 2000-03-07 Dave Love <fx@gnu.org> |
5091 | |
5092 * winner.el: Fix keywords, autoload cookies. Split | |
5093 eval-when-compile form to avoid compilation failure. | |
5094 | |
28017 | 5095 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5096 | |
5097 * international/mule.el: Modify comment about coding system | |
5098 property `coding-category'. | |
5099 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5100 coding-category property of PROPERTIES. | |
5101 | |
5102 * international/mule-conf.el (coding-category-utf-8, | |
5103 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5104 categories. Include them in the argument for set-coding-priority. | |
5105 | |
5106 * international/mule-cmds.el (reset-language-environment): Include | |
5107 coding-category-utf-8, coding-category-utf-16-be, and | |
5108 coding-category-utf-16-le in the argument for set-coding-priority. | |
5109 (reset-language-environment): Initialize coding-category-utf-8, | |
5110 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5111 | |
28014 | 5112 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5113 | |
5114 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5115 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5116 extensions as well as compression extensions. | |
5117 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5118 |
27976 | 5119 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5120 | |
5121 * strokes.el: Change maintainer's mail address. | |
5122 | |
27972 | 5123 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5124 | |
5125 * international/mule-diag.el (list-character-sets): Make help-echo | |
5126 string by substitute-command-keys. | |
5127 (list-character-sets): Likewise. | |
5128 (sort-listed-character-sets): Call help-setup-xref. | |
5129 | |
27965 | 5130 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5131 | |
5132 * time.el (display-time-mail-file): Add `none' to the list of | |
5133 choices. | |
5134 | |
27954 | 5135 2000-03-01 Dave Love <fx@gnu.org> |
5136 | |
27959 | 5137 * help.el (help-xref-go-back): Don't try to set position. |
5138 | |
27954 | 5139 * international/mule-diag.el (list-character-sets): Call |
5140 help-setup-xref. Add help-echo to xrefs. | |
5141 (list-character-sets-1): Add help-echo to xrefs. | |
5142 | |
27949 | 5143 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5144 | |
5145 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5146 the mode off. | |
5147 | |
5148 * add-log.el (add-log-current-defun): Add support for | |
5149 Autoconf mode. | |
5150 | |
5151 * mail/rmail.el (rmail-quit-hook): New variable. | |
5152 | |
27931 | 5153 2000-03-01 Dave Love <fx@gnu.org> |
5154 | |
27935 | 5155 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5156 | |
27931 | 5157 * help.el (help-xref-button): Add help-echo arg. |
5158 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5159 | |
5160 * faces.el (list-faces-display): Supply help-echo with | |
5161 help-make-xrefs. | |
5162 | |
5163 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5164 nil. | |
5165 | |
27919 | 5166 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5167 | |
27927 | 5168 * image.el (defimage): Look for image files in load-path. |
5169 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5170 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5171 `number'. |
5172 | |
27927 | 5173 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5174 | |
5175 * recentf.el (recentf): Added version tag to the defgroup of | |
5176 recentf. | |
5177 | |
5178 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5179 | |
5180 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5181 too. | |
5182 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5183 action to select/unselect a file. | |
5184 (recentf-edit-list): Code cleanup and improvement. | |
5185 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5186 widget action to open a file. | |
5187 (recentf-open-more-files): No more use standard completion but | |
5188 widgets. | |
5189 (recentf-more-collection): Deleted. | |
5190 (recentf-more-history): Deleted. | |
5191 (recentf-setup-more-completion): Deleted. | |
5192 | |
5193 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5194 | |
5195 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5196 under a window-system. | |
5197 | |
5198 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5199 | |
5200 * recentf.el (recentf-edit-list): New command to edit the recent | |
5201 list which allow the user to remove files. | |
5202 (recentf-edit-selected-items): New global variable, used by | |
5203 `recentf-edit-list' to hold the list of files to be removed from | |
5204 the recent list. | |
5205 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5206 menu item. Minor code cleanup. | |
5207 | |
5208 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5209 | |
5210 * recentf.el (recentf-open-more-files): New command to open files | |
5211 that are not displayed in the menu. | |
5212 (recentf-more-collection): New global variable holding the set of | |
5213 permissible completions used by `recentf-open-more-files'. | |
5214 (recentf-more-history): New global variable holding the history list | |
5215 used by `recentf-open-more-files' completion. | |
5216 (recentf-setup-more-completion): New function to setup completion for | |
5217 `recentf-open-more-files'. | |
5218 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5219 | |
5220 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5221 | |
5222 * recentf.el (recentf-menu-action): Doc fixed. | |
5223 | |
5224 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5225 | |
5226 * recentf.el (recentf-menu-filter): Doc updated. | |
5227 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5228 (recentf-make-menu-items): New menu filter handling. | |
5229 (recentf-make-menu-item): New helper function. | |
5230 (recentf-menu-elements): New menu handling function. | |
5231 (recentf-sort-ascending): Updated to new menu filter handling. | |
5232 (recentf-sort-descending): Updated to new menu filter handling. | |
5233 (recentf-sort-basenames-ascending): New menu filter function. | |
5234 (recentf-sort-basenames-descending): New menu filter function. | |
5235 (recentf-show-basenames): New menu filter function. | |
5236 (recentf-show-basenames-ascending): New menu filter function. | |
5237 (recentf-show-basenames-descending): New menu filter function. | |
5238 | |
27919 | 5239 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5240 | |
5241 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5242 the end of the buffer. | |
5243 | |
27911 | 5244 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5245 | |
5246 * international/mule-diag.el (list-character-sets): Completely | |
5247 rewritten. | |
5248 (sort-listed-character-sets): New function. | |
5249 (list-character-sets-1): Completely rewritten. | |
5250 (list-character-sets-2): New function. | |
5251 (non-iso-charset-alist): New variable. | |
5252 (decode-codepage-char): New function. | |
5253 (charset-history): New variable. | |
5254 (read-charset) (list-block-of-chars) | |
5255 (list-iso-charset-chars) | |
5256 (list-non-iso-charset-chars) | |
5257 (list-charset-chars): New functions. | |
5258 (mule-diag): Call list-character-sets-2, not | |
5259 list-character-sets-2. | |
5260 (dump-charsets): Likewise. | |
5261 | |
27910 | 5262 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5263 | |
27919 | 5264 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5265 file name characters. | |
5266 (dired-filename-at-point): Handle ange-ftp file names. | |
5267 | |
27910 | 5268 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5269 instead of assoc-delete-all. | |
5270 (frame-notice-user-settings): Ditto. | |
5271 | |
5272 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5273 Don't copy alist. | |
5274 | |
27906 | 5275 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5276 | |
5277 * calculator.el (calculator-use-menu): New option. | |
5278 (calculator-initial-bindings): Changed some bindings to work as | |
5279 macros. | |
5280 (calculator-forced-input): Removed. | |
5281 (calculator-restart-other-mode): New variable. | |
5282 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5283 |
27906 | 5284 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5285 | |
5286 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5287 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5288 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5289 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
|
5290 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5291 * 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
|
5292 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
|
5293 (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
|
5294 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
|
5295 * 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
|
5296 * 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
|
5297 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
|
5298 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
|
5299 * 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
|
5300 * 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
|
5301 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5302 |
27898 | 5303 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5304 | |
5305 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5306 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5307 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5308 face-font-family-alternatives from working. | |
5309 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5310 chosen font. | |
5311 | |
27873 | 5312 2000-02-25 Sam Steingold <sds@goems.com> |
5313 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5314 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5315 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5316 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5317 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5318 |
5319 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5320 | |
27856 | 5321 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5322 | |
5323 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5324 writable. | |
5325 | |
27868 | 5326 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5327 |
27847 | 5328 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5329 | |
5330 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5331 | |
27845 | 5332 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5333 | |
5334 * diary-lib.el (include-other-diary-files): Undo the selective | |
5335 display in any included file and don't kill it. | |
5336 | |
27841 | 5337 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5338 | |
5339 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5340 bar. Menu items converted to (menu-item format, help strings | |
5341 added. | |
5342 [downcase, upcase]: Don't enable on MS-DOS. | |
5343 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5344 bound. | |
5345 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5346 | |
27825 | 5347 2000-02-23 Dave Love <fx@gnu.org> |
5348 | |
27838 | 5349 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5350 (backward-kill-word): Revert addition of * to interactive spec -- | |
5351 it's a feature. | |
5352 | |
5353 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5354 (backward-kill-sentence, kill-sentence): Likewise. | |
5355 | |
27835 | 5356 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5357 scratch buffer name. | |
5358 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5359 slightly. | |
5360 | |
5361 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5362 new read-face-name. | |
5363 | |
5364 * mail/footnote.el (footnote): Add :version to defgroup. | |
5365 (footnote-section-tag-regexp): Customize. | |
5366 (footnote-start-tag, footnote-end-tag): New option. | |
5367 (footnote-latin-regexp): New variable. | |
5368 (Footnote-latin): New function. | |
5369 (footnote-style-alist): Add element for latin style. | |
5370 (footnote-style): Moved. | |
5371 (Footnote-goto-footnote): Use eq to test arg. | |
5372 | |
5373 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5374 | |
27825 | 5375 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5376 (byte-compile-trueconstp): Include keywords. | |
5377 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5378 byte-compile-const-symbol-p. | |
5379 (byte-optimize-char-before): New optimization. | |
5380 | |
5381 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5382 (byte-compile-const-symbol-p): New function. | |
5383 (byte-compile-constp, byte-compile-out-toplevel) | |
5384 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5385 Use it. | |
5386 | |
5387 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5388 | |
27813 | 5389 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5390 | |
27815 | 5391 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5392 and minor-mode-map-alist. | |
5393 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5394 codes SS2 and SS3 correctly. | |
5395 (encoded-kbd-self-insert-ccl): New function. | |
5396 (encoded-kbd-setup-keymap): New function. | |
5397 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5398 by calling encoded-kbd-setup-keymap. | |
5399 | |
27813 | 5400 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5401 characters. | |
5402 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5403 locally. | |
5404 | |
27811 | 5405 2000-02-22 Dave Love <fx@gnu.org> |
5406 | |
5407 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5408 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5409 defvar. | |
5410 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5411 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5412 classes. Match `defface'. | |
5413 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5414 (eval-defun-1): Fix for defcustom. | |
5415 (lisp-indent-region): Doc fix. | |
5416 | |
5417 * subr.el (when, unless, split-string): Doc fix. | |
5418 (read-passwd): Move call of clear-this-command-keys to the right | |
5419 place. | |
5420 (replace-regexps-in-string): New function. | |
5421 | |
27807 | 5422 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5423 | |
5424 * help.el (describe-variable): Set syntax table to | |
5425 emacs-lisp-mode-syntax-table when moving forward over the | |
5426 symbol's name. | |
5427 | |
27805 | 5428 2000-02-22 Dave Love <fx@gnu.org> |
5429 | |
5430 * xt-mouse.el: Doc fixes. | |
5431 (xterm-mouse-position-function): New function, replacing advice of | |
5432 mouse-position. | |
5433 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5434 | |
5435 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5436 | |
27794 | 5437 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5438 | |
5439 * format.el (format-annotate-single-property-change): Handle | |
5440 properties.with dotted-list values. | |
5441 (format-proper-list-p): New function. | |
5442 | |
5443 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5444 . COLOR) and (background-color . COLOR). | |
5445 | |
27788 | 5446 2000-02-20 Dave Love <fx@gnu.org> |
5447 | |
5448 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5449 and assignments to it. | |
5450 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5451 current local map. | |
5452 (make-flyspell-overlay): Use it. | |
5453 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5454 | |
5455 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5456 (lm-get-header-re): Defun, not defsubst. | |
5457 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5458 (lm-version): Doc fix. Simplify. | |
5459 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5460 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5461 (lm-verify, lm-synopsis): Simplify. | |
5462 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5463 | |
27785 | 5464 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5465 | |
5466 * dired.el (dired-mode): Call propertized-buffer-identification | |
5467 to set mode-line-buffer-identification to something having | |
5468 the right text properties. | |
5469 | |
5470 * bindings.el (propertized-buffer-identification): New function. | |
5471 | |
27777 | 5472 2000-02-20 Dave Love <fx@gnu.org> |
5473 | |
5474 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5475 check for t-mouse too. | |
5476 | |
5477 * cus-start.el: Make echo-keystrokes `number'. | |
5478 | |
27776 | 5479 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5480 | |
5481 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5482 Don't call ring-empty-p unless tags-location-ring is bound. | |
5483 From Noah Friedman <friedman@splode.com>. | |
5484 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5485 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5486 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5487 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5488 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5489 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5490 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5491 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5492 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5493 (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
|
5494 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
|
5495 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5496 |
27757 | 5497 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5498 | |
5499 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5500 | |
27749 | 5501 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5502 | |
27754 | 5503 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5504 | |
27749 | 5505 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5506 of `*' to handle `(* ... *)' comments. | |
5507 | |
27732 | 5508 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5509 | |
27737 | 5510 * 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
|
5511 window-system. |
27737 | 5512 |
27732 | 5513 * menu-bar.el (global-map): Menu-bar items converted to the new |
5514 format (menu-item..., rearranged for better CUA compliance, and | |
5515 their names changed for better clarity. Help strings added. | |
5516 | |
5517 * international/mule-cmds.el (mule-menu-keymap) | |
5518 (describe-language-environment-map, set-coding-system-map) | |
5519 (setup-language-environment-map): Convert to new (menu-item... | |
5520 form, add help strings. Change names of menu items for better | |
5521 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5522 submenu). | |
5523 | |
27729 | 5524 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5525 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5526 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5527 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5528 |
27717 | 5529 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5530 |
27717 | 5531 * faces.el: Don't require custom. Add more specific :groups to |
5532 various deffaces. | |
5533 (set-face-attribute): Purecopy args. | |
5534 (read-face-name): Default to name at point and use it in prompt. | |
5535 Remove colon from arg in all callers. | |
5536 (list-faces-display): Hyperlink to face descriptions and customize | |
5537 buffers. | |
5538 | |
27712 | 5539 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5540 | |
5541 * wid-edit.el (widget-match-inline): An atom never matches a | |
5542 list. | |
5543 | |
27707 | 5544 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5545 | |
27713 | 5546 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5547 at ':' characters by call to split-string. | |
27707 | 5548 |
5549 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5550 | |
27713 | 5551 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5552 |
5553 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5554 | |
27713 | 5555 * textmodes/bibtex.el: Some temporary comments removed. |
5556 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5557 explicit. | |
5558 (bibtex-field-const): Allow capital letters. | |
5559 (bibtex-start-of-string): Deleted because unused. | |
5560 | |
5561 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5562 use the term 'reference' to describe a bibtex entry as a whole. | |
5563 Further, reference keys are no longer called 'labels'. | |
5564 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5565 (bibtex-reformat-previous-labels): Renamed to | |
5566 bibtex-reformat-previous-reference-keys. | |
5567 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5568 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5569 (bibtex-reference-maybe-empty-head): Renamed to | |
5570 bibtex-entry-maybe-empty-head. | |
5571 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5572 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5573 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5574 bibtex-enclosing-entry-maybe-empty-head. | |
5575 (bibtex-entry-field-alist, bibtex-entry-head, | |
5576 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5577 bibtex-map-entries, bibtex-search-entry, | |
5578 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5579 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5580 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5581 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5582 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5583 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5584 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5585 |
5586 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5587 | |
27713 | 5588 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5589 comment. | |
5590 (bibtex-format-field-delimiters): New function, functionality | |
5591 extracted from bibtex-format-entry. | |
5592 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5593 extracted from bibtex-autokey-get-yearfield. | |
5594 | |
5595 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5596 entries in order to avoid stack overflow in the regexp matcher if | |
5597 field contents become large. | |
5598 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5599 bibtex-field-string-part-not-braced, | |
5600 bibtex-field-string-part-no-inner-braces, | |
5601 bibtex-field-string-part-1-inner-brace, | |
5602 bibtex-field-string-part-2-inner-braces, | |
5603 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5604 bibtex-field-string-quoted, bibtex-field-string, | |
5605 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5606 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5607 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5608 as parsing is now performed by the following functions. | |
5609 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5610 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5611 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5612 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5613 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5614 bibtex-search-forward-field, bibtex-search-backward-field, | |
5615 bibtex-start-of-field, bibtex-end-of-field, | |
5616 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5617 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5618 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5619 bibtex-parse-string, bibtex-search-forward-string, | |
5620 bibtex-search-backward-string, bibtex-start-of-string, | |
5621 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5622 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5623 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5624 entries. Instead of reporting the results of the parsing by | |
5625 match-beginning or match-end, these functions return data structures | |
5626 that hold the corresponding positions. | |
5627 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5628 return values rather than by match-beginning or match-end. The | |
5629 following functions have been adapted to use the new parsing | |
5630 functions. | |
5631 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5632 bibtex-enclosing-field, bibtex-format-entry, | |
5633 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5634 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5635 bibtex-print-help-message, bibtex-end-of-entry, | |
5636 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5637 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5638 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5639 method for parsing. | |
5640 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5641 bibtex-map-entries, bibtex-flash-head, | |
5642 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5643 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5644 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5645 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5646 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5647 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5648 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5649 order to make the new binding of case-fold-search immediately | |
5650 visible. | |
27707 | 5651 |
5652 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5653 | |
27713 | 5654 * textmodes/bibtex.el: Copyright notice is up to date. |
5655 Added constant 'bibtex-maintainer-salutation. | |
5656 | |
5657 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5658 than make-temp-name, use match-string-no-properties and eliminate | |
5659 a quadratic behavior when building bibtex-strings. | |
5660 | |
5661 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5662 reference key contains upper case letters. | |
27707 | 5663 |
5664 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5665 | |
27713 | 5666 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5667 a new line. | |
27707 | 5668 |
5669 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5670 | |
27713 | 5671 * bibtex.el: Hiding of entry bodies is not longer provided by |
5672 bibtex.el directly. Instead the hideshow package can be used. | |
5673 Added a special bibtex entry to hs-special-modes-alist. | |
5674 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5675 |
5676 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5677 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5678 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5679 at ':' characters by call to split-string. |
27729 | 5680 |
5681 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5682 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5683 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5684 |
5685 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5686 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5687 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5688 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5689 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5690 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5691 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5692 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5693 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5694 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
|
5695 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5696 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5697 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5698 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5699 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5700 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5701 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5702 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5703 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5704 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5705 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5706 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5707 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5708 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5709 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5710 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5711 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5712 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5713 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5714 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5715 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5716 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5717 |
5718 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5719 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5720 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5721 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5722 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5723 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5724 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5725 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5726 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5727 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5728 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
|
5729 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5730 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5731 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5732 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5733 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5734 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5735 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
|
5736 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5737 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5738 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
|
5739 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
|
5740 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5741 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5742 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5743 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5744 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5745 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
|
5746 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5747 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5748 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
|
5749 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
|
5750 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5751 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5752 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5753 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
|
5754 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
|
5755 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
|
5756 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5757 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5758 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5759 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5760 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
|
5761 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5762 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5763 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5764 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5765 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5766 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5767 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5768 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5769 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
|
5770 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
|
5771 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5772 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5773 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5774 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5775 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5776 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5777 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
|
5778 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5779 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5780 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
|
5781 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
|
5782 visible. |
27729 | 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: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5787 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5788 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5789 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5790 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
|
5791 a quadratic behavior when building bibtex-strings. |
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 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5794 reference key contains upper case letters. |
27729 | 5795 |
5796 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5797 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5798 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5799 a new line. |
27729 | 5800 |
5801 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5802 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5803 * 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
|
5804 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5805 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5806 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5807 |
5808 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5809 | |
27713 | 5810 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5811 proceedings entry type (for cross referencing). Thanks to Wagner |
5812 Toledo Correa for the suggestion. | |
5813 | |
27713 | 5814 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5815 |
27690 | 5816 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5817 | |
5818 * international/characters.el: Setup case table for Vietnamese. | |
5819 | |
27687 | 5820 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5821 | |
5822 * uniquify.el (toplevel): Require CL at compile time. | |
5823 (uniquify-push): Removed. | |
5824 | |
5825 * shadowfile.el (shadow-when): Removed. | |
5826 | |
5827 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5828 (tempo-process-and-insert-string): Use dolist instead of | |
5829 tempo-dolist. | |
5830 | |
5831 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5832 regexp for paragraph-start. | |
5833 | |
5834 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5835 commas as well. | |
5836 | |
27657 | 5837 2000-02-10 Dave Love <fx@gnu.org> |
5838 | |
5839 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5840 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5841 Deleted. | |
5842 (widget-specify-field, widget-specify-button): Don't use | |
5843 widget-mouse-help as help-echo property. | |
5844 (default): Use #'ignore for :validate and :mouse-down-action. | |
5845 (checkbox): Add help-echo. | |
5846 (widget-sexp-validate): Rewritten to clarify error messages. | |
5847 (character): Use char-valid-p in :match function. | |
5848 (widget-color-complete): Use facemenu-color-alist. | |
5849 (widget-color-action): Use facemenu-read-color. | |
5850 | |
5851 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5852 set up `caar' &c that we now have. | |
5853 | |
27713 | 5854 2000-02-09 Ray Blaak <blaak@gnu.org> |
5855 | |
5856 * delphi.el: Make resourcestring a declaration region, like const | |
5857 and var. | |
5858 | |
27652 | 5859 2000-02-09 Dave Love <fx@gnu.org> |
5860 | |
5861 * bindings.el (mode-line-input-method-map): New variable. | |
5862 (mode-line-mule-info): Use it; fix last change. | |
5863 (mode-line-mode-menu): Move definition. | |
5864 (mode-line-mouse-sensitive-p): Deleted. | |
5865 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5866 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5867 level. | |
5868 | |
5869 * startup.el (command-line-1): Don't call | |
5870 make-mode-line-mouse-sensitive. | |
5871 | |
27644 | 5872 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5873 | |
5874 * mail/rmail.el (rmail-retry-failure): Use | |
5875 rmail-beginning-of-message before rmail-toggle-header, because the | |
5876 former toggles headers. | |
5877 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5878 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
|
5879 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5880 * 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
|
5881 (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
|
5882 (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
|
5883 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
|
5884 (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
|
5885 (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
|
5886 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5887 * 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
|
5888 (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
|
5889 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
|
5890 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5891 (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
|
5892 (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
|
5893 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
|
5894 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
|
5895 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5896 (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
|
5897 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5898 (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
|
5899 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
|
5900 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5901 (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
|
5902 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
|
5903 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5904 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
|
5905 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5906 * 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
|
5907 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
|
5908 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5909 * 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
|
5910 |
27610 | 5911 2000-02-04 Dave Love <fx@gnu.org> |
5912 | |
27617 | 5913 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5914 | |
27610 | 5915 * completion.el: Replace completion-dolist with dolist. |
5916 | |
5917 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5918 dotimes. | |
5919 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5920 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5921 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5922 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5923 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5924 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5925 * 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
|
5926 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5927 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5928 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5929 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5930 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5931 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5932 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5933 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5934 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5935 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5936 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5937 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5938 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5939 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5940 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5941 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5942 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5943 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5944 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5945 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5946 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5947 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5948 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5949 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5950 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5951 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5952 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5953 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5954 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5955 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5956 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5957 (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
|
5958 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5959 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5960 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5961 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5962 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5963 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5964 |
27590 | 5965 2000-02-02 Dave Love <fx@gnu.org> |
5966 | |
5967 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5968 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5969 | |
5970 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5971 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5972 the new builtins directly. | |
5973 | |
5974 * whitespace.el (whitespace): Add :version to defgroup. | |
5975 | |
5976 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5977 Doc fix. | |
5978 | |
5979 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5980 (number-at-point, list-at-point): Add autoload cookie. | |
5981 | |
5982 * recentf.el (recentf): Add :version to defgroup. | |
5983 | |
5984 * quickurl.el (quickurl): Add :version to defgroup. | |
5985 | |
5986 * elide-head.el (elide-head): Use point-marker more. | |
5987 | |
5988 * bs.el (bs): Add :version to defgroup. | |
5989 | |
5990 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5991 | |
5992 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5993 | |
27587 | 5994 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5995 | |
5996 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5997 succeeding process operation sets a different coding system. | |
5998 | |
5999 * calculator.el: New file. | |
6000 | |
27572 | 6001 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
6002 | |
6003 * frame.el (frames-on-display-list, framep-on-display): New | |
6004 functions. | |
6005 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
6006 (display-selections-p, display-screens, display-pixel-width) | |
6007 (display-pixel-height, display-mm-width, display-mm-height) | |
6008 (display-backing-store, display-save-under, display-planes) | |
6009 (display-color-cells, display-visual-class): New functions. | |
6010 | |
6011 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6012 | |
6013 * faces.el (display-color-p): Use framep-on-display. | |
6014 (display-grayscale-p): New function. | |
6015 | |
27549 | 6016 2000-01-31 Dave Love <fx@gnu.org> |
6017 | |
6018 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6019 (create-fontset-from-x-resource): Don't concat integers. | |
6020 | |
27545 | 6021 2000-01-31 Inge Frick <inge@nada.kth.se> |
6022 | |
6023 * view.el: Some changes in documentation. Removed some trailing | |
6024 whitespace. Changed some parameter names to agree with | |
6025 documentation. | |
6026 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6027 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6028 |
27541 | 6029 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6030 | |
27543 | 6031 * windmove.el: New file. |
6032 | |
27541 | 6033 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6034 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6035 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6036 |
27541 | 6037 * jit-lock.el (jit-lock-function): Widen before calculating end |
6038 position. | |
6039 (jit-lock-stealth-chunk-start): Rewritten. | |
6040 | |
6041 * info.el (Info-title-face-alist): Removed. | |
6042 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6043 faces. | |
6044 (Info-fontify-node): Use these faces. | |
6045 | |
27527 | 6046 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6047 | |
6048 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6049 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6050 `&allow-other-keywords'. | |
6051 | |
6052 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6053 the list of directories scanned heuristically. | |
6054 | |
6055 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6056 exist. | |
6057 | |
27523 | 6058 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6059 | |
6060 * w32-fns.el: Define w32-tty-standard-colors. | |
6061 | |
6062 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6063 w32 console mode. | |
6064 | |
27510 | 6065 2000-01-30 Dave Love <fx@gnu.org> |
6066 | |
27513 | 6067 * jka-compr.el (jka-compr-load): Fix up load-history. |
6068 | |
27510 | 6069 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6070 | |
6071 * emacs-lisp/cl-macs.el: Revert previous change. | |
6072 | |
27499 | 6073 2000-01-29 Dave Love <fx@gnu.org> |
6074 | |
6075 * facemenu.el: Purecopy various strings. | |
6076 | |
6077 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6078 years. Deal with three-digit years. | |
6079 | |
6080 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6081 defconst, purecopy. | |
6082 (help-back-label): Purecopy it. | |
6083 | |
27498 | 6084 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6085 | |
6086 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6087 variable. If non-nil, order the buffer list according to the | |
6088 currently selected frame. | |
6089 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6090 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
|
6091 |
27496 | 6092 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6093 | |
6094 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6095 | |
27486 | 6096 2000-01-28 Dave Love <fx@gnu.org> |
6097 | |
27491 | 6098 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6099 | |
27486 | 6100 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6101 Don't use lisp-indent-hook property. | |
6102 (cl-abs): Remove. | |
6103 | |
6104 * subr.el: Move out indent and edebug specs for when and unless. | |
6105 | |
6106 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6107 when, unless. | |
6108 | |
6109 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6110 unless, when. | |
6111 | |
27467 | 6112 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6113 | |
27481 | 6114 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6115 `collecting' as synonym for `collect'. | |
6116 | |
6117 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6118 for the case it contains spaces. | |
6119 | |
6120 * simple.el (what-cursor-position): Change formatting of | |
6121 messages. | |
6122 | |
27473 | 6123 * frame.el (delete-other-frames): New function. |
6124 (toplevel): Bind it to C-x 5 1. | |
6125 | |
27469 | 6126 * sort.el (sort-numeric-base): New option. |
6127 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6128 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6129 as default base. | |
6130 | |
27467 | 6131 * progmodes/glasses.el: New file. |
6132 | |
27451 | 6133 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6134 | |
27461 | 6135 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6136 userids differently. | |
6137 | |
27451 | 6138 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6139 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6140 progmodes/ebnf-yac.el: New files. | |
6141 | |
27446 | 6142 2000-01-26 Dave Love <fx@gnu.org> |
6143 | |
6144 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6145 on a function with an empty body. [From Eric Ludlam.] | |
6146 | |
27437 | 6147 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6148 | |
6149 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6150 | |
27433 | 6151 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6152 | |
6153 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6154 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6155 | |
27419 | 6156 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6157 | |
6158 * language/thai-util.el (thai-composition-function): Delete | |
6159 superfluous `a'. | |
6160 | |
27418 | 6161 2000-01-24 Dave Love <fx@gnu.org> |
6162 | |
6163 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6164 end-of-defun-function. | |
6165 | |
6166 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6167 &c. | |
6168 | |
27405 | 6169 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6170 | |
6171 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6172 conflicts with new face support. | |
6173 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6174 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6175 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6176 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6177 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6178 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6179 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6180 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6181 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6182 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6183 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6184 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6185 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6186 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6187 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6188 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6189 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6190 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6191 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6192 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6193 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6194 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6195 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6196 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6197 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6198 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6199 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6200 |
27366 | 6201 2000-01-19 Dave Love <fx@gnu.org> |
6202 | |
27368 | 6203 * files.el (user-init-file): Don't declare here -- is primitive. |
6204 | |
27366 | 6205 * startup.el (command-line): Check for compiled user-init-file and |
6206 set to uncompiled version if necessary. | |
6207 | |
27358 | 6208 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6209 | |
27361 | 6210 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6211 (undigestify-rmail-message): Use it. | |
6212 | |
27358 | 6213 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6214 | |
27351 | 6215 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6216 | |
6217 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6218 of mini-buffer. | |
6219 | |
27326 | 6220 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6221 | |
27330 | 6222 * emacs-lisp/copyright.el (copyright-update): Removed the |
6223 requirement for a trailing space from `copyright-regexp', to | |
6224 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6225 |
27327 | 6226 * align.el: New file. |
6227 | |
27326 | 6228 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6229 | |
6230 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6231 | |
27323 | 6232 2000-01-13 Dave Love <fx@gnu.org> |
6233 | |
6234 * ph.el: Removed. (Obsoleted by EUDC.) | |
6235 | |
27321 | 6236 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6237 | |
6238 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6239 menu with easymenu, because that causes build problems. | |
6240 | |
6241 * frame.el (frame-notice-user-settings): New variable. | |
6242 (frame-notice-user-settings): Don't modify frame parameters | |
6243 if called a second time. | |
6244 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6245 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6246 |
6247 * frame.el (frame-notice-user-settings): | |
6248 Notice default-frame-parameters even for non-window frames. | |
6249 | |
27318 | 6250 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6251 | |
6252 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6253 for Emacs. | |
6254 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6255 (eudc-bob-toggle-inline-display): Ditto. | |
6256 (eudc-bob-display-jpeg): Ditto. | |
6257 | |
27304 | 6258 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6259 | |
27313 | 6260 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6261 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6262 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
|
6263 |
27312 | 6264 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6265 nil)'. | |
6266 | |
6267 * subdirs.el: Add `net' directory. | |
6268 | |
27308 | 6269 * net: New directory. |
6270 | |
27304 | 6271 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6272 eval-last-sexp. Don't bind debug-on-error here. | |
6273 (eval-last-sexp): New function. Bind debug-on-error if | |
6274 eval-expression-debug-on-error is non-nil. | |
6275 (eval-defun-2, eval-defun): Likewise. | |
6276 | |
6277 * simple.el (eval-expression): Don't bind debug-on-error if | |
6278 eval-expression-debug-on-error is nil. Detect changed | |
6279 debug-on-error, and propagate new value to global binding, if | |
6280 eval-expression-debug-on-error is non-nil, | |
6281 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6282 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6283 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6284 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6285 * 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
|
6286 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6287 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6288 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6289 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6290 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6291 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6292 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6293 |
27288 | 6294 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6295 | |
27291 | 6296 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6297 of erasing buffer. | |
6298 | |
27288 | 6299 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6300 (fill-context-prefix): Use the longest common prefix of first |
6301 and second line fill prefix, if there is one. | |
27288 | 6302 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6303 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6304 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6305 * 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
|
6306 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6307 |
27282 | 6308 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6309 | |
6310 * add-log.el (add-log-current-defun): Handle user-defined | |
6311 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6312 |
27280 | 6313 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6314 if having found a current function |
27278 | 6315 |
6316 * add-log.el (add-log-current-defun): Call | |
6317 `add-log-current-defun-function'. Try matches at level 0 and | |
6318 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6319 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6320 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6321 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6322 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6323 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6324 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6325 |
27265 | 6326 2000-01-10 Dave Love <fx@gnu.org> |
6327 | |
6328 * elide-head.el (elide-head): Use point-marker, not point. | |
6329 | |
27261 | 6330 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6331 | |
27263 | 6332 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6333 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6334 |
27261 | 6335 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6336 Add ispell- prefix. | |
6337 | |
6338 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6339 | |
6340 * ispell.el: Only define dictionaries in menus when they exist. | |
6341 (version18p): New variable. | |
6342 (version20p): New variable. | |
6343 (xemacsp): New variable. | |
6344 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6345 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6346 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6347 run-together words. |
27261 | 6348 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6349 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6350 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6351 library path when called non-interactively. |
27261 | 6352 (ispell-menu-map-needed): Uses new variables. |
6353 (ispell-library-path): New variable. | |
6354 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6355 (ispell-word): Improved documentation string. Test for valid | |
6356 character mappings. Correctly check typed in word changes that can | |
6357 result in single words split into multiple words. Returns | |
6358 replacement word. | |
6359 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6360 replace in recursive query replace mode. Help message for | |
6361 recursive edit mode. | |
6362 (ispell-show-choices): Protect against bad framepop bindings. | |
6363 (ispell-help): Fix to work with XEmacs. | |
6364 (ispell-highlight-spelling-error): Use new variables. | |
6365 (ispell-overlay-window): Fix to work with XEmacs. | |
6366 (ispell-parse-output): Passed and returns location information | |
6367 tracking spelling corrections. Doesn't recheck same word on | |
6368 current line. | |
6369 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6370 Fix call to single argument in sleep-for. Use new variables. | |
6371 (ispell-region): Passed and returns location information tracking | |
6372 spelling corrections. Doesn't check same word on current line. | |
6373 Improved documentation string. Doesn't resend a line already | |
6374 checked to the ispell process - fixes bug in LaTeX parsing. | |
6375 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6376 (ispell-skip-region): No longer skips <TT> in SGML. | |
6377 (ispell-process-line): Tracks location information with spelling | |
6378 corrections. Added documentation string. Accounts for words | |
6379 already accepted on this line. Don't allow query-replace on line | |
6380 starting with math characters. Doesn't resend a line already sent | |
6381 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6382 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6383 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6384 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6385 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6386 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6387 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6388 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6389 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
|
6390 |
27255 | 6391 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6392 | |
6393 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6394 of a real newline. | |
6395 | |
27253 | 6396 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6397 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6398 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6399 for .png files. |
6400 | |
27251 | 6401 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6402 | |
6403 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6404 | |
27247 | 6405 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6406 | |
27249 | 6407 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6408 | |
27247 | 6409 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6410 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6411 recursion. |
6412 | |
27244 | 6413 2000-01-08 Dave Love <fx@gnu.org> |
6414 | |
27265 | 6415 * emacs-lisp/backquote.el: Remove inappropriate customization |
6416 (allowing custom.el to use backquote). | |
27244 | 6417 |
27241 | 6418 2000-01-07 Dave Love <fx@gnu.org> |
6419 | |
6420 * add-log.el (add-log-debugging): Deleted. | |
6421 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6422 file. Remove debugging code. | |
6423 (change-log-get-method-definition, change-log-name): Add doc. | |
6424 (change-log-sortable-date-at): New function. | |
6425 (change-log-merge): New command. | |
6426 | |
6427 * time.el (display-time-string-forms): Make the Mail string active. | |
6428 (display-time-update): Provide help-echo for load average. | |
6429 | |
6430 * bindings.el (make-mode-line-mouse2-map): New function. | |
6431 (mode-line-modified): Use it and simplify. | |
6432 (mode-line-mule-info): Provide help-echo info. | |
6433 (minor-mode-alist): Activate the strings. | |
6434 (make-mode-line-mouse-sensitive): Simplify for | |
6435 mode-line-buffer-identification. | |
6436 | |
27233 | 6437 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6438 | |
6439 * play/pong.el: New file. | |
6440 | |
27241 | 6441 2000-01-06 Dave Love <fx@gnu.org> |
6442 | |
6443 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6444 `array-' prefix for symbols. | |
6445 | |
6446 2000-01-05 Dave Love <fx@gnu.org> | |
6447 | |
6448 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6449 outline-headers-as-kill. | |
6450 (outline-mode): Define imenu-generic-expression. | |
6451 (outline-headers-as-kill): New command. | |
6452 | |
6453 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6454 from paragraph-start. | |
6455 (paragraph-indent-minor-mode): New command. | |
6456 | |
6457 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6458 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6459 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6460 (fortran-column-ruler): Simplify. | |
6461 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6462 (fortran-with-subprogram-narrowing): Likewise. | |
6463 (fortran-indent-subprogram): Call mark-defun. | |
6464 (fortran-check-for-matching-do): Change narrowing. | |
6465 | |
6466 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6467 (cl-lucid-hash-tag): Delete. | |
6468 (cl-hash-table-p): Correct test for native table. | |
6469 (cl-hash-table-count): Use hash-table-count. | |
6470 | |
6471 * browse-url.el (browse-url): Fix case of | |
6472 browse-url-browser-function being an alist. | |
6473 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6474 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6475 |
27233 | 6476 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6477 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6478 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6479 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6480 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6481 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6482 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6483 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6484 |
27191 | 6485 2000-01-05 Dave Love <fx@gnu.org> |
6486 | |
27241 | 6487 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6488 (beginning-of-defun-raw): Use it. |
6489 (end-of-defun): New variable. | |
6490 (end-of-defun): Use it. | |
6491 (check-parens): New command. | |
6492 | |
27182 | 6493 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6494 | |
27233 | 6495 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6496 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6497 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6498 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6499 |
27176 | 6500 2000-01-05 Andreas Schwab <schwab@suse.de> |
6501 | |
6502 * hscroll.el (hscroll): Doc fix. | |
6503 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6504 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6505 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6506 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6507 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6508 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6509 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6510 file idlw-rinfo.el. |
27182 | 6511 (idlwave-customize): load must read file idlw-shell.el. |
6512 (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
|
6513 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6514 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6515 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6516 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6517 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6518 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6519 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6520 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6521 both reftex-dcr and reftex-vcr. |
27182 | 6522 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6523 * 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
|
6524 |
27164 | 6525 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6526 |
6527 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6528 (ps-print-version): New version number (5.0.3). | |
6529 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6530 local. | |
6531 (ps-spool-config): Initialization fix. | |
27233 | 6532 (ps-print-prologue-1, ps-print-prologue-2) |
6533 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6534 (ps-background-image): Little code reformating. |
6535 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6536 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6537 (ps-prologue-file): New fun. |
6538 | |
27159 | 6539 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6540 | |
27233 | 6541 * ps-vars.el: Eliminated. |
27159 | 6542 |
6543 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6544 `;;;###autoload'. | |
6545 | |
6546 * ps-print.el: ps-vars eliminated, doc fix. | |
6547 (ps-print-version): New version number (5.0.2). | |
6548 (ps-spool-config): Initialization fix. | |
6549 (ps-print-customize): New fun. | |
6550 | |
27155 | 6551 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6552 | |
6553 * autorevert.el (auto-revert-mode): Return value of | |
6554 auto-revert-mode. | |
6555 | |
27152 | 6556 2000-01-04 Dave Love <fx@gnu.org> |
6557 | |
27198 | 6558 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6559 menu items. | |
27152 | 6560 |
27124 | 6561 2000-01-03 Dave Love <fx@gnu.org> |
6562 | |
27191 | 6563 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6564 |
27241 | 6565 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6566 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6567 `cl-hash-table-p', not `hash-table-p'. | |
6568 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6569 | |
27119 | 6570 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6571 | |
6572 * faces.el (face-read-integer, read-face-attribute) | |
6573 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6574 strings. | |
6575 | |
27112 | 6576 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6577 | |
6578 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6579 at comment end, and re-insert them after filling. | |
6580 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6581 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
|
6582 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6583 * 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
|
6584 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6585 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
|
6586 |
27102 | 6587 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6588 | |
6589 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6590 the new name of face-color-supported-p. | |
6591 | |
6592 * term/w32-win.el (xw-defined-colors): Likewise. | |
6593 | |
27097 | 6594 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6595 | |
6596 * simple.el (completion-setup-function): Count completion-size | |
6597 from minibuffer-prompt-end, not from point-min. | |
6598 | |
27091 | 6599 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6600 | |
6601 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6602 Pass the frame to tty-color-* functions. | |
6603 (display-color-p, frame-set-background-mode): Pass the frame to | |
6604 tty-display-color-p. | |
6605 | |
6606 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6607 tty-color-alist. | |
6608 (tty-color-alist, tty-modify-color-alist): New functions. | |
6609 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6610 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6611 an optional parameter FRAME. | |
6612 | |
27074 | 6613 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6614 | |
27082 | 6615 * image.el (create-image, defimage): Don't assume image data is a |
6616 string. | |
6617 | |
27074 | 6618 * image.el (defimage): Handle specifications containing :data |
6619 instead of :file. | |
6620 (image-type-from-data): New function. | |
6621 (image-type-from-file-header): Use it. | |
6622 (create-image): Add parameter DATA-P. | |
27182 | 6623 |
30729 | 6624 See ChangeLog.8 for earlier changes. |
30993 | 6625 |
6626 ;; Local Variables: | |
6627 ;; coding: iso-2022-7bit-unix | |
6628 ;; End: |