Mercurial > emacs
annotate lisp/ChangeLog @ 31006:86a1ed13f0f2
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 21 Aug 2000 14:18:32 +0000 |
parents | 9af2fb7c9123 |
children | 8c16eb0c611c |
rev | line source |
---|---|
31006 | 1 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
2 | |
3 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
4 even if the display doesn't support colors: some displays will | |
5 support bold/underline faces. | |
6 | |
30997 | 7 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
8 | |
31004 | 9 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
10 | |
30997 | 11 * startup.el (command-line): If user's init file had an error, |
12 add explanatory text to *Messages*. | |
13 | |
30994 | 14 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
15 | |
16 * man.el (Man-getpage-in-background): Decode the process output by | |
17 the system locale coding system. | |
18 | |
30980 | 19 2000-08-20 Dave Love <fx@gnu.org> |
20 | |
30991 | 21 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
22 Don't test x-popup-menu. | |
23 (function) <complete-function>: Complete only fbound symbols. | |
24 <validate, value>: New. | |
25 (variable) <complete-function>: Complete only bound symbols. | |
26 (coding-system): Add :base-only, :complete-function, :validate, | |
27 :value, :prompt-match. | |
28 (widget-coding-system-prompt-value): Use read-coding-system and | |
29 act on :base-only. | |
30 (editable-field): Add :help-echo. | |
31 (widget-push-button-gui, widget-push-button-cache) | |
32 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
33 with uses. | |
34 (widget-at): Make arg optional. | |
35 (widget-echo-help): Adjust for current help-echo calling sequence. | |
36 (widget-specify-field, widget-specify-button) | |
37 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
38 (widget-convert, widget-insert, widget-leave-text) | |
39 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
40 (widget-setup, widget-field-find, widget-before-change) | |
41 (widget-after-change, widget-default-complete) | |
42 (widget-default-create, widget-default-delete) | |
43 (widget-push-button-value-create, editable-field) | |
44 (widget-field-prompt-value, widget-field-validate) | |
45 (widget-choice-value-create, widget-choice-action) | |
46 (widget-choice-validate, widget-checklist-add-item) | |
47 (widget-radio-add-item, widget-radio-chosen) | |
48 (widget-radio-value-inline, widget-editable-list-value-create) | |
49 (widget-editable-list-entry-create) | |
50 (widget-documentation-link-add) | |
51 (widget-documentation-string-value-create) | |
52 (widget-regexp-validate, widget-file-complete) | |
53 (widget-sexp-validate, widget-plist-convert-widget) | |
54 (widget-plist-convert-widget, widget-alist-convert-widget) | |
55 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
56 particularly to avoid bindings which aren't optimized out. | |
57 | |
30980 | 58 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
59 Doc fix. | |
60 (down-list, backward-up-list, up-list, kill-sexp) | |
61 (backward-kill-sexp, mark-sexp): Make arg optional. | |
62 (lisp-complete-symbol): Add optional arg PREDICATE. | |
63 | |
64 * cus-start.el: Add display-buffer-reuse-frames, | |
65 file-coding-system-alist. | |
66 | |
30975 | 67 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
68 | |
69 * startup.el (command-line): Clear realized faces after | |
70 modifying TTY color mappings. | |
71 | |
30972 | 72 2000-08-20 Miles Bader <miles@gnu.org> |
73 | |
74 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
75 merely a subset of FACE's attributes. | |
76 | |
30966 | 77 2000-08-19 Miles Bader <miles@gnu.org> |
78 | |
79 * comint.el (comint-output-filter): Save the point with a marker, | |
80 not just a buffer position. | |
81 | |
82 * international/mule.el (set-buffer-process-coding-system): Make | |
83 interactive prompt less confusing. | |
84 | |
30963 | 85 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
86 | |
87 * hilit-chg.el: General cleanup of doc strings, comments and | |
88 code formatting. | |
89 | |
30960 | 90 2000-08-19 Miles Bader <miles@gnu.org> |
91 | |
92 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
93 Compiler macro removed; beginning-of-line is no longer always | |
94 equivalent to forward-line, in the presence of fields. | |
95 | |
96 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
97 restriction, and just use save-restriction, now that it works | |
98 correctly. Don't adjust comint-last-input-start to account for | |
99 our insertion; it shouldn't have moved because we don't use | |
100 insert-before-markers anymore. Comment out call to | |
101 `force-mode-line-update'; why is it here? | |
102 | |
103 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
104 while checking for prompt to delete. Use `forward-line 0' | |
105 instead of beginning-of-line. | |
106 (gud-filter): Temporarily widen gud comint buffer while | |
107 examining output. | |
108 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
109 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
110 |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
111 * 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
|
112 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
|
113 |
30953 | 114 2000-08-18 Dave Love <fx@gnu.org> |
115 | |
116 * image.el (find-image): Copy `spec' before using plist-put. | |
117 | |
30948 | 118 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
119 | |
120 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
121 `portugues'. | |
122 | |
123 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
124 backward-kill-sexp, analogous to kill-sexp. | |
125 | |
126 * progmodes/icon.el (icon-indent-line) | |
127 (icon-is-continuation-line): Handle comments specially. | |
128 | |
129 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
130 | |
131 * ispell.el: Set to standard author/maintainer/keyword fields. | |
132 Fine tuning to menu map appearance and operation, and added help. | |
133 Remove `start' and `end' error messages when compiling. | |
134 (ispell-choices-win-default-height): Fixed comment string. | |
135 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
136 castellano8 dictionaries. | |
137 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
138 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
139 dictionary, added italiano dictionary. | |
140 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
141 word character | |
142 (ispell-tex-skip-alists): Added psfig support. | |
143 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
144 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
145 (ispell-minor-check): Improved html skipping support to skip across | |
146 code, and recognize `&' commands without propper `;' syntax; | |
147 (ispell-process-line): Fix alignment error when manually | |
148 correcting spelling. | |
149 (ispell): Fix comment string. | |
150 (ispell-add-per-file-word-list): Always put word list on new line. | |
151 | |
30922 | 152 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
153 | |
30928 | 154 * format.el (format-encode-run-method): Fix error message to say |
155 `encode' instead of `decode'. Use save-window-excursion around | |
156 shell-command-on-region as in format-decode-run-method because | |
157 shell-command-on-region can display a buffer with error output. | |
158 (format-decode): Don't record undo information for the decoding. | |
159 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
160 that number part of the temporary buffer name so that more than | |
161 one decoding using a temporary buffer can happen safely. | |
162 | |
163 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
164 of `A-z' in the regexp. | |
165 | |
166 * hilit-chg.el: Fix typos in commentary. | |
167 | |
30922 | 168 * help.el (view-emacs-news): Rewritten for new naming scheme |
169 for old NEWS files. | |
170 | |
171 * startup.el (command-line): Pop to *Messages* in case an error | |
172 is signaled while loading user-init-file. | |
173 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
174 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
175 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
176 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
177 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
178 |
30906 | 179 2000-08-17 Alex Schroeder <alex@gnu.org> |
180 | |
181 * sql.el (sql-magic-go): Use comint-bol. | |
182 (sql-copy-column): Use comint-line-beginning-position. | |
183 (comint-line-beginning-position): Define a replacement for | |
184 comint-line-beginning-position if it is not fboundp. | |
185 | |
186 2000-08-17 Alex Schroeder <alex@gnu.org> | |
187 | |
188 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
189 it didn't have any effect anyway. | |
190 | |
191 2000-08-17 Alex Schroeder <alex@gnu.org> | |
192 | |
193 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
194 --pset and pager=off instead of sending \\o|cat at the beginning | |
195 of the session. | |
196 | |
30903 | 197 2000-08-17 Miles Bader <miles@gnu.org> |
198 | |
199 * progmodes/octave-inf.el: Add compatibility definition of | |
200 comint-line-beginning-position. | |
201 | |
30898 | 202 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
203 | |
204 * startup.el (normal-top-level): Look in each dir in load-path for | |
205 a leim-list.el file too. This assures of loading leim-list.el | |
206 that is created at Emacs installation time even if a user have his | |
207 own leim-list.el. | |
208 | |
30897 | 209 2000-08-17 Miles Bader <miles@gnu.org> |
210 | |
211 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
212 foreground color to black if the background is dark. | |
213 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
214 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
215 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
216 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
217 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
218 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
219 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
220 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
221 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
222 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
223 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
224 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
225 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
226 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
227 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
228 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
229 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
230 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
231 * 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
|
232 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
233 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
234 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
235 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
236 * 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
|
237 (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
|
238 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
239 (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
|
240 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
241 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
242 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
243 (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
|
244 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
245 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
246 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
247 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
248 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
249 (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
|
250 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
251 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
252 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
253 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
254 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
255 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
256 * 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
|
257 |
30870 | 258 2000-08-16 Dave Love <fx@gnu.org> |
259 | |
30894 | 260 * windmove.el (windmove) <defgroup>: Add :version. |
261 | |
262 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
263 (goto-address-fontify-p, goto-address-highlight-p) | |
264 (goto-address-url-face, goto-address-url-mouse-face) | |
265 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
266 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
267 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
268 (goto-address-at-point): browse-url-url-at-point, | |
269 goto-address-find-address-at-point can return nil. | |
270 (goto-address-find-address-at-point): Return nil on failure. | |
271 | |
272 * align.el (align) <defgroup>: Add :version. | |
273 | |
274 * calculator.el (calculator): Add :version. | |
275 (calculator): Use two lines for calculator window if `modeline' | |
276 face is boxed. | |
277 | |
30870 | 278 * play/5x5.el: Doc fixes. |
279 (5x5) <defgroup>: Add :version. | |
280 | |
281 * play/fortune.el (fortune) <defgroup>: Add :version. | |
282 (fortune-append): Fix error message. | |
283 (fortune-from-region): Doc fix. | |
284 | |
285 * play/pong.el (pong): Doc fix. | |
286 | |
287 * play/morse.el: Keywords, commentary, autoloads. | |
288 | |
30854 | 289 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
290 | |
291 * desktop.el (desktop-save): Don't look at symbol-value of a | |
292 member of minor-mode-alist, unless it is boundp. | |
293 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
294 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
|
295 |
30897 | 296 * 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
|
297 `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
|
298 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
|
299 |
30846 | 300 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
301 | |
302 * international/ccl.el (declare-ccl-program): Docstring modified. | |
303 (ccl-execute-with-args): Likewise. | |
304 | |
30839 | 305 2000-08-16 Miles Bader <miles@gnu.org> |
306 | |
30903 | 307 * progmodes/sql.el: Add compatibility definition of |
30839 | 308 comint-line-beginning-position. |
309 | |
30808 | 310 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
311 | |
30829 | 312 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
313 'buffer-menu' property. | |
314 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
315 fails. | |
316 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
317 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
318 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
319 |
30825 | 320 * buff-menu.el (list-buffers-noselect): Don't display the |
321 *Buffer List* buffer. | |
322 | |
30822 | 323 * font-lock.el: Require jit-lock to prevent a very late |
324 `Loading jit-lock' message. | |
325 | |
30808 | 326 * 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
|
327 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 328 mail address. |
329 | |
30804 | 330 2000-08-15 Miles Bader <miles@gnu.org> |
331 | |
332 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
333 (ispell-choices-win-default-height, ispell-help): Use | |
334 `ispell-graphic-p' instead of `xemacsp'. | |
335 | |
30802 | 336 2000-08-15 Dave Love <fx@gnu.org> |
337 | |
30842 | 338 * simple.el: Autoload widget-convert when compiling. |
339 (mail-user-agent): Doc fix. | |
340 | |
341 * help.el (function-called-at-point, variable-at-point): Use | |
342 with-syntax-table. | |
343 (help-manyarg-func-alist): Add insert-and-inherit. | |
344 | |
345 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
346 | |
347 * delsel.el (delsel-unload-hook): New function. | |
348 | |
349 * find-file.el: Doc fixes. Move provide to end. | |
350 (ff) <defgroup>: Add :link. | |
351 (ff-goto-click): Deleted. | |
352 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
353 Use mouse-set-point. | |
354 | |
355 * textmodes/tildify.el: Doc fixes. | |
356 (tildify) <defgroup>: Add:version. | |
357 | |
358 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
359 (glasses-custom-set): Use set-default, not set. | |
360 (minor-mode-alist): Propertize the lighter. | |
361 (glasses-mode): Provide optional arg. | |
362 | |
30813 | 363 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
364 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
365 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
366 option. Provide :type. | |
367 (cwarn-configuration): Provide :type. | |
368 (cwarn-mode): Doc fix. | |
369 | |
370 * add-log.el (change-log-merge): Doc fix. | |
371 (change-log-redate): New command. | |
372 | |
30802 | 373 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
374 Doze and Dog. | |
375 (browse-url): Use dolist, not mapcar. | |
376 (browse-url-at-point): Check for null url. | |
377 (browse-url-event-buffer, browse-url-event-point): Functions | |
378 deleted. | |
379 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
380 | |
381 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
382 modes. | |
383 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
384 Fix previous change to mapcan. | |
385 (msb--init-file-alist, msb--add-separators) | |
386 (msb--make-keymap-menu): Simplify. | |
387 (msb--choose-file-menu): Use copy-sequence. | |
388 (msb-mode-map): Add title to keymap. | |
389 (msb-unload-hook): New function. | |
390 | |
391 * bs.el: Fix indentation. | |
392 (bs) <defgroup>: Add :links. | |
30894 | 393 (bs-show): Doc fix. |
394 (bs-apply-sort-faces): Don't use window-system. | |
395 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 396 |
30796 | 397 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
398 | |
399 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
400 convert-standard-filename. | |
401 | |
30788 | 402 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
403 | |
30790 | 404 * emacs-lisp/authors.el: New file. |
405 | |
30788 | 406 * paren.el (show-paren-priority): New user option. |
407 (show-paren-function): Set overlay priorities to | |
408 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
409 |
30783 | 410 2000-08-14 Miles Bader <miles@gnu.org> |
411 | |
412 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
413 beginning-of-line with inhibit-field-text-motion bound. | |
414 | |
30781 | 415 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
416 | |
417 * calendar/timeclock.el: New file. | |
418 | |
419 2000-08-14 David Ponce <david@dponce.com> | |
420 | |
421 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
422 `widget-button-click'. so that one can use left mouse button to | |
423 click on dialog buttons. | |
424 | |
425 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
426 | |
427 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
428 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
|
429 |
30767 | 430 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
|
431 |
30769 | 432 * comint.el (comint-output-filter): Don't bother frobbing |
433 window-start, it doesn't seem to be necessary. | |
30767 | 434 |
435 * comint.el (comint-send-string, comint-send-region): Make into | |
436 real functions. Snapshot the prompt before sending. | |
437 | |
30764 | 438 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
439 | |
440 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
441 technique similar to Info-index, instead of relying on specific | |
442 names of relevant Index nodes. | |
443 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
444 going to the first node found by Info-find-emacs-command-nodes. | |
445 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
446 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 447 |
448 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
449 | |
30741 | 450 2000-08-10 Miles Bader <miles@gnu.org> |
451 | |
452 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
453 | |
30739 | 454 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
455 | |
456 * info.el (Info-file-list-for-emacs): More elements for the | |
457 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
458 and woman manuals. | |
459 | |
30737 | 460 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
461 | |
462 * comint.el (comint-send-input): Make the newline boundary overlay | |
463 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
464 (comint-output-filter): Use `insert' instead of | |
465 `insert-before-markers'. Extend comint-last-output-overlay when | |
466 necessary since we can't rely on insert-before-markers to do it. | |
467 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
468 save-excursion when inserting the output, so that point gets | |
469 updated correctly; the old method relied on a rather dodgy | |
470 side-effect of comint-output-filter to avoid the effect of | |
471 save-excursion. | |
472 | |
30734 | 473 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
474 | |
475 * files.el (recover-file): Call insert-directory instead of | |
476 invoking `ls' directly. | |
477 | |
30732 | 478 2000-08-10 Miles Bader <miles@gnu.org> |
479 | |
480 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
481 (comint-last-prompt-overlay): New variables. | |
482 (comint-output-filter): Implement prompt highlighting. | |
483 (comint-snapshot-last-prompt): New function. | |
484 (comint-send-input): Snapshot the last prompt. | |
485 Use comint-highlight-input-face. | |
486 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
487 Use defface instead of defcustom. | |
488 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
489 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
490 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
491 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
492 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
493 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
494 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
495 (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
|
496 (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
|
497 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
|
498 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
499 * 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
|
500 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
501 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
502 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
503 |
30715 | 504 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
505 | |
506 * files.el (insert-directory): Don't call access-file on | |
507 directories on DOS and Windows. | |
508 | |
30704 | 509 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
510 | |
511 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
512 longer if necessary. | |
513 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
514 ccl-program-vector. | |
515 | |
30701 | 516 2000-08-09 Miles Bader <miles@gnu.org> |
517 | |
518 * comint.el (comint-output-filter): Properly handle the case where | |
519 the text surrounded by comint-last-output-overlay was deleted. | |
520 | |
30671 | 521 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
522 | |
30693 | 523 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
524 non-nil. | |
525 (Info-file-list-for-emacs): Remove "info" from the list because | |
526 that leads to trying to use the documentation from file `info' | |
527 in various situations where it isn't appropriate, for instance | |
528 C-h C-k C-h i. | |
529 | |
530 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
531 DIR and/or STRING are nil. | |
532 | |
533 * progmodes/compile.el (compilation-setup): Make variable | |
534 compilation-error-screen-columns buffer-local, as some comment | |
535 in the code suggests it should be. | |
536 | |
537 * files.el (auto-mode-interpreter-regexp): New variable. | |
538 (set-auto-mode): Use it. | |
539 | |
540 * indent.el (indent-for-tab-command): Doc fix. | |
541 | |
542 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
543 | |
30671 | 544 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
545 labels. | |
546 | |
547 * help.el (print-help-return-message): When | |
548 display-buffer-reuse-frames is set, let the help window been quit, | |
549 instead of deleting it, which might delete a reused frame. | |
550 | |
30664 | 551 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
552 | |
553 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
554 rename a directory to a name that differs only by its letter case. | |
555 | |
30655 | 556 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
557 | |
558 * international/quail.el (quail-define-rules): Handle Quail decode | |
559 map correctly. Add code for supporting annotations. | |
560 (quail-install-decode-map): New function. | |
561 (quail-defrule-internal): New optional arguments decode-map and | |
562 props. | |
563 (quail-advice): New function. | |
564 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
565 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
|
566 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
567 * 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
|
568 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
569 * 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
|
570 |
30649 | 571 2000-08-03 Miles Bader <miles@gnu.org> |
572 | |
573 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
574 New variable. | |
575 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
576 comint-use-prompt-regexp-instead-of-fields. | |
577 (comint-send-input): Add `input' field property to stuff we send to | |
578 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
579 (comint-output-filter): Add `output' field property to process | |
580 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
581 (comint-replace-by-expanded-history) | |
582 (comint-get-old-input-default, comint-show-output) | |
583 (comint-backward-matching-input, comint-forward-matching-input) | |
584 (comint-next-prompt, comint-previous-prompt): Use field | |
585 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
586 (comint-line-beginning-position): New function. | |
587 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
588 (comint-replace-by-expanded-history-before-point): Use | |
589 comint-line-beginning-position and line-end-position. | |
590 (comint-last-output-overlay): New variable. | |
591 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
592 | |
593 * shell.el (shell-prompt-pattern): Doc change. | |
594 (shell-backward-command): Use line-beginning-position. | |
595 | |
596 * gud.el (gud-gdb-complete-command): Use | |
597 comint-line-beginning-position. | |
598 | |
599 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
600 comint-bol doesn't actually go to the beginning of the line. | |
601 | |
602 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
603 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
604 (try-expand-line-all-buffers): Likewise. | |
605 | |
606 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
607 explicitly matching comint-prompt-regexp. | |
608 (sql-copy-column): Use comint-line-beginning-position instead of | |
609 explicitly matching comint-prompt-regexp. | |
610 | |
611 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
612 comint-line-beginning-position. | |
613 | |
614 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
615 | |
616 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
617 looking for a prompt, use `forward-line 0' instead of | |
618 `beginning-of-line', to avoid getting caught by an input field. | |
619 | |
30633 | 620 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
621 | |
622 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
623 PATTERN, in the Unix case. | |
624 | |
30629 | 625 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
626 | |
627 * play/zone.el (zone): Discard any pending input before running | |
628 the randomly-chosen pgm. | |
629 | |
30623 | 630 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
631 | |
632 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
633 checking the existence of any multibyte characters. | |
634 | |
30619 | 635 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
636 | |
30622 | 637 * help.el (describe-mode): Test minor-mode symbol for being |
638 bound before testing its value for being nil. | |
639 | |
30619 | 640 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
641 `first', `second', and `third'. | |
642 | |
643 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
644 (second): Make it an alias for `cadr'. | |
645 | |
30616 | 646 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
647 | |
648 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
649 types of display support faces now. | |
650 | |
30614 | 651 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
652 | |
653 * pcvs.el (require): Require `cl' during compilation, only. | |
654 | |
655 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
656 (toplevel): Remove `remq' and `remove' from autoloads. | |
657 (cl-fake-autoloads): New variable. If set, arrange for an error | |
658 when CL functions etc. are autoloaded. | |
659 | |
30585 | 660 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
661 | |
30593 | 662 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
663 | |
30591 | 664 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
665 popped up, but the user clicks outside the menu, return an empty | |
666 regexp (that causes unhighlight-regexp to have no effect). | |
667 | |
30589 | 668 * menu-bar.el (menu-bar-games-menu): Add Zone. |
669 | |
30585 | 670 * hi-lock.el (toplevel): Require font-lock. |
671 | |
30576 | 672 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
673 | |
674 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
675 (ebnf-8-bit-chars): New var for bug fix. | |
676 (ebnf-string): Bug fix. | |
677 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
678 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
|
679 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
680 * 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
|
681 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
682 (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
|
683 `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
|
684 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
685 |
30567 | 686 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
687 | |
688 * international/mule-cmds.el (select-safe-coding-system): Make | |
689 the message text about selecting a safe coding system more clear. | |
690 | |
30564 | 691 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
692 | |
30565 | 693 * hi-lock.el: New file. |
694 | |
695 * play/zone.el: New file. | |
696 | |
30564 | 697 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
698 value of tab-width in the original buffer. Choose a line number | |
699 format that's a multiple of the original buffer's tab width, so | |
700 that lines appear right. | |
701 | |
702 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
703 Spell-check active region if in transient-mark-mode and mark | |
704 is active; otherwise spell-check buffer. | |
705 | |
706 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
707 | |
708 * ps-mule.el: Fix a customization problem on | |
709 ps-mule-font-info-database-default. | |
710 | |
30555 | 711 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
712 | |
713 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
714 display-mouse-p instead of window-system. | |
715 (ebrowse-member-mode-map): Ditto. | |
716 | |
30553 | 717 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
718 | |
719 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
720 fix. | |
721 (ebnf-version): New version number (3.2). | |
722 (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
|
723 |
30547 | 724 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
725 | |
30549 | 726 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
727 font lock support on window-system. | |
728 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
729 | |
30547 | 730 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
731 display-color-p, if fboundp, instead of window-system. | |
732 | |
30545 | 733 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
734 | |
735 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
736 instead of window-system. | |
737 | |
738 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
739 window-system. | |
740 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
741 instead of window-system. | |
742 | |
743 * strokes.el (strokes-file): Run the file name through | |
744 convert-standard-filename. | |
745 (strokes-mode): Call display-mouse-p instead of looking at | |
746 window-system. Change the error message accordingly. | |
747 | |
748 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
749 | |
750 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
751 (lm-plot-square, lm-init-display): Don't use window-system. | |
752 | |
753 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
754 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
755 | |
756 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
757 instead of looking at window-system. | |
758 | |
30528 | 759 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
760 | |
761 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
762 of testing if iswitchb-prepost-hooks is bound, because the | |
763 latter will always be true when invoking a recursive minibuffer | |
764 from an active Iswitchb buffer. | |
765 | |
30526 | 766 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
767 | |
768 * files.el (shell-quote-wildcard-pattern): New function. | |
769 (insert-directory): Call it. Only prepend "\" to command on Unix | |
770 and GNU/Linux systems. | |
771 | |
30524 | 772 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
773 | |
774 * eshell/esh-groups.el: Change custom :link file names | |
775 from `eshell.info' to `eshell'. | |
776 | |
777 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
778 | |
779 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
780 correctly in recursive ange-ftp listings. | |
781 | |
782 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
783 | |
784 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
785 ps-header-font-size-internal and | |
786 ps-header-title-font-size-internal variables are not set, | |
787 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
788 face text property is (foreground-color . COLOR) or | |
789 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
790 (ps-print-version): New version number (5.2.4). | |
791 (ps-plot-region): Code fix. | |
792 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
793 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
794 Bug fix 2. | |
795 | |
796 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
797 | |
798 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
799 identifiers like `myXMLDocument'. | |
800 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
801 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
|
802 |
30524 | 803 * mail/mail-hist.el (mail-hist-previous-input) |
804 (mail-hist-next-input): Do the obvious code factorization. | |
805 (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
|
806 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
|
807 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
|
808 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
809 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
|
810 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
811 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 812 Use `<=', not `<' to compare times! |
813 (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
|
814 |
30502 | 815 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
816 | |
30516 | 817 * play/cookie1.el: Add explanation of how to make cookie.el |
818 compatible with strfile(1) to comment. | |
819 | |
820 * subr.el (remove, remq): New functions. | |
821 | |
30511 | 822 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
823 escape `*' in regexps. | |
824 (midnight-find): Reverse order of arguments in the funcall of | |
825 TEST. | |
826 | |
827 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
828 and `.class'. | |
829 | |
30502 | 830 * play/meese.el: Add Commentary section. |
831 | |
30516 | 832 2000-07-27 Alex Schroeder <alex@gnu.org> |
833 | |
834 * sql.el (sql-ms): Added autoload cookie. | |
835 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
836 (sql-oracle): Ditto. | |
837 (sql-help): Doc change. | |
838 | |
839 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
840 types and exceptions. | |
841 | |
842 2000-07-27 Alex Schroeder <alex@gnu.org> | |
843 | |
844 * sql.el (sql-placeholder-history): New variable. | |
845 (sql-query-placeholders-and-send): New function that will query | |
846 the user and replace placeholders with user input. | |
847 (sql-oracle): If running on NT, set comint-input-sender to | |
848 sql-query-placeholders-and-send. | |
849 | |
850 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
851 present it as a message. | |
852 | |
853 2000-07-27 Alex Schroeder <alex@gnu.org> | |
854 | |
855 * sql.el (sql-input-ring-separator): Doc change. | |
856 (sql-input-ring-file-name): Doc change. | |
857 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
858 `sql-input-ring-file-name' to set the comint-mode equivalents | |
859 without making them local variables. | |
860 (sql-stop): Don't bind `sql-input-ring-separator' and | |
861 `sql-input-ring-file-name' dynamically to their comint-mode | |
862 equivalents. | |
863 | |
30490 | 864 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
865 | |
866 * international/mule.el (register-char-codings): New function. | |
867 (make-coding-system): Handle `safe-chars' specification in the arg | |
868 PROPERTY. | |
869 | |
870 * international/mule-cmds.el | |
871 (find-coding-systems-region-subset-p): This function deleted. | |
872 (sort-coding-systems-predicate): New variable. | |
873 (sort-coding-systems): New function. | |
874 (find-coding-systems-region): Use | |
875 find-coding-systems-region-internal. | |
876 (find-coding-systems-string): Use find-coding-systems-region. | |
877 (find-coding-systems-for-charsets): Check | |
878 char-coding-system-table. | |
879 (select-safe-coding-system-accept-default-p): New variable. | |
880 (select-safe-coding-system): Mostly rewritten. New argument | |
881 ACCEPT-DEFAULT-P. | |
882 (select-message-coding-system): Call select-safe-coding-system | |
883 with ACCEPT-DEFAULT-P arg. | |
884 (reset-language-environment): Reset default-sendmail-coding-system | |
885 to the default value iso-latin-1. | |
886 (set-language-environment): Don't set the obsolete variable | |
887 charset-origin-alist. | |
888 | |
889 * international/codepage.el (cp-coding-system-for-codepage-1): | |
890 Give `safe-chars' property to make-coding-system. | |
891 | |
892 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
893 calling select-message-coding-system twice. | |
894 | |
895 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
896 instead of `safe-charsets'. | |
897 (cyrillic-alternativnyj): Likewise. | |
898 (ccl-encode-alternativnyj): Don't check the charset | |
899 cyrillic-iso8859-5. | |
900 | |
30484 | 901 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
902 | |
903 * composite.el (compose-chars-after): Preserve match data. | |
904 | |
30481 | 905 2000-07-26 Sam Steingold <sds@gnu.org> |
906 | |
907 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
908 (ange-ftp-real-file-newer-than-file-p): New function. | |
909 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
910 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
911 | |
912 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
913 * midnight.el (midnight-float-time): Ditto. | |
914 | |
30479 | 915 2000-07-26 Andreas Schwab <schwab@suse.de> |
916 | |
917 * files.el (normal-backup-enable-predicate): Correct | |
918 interpretation of the return value of compare-strings. | |
919 | |
30471 | 920 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
921 | |
30477 | 922 * isearch.el (isearch-resume): New function. |
923 (isearch-done): Add something to command-history to resume | |
924 the search. | |
925 (isearch-yank-line, isearch-yank-word): Use | |
926 buffer-substring-no-properties instead of buffer-substring. | |
927 | |
30471 | 928 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
929 of flyspell-mouse-map. | |
930 | |
931 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
932 duplicate definition. | |
933 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
934 | |
935 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
936 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
937 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
938 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
|
939 |
30459 | 940 * net/ange-ftp.el: Get modtime over the net. |
941 (ange-ftp-file-modtime): New function. | |
30473 | 942 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
943 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 944 Use it. |
945 (ange-ftp-dot-to-slash): New function. | |
946 (ange-ftp-fix-name-for-vms): Use it. | |
947 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
948 * 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
|
949 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
950 |
30457 | 951 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
952 | |
953 * find-dired.el: Update copyright notice. | |
954 (find-dired): Offer to kill a running `find'. | |
955 | |
956 * enriched.el (enriched-face-ans): For a `foreground-color' | |
957 property, return '(("x-color" COLOR))' so that COLOR will be | |
958 output as a parameter of the x-color annotation. Likewise for the | |
959 `background-color' property. In the case of normal face | |
960 properties, don't return annotations for unspecified foreground | |
961 and background face attributes. | |
962 | |
30450 | 963 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
964 | |
965 * language/japan-util.el (japanese-katakana-region): Fix handling | |
966 HANKAKU argument. | |
967 | |
30438 | 968 2000-07-25 Miles Bader <miles@gnu.org> |
969 | |
970 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
971 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
972 constrain-to-field. | |
973 | |
30437 | 974 2000-07-24 Andrew Innes <andrewi@gnu.org> |
975 | |
976 * timer.el (timer-activate-when-idle): Add optional parameter | |
977 DONT-WAIT. Update docstring. | |
978 (run-with-idle-timer): Specify extra parameter to | |
979 timer-activate-when-idle, so that timer will be activated | |
980 immediately if Emacs is already idle. | |
981 | |
982 * w32-fns.el (w32-using-nt): Fix docstring. | |
983 | |
30434 | 984 2000-07-24 Dave Love <fx@gnu.org> |
985 | |
986 * mouse.el (popup-menu): Set last-command-event. | |
987 (mouse-major-mode-menu-prefix): Declare. | |
988 | |
30433 | 989 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
990 | |
991 * textmodes/flyspell.el: Update to author's version 1.5d. | |
992 | |
993 * progmodes/hideshow.el: Update copyright notice. | |
994 | |
995 * vcursor.el: Set maintainer to FSF, since author cannot | |
996 be reached. | |
997 | |
30422 | 998 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
999 | |
30424 | 1000 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1001 the prompt. | |
1002 | |
30422 | 1003 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1004 in case it was defined with define-prefix-key. If the menu is a | |
1005 list of keymaps, look up the binding of user's choice in each one | |
1006 of the keymaps. | |
1007 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1008 don't have a prompt string, create one and insert it into the | |
1009 keymap. Don't barf if current-local-map returns nil. | |
1010 | |
30415 | 1011 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1012 | |
1013 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1014 to be undone. | |
1015 (dired-sort-other): Use it. | |
1016 | |
30412 | 1017 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1018 | |
30415 | 1019 * Release of cc-mode 5.27 |
30412 | 1020 |
1021 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1022 | |
1023 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1024 c-beginning-of-statement-1 that caused a bad case of recursion | |
1025 which could consume a lot of CPU in large classes in languages | |
1026 that have in-expression classes (i.e. Java and Pike). | |
1027 | |
1028 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1029 statements before top level constructs (i.e. case 6 is moved | |
1030 before case 5 and is now case 4) to catch in-expression | |
1031 classes in top level expressions correctly. | |
1032 | |
1033 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1034 | |
1035 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1036 objc-method-intro. Case 4 removed and case 5I added. | |
1037 | |
1038 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1039 c-common-init to get paragraph-start correct. | |
1040 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1041 initialize paragraph-start to make it correct both with and | |
1042 without the javadoc special case. | |
1043 | |
1044 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1045 initialize paragraph-start for javadoc markup. | |
1046 | |
1047 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1048 change by defaulting this to t. It's motivated by the | |
1049 confusing behavior that otherwise arise from the style system | |
1050 when editing both java and non-java files at the same time | |
1051 (see the comments about style setting in c-common-init). | |
1052 | |
1053 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1054 | |
1055 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1056 similar to the one in c-fill-paragraph to check the fill | |
1057 prefix from the adaptive fill function for sanity. | |
1058 | |
1059 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1060 | |
1061 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1062 defun block. | |
1063 | |
1064 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1065 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1066 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1067 |
1068 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1069 | |
1070 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1071 leading comma nicely. Extended to handle member initializers | |
1072 too. | |
1073 | |
30415 | 1074 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1075 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1076 when the lines begins with a comma. | |
1077 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1078 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1079 |
1080 * cc-vars.el (c-offsets-alist): Changed default for | |
1081 member-init-cont to c-lineup-multi-inher since it now handles | |
1082 member initializers and indents better for leading commas. | |
1083 | |
1084 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1085 | |
1086 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1087 handling that caused class open lines to be recognized as | |
1088 statement-conts in some cases. | |
1089 | |
1090 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1091 guessed by the adaptive fill function unless point is on the | |
1092 first line of a block comment. | |
1093 | |
1094 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1095 when the buffer ends with a macro continuation char. | |
1096 | |
1097 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1098 function definitions as statements in Pike. The first | |
1099 statement in a lambda block is now labeled defun-block-intro | |
1100 instead of statement-block-intro. | |
1101 | |
1102 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1103 so that the class surrounding point is selected, not the one | |
1104 innermost in the state. | |
1105 | |
1106 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1107 recognition of switch labels having hanging multiline | |
1108 statements. | |
1109 | |
1110 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1111 some code in c-guess-basic-syntax to a separate function. | |
1112 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1113 recognition of member inits with multiple line arglists. | |
1114 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1115 member-init-cont when the commas are in funny places. | |
1116 | |
1117 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1118 | |
1119 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1120 not used anymore. | |
1121 | |
1122 * cc-engine.el (c-looking-at-bos): New helper function. | |
1123 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1124 inexpr and toplevel classes apart in Pike. | |
1125 | |
1126 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1127 of case 9A. | |
1128 | |
1129 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1130 constant, since "class" can introduce an in-expression class | |
1131 in Pike nowadays. | |
1132 | |
1133 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1134 | |
1135 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1136 indentation on cpp-macro lines. | |
1137 | |
1138 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1139 a syntax modifier like comment-intro, to make it possible to | |
1140 get syntactic indentation for preprocessor directives. It's | |
1141 incompatible wrt to lineup functions on cpp-macro, but it has | |
1142 no observable effect in the 99.9% common case where cpp-macro | |
1143 is set to -1000. | |
1144 | |
1145 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1146 | |
1147 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1148 member-init-cont when the preceding arglist is several lines. | |
1149 | |
1150 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1151 | |
1152 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1153 style corrected to 8. | |
1154 | |
1155 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1156 | |
1157 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1158 brace list openers in the gnu style. | |
1159 | |
1160 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1161 | |
1162 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1163 | |
1164 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1165 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1166 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1167 when c-syntactic-indentation is nil. | |
1168 | |
1169 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1170 we were left at comments preceding the first statement when | |
1171 reaching the beginning of the buffer. | |
1172 | |
1173 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1174 off all syntactic indentation. | |
1175 | |
1176 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1177 | |
1178 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1179 between the text and the block comment ender when it hangs, | |
1180 depending on how many there are before the fill. | |
1181 | |
1182 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1183 | |
1184 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1185 function to go back to the closest preceding statement start, | |
1186 which could be inside a conditional statement. | |
1187 * cc-engine.el (c-guess-basic-syntax): Use | |
1188 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1189 | |
1190 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1191 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1192 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1193 changed. | |
1194 | |
1195 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1196 up-to-date with javadoc 1.2. | |
1197 | |
1198 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1199 | |
1200 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1201 multiline Pike type decls. | |
1202 | |
1203 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1204 | |
1205 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1206 multiline comments in multiline mode, regardless of | |
1207 comment-multi-line. | |
1208 | |
1209 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1210 | |
1211 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1212 fully::qualified::names in C++ member init lists. Preamble in | |
1213 case 5D changed. | |
1214 | |
1215 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1216 | |
1217 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1218 moved to c-initialize-cc-mode. More compatible style override | |
1219 when using global style variables. | |
1220 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1221 variables moved here. | |
1222 | |
30415 | 1223 * cc-mode.texi: Documented the special behavior of |
30412 | 1224 c-special-indent-hook as a style variable. Don't talk about |
1225 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1226 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
|
1227 |
30412 | 1228 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1229 variable localness in c-style-variables-are-local-p to make | |
1230 the compatibility measure in c-common-init work well. | |
1231 | |
1232 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1233 longer contain set-from-style. | |
1234 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1235 set-from-style on c-special-indent-hook. | |
1236 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1237 copy-alist is sufficient now. | |
1238 | |
1239 * cc-styles.el (c-set-style, c-set-style-1, | |
1240 c-get-style-variables): Fixes to variable initialization so | |
1241 that duplicate entries in styles have the same effect | |
1242 regardless of DONT-OVERRIDE. | |
1243 | |
1244 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1245 initialization of inheriting styles failed when the | |
1246 dont-override flag is set. | |
1247 | |
1248 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1249 on this. | |
1250 | |
1251 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1252 | |
1253 * cc-defs.el (c-forward-comment): Removed the workaround | |
1254 introduced in 5.38 since it had worse side-effects. If a line | |
1255 contains the string "//\"", it regarded the // as a comment | |
1256 start since the \ temporarily doesn't have escape syntax. | |
1257 | |
1258 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1259 | |
1260 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1261 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1262 when ada-prj tries to add to it. | |
1263 (ada-activate-keys-for-case): Suppress the characters that are not | |
1264 part of the Ada syntax. Better compatibility with else-mode | |
1265 (ada-adjust-case-interactive): When auto-casing is not active, | |
1266 correctly insert newlines (used to insert only ^M). Prevent the | |
1267 syntax table from being changed in case of an error | |
1268 (or '_' becomes part of a word and some commands are confused). | |
1269 Do nothing if ada-auto-case is nil. | |
1270 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1271 (ada-batch-reformat): Update usage comment | |
1272 (ada-call-from-contextual-menu): New function | |
1273 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1274 first to nil first, so that the casing exception file can be | |
1275 shared. | |
1276 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1277 files. | |
1278 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1279 anywhere in the error message | |
1280 (ada-contextual-menu-last-point): New variable | |
1281 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1282 t on XEmacs, it means that DEL should delete one character | |
1283 forward. | |
1284 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1285 New submenu "Options". | |
1286 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1287 statements. | |
1288 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1289 even if they don't match ada-fill-comment-prefix Fix handling of | |
1290 paragraphs on the first or last line of a file. | |
1291 (ada-format-paramlist): Fix handling of default parameter values. | |
1292 (ada-get-body-name): New function. | |
1293 (ada-get-current-indent): Optimized by searchling directly for an | |
1294 existing generic part or a statement outside of it. Handle | |
1295 ada-indent-align-comments when indenting comments Replaced some | |
1296 regexps by testing directly the next character. This results in a | |
1297 huge speedup on some files. New indentation scheme for renames | |
1298 statements. Stop looking for the 'while' or 'for' associated with | |
1299 a 'loop' at the first semicolon encountered. A "return" can also | |
1300 match an anonymous access subprogram declaration. | |
1301 (ada-get-indent-noindent): Ignore strings and comments when | |
1302 looking for the keywords "record" and "private". | |
1303 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1304 are not in fact seeing "end if". Ignore "when" statements except | |
1305 when initial keyword was "begin". Fix handling of nested | |
1306 procedures. Add a recursive call to this function to skip over | |
1307 other 'end' statmts. Fix indentation for "when .. => begin" | |
1308 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1309 expressions, where 'and then', 'or else' and parenthesis | |
1310 statements are mixed up. | |
1311 (ada-in-paramlist-p): Skip comments while searching for the | |
1312 beginning Fix handling of operator declarations. | |
1313 (ada-indent-align-comments): New variable | |
1314 (ada-indent-current): Change the syntax table only in the | |
1315 protected section, so that we are sure it is restored correctly. | |
1316 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1317 ada-with-indent Correctly indent "select ... then" | |
1318 (ada-indent-region): Slight speedup. | |
1319 (ada-indent-renames): New variable. | |
1320 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1321 New variables | |
1322 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1323 keyword when it is the first word in a package declaration. | |
1324 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1325 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1326 even if point is not initially at the end of the word. | |
1327 (ada-matching-decl-start-re): Add "when". | |
1328 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1329 which-func-mode Override the old find-file.el entry in | |
1330 ff-special-constructs since it is using the obsolete | |
1331 ada-spec-suffix variable | |
1332 (ada-no-auto-case): New function | |
1333 (ada-scan-paramlist): When parsing the argument type, accept | |
1334 spaces (as in "X 'Class", generated by Rational Rose). | |
1335 (ada-other-file-name): No longer loads the other file. | |
1336 (ada-popup-menu): Save and restore the current buffer and cursor | |
1337 position before and after displaying the menu. | |
1338 (ada-search-ignore-complex-boolean): New function. | |
1339 (ada-uncomment-region): Emacs21 already knows how to delete | |
1340 comments not starting in the first column. | |
1341 (ada-use-indent): New variable | |
1342 (ada-which-function): New function. | |
1343 (ada-with-indent): New variable | |
1344 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1345 can be batch-compiled from the command line. | |
1346 | |
1347 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1348 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1349 Add -toolbar to the default ddd command Switches moved from | |
1350 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1351 ada-prj-default-comp-opt | |
1352 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1353 Reference Manual to the menu | |
1354 (ada-check-current): rewritten as a call to ada-compile-current | |
1355 (ada-compile): Removed. | |
1356 (ada-compile-application, ada-compile-current, ada-check-current): | |
1357 Set the compilation-search-path so that compile.el automatically | |
1358 finds the sources in src_dir. Automatic scrollong of the | |
1359 compilation buffer. C-uC-cC-c asks for confirmation before | |
1360 compiling | |
1361 (ada-compile-current): New parameter, prj-field | |
1362 (ada-complete-identifier): Load the .ali file before doing | |
1363 processing | |
1364 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1365 conform to gnatmake's behavior. | |
1366 (ada-find-file-in-dir): New function | |
1367 (ada-find-references): Set the environment variables for gnatfind | |
1368 (ada-find-src-file-in-dir): New function. | |
1369 (ada-first-non-nil): Removed | |
1370 (ada-gdb-application): Add support for jdb, the java debugger. | |
1371 (ada-get-ada-file-name): Load the original-file first if not done | |
1372 yet. | |
1373 (ada-get-all-references): Handles the new ali syntax (parent types | |
1374 are found between <>). | |
1375 (ada-initialize-runtime-library): New function | |
1376 (ada-mode-hook): Always load a project file when a file is opened, | |
1377 so that the casing exceptions are correctly read. | |
1378 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1379 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1380 to open the project file, since the latter does not work with | |
1381 speedbar Get default values before loading the prj file, or the | |
1382 default executable file name is wrong. Use the absolute value of | |
1383 src_dir to initialize ada-search-directories and | |
1384 compilation-search-path,... Add the standard runtime library to | |
1385 the search path for find-file. | |
1386 (ada-prj-default-debugger): Was missing an opening '{' | |
1387 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1388 variables. | |
1389 (ada-prj-default-gnatmake-opt): New variable | |
1390 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1391 buffers, the project file is the default one Save the windows | |
1392 configuration before displaying the menu. | |
1393 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1394 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1395 ...) regexp-quote identifiers names to support operators +, | |
1396 -,... in regexps. | |
1397 (ada-remote): New function. | |
1398 (ada-run-application): Erase the output buffer before starting the | |
1399 run Support remote execution of the application. Use | |
1400 call-process, or the arguments are incorrectly parsed | |
1401 (ada-set-default-project-file): Reread the content of the active | |
1402 project file, not the one from the current buffer When a project | |
1403 file is set as the default project, all directories are | |
1404 automatically associated with it. | |
1405 (ada-set-environment): New function | |
1406 (ada-treat-cmd-string): New special variable ${current} | |
1407 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1408 any ${...} substring | |
1409 (ada-xref-current): If no body was found, compiles the spec | |
1410 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1411 compiler to get rid of command line length limitations. | |
1412 (ada-xref-get-project-field): New function | |
1413 (ada-xref-project-files): New variable | |
1414 (ada-xref-runtime-library-specs-path) | |
1415 (ada-xref-runtime-library-ali-path): New variables | |
1416 (ada-xref-set-default-prj-values): Default run command now does a | |
1417 cd to the build directory. New field: main_unit Provide a default | |
1418 file name even if the current buffer has no prj file. | |
1419 | |
1420 * ada-prj.el: | |
1421 Rewritten to show a tabbed-dialog. | |
1422 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1423 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1424 New function | |
1425 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1426 (ada-prj-load-from-file): New function | |
1427 (ada-prj-save): Always save fields that depend on the current buffer | |
1428 (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
|
1429 |
30412 | 1430 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1431 Ada mode. This will allow us to display the Ada menu in any buffer | |
1432 we want (for project items). | |
1433 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1434 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
|
1435 |
30395 | 1436 2000-07-24 Dave Love <fx@gnu.org> |
1437 | |
1438 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1439 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1440 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1441 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1442 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1443 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1444 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1445 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1446 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1447 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1448 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1449 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1450 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1451 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1452 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1453 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1454 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1455 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1456 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1457 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1458 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1459 (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
|
1460 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1461 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1462 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1463 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1464 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1465 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1466 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1467 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1468 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1469 |
30386 | 1470 2000-07-23 Dave Love <fx@gnu.org> |
1471 | |
1472 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1473 ^o, ^u. | |
1474 | |
30359 | 1475 2000-07-21 Dave Love <fx@gnu.org> |
1476 | |
30374 | 1477 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1478 now passed to the function. It now works properly. | |
1479 | |
30359 | 1480 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1481 | |
30350 | 1482 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1483 | |
1484 * info-look.el (info-lookup): If *info* is shown in another frame | |
1485 on the same display, select that frame, instead of switching to | |
1486 the Info buffer in another window of the selected frame. | |
1487 | |
1488 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1489 kp-0 to kp-9 and kp-subtract. | |
1490 (digit-argument): Handle these keys. | |
1491 | |
30346 | 1492 2000-07-20 Dave Love <fx@gnu.org> |
1493 | |
1494 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1495 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1496 Put an extra property on the overlays and use it to clean up in | |
1497 case goto-address is re-run. | |
1498 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1499 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1500 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1501 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1502 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1503 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1504 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1505 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1506 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1507 |
30331 | 1508 2000-07-19 Dave Love <fx@gnu.org> |
1509 | |
1510 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1511 implementation. | |
1512 | |
1513 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1514 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1515 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1516 | |
30318 | 1517 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1518 | |
30329 | 1519 * textmodes/refer.el: Correct maintainer's email address. |
1520 | |
1521 * progmodes/hideif.el: Correct author's email address. | |
1522 Fix typo in comment. | |
1523 | |
1524 * xml.el: New file. | |
1525 | |
30318 | 1526 * mail/mailheader.el: Correct author's mail address. |
1527 | |
1528 * gnus/parse-time.el: Correct author's mail address. | |
1529 | |
30329 | 1530 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1531 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1532 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1533 New user options. |
1534 (comint-input-ring-file-name): Change custom type. | |
1535 (comint-mode-map): Bind mouse-2. | |
1536 (comint-insert-clicked-input): New function. | |
1537 (comint-send-input): Handle input highlighting. | |
1538 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1539 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1540 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1541 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1542 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1543 |
30311 | 1544 2000-07-18 Dave Love <fx@gnu.org> |
1545 | |
1546 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1547 improvements. | |
1548 | |
30308 | 1549 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1550 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1551 * faces.el (face-font-selection-order) |
30308 | 1552 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1553 |
30298 | 1554 2000-07-18 Dave Love <fx@gnu.org> |
1555 | |
1556 * cus-edit.el (custom-variable-reset-saved) | |
1557 (custom-variable-reset-standard): Remove unused bindings. | |
1558 | |
1559 * rect.el (open-rectangle-line): Remove unused let. | |
1560 | |
1561 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1562 | |
30296 | 1563 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1564 | |
1565 * cdl.el: Fix `Maintainer' keyword. | |
1566 | |
1567 * play/pong.el: Add author's email address. | |
1568 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1569 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1570 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1571 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1572 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1573 |
30290 | 1574 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1575 | |
1576 * mail/vms-pmail.el: Change maintainer to FSF. | |
1577 | |
1578 * net/goto-addr.el: Change maintainer to FSF. | |
1579 | |
1580 * recentf.el: Update from author. | |
1581 | |
1582 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1583 |
30277 | 1584 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1585 | |
1586 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1587 links to eshell, to avoid problems on systems where the manual is | |
1588 installed as `eshell'. | |
1589 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1590 * eshell/em-smart.el (eshell-smart): Ditto. | |
1591 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1592 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1593 |
1594 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1595 same-file check in the MS-DOS version (it does support inodes). | |
1596 | |
1597 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1598 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1599 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1600 Run default directory name through convert-standard-filename. |
30277 | 1601 |
30255 | 1602 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1603 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1604 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1605 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1606 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1607 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1608 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1609 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1610 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1611 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1612 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1613 |
30255 | 1614 * international/kkc.el (kkc-after-update-conversion-functions): |
1615 New variable. | |
1616 (kkc-update-conversion): Run functions in it at the tail. | |
1617 | |
30277 | 1618 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
|
1619 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1620 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1621 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
|
1622 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1623 |
30253 | 1624 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1625 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1626 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1627 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1628 the conversion list at first if appropriate. | |
1629 (kkc-next): Don't update kkc-next-count here. | |
1630 (kkc-prev): Don't update kkc-prev-count here. | |
1631 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1632 list message. | |
1633 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1634 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1635 |
30290 | 1636 * 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
|
1637 |
30248 | 1638 2000-07-16 Dave Love <fx@gnu.org> |
1639 | |
1640 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1641 function to be more specific. | |
1642 | |
1643 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1644 non-string help-echo. | |
1645 (widget-types-convert-widget): Defsubst it. | |
1646 (widget-echo-help): Try to cope with a help-echo function of two | |
1647 possible sorts. | |
1648 | |
30241 | 1649 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1650 | |
1651 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1652 Declare as obsolete. | |
1653 | |
1654 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1655 | |
30226 | 1656 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1657 | |
1658 * hilit-chg.el: Fix typo. | |
1659 | |
30221 | 1660 2000-07-14 Dave Love <fx@gnu.org> |
1661 | |
1662 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1663 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1664 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1665 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1666 * 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
|
1667 |
30193 | 1668 2000-07-13 Dave Love <fx@gnu.org> |
1669 | |
30195 | 1670 * emacs-lisp/easymenu.el: Doc fixes. |
1671 (easy-menu-remove): Defalias to ignore. | |
1672 | |
30193 | 1673 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1674 Call throw correctly. | |
1675 | |
30190 | 1676 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1677 | |
1678 * faces.el (frame-background-mode): Doc fix. | |
1679 | |
1680 * simple.el (eval-expression-print-length): Change custom type to | |
1681 allow entering nil as value. | |
1682 | |
30185 | 1683 2000-07-13 Dave Love <fx@gnu.org> |
1684 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1685 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1686 Change definition layout. |
30187 | 1687 (fortran-mode-menu): Reinstate customize entries. |
1688 | |
30185 | 1689 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1690 Use :filter, per old XEmacs code. | |
1691 | |
30170 | 1692 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1693 | |
1694 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1695 event when deciding what to send to the terminal. | |
1696 | |
30168 | 1697 2000-07-12 Dave Love <fx@gnu.org> |
1698 | |
1699 * cus-start.el: Add optional version as 4th element of specs and | |
1700 use it for several things new in v21. Remove load-path. Fix type | |
1701 of line-number-display-limit. | |
1702 | |
30148 | 1703 2000-07-11 Dave Love <fx@gnu.org> |
1704 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1705 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1706 Use repeat counts in various regexps. |
30150 | 1707 (fortran-mode-syntax-table): Defvar directly. |
1708 (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
|
1709 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1710 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1711 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1712 (fortran-mode): Set fortran-comment-line-start-skip, |
1713 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1714 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1715 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1716 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1717 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1718 (fortran-auto-fill): New function. | |
1719 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1720 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1721 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1722 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1723 Use fortran-auto-fill. |
30150 | 1724 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1725 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1726 |
30148 | 1727 * widget.el (widget-plist-member): New alias. |
1728 | |
30146 | 1729 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1730 | |
1731 * eshell/esh-module.el (toplevel): Reference | |
1732 byte-compile-current-file only if it is bound. | |
1733 | |
30131 | 1734 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1735 | |
1736 * dired.el: Don't require `dired-aux'. | |
1737 | |
30127 | 1738 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1739 | |
1740 * dired-aux.el (dired-show-file-type): New function. | |
1741 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1742 (dired-show-file-type): Add autoload. | |
1743 | |
30125 | 1744 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1745 | |
1746 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1747 change of fontset-info. |
30125 | 1748 (print-fontset): Likewise. |
1749 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1750 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1751 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1752 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1753 |
30111 | 1754 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1755 | |
30131 | 1756 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1757 |
30111 | 1758 * dired.el (dired-find-alternate-file): New function. |
1759 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1760 (toplevel): Require dired-aux when compiling. | |
1761 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1762 | |
1763 * info.el (Info-last-search): Variable removed. | |
1764 (Info-search-history): New variable. | |
1765 (Info-search): New Info-search-history. | |
1766 | |
1767 * battery.el, info-look.el: Change author's mail address. | |
1768 | |
30115 | 1769 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
|
1770 |
30115 | 1771 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1772 if rmail-ignored-headers is nil. | |
1773 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1774 rmail-displayed-headers to nil. | |
1775 | |
30096 | 1776 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1777 | |
30103 | 1778 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1779 (print-region-1): Don't hard code `-h' here. | |
1780 | |
30096 | 1781 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1782 | |
30103 | 1783 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1784 | |
1785 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1786 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
|
1787 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1788 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1789 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1790 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1791 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1792 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1793 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1794 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1795 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1796 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1797 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
|
1798 |
30096 | 1799 * ediff-diff.el (ediff-wordify): Use syntax table. |
1800 * 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
|
1801 ediff-color-display-p. |
30096 | 1802 (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
|
1803 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1804 Got rid of special cases for NeXT and OS/2. |
30096 | 1805 * 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
|
1806 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1807 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1808 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1809 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1810 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1811 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1812 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1813 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1814 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1815 * 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
|
1816 |
30076 | 1817 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1818 | |
30085 | 1819 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1820 not be changed without changing the make-dist script. | |
1821 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1822 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1823 (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
|
1824 |
30067 | 1825 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1826 | |
1827 * makefile.nt: Add support for `bootstrap' and related targets. | |
1828 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1829 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1830 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1831 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1832 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1833 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1834 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
|
1835 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1836 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1837 (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
|
1838 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1839 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
|
1840 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1841 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1842 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1843 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1844 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
|
1845 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1846 |
30056 | 1847 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1848 | |
1849 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1850 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1851 (eval-defun): If called with prefix arg, instrument code for | |
1852 Edebug. | |
1853 | |
1854 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1855 similar to that of eval-defun. | |
1856 | |
30029 | 1857 2000-07-04 Dave Love <fx@gnu.org> |
1858 | |
30035 | 1859 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1860 | |
30029 | 1861 * calendar/todo-mode.el: Replaced with a working version, based on |
1862 revision 1.34 tidied up. | |
1863 | |
1864 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1865 |
1866 * paths.el (prune-directory-list): New function. | |
1867 (Info-default-directory-list): Rewritten to more methodically | |
1868 enumerate a big list of possible info directories (based on the | |
1869 list used by the standalone info reader). | |
30029 | 1870 |
30021 | 1871 * 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
|
1872 non-existent directories from Info-directory-list. |
30021 | 1873 |
1874 * paths.el (Info-default-directory-list): Try a list of possible | |
1875 info-directories instead of a single one. Add the possible | |
1876 info directory "/usr/share/info". | |
1877 | |
1878 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1879 man-db config file "/etc/manpath.config". | |
1880 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1881 are present in `manpath.config'. | |
1882 (woman-manpath): Include "/usr/share/man". | |
1883 | |
30006 | 1884 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1885 | |
30017 | 1886 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1887 | |
1888 * startup.el (command-line): Initialize blink-cursor based | |
1889 on window-system. | |
1890 | |
30014 | 1891 * frame.el (blink-cursor): Default to nil if not running under |
1892 a window-system. | |
1893 | |
30012 | 1894 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1895 (face-x-resources): Remove duplicate entry for :font. | |
1896 | |
30006 | 1897 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1898 instead of cycling through windows with next-window. | |
1899 | |
1900 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1901 of cycling through windows with next-window. | |
1902 | |
1903 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1904 of cycling through windows with next-window. | |
1905 | |
1906 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1907 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1908 instead of cycling through windows with next-window. | |
1909 | |
1910 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1911 instead of cycling through windows with next-window. | |
1912 | |
1913 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1914 of cycling through windows with next-window. | |
1915 | |
1916 * terminal.el (te-process-output): Use walk-windows instead of | |
1917 cycling through windows with next-window. | |
1918 | |
1919 * server.el (server-switch-buffer): Use some-window instead of | |
1920 cycling through windows with next-window. | |
1921 | |
1922 * window.el (some-window): New function. | |
1923 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1924 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1925 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1926 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1927 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1928 |
1929 * window.el (walk-windows): Guarantee termination by keeping a list | |
1930 of all the windows already handled. | |
1931 | |
29975 | 1932 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1933 | |
1934 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1935 window-system. | |
1936 | |
1937 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1938 Man-notify-method is newframe, and the display is not | |
1939 multi-frame, select the frame created for the man page. | |
1940 (Man-init-defvars): Doc fix. | |
1941 | |
29972 | 1942 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1943 | |
29982 | 1944 * faces.el (region): Change background color for light background. |
1945 | |
1946 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1947 attribute from mode-line face of Ediff control frame. | |
1948 | |
29972 | 1949 * replace.el (query-replace-map): Bind `e' like `E'. |
1950 | |
29967 | 1951 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1952 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1953 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1954 Change name to "Select All". |
29969 | 1955 |
29967 | 1956 * dos-fns.el (convert-standard-filename): Fix last change. |
1957 | |
29957 | 1958 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1959 | |
29959 | 1960 * help.el (describe-variable): Don't insert a second `'s' in front |
1961 of the string `value is shown below'. Since the syntax-table is | |
1962 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1963 an existing `'s', so that this won't be deleted. | |
1964 | |
29957 | 1965 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1966 * pcmpl-unix.el: New files. | |
1967 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1968 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1969 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1970 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1971 |
29939 | 1972 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1973 | |
29956 | 1974 * replace.el (perform-replace): Undo change of 2000-04-04. |
1975 Instead, move backward 1 character at the end of the loop when | |
1976 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1977 |
29949 | 1978 * faces.el (fringe): Change face for different backgrounds. |
1979 | |
1980 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1981 patch from John. | |
1982 | |
29939 | 1983 * eshell/*.el: Change spelling of the Free Software Foundation. |
1984 | |
1985 * eshell/esh-toggle.el: Removed. | |
1986 | |
1987 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1988 | |
1989 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1990 interactively. | |
1991 | |
1992 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1993 | |
1994 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1995 `define-key'; instead of checking `(emacs-version)' check for | |
1996 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1997 for `;' and `o' which might be electric. | |
1998 | |
1999 (sql-electric-stuff): New user option. | |
2000 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2001 (sql-magic-semicolon): New function which uses | |
2002 `sql-electric-stuff'. | |
2003 | |
2004 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2005 is not fboundp. | |
2006 | |
2007 (sql-oracle-options): New variable. | |
2008 (sql-oracle): Use it. | |
2009 | |
2010 (sql-imenu-generic-expression): Doc change. | |
2011 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2012 is used. | |
2013 | |
2014 (sql-informix): Added command line parameter "-" to force | |
2015 sql-informix-program to use stdout. | |
2016 | |
29924 | 2017 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2018 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2019 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2020 (cp864-decode-table): Doc fix. |
2021 (cp720-decode-table): New variable, supports the Arabic OEM | |
2022 codepage used by Windows. | |
2023 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2024 | |
29920 | 2025 2000-06-23 Dave Love <fx@gnu.org> |
2026 | |
2027 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2028 (font-lock-fontify-anchored-keywords): Use | |
2029 line-beginning-position. | |
2030 (global-font-lock-mode): Use mapc. | |
2031 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2032 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2033 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2034 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2035 |
29870 | 2036 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2037 | |
29885 | 2038 * comint.el (comint-substitute-in-file-name): Call replace-match |
2039 with second and third arg t. | |
2040 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2041 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2042 Specify foreground color. |
2043 | |
2044 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2045 color. | |
2046 | |
29876 | 2047 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2048 | |
2049 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2050 cddr instead of cdddr. | |
2051 | |
29873 | 2052 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2053 instead of copy-list. | |
2054 | |
2055 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2056 of copy-list. | |
2057 | |
29870 | 2058 * subdirs.el: Add eshell subdirectory. |
2059 | |
2060 * eshell: New subdirectory containing the Eshell package. | |
2061 | |
2062 * pcomplete.el: New file. | |
2063 | |
29885 | 2064 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2065 | |
29888 | 2066 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2067 proper permissions from birth. | |
2068 | |
2069 * files.el (basic-save-buffer-2): When temporarily setting | |
2070 file modes, set them to current modes plus 0200, not to 0777. | |
2071 | |
29885 | 2072 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2073 permissions from birth. | |
2074 | |
29857 | 2075 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2076 | |
2077 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2078 backup file name through convert-standard-filename. | |
2079 | |
2080 * dos-fns.el (convert-standard-filename): Convert leading | |
2081 directories as well. When long file names are supported, convert | |
2082 characters that are invalid in Windows file names. | |
2083 | |
29849 | 2084 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2085 | |
2086 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2087 ps-print crashes. New feature: page selection for printing. Create | |
2088 raw-text-unix coding system for XEmacs. Doc fix. | |
2089 (ps-print-version): New version number (5.2.3). | |
2090 (ps-plot-region): Bug fix. | |
2091 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2092 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2093 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2094 funs. | |
2095 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2096 (ps-last-page): New vars. | |
2097 | |
29845 | 2098 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2099 | |
2100 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2101 empty option string. | |
2102 | |
29839 | 2103 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2104 | |
2105 * man.el (man): Doc fix. | |
2106 | |
29829 | 2107 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2108 | |
2109 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2110 fixed. | |
2111 | |
29814 | 2112 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2113 | |
2114 * version.el (emacs-version): Use ISO date format. | |
2115 | |
2116 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2117 instead of `M-backspace'. | |
2118 | |
2119 * simple.el (turn-off-auto-fill): New function. | |
2120 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2121 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2122 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2123 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2124 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2125 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2126 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2127 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2128 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2129 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2130 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
|
2131 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2132 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2133 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2134 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2135 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2136 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
|
2137 (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
|
2138 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2139 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2140 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2141 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2142 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2143 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2144 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2145 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2146 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2147 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2148 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2149 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2150 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2151 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2152 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2153 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2154 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2155 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2156 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2157 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2158 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2159 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2160 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2161 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2162 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2163 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2164 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2165 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2166 (reftex-ensure-write-access): New function. |
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 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2169 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2170 * 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
|
2171 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2172 * 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
|
2173 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2174 * 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
|
2175 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2176 * 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
|
2177 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2178 |
29776 | 2179 2000-06-20 Dave Love <fx@gnu.org> |
2180 | |
2181 * faces.el (frame-background-mode): Use set-default, not set, in | |
2182 setter. | |
2183 (frame-update-faces, frame-update-face-colors): Define with | |
2184 defalias. | |
2185 | |
2186 * enriched.el (enriched-decode-foreground) | |
2187 (enriched-decode-background): Don't use internal-find-face. | |
2188 | |
2189 * apropos.el: Doc fixes. | |
2190 | |
2191 * cus-edit.el (customize-changed-options): Check arg. | |
2192 (customize-version-lessp): Don't require decimal point. | |
2193 | |
2194 * custom.el (defcustom, defgroup): Doc fix. | |
2195 | |
2196 * newcomment.el (comment) <defgroup>: Add :version. | |
2197 (comment-multi-line): Doc fix. | |
2198 | |
2199 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2200 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2201 | |
29747 | 2202 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2203 | |
2204 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2205 the whole buffer. | |
2206 | |
29740 | 2207 2000-06-19 Dave Love <fx@gnu.org> |
2208 | |
2209 * menu-bar.el (menu-bar-options-save): New function. | |
2210 (menu-bar-options-menu): Use it. | |
2211 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2212 Simplify. | |
2213 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2214 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2215 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2216 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2217 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2218 |
29720 | 2219 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2220 | |
2221 * international/codepage.el: | |
2222 (cp-coding-system-for-codepage-1): Delete special codes for | |
2223 generating xxx-dos coding system because now a CCL based coding | |
2224 system can handle EOL conversion by default. | |
2225 | |
2226 * international/mule.el (make-coding-system): Generate subsidiary | |
2227 coding systems for EOL handling variants even for a CCL based | |
2228 coding system. | |
2229 | |
29718 | 2230 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2231 | |
2232 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2233 (isearch-minibuffer-input-method-function): These variables | |
2234 deleted. | |
2235 (isearch-with-input-method): Don't use the above variables. | |
2236 (isearch-process-search-multibyte-characters): Likewise. Call | |
2237 read-string with the arg INHERIT-INPUT-METHOD t. | |
2238 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2239 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2240 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2241 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2242 (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
|
2243 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2244 * 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
|
2245 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2246 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2247 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
|
2248 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2249 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2250 |
29712 | 2251 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2252 | |
2253 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2254 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2255 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2256 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2257 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2258 |
29696 | 2259 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2260 | |
2261 * find-lisp.el: New file. | |
2262 | |
29694 | 2263 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2264 | |
2265 * time.el (display-time-mail-function): New variable, to allow | |
2266 external packages to indicate when new mail is available. | |
2267 (display-time-update): Use it. | |
2268 | |
29689 | 2269 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2270 | |
29691 | 2271 * international/mule.el (mule-version): Change version name to |
2272 SAKAKI. AOI has already been used by Meadow. | |
2273 | |
29689 | 2274 * international/quail.el (quail-show-guidance-buf): To find the |
2275 bottom window (but minibuffer), pay attention to the height of | |
2276 minibuffer. | |
2277 | |
29670 | 2278 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2279 | |
29682 | 2280 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2281 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2282 from the menu bar, as the menu bar has enough space now. | |
2283 | |
29680 | 2284 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2285 | |
29670 | 2286 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2287 characters, which use series of two ^H characters instead of one. | |
2288 | |
29667 | 2289 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2290 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2291 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2292 (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
|
2293 functions. |
29686 | 2294 (Info-find-node-2): Try a case-sensitive search first, then |
2295 do a case-insensitive search. | |
2296 | |
2297 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2298 tutorials. | |
2299 | |
29676 | 2300 * complete.el (PC-env-vars-alist): New variable. |
2301 (PC-complete-as-file-name): New function. | |
2302 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2303 process-environment. | |
2304 (PC-do-completion): Handle completion of env vars. | |
2305 | |
2306 * info.el (Info-set-mode-line): Show file name in mode line, | |
2307 use `*Info*' instead of `Info:'. | |
2308 | |
29667 | 2309 * startup.el (command-line-1): Change copyright messages to year |
2310 2000. | |
2311 | |
29665 | 2312 2000-06-15 Dave Love <fx@gnu.org> |
2313 | |
2314 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2315 not local-map. | |
2316 | |
29658 | 2317 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2318 | |
2319 * international/mule.el (set-buffer-file-coding-system): Almost | |
2320 rewritten to handle `undecided' as no-op. | |
2321 | |
29654 | 2322 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2323 | |
29667 | 2324 * Makefile.in: New file. |
29657 | 2325 |
2326 * Makefile: Removed. | |
2327 | |
29654 | 2328 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2329 (goto-address-highlight-keymap): Bind C-c RET. | |
2330 | |
29640 | 2331 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2332 | |
29649 | 2333 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2334 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2335 |
29645 | 2336 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2337 0. Give correct argument to set-auto-coding-function. | |
2338 (tar-expunge): For goto-char, use (point-min), not 0. | |
2339 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2340 (tar-subfile-save-buffer): Likewize. | |
2341 | |
29640 | 2342 * international/mule.el |
2343 (after-insert-file-set-buffer-file-coding-system): Call | |
2344 set-buffer-file-coding-system with the arg FORCE t. | |
2345 | |
29633 | 2346 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2347 | |
2348 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2349 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2350 the sender is set with `-f'. |
29633 | 2351 |
29622 | 2352 2000-06-13 Dave Love <fx@gnu.org> |
2353 | |
29630 | 2354 * help.el (describe-function-1): Kluge around cases of functions |
2355 fset to subrs whose doc doesn't match their symbol-name. | |
2356 | |
29627 | 2357 * image.el (insert-image): Default STRING to a space. |
29625 | 2358 |
29622 | 2359 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2360 (Info-build-node-completions): Match Ref tags. |
29622 | 2361 |
29612 | 2362 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2363 | |
29615 | 2364 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2365 defaliases for display-graphic-p. | |
2366 | |
29612 | 2367 * hl-line.el: Fixed a typo in commentary. |
2368 | |
29609 | 2369 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2370 | |
2371 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2372 fixed. | |
2373 | |
29608 | 2374 2000-06-12 Dave Love <fx@gnu.org> |
2375 | |
2376 * image.el (insert-image): Save a little consing. | |
2377 | |
29598 | 2378 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2379 | |
2380 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2381 to the corresponding tibetan characters. | |
2382 (tibetan-add-components): Delete code for the special treatment of | |
2383 'a chung. | |
2384 | |
2385 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2386 change. | |
2387 (tibetan-vowel-transcription-alist): More rules added. | |
2388 (tibetan-composite-vowel-alist): New variable. | |
2389 (tibetan-precomposition-rule-alist): More rules added. | |
2390 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2391 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2392 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2393 * 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
|
2394 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2395 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2396 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2397 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2398 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2399 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2400 * 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
|
2401 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2402 * 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
|
2403 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2404 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2405 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2406 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2407 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2408 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2409 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2410 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2411 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2412 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2413 * 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
|
2414 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2415 * 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
|
2416 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2417 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2418 (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
|
2419 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2420 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2421 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2422 (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
|
2423 (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
|
2424 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2425 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2426 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2427 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2428 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2429 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2430 * 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
|
2431 (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
|
2432 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2433 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2434 (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
|
2435 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2436 (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
|
2437 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
|
2438 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2439 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2440 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2441 * 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
|
2442 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2443 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2444 (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
|
2445 (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
|
2446 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
|
2447 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2448 * 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
|
2449 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
|
2450 |
29574 | 2451 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2452 | |
2453 * international/mule.el (set-buffer-file-coding-system): If | |
2454 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2455 unconditionally. | |
2456 | |
29568 | 2457 2000-06-12 Dave Love <fx@gnu.org> |
2458 | |
2459 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2460 required. | |
2461 | |
29556 | 2462 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2463 | |
2464 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2465 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2466 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2467 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2468 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2469 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2470 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2471 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
|
2472 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2473 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2474 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2475 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2476 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2477 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2478 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2479 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2480 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2481 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2482 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2483 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
|
2484 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2485 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
|
2486 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2487 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2488 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2489 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2490 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2491 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2492 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2493 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2494 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2495 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2496 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2497 |
29542 | 2498 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2499 | |
2500 * 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
|
2501 undecided-XXX is specified, change only EOL conversion. |
29542 | 2502 |
2503 * international/mule-conf.el (unix): New alias for the coding | |
2504 system undecided-unix. | |
2505 | |
29528 | 2506 2000-06-09 Dave Love <fx@gnu.org> |
2507 | |
29535 | 2508 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2509 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2510 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2511 (executable-insert): Change custom type. |
2512 (executable-find): Add autoload cookie. | |
29531 | 2513 (executable-make-buffer-file-executable-if-script-p): New |
2514 function. After Noah Friedman. | |
29528 | 2515 |
2516 * files.el (after-save-hook): Customize, with | |
29531 | 2517 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2518 |
29518 | 2519 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2520 | |
29522 | 2521 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2522 "tib24p-mule.bdf" for Tibetan. | |
2523 | |
29520 | 2524 * composite.el (decompose-composite-char): Declare it as obsolete. |
2525 | |
29541 | 2526 * man.el (Man-fontify-manpage): Pay attention to underline and |
2527 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2528 |
29517 | 2529 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2530 | |
2531 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2532 Set maintainer to FSF since author isn't reachable. | |
2533 | |
29508 | 2534 2000-06-08 Dave Love <fx@gnu.org> |
2535 | |
2536 * international/mule-cmds.el (select-safe-coding-system): If | |
2537 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2538 preferred coding-system if buffer-file-coding-system is | |
2539 `undecided'. From Handa. | |
2540 | |
29503 | 2541 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2542 | |
2543 * international/mule.el | |
2544 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2545 size is greater than INSERTED, judget that we are not visiting. | |
2546 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2547 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
|
2548 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2549 * 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
|
2550 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
|
2551 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
|
2552 |
29498 | 2553 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2554 | |
2555 * align.el: Update from author. | |
2556 | |
2557 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2558 | |
2559 * apropos.el (apropos-mode-hook): New user variable. | |
2560 (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
|
2561 |
29498 | 2562 2000-06-07 David Ponce <david@dponce.com> |
2563 | |
2564 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2565 commands. Require `wid-edit' at run-time. | |
2566 | |
2567 2000-06-07 David Ponce <david@dponce.com> | |
2568 | |
2569 * recentf.el: Added some "Commentary". | |
2570 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2571 move the point at the top of the file list. This behaviour is | |
2572 consistent with the menu one when the list contains a lot of | |
2573 files. | |
2574 (recentf-cleanup): Now displays the number of items removed from | |
2575 the list. | |
2576 (recentf-relative-filter) New menu filter to show filenames | |
2577 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
|
2578 |
29498 | 2579 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2580 | |
2581 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2582 with/without giving an error if PostScript printer doesn't have this | |
2583 kind of page size. Zebra Stripe continues or restarts on next page. | |
2584 Manual/automatic paper feeding. Switch or not the header. | |
2585 (ps-print-version): New version number (5.2.2). | |
2586 (ps-windows-system): Include emx as a Windows system. | |
2587 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2588 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2589 (ps-background-text): Code fix. | |
2590 (ps-error-handler-message, ps-user-defined-prologue) | |
2591 (ps-print-prologue-header, ps-printer-name) | |
2592 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2593 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2594 (ps-use-face-background): Customization fix. | |
2595 (ps-n-up-database): Data fix. | |
2596 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2597 (ps-switch-header): New vars. | |
2598 (ps-xemacs-color-name, ps-face-foreground-name) | |
2599 (ps-face-background-name, ps-boolean-constant): New funs. | |
2600 | |
29491 | 2601 2000-06-07 Dave Love <fx@gnu.org> |
2602 | |
2603 * allout.el: New version from Manheimer. | |
2604 | |
29483 | 2605 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2606 | |
2607 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2608 charset. | |
2609 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2610 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
|
2611 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2612 * 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
|
2613 (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
|
2614 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
|
2615 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2616 |
29471 | 2617 2000-06-06 Dave Love <fx@gnu.org> |
2618 | |
2619 * image.el (find-image): Doc fix. Return nil if image not found. | |
2620 (put-image, insert-image): Make STRING arg optional. | |
2621 | |
29455 | 2622 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2623 | |
2624 * language/vietnamese.el: Remove eval-when-compile. | |
2625 (viet-viscii-nonascii-translation-table): Define it as a | |
2626 translation table made from viet-viscii-decode-table. | |
2627 (viet-viscii-encode-table): Define it as a translation table made | |
2628 from the reverse map of above. | |
2629 (viet-vscii-nonascii-translation-table): Define it as a | |
2630 translation table made from viet-vscii-decode-table. | |
2631 (viet-vscii-encode-table): Define it as a translation table made | |
2632 from the reverse map of above. | |
2633 (ccl-decode-viscii): Use translate-character. | |
2634 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2635 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2636 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2637 |
29455 | 2638 * language/cyrillic.el: Remove eval-when-compile. |
2639 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2640 translation table made from cyrillic-koi8-r-decode-table. | |
2641 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2642 made from the reverse map of above. | |
2643 (ccl-decode-koi8): Use translate-character. | |
2644 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2645 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2646 a translation table made from cyrillic-alternativnyj-decode-table. | |
2647 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2648 table made from the reverse map of above. | |
2649 (ccl-decode-alternativnyj): Use translate-character. | |
2650 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2651 Likewize | |
2652 | |
2653 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2654 translation table symbol instead of translation table itself. | |
2655 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2656 | |
2657 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2658 already exists, override it. | |
2659 | |
2660 * international/fontset.el: Use family `proportional' for Tibetan | |
2661 fonts. | |
2662 | |
2663 * international/ccl.el (ccl-compile-translate-character): Don't | |
2664 check if Rrr has property translation-table. | |
2665 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2666 | |
29447 | 2667 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2668 | |
2669 * info.el: Bind case-fold-search to t when searching in case | |
2670 a user sets it to nil in a hook. | |
2671 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2672 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2673 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2674 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2675 * 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
|
2676 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2677 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2678 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2679 (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
|
2680 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2681 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
|
2682 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2683 * 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
|
2684 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2685 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2686 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2687 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2688 * 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
|
2689 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2690 (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
|
2691 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2692 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2693 (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
|
2694 (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
|
2695 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2696 * 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
|
2697 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2698 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
|
2699 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2700 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2701 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2702 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2703 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2704 (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
|
2705 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2706 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2707 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
|
2708 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2709 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2710 * 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
|
2711 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2712 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
|
2713 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2714 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
|
2715 |
29447 | 2716 * 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
|
2717 tty's. |
29447 | 2718 * 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
|
2719 differences whenever appropriate. |
29447 | 2720 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2721 * 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
|
2722 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2723 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2724 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2725 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2726 * 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
|
2727 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2728 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2729 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
|
2730 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2731 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2732 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2733 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2734 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2735 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2736 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2737 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2738 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2739 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2740 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2741 (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
|
2742 (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
|
2743 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2744 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2745 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
|
2746 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2747 (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
|
2748 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2749 |
29403 | 2750 2000-06-02 Dave Love <fx@gnu.org> |
2751 | |
2752 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2753 all the widgets. Don't require cl or widget. Remove | |
2754 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2755 (widget-read-event): Removed. Callers changed to use read-event. | |
2756 (widget-button-release-event-p): Renamed from | |
2757 button-release-event-p. | |
2758 (widget-field-add-space, widget-field-use-before-change): | |
2759 Uncustomize. | |
2760 (widget-specify-field): Use keymap property, not local-map. | |
2761 (widget-specify-button): Obey :suppress-face. | |
2762 (widget-specify-insert): Use modern backquote syntax. | |
2763 (widget-image-directory): Renamed from widget-glyph-directory. | |
2764 (widget-image-enable): Renamed from widget-glyph-enable. | |
2765 (widget-image-find): Replaces widget-glyph-find. | |
2766 (widget-button-pressed-face): Move defvar. | |
2767 (widget-image-insert): Replaces widget-glyph-insert. | |
2768 (widget-convert): Use keywordp. | |
2769 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2770 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2771 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2772 (widget-button-click): Don't set point at the click, but re-centre |
2773 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2774 (widget-tabable-at): Use POS arg, not point. | |
2775 (widget-beginning-of-line, widget-end-of-line) | |
2776 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2777 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2778 (widget-default-create): Use widget-image-insert; some rewriting. | |
2779 (widget-visibility-value-create) | |
2780 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2781 widget-image-insert. | |
2782 (checkbox): Create on and off images dynamically. | |
2783 (documentation-link): Change :help-echo. | |
2784 (widget-documentation-link-echo-help): Remove. | |
2785 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2786 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2787 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2788 * 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
|
2789 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2790 * 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
|
2791 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2792 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2793 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2794 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2795 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2796 |
29383 | 2797 2000-06-02 Dave Love <fx@gnu.org> |
2798 | |
29392 | 2799 * files.el (convert-standard-filename): Doc fix. |
2800 (normal-backup-enable-predicate): New function. | |
2801 (backup-enable-predicate): Use it to replace the lambda form. | |
2802 | |
2803 * calendar/todo-mode.el: [This needs more work on the outline | |
2804 stuff.] Doc fixes. | |
2805 (todo) <defgroup>: Add :version. | |
2806 (todo-add-category): Don't use pushnew. | |
2807 (todo-cmd-raise): Fix typo. | |
2808 (todo-top-priorities): Change temp buffer name. | |
2809 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2810 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2811 Use outline-next-heading. |
29392 | 2812 |
29383 | 2813 * autoarg.el: Rewritten to use define-minor-mode. |
2814 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2815 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2816 | |
29376 | 2817 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2818 | |
2819 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2820 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2821 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2822 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2823 * 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
|
2824 (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
|
2825 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2826 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2827 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2828 |
29372 | 2829 2000-06-01 Dave Love <fx@gnu.org> |
2830 | |
2831 * hl-line.el: Rewritten using define-minor-mode. | |
2832 | |
2833 * help.el (describe-function-1): Distinguish special form from | |
2834 builtin function. Sanity-check presence of arglist for builtins. | |
2835 | |
29356 | 2836 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2837 | |
29365 | 2838 * international/characters.el: Fix syntax/category setting of |
2839 Tibetan characters. | |
2840 | |
2841 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2842 encoding of Tibetan characters. | |
2843 (tibetan-decompose-precomposition-alist): New variable. | |
2844 (tibetan-decompose-region): Convert precomposed characters to | |
2845 non-precomposed characters. | |
2846 (tibetan-decompose-string): Likewise. | |
2847 (tibetan-composition-function): Fix args to | |
2848 thibetan-compose-string. | |
2849 | |
2850 * language/tibetan.el (tibetan-composable-pattern): More | |
2851 characters included. | |
2852 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2853 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2854 "+R" added. | |
2855 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2856 | |
29359 | 2857 * language/lao-util.el (lao-composition-function): Fix args to |
2858 compose-string. | |
2859 | |
2860 * language/thai-util.el (thai-composition-function): Fix args to | |
2861 compose-string. | |
2862 | |
29356 | 2863 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2864 to prevent the point moving to the end of a composition when a |
2865 part of a composition is searched. | |
29356 | 2866 (isearch-other-meta-char): If the key invoking this command can be |
2867 mapped by function-key-map to a printing char, call | |
2868 isearch-process-search-char directly. | |
2869 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2870 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2871 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2872 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2873 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2874 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2875 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2876 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2877 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2878 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2879 * 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
|
2880 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2881 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2882 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
|
2883 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2884 * 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
|
2885 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2886 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
|
2887 |
29347 | 2888 2000-05-31 Dave Love <fx@gnu.org> |
2889 | |
2890 * loadhist.el (loadhist-hook-functions): Remove | |
2891 before-change-function, after-change-function. | |
2892 (unload-feature): Deal with symbols which are both bound and | |
2893 fbound. | |
2894 | |
2895 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2896 before-change-function, after-change-function. | |
2897 | |
2898 * simple.el (newline): Don't bind before-change-function, | |
2899 after-change-function. | |
2900 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2901 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
|
2902 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2903 * 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
|
2904 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
|
2905 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
|
2906 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
|
2907 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2908 * 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
|
2909 |
29330 | 2910 2000-05-31 Dave Love <fx@gnu.org> |
2911 | |
2912 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2913 pattern for function of change. | |
2914 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2915 acknowledgements patterns. | |
2916 | |
29328 | 2917 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2918 | |
2919 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2920 being used, call isearch-process-search-multibyte-characters. | |
2921 | |
2922 * international/isearch-x.el: Mostly rewritten. | |
2923 | |
2924 * international/quail.el (quail-start-conversion): Don't include | |
2925 unhandled events in the returned events, but set them in | |
2926 unread-command-events. Exit if all inputs are deleted. | |
2927 | |
29324 | 2928 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2929 | |
2930 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2931 | |
2932 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2933 Reenable code to create initial fontsets. | |
2934 Use set-fontset-font in place of put-charset-property. | |
2935 | |
29302 | 2936 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2937 | |
29307 | 2938 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2939 label, ensure that the first colon isn't followed by another. | |
2940 | |
2941 * paths.el (Info-default-directory-list): Doc fix. | |
2942 | |
29304 | 2943 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2944 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2945 send a query containing USER only, not USER@HOST. | |
2946 | |
29302 | 2947 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2948 and rmail-msgend to compute the restriction at the end, instead of | |
2949 computing it. | |
2950 | |
29292 | 2951 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2952 | |
29295 | 2953 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2954 echo area if the minibuffer window is active. | |
2955 | |
29292 | 2956 * jit-lock.el (jit-lock-mode): Add after change function to |
2957 local hook. | |
2958 | |
2959 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2960 | |
2961 * antlr-mode.el: New commands: hide/unhide actions, | |
2962 upcase/downcase literals. | |
2963 (antlr-tiny-action-length): New user option. | |
2964 (antlr-hide-actions): New command. Suggested by | |
2965 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
|
2966 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2967 (antlr-mode-menu): New entries. |
2968 (antlr-downcase-literals): New command. | |
2969 (antlr-upcase-literals): Ditto. | |
2970 | |
2971 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2972 (antlr-indent-line): Indent cpp directive at column 0. | |
2973 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2974 | |
2975 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2976 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2977 bug in XEmacs version of font-lock. | |
2978 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2979 be used by a smarter version of `buffers-menu-grouping-function'. | |
2980 | |
2981 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2982 | |
2983 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2984 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2985 | |
29266 | 2986 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2987 | |
2988 * international/encoded-kb.el | |
2989 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2990 charset-iso-final-char return -1 for eight-bit-control and | |
2991 eight-bit-graphic. | |
2992 | |
29261 | 2993 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2994 | |
2995 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2996 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2997 available, instead of window-system. | |
2998 | |
29259 | 2999 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3000 | |
3001 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3002 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3003 coding systems. | |
3004 | |
29248 | 3005 2000-05-26 Dave Love <fx@gnu.org> |
3006 | |
29255 | 3007 * disp-table.el (standard-display-underline): Don't use |
3008 internal-find-face. | |
3009 | |
29248 | 3010 * mail/reporter.el: Maintainer change. Doc fixes. |
3011 (reporter-version): Deleted. | |
3012 | |
3013 * emacs-lisp/elp.el: Maintainer change. | |
3014 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3015 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3016 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3017 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3018 * 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
|
3019 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3020 |
29240 | 3021 2000-05-26 Dave Love <fx@gnu.org> |
3022 | |
29242 | 3023 * loadhist.el (unload-feature): Fix interactive spec [from |
3024 lijnzaad@ebi.ac.uk]. | |
3025 | |
29240 | 3026 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3027 subr-arity to check primitives. | |
3028 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3029 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3030 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3031 mapcar. | |
3032 | |
29226 | 3033 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3034 | |
29235 | 3035 * international/fontset.el: Set family names of non-latin charsets |
3036 in default fontset to "*". | |
3037 | |
29230 | 3038 * international/mule-diag.el (print-fontset): Combine family part |
3039 and registry part of the fontname by "-*-" instead of "-". | |
3040 | |
29226 | 3041 * international/mule-cmds.el (encode-coding-char): Make strings |
3042 multibyte before calling encode-coding-string. | |
3043 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3044 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3045 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3046 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3047 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3048 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3049 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3050 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3051 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3052 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3053 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3054 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3055 * 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
|
3056 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3057 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3058 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3059 (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
|
3060 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3061 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3062 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3063 |
29214 | 3064 2000-05-25 Dave Love <fx@gnu.org> |
3065 | |
3066 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3067 byte-code-function-p. | |
3068 | |
3069 * mail/rmailsum.el: Add provide. | |
3070 | |
3071 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3072 | |
3073 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3074 defcustom. | |
3075 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3076 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
|
3077 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3078 * 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
|
3079 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
|
3080 |
29205 | 3081 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3082 | |
3083 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3084 grayscale support, not about window-system. | |
3085 | |
3086 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3087 window-system. | |
3088 (ffap-highlight): Always default to t. | |
3089 | |
3090 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3091 display-popup-menus-p instead of looking at window-system. | |
3092 | |
3093 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3094 Only refuse to use string glyphs on X and MS-Windows. | |
3095 | |
3096 * avoid.el: Remove window-system from commentary, suggest to use | |
3097 display-*-p instead. | |
3098 | |
3099 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3100 window-system. | |
3101 | |
29190 | 3102 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3103 | |
3104 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3105 Fill up unsupported characters with their own codes. From Kenichi | |
3106 Handa. | |
3107 | |
29188 | 3108 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3109 | |
3110 * international/mule-diag.el (describe-char-after): Use | |
3111 display-graphic-p instead of window-system, so that this function | |
3112 works on MS-DOS. | |
3113 | |
29181 | 3114 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3115 | |
3116 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3117 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3118 the list of charsets which we convert into `?'. | |
3119 | |
29169 | 3120 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3121 | |
3122 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3123 private charsets. | |
3124 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3125 japanese-jisx0213-2): New charsets. | |
3126 | |
3127 * international/fontset.el: Setup default fontset for new charsets. | |
3128 | |
29166 | 3129 2000-05-24 Dave Love <fx@gnu.org> |
3130 | |
3131 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3132 S. Solomin" <sovs@uic.nnov.ru>]. | |
3133 | |
3134 * icomplete.el: Fix header for Finder. | |
3135 | |
3136 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3137 | |
3138 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3139 STAY. | |
3140 | |
3141 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3142 (rmail-show-message): Add call to `rmail-auto-file' during | |
3143 display. | |
3144 (rmail-auto-file): New function. | |
3145 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3146 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
|
3147 |
29193 | 3148 * 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
|
3149 account. |
29193 | 3150 (ediff-test-utility,ediff-diff-mandatory-option) |
3151 (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
|
3152 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
|
3153 |
29193 | 3154 * 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
|
3155 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3156 |
29193 | 3157 * 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
|
3158 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3159 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3160 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
|
3161 |
29193 | 3162 * 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
|
3163 |
29159 | 3164 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3165 | |
3166 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3167 aliases for hebrew-iso-8bit. | |
3168 | |
29148 | 3169 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3170 | |
3171 * woman.el: New version from Francis J. Wright | |
3172 <F.J.Wright@Maths.QMW.ac.uk>. | |
3173 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3174 names in environment variables regardless of the path separator. | |
3175 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3176 on all files, since woman-file-regexp already filters out any | |
3177 directories. | |
3178 | |
29140 | 3179 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3180 | |
29144 | 3181 * international/quail.el (quail-start-translation): Don't change |
3182 modified-p of the current buffer. | |
3183 (quail-start-conversion): Likewise. | |
3184 | |
3185 * international/kkc.el (kkc-region): Don't change modified-p of | |
3186 the current buffer. | |
3187 | |
29142 | 3188 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3189 conform to RFC1468. | |
3190 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3191 |
29138 | 3192 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3193 | |
3194 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3195 (speedbar-insert-button): Invisible text property fix. | |
3196 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3197 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3198 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3199 (speedbar-page-minus): Renamed from speedbar-file-- | |
3200 (speedbar-page): Renamed from speedbar-file- | |
3201 (speedbar-tag): Renamed from speedbar-tag- | |
3202 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3203 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3204 (speedbar-expand-image-button-alist): Use above renames. | |
3205 | |
3206 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3207 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3208 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3209 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3210 * sb-pg.xpm: Renamed from sb-file.xpm | |
3211 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3212 * 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
|
3213 |
29128 | 3214 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3215 | |
3216 * international/quail.el (quail-show-guidance-buf): Set | |
3217 current-input-method of the guidance buffer to the name of the | |
3218 curren input method. | |
3219 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3220 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3221 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3222 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3223 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3224 * 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
|
3225 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3226 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3227 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3228 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3229 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3230 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3231 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3232 * 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
|
3233 |
29116 | 3234 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3235 | |
29127 | 3236 * startup.el (command-line): Determine source file of compiled |
3237 user init file differently. Warn if compiled user init file | |
3238 is older than its source file. | |
3239 | |
29116 | 3240 * 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
|
3241 |
29112 | 3242 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3243 | |
3244 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3245 rather than `|' (which is not allowed on Windows). Replace the | |
3246 drive letters with a string "drive_X". | |
3247 | |
29110 | 3248 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3249 | |
3250 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3251 | |
3252 * files.el (interpreter-mode-alist): Add `bash2'. | |
3253 | |
29091 | 3254 2000-05-22 Dave Love <fx@gnu.org> |
3255 | |
3256 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3257 mapc. | |
3258 (feature-file): Avoid calling symbol-name. Doc fix. | |
3259 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3260 (loadhist-hook-functions): Add mouse-position-function. | |
3261 (unload-feature): Change uses of mapcar. | |
3262 | |
3263 * files.el (parse-colon-path): Doc fix. | |
3264 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3265 (set-auto-mode): Use mapc. | |
3266 | |
3267 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3268 class. | |
3269 (partial-completion-mode): Add autoload cookie. | |
3270 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3271 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
|
3272 |
29102 | 3273 * 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
|
3274 `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
|
3275 |
29082 | 3276 2000-05-22 Dave Love <fx@gnu.org> |
3277 | |
3278 * bindings.el: Remove debug-ignored-errors set in other files. | |
3279 | |
3280 * progmodes/etags.el: Add to debug-ignored-errors. | |
3281 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3282 when making a new list. | |
3283 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3284 mapc. | |
3285 | |
3286 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3287 quote keywords. | |
3288 (cmpl-string-case-type): Use character classes. | |
3289 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3290 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3291 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3292 * imenu.el: |
29082 | 3293 * mail/mh-e.el: |
3294 * progmodes/compile.el: Add to debug-ignored-errors. | |
3295 | |
3296 * dabbrev.el: Add to debug-ignored-errors. | |
3297 (dabbrev-completion): Use mapc. | |
3298 | |
29075 | 3299 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3300 | |
3301 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3302 (woman-mapcan, woman-parse-man.conf) | |
3303 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3304 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3305 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3306 path syntax better. | |
3307 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3308 (woman-manpath): Call woman-parse-man.conf. | |
3309 (woman-emulation): New defcustom, defaults to nroff. | |
3310 (woman-font-support): New defconst. | |
3311 (woman-use-symbol-font): New defcustom. | |
3312 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3313 "Emulation". | |
3314 Many functions: Doc fix. | |
3315 | |
29072 | 3316 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3317 | |
3318 * international/quail.el (quail-simple-translation-keymap): Map | |
3319 128..255 to quail-self-insert-command. | |
3320 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3321 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3322 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3323 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3324 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3325 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3326 * 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
|
3327 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3328 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3329 * 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
|
3330 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3331 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3332 * 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
|
3333 |
29059 | 3334 2000-05-21 Dave Love <fx@gnu.org> |
3335 | |
29061 | 3336 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3337 are invalid characters. | |
3338 | |
29059 | 3339 * international/mule-util.el (detect-coding-with-priority): Use |
3340 mapc. Remove redundant lambda. | |
3341 | |
3342 * international/mule-diag.el (list-non-iso-charset-chars) | |
3343 (describe-fontset): Remove redundant lambda. | |
3344 | |
3345 * emulation/crisp.el (brief-mode): New alias. | |
3346 | |
3347 * emacs-lisp/ring.el (ring-elements): New function. | |
3348 | |
3349 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3350 (easy-menu-do-add-item): Use keywordp. | |
3351 | |
3352 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3353 | |
3354 * replace.el: Doc and error message fixes. | |
3355 (replace-highlight): Use facep, not internal-find-face. | |
3356 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3357 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3358 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3359 * 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
|
3360 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3361 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3362 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3363 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3364 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3365 (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
|
3366 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3367 (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
|
3368 (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
|
3369 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3370 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3371 (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
|
3372 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3373 (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
|
3374 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3375 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3376 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3377 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3378 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3379 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3380 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3381 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3382 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3383 (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
|
3384 (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
|
3385 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3386 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
|
3387 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3388 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3389 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3390 |
29029 | 3391 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3392 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3393 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3394 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3395 | |
29028 | 3396 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3397 | |
3398 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3399 and insert, not subst-char-in-region. | |
3400 | |
3401 * international/mule-diag.el (list-character-sets-1): Handle | |
3402 charsets eight-bit-control and eight-bit-graphic. | |
3403 (list-iso-charset-chars): Likewise. | |
3404 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3405 charactes as is. Use indent-to to align characters. | |
3406 | |
3407 * international/mule-cmds.el (find-multibyte-characters): Never | |
3408 exclude charsets eight-bit-control and eight-bit-graphic. | |
3409 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3410 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3411 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3412 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3413 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3414 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3415 * 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
|
3416 |
28993 | 3417 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3418 | |
3419 * gud.el (gud-jdb-directories): Doc fix. | |
3420 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3421 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3422 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3423 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3424 |
28988 | 3425 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3426 | |
28993 | 3427 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3428 |
28982 | 3429 2000-05-18 Andreas Schwab <schwab@suse.de> |
3430 | |
3431 * dired.el (dired-between-files): Also skip lines beginning with | |
3432 `used'. | |
3433 | |
28978 | 3434 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3435 | |
3436 * msb.el (msb-menu-cond): Add choice `user'. | |
3437 | |
28981 | 3438 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
|
3439 |
28981 | 3440 * ps-print.el: Compatibility, customization and doc fix. |
3441 (ps-printer-name-option): Replace defconst by defvar. | |
3442 (ps-postscript-code-directory): XEmacs compatibility. | |
3443 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3444 fix. | |
3445 (ps-user-defined-prologue, ps-print-prologue-header) | |
3446 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3447 compatibility and code fix. | |
3448 (ps-print-background-image, ps-print-background-text): | |
3449 Customization fix. | |
3450 (ps-line-number-start, ps-n-up-on): New vars. | |
3451 | |
28978 | 3452 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3453 | |
3454 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3455 the indent-comment function to just return the appropriate indent. | |
3456 | |
28975 | 3457 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3458 | |
3459 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3460 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3461 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3462 | |
28969 | 3463 2000-05-18 Dave Love <fx@gnu.org> |
3464 | |
3465 * info.el (Info-fontify-node): Add intangible property as well as | |
3466 invisible. | |
3467 | |
3468 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3469 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3470 | |
28965 | 3471 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3472 | |
3473 * international/mule-diag.el (describe-char-after): Call | |
3474 internal-char-font, not char-font. If internal-char-font returns | |
3475 nil, display "-- none --". | |
3476 | |
28959 | 3477 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3478 | |
3479 * image.el (image-type-available-p): Don't reference image-types | |
3480 if it isn't bound. | |
3481 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3482 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3483 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3484 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3485 |
28954 | 3486 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3487 | |
3488 * startup.el (command-line-1): Don't signal an error if the | |
3489 directory for auto-save-list files does not yet exist. | |
3490 | |
28950 | 3491 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3492 | |
3493 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3494 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3495 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3496 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3497 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3498 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3499 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
|
3500 |
28981 | 3501 * 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
|
3502 |
28942 | 3503 2000-05-16 Dave Love <fx@gnu.org> |
3504 | |
3505 * cus-edit.el: Don't require cl or easymenu. | |
3506 (custom-variable-prompt): Test standard-value property, not | |
3507 user-variable-p. | |
3508 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3509 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
|
3510 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3511 * 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
|
3512 |
28939 | 3513 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3514 | |
3515 * startup.el (command-line-1): Mention the FAQ in the startup | |
3516 message. | |
3517 | |
3518 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3519 | |
3520 * progmodes/compile.el (compilation-parse-errors): Collect | |
3521 `nomessage' regexps last. | |
3522 | |
3523 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3524 | |
3525 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3526 to the function name. | |
3527 | |
28926 | 3528 2000-05-15 Dave Love <fx@gnu.org> |
3529 | |
3530 * speedbar.el (speedbar-recenter): Typo. | |
3531 (speedbar-expand-line): Make arg optional. | |
3532 (speedbar-mode): Avoid a compiler warning. | |
3533 | |
28924 | 3534 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3535 | |
3536 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3537 user-specified option string is empty. | |
3538 | |
3539 * mouse.el (mouse-yank-at-click): Doc fix. | |
3540 | |
28921 | 3541 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3542 | |
3543 * term/internal.el (IT-character-translations): More updates of | |
3544 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3545 documents. | |
3546 | |
28919 | 3547 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3548 | |
3549 * env.el (getenv): New function, interactively callable. | |
3550 (setenv, getenv): Remove autoload cookies. | |
3551 | |
3552 * loadup.el: Load `env'. | |
3553 | |
3554 * progmodes/f90.el: Change author's mail address. | |
3555 | |
28908 | 3556 2000-05-14 Dave Love <fx@gnu.org> |
3557 | |
28911 | 3558 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3559 goto-addr as an option. | |
3560 | |
3561 * help.el (help-xref-stack): Doc fix. | |
3562 (help-xref-following): New variable. | |
3563 (help-make-xrefs): Use it. | |
3564 (help-xref-go-back): Use position information from stack element. | |
3565 (help-follow): Make position in stack element a pair. Use | |
3566 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3567 |
28911 | 3568 * autoarg.el: New file. |
3569 | |
3570 * faces.el: Declare more functions obsolete. | |
3571 | |
28908 | 3572 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3573 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3574 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3575 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3576 Remove all the setup-...-environment functions. | |
3577 | |
28903 | 3578 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3579 | |
28919 | 3580 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3581 >= when detecting. Require `defimage' safely. | |
28903 | 3582 (speedbar-easymenu-definition-base): Add toggle for images. |
3583 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3584 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3585 (speedbar-reconfigure-keymaps-hook): New variable. | |
3586 (speedbar-frame-parameters): Updated documentation. | |
3587 (speedbar-use-imenu-flag): Updated custom tag | |
3588 (speedbar-dynamic-tags-function-list): New variable. | |
3589 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3590 (speedbar-indentation-width, speedbar-indentation-width) New |
3591 variables. | |
3592 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3593 (speedbar-vc-indicator): Doc update. |
3594 (speedbar-ignored-path-expressions): Updated default value. | |
3595 (speedbar-supported-extension-expressions): Updated default value. | |
3596 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3597 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3598 as "+". Added overlay aliases. | |
3599 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3600 `force-mode-line-update'. | |
3601 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3602 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3603 `mouse-set-point' | |
28903 | 3604 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3605 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3606 of arbitrary text, and new helper functions. | |
3607 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3608 filename finder. | |
28903 | 3609 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3610 (speedbar-directory-buttons): Update path search/expansion. | |
3611 (speedbar-make-tag-line): Pay attention to | |
28919 | 3612 `speedbar-indentation-width'. Use more care w/ invisible |
3613 properties. | |
28903 | 3614 (speedbar-change-expand-button-char): Call |
3615 `speedbar-insert-image-button-maybe'. | |
3616 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3617 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3618 (speedbar-trim-words-tag-hierarchy) | |
3619 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3620 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3621 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3622 functions. | |
28903 | 3623 (speedbar-mouse-set-point): New function |
3624 (speedbar-power-click): Updated documentation. | |
28919 | 3625 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3626 of tag prefix text. | |
3627 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3628 to strange text. | |
3629 (speedbar-expand-line): Takes universal argument to flush the | |
3630 cache. | |
28903 | 3631 (speedbar-flush-expand-line): New function. |
3632 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3633 Use new generator insertion method. | |
3634 (speedbar-fetch-dynamic-tags): New function. | |
3635 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3636 `speedbar-fetch-dynamic-imenu'. | |
3637 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3638 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3639 "Revert Buffer" menu items. | |
3640 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3641 filename tag (for expansion purposes.). | |
28919 | 3642 (speedbar-highlight-one-tag-line, |
3643 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3644 (speedbar-recenter): New functions. | |
28903 | 3645 (defimage-speedbar): Image loading abstraction. |
28919 | 3646 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3647 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3648 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3649 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3650 (speedbar-expand-image-button-alist): New variable. |
3651 (speedbar-insert-image-button-maybe): Insert an image over some | |
3652 buttons. | |
3653 | |
28894 | 3654 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3655 | |
3656 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3657 character is always encodable. | |
3658 | |
3659 * international/mule-conf.el: Add more information in descriptions | |
3660 of character sets. | |
3661 | |
28965 | 3662 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3663 (describe-font-internal): Adjusted for the change of font-info. |
3664 (describe-font): Likewise. | |
3665 (print-fontset): Rewritten for the new fontset implementation. | |
3666 (describe-fontset): Include fontset alias names in completion. | |
3667 (list-fontsets): Adjusted for the change of print-fontset. | |
3668 | |
28895 | 3669 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3670 describe-char-after instead of displaying the detail in the echo | |
3671 area. | |
28965 | 3672 (syntax-code-table): Format changed. |
3673 (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
|
3674 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3675 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3676 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3677 * 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
|
3678 |
28890 | 3679 2000-05-12 Dave Love <fx@gnu.org> |
3680 | |
3681 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3682 dependence. Use line-{beginning,end}-position, not | |
3683 point-at{b,e}ol. Some doc fixes. | |
3684 (todo-position): New function. Fix callers of position to use it. | |
3685 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3686 | |
28885 | 3687 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3688 | |
3689 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3690 | |
28893 | 3691 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3692 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3693 |
28882 | 3694 2000-05-11 Dave Love <fx@gnu.org> |
3695 | |
28888 | 3696 * calendar/todo-mode.el: New file. |
28882 | 3697 |
28870 | 3698 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3699 | |
28881 | 3700 * comint.el (comint-read-input-ring): Move reference to |
3701 comint-input-ring-size outside of the save-excursion. It was | |
3702 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
|
3703 |
28875 | 3704 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3705 address on request from him. | |
3706 | |
28870 | 3707 * subr.el (substitute-key-definition): Add comment describing |
3708 the meaning of PREFIX. | |
3709 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3710 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3711 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3712 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3713 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3714 * 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
|
3715 (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
|
3716 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3717 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3718 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3719 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3720 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3721 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3722 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3723 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3724 * 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
|
3725 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3726 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3727 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3728 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3729 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3730 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3731 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3732 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3733 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3734 Replace the `cvs' prefix with `log-edit'. |
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 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3737 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3738 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3739 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3740 (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
|
3741 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3742 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3743 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3744 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3745 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3746 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3747 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3748 |
28845 | 3749 2000-05-09 Sam Steingold <sds@goems.com> |
3750 | |
3751 * apropos.el (apropos-print): use `describe-face' instead of | |
3752 `customize-face-other-window'. | |
3753 | |
28842 | 3754 2000-05-09 Dave Love <fx@gnu.org> |
3755 | |
3756 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3757 | |
3758 * help.el (describe-variable): Have customize button pop the | |
3759 help-xref stack when invoked. | |
3760 (help-xref-symbol-regexp): Add `face'. | |
3761 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3762 submatch numbers to cope. | |
3763 (help-xref-interned): Maybe insert face doc too. Separate | |
3764 sections with a line of hyphens. | |
3765 | |
28848 | 3766 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3767 (describe-face): Add customize button. Return the help |
3768 text. Fix prompt. | |
3769 | |
28839 | 3770 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3771 | |
3772 * term/internal.el (IT-character-translations): Fix last change. | |
3773 | |
28833 | 3774 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3775 | |
3776 * woman.el: New file | |
3777 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3778 | |
28829 | 3779 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3780 | |
28831 | 3781 * term/internal.el (IT-character-translations): Update ASCII |
3782 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3783 latin-iso8859-15. | |
3784 | |
28829 | 3785 * international/mule-cmds.el (set-language-info-alist): Call |
3786 define-prefix-command with 3 arguments, to make the map suitable | |
3787 for a menu. | |
3788 | |
28827 | 3789 2000-05-07 Dave Love <fx@gnu.org> |
3790 | |
30993 | 3791 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 3792 |
28825 | 3793 2000-05-05 Dave Love <fx@gnu.org> |
3794 | |
3795 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3796 list in doc string. Don't quote keyword symbols. | |
3797 * emacs-lisp/cl.el: Likewise | |
3798 * emacs-lisp/cl-seq.el: Likewise | |
3799 | |
28823 | 3800 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3801 | |
3802 * abbrev.el (abbrev-mode): Make ARG optional. | |
3803 | |
28812 | 3804 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3805 | |
28817 | 3806 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3807 | |
3808 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3809 | |
28812 | 3810 * subr.el (substitute-key-definition): Clarify documentation. |
3811 | |
3812 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3813 | |
3814 * glasses.el (glasses-convert-to-unreadable): Use | |
3815 `glasses-separator' instead of the hard-wired "_". | |
3816 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3817 place. | |
3818 | |
28808 | 3819 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3820 | |
3821 * term/internal.el (cjk-codepages-alist): Add associations for | |
3822 Chinese and Korean codepages. Remove FIXME comment. | |
3823 | |
28806 | 3824 2000-05-03 Dave Love <fx@gnu.org> |
3825 | |
3826 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3827 New option. | |
3828 (display-time-mail-icon): New variable. | |
3829 (display-time-string-forms): Use the above. Fix the local-map. | |
3830 | |
28795 | 3831 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3832 | |
28805 | 3833 * replace.el (query-replace-map): Add binding for `E'. |
3834 (query-replace-help): Extend help text. | |
3835 (perform-replace): Allow editing the replacement string. | |
3836 | |
3837 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3838 (makefile-mode): Set local abbrev table to | |
3839 makefile-mode-abbrev-table. | |
3840 (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
|
3841 |
28795 | 3842 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3843 set TOGGLE's value. | |
3844 | |
28805 | 3845 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3846 mail-interactive-insert-alias. | |
3847 (mail-abbrev-complete-alias): New command. | |
3848 (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
|
3849 |
28790 | 3850 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3851 | |
3852 * language/lao-util.el (lao-compose-region): New function. | |
3853 | |
28782 | 3854 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3855 | |
28789 | 3856 * files.el (recover-session): Make directories as necessary |
3857 if they don't exist yet. | |
3858 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3859 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3860 (french-calendar-multibyte-special-days-array) |
28782 | 3861 (french-calendar-special-days-array): Change French text. |
3862 (calendar-french-date-string): Change output. | |
3863 (calendar-goto-french-date): Likewise. | |
3864 | |
3865 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3866 | |
3867 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3868 (widget-documentation-string-value-create): Set `:always-active'. | |
3869 | |
28778 | 3870 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3871 | |
3872 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3873 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3874 (normal-top-level): Create the directory for auto-save files, if | |
3875 it doesn't already exist (in the ms-dos case only). | |
3876 | |
28775 | 3877 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3878 | |
3879 * international/mule-cmds.el (set-language-environment): Don't | |
3880 concat an integer (dos-codepage), use format instead. | |
3881 | |
28772 | 3882 2000-05-02 Dave Love <fx@gnu.org> |
3883 | |
3884 * help.el (help-xref-on-pp): Check for constant symbols. | |
3885 | |
28764 | 3886 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3887 | |
3888 * startup.el (normal-top-level): Put a condition-case around | |
3889 the code loading subdirs.el. | |
3890 | |
3891 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
|
3892 |
28764 | 3893 * ps-print.el: Upside-down and face background color printing, |
3894 line number step, doc fix. | |
3895 (ps-print-version): New version number (5.2). | |
3896 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3897 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3898 (ps-spool-config): Var fix. | |
3899 (ps-printer-name-option): Const fix. | |
3900 (ps-print-upside-down, ps-use-face-background) | |
3901 (ps-line-number-step): New vars. | |
3902 (ps-window-system, ps-lp-system): New consts. | |
3903 (ps-face-background): New fun. | |
3904 | |
28759 | 3905 2000-04-28 Richard Stallman <rms@gnu.org> |
3906 | |
3907 * files.el (make-auto-save-file-name): | |
3908 Apply auto-save-file-name-transforms to visited file name | |
3909 before generating auto save file name. | |
3910 (auto-save-file-name-transforms): New variable. | |
3911 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3912 * files.el (backup-enable-predicate): |
28759 | 3913 Correctly test for a file under a temporary directory. |
3914 | |
28751 | 3915 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3916 | |
3917 * subr.el (add-minor-mode): Rewritten. | |
3918 | |
28749 | 3919 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3920 | |
3921 * mail/sendmail.el (sendmail-send-it): Set | |
3922 buffer-file-coding-system to the selected coding system for MIME | |
3923 header. | |
3924 | |
28748 | 3925 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3926 | |
3927 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3928 YYYY is followed by two spaces. | |
3929 | |
3930 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3931 in the second character class of the regexp. | |
3932 | |
3933 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3934 mh-etc, too. | |
3935 | |
3936 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3937 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3938 |
28748 | 3939 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3940 | |
3941 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3942 argument. | |
3943 | |
3944 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
|
3945 |
28748 | 3946 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3947 (crm-collection-fn, crm-test-completion) | |
3948 (completing-read-multiple): Use it. | |
3949 | |
28736 | 3950 2000-04-27 Dave Love <fx@gnu.org> |
3951 | |
3952 * help.el (locate-library): Use mapc. | |
3953 (help-manyarg-func-alist): Add call-process-region. | |
3954 | |
28724 | 3955 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3956 | |
28729 | 3957 * subr.el (add-minor-mode): Make argument MAP optional. |
3958 | |
28724 | 3959 * desktop.el (desktop-save): Save list of minor modes. |
3960 (desktop-create-buffer): Restore minor modes. | |
3961 (desktop-minor-mode-table): New user-option. | |
3962 | |
3963 * subr.el (add-minor-mode): New function. | |
3964 | |
3965 * image.el (find-image): New function. | |
3966 (defimage): Rewritten to find image at load time. | |
3967 | |
3968 * startup.el (normal-top-level-add-to-load-path): Handle | |
3969 case that the default directory is not in load-path. | |
3970 | |
3971 * help.el: Old patch from Stefan Monnier. | |
3972 (help-xref-on-pp): New function. | |
3973 (describe-variable): Use it to display xrefs in a symbol's value. | |
3974 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3975 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3976 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3977 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3978 |
28713 | 3979 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3980 | |
28715 | 3981 * mail/rmail.el (rmail-expunge): When there are no deleted |
3982 messages, do nothing. | |
28713 | 3983 |
28712 | 3984 2000-04-26 Dave Love <fx@gnu.org> |
3985 | |
3986 * international/mule-cmds.el (locale-translation-file-name): | |
3987 Defvar to nil. | |
3988 (set-locale-environment): Set it here (at runtime). | |
3989 | |
28710 | 3990 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3991 | |
3992 * replace.el (perform-replace): Add parameters START and END. Use | |
3993 them instead of the check for a region in Transient Mark mode. | |
3994 (query-replace-read-args): Return two more list elements for the | |
3995 start and end of the region in Transient Mark mode. | |
3996 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3997 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3998 optional last arguments START and END and pass them to | |
3999 perform-replace. | |
4000 | |
4001 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4002 form with additional arguments for perform-replace. | |
4003 | |
4004 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4005 and END. Construct a form with additional arguments for | |
4006 perform-replace. | |
4007 | |
4008 * simple.el (shell-command): Set default directory for "*Shell | |
4009 Command Output" buffer. | |
4010 | |
4011 * language/european.el (iso-latin-4): Fix typo. | |
4012 | |
4013 * emacs-lisp/crm.el: New file. | |
4014 | |
28701 | 4015 2000-04-24 Dave Love <fx@gnu.org> |
4016 | |
4017 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4018 (Custom-reset-saved, Custom-reset-standard) | |
4019 (custom-group-value-create, custom-group-set, custom-group-save) | |
4020 (custom-group-reset-current, custom-group-reset-saved) | |
4021 (custom-group-reset-standard): Use mapc. | |
4022 (custom-buffer-create-internal): Disable undo when creating items. | |
4023 Use mapc. | |
4024 (custom-face): Avoid redundant lambda. | |
4025 | |
28699 | 4026 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4027 | |
4028 * startup.el (auto-save-list-file-prefix): Set default to | |
4029 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4030 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4031 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4032 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4033 * 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
|
4034 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4035 |
28695 | 4036 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4037 | |
4038 * frame.el (scrolling): New group. | |
4039 (automatic-hscrolling): New user-option. | |
4040 | |
4041 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4042 `--line-spacing'. | |
4043 | |
28668 | 4044 2000-04-19 Dave Love <fx@gnu.org> |
4045 | |
4046 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4047 (cl-mapc): Rename from mapc. Fix the funcall. | |
4048 | |
28653 | 4049 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4050 | |
28660 | 4051 * simple.el (clone-indirect-buffer-other-window): New command. |
4052 (clone-indirect-buffer): Add optional arg NORECROD. | |
4053 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4054 | |
28658 | 4055 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4056 | |
4057 * window.el (count-screen-lines): New function. | |
4058 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4059 instead of window-buffer-height. | |
4060 | |
4061 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4062 non-existing variable comint-input-sentinel. | |
4063 (inferior-lisp-args-to-list): Removed. | |
4064 (inferior-lisp): Use split-string instead of | |
4065 inferior-lisp-args-to-list. | |
4066 | |
4067 * hexl.el (hexl-insert-hex-string): New command. | |
4068 | |
28653 | 4069 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4070 instead of concat. | |
4071 | |
28634 | 4072 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4073 | |
4074 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4075 at the start of an existing but empty folder. | |
4076 | |
4077 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4078 | |
4079 * ps-mule.el: Customization fix, doc fix. | |
4080 (ps-multibyte-buffer): Customization fix. | |
4081 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4082 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4083 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4084 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4085 |
28626 | 4086 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4087 | |
4088 * textmodes/texinfo.el (texinfo-insert-@email) | |
4089 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4090 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4091 (texinfo-mode-map): Add key bindings for them. | |
4092 | |
4093 * files.el (basic-save-buffer-2): Use a template with `$' | |
4094 instead of `#' for VMS. | |
4095 | |
4096 * simple.el (clone-indirect-buffer): New function. | |
4097 | |
28621 | 4098 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4099 | |
4100 * iswitchb.el (iswitchb-case): New function. If the user input | |
4101 contains any upper-case characters, the search is made | |
4102 case-sensitive. | |
4103 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4104 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4105 |
28621 | 4106 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4107 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4108 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4109 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4110 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4111 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4112 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4113 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
|
4114 (texinfo-environments): New var. |
28621 | 4115 (texinfo-environment-regexp): Use regexp-opt and |
4116 texinfo-environments. | |
4117 | |
4118 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4119 ispell-process is bound since this might be eval'd before ispell | |
4120 is loaded. | |
4121 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4122 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
|
4123 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4124 * 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
|
4125 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4126 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4127 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4128 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4129 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4130 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4131 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4132 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4133 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4134 |
28602 | 4135 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4136 | |
4137 * 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
|
4138 |
28602 | 4139 * ps-print.el: Fix counting lines in a region. |
4140 (ps-print-version): New version number (5.1.5). | |
4141 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4142 (ps-printing-region): Fun code fix. | |
4143 | |
28600 | 4144 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4145 | |
4146 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4147 to file-directory-p. | |
4148 | |
28591 | 4149 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4150 | |
4151 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4152 exists before calling directory-files. | |
4153 | |
28578 | 4154 2000-04-13 Dave Love <fx@gnu.org> |
4155 | |
4156 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4157 syntax. | |
4158 | |
4159 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4160 | |
4161 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4162 (cl-old-mapc): New variable. | |
4163 (mapc): Use it. | |
4164 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4165 next-property-change. | |
4166 (cl-map-overlays): Use with-current-buffer. | |
4167 (cl-expt): Remove. | |
4168 (copy-tree, remprop): Define unconditionally. | |
4169 | |
4170 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4171 | |
4172 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4173 to use keywordp. | |
4174 (edebug-spec): Enable keywordp. | |
4175 | |
4176 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4177 string-lessp. | |
4178 | |
4179 * cus-start.el: Use keywordp. | |
4180 | |
28577 | 4181 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4182 | |
4183 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4184 2000-02-18 by doing a save-excursion. | |
4185 | |
4186 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4187 | |
4188 * ps-print.el: Customization fix, doc fix. | |
4189 (ps-print-version): New version number (5.1.4). | |
4190 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4191 (ps-print-preprint): Adjust code. | |
4192 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4193 (ps-print-prologue-header, ps-print-control-characters) | |
4194 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4195 |
28564 | 4196 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4197 | |
4198 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4199 converted to the new menu-item format, names silightly changed, | |
4200 help strings added. | |
4201 | |
4202 Support for spelling without async subprocesses: | |
4203 | |
4204 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4205 (ispell-session-buffer): New variables. | |
4206 (ispell-start-process, ispell-process-status, | |
4207 ispell-accept-output, ispell-send-string): New functions, for | |
4208 Ispell invocation when async subprocesses aren't supported. | |
4209 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4210 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4211 to process-send-string with calls to ispell-send-string, and | |
4212 accept-process-output with ispell-accept-output. | |
4213 (ispell-init-process): Call ispell-process-status instead of | |
4214 process-status with. | |
4215 (ispell-init-process): Call ispell-start-process. Call | |
4216 ispell-accept-output and ispell-send-string. Don't call | |
4217 process-kill-without-query and kill-process if they are unbound. | |
4218 (ispell-async-processp): New function. | |
4219 | |
28560 | 4220 2000-04-12 Dave Love <fx@gnu.org> |
4221 | |
4222 * info.el: Add debug-ignored-errors. | |
4223 (Info-mode-menu): Add some items. | |
4224 (Info-directory): Add autoload cookie. | |
4225 | |
4226 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4227 Modify `truncate-lines'. Make `describe-language-environment' | |
4228 always visible and add help. Modify `describe-key' help. Invoke | |
4229 Info-directory from `info'. New entry `emacs-manual'. | |
4230 | |
28542 | 4231 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4232 | |
28549 | 4233 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4234 propertized-buffer-identification. | |
4235 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4236 (ebrowse--mode-strings): Removed. | |
4237 (ebrowse--mode-line-props): Removed. | |
4238 | |
28542 | 4239 * files.el (auto-mode-alist): Add `EBROWSE'. |
4240 | |
4241 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4242 space before testing for end of buffer. | |
4243 (ebrowse-load): Removed. | |
4244 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4245 (ebrowse-create-tree-buffer): Rewritten. | |
4246 (ebrowse-tree-mode): Read tree from buffer. | |
4247 | |
4248 * progmodes/ebrowse-ffh.el: Removed. | |
4249 | |
28535 | 4250 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4251 | |
4252 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4253 | |
28534 | 4254 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4255 | |
4256 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4257 at the wrong place. | |
4258 | |
28783 | 4259 2000-04-09 Dave Love <fx@gnu.org> |
4260 | |
4261 * files.el (backup-enable-predicate): Use | |
4262 temporary-file-directory, small-temporary-file-directory. | |
4263 (make-backup-file-name-function, backup-directory-alist): New | |
4264 variables. | |
4265 (make-backup-file-name-1): New function. | |
4266 (make-backup-file-name): Use it. | |
4267 (find-backup-file-name): Likewise. Use format for clarity, not | |
4268 concat. | |
4269 (file-newest-backup): Use make-backup-file-name. | |
4270 | |
28523 | 4271 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4272 | |
28530 | 4273 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4274 |
28530 | 4275 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4276 to ebrowse-ffh.el. | |
4277 (ebrowse-load): Add autoload. | |
4278 | |
4279 * finder.el (finder-commentary): Add autoload cookie. | |
4280 | |
28523 | 4281 * mail/rfc2368.el: Correct author's email address. |
4282 | |
4283 * progmodes/ebrowse.el: New file. | |
4284 | |
4285 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4286 item help string. | |
4287 (easy-menu-do-add-item): Ditto. | |
4288 (easy-menu-define): Extend doc string. | |
4289 | |
4290 * jit-lock.el (with-buffer-unmodified): Use | |
4291 restore-buffer-modified-p. | |
4292 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4293 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4294 with-buffer-unmodified. | |
4295 | |
28517 | 4296 2000-04-08 Dave Love <fx@gnu.org> |
4297 | |
4298 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4299 unless, when. | |
4300 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4301 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
|
4302 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4303 * 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
|
4304 (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
|
4305 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
|
4306 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4307 |
28506 | 4308 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4309 | |
4310 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4311 like C-r. | |
4312 | |
4313 * progmodes/make-mode.el: Some doc fixes. | |
4314 (makefile-mode-abbrev-table): New variable. | |
4315 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4316 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4317 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4318 | |
4319 * replace.el (perform-replace): Don't move forward one char | |
4320 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4321 to do that because it leaves point 1 position after the last | |
4322 replacement, after everything has been replaced. | |
4323 | |
4324 * jit-lock.el (with-buffer-unmodified): New macro. | |
4325 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4326 modified state. | |
4327 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4328 preserving buffer's modified state. | |
4329 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4330 jit-lock-function-1. | |
4331 | |
4332 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4333 | |
28499 | 4334 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4335 | |
4336 * glasses.el: Provide facilities for inserting space before left | |
4337 parentheses and uncapitalization of identifiers. | |
4338 (glasses-mode): Try to remove old overlays in all cases. | |
4339 | |
28485 | 4340 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4341 | |
28496 | 4342 * progmodes/compile.el (compile-internal): Display the compilation |
4343 buffer in a different frame, if it's already displayed there. | |
4344 | |
28494 | 4345 * mail/rfc2368.el: New file. |
4346 | |
28492 | 4347 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4348 header and insert its value as mail body. | |
4349 | |
4350 * subr.el (member-ignore-case): New function. | |
4351 | |
4352 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4353 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4354 from dabbrev-ignored-regexps. | |
4355 | |
28485 | 4356 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4357 to extensions handled by gzip. | |
4358 | |
28492 | 4359 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4360 | |
4361 * files.el (insert-directory): List the total free space | |
4362 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4363 |
28492 | 4364 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4365 line is followed by one that matches CITATION-REGEXP, end the | |
4366 paragraph. | |
4367 | |
4368 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4369 | |
4370 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4371 (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
|
4372 |
28474 | 4373 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4374 | |
4375 * international/mule-cmds.el (encoded-string-description): | |
4376 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4377 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4378 for hexadecimal format. | |
28474 | 4379 |
28468 | 4380 2000-04-01 Dave Love <fx@gnu.org> |
4381 | |
4382 * cpp.el: Change customization group to `c' from `C'. | |
4383 | |
4384 * vcursor.el (vcursor-move): Use display-color-p. | |
4385 | |
4386 * international/mule-util.el: Provide mule-utils. | |
4387 (string-to-sequence): Simplify and speed up. | |
4388 | |
4389 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4390 | |
4391 * international/mule-cmds.el: Various menu changes. | |
4392 (describe-specified-language-support): Handle `Default'. | |
4393 (set-language-info): Purecopy `info'. | |
4394 | |
28462 | 4395 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4396 | |
4397 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4398 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
|
4399 |
28445 | 4400 2000-03-31 Dave Love <fx@gnu.org> |
4401 | |
28452 | 4402 * help.el (help-manyarg-func-alist): Correct several omissions. |
4403 | |
28450 | 4404 * add-log.el: Don't require cl, fortran. |
4405 (add-log-current-defun-function): Doc fix. | |
4406 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4407 fix. | |
4408 (change-log-version-rcs): Function deleted. | |
4409 (change-log-version-number-search): Doc fix. Use | |
4410 vc-workfile-version. Avoid CL dolist. | |
4411 (add-change-log-entry): Just call add-log-current-defun to get | |
4412 defun. Simplify somewhat. | |
4413 (change-log-get-method-definition-1): Likewise. | |
4414 (add-log-current-defun): Return nil if calling | |
4415 add-log-current-defun-function does so. Move Fortran stuff to | |
4416 fortran.el. Return string without properties. | |
4417 | |
28445 | 4418 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4419 and :alpha: char classes. | |
4420 | |
4421 * mail/supercite.el: Defvar curline when compiling. | |
4422 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4423 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4424 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4425 | |
28444 | 4426 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4427 | |
4428 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4429 | |
4430 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4431 Re-enable new code. | |
4432 | |
4433 * lpr.el (print-region-1): Use -d to specify printer name for | |
4434 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4435 | |
4436 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
|
4437 |
28444 | 4438 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4439 for function definition in symbol's function value slot first | |
4440 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
|
4441 |
28435 | 4442 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4443 | |
4444 * language/european.el ("Polish"): New language environment. | |
4445 (setup-polish-environment): New function. | |
4446 | |
28424 | 4447 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4448 | |
4449 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4450 Disable new code. | |
4451 | |
4452 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4453 trying to `load' the symbol of an autoload instead of the file | |
4454 recorded in the autoload. Fix error messages. | |
4455 | |
28429 | 4456 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4457 | |
4458 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4459 (ps-print-version): New version number (5.1.3). | |
4460 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4461 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4462 (ps-generate-postscript-with-faces): Code fix. | |
4463 (ps-color-values): XEmacs compatibility. | |
4464 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4465 (ps-default-fg, ps-default-bg): Adjust customization. | |
4466 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4467 (ps-color-scale): Renaming old ps-color-value fun. | |
4468 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4469 with ps-print-header variable. | |
4470 (ps-print-miscellany): New group. | |
4471 (ps-format-color, ps-rgb-color): New funs. | |
4472 (ps-default-foreground): New var. | |
4473 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4474 |
28416 | 4475 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4476 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4477 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4478 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4479 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4480 (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
|
4481 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4482 |
28416 | 4483 * lisp/locate.el: |
4484 (locate-word-at-point): Added this function | |
4485 (locate): Default to using locate-word-at-point as input | |
4486 Run dired-mode-hook | |
4487 | |
28405 | 4488 2000-03-29 Dave Love <fx@gnu.org> |
4489 | |
4490 * calendar/appt.el: Doc fixes. | |
4491 (appt-check): Convert min-to-app to a string before passing to | |
4492 appt-disp-window-function or concat. | |
4493 (appt-delete-window): Remove test for frame-root-window. | |
4494 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4495 | |
4496 * emacs-lisp/bytecomp.el: Doc fixes. | |
4497 (byte-compile-file-form-autoload): Update | |
4498 byte-compile-function-environment. | |
4499 | |
28403 | 4500 2000-03-29 Andreas Schwab <schwab@suse.de> |
4501 | |
4502 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4503 specially. | |
4504 | |
4505 * dired.el (dired-insert-directory): If dired-free-space-program | |
4506 failed just delete its output. | |
4507 | |
28395 | 4508 2000-03-29 Dave Love <fx@gnu.org> |
4509 | |
4510 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4511 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4512 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4513 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4514 clarity. | |
4515 | |
4516 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4517 | |
28377 | 4518 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4519 | |
4520 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4521 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4522 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4523 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4524 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4525 * 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
|
4526 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4527 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4528 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4529 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4530 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4531 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4532 |
28326 | 4533 2000-03-26 Dave Love <fx@gnu.org> |
4534 | |
28331 | 4535 * net/browse-url.el (browse-url): Re-fix case of |
4536 browse-url-browser-function being an alist. | |
4537 (browse-url): Add :link to defgroup. | |
4538 | |
28326 | 4539 * files.el: Doc fixes. |
4540 (file-truename): Include `[' in wildcard characters. | |
4541 (automount-dir-prefix): Customize. | |
4542 (find-file-wildcards): Add :version. | |
4543 (find-file-noselect): Simplify a mapcar call. | |
4544 | |
4545 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4546 compatible with inf-lisp version. | |
4547 (eval-defun-1): Fix custom-declare-variable case. | |
4548 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4549 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4550 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4551 * 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
|
4552 |
28303 | 4553 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4554 | |
28308 | 4555 * Makefile (COMPILE_FIRST): New macro. |
4556 (compile-files): Compile files from COMPILE_FIRST first. | |
4557 | |
4558 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4559 code. | |
4560 | |
28303 | 4561 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4562 matching open parenthesis in column 0 to defun-prompt-regexp | |
4563 only if open-paren-in-column-0-is-defun-start is set. | |
4564 | |
4565 * sun-curs.el: Require CL at compile-time only. | |
4566 | |
4567 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4568 instead of copy-list which is a function from CL. | |
4569 (msb--choose-menu, msb--mode-menu-cond) | |
4570 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4571 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4572 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4573 `(' in column 0 in doc string. | |
4574 (msb--add-separators): Use mapcar instead of mapcan. | |
4575 | |
4576 * cus-dep.el: Require CL at compile-time only. | |
4577 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4578 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4579 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4580 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4581 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4582 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4583 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4584 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4585 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4586 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4587 (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
|
4588 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4589 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4590 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4591 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4592 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4593 |
28292 | 4594 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4595 | |
4596 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4597 (rmail-expunge): Ask for confirmation depending on the setting | |
4598 of rmail-confirm-expunge. | |
4599 | |
4600 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4601 | |
4602 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4603 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4604 cause a bootstrap failure because things don't autoload as | |
4605 expected. | |
4606 | |
28289 | 4607 2000-03-23 Dave Love <fx@gnu.org> |
4608 | |
4609 * net/browse-url.el: Restore previous use of | |
4610 browse-url-maybe-new-window. | |
4611 | |
28287 | 4612 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4613 | |
4614 * ps-print.el: Skip banner page fix. | |
4615 (ps-print-version): New version number (5.1.2). | |
4616 (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
|
4617 |
28287 | 4618 2000-03-23 Dave Pearson <davep@davep.org> |
4619 | |
4620 * net/quickurl.el Changed the type of parameter passed to the | |
4621 function defined by `quickurl-format-function'. Before only the | |
4622 text of the URL was passed. Now the whole URL structure is passed | |
4623 and the function is responsible for extracting the parts it | |
4624 requires. Changed the default of `quickurl-format-function' | |
4625 accordingly. | |
4626 (quickurl-insert): Changed the `funcall' of | |
4627 `quickurl-format-function' to match the above change. | |
4628 (quickurl-list-insert): Changed the `url' case so that it makes | |
4629 use of `quickurl-format-function', previous to this the format was | |
4630 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4631 |
28283 | 4632 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4633 | |
4634 * startup.el: Change some spellings for the X Window System. | |
4635 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4636 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4637 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4638 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4639 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
|
4640 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4641 |
28276 | 4642 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4643 | |
4644 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4645 | |
28267 | 4646 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4647 | |
4648 * ps-print.el: N-up last page fix. | |
4649 (ps-print-version): New version number (5.1.1). | |
4650 (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
|
4651 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4652 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4653 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4654 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4655 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4656 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4657 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4658 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4659 * 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
|
4660 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4661 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4662 (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
|
4663 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
|
4664 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
|
4665 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4666 (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
|
4667 (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
|
4668 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4669 (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
|
4670 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4671 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4672 * 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
|
4673 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4674 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4675 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4676 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4677 * 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
|
4678 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4679 (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
|
4680 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4681 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4682 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4683 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4684 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4685 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4686 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4687 (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
|
4688 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
|
4689 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4690 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
|
4691 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4692 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4693 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4694 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4695 * 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
|
4696 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4697 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4698 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
|
4699 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4700 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4701 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4702 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4703 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
|
4704 (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
|
4705 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4706 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4707 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4708 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4709 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4710 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4711 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4712 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4713 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4714 |
28246 | 4715 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4716 | |
4717 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4718 (custom-button-pressed-face): Likewise. | |
4719 | |
28244 | 4720 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4721 | |
4722 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4723 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4724 depending on the value of tags-case-fold-search. | |
4725 (tags-loop-continue): Use tags-loop-eval. | |
4726 (find-tag-in-order): Bind case-fold-search depending on the value | |
4727 of tags-case-fold-search. | |
4728 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4729 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4730 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4731 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4732 (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
|
4733 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4734 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4735 (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
|
4736 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4737 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4738 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4739 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4740 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4741 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4742 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4743 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4744 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4745 * 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
|
4746 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4747 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4748 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4749 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4750 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4751 |
28233 | 4752 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4753 | |
4754 * term/x-win.el: Fontsets related initialization is simplified. | |
4755 | |
4756 * international/mule-diag.el (describe-font): Don't refer to | |
4757 global-fontset-alist, instead call font-list. | |
4758 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4759 (print-fontset): Adjusted for the change of fontset | |
4760 implementation. | |
4761 | |
4762 * international/fontset.el (x-charset-registries): Variable | |
4763 removed, instead the corresponding data is stored in the default | |
4764 fontset. | |
4765 (register-alternate-fontnames): Function removed. | |
4766 (resolved-ascii-font): Variable removed. | |
4767 (x-compose-font-name): Ignore the second argument REDOCE. | |
4768 (x-complement-fontset-spec): Complement only an ASCII font and | |
4769 element for those charsets than can use that ASCII font. | |
4770 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4771 instead call fontset-list. | |
4772 (uninstantiated-fontset-alist): Variable removed. | |
4773 (x-style-funcs-alist): Likewise. | |
4774 (fontset-default-styles): Likewise. | |
4775 (x-modify-font-name): Function removed. | |
4776 (create-fontset-from-fontset-spec): Ignore the argument | |
4777 STYLE-VARIANT. | |
4778 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4779 change. | |
4780 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4781 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4782 |
28233 | 4783 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4784 (describe-face): Include `font' attribute in the description. | |
4785 | |
28219 | 4786 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4787 | |
4788 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4789 | |
28209 | 4790 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4791 | |
28212 | 4792 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4793 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4794 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
|
4795 |
28209 | 4796 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4797 about behavior of set-buffer-modified-p wrt redisplay. | |
4798 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4799 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4800 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4801 * 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
|
4802 |
28194 | 4803 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4804 | |
4805 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4806 is a string, convert it to a syntax cell using string-to-syntax. | |
4807 | |
4808 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4809 (string-to-syntax): New function. | |
4810 | |
4811 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4812 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4813 try to use passive ftp mode. |
28194 | 4814 |
28189 | 4815 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4816 | |
28209 | 4817 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4818 |
4819 * simple.el (append-to-buffer): Update point of windows after | |
4820 insertion. | |
4821 | |
4822 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4823 forward then moving backward. Reindent. | |
4824 | |
4825 * frame.el (other-frame): Call x-focus-frame only if | |
4826 focus-follows-mouse is off. | |
4827 | |
28185 | 4828 2000-03-17 Dave Love <fx@gnu.org> |
4829 | |
4830 * pcvs-util.el (cvs-strings->string): Rename | |
4831 replace-regexps-in-string. | |
4832 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4833 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4834 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4835 * 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
|
4836 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4837 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4838 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4839 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4840 |
28174 | 4841 2000-03-16 Dave Love <fx@gnu.org> |
4842 | |
4843 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4844 `fortran'. | |
4845 (f90-mode-hook): Customize. | |
4846 (f90-mode): Set add-log-current-defun-function. | |
4847 (f90-current-defun): New function. | |
4848 | |
28169 | 4849 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4850 | |
28173 | 4851 * cus-edit.el (custom-variable-tag-face): Handle case that |
4852 default face's height is not a number. | |
4853 (custom-face-tag-face, custom-group-tag-face-1) | |
4854 (custom-group-tag-face): Ditto. | |
4855 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4856 |
28169 | 4857 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4858 | |
28161 | 4859 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4860 | |
4861 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4862 requiring easymenu. | |
4863 | |
28155 | 4864 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4865 | |
4866 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4867 handler, doc fix. | |
4868 (ps-print-version): New version number (5.1). | |
4869 (ps-user-defined-prologue, ps-error-handler-message) | |
4870 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4871 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4872 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4873 |
28150 | 4874 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4875 | |
4876 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4877 invalid self-assignment code. |
28150 | 4878 |
28149 | 4879 2000-03-14 Dave Love <fx@gnu.org> |
4880 | |
4881 * subr.el (replace-regexp-in-string): Renamed from | |
4882 replace-regexps-in-string. Doc fix. | |
4883 | |
28131 | 4884 2000-03-12 Dave Love <fx@gnu.org> |
4885 | |
4886 * cus-edit.el: Doc fixes. | |
4887 (customize-set-variable, customize-save-variable): Rename args for | |
4888 doc. | |
4889 (custom-variable-tag-face, custom-face-tag-face) | |
4890 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4891 style which user identify as hyperlink. | |
4892 (hook): Don't add undefined functions to the hook. | |
4893 (debug-ignored-errors): Transfer message from bindings.el. | |
4894 | |
28120 | 4895 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4896 | |
4897 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4898 double/nested definition. | |
4899 | |
28114 | 4900 2000-03-12 Dave Love <fx@gnu.org> |
4901 | |
4902 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4903 * enriched.el (enriched-decode-foreground): Likewise. | |
4904 (enriched-decode-background): Likewise. | |
4905 * isearch.el (isearch-highlight): Likewise. | |
4906 * info-look.el (info-lookup): Likewise. | |
4907 * simple.el (completion-setup-function): Likewise. | |
4908 | |
4909 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4910 :options. | |
4911 | |
4912 * bindings.el (mode-line-format): Fix line-number and | |
4913 column-number items. Add help-echo for the background. | |
4914 (mode-line-mule-info): Modify help-echo. | |
4915 | |
4916 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4917 defcustom. | |
4918 | |
4919 * files.el (load-file): Allow completion to .elc. | |
4920 | |
4921 * man.el: Doc fixes. | |
4922 (Man-init-defvars): Use display-color-p to set fontification. | |
4923 | |
4924 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4925 | |
28109 | 4926 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4927 | |
4928 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4929 | |
4930 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4931 | |
28098 | 4932 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4933 | |
4934 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4935 Fix comment. | |
4936 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4937 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4938 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4939 * 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
|
4940 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4941 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4942 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4943 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4944 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4945 * 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
|
4946 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4947 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4948 * 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
|
4949 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
|
4950 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4951 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4952 * 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
|
4953 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4954 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4955 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4956 |
28084 | 4957 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4958 | |
4959 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4960 removed. | |
4961 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4962 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4963 |
28114 | 4964 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4965 allow more flexibility. | |
4966 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4967 fns. | |
4968 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4969 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4970 |
28085 | 4971 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4972 |
4973 * rect.el (replace-rectangle): New function. | |
4974 | |
4975 2000-03-09 Dave Love <fx@gnu.org> | |
4976 | |
4977 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4978 "C". | |
4979 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4980 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4981 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4982 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4983 fortran-comment-line-start here. Set comment-start, | |
4984 add-log-current-defun. | |
4985 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4986 (fortran-current-defun): New function. | |
4987 | |
28073 | 4988 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4989 | |
28077 | 4990 * emacs-lisp/re-builder.el: New file. |
4991 | |
28076 | 4992 * mouse.el (mouse-drag-region): Don't run up-event handler |
4993 if hscroll has changed. | |
4994 | |
28073 | 4995 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4996 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4997 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4998 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4999 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5000 `(defun (setf foo)' differently. |
5001 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5002 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5003 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5004 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5005 (regexp-opt): Update comment and adapt the code the new meaning of |
5006 the `paren' argument of regex-opt-group for shy-groups. | |
5007 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5008 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5009 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5010 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5011 Remove open-presuf and close-presuf. Instead of checking for `all |
5012 one-char' and then later on check for `several one-char', handle | |
5013 both cases close together. Also apply a more generic algorithm | |
5014 for suffixes (the mirror image of the algorithm used for | |
5015 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5016 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5017 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5018 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5019 from comint-mode-map, so we can just inherit from it. Also, move |
5020 the initialization into the `defvar' since there's no docstring | |
5021 anyway and it's fairly short. | |
5022 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5023 shorter and this way we inherit from comint-mode-map rather than | |
5024 copying it. | |
5025 | |
5026 * subr.el (replace-regexps-in-string): Properly handle the case | |
5027 where we match an empty string. | |
5028 | |
5029 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5030 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
|
5031 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5032 |
28046 | 5033 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5034 | |
28051 | 5035 * Makefile (compile-files): Compile files one by one because |
5036 that's the only way to ensure a clean compilation environment for | |
5037 each individual file. | |
5038 | |
28046 | 5039 * frame.el (other-frame): Call x-focus-frame. |
5040 | |
28040 | 5041 2000-03-07 Dave Love <fx@gnu.org> |
5042 | |
28043 | 5043 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5044 :require to defcustom. | |
5045 | |
28040 | 5046 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5047 lists. | |
5048 | |
5049 * files.el (auto-mode-alist): Add configure.in. | |
5050 | |
5051 * progmodes/autoconf.el: New file. | |
5052 | |
28034 | 5053 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5054 | |
5055 * mail/mh-e.el: Change maintainer to `none'. | |
5056 | |
5057 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5058 to remove-hook and add-hook. | |
5059 | |
5060 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5061 | |
28035 | 5062 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5063 it as the default. |
28035 | 5064 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5065 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5066 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5067 |
28024 | 5068 2000-03-07 Dave Love <fx@gnu.org> |
5069 | |
5070 * winner.el: Fix keywords, autoload cookies. Split | |
5071 eval-when-compile form to avoid compilation failure. | |
5072 | |
28017 | 5073 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5074 | |
5075 * international/mule.el: Modify comment about coding system | |
5076 property `coding-category'. | |
5077 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5078 coding-category property of PROPERTIES. | |
5079 | |
5080 * international/mule-conf.el (coding-category-utf-8, | |
5081 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5082 categories. Include them in the argument for set-coding-priority. | |
5083 | |
5084 * international/mule-cmds.el (reset-language-environment): Include | |
5085 coding-category-utf-8, coding-category-utf-16-be, and | |
5086 coding-category-utf-16-le in the argument for set-coding-priority. | |
5087 (reset-language-environment): Initialize coding-category-utf-8, | |
5088 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5089 | |
28014 | 5090 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5091 | |
5092 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5093 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5094 extensions as well as compression extensions. | |
5095 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5096 |
27976 | 5097 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5098 | |
5099 * strokes.el: Change maintainer's mail address. | |
5100 | |
27972 | 5101 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5102 | |
5103 * international/mule-diag.el (list-character-sets): Make help-echo | |
5104 string by substitute-command-keys. | |
5105 (list-character-sets): Likewise. | |
5106 (sort-listed-character-sets): Call help-setup-xref. | |
5107 | |
27965 | 5108 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5109 | |
5110 * time.el (display-time-mail-file): Add `none' to the list of | |
5111 choices. | |
5112 | |
27954 | 5113 2000-03-01 Dave Love <fx@gnu.org> |
5114 | |
27959 | 5115 * help.el (help-xref-go-back): Don't try to set position. |
5116 | |
27954 | 5117 * international/mule-diag.el (list-character-sets): Call |
5118 help-setup-xref. Add help-echo to xrefs. | |
5119 (list-character-sets-1): Add help-echo to xrefs. | |
5120 | |
27949 | 5121 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5122 | |
5123 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5124 the mode off. | |
5125 | |
5126 * add-log.el (add-log-current-defun): Add support for | |
5127 Autoconf mode. | |
5128 | |
5129 * mail/rmail.el (rmail-quit-hook): New variable. | |
5130 | |
27931 | 5131 2000-03-01 Dave Love <fx@gnu.org> |
5132 | |
27935 | 5133 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5134 | |
27931 | 5135 * help.el (help-xref-button): Add help-echo arg. |
5136 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5137 | |
5138 * faces.el (list-faces-display): Supply help-echo with | |
5139 help-make-xrefs. | |
5140 | |
5141 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5142 nil. | |
5143 | |
27919 | 5144 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5145 | |
27927 | 5146 * image.el (defimage): Look for image files in load-path. |
5147 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5148 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5149 `number'. |
5150 | |
27927 | 5151 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5152 | |
5153 * recentf.el (recentf): Added version tag to the defgroup of | |
5154 recentf. | |
5155 | |
5156 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5157 | |
5158 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5159 too. | |
5160 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5161 action to select/unselect a file. | |
5162 (recentf-edit-list): Code cleanup and improvement. | |
5163 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5164 widget action to open a file. | |
5165 (recentf-open-more-files): No more use standard completion but | |
5166 widgets. | |
5167 (recentf-more-collection): Deleted. | |
5168 (recentf-more-history): Deleted. | |
5169 (recentf-setup-more-completion): Deleted. | |
5170 | |
5171 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5172 | |
5173 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5174 under a window-system. | |
5175 | |
5176 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5177 | |
5178 * recentf.el (recentf-edit-list): New command to edit the recent | |
5179 list which allow the user to remove files. | |
5180 (recentf-edit-selected-items): New global variable, used by | |
5181 `recentf-edit-list' to hold the list of files to be removed from | |
5182 the recent list. | |
5183 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5184 menu item. Minor code cleanup. | |
5185 | |
5186 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5187 | |
5188 * recentf.el (recentf-open-more-files): New command to open files | |
5189 that are not displayed in the menu. | |
5190 (recentf-more-collection): New global variable holding the set of | |
5191 permissible completions used by `recentf-open-more-files'. | |
5192 (recentf-more-history): New global variable holding the history list | |
5193 used by `recentf-open-more-files' completion. | |
5194 (recentf-setup-more-completion): New function to setup completion for | |
5195 `recentf-open-more-files'. | |
5196 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5197 | |
5198 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5199 | |
5200 * recentf.el (recentf-menu-action): Doc fixed. | |
5201 | |
5202 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5203 | |
5204 * recentf.el (recentf-menu-filter): Doc updated. | |
5205 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5206 (recentf-make-menu-items): New menu filter handling. | |
5207 (recentf-make-menu-item): New helper function. | |
5208 (recentf-menu-elements): New menu handling function. | |
5209 (recentf-sort-ascending): Updated to new menu filter handling. | |
5210 (recentf-sort-descending): Updated to new menu filter handling. | |
5211 (recentf-sort-basenames-ascending): New menu filter function. | |
5212 (recentf-sort-basenames-descending): New menu filter function. | |
5213 (recentf-show-basenames): New menu filter function. | |
5214 (recentf-show-basenames-ascending): New menu filter function. | |
5215 (recentf-show-basenames-descending): New menu filter function. | |
5216 | |
27919 | 5217 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5218 | |
5219 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5220 the end of the buffer. | |
5221 | |
27911 | 5222 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5223 | |
5224 * international/mule-diag.el (list-character-sets): Completely | |
5225 rewritten. | |
5226 (sort-listed-character-sets): New function. | |
5227 (list-character-sets-1): Completely rewritten. | |
5228 (list-character-sets-2): New function. | |
5229 (non-iso-charset-alist): New variable. | |
5230 (decode-codepage-char): New function. | |
5231 (charset-history): New variable. | |
5232 (read-charset) (list-block-of-chars) | |
5233 (list-iso-charset-chars) | |
5234 (list-non-iso-charset-chars) | |
5235 (list-charset-chars): New functions. | |
5236 (mule-diag): Call list-character-sets-2, not | |
5237 list-character-sets-2. | |
5238 (dump-charsets): Likewise. | |
5239 | |
27910 | 5240 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5241 | |
27919 | 5242 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5243 file name characters. | |
5244 (dired-filename-at-point): Handle ange-ftp file names. | |
5245 | |
27910 | 5246 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5247 instead of assoc-delete-all. | |
5248 (frame-notice-user-settings): Ditto. | |
5249 | |
5250 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5251 Don't copy alist. | |
5252 | |
27906 | 5253 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5254 | |
5255 * calculator.el (calculator-use-menu): New option. | |
5256 (calculator-initial-bindings): Changed some bindings to work as | |
5257 macros. | |
5258 (calculator-forced-input): Removed. | |
5259 (calculator-restart-other-mode): New variable. | |
5260 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5261 |
27906 | 5262 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5263 | |
5264 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5265 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5266 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5267 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
|
5268 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5269 * 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
|
5270 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
|
5271 (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
|
5272 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
|
5273 * 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
|
5274 * 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
|
5275 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
|
5276 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
|
5277 * 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
|
5278 * 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
|
5279 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5280 |
27898 | 5281 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5282 | |
5283 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5284 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5285 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5286 face-font-family-alternatives from working. | |
5287 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5288 chosen font. | |
5289 | |
27873 | 5290 2000-02-25 Sam Steingold <sds@goems.com> |
5291 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5292 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5293 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5294 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5295 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5296 |
5297 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5298 | |
27856 | 5299 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5300 | |
5301 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5302 writable. | |
5303 | |
27868 | 5304 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5305 |
27847 | 5306 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5307 | |
5308 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5309 | |
27845 | 5310 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5311 | |
5312 * diary-lib.el (include-other-diary-files): Undo the selective | |
5313 display in any included file and don't kill it. | |
5314 | |
27841 | 5315 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5316 | |
5317 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5318 bar. Menu items converted to (menu-item format, help strings | |
5319 added. | |
5320 [downcase, upcase]: Don't enable on MS-DOS. | |
5321 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5322 bound. | |
5323 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5324 | |
27825 | 5325 2000-02-23 Dave Love <fx@gnu.org> |
5326 | |
27838 | 5327 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5328 (backward-kill-word): Revert addition of * to interactive spec -- | |
5329 it's a feature. | |
5330 | |
5331 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5332 (backward-kill-sentence, kill-sentence): Likewise. | |
5333 | |
27835 | 5334 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5335 scratch buffer name. | |
5336 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5337 slightly. | |
5338 | |
5339 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5340 new read-face-name. | |
5341 | |
5342 * mail/footnote.el (footnote): Add :version to defgroup. | |
5343 (footnote-section-tag-regexp): Customize. | |
5344 (footnote-start-tag, footnote-end-tag): New option. | |
5345 (footnote-latin-regexp): New variable. | |
5346 (Footnote-latin): New function. | |
5347 (footnote-style-alist): Add element for latin style. | |
5348 (footnote-style): Moved. | |
5349 (Footnote-goto-footnote): Use eq to test arg. | |
5350 | |
5351 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5352 | |
27825 | 5353 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5354 (byte-compile-trueconstp): Include keywords. | |
5355 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5356 byte-compile-const-symbol-p. | |
5357 (byte-optimize-char-before): New optimization. | |
5358 | |
5359 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5360 (byte-compile-const-symbol-p): New function. | |
5361 (byte-compile-constp, byte-compile-out-toplevel) | |
5362 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5363 Use it. | |
5364 | |
5365 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5366 | |
27813 | 5367 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5368 | |
27815 | 5369 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5370 and minor-mode-map-alist. | |
5371 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5372 codes SS2 and SS3 correctly. | |
5373 (encoded-kbd-self-insert-ccl): New function. | |
5374 (encoded-kbd-setup-keymap): New function. | |
5375 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5376 by calling encoded-kbd-setup-keymap. | |
5377 | |
27813 | 5378 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5379 characters. | |
5380 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5381 locally. | |
5382 | |
27811 | 5383 2000-02-22 Dave Love <fx@gnu.org> |
5384 | |
5385 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5386 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5387 defvar. | |
5388 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5389 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5390 classes. Match `defface'. | |
5391 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5392 (eval-defun-1): Fix for defcustom. | |
5393 (lisp-indent-region): Doc fix. | |
5394 | |
5395 * subr.el (when, unless, split-string): Doc fix. | |
5396 (read-passwd): Move call of clear-this-command-keys to the right | |
5397 place. | |
5398 (replace-regexps-in-string): New function. | |
5399 | |
27807 | 5400 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5401 | |
5402 * help.el (describe-variable): Set syntax table to | |
5403 emacs-lisp-mode-syntax-table when moving forward over the | |
5404 symbol's name. | |
5405 | |
27805 | 5406 2000-02-22 Dave Love <fx@gnu.org> |
5407 | |
5408 * xt-mouse.el: Doc fixes. | |
5409 (xterm-mouse-position-function): New function, replacing advice of | |
5410 mouse-position. | |
5411 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5412 | |
5413 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5414 | |
27794 | 5415 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5416 | |
5417 * format.el (format-annotate-single-property-change): Handle | |
5418 properties.with dotted-list values. | |
5419 (format-proper-list-p): New function. | |
5420 | |
5421 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5422 . COLOR) and (background-color . COLOR). | |
5423 | |
27788 | 5424 2000-02-20 Dave Love <fx@gnu.org> |
5425 | |
5426 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5427 and assignments to it. | |
5428 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5429 current local map. | |
5430 (make-flyspell-overlay): Use it. | |
5431 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5432 | |
5433 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5434 (lm-get-header-re): Defun, not defsubst. | |
5435 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5436 (lm-version): Doc fix. Simplify. | |
5437 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5438 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5439 (lm-verify, lm-synopsis): Simplify. | |
5440 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5441 | |
27785 | 5442 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5443 | |
5444 * dired.el (dired-mode): Call propertized-buffer-identification | |
5445 to set mode-line-buffer-identification to something having | |
5446 the right text properties. | |
5447 | |
5448 * bindings.el (propertized-buffer-identification): New function. | |
5449 | |
27777 | 5450 2000-02-20 Dave Love <fx@gnu.org> |
5451 | |
5452 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5453 check for t-mouse too. | |
5454 | |
5455 * cus-start.el: Make echo-keystrokes `number'. | |
5456 | |
27776 | 5457 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5458 | |
5459 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5460 Don't call ring-empty-p unless tags-location-ring is bound. | |
5461 From Noah Friedman <friedman@splode.com>. | |
5462 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5463 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5464 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5465 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5466 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5467 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5468 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5469 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5470 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5471 (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
|
5472 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
|
5473 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5474 |
27757 | 5475 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5476 | |
5477 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5478 | |
27749 | 5479 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5480 | |
27754 | 5481 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5482 | |
27749 | 5483 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5484 of `*' to handle `(* ... *)' comments. | |
5485 | |
27732 | 5486 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5487 | |
27737 | 5488 * 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
|
5489 window-system. |
27737 | 5490 |
27732 | 5491 * menu-bar.el (global-map): Menu-bar items converted to the new |
5492 format (menu-item..., rearranged for better CUA compliance, and | |
5493 their names changed for better clarity. Help strings added. | |
5494 | |
5495 * international/mule-cmds.el (mule-menu-keymap) | |
5496 (describe-language-environment-map, set-coding-system-map) | |
5497 (setup-language-environment-map): Convert to new (menu-item... | |
5498 form, add help strings. Change names of menu items for better | |
5499 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5500 submenu). | |
5501 | |
27729 | 5502 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5503 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5504 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5505 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5506 |
27717 | 5507 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5508 |
27717 | 5509 * faces.el: Don't require custom. Add more specific :groups to |
5510 various deffaces. | |
5511 (set-face-attribute): Purecopy args. | |
5512 (read-face-name): Default to name at point and use it in prompt. | |
5513 Remove colon from arg in all callers. | |
5514 (list-faces-display): Hyperlink to face descriptions and customize | |
5515 buffers. | |
5516 | |
27712 | 5517 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5518 | |
5519 * wid-edit.el (widget-match-inline): An atom never matches a | |
5520 list. | |
5521 | |
27707 | 5522 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5523 | |
27713 | 5524 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5525 at ':' characters by call to split-string. | |
27707 | 5526 |
5527 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5528 | |
27713 | 5529 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5530 |
5531 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5532 | |
27713 | 5533 * textmodes/bibtex.el: Some temporary comments removed. |
5534 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5535 explicit. | |
5536 (bibtex-field-const): Allow capital letters. | |
5537 (bibtex-start-of-string): Deleted because unused. | |
5538 | |
5539 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5540 use the term 'reference' to describe a bibtex entry as a whole. | |
5541 Further, reference keys are no longer called 'labels'. | |
5542 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5543 (bibtex-reformat-previous-labels): Renamed to | |
5544 bibtex-reformat-previous-reference-keys. | |
5545 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5546 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5547 (bibtex-reference-maybe-empty-head): Renamed to | |
5548 bibtex-entry-maybe-empty-head. | |
5549 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5550 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5551 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5552 bibtex-enclosing-entry-maybe-empty-head. | |
5553 (bibtex-entry-field-alist, bibtex-entry-head, | |
5554 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5555 bibtex-map-entries, bibtex-search-entry, | |
5556 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5557 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5558 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5559 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5560 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5561 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5562 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5563 |
5564 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5565 | |
27713 | 5566 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5567 comment. | |
5568 (bibtex-format-field-delimiters): New function, functionality | |
5569 extracted from bibtex-format-entry. | |
5570 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5571 extracted from bibtex-autokey-get-yearfield. | |
5572 | |
5573 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5574 entries in order to avoid stack overflow in the regexp matcher if | |
5575 field contents become large. | |
5576 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5577 bibtex-field-string-part-not-braced, | |
5578 bibtex-field-string-part-no-inner-braces, | |
5579 bibtex-field-string-part-1-inner-brace, | |
5580 bibtex-field-string-part-2-inner-braces, | |
5581 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5582 bibtex-field-string-quoted, bibtex-field-string, | |
5583 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5584 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5585 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5586 as parsing is now performed by the following functions. | |
5587 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5588 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5589 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5590 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5591 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5592 bibtex-search-forward-field, bibtex-search-backward-field, | |
5593 bibtex-start-of-field, bibtex-end-of-field, | |
5594 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5595 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5596 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5597 bibtex-parse-string, bibtex-search-forward-string, | |
5598 bibtex-search-backward-string, bibtex-start-of-string, | |
5599 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5600 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5601 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5602 entries. Instead of reporting the results of the parsing by | |
5603 match-beginning or match-end, these functions return data structures | |
5604 that hold the corresponding positions. | |
5605 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5606 return values rather than by match-beginning or match-end. The | |
5607 following functions have been adapted to use the new parsing | |
5608 functions. | |
5609 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5610 bibtex-enclosing-field, bibtex-format-entry, | |
5611 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5612 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5613 bibtex-print-help-message, bibtex-end-of-entry, | |
5614 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5615 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5616 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5617 method for parsing. | |
5618 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5619 bibtex-map-entries, bibtex-flash-head, | |
5620 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5621 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5622 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5623 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5624 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5625 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5626 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5627 order to make the new binding of case-fold-search immediately | |
5628 visible. | |
27707 | 5629 |
5630 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5631 | |
27713 | 5632 * textmodes/bibtex.el: Copyright notice is up to date. |
5633 Added constant 'bibtex-maintainer-salutation. | |
5634 | |
5635 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5636 than make-temp-name, use match-string-no-properties and eliminate | |
5637 a quadratic behavior when building bibtex-strings. | |
5638 | |
5639 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5640 reference key contains upper case letters. | |
27707 | 5641 |
5642 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5643 | |
27713 | 5644 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5645 a new line. | |
27707 | 5646 |
5647 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5648 | |
27713 | 5649 * bibtex.el: Hiding of entry bodies is not longer provided by |
5650 bibtex.el directly. Instead the hideshow package can be used. | |
5651 Added a special bibtex entry to hs-special-modes-alist. | |
5652 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5653 |
5654 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5655 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5656 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5657 at ':' characters by call to split-string. |
27729 | 5658 |
5659 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5660 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5661 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5662 |
5663 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5664 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5665 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5666 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5667 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5668 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5669 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5670 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5671 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5672 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
|
5673 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5674 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5675 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5676 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5677 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5678 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5679 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5680 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5681 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5682 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5683 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5684 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5685 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5686 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5687 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5688 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5689 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5690 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5691 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5692 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5693 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5694 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5695 |
5696 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5697 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5698 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5699 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5700 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5701 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5702 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5703 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5704 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5705 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5706 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
|
5707 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5708 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5709 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5710 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5711 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5712 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5713 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
|
5714 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5715 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5716 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
|
5717 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
|
5718 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5719 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5720 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5721 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5722 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5723 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
|
5724 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5725 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5726 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
|
5727 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
|
5728 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5729 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5730 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5731 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
|
5732 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
|
5733 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
|
5734 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5735 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5736 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5737 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5738 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
|
5739 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5740 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5741 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5742 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5743 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5744 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5745 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5746 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5747 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
|
5748 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
|
5749 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5750 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5751 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5752 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5753 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5754 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5755 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
|
5756 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5757 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5758 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
|
5759 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
|
5760 visible. |
27729 | 5761 |
5762 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5763 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5764 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5765 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5766 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5767 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5768 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
|
5769 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5770 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5771 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5772 reference key contains upper case letters. |
27729 | 5773 |
5774 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5775 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5776 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5777 a new line. |
27729 | 5778 |
5779 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5780 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5781 * 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
|
5782 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5783 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5784 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5785 |
5786 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5787 | |
27713 | 5788 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5789 proceedings entry type (for cross referencing). Thanks to Wagner |
5790 Toledo Correa for the suggestion. | |
5791 | |
27713 | 5792 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5793 |
27690 | 5794 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5795 | |
5796 * international/characters.el: Setup case table for Vietnamese. | |
5797 | |
27687 | 5798 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5799 | |
5800 * uniquify.el (toplevel): Require CL at compile time. | |
5801 (uniquify-push): Removed. | |
5802 | |
5803 * shadowfile.el (shadow-when): Removed. | |
5804 | |
5805 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5806 (tempo-process-and-insert-string): Use dolist instead of | |
5807 tempo-dolist. | |
5808 | |
5809 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5810 regexp for paragraph-start. | |
5811 | |
5812 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5813 commas as well. | |
5814 | |
27657 | 5815 2000-02-10 Dave Love <fx@gnu.org> |
5816 | |
5817 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5818 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5819 Deleted. | |
5820 (widget-specify-field, widget-specify-button): Don't use | |
5821 widget-mouse-help as help-echo property. | |
5822 (default): Use #'ignore for :validate and :mouse-down-action. | |
5823 (checkbox): Add help-echo. | |
5824 (widget-sexp-validate): Rewritten to clarify error messages. | |
5825 (character): Use char-valid-p in :match function. | |
5826 (widget-color-complete): Use facemenu-color-alist. | |
5827 (widget-color-action): Use facemenu-read-color. | |
5828 | |
5829 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5830 set up `caar' &c that we now have. | |
5831 | |
27713 | 5832 2000-02-09 Ray Blaak <blaak@gnu.org> |
5833 | |
5834 * delphi.el: Make resourcestring a declaration region, like const | |
5835 and var. | |
5836 | |
27652 | 5837 2000-02-09 Dave Love <fx@gnu.org> |
5838 | |
5839 * bindings.el (mode-line-input-method-map): New variable. | |
5840 (mode-line-mule-info): Use it; fix last change. | |
5841 (mode-line-mode-menu): Move definition. | |
5842 (mode-line-mouse-sensitive-p): Deleted. | |
5843 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5844 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5845 level. | |
5846 | |
5847 * startup.el (command-line-1): Don't call | |
5848 make-mode-line-mouse-sensitive. | |
5849 | |
27644 | 5850 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5851 | |
5852 * mail/rmail.el (rmail-retry-failure): Use | |
5853 rmail-beginning-of-message before rmail-toggle-header, because the | |
5854 former toggles headers. | |
5855 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5856 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
|
5857 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5858 * 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
|
5859 (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
|
5860 (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
|
5861 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
|
5862 (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
|
5863 (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
|
5864 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5865 * 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
|
5866 (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
|
5867 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
|
5868 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5869 (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
|
5870 (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
|
5871 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
|
5872 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
|
5873 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5874 (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
|
5875 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5876 (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
|
5877 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
|
5878 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5879 (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
|
5880 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
|
5881 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5882 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
|
5883 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5884 * 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
|
5885 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
|
5886 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5887 * 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
|
5888 |
27610 | 5889 2000-02-04 Dave Love <fx@gnu.org> |
5890 | |
27617 | 5891 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5892 | |
27610 | 5893 * completion.el: Replace completion-dolist with dolist. |
5894 | |
5895 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5896 dotimes. | |
5897 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5898 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5899 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5900 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5901 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5902 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5903 * 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
|
5904 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5905 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5906 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5907 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5908 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5909 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5910 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5911 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5912 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5913 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5914 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5915 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5916 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5917 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5918 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5919 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5920 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5921 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5922 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5923 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5924 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5925 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5926 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5927 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5928 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5929 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5930 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5931 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5932 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5933 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5934 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5935 (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
|
5936 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5937 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5938 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5939 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5940 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5941 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5942 |
27590 | 5943 2000-02-02 Dave Love <fx@gnu.org> |
5944 | |
5945 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5946 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5947 | |
5948 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5949 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5950 the new builtins directly. | |
5951 | |
5952 * whitespace.el (whitespace): Add :version to defgroup. | |
5953 | |
5954 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5955 Doc fix. | |
5956 | |
5957 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5958 (number-at-point, list-at-point): Add autoload cookie. | |
5959 | |
5960 * recentf.el (recentf): Add :version to defgroup. | |
5961 | |
5962 * quickurl.el (quickurl): Add :version to defgroup. | |
5963 | |
5964 * elide-head.el (elide-head): Use point-marker more. | |
5965 | |
5966 * bs.el (bs): Add :version to defgroup. | |
5967 | |
5968 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5969 | |
5970 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5971 | |
27587 | 5972 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5973 | |
5974 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5975 succeeding process operation sets a different coding system. | |
5976 | |
5977 * calculator.el: New file. | |
5978 | |
27572 | 5979 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5980 | |
5981 * frame.el (frames-on-display-list, framep-on-display): New | |
5982 functions. | |
5983 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5984 (display-selections-p, display-screens, display-pixel-width) | |
5985 (display-pixel-height, display-mm-width, display-mm-height) | |
5986 (display-backing-store, display-save-under, display-planes) | |
5987 (display-color-cells, display-visual-class): New functions. | |
5988 | |
5989 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5990 | |
5991 * faces.el (display-color-p): Use framep-on-display. | |
5992 (display-grayscale-p): New function. | |
5993 | |
27549 | 5994 2000-01-31 Dave Love <fx@gnu.org> |
5995 | |
5996 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5997 (create-fontset-from-x-resource): Don't concat integers. | |
5998 | |
27545 | 5999 2000-01-31 Inge Frick <inge@nada.kth.se> |
6000 | |
6001 * view.el: Some changes in documentation. Removed some trailing | |
6002 whitespace. Changed some parameter names to agree with | |
6003 documentation. | |
6004 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6005 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6006 |
27541 | 6007 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6008 | |
27543 | 6009 * windmove.el: New file. |
6010 | |
27541 | 6011 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6012 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6013 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6014 |
27541 | 6015 * jit-lock.el (jit-lock-function): Widen before calculating end |
6016 position. | |
6017 (jit-lock-stealth-chunk-start): Rewritten. | |
6018 | |
6019 * info.el (Info-title-face-alist): Removed. | |
6020 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6021 faces. | |
6022 (Info-fontify-node): Use these faces. | |
6023 | |
27527 | 6024 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6025 | |
6026 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6027 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6028 `&allow-other-keywords'. | |
6029 | |
6030 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6031 the list of directories scanned heuristically. | |
6032 | |
6033 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6034 exist. | |
6035 | |
27523 | 6036 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6037 | |
6038 * w32-fns.el: Define w32-tty-standard-colors. | |
6039 | |
6040 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6041 w32 console mode. | |
6042 | |
27510 | 6043 2000-01-30 Dave Love <fx@gnu.org> |
6044 | |
27513 | 6045 * jka-compr.el (jka-compr-load): Fix up load-history. |
6046 | |
27510 | 6047 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6048 | |
6049 * emacs-lisp/cl-macs.el: Revert previous change. | |
6050 | |
27499 | 6051 2000-01-29 Dave Love <fx@gnu.org> |
6052 | |
6053 * facemenu.el: Purecopy various strings. | |
6054 | |
6055 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6056 years. Deal with three-digit years. | |
6057 | |
6058 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6059 defconst, purecopy. | |
6060 (help-back-label): Purecopy it. | |
6061 | |
27498 | 6062 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6063 | |
6064 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6065 variable. If non-nil, order the buffer list according to the | |
6066 currently selected frame. | |
6067 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6068 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
|
6069 |
27496 | 6070 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6071 | |
6072 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6073 | |
27486 | 6074 2000-01-28 Dave Love <fx@gnu.org> |
6075 | |
27491 | 6076 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6077 | |
27486 | 6078 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6079 Don't use lisp-indent-hook property. | |
6080 (cl-abs): Remove. | |
6081 | |
6082 * subr.el: Move out indent and edebug specs for when and unless. | |
6083 | |
6084 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6085 when, unless. | |
6086 | |
6087 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6088 unless, when. | |
6089 | |
27467 | 6090 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6091 | |
27481 | 6092 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6093 `collecting' as synonym for `collect'. | |
6094 | |
6095 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6096 for the case it contains spaces. | |
6097 | |
6098 * simple.el (what-cursor-position): Change formatting of | |
6099 messages. | |
6100 | |
27473 | 6101 * frame.el (delete-other-frames): New function. |
6102 (toplevel): Bind it to C-x 5 1. | |
6103 | |
27469 | 6104 * sort.el (sort-numeric-base): New option. |
6105 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6106 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6107 as default base. | |
6108 | |
27467 | 6109 * progmodes/glasses.el: New file. |
6110 | |
27451 | 6111 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6112 | |
27461 | 6113 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6114 userids differently. | |
6115 | |
27451 | 6116 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6117 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6118 progmodes/ebnf-yac.el: New files. | |
6119 | |
27446 | 6120 2000-01-26 Dave Love <fx@gnu.org> |
6121 | |
6122 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6123 on a function with an empty body. [From Eric Ludlam.] | |
6124 | |
27437 | 6125 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6126 | |
6127 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6128 | |
27433 | 6129 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6130 | |
6131 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6132 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6133 | |
27419 | 6134 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6135 | |
6136 * language/thai-util.el (thai-composition-function): Delete | |
6137 superfluous `a'. | |
6138 | |
27418 | 6139 2000-01-24 Dave Love <fx@gnu.org> |
6140 | |
6141 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6142 end-of-defun-function. | |
6143 | |
6144 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6145 &c. | |
6146 | |
27405 | 6147 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6148 | |
6149 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6150 conflicts with new face support. | |
6151 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6152 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6153 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6154 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6155 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6156 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6157 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6158 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6159 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6160 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6161 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6162 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6163 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6164 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6165 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6166 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6167 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6168 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6169 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6170 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6171 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6172 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6173 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6174 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6175 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6176 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6177 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6178 |
27366 | 6179 2000-01-19 Dave Love <fx@gnu.org> |
6180 | |
27368 | 6181 * files.el (user-init-file): Don't declare here -- is primitive. |
6182 | |
27366 | 6183 * startup.el (command-line): Check for compiled user-init-file and |
6184 set to uncompiled version if necessary. | |
6185 | |
27358 | 6186 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6187 | |
27361 | 6188 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6189 (undigestify-rmail-message): Use it. | |
6190 | |
27358 | 6191 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6192 | |
27351 | 6193 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6194 | |
6195 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6196 of mini-buffer. | |
6197 | |
27326 | 6198 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6199 | |
27330 | 6200 * emacs-lisp/copyright.el (copyright-update): Removed the |
6201 requirement for a trailing space from `copyright-regexp', to | |
6202 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6203 |
27327 | 6204 * align.el: New file. |
6205 | |
27326 | 6206 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6207 | |
6208 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6209 | |
27323 | 6210 2000-01-13 Dave Love <fx@gnu.org> |
6211 | |
6212 * ph.el: Removed. (Obsoleted by EUDC.) | |
6213 | |
27321 | 6214 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6215 | |
6216 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6217 menu with easymenu, because that causes build problems. | |
6218 | |
6219 * frame.el (frame-notice-user-settings): New variable. | |
6220 (frame-notice-user-settings): Don't modify frame parameters | |
6221 if called a second time. | |
6222 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6223 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6224 |
6225 * frame.el (frame-notice-user-settings): | |
6226 Notice default-frame-parameters even for non-window frames. | |
6227 | |
27318 | 6228 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6229 | |
6230 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6231 for Emacs. | |
6232 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6233 (eudc-bob-toggle-inline-display): Ditto. | |
6234 (eudc-bob-display-jpeg): Ditto. | |
6235 | |
27304 | 6236 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6237 | |
27313 | 6238 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6239 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6240 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
|
6241 |
27312 | 6242 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6243 nil)'. | |
6244 | |
6245 * subdirs.el: Add `net' directory. | |
6246 | |
27308 | 6247 * net: New directory. |
6248 | |
27304 | 6249 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6250 eval-last-sexp. Don't bind debug-on-error here. | |
6251 (eval-last-sexp): New function. Bind debug-on-error if | |
6252 eval-expression-debug-on-error is non-nil. | |
6253 (eval-defun-2, eval-defun): Likewise. | |
6254 | |
6255 * simple.el (eval-expression): Don't bind debug-on-error if | |
6256 eval-expression-debug-on-error is nil. Detect changed | |
6257 debug-on-error, and propagate new value to global binding, if | |
6258 eval-expression-debug-on-error is non-nil, | |
6259 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6260 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6261 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6262 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6263 * 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
|
6264 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6265 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6266 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6267 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6268 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6269 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6270 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6271 |
27288 | 6272 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6273 | |
27291 | 6274 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6275 of erasing buffer. | |
6276 | |
27288 | 6277 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6278 (fill-context-prefix): Use the longest common prefix of first |
6279 and second line fill prefix, if there is one. | |
27288 | 6280 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6281 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6282 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6283 * 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
|
6284 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6285 |
27282 | 6286 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6287 | |
6288 * add-log.el (add-log-current-defun): Handle user-defined | |
6289 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6290 |
27280 | 6291 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6292 if having found a current function |
27278 | 6293 |
6294 * add-log.el (add-log-current-defun): Call | |
6295 `add-log-current-defun-function'. Try matches at level 0 and | |
6296 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6297 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6298 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6299 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6300 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6301 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6302 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6303 |
27265 | 6304 2000-01-10 Dave Love <fx@gnu.org> |
6305 | |
6306 * elide-head.el (elide-head): Use point-marker, not point. | |
6307 | |
27261 | 6308 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6309 | |
27263 | 6310 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6311 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6312 |
27261 | 6313 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6314 Add ispell- prefix. | |
6315 | |
6316 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6317 | |
6318 * ispell.el: Only define dictionaries in menus when they exist. | |
6319 (version18p): New variable. | |
6320 (version20p): New variable. | |
6321 (xemacsp): New variable. | |
6322 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6323 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6324 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6325 run-together words. |
27261 | 6326 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6327 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6328 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6329 library path when called non-interactively. |
27261 | 6330 (ispell-menu-map-needed): Uses new variables. |
6331 (ispell-library-path): New variable. | |
6332 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6333 (ispell-word): Improved documentation string. Test for valid | |
6334 character mappings. Correctly check typed in word changes that can | |
6335 result in single words split into multiple words. Returns | |
6336 replacement word. | |
6337 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6338 replace in recursive query replace mode. Help message for | |
6339 recursive edit mode. | |
6340 (ispell-show-choices): Protect against bad framepop bindings. | |
6341 (ispell-help): Fix to work with XEmacs. | |
6342 (ispell-highlight-spelling-error): Use new variables. | |
6343 (ispell-overlay-window): Fix to work with XEmacs. | |
6344 (ispell-parse-output): Passed and returns location information | |
6345 tracking spelling corrections. Doesn't recheck same word on | |
6346 current line. | |
6347 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6348 Fix call to single argument in sleep-for. Use new variables. | |
6349 (ispell-region): Passed and returns location information tracking | |
6350 spelling corrections. Doesn't check same word on current line. | |
6351 Improved documentation string. Doesn't resend a line already | |
6352 checked to the ispell process - fixes bug in LaTeX parsing. | |
6353 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6354 (ispell-skip-region): No longer skips <TT> in SGML. | |
6355 (ispell-process-line): Tracks location information with spelling | |
6356 corrections. Added documentation string. Accounts for words | |
6357 already accepted on this line. Don't allow query-replace on line | |
6358 starting with math characters. Doesn't resend a line already sent | |
6359 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6360 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6361 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6362 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6363 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6364 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6365 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6366 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6367 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
|
6368 |
27255 | 6369 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6370 | |
6371 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6372 of a real newline. | |
6373 | |
27253 | 6374 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6375 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6376 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6377 for .png files. |
6378 | |
27251 | 6379 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6380 | |
6381 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6382 | |
27247 | 6383 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6384 | |
27249 | 6385 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6386 | |
27247 | 6387 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6388 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6389 recursion. |
6390 | |
27244 | 6391 2000-01-08 Dave Love <fx@gnu.org> |
6392 | |
27265 | 6393 * emacs-lisp/backquote.el: Remove inappropriate customization |
6394 (allowing custom.el to use backquote). | |
27244 | 6395 |
27241 | 6396 2000-01-07 Dave Love <fx@gnu.org> |
6397 | |
6398 * add-log.el (add-log-debugging): Deleted. | |
6399 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6400 file. Remove debugging code. | |
6401 (change-log-get-method-definition, change-log-name): Add doc. | |
6402 (change-log-sortable-date-at): New function. | |
6403 (change-log-merge): New command. | |
6404 | |
6405 * time.el (display-time-string-forms): Make the Mail string active. | |
6406 (display-time-update): Provide help-echo for load average. | |
6407 | |
6408 * bindings.el (make-mode-line-mouse2-map): New function. | |
6409 (mode-line-modified): Use it and simplify. | |
6410 (mode-line-mule-info): Provide help-echo info. | |
6411 (minor-mode-alist): Activate the strings. | |
6412 (make-mode-line-mouse-sensitive): Simplify for | |
6413 mode-line-buffer-identification. | |
6414 | |
27233 | 6415 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6416 | |
6417 * play/pong.el: New file. | |
6418 | |
27241 | 6419 2000-01-06 Dave Love <fx@gnu.org> |
6420 | |
6421 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6422 `array-' prefix for symbols. | |
6423 | |
6424 2000-01-05 Dave Love <fx@gnu.org> | |
6425 | |
6426 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6427 outline-headers-as-kill. | |
6428 (outline-mode): Define imenu-generic-expression. | |
6429 (outline-headers-as-kill): New command. | |
6430 | |
6431 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6432 from paragraph-start. | |
6433 (paragraph-indent-minor-mode): New command. | |
6434 | |
6435 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6436 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6437 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6438 (fortran-column-ruler): Simplify. | |
6439 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6440 (fortran-with-subprogram-narrowing): Likewise. | |
6441 (fortran-indent-subprogram): Call mark-defun. | |
6442 (fortran-check-for-matching-do): Change narrowing. | |
6443 | |
6444 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6445 (cl-lucid-hash-tag): Delete. | |
6446 (cl-hash-table-p): Correct test for native table. | |
6447 (cl-hash-table-count): Use hash-table-count. | |
6448 | |
6449 * browse-url.el (browse-url): Fix case of | |
6450 browse-url-browser-function being an alist. | |
6451 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6452 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6453 |
27233 | 6454 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6455 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6456 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6457 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6458 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6459 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6460 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6461 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6462 |
27191 | 6463 2000-01-05 Dave Love <fx@gnu.org> |
6464 | |
27241 | 6465 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6466 (beginning-of-defun-raw): Use it. |
6467 (end-of-defun): New variable. | |
6468 (end-of-defun): Use it. | |
6469 (check-parens): New command. | |
6470 | |
27182 | 6471 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6472 | |
27233 | 6473 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6474 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6475 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6476 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6477 |
27176 | 6478 2000-01-05 Andreas Schwab <schwab@suse.de> |
6479 | |
6480 * hscroll.el (hscroll): Doc fix. | |
6481 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6482 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6483 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6484 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6485 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6486 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6487 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6488 file idlw-rinfo.el. |
27182 | 6489 (idlwave-customize): load must read file idlw-shell.el. |
6490 (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
|
6491 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6492 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6493 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6494 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6495 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6496 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6497 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6498 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6499 both reftex-dcr and reftex-vcr. |
27182 | 6500 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6501 * 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
|
6502 |
27164 | 6503 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6504 |
6505 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6506 (ps-print-version): New version number (5.0.3). | |
6507 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6508 local. | |
6509 (ps-spool-config): Initialization fix. | |
27233 | 6510 (ps-print-prologue-1, ps-print-prologue-2) |
6511 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6512 (ps-background-image): Little code reformating. |
6513 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6514 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6515 (ps-prologue-file): New fun. |
6516 | |
27159 | 6517 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6518 | |
27233 | 6519 * ps-vars.el: Eliminated. |
27159 | 6520 |
6521 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6522 `;;;###autoload'. | |
6523 | |
6524 * ps-print.el: ps-vars eliminated, doc fix. | |
6525 (ps-print-version): New version number (5.0.2). | |
6526 (ps-spool-config): Initialization fix. | |
6527 (ps-print-customize): New fun. | |
6528 | |
27155 | 6529 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6530 | |
6531 * autorevert.el (auto-revert-mode): Return value of | |
6532 auto-revert-mode. | |
6533 | |
27152 | 6534 2000-01-04 Dave Love <fx@gnu.org> |
6535 | |
27198 | 6536 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6537 menu items. | |
27152 | 6538 |
27124 | 6539 2000-01-03 Dave Love <fx@gnu.org> |
6540 | |
27191 | 6541 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6542 |
27241 | 6543 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6544 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6545 `cl-hash-table-p', not `hash-table-p'. | |
6546 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6547 | |
27119 | 6548 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6549 | |
6550 * faces.el (face-read-integer, read-face-attribute) | |
6551 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6552 strings. | |
6553 | |
27112 | 6554 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6555 | |
6556 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6557 at comment end, and re-insert them after filling. | |
6558 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6559 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
|
6560 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6561 * 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
|
6562 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6563 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
|
6564 |
27102 | 6565 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6566 | |
6567 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6568 the new name of face-color-supported-p. | |
6569 | |
6570 * term/w32-win.el (xw-defined-colors): Likewise. | |
6571 | |
27097 | 6572 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6573 | |
6574 * simple.el (completion-setup-function): Count completion-size | |
6575 from minibuffer-prompt-end, not from point-min. | |
6576 | |
27091 | 6577 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6578 | |
6579 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6580 Pass the frame to tty-color-* functions. | |
6581 (display-color-p, frame-set-background-mode): Pass the frame to | |
6582 tty-display-color-p. | |
6583 | |
6584 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6585 tty-color-alist. | |
6586 (tty-color-alist, tty-modify-color-alist): New functions. | |
6587 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6588 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6589 an optional parameter FRAME. | |
6590 | |
27074 | 6591 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6592 | |
27082 | 6593 * image.el (create-image, defimage): Don't assume image data is a |
6594 string. | |
6595 | |
27074 | 6596 * image.el (defimage): Handle specifications containing :data |
6597 instead of :file. | |
6598 (image-type-from-data): New function. | |
6599 (image-type-from-file-header): Use it. | |
6600 (create-image): Add parameter DATA-P. | |
27182 | 6601 |
30729 | 6602 See ChangeLog.8 for earlier changes. |
30993 | 6603 |
6604 ;; Local Variables: | |
6605 ;; coding: iso-2022-7bit-unix | |
6606 ;; End: |