Mercurial > emacs
annotate lisp/ChangeLog @ 31018:c5196e8ccc16
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 21 Aug 2000 22:46:59 +0000 |
parents | 8c16eb0c611c |
children | 9e1d7707876b |
rev | line source |
---|---|
31009 | 1 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * server.el (server-kill-new-buffers): New user option. | |
4 (server-existing-buffer): New buffer-local variable. | |
5 (server-visit-files): When using an existing buffer, set | |
6 server-existing-buffer to t. | |
7 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
8 buffer, unless it was already present before visiting it with | |
9 Emacs server. | |
10 | |
31006 | 11 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
12 | |
13 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
14 even if the display doesn't support colors: some displays will | |
15 support bold/underline faces. | |
16 | |
30997 | 17 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
18 | |
31004 | 19 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
20 | |
30997 | 21 * startup.el (command-line): If user's init file had an error, |
22 add explanatory text to *Messages*. | |
23 | |
30994 | 24 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
25 | |
26 * man.el (Man-getpage-in-background): Decode the process output by | |
27 the system locale coding system. | |
28 | |
30980 | 29 2000-08-20 Dave Love <fx@gnu.org> |
30 | |
30991 | 31 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
32 Don't test x-popup-menu. | |
33 (function) <complete-function>: Complete only fbound symbols. | |
34 <validate, value>: New. | |
35 (variable) <complete-function>: Complete only bound symbols. | |
36 (coding-system): Add :base-only, :complete-function, :validate, | |
37 :value, :prompt-match. | |
38 (widget-coding-system-prompt-value): Use read-coding-system and | |
39 act on :base-only. | |
40 (editable-field): Add :help-echo. | |
41 (widget-push-button-gui, widget-push-button-cache) | |
42 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
43 with uses. | |
44 (widget-at): Make arg optional. | |
45 (widget-echo-help): Adjust for current help-echo calling sequence. | |
46 (widget-specify-field, widget-specify-button) | |
47 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
48 (widget-convert, widget-insert, widget-leave-text) | |
49 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
50 (widget-setup, widget-field-find, widget-before-change) | |
51 (widget-after-change, widget-default-complete) | |
52 (widget-default-create, widget-default-delete) | |
53 (widget-push-button-value-create, editable-field) | |
54 (widget-field-prompt-value, widget-field-validate) | |
55 (widget-choice-value-create, widget-choice-action) | |
56 (widget-choice-validate, widget-checklist-add-item) | |
57 (widget-radio-add-item, widget-radio-chosen) | |
58 (widget-radio-value-inline, widget-editable-list-value-create) | |
59 (widget-editable-list-entry-create) | |
60 (widget-documentation-link-add) | |
61 (widget-documentation-string-value-create) | |
62 (widget-regexp-validate, widget-file-complete) | |
63 (widget-sexp-validate, widget-plist-convert-widget) | |
64 (widget-plist-convert-widget, widget-alist-convert-widget) | |
65 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
66 particularly to avoid bindings which aren't optimized out. | |
67 | |
30980 | 68 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
69 Doc fix. | |
70 (down-list, backward-up-list, up-list, kill-sexp) | |
71 (backward-kill-sexp, mark-sexp): Make arg optional. | |
72 (lisp-complete-symbol): Add optional arg PREDICATE. | |
73 | |
74 * cus-start.el: Add display-buffer-reuse-frames, | |
75 file-coding-system-alist. | |
76 | |
30975 | 77 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
78 | |
79 * startup.el (command-line): Clear realized faces after | |
80 modifying TTY color mappings. | |
81 | |
30972 | 82 2000-08-20 Miles Bader <miles@gnu.org> |
83 | |
84 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
85 merely a subset of FACE's attributes. | |
86 | |
30966 | 87 2000-08-19 Miles Bader <miles@gnu.org> |
88 | |
89 * comint.el (comint-output-filter): Save the point with a marker, | |
90 not just a buffer position. | |
91 | |
92 * international/mule.el (set-buffer-process-coding-system): Make | |
93 interactive prompt less confusing. | |
94 | |
30963 | 95 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
96 | |
97 * hilit-chg.el: General cleanup of doc strings, comments and | |
98 code formatting. | |
99 | |
30960 | 100 2000-08-19 Miles Bader <miles@gnu.org> |
101 | |
102 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
103 Compiler macro removed; beginning-of-line is no longer always | |
104 equivalent to forward-line, in the presence of fields. | |
105 | |
106 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
107 restriction, and just use save-restriction, now that it works | |
108 correctly. Don't adjust comint-last-input-start to account for | |
109 our insertion; it shouldn't have moved because we don't use | |
110 insert-before-markers anymore. Comment out call to | |
111 `force-mode-line-update'; why is it here? | |
112 | |
113 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
114 while checking for prompt to delete. Use `forward-line 0' | |
115 instead of beginning-of-line. | |
116 (gud-filter): Temporarily widen gud comint buffer while | |
117 examining output. | |
118 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
119 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
120 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
121 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
122 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
123 * 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
|
124 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
|
125 |
30953 | 126 2000-08-18 Dave Love <fx@gnu.org> |
127 | |
128 * image.el (find-image): Copy `spec' before using plist-put. | |
129 | |
30948 | 130 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
131 | |
132 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
133 `portugues'. | |
134 | |
135 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
136 backward-kill-sexp, analogous to kill-sexp. | |
137 | |
138 * progmodes/icon.el (icon-indent-line) | |
139 (icon-is-continuation-line): Handle comments specially. | |
140 | |
141 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
142 | |
143 * ispell.el: Set to standard author/maintainer/keyword fields. | |
144 Fine tuning to menu map appearance and operation, and added help. | |
145 Remove `start' and `end' error messages when compiling. | |
146 (ispell-choices-win-default-height): Fixed comment string. | |
147 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
148 castellano8 dictionaries. | |
149 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
150 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
151 dictionary, added italiano dictionary. | |
152 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
153 word character | |
154 (ispell-tex-skip-alists): Added psfig support. | |
155 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
156 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
157 (ispell-minor-check): Improved html skipping support to skip across | |
158 code, and recognize `&' commands without propper `;' syntax; | |
159 (ispell-process-line): Fix alignment error when manually | |
160 correcting spelling. | |
161 (ispell): Fix comment string. | |
162 (ispell-add-per-file-word-list): Always put word list on new line. | |
163 | |
30922 | 164 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
165 | |
30928 | 166 * format.el (format-encode-run-method): Fix error message to say |
167 `encode' instead of `decode'. Use save-window-excursion around | |
168 shell-command-on-region as in format-decode-run-method because | |
169 shell-command-on-region can display a buffer with error output. | |
170 (format-decode): Don't record undo information for the decoding. | |
171 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
172 that number part of the temporary buffer name so that more than | |
173 one decoding using a temporary buffer can happen safely. | |
174 | |
175 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
176 of `A-z' in the regexp. | |
177 | |
178 * hilit-chg.el: Fix typos in commentary. | |
179 | |
30922 | 180 * help.el (view-emacs-news): Rewritten for new naming scheme |
181 for old NEWS files. | |
182 | |
183 * startup.el (command-line): Pop to *Messages* in case an error | |
184 is signaled while loading user-init-file. | |
185 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
186 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
187 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
188 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
189 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
190 |
30906 | 191 2000-08-17 Alex Schroeder <alex@gnu.org> |
192 | |
193 * sql.el (sql-magic-go): Use comint-bol. | |
194 (sql-copy-column): Use comint-line-beginning-position. | |
195 (comint-line-beginning-position): Define a replacement for | |
196 comint-line-beginning-position if it is not fboundp. | |
197 | |
198 2000-08-17 Alex Schroeder <alex@gnu.org> | |
199 | |
200 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
201 it didn't have any effect anyway. | |
202 | |
203 2000-08-17 Alex Schroeder <alex@gnu.org> | |
204 | |
205 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
206 --pset and pager=off instead of sending \\o|cat at the beginning | |
207 of the session. | |
208 | |
30903 | 209 2000-08-17 Miles Bader <miles@gnu.org> |
210 | |
211 * progmodes/octave-inf.el: Add compatibility definition of | |
212 comint-line-beginning-position. | |
213 | |
30898 | 214 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
215 | |
216 * startup.el (normal-top-level): Look in each dir in load-path for | |
217 a leim-list.el file too. This assures of loading leim-list.el | |
218 that is created at Emacs installation time even if a user have his | |
219 own leim-list.el. | |
220 | |
30897 | 221 2000-08-17 Miles Bader <miles@gnu.org> |
222 | |
223 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
224 foreground color to black if the background is dark. | |
225 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
226 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
227 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
228 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
229 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
230 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
231 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
232 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
233 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
234 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
235 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
236 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
237 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
238 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
239 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
240 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
241 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
242 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
243 * 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
|
244 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
245 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
246 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
247 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
248 * 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
|
249 (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
|
250 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
251 (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
|
252 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
253 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
254 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
255 (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
|
256 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
257 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
258 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
259 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
260 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
261 (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
|
262 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
263 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
264 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
265 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
266 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
267 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
268 * 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
|
269 |
30870 | 270 2000-08-16 Dave Love <fx@gnu.org> |
271 | |
30894 | 272 * windmove.el (windmove) <defgroup>: Add :version. |
273 | |
274 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
275 (goto-address-fontify-p, goto-address-highlight-p) | |
276 (goto-address-url-face, goto-address-url-mouse-face) | |
277 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
278 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
279 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
280 (goto-address-at-point): browse-url-url-at-point, | |
281 goto-address-find-address-at-point can return nil. | |
282 (goto-address-find-address-at-point): Return nil on failure. | |
283 | |
284 * align.el (align) <defgroup>: Add :version. | |
285 | |
286 * calculator.el (calculator): Add :version. | |
287 (calculator): Use two lines for calculator window if `modeline' | |
288 face is boxed. | |
289 | |
30870 | 290 * play/5x5.el: Doc fixes. |
291 (5x5) <defgroup>: Add :version. | |
292 | |
293 * play/fortune.el (fortune) <defgroup>: Add :version. | |
294 (fortune-append): Fix error message. | |
295 (fortune-from-region): Doc fix. | |
296 | |
297 * play/pong.el (pong): Doc fix. | |
298 | |
299 * play/morse.el: Keywords, commentary, autoloads. | |
300 | |
30854 | 301 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
302 | |
303 * desktop.el (desktop-save): Don't look at symbol-value of a | |
304 member of minor-mode-alist, unless it is boundp. | |
305 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
306 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
|
307 |
30897 | 308 * 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
|
309 `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
|
310 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
|
311 |
30846 | 312 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
313 | |
314 * international/ccl.el (declare-ccl-program): Docstring modified. | |
315 (ccl-execute-with-args): Likewise. | |
316 | |
30839 | 317 2000-08-16 Miles Bader <miles@gnu.org> |
318 | |
30903 | 319 * progmodes/sql.el: Add compatibility definition of |
30839 | 320 comint-line-beginning-position. |
321 | |
30808 | 322 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
323 | |
30829 | 324 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
325 'buffer-menu' property. | |
326 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
327 fails. | |
328 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
329 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
330 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
331 |
30825 | 332 * buff-menu.el (list-buffers-noselect): Don't display the |
333 *Buffer List* buffer. | |
334 | |
30822 | 335 * font-lock.el: Require jit-lock to prevent a very late |
336 `Loading jit-lock' message. | |
337 | |
30808 | 338 * 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
|
339 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 340 mail address. |
341 | |
30804 | 342 2000-08-15 Miles Bader <miles@gnu.org> |
343 | |
344 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
345 (ispell-choices-win-default-height, ispell-help): Use | |
346 `ispell-graphic-p' instead of `xemacsp'. | |
347 | |
30802 | 348 2000-08-15 Dave Love <fx@gnu.org> |
349 | |
30842 | 350 * simple.el: Autoload widget-convert when compiling. |
351 (mail-user-agent): Doc fix. | |
352 | |
353 * help.el (function-called-at-point, variable-at-point): Use | |
354 with-syntax-table. | |
355 (help-manyarg-func-alist): Add insert-and-inherit. | |
356 | |
357 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
358 | |
359 * delsel.el (delsel-unload-hook): New function. | |
360 | |
361 * find-file.el: Doc fixes. Move provide to end. | |
362 (ff) <defgroup>: Add :link. | |
363 (ff-goto-click): Deleted. | |
364 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
365 Use mouse-set-point. | |
366 | |
367 * textmodes/tildify.el: Doc fixes. | |
368 (tildify) <defgroup>: Add:version. | |
369 | |
370 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
371 (glasses-custom-set): Use set-default, not set. | |
372 (minor-mode-alist): Propertize the lighter. | |
373 (glasses-mode): Provide optional arg. | |
374 | |
30813 | 375 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
376 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
377 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
378 option. Provide :type. | |
379 (cwarn-configuration): Provide :type. | |
380 (cwarn-mode): Doc fix. | |
381 | |
382 * add-log.el (change-log-merge): Doc fix. | |
383 (change-log-redate): New command. | |
384 | |
30802 | 385 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
386 Doze and Dog. | |
387 (browse-url): Use dolist, not mapcar. | |
388 (browse-url-at-point): Check for null url. | |
389 (browse-url-event-buffer, browse-url-event-point): Functions | |
390 deleted. | |
391 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
392 | |
393 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
394 modes. | |
395 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
396 Fix previous change to mapcan. | |
397 (msb--init-file-alist, msb--add-separators) | |
398 (msb--make-keymap-menu): Simplify. | |
399 (msb--choose-file-menu): Use copy-sequence. | |
400 (msb-mode-map): Add title to keymap. | |
401 (msb-unload-hook): New function. | |
402 | |
403 * bs.el: Fix indentation. | |
404 (bs) <defgroup>: Add :links. | |
30894 | 405 (bs-show): Doc fix. |
406 (bs-apply-sort-faces): Don't use window-system. | |
407 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 408 |
30796 | 409 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
410 | |
411 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
412 convert-standard-filename. | |
413 | |
30788 | 414 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
415 | |
30790 | 416 * emacs-lisp/authors.el: New file. |
417 | |
30788 | 418 * paren.el (show-paren-priority): New user option. |
419 (show-paren-function): Set overlay priorities to | |
420 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
421 |
30783 | 422 2000-08-14 Miles Bader <miles@gnu.org> |
423 | |
424 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
425 beginning-of-line with inhibit-field-text-motion bound. | |
426 | |
30781 | 427 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
428 | |
429 * calendar/timeclock.el: New file. | |
430 | |
431 2000-08-14 David Ponce <david@dponce.com> | |
432 | |
433 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
434 `widget-button-click'. so that one can use left mouse button to | |
435 click on dialog buttons. | |
436 | |
437 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
438 | |
439 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
440 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
|
441 |
30767 | 442 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
|
443 |
30769 | 444 * comint.el (comint-output-filter): Don't bother frobbing |
445 window-start, it doesn't seem to be necessary. | |
30767 | 446 |
447 * comint.el (comint-send-string, comint-send-region): Make into | |
448 real functions. Snapshot the prompt before sending. | |
449 | |
30764 | 450 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
451 | |
452 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
453 technique similar to Info-index, instead of relying on specific | |
454 names of relevant Index nodes. | |
455 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
456 going to the first node found by Info-find-emacs-command-nodes. | |
457 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
458 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 459 |
460 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
461 | |
30741 | 462 2000-08-10 Miles Bader <miles@gnu.org> |
463 | |
464 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
465 | |
30739 | 466 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
467 | |
468 * info.el (Info-file-list-for-emacs): More elements for the | |
469 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
470 and woman manuals. | |
471 | |
30737 | 472 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
473 | |
474 * comint.el (comint-send-input): Make the newline boundary overlay | |
475 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
476 (comint-output-filter): Use `insert' instead of | |
477 `insert-before-markers'. Extend comint-last-output-overlay when | |
478 necessary since we can't rely on insert-before-markers to do it. | |
479 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
480 save-excursion when inserting the output, so that point gets | |
481 updated correctly; the old method relied on a rather dodgy | |
482 side-effect of comint-output-filter to avoid the effect of | |
483 save-excursion. | |
484 | |
30734 | 485 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
486 | |
487 * files.el (recover-file): Call insert-directory instead of | |
488 invoking `ls' directly. | |
489 | |
30732 | 490 2000-08-10 Miles Bader <miles@gnu.org> |
491 | |
492 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
493 (comint-last-prompt-overlay): New variables. | |
494 (comint-output-filter): Implement prompt highlighting. | |
495 (comint-snapshot-last-prompt): New function. | |
496 (comint-send-input): Snapshot the last prompt. | |
497 Use comint-highlight-input-face. | |
498 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
499 Use defface instead of defcustom. | |
500 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
501 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
502 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
503 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
504 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
505 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
506 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
507 (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
|
508 (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
|
509 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
|
510 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
511 * 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
|
512 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
513 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
514 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
515 |
30715 | 516 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
517 | |
518 * files.el (insert-directory): Don't call access-file on | |
519 directories on DOS and Windows. | |
520 | |
30704 | 521 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
522 | |
523 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
524 longer if necessary. | |
525 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
526 ccl-program-vector. | |
527 | |
30701 | 528 2000-08-09 Miles Bader <miles@gnu.org> |
529 | |
530 * comint.el (comint-output-filter): Properly handle the case where | |
531 the text surrounded by comint-last-output-overlay was deleted. | |
532 | |
30671 | 533 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
534 | |
30693 | 535 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
536 non-nil. | |
537 (Info-file-list-for-emacs): Remove "info" from the list because | |
538 that leads to trying to use the documentation from file `info' | |
539 in various situations where it isn't appropriate, for instance | |
540 C-h C-k C-h i. | |
541 | |
542 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
543 DIR and/or STRING are nil. | |
544 | |
545 * progmodes/compile.el (compilation-setup): Make variable | |
546 compilation-error-screen-columns buffer-local, as some comment | |
547 in the code suggests it should be. | |
548 | |
549 * files.el (auto-mode-interpreter-regexp): New variable. | |
550 (set-auto-mode): Use it. | |
551 | |
552 * indent.el (indent-for-tab-command): Doc fix. | |
553 | |
554 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
555 | |
30671 | 556 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
557 labels. | |
558 | |
559 * help.el (print-help-return-message): When | |
560 display-buffer-reuse-frames is set, let the help window been quit, | |
561 instead of deleting it, which might delete a reused frame. | |
562 | |
30664 | 563 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
564 | |
565 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
566 rename a directory to a name that differs only by its letter case. | |
567 | |
30655 | 568 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
569 | |
570 * international/quail.el (quail-define-rules): Handle Quail decode | |
571 map correctly. Add code for supporting annotations. | |
572 (quail-install-decode-map): New function. | |
573 (quail-defrule-internal): New optional arguments decode-map and | |
574 props. | |
575 (quail-advice): New function. | |
576 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
577 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
|
578 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
579 * 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
|
580 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
581 * 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
|
582 |
30649 | 583 2000-08-03 Miles Bader <miles@gnu.org> |
584 | |
585 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
586 New variable. | |
587 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
588 comint-use-prompt-regexp-instead-of-fields. | |
589 (comint-send-input): Add `input' field property to stuff we send to | |
590 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
591 (comint-output-filter): Add `output' field property to process | |
592 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
593 (comint-replace-by-expanded-history) | |
594 (comint-get-old-input-default, comint-show-output) | |
595 (comint-backward-matching-input, comint-forward-matching-input) | |
596 (comint-next-prompt, comint-previous-prompt): Use field | |
597 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
598 (comint-line-beginning-position): New function. | |
599 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
600 (comint-replace-by-expanded-history-before-point): Use | |
601 comint-line-beginning-position and line-end-position. | |
602 (comint-last-output-overlay): New variable. | |
603 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
604 | |
605 * shell.el (shell-prompt-pattern): Doc change. | |
606 (shell-backward-command): Use line-beginning-position. | |
607 | |
608 * gud.el (gud-gdb-complete-command): Use | |
609 comint-line-beginning-position. | |
610 | |
611 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
612 comint-bol doesn't actually go to the beginning of the line. | |
613 | |
614 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
615 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
616 (try-expand-line-all-buffers): Likewise. | |
617 | |
618 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
619 explicitly matching comint-prompt-regexp. | |
620 (sql-copy-column): Use comint-line-beginning-position instead of | |
621 explicitly matching comint-prompt-regexp. | |
622 | |
623 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
624 comint-line-beginning-position. | |
625 | |
626 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
627 | |
628 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
629 looking for a prompt, use `forward-line 0' instead of | |
630 `beginning-of-line', to avoid getting caught by an input field. | |
631 | |
30633 | 632 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
633 | |
634 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
635 PATTERN, in the Unix case. | |
636 | |
30629 | 637 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
638 | |
639 * play/zone.el (zone): Discard any pending input before running | |
640 the randomly-chosen pgm. | |
641 | |
30623 | 642 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
643 | |
644 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
645 checking the existence of any multibyte characters. | |
646 | |
30619 | 647 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
648 | |
30622 | 649 * help.el (describe-mode): Test minor-mode symbol for being |
650 bound before testing its value for being nil. | |
651 | |
30619 | 652 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
653 `first', `second', and `third'. | |
654 | |
655 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
656 (second): Make it an alias for `cadr'. | |
657 | |
30616 | 658 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
659 | |
660 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
661 types of display support faces now. | |
662 | |
30614 | 663 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
664 | |
665 * pcvs.el (require): Require `cl' during compilation, only. | |
666 | |
667 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
668 (toplevel): Remove `remq' and `remove' from autoloads. | |
669 (cl-fake-autoloads): New variable. If set, arrange for an error | |
670 when CL functions etc. are autoloaded. | |
671 | |
30585 | 672 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
673 | |
30593 | 674 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
675 | |
30591 | 676 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
677 popped up, but the user clicks outside the menu, return an empty | |
678 regexp (that causes unhighlight-regexp to have no effect). | |
679 | |
30589 | 680 * menu-bar.el (menu-bar-games-menu): Add Zone. |
681 | |
30585 | 682 * hi-lock.el (toplevel): Require font-lock. |
683 | |
30576 | 684 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
685 | |
686 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
687 (ebnf-8-bit-chars): New var for bug fix. | |
688 (ebnf-string): Bug fix. | |
689 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
690 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
|
691 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
692 * 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
|
693 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
694 (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
|
695 `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
|
696 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
697 |
30567 | 698 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
699 | |
700 * international/mule-cmds.el (select-safe-coding-system): Make | |
701 the message text about selecting a safe coding system more clear. | |
702 | |
30564 | 703 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
704 | |
30565 | 705 * hi-lock.el: New file. |
706 | |
707 * play/zone.el: New file. | |
708 | |
30564 | 709 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
710 value of tab-width in the original buffer. Choose a line number | |
711 format that's a multiple of the original buffer's tab width, so | |
712 that lines appear right. | |
713 | |
714 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
715 Spell-check active region if in transient-mark-mode and mark | |
716 is active; otherwise spell-check buffer. | |
717 | |
718 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
719 | |
720 * ps-mule.el: Fix a customization problem on | |
721 ps-mule-font-info-database-default. | |
722 | |
30555 | 723 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
724 | |
725 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
726 display-mouse-p instead of window-system. | |
727 (ebrowse-member-mode-map): Ditto. | |
728 | |
30553 | 729 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
730 | |
731 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
732 fix. | |
733 (ebnf-version): New version number (3.2). | |
734 (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
|
735 |
30547 | 736 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
737 | |
30549 | 738 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
739 font lock support on window-system. | |
740 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
741 | |
30547 | 742 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
743 display-color-p, if fboundp, instead of window-system. | |
744 | |
30545 | 745 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
746 | |
747 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
748 instead of window-system. | |
749 | |
750 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
751 window-system. | |
752 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
753 instead of window-system. | |
754 | |
755 * strokes.el (strokes-file): Run the file name through | |
756 convert-standard-filename. | |
757 (strokes-mode): Call display-mouse-p instead of looking at | |
758 window-system. Change the error message accordingly. | |
759 | |
760 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
761 | |
762 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
763 (lm-plot-square, lm-init-display): Don't use window-system. | |
764 | |
765 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
766 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
767 | |
768 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
769 instead of looking at window-system. | |
770 | |
30528 | 771 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
772 | |
773 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
774 of testing if iswitchb-prepost-hooks is bound, because the | |
775 latter will always be true when invoking a recursive minibuffer | |
776 from an active Iswitchb buffer. | |
777 | |
30526 | 778 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
779 | |
780 * files.el (shell-quote-wildcard-pattern): New function. | |
781 (insert-directory): Call it. Only prepend "\" to command on Unix | |
782 and GNU/Linux systems. | |
783 | |
30524 | 784 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
785 | |
786 * eshell/esh-groups.el: Change custom :link file names | |
787 from `eshell.info' to `eshell'. | |
788 | |
789 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
790 | |
791 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
792 correctly in recursive ange-ftp listings. | |
793 | |
794 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
795 | |
796 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
797 ps-header-font-size-internal and | |
798 ps-header-title-font-size-internal variables are not set, | |
799 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
800 face text property is (foreground-color . COLOR) or | |
801 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
802 (ps-print-version): New version number (5.2.4). | |
803 (ps-plot-region): Code fix. | |
804 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
805 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
806 Bug fix 2. | |
807 | |
808 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
809 | |
810 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
811 identifiers like `myXMLDocument'. | |
812 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
813 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
|
814 |
30524 | 815 * mail/mail-hist.el (mail-hist-previous-input) |
816 (mail-hist-next-input): Do the obvious code factorization. | |
817 (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
|
818 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
|
819 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
|
820 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
821 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
|
822 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
823 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 824 Use `<=', not `<' to compare times! |
825 (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
|
826 |
30502 | 827 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
828 | |
30516 | 829 * play/cookie1.el: Add explanation of how to make cookie.el |
830 compatible with strfile(1) to comment. | |
831 | |
832 * subr.el (remove, remq): New functions. | |
833 | |
30511 | 834 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
835 escape `*' in regexps. | |
836 (midnight-find): Reverse order of arguments in the funcall of | |
837 TEST. | |
838 | |
839 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
840 and `.class'. | |
841 | |
30502 | 842 * play/meese.el: Add Commentary section. |
843 | |
30516 | 844 2000-07-27 Alex Schroeder <alex@gnu.org> |
845 | |
846 * sql.el (sql-ms): Added autoload cookie. | |
847 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
848 (sql-oracle): Ditto. | |
849 (sql-help): Doc change. | |
850 | |
851 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
852 types and exceptions. | |
853 | |
854 2000-07-27 Alex Schroeder <alex@gnu.org> | |
855 | |
856 * sql.el (sql-placeholder-history): New variable. | |
857 (sql-query-placeholders-and-send): New function that will query | |
858 the user and replace placeholders with user input. | |
859 (sql-oracle): If running on NT, set comint-input-sender to | |
860 sql-query-placeholders-and-send. | |
861 | |
862 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
863 present it as a message. | |
864 | |
865 2000-07-27 Alex Schroeder <alex@gnu.org> | |
866 | |
867 * sql.el (sql-input-ring-separator): Doc change. | |
868 (sql-input-ring-file-name): Doc change. | |
869 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
870 `sql-input-ring-file-name' to set the comint-mode equivalents | |
871 without making them local variables. | |
872 (sql-stop): Don't bind `sql-input-ring-separator' and | |
873 `sql-input-ring-file-name' dynamically to their comint-mode | |
874 equivalents. | |
875 | |
30490 | 876 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
877 | |
878 * international/mule.el (register-char-codings): New function. | |
879 (make-coding-system): Handle `safe-chars' specification in the arg | |
880 PROPERTY. | |
881 | |
882 * international/mule-cmds.el | |
883 (find-coding-systems-region-subset-p): This function deleted. | |
884 (sort-coding-systems-predicate): New variable. | |
885 (sort-coding-systems): New function. | |
886 (find-coding-systems-region): Use | |
887 find-coding-systems-region-internal. | |
888 (find-coding-systems-string): Use find-coding-systems-region. | |
889 (find-coding-systems-for-charsets): Check | |
890 char-coding-system-table. | |
891 (select-safe-coding-system-accept-default-p): New variable. | |
892 (select-safe-coding-system): Mostly rewritten. New argument | |
893 ACCEPT-DEFAULT-P. | |
894 (select-message-coding-system): Call select-safe-coding-system | |
895 with ACCEPT-DEFAULT-P arg. | |
896 (reset-language-environment): Reset default-sendmail-coding-system | |
897 to the default value iso-latin-1. | |
898 (set-language-environment): Don't set the obsolete variable | |
899 charset-origin-alist. | |
900 | |
901 * international/codepage.el (cp-coding-system-for-codepage-1): | |
902 Give `safe-chars' property to make-coding-system. | |
903 | |
904 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
905 calling select-message-coding-system twice. | |
906 | |
907 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
908 instead of `safe-charsets'. | |
909 (cyrillic-alternativnyj): Likewise. | |
910 (ccl-encode-alternativnyj): Don't check the charset | |
911 cyrillic-iso8859-5. | |
912 | |
30484 | 913 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
914 | |
915 * composite.el (compose-chars-after): Preserve match data. | |
916 | |
30481 | 917 2000-07-26 Sam Steingold <sds@gnu.org> |
918 | |
919 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
920 (ange-ftp-real-file-newer-than-file-p): New function. | |
921 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
922 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
923 | |
924 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
925 * midnight.el (midnight-float-time): Ditto. | |
926 | |
30479 | 927 2000-07-26 Andreas Schwab <schwab@suse.de> |
928 | |
929 * files.el (normal-backup-enable-predicate): Correct | |
930 interpretation of the return value of compare-strings. | |
931 | |
30471 | 932 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
933 | |
30477 | 934 * isearch.el (isearch-resume): New function. |
935 (isearch-done): Add something to command-history to resume | |
936 the search. | |
937 (isearch-yank-line, isearch-yank-word): Use | |
938 buffer-substring-no-properties instead of buffer-substring. | |
939 | |
30471 | 940 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
941 of flyspell-mouse-map. | |
942 | |
943 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
944 duplicate definition. | |
945 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
946 | |
947 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
948 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
949 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
950 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
|
951 |
30459 | 952 * net/ange-ftp.el: Get modtime over the net. |
953 (ange-ftp-file-modtime): New function. | |
30473 | 954 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
955 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 956 Use it. |
957 (ange-ftp-dot-to-slash): New function. | |
958 (ange-ftp-fix-name-for-vms): Use it. | |
959 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
960 * 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
|
961 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
962 |
30457 | 963 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
964 | |
965 * find-dired.el: Update copyright notice. | |
966 (find-dired): Offer to kill a running `find'. | |
967 | |
968 * enriched.el (enriched-face-ans): For a `foreground-color' | |
969 property, return '(("x-color" COLOR))' so that COLOR will be | |
970 output as a parameter of the x-color annotation. Likewise for the | |
971 `background-color' property. In the case of normal face | |
972 properties, don't return annotations for unspecified foreground | |
973 and background face attributes. | |
974 | |
30450 | 975 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
976 | |
977 * language/japan-util.el (japanese-katakana-region): Fix handling | |
978 HANKAKU argument. | |
979 | |
30438 | 980 2000-07-25 Miles Bader <miles@gnu.org> |
981 | |
982 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
983 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
984 constrain-to-field. | |
985 | |
30437 | 986 2000-07-24 Andrew Innes <andrewi@gnu.org> |
987 | |
988 * timer.el (timer-activate-when-idle): Add optional parameter | |
989 DONT-WAIT. Update docstring. | |
990 (run-with-idle-timer): Specify extra parameter to | |
991 timer-activate-when-idle, so that timer will be activated | |
992 immediately if Emacs is already idle. | |
993 | |
994 * w32-fns.el (w32-using-nt): Fix docstring. | |
995 | |
30434 | 996 2000-07-24 Dave Love <fx@gnu.org> |
997 | |
998 * mouse.el (popup-menu): Set last-command-event. | |
999 (mouse-major-mode-menu-prefix): Declare. | |
1000 | |
30433 | 1001 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1002 | |
1003 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1004 | |
1005 * progmodes/hideshow.el: Update copyright notice. | |
1006 | |
1007 * vcursor.el: Set maintainer to FSF, since author cannot | |
1008 be reached. | |
1009 | |
30422 | 1010 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1011 | |
30424 | 1012 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1013 the prompt. | |
1014 | |
30422 | 1015 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1016 in case it was defined with define-prefix-key. If the menu is a | |
1017 list of keymaps, look up the binding of user's choice in each one | |
1018 of the keymaps. | |
1019 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1020 don't have a prompt string, create one and insert it into the | |
1021 keymap. Don't barf if current-local-map returns nil. | |
1022 | |
30415 | 1023 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1024 | |
1025 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1026 to be undone. | |
1027 (dired-sort-other): Use it. | |
1028 | |
30412 | 1029 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1030 | |
30415 | 1031 * Release of cc-mode 5.27 |
30412 | 1032 |
1033 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1034 | |
1035 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1036 c-beginning-of-statement-1 that caused a bad case of recursion | |
1037 which could consume a lot of CPU in large classes in languages | |
1038 that have in-expression classes (i.e. Java and Pike). | |
1039 | |
1040 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1041 statements before top level constructs (i.e. case 6 is moved | |
1042 before case 5 and is now case 4) to catch in-expression | |
1043 classes in top level expressions correctly. | |
1044 | |
1045 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1046 | |
1047 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1048 objc-method-intro. Case 4 removed and case 5I added. | |
1049 | |
1050 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1051 c-common-init to get paragraph-start correct. | |
1052 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1053 initialize paragraph-start to make it correct both with and | |
1054 without the javadoc special case. | |
1055 | |
1056 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1057 initialize paragraph-start for javadoc markup. | |
1058 | |
1059 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1060 change by defaulting this to t. It's motivated by the | |
1061 confusing behavior that otherwise arise from the style system | |
1062 when editing both java and non-java files at the same time | |
1063 (see the comments about style setting in c-common-init). | |
1064 | |
1065 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1066 | |
1067 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1068 similar to the one in c-fill-paragraph to check the fill | |
1069 prefix from the adaptive fill function for sanity. | |
1070 | |
1071 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1072 | |
1073 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1074 defun block. | |
1075 | |
1076 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1077 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1078 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1079 |
1080 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1081 | |
1082 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1083 leading comma nicely. Extended to handle member initializers | |
1084 too. | |
1085 | |
30415 | 1086 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1087 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1088 when the lines begins with a comma. | |
1089 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1090 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1091 |
1092 * cc-vars.el (c-offsets-alist): Changed default for | |
1093 member-init-cont to c-lineup-multi-inher since it now handles | |
1094 member initializers and indents better for leading commas. | |
1095 | |
1096 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1097 | |
1098 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1099 handling that caused class open lines to be recognized as | |
1100 statement-conts in some cases. | |
1101 | |
1102 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1103 guessed by the adaptive fill function unless point is on the | |
1104 first line of a block comment. | |
1105 | |
1106 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1107 when the buffer ends with a macro continuation char. | |
1108 | |
1109 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1110 function definitions as statements in Pike. The first | |
1111 statement in a lambda block is now labeled defun-block-intro | |
1112 instead of statement-block-intro. | |
1113 | |
1114 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1115 so that the class surrounding point is selected, not the one | |
1116 innermost in the state. | |
1117 | |
1118 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1119 recognition of switch labels having hanging multiline | |
1120 statements. | |
1121 | |
1122 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1123 some code in c-guess-basic-syntax to a separate function. | |
1124 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1125 recognition of member inits with multiple line arglists. | |
1126 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1127 member-init-cont when the commas are in funny places. | |
1128 | |
1129 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1130 | |
1131 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1132 not used anymore. | |
1133 | |
1134 * cc-engine.el (c-looking-at-bos): New helper function. | |
1135 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1136 inexpr and toplevel classes apart in Pike. | |
1137 | |
1138 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1139 of case 9A. | |
1140 | |
1141 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1142 constant, since "class" can introduce an in-expression class | |
1143 in Pike nowadays. | |
1144 | |
1145 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1146 | |
1147 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1148 indentation on cpp-macro lines. | |
1149 | |
1150 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1151 a syntax modifier like comment-intro, to make it possible to | |
1152 get syntactic indentation for preprocessor directives. It's | |
1153 incompatible wrt to lineup functions on cpp-macro, but it has | |
1154 no observable effect in the 99.9% common case where cpp-macro | |
1155 is set to -1000. | |
1156 | |
1157 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1158 | |
1159 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1160 member-init-cont when the preceding arglist is several lines. | |
1161 | |
1162 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1163 | |
1164 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1165 style corrected to 8. | |
1166 | |
1167 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1168 | |
1169 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1170 brace list openers in the gnu style. | |
1171 | |
1172 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1173 | |
1174 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1175 | |
1176 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1177 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1178 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1179 when c-syntactic-indentation is nil. | |
1180 | |
1181 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1182 we were left at comments preceding the first statement when | |
1183 reaching the beginning of the buffer. | |
1184 | |
1185 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1186 off all syntactic indentation. | |
1187 | |
1188 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1189 | |
1190 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1191 between the text and the block comment ender when it hangs, | |
1192 depending on how many there are before the fill. | |
1193 | |
1194 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1195 | |
1196 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1197 function to go back to the closest preceding statement start, | |
1198 which could be inside a conditional statement. | |
1199 * cc-engine.el (c-guess-basic-syntax): Use | |
1200 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1201 | |
1202 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1203 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1204 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1205 changed. | |
1206 | |
1207 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1208 up-to-date with javadoc 1.2. | |
1209 | |
1210 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1211 | |
1212 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1213 multiline Pike type decls. | |
1214 | |
1215 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1216 | |
1217 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1218 multiline comments in multiline mode, regardless of | |
1219 comment-multi-line. | |
1220 | |
1221 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1222 | |
1223 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1224 fully::qualified::names in C++ member init lists. Preamble in | |
1225 case 5D changed. | |
1226 | |
1227 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1228 | |
1229 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1230 moved to c-initialize-cc-mode. More compatible style override | |
1231 when using global style variables. | |
1232 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1233 variables moved here. | |
1234 | |
30415 | 1235 * cc-mode.texi: Documented the special behavior of |
30412 | 1236 c-special-indent-hook as a style variable. Don't talk about |
1237 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1238 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
|
1239 |
30412 | 1240 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1241 variable localness in c-style-variables-are-local-p to make | |
1242 the compatibility measure in c-common-init work well. | |
1243 | |
1244 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1245 longer contain set-from-style. | |
1246 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1247 set-from-style on c-special-indent-hook. | |
1248 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1249 copy-alist is sufficient now. | |
1250 | |
1251 * cc-styles.el (c-set-style, c-set-style-1, | |
1252 c-get-style-variables): Fixes to variable initialization so | |
1253 that duplicate entries in styles have the same effect | |
1254 regardless of DONT-OVERRIDE. | |
1255 | |
1256 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1257 initialization of inheriting styles failed when the | |
1258 dont-override flag is set. | |
1259 | |
1260 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1261 on this. | |
1262 | |
1263 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1264 | |
1265 * cc-defs.el (c-forward-comment): Removed the workaround | |
1266 introduced in 5.38 since it had worse side-effects. If a line | |
1267 contains the string "//\"", it regarded the // as a comment | |
1268 start since the \ temporarily doesn't have escape syntax. | |
1269 | |
1270 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1271 | |
1272 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1273 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1274 when ada-prj tries to add to it. | |
1275 (ada-activate-keys-for-case): Suppress the characters that are not | |
1276 part of the Ada syntax. Better compatibility with else-mode | |
1277 (ada-adjust-case-interactive): When auto-casing is not active, | |
1278 correctly insert newlines (used to insert only ^M). Prevent the | |
1279 syntax table from being changed in case of an error | |
1280 (or '_' becomes part of a word and some commands are confused). | |
1281 Do nothing if ada-auto-case is nil. | |
1282 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1283 (ada-batch-reformat): Update usage comment | |
1284 (ada-call-from-contextual-menu): New function | |
1285 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1286 first to nil first, so that the casing exception file can be | |
1287 shared. | |
1288 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1289 files. | |
1290 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1291 anywhere in the error message | |
1292 (ada-contextual-menu-last-point): New variable | |
1293 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1294 t on XEmacs, it means that DEL should delete one character | |
1295 forward. | |
1296 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1297 New submenu "Options". | |
1298 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1299 statements. | |
1300 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1301 even if they don't match ada-fill-comment-prefix Fix handling of | |
1302 paragraphs on the first or last line of a file. | |
1303 (ada-format-paramlist): Fix handling of default parameter values. | |
1304 (ada-get-body-name): New function. | |
1305 (ada-get-current-indent): Optimized by searchling directly for an | |
1306 existing generic part or a statement outside of it. Handle | |
1307 ada-indent-align-comments when indenting comments Replaced some | |
1308 regexps by testing directly the next character. This results in a | |
1309 huge speedup on some files. New indentation scheme for renames | |
1310 statements. Stop looking for the 'while' or 'for' associated with | |
1311 a 'loop' at the first semicolon encountered. A "return" can also | |
1312 match an anonymous access subprogram declaration. | |
1313 (ada-get-indent-noindent): Ignore strings and comments when | |
1314 looking for the keywords "record" and "private". | |
1315 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1316 are not in fact seeing "end if". Ignore "when" statements except | |
1317 when initial keyword was "begin". Fix handling of nested | |
1318 procedures. Add a recursive call to this function to skip over | |
1319 other 'end' statmts. Fix indentation for "when .. => begin" | |
1320 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1321 expressions, where 'and then', 'or else' and parenthesis | |
1322 statements are mixed up. | |
1323 (ada-in-paramlist-p): Skip comments while searching for the | |
1324 beginning Fix handling of operator declarations. | |
1325 (ada-indent-align-comments): New variable | |
1326 (ada-indent-current): Change the syntax table only in the | |
1327 protected section, so that we are sure it is restored correctly. | |
1328 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1329 ada-with-indent Correctly indent "select ... then" | |
1330 (ada-indent-region): Slight speedup. | |
1331 (ada-indent-renames): New variable. | |
1332 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1333 New variables | |
1334 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1335 keyword when it is the first word in a package declaration. | |
1336 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1337 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1338 even if point is not initially at the end of the word. | |
1339 (ada-matching-decl-start-re): Add "when". | |
1340 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1341 which-func-mode Override the old find-file.el entry in | |
1342 ff-special-constructs since it is using the obsolete | |
1343 ada-spec-suffix variable | |
1344 (ada-no-auto-case): New function | |
1345 (ada-scan-paramlist): When parsing the argument type, accept | |
1346 spaces (as in "X 'Class", generated by Rational Rose). | |
1347 (ada-other-file-name): No longer loads the other file. | |
1348 (ada-popup-menu): Save and restore the current buffer and cursor | |
1349 position before and after displaying the menu. | |
1350 (ada-search-ignore-complex-boolean): New function. | |
1351 (ada-uncomment-region): Emacs21 already knows how to delete | |
1352 comments not starting in the first column. | |
1353 (ada-use-indent): New variable | |
1354 (ada-which-function): New function. | |
1355 (ada-with-indent): New variable | |
1356 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1357 can be batch-compiled from the command line. | |
1358 | |
1359 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1360 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1361 Add -toolbar to the default ddd command Switches moved from | |
1362 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1363 ada-prj-default-comp-opt | |
1364 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1365 Reference Manual to the menu | |
1366 (ada-check-current): rewritten as a call to ada-compile-current | |
1367 (ada-compile): Removed. | |
1368 (ada-compile-application, ada-compile-current, ada-check-current): | |
1369 Set the compilation-search-path so that compile.el automatically | |
1370 finds the sources in src_dir. Automatic scrollong of the | |
1371 compilation buffer. C-uC-cC-c asks for confirmation before | |
1372 compiling | |
1373 (ada-compile-current): New parameter, prj-field | |
1374 (ada-complete-identifier): Load the .ali file before doing | |
1375 processing | |
1376 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1377 conform to gnatmake's behavior. | |
1378 (ada-find-file-in-dir): New function | |
1379 (ada-find-references): Set the environment variables for gnatfind | |
1380 (ada-find-src-file-in-dir): New function. | |
1381 (ada-first-non-nil): Removed | |
1382 (ada-gdb-application): Add support for jdb, the java debugger. | |
1383 (ada-get-ada-file-name): Load the original-file first if not done | |
1384 yet. | |
1385 (ada-get-all-references): Handles the new ali syntax (parent types | |
1386 are found between <>). | |
1387 (ada-initialize-runtime-library): New function | |
1388 (ada-mode-hook): Always load a project file when a file is opened, | |
1389 so that the casing exceptions are correctly read. | |
1390 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1391 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1392 to open the project file, since the latter does not work with | |
1393 speedbar Get default values before loading the prj file, or the | |
1394 default executable file name is wrong. Use the absolute value of | |
1395 src_dir to initialize ada-search-directories and | |
1396 compilation-search-path,... Add the standard runtime library to | |
1397 the search path for find-file. | |
1398 (ada-prj-default-debugger): Was missing an opening '{' | |
1399 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1400 variables. | |
1401 (ada-prj-default-gnatmake-opt): New variable | |
1402 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1403 buffers, the project file is the default one Save the windows | |
1404 configuration before displaying the menu. | |
1405 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1406 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1407 ...) regexp-quote identifiers names to support operators +, | |
1408 -,... in regexps. | |
1409 (ada-remote): New function. | |
1410 (ada-run-application): Erase the output buffer before starting the | |
1411 run Support remote execution of the application. Use | |
1412 call-process, or the arguments are incorrectly parsed | |
1413 (ada-set-default-project-file): Reread the content of the active | |
1414 project file, not the one from the current buffer When a project | |
1415 file is set as the default project, all directories are | |
1416 automatically associated with it. | |
1417 (ada-set-environment): New function | |
1418 (ada-treat-cmd-string): New special variable ${current} | |
1419 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1420 any ${...} substring | |
1421 (ada-xref-current): If no body was found, compiles the spec | |
1422 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1423 compiler to get rid of command line length limitations. | |
1424 (ada-xref-get-project-field): New function | |
1425 (ada-xref-project-files): New variable | |
1426 (ada-xref-runtime-library-specs-path) | |
1427 (ada-xref-runtime-library-ali-path): New variables | |
1428 (ada-xref-set-default-prj-values): Default run command now does a | |
1429 cd to the build directory. New field: main_unit Provide a default | |
1430 file name even if the current buffer has no prj file. | |
1431 | |
1432 * ada-prj.el: | |
1433 Rewritten to show a tabbed-dialog. | |
1434 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1435 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1436 New function | |
1437 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1438 (ada-prj-load-from-file): New function | |
1439 (ada-prj-save): Always save fields that depend on the current buffer | |
1440 (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
|
1441 |
30412 | 1442 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1443 Ada mode. This will allow us to display the Ada menu in any buffer | |
1444 we want (for project items). | |
1445 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1446 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
|
1447 |
30395 | 1448 2000-07-24 Dave Love <fx@gnu.org> |
1449 | |
1450 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1451 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1452 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1453 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1454 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1455 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1456 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1457 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1458 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1459 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1460 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1461 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1462 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1463 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1464 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1465 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1466 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1467 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1468 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1469 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1470 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1471 (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
|
1472 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1473 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1474 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1475 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1476 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1477 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1478 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1479 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1480 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1481 |
30386 | 1482 2000-07-23 Dave Love <fx@gnu.org> |
1483 | |
1484 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1485 ^o, ^u. | |
1486 | |
30359 | 1487 2000-07-21 Dave Love <fx@gnu.org> |
1488 | |
30374 | 1489 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1490 now passed to the function. It now works properly. | |
1491 | |
30359 | 1492 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1493 | |
30350 | 1494 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1495 | |
1496 * info-look.el (info-lookup): If *info* is shown in another frame | |
1497 on the same display, select that frame, instead of switching to | |
1498 the Info buffer in another window of the selected frame. | |
1499 | |
1500 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1501 kp-0 to kp-9 and kp-subtract. | |
1502 (digit-argument): Handle these keys. | |
1503 | |
30346 | 1504 2000-07-20 Dave Love <fx@gnu.org> |
1505 | |
1506 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1507 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1508 Put an extra property on the overlays and use it to clean up in | |
1509 case goto-address is re-run. | |
1510 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1511 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1512 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1513 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1514 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1515 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1516 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1517 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1518 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1519 |
30331 | 1520 2000-07-19 Dave Love <fx@gnu.org> |
1521 | |
1522 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1523 implementation. | |
1524 | |
1525 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1526 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1527 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1528 | |
30318 | 1529 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1530 | |
30329 | 1531 * textmodes/refer.el: Correct maintainer's email address. |
1532 | |
1533 * progmodes/hideif.el: Correct author's email address. | |
1534 Fix typo in comment. | |
1535 | |
1536 * xml.el: New file. | |
1537 | |
30318 | 1538 * mail/mailheader.el: Correct author's mail address. |
1539 | |
1540 * gnus/parse-time.el: Correct author's mail address. | |
1541 | |
30329 | 1542 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1543 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1544 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1545 New user options. |
1546 (comint-input-ring-file-name): Change custom type. | |
1547 (comint-mode-map): Bind mouse-2. | |
1548 (comint-insert-clicked-input): New function. | |
1549 (comint-send-input): Handle input highlighting. | |
1550 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1551 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1552 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1553 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1554 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1555 |
30311 | 1556 2000-07-18 Dave Love <fx@gnu.org> |
1557 | |
1558 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1559 improvements. | |
1560 | |
30308 | 1561 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1562 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1563 * faces.el (face-font-selection-order) |
30308 | 1564 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1565 |
30298 | 1566 2000-07-18 Dave Love <fx@gnu.org> |
1567 | |
1568 * cus-edit.el (custom-variable-reset-saved) | |
1569 (custom-variable-reset-standard): Remove unused bindings. | |
1570 | |
1571 * rect.el (open-rectangle-line): Remove unused let. | |
1572 | |
1573 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1574 | |
30296 | 1575 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1576 | |
1577 * cdl.el: Fix `Maintainer' keyword. | |
1578 | |
1579 * play/pong.el: Add author's email address. | |
1580 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1581 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1582 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1583 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1584 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1585 |
30290 | 1586 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1587 | |
1588 * mail/vms-pmail.el: Change maintainer to FSF. | |
1589 | |
1590 * net/goto-addr.el: Change maintainer to FSF. | |
1591 | |
1592 * recentf.el: Update from author. | |
1593 | |
1594 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1595 |
30277 | 1596 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1597 | |
1598 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1599 links to eshell, to avoid problems on systems where the manual is | |
1600 installed as `eshell'. | |
1601 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1602 * eshell/em-smart.el (eshell-smart): Ditto. | |
1603 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1604 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1605 |
1606 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1607 same-file check in the MS-DOS version (it does support inodes). | |
1608 | |
1609 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1610 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1611 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1612 Run default directory name through convert-standard-filename. |
30277 | 1613 |
30255 | 1614 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1615 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1616 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1617 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1618 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1619 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1620 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1621 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1622 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1623 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1624 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1625 |
30255 | 1626 * international/kkc.el (kkc-after-update-conversion-functions): |
1627 New variable. | |
1628 (kkc-update-conversion): Run functions in it at the tail. | |
1629 | |
30277 | 1630 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
|
1631 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1632 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1633 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
|
1634 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1635 |
30253 | 1636 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1637 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1638 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1639 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1640 the conversion list at first if appropriate. | |
1641 (kkc-next): Don't update kkc-next-count here. | |
1642 (kkc-prev): Don't update kkc-prev-count here. | |
1643 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1644 list message. | |
1645 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1646 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1647 |
30290 | 1648 * 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
|
1649 |
30248 | 1650 2000-07-16 Dave Love <fx@gnu.org> |
1651 | |
1652 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1653 function to be more specific. | |
1654 | |
1655 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1656 non-string help-echo. | |
1657 (widget-types-convert-widget): Defsubst it. | |
1658 (widget-echo-help): Try to cope with a help-echo function of two | |
1659 possible sorts. | |
1660 | |
30241 | 1661 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1662 | |
1663 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1664 Declare as obsolete. | |
1665 | |
1666 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1667 | |
30226 | 1668 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1669 | |
1670 * hilit-chg.el: Fix typo. | |
1671 | |
30221 | 1672 2000-07-14 Dave Love <fx@gnu.org> |
1673 | |
1674 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1675 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1676 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1677 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1678 * 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
|
1679 |
30193 | 1680 2000-07-13 Dave Love <fx@gnu.org> |
1681 | |
30195 | 1682 * emacs-lisp/easymenu.el: Doc fixes. |
1683 (easy-menu-remove): Defalias to ignore. | |
1684 | |
30193 | 1685 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1686 Call throw correctly. | |
1687 | |
30190 | 1688 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1689 | |
1690 * faces.el (frame-background-mode): Doc fix. | |
1691 | |
1692 * simple.el (eval-expression-print-length): Change custom type to | |
1693 allow entering nil as value. | |
1694 | |
30185 | 1695 2000-07-13 Dave Love <fx@gnu.org> |
1696 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1697 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1698 Change definition layout. |
30187 | 1699 (fortran-mode-menu): Reinstate customize entries. |
1700 | |
30185 | 1701 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1702 Use :filter, per old XEmacs code. | |
1703 | |
30170 | 1704 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1705 | |
1706 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1707 event when deciding what to send to the terminal. | |
1708 | |
30168 | 1709 2000-07-12 Dave Love <fx@gnu.org> |
1710 | |
1711 * cus-start.el: Add optional version as 4th element of specs and | |
1712 use it for several things new in v21. Remove load-path. Fix type | |
1713 of line-number-display-limit. | |
1714 | |
30148 | 1715 2000-07-11 Dave Love <fx@gnu.org> |
1716 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1717 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1718 Use repeat counts in various regexps. |
30150 | 1719 (fortran-mode-syntax-table): Defvar directly. |
1720 (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
|
1721 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1722 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1723 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1724 (fortran-mode): Set fortran-comment-line-start-skip, |
1725 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1726 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1727 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1728 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1729 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1730 (fortran-auto-fill): New function. | |
1731 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1732 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1733 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1734 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1735 Use fortran-auto-fill. |
30150 | 1736 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1737 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1738 |
30148 | 1739 * widget.el (widget-plist-member): New alias. |
1740 | |
30146 | 1741 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1742 | |
1743 * eshell/esh-module.el (toplevel): Reference | |
1744 byte-compile-current-file only if it is bound. | |
1745 | |
30131 | 1746 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1747 | |
1748 * dired.el: Don't require `dired-aux'. | |
1749 | |
30127 | 1750 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1751 | |
1752 * dired-aux.el (dired-show-file-type): New function. | |
1753 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1754 (dired-show-file-type): Add autoload. | |
1755 | |
30125 | 1756 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1757 | |
1758 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1759 change of fontset-info. |
30125 | 1760 (print-fontset): Likewise. |
1761 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1762 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1763 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1764 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1765 |
30111 | 1766 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1767 | |
30131 | 1768 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1769 |
30111 | 1770 * dired.el (dired-find-alternate-file): New function. |
1771 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1772 (toplevel): Require dired-aux when compiling. | |
1773 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1774 | |
1775 * info.el (Info-last-search): Variable removed. | |
1776 (Info-search-history): New variable. | |
1777 (Info-search): New Info-search-history. | |
1778 | |
1779 * battery.el, info-look.el: Change author's mail address. | |
1780 | |
30115 | 1781 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
|
1782 |
30115 | 1783 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1784 if rmail-ignored-headers is nil. | |
1785 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1786 rmail-displayed-headers to nil. | |
1787 | |
30096 | 1788 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1789 | |
30103 | 1790 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1791 (print-region-1): Don't hard code `-h' here. | |
1792 | |
30096 | 1793 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1794 | |
30103 | 1795 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1796 | |
1797 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1798 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
|
1799 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1800 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1801 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1802 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1803 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1804 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1805 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1806 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1807 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1808 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1809 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
|
1810 |
30096 | 1811 * ediff-diff.el (ediff-wordify): Use syntax table. |
1812 * 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
|
1813 ediff-color-display-p. |
30096 | 1814 (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
|
1815 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1816 Got rid of special cases for NeXT and OS/2. |
30096 | 1817 * 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
|
1818 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1819 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1820 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1821 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1822 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1823 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1824 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1825 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1826 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1827 * 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
|
1828 |
30076 | 1829 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1830 | |
30085 | 1831 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1832 not be changed without changing the make-dist script. | |
1833 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1834 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1835 (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
|
1836 |
30067 | 1837 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1838 | |
1839 * makefile.nt: Add support for `bootstrap' and related targets. | |
1840 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1841 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1842 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1843 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1844 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1845 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1846 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
|
1847 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1848 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1849 (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
|
1850 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1851 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
|
1852 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1853 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1854 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1855 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1856 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
|
1857 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1858 |
30056 | 1859 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1860 | |
1861 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1862 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1863 (eval-defun): If called with prefix arg, instrument code for | |
1864 Edebug. | |
1865 | |
1866 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1867 similar to that of eval-defun. | |
1868 | |
30029 | 1869 2000-07-04 Dave Love <fx@gnu.org> |
1870 | |
30035 | 1871 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1872 | |
30029 | 1873 * calendar/todo-mode.el: Replaced with a working version, based on |
1874 revision 1.34 tidied up. | |
1875 | |
1876 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1877 |
1878 * paths.el (prune-directory-list): New function. | |
1879 (Info-default-directory-list): Rewritten to more methodically | |
1880 enumerate a big list of possible info directories (based on the | |
1881 list used by the standalone info reader). | |
30029 | 1882 |
30021 | 1883 * 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
|
1884 non-existent directories from Info-directory-list. |
30021 | 1885 |
1886 * paths.el (Info-default-directory-list): Try a list of possible | |
1887 info-directories instead of a single one. Add the possible | |
1888 info directory "/usr/share/info". | |
1889 | |
1890 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1891 man-db config file "/etc/manpath.config". | |
1892 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1893 are present in `manpath.config'. | |
1894 (woman-manpath): Include "/usr/share/man". | |
1895 | |
30006 | 1896 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1897 | |
30017 | 1898 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1899 | |
1900 * startup.el (command-line): Initialize blink-cursor based | |
1901 on window-system. | |
1902 | |
30014 | 1903 * frame.el (blink-cursor): Default to nil if not running under |
1904 a window-system. | |
1905 | |
30012 | 1906 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1907 (face-x-resources): Remove duplicate entry for :font. | |
1908 | |
30006 | 1909 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1910 instead of cycling through windows with next-window. | |
1911 | |
1912 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1913 of cycling through windows with next-window. | |
1914 | |
1915 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1916 of cycling through windows with next-window. | |
1917 | |
1918 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1919 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1920 instead of cycling through windows with next-window. | |
1921 | |
1922 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1923 instead of cycling through windows with next-window. | |
1924 | |
1925 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1926 of cycling through windows with next-window. | |
1927 | |
1928 * terminal.el (te-process-output): Use walk-windows instead of | |
1929 cycling through windows with next-window. | |
1930 | |
1931 * server.el (server-switch-buffer): Use some-window instead of | |
1932 cycling through windows with next-window. | |
1933 | |
1934 * window.el (some-window): New function. | |
1935 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1936 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1937 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1938 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1939 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1940 |
1941 * window.el (walk-windows): Guarantee termination by keeping a list | |
1942 of all the windows already handled. | |
1943 | |
29975 | 1944 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1945 | |
1946 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1947 window-system. | |
1948 | |
1949 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1950 Man-notify-method is newframe, and the display is not | |
1951 multi-frame, select the frame created for the man page. | |
1952 (Man-init-defvars): Doc fix. | |
1953 | |
29972 | 1954 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1955 | |
29982 | 1956 * faces.el (region): Change background color for light background. |
1957 | |
1958 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1959 attribute from mode-line face of Ediff control frame. | |
1960 | |
29972 | 1961 * replace.el (query-replace-map): Bind `e' like `E'. |
1962 | |
29967 | 1963 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1964 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1965 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1966 Change name to "Select All". |
29969 | 1967 |
29967 | 1968 * dos-fns.el (convert-standard-filename): Fix last change. |
1969 | |
29957 | 1970 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1971 | |
29959 | 1972 * help.el (describe-variable): Don't insert a second `'s' in front |
1973 of the string `value is shown below'. Since the syntax-table is | |
1974 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1975 an existing `'s', so that this won't be deleted. | |
1976 | |
29957 | 1977 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1978 * pcmpl-unix.el: New files. | |
1979 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1980 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1981 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1982 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1983 |
29939 | 1984 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1985 | |
29956 | 1986 * replace.el (perform-replace): Undo change of 2000-04-04. |
1987 Instead, move backward 1 character at the end of the loop when | |
1988 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1989 |
29949 | 1990 * faces.el (fringe): Change face for different backgrounds. |
1991 | |
1992 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1993 patch from John. | |
1994 | |
29939 | 1995 * eshell/*.el: Change spelling of the Free Software Foundation. |
1996 | |
1997 * eshell/esh-toggle.el: Removed. | |
1998 | |
1999 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2000 | |
2001 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2002 interactively. | |
2003 | |
2004 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2005 | |
2006 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2007 `define-key'; instead of checking `(emacs-version)' check for | |
2008 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2009 for `;' and `o' which might be electric. | |
2010 | |
2011 (sql-electric-stuff): New user option. | |
2012 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2013 (sql-magic-semicolon): New function which uses | |
2014 `sql-electric-stuff'. | |
2015 | |
2016 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2017 is not fboundp. | |
2018 | |
2019 (sql-oracle-options): New variable. | |
2020 (sql-oracle): Use it. | |
2021 | |
2022 (sql-imenu-generic-expression): Doc change. | |
2023 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2024 is used. | |
2025 | |
2026 (sql-informix): Added command line parameter "-" to force | |
2027 sql-informix-program to use stdout. | |
2028 | |
29924 | 2029 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2030 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2031 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2032 (cp864-decode-table): Doc fix. |
2033 (cp720-decode-table): New variable, supports the Arabic OEM | |
2034 codepage used by Windows. | |
2035 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2036 | |
29920 | 2037 2000-06-23 Dave Love <fx@gnu.org> |
2038 | |
2039 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2040 (font-lock-fontify-anchored-keywords): Use | |
2041 line-beginning-position. | |
2042 (global-font-lock-mode): Use mapc. | |
2043 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2044 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2045 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2046 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2047 |
29870 | 2048 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2049 | |
29885 | 2050 * comint.el (comint-substitute-in-file-name): Call replace-match |
2051 with second and third arg t. | |
2052 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2053 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2054 Specify foreground color. |
2055 | |
2056 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2057 color. | |
2058 | |
29876 | 2059 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2060 | |
2061 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2062 cddr instead of cdddr. | |
2063 | |
29873 | 2064 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2065 instead of copy-list. | |
2066 | |
2067 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2068 of copy-list. | |
2069 | |
29870 | 2070 * subdirs.el: Add eshell subdirectory. |
2071 | |
2072 * eshell: New subdirectory containing the Eshell package. | |
2073 | |
2074 * pcomplete.el: New file. | |
2075 | |
29885 | 2076 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2077 | |
29888 | 2078 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2079 proper permissions from birth. | |
2080 | |
2081 * files.el (basic-save-buffer-2): When temporarily setting | |
2082 file modes, set them to current modes plus 0200, not to 0777. | |
2083 | |
29885 | 2084 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2085 permissions from birth. | |
2086 | |
29857 | 2087 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2088 | |
2089 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2090 backup file name through convert-standard-filename. | |
2091 | |
2092 * dos-fns.el (convert-standard-filename): Convert leading | |
2093 directories as well. When long file names are supported, convert | |
2094 characters that are invalid in Windows file names. | |
2095 | |
29849 | 2096 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2097 | |
2098 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2099 ps-print crashes. New feature: page selection for printing. Create | |
2100 raw-text-unix coding system for XEmacs. Doc fix. | |
2101 (ps-print-version): New version number (5.2.3). | |
2102 (ps-plot-region): Bug fix. | |
2103 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2104 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2105 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2106 funs. | |
2107 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2108 (ps-last-page): New vars. | |
2109 | |
29845 | 2110 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2111 | |
2112 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2113 empty option string. | |
2114 | |
29839 | 2115 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2116 | |
2117 * man.el (man): Doc fix. | |
2118 | |
29829 | 2119 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2120 | |
2121 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2122 fixed. | |
2123 | |
29814 | 2124 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2125 | |
2126 * version.el (emacs-version): Use ISO date format. | |
2127 | |
2128 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2129 instead of `M-backspace'. | |
2130 | |
2131 * simple.el (turn-off-auto-fill): New function. | |
2132 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2133 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2134 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2135 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2136 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2137 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2138 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2139 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2140 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2141 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2142 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
|
2143 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2144 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2145 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2146 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2147 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2148 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
|
2149 (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
|
2150 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2151 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2152 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2153 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2154 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2155 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2156 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2157 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2158 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2159 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2160 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2161 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2162 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2163 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2164 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2165 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2166 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2167 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2168 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2169 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2170 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2171 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2172 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2173 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2174 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2175 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2176 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2177 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2178 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2179 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2180 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2181 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2182 * 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
|
2183 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2184 * 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
|
2185 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2186 * 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
|
2187 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2188 * 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
|
2189 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2190 |
29776 | 2191 2000-06-20 Dave Love <fx@gnu.org> |
2192 | |
2193 * faces.el (frame-background-mode): Use set-default, not set, in | |
2194 setter. | |
2195 (frame-update-faces, frame-update-face-colors): Define with | |
2196 defalias. | |
2197 | |
2198 * enriched.el (enriched-decode-foreground) | |
2199 (enriched-decode-background): Don't use internal-find-face. | |
2200 | |
2201 * apropos.el: Doc fixes. | |
2202 | |
2203 * cus-edit.el (customize-changed-options): Check arg. | |
2204 (customize-version-lessp): Don't require decimal point. | |
2205 | |
2206 * custom.el (defcustom, defgroup): Doc fix. | |
2207 | |
2208 * newcomment.el (comment) <defgroup>: Add :version. | |
2209 (comment-multi-line): Doc fix. | |
2210 | |
2211 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2212 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2213 | |
29747 | 2214 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2215 | |
2216 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2217 the whole buffer. | |
2218 | |
29740 | 2219 2000-06-19 Dave Love <fx@gnu.org> |
2220 | |
2221 * menu-bar.el (menu-bar-options-save): New function. | |
2222 (menu-bar-options-menu): Use it. | |
2223 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2224 Simplify. | |
2225 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2226 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2227 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2228 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2229 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2230 |
29720 | 2231 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2232 | |
2233 * international/codepage.el: | |
2234 (cp-coding-system-for-codepage-1): Delete special codes for | |
2235 generating xxx-dos coding system because now a CCL based coding | |
2236 system can handle EOL conversion by default. | |
2237 | |
2238 * international/mule.el (make-coding-system): Generate subsidiary | |
2239 coding systems for EOL handling variants even for a CCL based | |
2240 coding system. | |
2241 | |
29718 | 2242 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2243 | |
2244 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2245 (isearch-minibuffer-input-method-function): These variables | |
2246 deleted. | |
2247 (isearch-with-input-method): Don't use the above variables. | |
2248 (isearch-process-search-multibyte-characters): Likewise. Call | |
2249 read-string with the arg INHERIT-INPUT-METHOD t. | |
2250 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2251 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2252 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2253 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2254 (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
|
2255 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2256 * 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
|
2257 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2258 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2259 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
|
2260 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2261 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2262 |
29712 | 2263 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2264 | |
2265 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2266 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2267 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2268 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2269 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2270 |
29696 | 2271 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2272 | |
2273 * find-lisp.el: New file. | |
2274 | |
29694 | 2275 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2276 | |
2277 * time.el (display-time-mail-function): New variable, to allow | |
2278 external packages to indicate when new mail is available. | |
2279 (display-time-update): Use it. | |
2280 | |
29689 | 2281 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2282 | |
29691 | 2283 * international/mule.el (mule-version): Change version name to |
2284 SAKAKI. AOI has already been used by Meadow. | |
2285 | |
29689 | 2286 * international/quail.el (quail-show-guidance-buf): To find the |
2287 bottom window (but minibuffer), pay attention to the height of | |
2288 minibuffer. | |
2289 | |
29670 | 2290 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2291 | |
29682 | 2292 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2293 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2294 from the menu bar, as the menu bar has enough space now. | |
2295 | |
29680 | 2296 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2297 | |
29670 | 2298 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2299 characters, which use series of two ^H characters instead of one. | |
2300 | |
29667 | 2301 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2302 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2303 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2304 (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
|
2305 functions. |
29686 | 2306 (Info-find-node-2): Try a case-sensitive search first, then |
2307 do a case-insensitive search. | |
2308 | |
2309 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2310 tutorials. | |
2311 | |
29676 | 2312 * complete.el (PC-env-vars-alist): New variable. |
2313 (PC-complete-as-file-name): New function. | |
2314 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2315 process-environment. | |
2316 (PC-do-completion): Handle completion of env vars. | |
2317 | |
2318 * info.el (Info-set-mode-line): Show file name in mode line, | |
2319 use `*Info*' instead of `Info:'. | |
2320 | |
29667 | 2321 * startup.el (command-line-1): Change copyright messages to year |
2322 2000. | |
2323 | |
29665 | 2324 2000-06-15 Dave Love <fx@gnu.org> |
2325 | |
2326 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2327 not local-map. | |
2328 | |
29658 | 2329 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2330 | |
2331 * international/mule.el (set-buffer-file-coding-system): Almost | |
2332 rewritten to handle `undecided' as no-op. | |
2333 | |
29654 | 2334 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2335 | |
29667 | 2336 * Makefile.in: New file. |
29657 | 2337 |
2338 * Makefile: Removed. | |
2339 | |
29654 | 2340 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2341 (goto-address-highlight-keymap): Bind C-c RET. | |
2342 | |
29640 | 2343 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2344 | |
29649 | 2345 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2346 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2347 |
29645 | 2348 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2349 0. Give correct argument to set-auto-coding-function. | |
2350 (tar-expunge): For goto-char, use (point-min), not 0. | |
2351 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2352 (tar-subfile-save-buffer): Likewize. | |
2353 | |
29640 | 2354 * international/mule.el |
2355 (after-insert-file-set-buffer-file-coding-system): Call | |
2356 set-buffer-file-coding-system with the arg FORCE t. | |
2357 | |
29633 | 2358 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2359 | |
2360 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2361 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2362 the sender is set with `-f'. |
29633 | 2363 |
29622 | 2364 2000-06-13 Dave Love <fx@gnu.org> |
2365 | |
29630 | 2366 * help.el (describe-function-1): Kluge around cases of functions |
2367 fset to subrs whose doc doesn't match their symbol-name. | |
2368 | |
29627 | 2369 * image.el (insert-image): Default STRING to a space. |
29625 | 2370 |
29622 | 2371 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2372 (Info-build-node-completions): Match Ref tags. |
29622 | 2373 |
29612 | 2374 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2375 | |
29615 | 2376 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2377 defaliases for display-graphic-p. | |
2378 | |
29612 | 2379 * hl-line.el: Fixed a typo in commentary. |
2380 | |
29609 | 2381 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2382 | |
2383 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2384 fixed. | |
2385 | |
29608 | 2386 2000-06-12 Dave Love <fx@gnu.org> |
2387 | |
2388 * image.el (insert-image): Save a little consing. | |
2389 | |
29598 | 2390 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2391 | |
2392 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2393 to the corresponding tibetan characters. | |
2394 (tibetan-add-components): Delete code for the special treatment of | |
2395 'a chung. | |
2396 | |
2397 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2398 change. | |
2399 (tibetan-vowel-transcription-alist): More rules added. | |
2400 (tibetan-composite-vowel-alist): New variable. | |
2401 (tibetan-precomposition-rule-alist): More rules added. | |
2402 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2403 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2404 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2405 * 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
|
2406 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2407 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2408 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2409 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2410 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2411 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2412 * 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
|
2413 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2414 * 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
|
2415 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2416 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2417 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2418 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2419 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2420 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2421 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2422 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2423 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2424 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2425 * 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
|
2426 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2427 * 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
|
2428 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2429 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2430 (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
|
2431 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2432 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2433 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2434 (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
|
2435 (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
|
2436 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2437 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2438 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2439 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2440 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2441 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2442 * 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
|
2443 (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
|
2444 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2445 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2446 (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
|
2447 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2448 (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
|
2449 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
|
2450 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2451 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2452 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2453 * 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
|
2454 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2455 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2456 (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
|
2457 (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
|
2458 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
|
2459 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2460 * 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
|
2461 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
|
2462 |
29574 | 2463 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2464 | |
2465 * international/mule.el (set-buffer-file-coding-system): If | |
2466 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2467 unconditionally. | |
2468 | |
29568 | 2469 2000-06-12 Dave Love <fx@gnu.org> |
2470 | |
2471 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2472 required. | |
2473 | |
29556 | 2474 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2475 | |
2476 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2477 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2478 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2479 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2480 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2481 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2482 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2483 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
|
2484 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2485 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2486 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2487 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2488 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2489 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2490 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2491 macroexpanded code. |
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 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2494 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2495 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
|
2496 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2497 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
|
2498 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2499 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2500 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2501 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2502 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2503 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2504 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2505 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2506 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2507 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2508 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2509 |
29542 | 2510 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2511 | |
2512 * 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
|
2513 undecided-XXX is specified, change only EOL conversion. |
29542 | 2514 |
2515 * international/mule-conf.el (unix): New alias for the coding | |
2516 system undecided-unix. | |
2517 | |
29528 | 2518 2000-06-09 Dave Love <fx@gnu.org> |
2519 | |
29535 | 2520 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2521 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2522 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2523 (executable-insert): Change custom type. |
2524 (executable-find): Add autoload cookie. | |
29531 | 2525 (executable-make-buffer-file-executable-if-script-p): New |
2526 function. After Noah Friedman. | |
29528 | 2527 |
2528 * files.el (after-save-hook): Customize, with | |
29531 | 2529 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2530 |
29518 | 2531 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2532 | |
29522 | 2533 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2534 "tib24p-mule.bdf" for Tibetan. | |
2535 | |
29520 | 2536 * composite.el (decompose-composite-char): Declare it as obsolete. |
2537 | |
29541 | 2538 * man.el (Man-fontify-manpage): Pay attention to underline and |
2539 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2540 |
29517 | 2541 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2542 | |
2543 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2544 Set maintainer to FSF since author isn't reachable. | |
2545 | |
29508 | 2546 2000-06-08 Dave Love <fx@gnu.org> |
2547 | |
2548 * international/mule-cmds.el (select-safe-coding-system): If | |
2549 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2550 preferred coding-system if buffer-file-coding-system is | |
2551 `undecided'. From Handa. | |
2552 | |
29503 | 2553 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2554 | |
2555 * international/mule.el | |
2556 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2557 size is greater than INSERTED, judget that we are not visiting. | |
2558 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2559 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
|
2560 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2561 * 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
|
2562 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
|
2563 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
|
2564 |
29498 | 2565 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2566 | |
2567 * align.el: Update from author. | |
2568 | |
2569 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2570 | |
2571 * apropos.el (apropos-mode-hook): New user variable. | |
2572 (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
|
2573 |
29498 | 2574 2000-06-07 David Ponce <david@dponce.com> |
2575 | |
2576 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2577 commands. Require `wid-edit' at run-time. | |
2578 | |
2579 2000-06-07 David Ponce <david@dponce.com> | |
2580 | |
2581 * recentf.el: Added some "Commentary". | |
2582 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2583 move the point at the top of the file list. This behaviour is | |
2584 consistent with the menu one when the list contains a lot of | |
2585 files. | |
2586 (recentf-cleanup): Now displays the number of items removed from | |
2587 the list. | |
2588 (recentf-relative-filter) New menu filter to show filenames | |
2589 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
|
2590 |
29498 | 2591 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2592 | |
2593 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2594 with/without giving an error if PostScript printer doesn't have this | |
2595 kind of page size. Zebra Stripe continues or restarts on next page. | |
2596 Manual/automatic paper feeding. Switch or not the header. | |
2597 (ps-print-version): New version number (5.2.2). | |
2598 (ps-windows-system): Include emx as a Windows system. | |
2599 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2600 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2601 (ps-background-text): Code fix. | |
2602 (ps-error-handler-message, ps-user-defined-prologue) | |
2603 (ps-print-prologue-header, ps-printer-name) | |
2604 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2605 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2606 (ps-use-face-background): Customization fix. | |
2607 (ps-n-up-database): Data fix. | |
2608 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2609 (ps-switch-header): New vars. | |
2610 (ps-xemacs-color-name, ps-face-foreground-name) | |
2611 (ps-face-background-name, ps-boolean-constant): New funs. | |
2612 | |
29491 | 2613 2000-06-07 Dave Love <fx@gnu.org> |
2614 | |
2615 * allout.el: New version from Manheimer. | |
2616 | |
29483 | 2617 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2618 | |
2619 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2620 charset. | |
2621 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2622 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
|
2623 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2624 * 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
|
2625 (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
|
2626 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
|
2627 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2628 |
29471 | 2629 2000-06-06 Dave Love <fx@gnu.org> |
2630 | |
2631 * image.el (find-image): Doc fix. Return nil if image not found. | |
2632 (put-image, insert-image): Make STRING arg optional. | |
2633 | |
29455 | 2634 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2635 | |
2636 * language/vietnamese.el: Remove eval-when-compile. | |
2637 (viet-viscii-nonascii-translation-table): Define it as a | |
2638 translation table made from viet-viscii-decode-table. | |
2639 (viet-viscii-encode-table): Define it as a translation table made | |
2640 from the reverse map of above. | |
2641 (viet-vscii-nonascii-translation-table): Define it as a | |
2642 translation table made from viet-vscii-decode-table. | |
2643 (viet-vscii-encode-table): Define it as a translation table made | |
2644 from the reverse map of above. | |
2645 (ccl-decode-viscii): Use translate-character. | |
2646 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2647 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2648 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2649 |
29455 | 2650 * language/cyrillic.el: Remove eval-when-compile. |
2651 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2652 translation table made from cyrillic-koi8-r-decode-table. | |
2653 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2654 made from the reverse map of above. | |
2655 (ccl-decode-koi8): Use translate-character. | |
2656 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2657 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2658 a translation table made from cyrillic-alternativnyj-decode-table. | |
2659 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2660 table made from the reverse map of above. | |
2661 (ccl-decode-alternativnyj): Use translate-character. | |
2662 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2663 Likewize | |
2664 | |
2665 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2666 translation table symbol instead of translation table itself. | |
2667 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2668 | |
2669 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2670 already exists, override it. | |
2671 | |
2672 * international/fontset.el: Use family `proportional' for Tibetan | |
2673 fonts. | |
2674 | |
2675 * international/ccl.el (ccl-compile-translate-character): Don't | |
2676 check if Rrr has property translation-table. | |
2677 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2678 | |
29447 | 2679 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2680 | |
2681 * info.el: Bind case-fold-search to t when searching in case | |
2682 a user sets it to nil in a hook. | |
2683 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2684 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2685 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2686 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2687 * 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
|
2688 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2689 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2690 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2691 (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
|
2692 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2693 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
|
2694 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2695 * 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
|
2696 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2697 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2698 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2699 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2700 * 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
|
2701 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2702 (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
|
2703 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2704 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2705 (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
|
2706 (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
|
2707 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2708 * 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
|
2709 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2710 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
|
2711 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2712 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2713 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2714 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2715 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2716 (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
|
2717 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2718 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2719 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
|
2720 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2721 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2722 * 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
|
2723 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2724 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
|
2725 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2726 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
|
2727 |
29447 | 2728 * 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
|
2729 tty's. |
29447 | 2730 * 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
|
2731 differences whenever appropriate. |
29447 | 2732 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2733 * 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
|
2734 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2735 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2736 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2737 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2738 * 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
|
2739 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2740 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2741 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
|
2742 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2743 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2744 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2745 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2746 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2747 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2748 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2749 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2750 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2751 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2752 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2753 (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
|
2754 (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
|
2755 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2756 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2757 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
|
2758 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2759 (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
|
2760 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2761 |
29403 | 2762 2000-06-02 Dave Love <fx@gnu.org> |
2763 | |
2764 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2765 all the widgets. Don't require cl or widget. Remove | |
2766 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2767 (widget-read-event): Removed. Callers changed to use read-event. | |
2768 (widget-button-release-event-p): Renamed from | |
2769 button-release-event-p. | |
2770 (widget-field-add-space, widget-field-use-before-change): | |
2771 Uncustomize. | |
2772 (widget-specify-field): Use keymap property, not local-map. | |
2773 (widget-specify-button): Obey :suppress-face. | |
2774 (widget-specify-insert): Use modern backquote syntax. | |
2775 (widget-image-directory): Renamed from widget-glyph-directory. | |
2776 (widget-image-enable): Renamed from widget-glyph-enable. | |
2777 (widget-image-find): Replaces widget-glyph-find. | |
2778 (widget-button-pressed-face): Move defvar. | |
2779 (widget-image-insert): Replaces widget-glyph-insert. | |
2780 (widget-convert): Use keywordp. | |
2781 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2782 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2783 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2784 (widget-button-click): Don't set point at the click, but re-centre |
2785 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2786 (widget-tabable-at): Use POS arg, not point. | |
2787 (widget-beginning-of-line, widget-end-of-line) | |
2788 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2789 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2790 (widget-default-create): Use widget-image-insert; some rewriting. | |
2791 (widget-visibility-value-create) | |
2792 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2793 widget-image-insert. | |
2794 (checkbox): Create on and off images dynamically. | |
2795 (documentation-link): Change :help-echo. | |
2796 (widget-documentation-link-echo-help): Remove. | |
2797 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2798 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2799 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2800 * 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
|
2801 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2802 * 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
|
2803 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2804 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2805 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2806 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2807 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2808 |
29383 | 2809 2000-06-02 Dave Love <fx@gnu.org> |
2810 | |
29392 | 2811 * files.el (convert-standard-filename): Doc fix. |
2812 (normal-backup-enable-predicate): New function. | |
2813 (backup-enable-predicate): Use it to replace the lambda form. | |
2814 | |
2815 * calendar/todo-mode.el: [This needs more work on the outline | |
2816 stuff.] Doc fixes. | |
2817 (todo) <defgroup>: Add :version. | |
2818 (todo-add-category): Don't use pushnew. | |
2819 (todo-cmd-raise): Fix typo. | |
2820 (todo-top-priorities): Change temp buffer name. | |
2821 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2822 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2823 Use outline-next-heading. |
29392 | 2824 |
29383 | 2825 * autoarg.el: Rewritten to use define-minor-mode. |
2826 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2827 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2828 | |
29376 | 2829 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2830 | |
2831 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2832 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2833 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2834 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2835 * 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
|
2836 (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
|
2837 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2838 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2839 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2840 |
29372 | 2841 2000-06-01 Dave Love <fx@gnu.org> |
2842 | |
2843 * hl-line.el: Rewritten using define-minor-mode. | |
2844 | |
2845 * help.el (describe-function-1): Distinguish special form from | |
2846 builtin function. Sanity-check presence of arglist for builtins. | |
2847 | |
29356 | 2848 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2849 | |
29365 | 2850 * international/characters.el: Fix syntax/category setting of |
2851 Tibetan characters. | |
2852 | |
2853 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2854 encoding of Tibetan characters. | |
2855 (tibetan-decompose-precomposition-alist): New variable. | |
2856 (tibetan-decompose-region): Convert precomposed characters to | |
2857 non-precomposed characters. | |
2858 (tibetan-decompose-string): Likewise. | |
2859 (tibetan-composition-function): Fix args to | |
2860 thibetan-compose-string. | |
2861 | |
2862 * language/tibetan.el (tibetan-composable-pattern): More | |
2863 characters included. | |
2864 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2865 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2866 "+R" added. | |
2867 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2868 | |
29359 | 2869 * language/lao-util.el (lao-composition-function): Fix args to |
2870 compose-string. | |
2871 | |
2872 * language/thai-util.el (thai-composition-function): Fix args to | |
2873 compose-string. | |
2874 | |
29356 | 2875 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2876 to prevent the point moving to the end of a composition when a |
2877 part of a composition is searched. | |
29356 | 2878 (isearch-other-meta-char): If the key invoking this command can be |
2879 mapped by function-key-map to a printing char, call | |
2880 isearch-process-search-char directly. | |
2881 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2882 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2883 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2884 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2885 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2886 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2887 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2888 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2889 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2890 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2891 * 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
|
2892 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2893 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2894 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
|
2895 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2896 * 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
|
2897 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2898 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
|
2899 |
29347 | 2900 2000-05-31 Dave Love <fx@gnu.org> |
2901 | |
2902 * loadhist.el (loadhist-hook-functions): Remove | |
2903 before-change-function, after-change-function. | |
2904 (unload-feature): Deal with symbols which are both bound and | |
2905 fbound. | |
2906 | |
2907 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2908 before-change-function, after-change-function. | |
2909 | |
2910 * simple.el (newline): Don't bind before-change-function, | |
2911 after-change-function. | |
2912 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2913 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
|
2914 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2915 * 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
|
2916 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
|
2917 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
|
2918 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
|
2919 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2920 * 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
|
2921 |
29330 | 2922 2000-05-31 Dave Love <fx@gnu.org> |
2923 | |
2924 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2925 pattern for function of change. | |
2926 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2927 acknowledgements patterns. | |
2928 | |
29328 | 2929 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2930 | |
2931 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2932 being used, call isearch-process-search-multibyte-characters. | |
2933 | |
2934 * international/isearch-x.el: Mostly rewritten. | |
2935 | |
2936 * international/quail.el (quail-start-conversion): Don't include | |
2937 unhandled events in the returned events, but set them in | |
2938 unread-command-events. Exit if all inputs are deleted. | |
2939 | |
29324 | 2940 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2941 | |
2942 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2943 | |
2944 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2945 Reenable code to create initial fontsets. | |
2946 Use set-fontset-font in place of put-charset-property. | |
2947 | |
29302 | 2948 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2949 | |
29307 | 2950 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2951 label, ensure that the first colon isn't followed by another. | |
2952 | |
2953 * paths.el (Info-default-directory-list): Doc fix. | |
2954 | |
29304 | 2955 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2956 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2957 send a query containing USER only, not USER@HOST. | |
2958 | |
29302 | 2959 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2960 and rmail-msgend to compute the restriction at the end, instead of | |
2961 computing it. | |
2962 | |
29292 | 2963 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2964 | |
29295 | 2965 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2966 echo area if the minibuffer window is active. | |
2967 | |
29292 | 2968 * jit-lock.el (jit-lock-mode): Add after change function to |
2969 local hook. | |
2970 | |
2971 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2972 | |
2973 * antlr-mode.el: New commands: hide/unhide actions, | |
2974 upcase/downcase literals. | |
2975 (antlr-tiny-action-length): New user option. | |
2976 (antlr-hide-actions): New command. Suggested by | |
2977 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
|
2978 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2979 (antlr-mode-menu): New entries. |
2980 (antlr-downcase-literals): New command. | |
2981 (antlr-upcase-literals): Ditto. | |
2982 | |
2983 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2984 (antlr-indent-line): Indent cpp directive at column 0. | |
2985 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2986 | |
2987 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2988 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2989 bug in XEmacs version of font-lock. | |
2990 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2991 be used by a smarter version of `buffers-menu-grouping-function'. | |
2992 | |
2993 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2994 | |
2995 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2996 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2997 | |
29266 | 2998 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2999 | |
3000 * international/encoded-kb.el | |
3001 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3002 charset-iso-final-char return -1 for eight-bit-control and | |
3003 eight-bit-graphic. | |
3004 | |
29261 | 3005 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3006 | |
3007 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3008 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3009 available, instead of window-system. | |
3010 | |
29259 | 3011 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3012 | |
3013 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3014 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3015 coding systems. | |
3016 | |
29248 | 3017 2000-05-26 Dave Love <fx@gnu.org> |
3018 | |
29255 | 3019 * disp-table.el (standard-display-underline): Don't use |
3020 internal-find-face. | |
3021 | |
29248 | 3022 * mail/reporter.el: Maintainer change. Doc fixes. |
3023 (reporter-version): Deleted. | |
3024 | |
3025 * emacs-lisp/elp.el: Maintainer change. | |
3026 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3027 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3028 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3029 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3030 * 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
|
3031 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3032 |
29240 | 3033 2000-05-26 Dave Love <fx@gnu.org> |
3034 | |
29242 | 3035 * loadhist.el (unload-feature): Fix interactive spec [from |
3036 lijnzaad@ebi.ac.uk]. | |
3037 | |
29240 | 3038 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3039 subr-arity to check primitives. | |
3040 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3041 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3042 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3043 mapcar. | |
3044 | |
29226 | 3045 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3046 | |
29235 | 3047 * international/fontset.el: Set family names of non-latin charsets |
3048 in default fontset to "*". | |
3049 | |
29230 | 3050 * international/mule-diag.el (print-fontset): Combine family part |
3051 and registry part of the fontname by "-*-" instead of "-". | |
3052 | |
29226 | 3053 * international/mule-cmds.el (encode-coding-char): Make strings |
3054 multibyte before calling encode-coding-string. | |
3055 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3056 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
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 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3059 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3060 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3061 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3062 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3063 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3064 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3065 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3066 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3067 * 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
|
3068 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3069 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3070 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3071 (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
|
3072 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3073 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3074 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3075 |
29214 | 3076 2000-05-25 Dave Love <fx@gnu.org> |
3077 | |
3078 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3079 byte-code-function-p. | |
3080 | |
3081 * mail/rmailsum.el: Add provide. | |
3082 | |
3083 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3084 | |
3085 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3086 defcustom. | |
3087 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3088 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
|
3089 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3090 * 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
|
3091 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
|
3092 |
29205 | 3093 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3094 | |
3095 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3096 grayscale support, not about window-system. | |
3097 | |
3098 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3099 window-system. | |
3100 (ffap-highlight): Always default to t. | |
3101 | |
3102 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3103 display-popup-menus-p instead of looking at window-system. | |
3104 | |
3105 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3106 Only refuse to use string glyphs on X and MS-Windows. | |
3107 | |
3108 * avoid.el: Remove window-system from commentary, suggest to use | |
3109 display-*-p instead. | |
3110 | |
3111 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3112 window-system. | |
3113 | |
29190 | 3114 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3115 | |
3116 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3117 Fill up unsupported characters with their own codes. From Kenichi | |
3118 Handa. | |
3119 | |
29188 | 3120 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3121 | |
3122 * international/mule-diag.el (describe-char-after): Use | |
3123 display-graphic-p instead of window-system, so that this function | |
3124 works on MS-DOS. | |
3125 | |
29181 | 3126 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3127 | |
3128 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3129 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3130 the list of charsets which we convert into `?'. | |
3131 | |
29169 | 3132 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3133 | |
3134 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3135 private charsets. | |
3136 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3137 japanese-jisx0213-2): New charsets. | |
3138 | |
3139 * international/fontset.el: Setup default fontset for new charsets. | |
3140 | |
29166 | 3141 2000-05-24 Dave Love <fx@gnu.org> |
3142 | |
3143 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3144 S. Solomin" <sovs@uic.nnov.ru>]. | |
3145 | |
3146 * icomplete.el: Fix header for Finder. | |
3147 | |
3148 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3149 | |
3150 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3151 STAY. | |
3152 | |
3153 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3154 (rmail-show-message): Add call to `rmail-auto-file' during | |
3155 display. | |
3156 (rmail-auto-file): New function. | |
3157 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3158 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
|
3159 |
29193 | 3160 * 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
|
3161 account. |
29193 | 3162 (ediff-test-utility,ediff-diff-mandatory-option) |
3163 (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
|
3164 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
|
3165 |
29193 | 3166 * 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
|
3167 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3168 |
29193 | 3169 * 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
|
3170 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3171 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3172 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
|
3173 |
29193 | 3174 * 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
|
3175 |
29159 | 3176 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3177 | |
3178 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3179 aliases for hebrew-iso-8bit. | |
3180 | |
29148 | 3181 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3182 | |
3183 * woman.el: New version from Francis J. Wright | |
3184 <F.J.Wright@Maths.QMW.ac.uk>. | |
3185 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3186 names in environment variables regardless of the path separator. | |
3187 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3188 on all files, since woman-file-regexp already filters out any | |
3189 directories. | |
3190 | |
29140 | 3191 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3192 | |
29144 | 3193 * international/quail.el (quail-start-translation): Don't change |
3194 modified-p of the current buffer. | |
3195 (quail-start-conversion): Likewise. | |
3196 | |
3197 * international/kkc.el (kkc-region): Don't change modified-p of | |
3198 the current buffer. | |
3199 | |
29142 | 3200 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3201 conform to RFC1468. | |
3202 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3203 |
29138 | 3204 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3205 | |
3206 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3207 (speedbar-insert-button): Invisible text property fix. | |
3208 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3209 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3210 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3211 (speedbar-page-minus): Renamed from speedbar-file-- | |
3212 (speedbar-page): Renamed from speedbar-file- | |
3213 (speedbar-tag): Renamed from speedbar-tag- | |
3214 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3215 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3216 (speedbar-expand-image-button-alist): Use above renames. | |
3217 | |
3218 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3219 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3220 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3221 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3222 * sb-pg.xpm: Renamed from sb-file.xpm | |
3223 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3224 * 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
|
3225 |
29128 | 3226 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3227 | |
3228 * international/quail.el (quail-show-guidance-buf): Set | |
3229 current-input-method of the guidance buffer to the name of the | |
3230 curren input method. | |
3231 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3232 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3233 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3234 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3235 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3236 * 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
|
3237 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3238 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3239 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3240 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3241 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3242 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3243 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3244 * 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
|
3245 |
29116 | 3246 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3247 | |
29127 | 3248 * startup.el (command-line): Determine source file of compiled |
3249 user init file differently. Warn if compiled user init file | |
3250 is older than its source file. | |
3251 | |
29116 | 3252 * 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
|
3253 |
29112 | 3254 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3255 | |
3256 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3257 rather than `|' (which is not allowed on Windows). Replace the | |
3258 drive letters with a string "drive_X". | |
3259 | |
29110 | 3260 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3261 | |
3262 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3263 | |
3264 * files.el (interpreter-mode-alist): Add `bash2'. | |
3265 | |
29091 | 3266 2000-05-22 Dave Love <fx@gnu.org> |
3267 | |
3268 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3269 mapc. | |
3270 (feature-file): Avoid calling symbol-name. Doc fix. | |
3271 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3272 (loadhist-hook-functions): Add mouse-position-function. | |
3273 (unload-feature): Change uses of mapcar. | |
3274 | |
3275 * files.el (parse-colon-path): Doc fix. | |
3276 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3277 (set-auto-mode): Use mapc. | |
3278 | |
3279 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3280 class. | |
3281 (partial-completion-mode): Add autoload cookie. | |
3282 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3283 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
|
3284 |
29102 | 3285 * 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
|
3286 `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
|
3287 |
29082 | 3288 2000-05-22 Dave Love <fx@gnu.org> |
3289 | |
3290 * bindings.el: Remove debug-ignored-errors set in other files. | |
3291 | |
3292 * progmodes/etags.el: Add to debug-ignored-errors. | |
3293 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3294 when making a new list. | |
3295 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3296 mapc. | |
3297 | |
3298 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3299 quote keywords. | |
3300 (cmpl-string-case-type): Use character classes. | |
3301 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3302 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3303 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3304 * imenu.el: |
29082 | 3305 * mail/mh-e.el: |
3306 * progmodes/compile.el: Add to debug-ignored-errors. | |
3307 | |
3308 * dabbrev.el: Add to debug-ignored-errors. | |
3309 (dabbrev-completion): Use mapc. | |
3310 | |
29075 | 3311 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3312 | |
3313 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3314 (woman-mapcan, woman-parse-man.conf) | |
3315 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3316 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3317 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3318 path syntax better. | |
3319 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3320 (woman-manpath): Call woman-parse-man.conf. | |
3321 (woman-emulation): New defcustom, defaults to nroff. | |
3322 (woman-font-support): New defconst. | |
3323 (woman-use-symbol-font): New defcustom. | |
3324 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3325 "Emulation". | |
3326 Many functions: Doc fix. | |
3327 | |
29072 | 3328 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3329 | |
3330 * international/quail.el (quail-simple-translation-keymap): Map | |
3331 128..255 to quail-self-insert-command. | |
3332 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3333 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3334 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3335 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3336 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3337 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3338 * 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
|
3339 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3340 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3341 * 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
|
3342 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3343 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3344 * 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
|
3345 |
29059 | 3346 2000-05-21 Dave Love <fx@gnu.org> |
3347 | |
29061 | 3348 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3349 are invalid characters. | |
3350 | |
29059 | 3351 * international/mule-util.el (detect-coding-with-priority): Use |
3352 mapc. Remove redundant lambda. | |
3353 | |
3354 * international/mule-diag.el (list-non-iso-charset-chars) | |
3355 (describe-fontset): Remove redundant lambda. | |
3356 | |
3357 * emulation/crisp.el (brief-mode): New alias. | |
3358 | |
3359 * emacs-lisp/ring.el (ring-elements): New function. | |
3360 | |
3361 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3362 (easy-menu-do-add-item): Use keywordp. | |
3363 | |
3364 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3365 | |
3366 * replace.el: Doc and error message fixes. | |
3367 (replace-highlight): Use facep, not internal-find-face. | |
3368 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3369 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3370 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3371 * 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
|
3372 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3373 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3374 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3375 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3376 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3377 (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
|
3378 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3379 (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
|
3380 (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
|
3381 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3382 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3383 (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
|
3384 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3385 (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
|
3386 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3387 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3388 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3389 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3390 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3391 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3392 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3393 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3394 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3395 (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
|
3396 (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
|
3397 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3398 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
|
3399 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3400 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3401 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3402 |
29029 | 3403 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3404 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3405 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3406 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3407 | |
29028 | 3408 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3409 | |
3410 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3411 and insert, not subst-char-in-region. | |
3412 | |
3413 * international/mule-diag.el (list-character-sets-1): Handle | |
3414 charsets eight-bit-control and eight-bit-graphic. | |
3415 (list-iso-charset-chars): Likewise. | |
3416 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3417 charactes as is. Use indent-to to align characters. | |
3418 | |
3419 * international/mule-cmds.el (find-multibyte-characters): Never | |
3420 exclude charsets eight-bit-control and eight-bit-graphic. | |
3421 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3422 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3423 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3424 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3425 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3426 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3427 * 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
|
3428 |
28993 | 3429 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3430 | |
3431 * gud.el (gud-jdb-directories): Doc fix. | |
3432 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3433 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3434 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3435 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3436 |
28988 | 3437 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3438 | |
28993 | 3439 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3440 |
28982 | 3441 2000-05-18 Andreas Schwab <schwab@suse.de> |
3442 | |
3443 * dired.el (dired-between-files): Also skip lines beginning with | |
3444 `used'. | |
3445 | |
28978 | 3446 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3447 | |
3448 * msb.el (msb-menu-cond): Add choice `user'. | |
3449 | |
28981 | 3450 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
|
3451 |
28981 | 3452 * ps-print.el: Compatibility, customization and doc fix. |
3453 (ps-printer-name-option): Replace defconst by defvar. | |
3454 (ps-postscript-code-directory): XEmacs compatibility. | |
3455 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3456 fix. | |
3457 (ps-user-defined-prologue, ps-print-prologue-header) | |
3458 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3459 compatibility and code fix. | |
3460 (ps-print-background-image, ps-print-background-text): | |
3461 Customization fix. | |
3462 (ps-line-number-start, ps-n-up-on): New vars. | |
3463 | |
28978 | 3464 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3465 | |
3466 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3467 the indent-comment function to just return the appropriate indent. | |
3468 | |
28975 | 3469 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3470 | |
3471 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3472 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3473 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3474 | |
28969 | 3475 2000-05-18 Dave Love <fx@gnu.org> |
3476 | |
3477 * info.el (Info-fontify-node): Add intangible property as well as | |
3478 invisible. | |
3479 | |
3480 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3481 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3482 | |
28965 | 3483 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3484 | |
3485 * international/mule-diag.el (describe-char-after): Call | |
3486 internal-char-font, not char-font. If internal-char-font returns | |
3487 nil, display "-- none --". | |
3488 | |
28959 | 3489 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3490 | |
3491 * image.el (image-type-available-p): Don't reference image-types | |
3492 if it isn't bound. | |
3493 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3494 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3495 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3496 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3497 |
28954 | 3498 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3499 | |
3500 * startup.el (command-line-1): Don't signal an error if the | |
3501 directory for auto-save-list files does not yet exist. | |
3502 | |
28950 | 3503 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3504 | |
3505 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3506 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3507 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3508 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3509 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3510 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3511 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
|
3512 |
28981 | 3513 * 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
|
3514 |
28942 | 3515 2000-05-16 Dave Love <fx@gnu.org> |
3516 | |
3517 * cus-edit.el: Don't require cl or easymenu. | |
3518 (custom-variable-prompt): Test standard-value property, not | |
3519 user-variable-p. | |
3520 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3521 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
|
3522 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3523 * 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
|
3524 |
28939 | 3525 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3526 | |
3527 * startup.el (command-line-1): Mention the FAQ in the startup | |
3528 message. | |
3529 | |
3530 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3531 | |
3532 * progmodes/compile.el (compilation-parse-errors): Collect | |
3533 `nomessage' regexps last. | |
3534 | |
3535 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3536 | |
3537 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3538 to the function name. | |
3539 | |
28926 | 3540 2000-05-15 Dave Love <fx@gnu.org> |
3541 | |
3542 * speedbar.el (speedbar-recenter): Typo. | |
3543 (speedbar-expand-line): Make arg optional. | |
3544 (speedbar-mode): Avoid a compiler warning. | |
3545 | |
28924 | 3546 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3547 | |
3548 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3549 user-specified option string is empty. | |
3550 | |
3551 * mouse.el (mouse-yank-at-click): Doc fix. | |
3552 | |
28921 | 3553 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3554 | |
3555 * term/internal.el (IT-character-translations): More updates of | |
3556 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3557 documents. | |
3558 | |
28919 | 3559 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3560 | |
3561 * env.el (getenv): New function, interactively callable. | |
3562 (setenv, getenv): Remove autoload cookies. | |
3563 | |
3564 * loadup.el: Load `env'. | |
3565 | |
3566 * progmodes/f90.el: Change author's mail address. | |
3567 | |
28908 | 3568 2000-05-14 Dave Love <fx@gnu.org> |
3569 | |
28911 | 3570 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3571 goto-addr as an option. | |
3572 | |
3573 * help.el (help-xref-stack): Doc fix. | |
3574 (help-xref-following): New variable. | |
3575 (help-make-xrefs): Use it. | |
3576 (help-xref-go-back): Use position information from stack element. | |
3577 (help-follow): Make position in stack element a pair. Use | |
3578 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3579 |
28911 | 3580 * autoarg.el: New file. |
3581 | |
3582 * faces.el: Declare more functions obsolete. | |
3583 | |
28908 | 3584 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3585 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3586 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3587 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3588 Remove all the setup-...-environment functions. | |
3589 | |
28903 | 3590 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3591 | |
28919 | 3592 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3593 >= when detecting. Require `defimage' safely. | |
28903 | 3594 (speedbar-easymenu-definition-base): Add toggle for images. |
3595 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3596 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3597 (speedbar-reconfigure-keymaps-hook): New variable. | |
3598 (speedbar-frame-parameters): Updated documentation. | |
3599 (speedbar-use-imenu-flag): Updated custom tag | |
3600 (speedbar-dynamic-tags-function-list): New variable. | |
3601 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3602 (speedbar-indentation-width, speedbar-indentation-width) New |
3603 variables. | |
3604 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3605 (speedbar-vc-indicator): Doc update. |
3606 (speedbar-ignored-path-expressions): Updated default value. | |
3607 (speedbar-supported-extension-expressions): Updated default value. | |
3608 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3609 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3610 as "+". Added overlay aliases. | |
3611 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3612 `force-mode-line-update'. | |
3613 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3614 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3615 `mouse-set-point' | |
28903 | 3616 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3617 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3618 of arbitrary text, and new helper functions. | |
3619 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3620 filename finder. | |
28903 | 3621 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3622 (speedbar-directory-buttons): Update path search/expansion. | |
3623 (speedbar-make-tag-line): Pay attention to | |
28919 | 3624 `speedbar-indentation-width'. Use more care w/ invisible |
3625 properties. | |
28903 | 3626 (speedbar-change-expand-button-char): Call |
3627 `speedbar-insert-image-button-maybe'. | |
3628 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3629 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3630 (speedbar-trim-words-tag-hierarchy) | |
3631 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3632 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3633 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3634 functions. | |
28903 | 3635 (speedbar-mouse-set-point): New function |
3636 (speedbar-power-click): Updated documentation. | |
28919 | 3637 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3638 of tag prefix text. | |
3639 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3640 to strange text. | |
3641 (speedbar-expand-line): Takes universal argument to flush the | |
3642 cache. | |
28903 | 3643 (speedbar-flush-expand-line): New function. |
3644 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3645 Use new generator insertion method. | |
3646 (speedbar-fetch-dynamic-tags): New function. | |
3647 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3648 `speedbar-fetch-dynamic-imenu'. | |
3649 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3650 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3651 "Revert Buffer" menu items. | |
3652 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3653 filename tag (for expansion purposes.). | |
28919 | 3654 (speedbar-highlight-one-tag-line, |
3655 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3656 (speedbar-recenter): New functions. | |
28903 | 3657 (defimage-speedbar): Image loading abstraction. |
28919 | 3658 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3659 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3660 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3661 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3662 (speedbar-expand-image-button-alist): New variable. |
3663 (speedbar-insert-image-button-maybe): Insert an image over some | |
3664 buttons. | |
3665 | |
28894 | 3666 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3667 | |
3668 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3669 character is always encodable. | |
3670 | |
3671 * international/mule-conf.el: Add more information in descriptions | |
3672 of character sets. | |
3673 | |
28965 | 3674 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3675 (describe-font-internal): Adjusted for the change of font-info. |
3676 (describe-font): Likewise. | |
3677 (print-fontset): Rewritten for the new fontset implementation. | |
3678 (describe-fontset): Include fontset alias names in completion. | |
3679 (list-fontsets): Adjusted for the change of print-fontset. | |
3680 | |
28895 | 3681 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3682 describe-char-after instead of displaying the detail in the echo | |
3683 area. | |
28965 | 3684 (syntax-code-table): Format changed. |
3685 (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
|
3686 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3687 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3688 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3689 * 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
|
3690 |
28890 | 3691 2000-05-12 Dave Love <fx@gnu.org> |
3692 | |
3693 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3694 dependence. Use line-{beginning,end}-position, not | |
3695 point-at{b,e}ol. Some doc fixes. | |
3696 (todo-position): New function. Fix callers of position to use it. | |
3697 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3698 | |
28885 | 3699 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3700 | |
3701 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3702 | |
28893 | 3703 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3704 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3705 |
28882 | 3706 2000-05-11 Dave Love <fx@gnu.org> |
3707 | |
28888 | 3708 * calendar/todo-mode.el: New file. |
28882 | 3709 |
28870 | 3710 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3711 | |
28881 | 3712 * comint.el (comint-read-input-ring): Move reference to |
3713 comint-input-ring-size outside of the save-excursion. It was | |
3714 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
|
3715 |
28875 | 3716 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3717 address on request from him. | |
3718 | |
28870 | 3719 * subr.el (substitute-key-definition): Add comment describing |
3720 the meaning of PREFIX. | |
3721 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3722 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
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 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3725 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3726 * 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
|
3727 (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
|
3728 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3729 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3730 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3731 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3732 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3733 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3734 (vc-do-command): Tweak advice to handle the new VC. |
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 * 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
|
3737 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3738 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3739 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3740 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3741 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3742 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3743 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3744 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3745 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3746 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3747 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3748 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3749 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3750 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3751 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3752 (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
|
3753 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3754 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3755 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3756 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3757 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3758 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3759 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3760 |
28845 | 3761 2000-05-09 Sam Steingold <sds@goems.com> |
3762 | |
3763 * apropos.el (apropos-print): use `describe-face' instead of | |
3764 `customize-face-other-window'. | |
3765 | |
28842 | 3766 2000-05-09 Dave Love <fx@gnu.org> |
3767 | |
3768 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3769 | |
3770 * help.el (describe-variable): Have customize button pop the | |
3771 help-xref stack when invoked. | |
3772 (help-xref-symbol-regexp): Add `face'. | |
3773 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3774 submatch numbers to cope. | |
3775 (help-xref-interned): Maybe insert face doc too. Separate | |
3776 sections with a line of hyphens. | |
3777 | |
28848 | 3778 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3779 (describe-face): Add customize button. Return the help |
3780 text. Fix prompt. | |
3781 | |
28839 | 3782 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3783 | |
3784 * term/internal.el (IT-character-translations): Fix last change. | |
3785 | |
28833 | 3786 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3787 | |
3788 * woman.el: New file | |
3789 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3790 | |
28829 | 3791 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3792 | |
28831 | 3793 * term/internal.el (IT-character-translations): Update ASCII |
3794 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3795 latin-iso8859-15. | |
3796 | |
28829 | 3797 * international/mule-cmds.el (set-language-info-alist): Call |
3798 define-prefix-command with 3 arguments, to make the map suitable | |
3799 for a menu. | |
3800 | |
28827 | 3801 2000-05-07 Dave Love <fx@gnu.org> |
3802 | |
30993 | 3803 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 3804 |
28825 | 3805 2000-05-05 Dave Love <fx@gnu.org> |
3806 | |
3807 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3808 list in doc string. Don't quote keyword symbols. | |
3809 * emacs-lisp/cl.el: Likewise | |
3810 * emacs-lisp/cl-seq.el: Likewise | |
3811 | |
28823 | 3812 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3813 | |
3814 * abbrev.el (abbrev-mode): Make ARG optional. | |
3815 | |
28812 | 3816 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3817 | |
28817 | 3818 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3819 | |
3820 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3821 | |
28812 | 3822 * subr.el (substitute-key-definition): Clarify documentation. |
3823 | |
3824 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3825 | |
3826 * glasses.el (glasses-convert-to-unreadable): Use | |
3827 `glasses-separator' instead of the hard-wired "_". | |
3828 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3829 place. | |
3830 | |
28808 | 3831 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3832 | |
3833 * term/internal.el (cjk-codepages-alist): Add associations for | |
3834 Chinese and Korean codepages. Remove FIXME comment. | |
3835 | |
28806 | 3836 2000-05-03 Dave Love <fx@gnu.org> |
3837 | |
3838 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3839 New option. | |
3840 (display-time-mail-icon): New variable. | |
3841 (display-time-string-forms): Use the above. Fix the local-map. | |
3842 | |
28795 | 3843 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3844 | |
28805 | 3845 * replace.el (query-replace-map): Add binding for `E'. |
3846 (query-replace-help): Extend help text. | |
3847 (perform-replace): Allow editing the replacement string. | |
3848 | |
3849 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3850 (makefile-mode): Set local abbrev table to | |
3851 makefile-mode-abbrev-table. | |
3852 (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
|
3853 |
28795 | 3854 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3855 set TOGGLE's value. | |
3856 | |
28805 | 3857 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3858 mail-interactive-insert-alias. | |
3859 (mail-abbrev-complete-alias): New command. | |
3860 (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
|
3861 |
28790 | 3862 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3863 | |
3864 * language/lao-util.el (lao-compose-region): New function. | |
3865 | |
28782 | 3866 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3867 | |
28789 | 3868 * files.el (recover-session): Make directories as necessary |
3869 if they don't exist yet. | |
3870 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3871 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3872 (french-calendar-multibyte-special-days-array) |
28782 | 3873 (french-calendar-special-days-array): Change French text. |
3874 (calendar-french-date-string): Change output. | |
3875 (calendar-goto-french-date): Likewise. | |
3876 | |
3877 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3878 | |
3879 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3880 (widget-documentation-string-value-create): Set `:always-active'. | |
3881 | |
28778 | 3882 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3883 | |
3884 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3885 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3886 (normal-top-level): Create the directory for auto-save files, if | |
3887 it doesn't already exist (in the ms-dos case only). | |
3888 | |
28775 | 3889 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3890 | |
3891 * international/mule-cmds.el (set-language-environment): Don't | |
3892 concat an integer (dos-codepage), use format instead. | |
3893 | |
28772 | 3894 2000-05-02 Dave Love <fx@gnu.org> |
3895 | |
3896 * help.el (help-xref-on-pp): Check for constant symbols. | |
3897 | |
28764 | 3898 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3899 | |
3900 * startup.el (normal-top-level): Put a condition-case around | |
3901 the code loading subdirs.el. | |
3902 | |
3903 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
|
3904 |
28764 | 3905 * ps-print.el: Upside-down and face background color printing, |
3906 line number step, doc fix. | |
3907 (ps-print-version): New version number (5.2). | |
3908 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3909 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3910 (ps-spool-config): Var fix. | |
3911 (ps-printer-name-option): Const fix. | |
3912 (ps-print-upside-down, ps-use-face-background) | |
3913 (ps-line-number-step): New vars. | |
3914 (ps-window-system, ps-lp-system): New consts. | |
3915 (ps-face-background): New fun. | |
3916 | |
28759 | 3917 2000-04-28 Richard Stallman <rms@gnu.org> |
3918 | |
3919 * files.el (make-auto-save-file-name): | |
3920 Apply auto-save-file-name-transforms to visited file name | |
3921 before generating auto save file name. | |
3922 (auto-save-file-name-transforms): New variable. | |
3923 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3924 * files.el (backup-enable-predicate): |
28759 | 3925 Correctly test for a file under a temporary directory. |
3926 | |
28751 | 3927 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3928 | |
3929 * subr.el (add-minor-mode): Rewritten. | |
3930 | |
28749 | 3931 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3932 | |
3933 * mail/sendmail.el (sendmail-send-it): Set | |
3934 buffer-file-coding-system to the selected coding system for MIME | |
3935 header. | |
3936 | |
28748 | 3937 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3938 | |
3939 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3940 YYYY is followed by two spaces. | |
3941 | |
3942 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3943 in the second character class of the regexp. | |
3944 | |
3945 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3946 mh-etc, too. | |
3947 | |
3948 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3949 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3950 |
28748 | 3951 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3952 | |
3953 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3954 argument. | |
3955 | |
3956 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
|
3957 |
28748 | 3958 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3959 (crm-collection-fn, crm-test-completion) | |
3960 (completing-read-multiple): Use it. | |
3961 | |
28736 | 3962 2000-04-27 Dave Love <fx@gnu.org> |
3963 | |
3964 * help.el (locate-library): Use mapc. | |
3965 (help-manyarg-func-alist): Add call-process-region. | |
3966 | |
28724 | 3967 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3968 | |
28729 | 3969 * subr.el (add-minor-mode): Make argument MAP optional. |
3970 | |
28724 | 3971 * desktop.el (desktop-save): Save list of minor modes. |
3972 (desktop-create-buffer): Restore minor modes. | |
3973 (desktop-minor-mode-table): New user-option. | |
3974 | |
3975 * subr.el (add-minor-mode): New function. | |
3976 | |
3977 * image.el (find-image): New function. | |
3978 (defimage): Rewritten to find image at load time. | |
3979 | |
3980 * startup.el (normal-top-level-add-to-load-path): Handle | |
3981 case that the default directory is not in load-path. | |
3982 | |
3983 * help.el: Old patch from Stefan Monnier. | |
3984 (help-xref-on-pp): New function. | |
3985 (describe-variable): Use it to display xrefs in a symbol's value. | |
3986 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3987 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3988 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3989 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3990 |
28713 | 3991 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3992 | |
28715 | 3993 * mail/rmail.el (rmail-expunge): When there are no deleted |
3994 messages, do nothing. | |
28713 | 3995 |
28712 | 3996 2000-04-26 Dave Love <fx@gnu.org> |
3997 | |
3998 * international/mule-cmds.el (locale-translation-file-name): | |
3999 Defvar to nil. | |
4000 (set-locale-environment): Set it here (at runtime). | |
4001 | |
28710 | 4002 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4003 | |
4004 * replace.el (perform-replace): Add parameters START and END. Use | |
4005 them instead of the check for a region in Transient Mark mode. | |
4006 (query-replace-read-args): Return two more list elements for the | |
4007 start and end of the region in Transient Mark mode. | |
4008 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4009 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4010 optional last arguments START and END and pass them to | |
4011 perform-replace. | |
4012 | |
4013 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4014 form with additional arguments for perform-replace. | |
4015 | |
4016 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4017 and END. Construct a form with additional arguments for | |
4018 perform-replace. | |
4019 | |
4020 * simple.el (shell-command): Set default directory for "*Shell | |
4021 Command Output" buffer. | |
4022 | |
4023 * language/european.el (iso-latin-4): Fix typo. | |
4024 | |
4025 * emacs-lisp/crm.el: New file. | |
4026 | |
28701 | 4027 2000-04-24 Dave Love <fx@gnu.org> |
4028 | |
4029 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4030 (Custom-reset-saved, Custom-reset-standard) | |
4031 (custom-group-value-create, custom-group-set, custom-group-save) | |
4032 (custom-group-reset-current, custom-group-reset-saved) | |
4033 (custom-group-reset-standard): Use mapc. | |
4034 (custom-buffer-create-internal): Disable undo when creating items. | |
4035 Use mapc. | |
4036 (custom-face): Avoid redundant lambda. | |
4037 | |
28699 | 4038 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4039 | |
4040 * startup.el (auto-save-list-file-prefix): Set default to | |
4041 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4042 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4043 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4044 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4045 * 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
|
4046 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4047 |
28695 | 4048 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4049 | |
4050 * frame.el (scrolling): New group. | |
4051 (automatic-hscrolling): New user-option. | |
4052 | |
4053 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4054 `--line-spacing'. | |
4055 | |
28668 | 4056 2000-04-19 Dave Love <fx@gnu.org> |
4057 | |
4058 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4059 (cl-mapc): Rename from mapc. Fix the funcall. | |
4060 | |
28653 | 4061 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4062 | |
28660 | 4063 * simple.el (clone-indirect-buffer-other-window): New command. |
4064 (clone-indirect-buffer): Add optional arg NORECROD. | |
4065 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4066 | |
28658 | 4067 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4068 | |
4069 * window.el (count-screen-lines): New function. | |
4070 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4071 instead of window-buffer-height. | |
4072 | |
4073 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4074 non-existing variable comint-input-sentinel. | |
4075 (inferior-lisp-args-to-list): Removed. | |
4076 (inferior-lisp): Use split-string instead of | |
4077 inferior-lisp-args-to-list. | |
4078 | |
4079 * hexl.el (hexl-insert-hex-string): New command. | |
4080 | |
28653 | 4081 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4082 instead of concat. | |
4083 | |
28634 | 4084 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4085 | |
4086 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4087 at the start of an existing but empty folder. | |
4088 | |
4089 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4090 | |
4091 * ps-mule.el: Customization fix, doc fix. | |
4092 (ps-multibyte-buffer): Customization fix. | |
4093 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4094 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4095 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4096 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4097 |
28626 | 4098 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4099 | |
4100 * textmodes/texinfo.el (texinfo-insert-@email) | |
4101 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4102 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4103 (texinfo-mode-map): Add key bindings for them. | |
4104 | |
4105 * files.el (basic-save-buffer-2): Use a template with `$' | |
4106 instead of `#' for VMS. | |
4107 | |
4108 * simple.el (clone-indirect-buffer): New function. | |
4109 | |
28621 | 4110 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4111 | |
4112 * iswitchb.el (iswitchb-case): New function. If the user input | |
4113 contains any upper-case characters, the search is made | |
4114 case-sensitive. | |
4115 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4116 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4117 |
28621 | 4118 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4119 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4120 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4121 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4122 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4123 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4124 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4125 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
|
4126 (texinfo-environments): New var. |
28621 | 4127 (texinfo-environment-regexp): Use regexp-opt and |
4128 texinfo-environments. | |
4129 | |
4130 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4131 ispell-process is bound since this might be eval'd before ispell | |
4132 is loaded. | |
4133 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4134 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
|
4135 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4136 * 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
|
4137 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4138 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4139 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4140 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4141 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4142 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4143 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4144 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4145 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4146 |
28602 | 4147 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4148 | |
4149 * 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
|
4150 |
28602 | 4151 * ps-print.el: Fix counting lines in a region. |
4152 (ps-print-version): New version number (5.1.5). | |
4153 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4154 (ps-printing-region): Fun code fix. | |
4155 | |
28600 | 4156 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4157 | |
4158 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4159 to file-directory-p. | |
4160 | |
28591 | 4161 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4162 | |
4163 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4164 exists before calling directory-files. | |
4165 | |
28578 | 4166 2000-04-13 Dave Love <fx@gnu.org> |
4167 | |
4168 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4169 syntax. | |
4170 | |
4171 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4172 | |
4173 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4174 (cl-old-mapc): New variable. | |
4175 (mapc): Use it. | |
4176 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4177 next-property-change. | |
4178 (cl-map-overlays): Use with-current-buffer. | |
4179 (cl-expt): Remove. | |
4180 (copy-tree, remprop): Define unconditionally. | |
4181 | |
4182 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4183 | |
4184 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4185 to use keywordp. | |
4186 (edebug-spec): Enable keywordp. | |
4187 | |
4188 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4189 string-lessp. | |
4190 | |
4191 * cus-start.el: Use keywordp. | |
4192 | |
28577 | 4193 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4194 | |
4195 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4196 2000-02-18 by doing a save-excursion. | |
4197 | |
4198 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4199 | |
4200 * ps-print.el: Customization fix, doc fix. | |
4201 (ps-print-version): New version number (5.1.4). | |
4202 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4203 (ps-print-preprint): Adjust code. | |
4204 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4205 (ps-print-prologue-header, ps-print-control-characters) | |
4206 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4207 |
28564 | 4208 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4209 | |
4210 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4211 converted to the new menu-item format, names silightly changed, | |
4212 help strings added. | |
4213 | |
4214 Support for spelling without async subprocesses: | |
4215 | |
4216 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4217 (ispell-session-buffer): New variables. | |
4218 (ispell-start-process, ispell-process-status, | |
4219 ispell-accept-output, ispell-send-string): New functions, for | |
4220 Ispell invocation when async subprocesses aren't supported. | |
4221 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4222 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4223 to process-send-string with calls to ispell-send-string, and | |
4224 accept-process-output with ispell-accept-output. | |
4225 (ispell-init-process): Call ispell-process-status instead of | |
4226 process-status with. | |
4227 (ispell-init-process): Call ispell-start-process. Call | |
4228 ispell-accept-output and ispell-send-string. Don't call | |
4229 process-kill-without-query and kill-process if they are unbound. | |
4230 (ispell-async-processp): New function. | |
4231 | |
28560 | 4232 2000-04-12 Dave Love <fx@gnu.org> |
4233 | |
4234 * info.el: Add debug-ignored-errors. | |
4235 (Info-mode-menu): Add some items. | |
4236 (Info-directory): Add autoload cookie. | |
4237 | |
4238 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4239 Modify `truncate-lines'. Make `describe-language-environment' | |
4240 always visible and add help. Modify `describe-key' help. Invoke | |
4241 Info-directory from `info'. New entry `emacs-manual'. | |
4242 | |
28542 | 4243 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4244 | |
28549 | 4245 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4246 propertized-buffer-identification. | |
4247 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4248 (ebrowse--mode-strings): Removed. | |
4249 (ebrowse--mode-line-props): Removed. | |
4250 | |
28542 | 4251 * files.el (auto-mode-alist): Add `EBROWSE'. |
4252 | |
4253 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4254 space before testing for end of buffer. | |
4255 (ebrowse-load): Removed. | |
4256 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4257 (ebrowse-create-tree-buffer): Rewritten. | |
4258 (ebrowse-tree-mode): Read tree from buffer. | |
4259 | |
4260 * progmodes/ebrowse-ffh.el: Removed. | |
4261 | |
28535 | 4262 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4263 | |
4264 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4265 | |
28534 | 4266 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4267 | |
4268 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4269 at the wrong place. | |
4270 | |
28783 | 4271 2000-04-09 Dave Love <fx@gnu.org> |
4272 | |
4273 * files.el (backup-enable-predicate): Use | |
4274 temporary-file-directory, small-temporary-file-directory. | |
4275 (make-backup-file-name-function, backup-directory-alist): New | |
4276 variables. | |
4277 (make-backup-file-name-1): New function. | |
4278 (make-backup-file-name): Use it. | |
4279 (find-backup-file-name): Likewise. Use format for clarity, not | |
4280 concat. | |
4281 (file-newest-backup): Use make-backup-file-name. | |
4282 | |
28523 | 4283 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4284 | |
28530 | 4285 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4286 |
28530 | 4287 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4288 to ebrowse-ffh.el. | |
4289 (ebrowse-load): Add autoload. | |
4290 | |
4291 * finder.el (finder-commentary): Add autoload cookie. | |
4292 | |
28523 | 4293 * mail/rfc2368.el: Correct author's email address. |
4294 | |
4295 * progmodes/ebrowse.el: New file. | |
4296 | |
4297 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4298 item help string. | |
4299 (easy-menu-do-add-item): Ditto. | |
4300 (easy-menu-define): Extend doc string. | |
4301 | |
4302 * jit-lock.el (with-buffer-unmodified): Use | |
4303 restore-buffer-modified-p. | |
4304 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4305 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4306 with-buffer-unmodified. | |
4307 | |
28517 | 4308 2000-04-08 Dave Love <fx@gnu.org> |
4309 | |
4310 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4311 unless, when. | |
4312 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4313 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
|
4314 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4315 * 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
|
4316 (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
|
4317 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
|
4318 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4319 |
28506 | 4320 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4321 | |
4322 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4323 like C-r. | |
4324 | |
4325 * progmodes/make-mode.el: Some doc fixes. | |
4326 (makefile-mode-abbrev-table): New variable. | |
4327 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4328 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4329 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4330 | |
4331 * replace.el (perform-replace): Don't move forward one char | |
4332 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4333 to do that because it leaves point 1 position after the last | |
4334 replacement, after everything has been replaced. | |
4335 | |
4336 * jit-lock.el (with-buffer-unmodified): New macro. | |
4337 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4338 modified state. | |
4339 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4340 preserving buffer's modified state. | |
4341 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4342 jit-lock-function-1. | |
4343 | |
4344 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4345 | |
28499 | 4346 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4347 | |
4348 * glasses.el: Provide facilities for inserting space before left | |
4349 parentheses and uncapitalization of identifiers. | |
4350 (glasses-mode): Try to remove old overlays in all cases. | |
4351 | |
28485 | 4352 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4353 | |
28496 | 4354 * progmodes/compile.el (compile-internal): Display the compilation |
4355 buffer in a different frame, if it's already displayed there. | |
4356 | |
28494 | 4357 * mail/rfc2368.el: New file. |
4358 | |
28492 | 4359 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4360 header and insert its value as mail body. | |
4361 | |
4362 * subr.el (member-ignore-case): New function. | |
4363 | |
4364 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4365 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4366 from dabbrev-ignored-regexps. | |
4367 | |
28485 | 4368 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4369 to extensions handled by gzip. | |
4370 | |
28492 | 4371 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4372 | |
4373 * files.el (insert-directory): List the total free space | |
4374 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4375 |
28492 | 4376 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4377 line is followed by one that matches CITATION-REGEXP, end the | |
4378 paragraph. | |
4379 | |
4380 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4381 | |
4382 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4383 (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
|
4384 |
28474 | 4385 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4386 | |
4387 * international/mule-cmds.el (encoded-string-description): | |
4388 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4389 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4390 for hexadecimal format. | |
28474 | 4391 |
28468 | 4392 2000-04-01 Dave Love <fx@gnu.org> |
4393 | |
4394 * cpp.el: Change customization group to `c' from `C'. | |
4395 | |
4396 * vcursor.el (vcursor-move): Use display-color-p. | |
4397 | |
4398 * international/mule-util.el: Provide mule-utils. | |
4399 (string-to-sequence): Simplify and speed up. | |
4400 | |
4401 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4402 | |
4403 * international/mule-cmds.el: Various menu changes. | |
4404 (describe-specified-language-support): Handle `Default'. | |
4405 (set-language-info): Purecopy `info'. | |
4406 | |
28462 | 4407 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4408 | |
4409 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4410 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
|
4411 |
28445 | 4412 2000-03-31 Dave Love <fx@gnu.org> |
4413 | |
28452 | 4414 * help.el (help-manyarg-func-alist): Correct several omissions. |
4415 | |
28450 | 4416 * add-log.el: Don't require cl, fortran. |
4417 (add-log-current-defun-function): Doc fix. | |
4418 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4419 fix. | |
4420 (change-log-version-rcs): Function deleted. | |
4421 (change-log-version-number-search): Doc fix. Use | |
4422 vc-workfile-version. Avoid CL dolist. | |
4423 (add-change-log-entry): Just call add-log-current-defun to get | |
4424 defun. Simplify somewhat. | |
4425 (change-log-get-method-definition-1): Likewise. | |
4426 (add-log-current-defun): Return nil if calling | |
4427 add-log-current-defun-function does so. Move Fortran stuff to | |
4428 fortran.el. Return string without properties. | |
4429 | |
28445 | 4430 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4431 and :alpha: char classes. | |
4432 | |
4433 * mail/supercite.el: Defvar curline when compiling. | |
4434 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4435 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4436 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4437 | |
28444 | 4438 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4439 | |
4440 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4441 | |
4442 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4443 Re-enable new code. | |
4444 | |
4445 * lpr.el (print-region-1): Use -d to specify printer name for | |
4446 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4447 | |
4448 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
|
4449 |
28444 | 4450 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4451 for function definition in symbol's function value slot first | |
4452 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
|
4453 |
28435 | 4454 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4455 | |
4456 * language/european.el ("Polish"): New language environment. | |
4457 (setup-polish-environment): New function. | |
4458 | |
28424 | 4459 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4460 | |
4461 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4462 Disable new code. | |
4463 | |
4464 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4465 trying to `load' the symbol of an autoload instead of the file | |
4466 recorded in the autoload. Fix error messages. | |
4467 | |
28429 | 4468 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4469 | |
4470 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4471 (ps-print-version): New version number (5.1.3). | |
4472 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4473 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4474 (ps-generate-postscript-with-faces): Code fix. | |
4475 (ps-color-values): XEmacs compatibility. | |
4476 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4477 (ps-default-fg, ps-default-bg): Adjust customization. | |
4478 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4479 (ps-color-scale): Renaming old ps-color-value fun. | |
4480 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4481 with ps-print-header variable. | |
4482 (ps-print-miscellany): New group. | |
4483 (ps-format-color, ps-rgb-color): New funs. | |
4484 (ps-default-foreground): New var. | |
4485 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4486 |
28416 | 4487 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4488 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4489 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4490 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4491 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4492 (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
|
4493 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4494 |
28416 | 4495 * lisp/locate.el: |
4496 (locate-word-at-point): Added this function | |
4497 (locate): Default to using locate-word-at-point as input | |
4498 Run dired-mode-hook | |
4499 | |
28405 | 4500 2000-03-29 Dave Love <fx@gnu.org> |
4501 | |
4502 * calendar/appt.el: Doc fixes. | |
4503 (appt-check): Convert min-to-app to a string before passing to | |
4504 appt-disp-window-function or concat. | |
4505 (appt-delete-window): Remove test for frame-root-window. | |
4506 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4507 | |
4508 * emacs-lisp/bytecomp.el: Doc fixes. | |
4509 (byte-compile-file-form-autoload): Update | |
4510 byte-compile-function-environment. | |
4511 | |
28403 | 4512 2000-03-29 Andreas Schwab <schwab@suse.de> |
4513 | |
4514 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4515 specially. | |
4516 | |
4517 * dired.el (dired-insert-directory): If dired-free-space-program | |
4518 failed just delete its output. | |
4519 | |
28395 | 4520 2000-03-29 Dave Love <fx@gnu.org> |
4521 | |
4522 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4523 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4524 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4525 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4526 clarity. | |
4527 | |
4528 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4529 | |
28377 | 4530 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4531 | |
4532 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4533 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4534 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4535 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4536 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4537 * 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
|
4538 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4539 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4540 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4541 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4542 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4543 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4544 |
28326 | 4545 2000-03-26 Dave Love <fx@gnu.org> |
4546 | |
28331 | 4547 * net/browse-url.el (browse-url): Re-fix case of |
4548 browse-url-browser-function being an alist. | |
4549 (browse-url): Add :link to defgroup. | |
4550 | |
28326 | 4551 * files.el: Doc fixes. |
4552 (file-truename): Include `[' in wildcard characters. | |
4553 (automount-dir-prefix): Customize. | |
4554 (find-file-wildcards): Add :version. | |
4555 (find-file-noselect): Simplify a mapcar call. | |
4556 | |
4557 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4558 compatible with inf-lisp version. | |
4559 (eval-defun-1): Fix custom-declare-variable case. | |
4560 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4561 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4562 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4563 * 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
|
4564 |
28303 | 4565 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4566 | |
28308 | 4567 * Makefile (COMPILE_FIRST): New macro. |
4568 (compile-files): Compile files from COMPILE_FIRST first. | |
4569 | |
4570 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4571 code. | |
4572 | |
28303 | 4573 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4574 matching open parenthesis in column 0 to defun-prompt-regexp | |
4575 only if open-paren-in-column-0-is-defun-start is set. | |
4576 | |
4577 * sun-curs.el: Require CL at compile-time only. | |
4578 | |
4579 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4580 instead of copy-list which is a function from CL. | |
4581 (msb--choose-menu, msb--mode-menu-cond) | |
4582 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4583 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4584 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4585 `(' in column 0 in doc string. | |
4586 (msb--add-separators): Use mapcar instead of mapcan. | |
4587 | |
4588 * cus-dep.el: Require CL at compile-time only. | |
4589 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4590 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4591 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4592 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4593 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4594 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4595 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4596 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4597 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4598 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4599 (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
|
4600 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4601 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4602 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4603 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4604 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4605 |
28292 | 4606 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4607 | |
4608 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4609 (rmail-expunge): Ask for confirmation depending on the setting | |
4610 of rmail-confirm-expunge. | |
4611 | |
4612 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4613 | |
4614 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4615 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4616 cause a bootstrap failure because things don't autoload as | |
4617 expected. | |
4618 | |
28289 | 4619 2000-03-23 Dave Love <fx@gnu.org> |
4620 | |
4621 * net/browse-url.el: Restore previous use of | |
4622 browse-url-maybe-new-window. | |
4623 | |
28287 | 4624 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4625 | |
4626 * ps-print.el: Skip banner page fix. | |
4627 (ps-print-version): New version number (5.1.2). | |
4628 (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
|
4629 |
28287 | 4630 2000-03-23 Dave Pearson <davep@davep.org> |
4631 | |
4632 * net/quickurl.el Changed the type of parameter passed to the | |
4633 function defined by `quickurl-format-function'. Before only the | |
4634 text of the URL was passed. Now the whole URL structure is passed | |
4635 and the function is responsible for extracting the parts it | |
4636 requires. Changed the default of `quickurl-format-function' | |
4637 accordingly. | |
4638 (quickurl-insert): Changed the `funcall' of | |
4639 `quickurl-format-function' to match the above change. | |
4640 (quickurl-list-insert): Changed the `url' case so that it makes | |
4641 use of `quickurl-format-function', previous to this the format was | |
4642 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4643 |
28283 | 4644 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4645 | |
4646 * startup.el: Change some spellings for the X Window System. | |
4647 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4648 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4649 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4650 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4651 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
|
4652 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4653 |
28276 | 4654 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4655 | |
4656 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4657 | |
28267 | 4658 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4659 | |
4660 * ps-print.el: N-up last page fix. | |
4661 (ps-print-version): New version number (5.1.1). | |
4662 (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
|
4663 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4664 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4665 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4666 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4667 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4668 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4669 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4670 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4671 * 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
|
4672 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4673 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4674 (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
|
4675 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
|
4676 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
|
4677 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4678 (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
|
4679 (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
|
4680 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4681 (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
|
4682 to only examine some subset of the buffers. |
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-info.el (cvs-fileinfo-pp): Use the new property-preserving |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4685 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4686 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4687 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4688 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4689 * 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
|
4690 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4691 (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
|
4692 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4693 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4694 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4695 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4696 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4697 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4698 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4699 (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
|
4700 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
|
4701 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4702 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
|
4703 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4704 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4705 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4706 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4707 * 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
|
4708 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4709 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4710 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
|
4711 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4712 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4713 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4714 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4715 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
|
4716 (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
|
4717 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4718 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4719 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4720 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4721 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4722 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4723 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4724 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4725 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4726 |
28246 | 4727 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4728 | |
4729 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4730 (custom-button-pressed-face): Likewise. | |
4731 | |
28244 | 4732 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4733 | |
4734 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4735 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4736 depending on the value of tags-case-fold-search. | |
4737 (tags-loop-continue): Use tags-loop-eval. | |
4738 (find-tag-in-order): Bind case-fold-search depending on the value | |
4739 of tags-case-fold-search. | |
4740 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4741 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4742 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4743 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4744 (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
|
4745 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4746 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4747 (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
|
4748 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4749 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4750 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4751 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4752 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4753 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4754 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4755 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4756 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4757 * 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
|
4758 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4759 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4760 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4761 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4762 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4763 |
28233 | 4764 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4765 | |
4766 * term/x-win.el: Fontsets related initialization is simplified. | |
4767 | |
4768 * international/mule-diag.el (describe-font): Don't refer to | |
4769 global-fontset-alist, instead call font-list. | |
4770 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4771 (print-fontset): Adjusted for the change of fontset | |
4772 implementation. | |
4773 | |
4774 * international/fontset.el (x-charset-registries): Variable | |
4775 removed, instead the corresponding data is stored in the default | |
4776 fontset. | |
4777 (register-alternate-fontnames): Function removed. | |
4778 (resolved-ascii-font): Variable removed. | |
4779 (x-compose-font-name): Ignore the second argument REDOCE. | |
4780 (x-complement-fontset-spec): Complement only an ASCII font and | |
4781 element for those charsets than can use that ASCII font. | |
4782 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4783 instead call fontset-list. | |
4784 (uninstantiated-fontset-alist): Variable removed. | |
4785 (x-style-funcs-alist): Likewise. | |
4786 (fontset-default-styles): Likewise. | |
4787 (x-modify-font-name): Function removed. | |
4788 (create-fontset-from-fontset-spec): Ignore the argument | |
4789 STYLE-VARIANT. | |
4790 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4791 change. | |
4792 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4793 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4794 |
28233 | 4795 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4796 (describe-face): Include `font' attribute in the description. | |
4797 | |
28219 | 4798 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4799 | |
4800 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4801 | |
28209 | 4802 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4803 | |
28212 | 4804 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4805 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4806 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
|
4807 |
28209 | 4808 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4809 about behavior of set-buffer-modified-p wrt redisplay. | |
4810 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4811 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4812 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4813 * 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
|
4814 |
28194 | 4815 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4816 | |
4817 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4818 is a string, convert it to a syntax cell using string-to-syntax. | |
4819 | |
4820 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4821 (string-to-syntax): New function. | |
4822 | |
4823 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4824 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4825 try to use passive ftp mode. |
28194 | 4826 |
28189 | 4827 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4828 | |
28209 | 4829 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4830 |
4831 * simple.el (append-to-buffer): Update point of windows after | |
4832 insertion. | |
4833 | |
4834 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4835 forward then moving backward. Reindent. | |
4836 | |
4837 * frame.el (other-frame): Call x-focus-frame only if | |
4838 focus-follows-mouse is off. | |
4839 | |
28185 | 4840 2000-03-17 Dave Love <fx@gnu.org> |
4841 | |
4842 * pcvs-util.el (cvs-strings->string): Rename | |
4843 replace-regexps-in-string. | |
4844 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4845 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4846 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4847 * 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
|
4848 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4849 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4850 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4851 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4852 |
28174 | 4853 2000-03-16 Dave Love <fx@gnu.org> |
4854 | |
4855 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4856 `fortran'. | |
4857 (f90-mode-hook): Customize. | |
4858 (f90-mode): Set add-log-current-defun-function. | |
4859 (f90-current-defun): New function. | |
4860 | |
28169 | 4861 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4862 | |
28173 | 4863 * cus-edit.el (custom-variable-tag-face): Handle case that |
4864 default face's height is not a number. | |
4865 (custom-face-tag-face, custom-group-tag-face-1) | |
4866 (custom-group-tag-face): Ditto. | |
4867 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4868 |
28169 | 4869 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4870 | |
28161 | 4871 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4872 | |
4873 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4874 requiring easymenu. | |
4875 | |
28155 | 4876 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4877 | |
4878 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4879 handler, doc fix. | |
4880 (ps-print-version): New version number (5.1). | |
4881 (ps-user-defined-prologue, ps-error-handler-message) | |
4882 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4883 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4884 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4885 |
28150 | 4886 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4887 | |
4888 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4889 invalid self-assignment code. |
28150 | 4890 |
28149 | 4891 2000-03-14 Dave Love <fx@gnu.org> |
4892 | |
4893 * subr.el (replace-regexp-in-string): Renamed from | |
4894 replace-regexps-in-string. Doc fix. | |
4895 | |
28131 | 4896 2000-03-12 Dave Love <fx@gnu.org> |
4897 | |
4898 * cus-edit.el: Doc fixes. | |
4899 (customize-set-variable, customize-save-variable): Rename args for | |
4900 doc. | |
4901 (custom-variable-tag-face, custom-face-tag-face) | |
4902 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4903 style which user identify as hyperlink. | |
4904 (hook): Don't add undefined functions to the hook. | |
4905 (debug-ignored-errors): Transfer message from bindings.el. | |
4906 | |
28120 | 4907 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4908 | |
4909 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4910 double/nested definition. | |
4911 | |
28114 | 4912 2000-03-12 Dave Love <fx@gnu.org> |
4913 | |
4914 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4915 * enriched.el (enriched-decode-foreground): Likewise. | |
4916 (enriched-decode-background): Likewise. | |
4917 * isearch.el (isearch-highlight): Likewise. | |
4918 * info-look.el (info-lookup): Likewise. | |
4919 * simple.el (completion-setup-function): Likewise. | |
4920 | |
4921 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4922 :options. | |
4923 | |
4924 * bindings.el (mode-line-format): Fix line-number and | |
4925 column-number items. Add help-echo for the background. | |
4926 (mode-line-mule-info): Modify help-echo. | |
4927 | |
4928 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4929 defcustom. | |
4930 | |
4931 * files.el (load-file): Allow completion to .elc. | |
4932 | |
4933 * man.el: Doc fixes. | |
4934 (Man-init-defvars): Use display-color-p to set fontification. | |
4935 | |
4936 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4937 | |
28109 | 4938 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4939 | |
4940 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4941 | |
4942 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4943 | |
28098 | 4944 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4945 | |
4946 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4947 Fix comment. | |
4948 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4949 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4950 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4951 * 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
|
4952 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4953 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4954 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4955 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4956 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4957 * 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
|
4958 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4959 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4960 * 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
|
4961 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
|
4962 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4963 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4964 * 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
|
4965 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4966 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4967 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4968 |
28084 | 4969 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4970 | |
4971 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4972 removed. | |
4973 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4974 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4975 |
28114 | 4976 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4977 allow more flexibility. | |
4978 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4979 fns. | |
4980 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4981 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4982 |
28085 | 4983 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4984 |
4985 * rect.el (replace-rectangle): New function. | |
4986 | |
4987 2000-03-09 Dave Love <fx@gnu.org> | |
4988 | |
4989 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4990 "C". | |
4991 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4992 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4993 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4994 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4995 fortran-comment-line-start here. Set comment-start, | |
4996 add-log-current-defun. | |
4997 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4998 (fortran-current-defun): New function. | |
4999 | |
28073 | 5000 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5001 | |
28077 | 5002 * emacs-lisp/re-builder.el: New file. |
5003 | |
28076 | 5004 * mouse.el (mouse-drag-region): Don't run up-event handler |
5005 if hscroll has changed. | |
5006 | |
28073 | 5007 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5008 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5009 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5010 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5011 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5012 `(defun (setf foo)' differently. |
5013 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5014 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5015 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5016 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5017 (regexp-opt): Update comment and adapt the code the new meaning of |
5018 the `paren' argument of regex-opt-group for shy-groups. | |
5019 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5020 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5021 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5022 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5023 Remove open-presuf and close-presuf. Instead of checking for `all |
5024 one-char' and then later on check for `several one-char', handle | |
5025 both cases close together. Also apply a more generic algorithm | |
5026 for suffixes (the mirror image of the algorithm used for | |
5027 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5028 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5029 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5030 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5031 from comint-mode-map, so we can just inherit from it. Also, move |
5032 the initialization into the `defvar' since there's no docstring | |
5033 anyway and it's fairly short. | |
5034 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5035 shorter and this way we inherit from comint-mode-map rather than | |
5036 copying it. | |
5037 | |
5038 * subr.el (replace-regexps-in-string): Properly handle the case | |
5039 where we match an empty string. | |
5040 | |
5041 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5042 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
|
5043 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5044 |
28046 | 5045 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5046 | |
28051 | 5047 * Makefile (compile-files): Compile files one by one because |
5048 that's the only way to ensure a clean compilation environment for | |
5049 each individual file. | |
5050 | |
28046 | 5051 * frame.el (other-frame): Call x-focus-frame. |
5052 | |
28040 | 5053 2000-03-07 Dave Love <fx@gnu.org> |
5054 | |
28043 | 5055 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5056 :require to defcustom. | |
5057 | |
28040 | 5058 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5059 lists. | |
5060 | |
5061 * files.el (auto-mode-alist): Add configure.in. | |
5062 | |
5063 * progmodes/autoconf.el: New file. | |
5064 | |
28034 | 5065 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5066 | |
5067 * mail/mh-e.el: Change maintainer to `none'. | |
5068 | |
5069 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5070 to remove-hook and add-hook. | |
5071 | |
5072 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5073 | |
28035 | 5074 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5075 it as the default. |
28035 | 5076 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5077 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5078 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5079 |
28024 | 5080 2000-03-07 Dave Love <fx@gnu.org> |
5081 | |
5082 * winner.el: Fix keywords, autoload cookies. Split | |
5083 eval-when-compile form to avoid compilation failure. | |
5084 | |
28017 | 5085 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5086 | |
5087 * international/mule.el: Modify comment about coding system | |
5088 property `coding-category'. | |
5089 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5090 coding-category property of PROPERTIES. | |
5091 | |
5092 * international/mule-conf.el (coding-category-utf-8, | |
5093 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5094 categories. Include them in the argument for set-coding-priority. | |
5095 | |
5096 * international/mule-cmds.el (reset-language-environment): Include | |
5097 coding-category-utf-8, coding-category-utf-16-be, and | |
5098 coding-category-utf-16-le in the argument for set-coding-priority. | |
5099 (reset-language-environment): Initialize coding-category-utf-8, | |
5100 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5101 | |
28014 | 5102 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5103 | |
5104 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5105 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5106 extensions as well as compression extensions. | |
5107 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5108 |
27976 | 5109 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5110 | |
5111 * strokes.el: Change maintainer's mail address. | |
5112 | |
27972 | 5113 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5114 | |
5115 * international/mule-diag.el (list-character-sets): Make help-echo | |
5116 string by substitute-command-keys. | |
5117 (list-character-sets): Likewise. | |
5118 (sort-listed-character-sets): Call help-setup-xref. | |
5119 | |
27965 | 5120 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5121 | |
5122 * time.el (display-time-mail-file): Add `none' to the list of | |
5123 choices. | |
5124 | |
27954 | 5125 2000-03-01 Dave Love <fx@gnu.org> |
5126 | |
27959 | 5127 * help.el (help-xref-go-back): Don't try to set position. |
5128 | |
27954 | 5129 * international/mule-diag.el (list-character-sets): Call |
5130 help-setup-xref. Add help-echo to xrefs. | |
5131 (list-character-sets-1): Add help-echo to xrefs. | |
5132 | |
27949 | 5133 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5134 | |
5135 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5136 the mode off. | |
5137 | |
5138 * add-log.el (add-log-current-defun): Add support for | |
5139 Autoconf mode. | |
5140 | |
5141 * mail/rmail.el (rmail-quit-hook): New variable. | |
5142 | |
27931 | 5143 2000-03-01 Dave Love <fx@gnu.org> |
5144 | |
27935 | 5145 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5146 | |
27931 | 5147 * help.el (help-xref-button): Add help-echo arg. |
5148 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5149 | |
5150 * faces.el (list-faces-display): Supply help-echo with | |
5151 help-make-xrefs. | |
5152 | |
5153 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5154 nil. | |
5155 | |
27919 | 5156 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5157 | |
27927 | 5158 * image.el (defimage): Look for image files in load-path. |
5159 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5160 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5161 `number'. |
5162 | |
27927 | 5163 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5164 | |
5165 * recentf.el (recentf): Added version tag to the defgroup of | |
5166 recentf. | |
5167 | |
5168 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5169 | |
5170 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5171 too. | |
5172 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5173 action to select/unselect a file. | |
5174 (recentf-edit-list): Code cleanup and improvement. | |
5175 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5176 widget action to open a file. | |
5177 (recentf-open-more-files): No more use standard completion but | |
5178 widgets. | |
5179 (recentf-more-collection): Deleted. | |
5180 (recentf-more-history): Deleted. | |
5181 (recentf-setup-more-completion): Deleted. | |
5182 | |
5183 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5184 | |
5185 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5186 under a window-system. | |
5187 | |
5188 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5189 | |
5190 * recentf.el (recentf-edit-list): New command to edit the recent | |
5191 list which allow the user to remove files. | |
5192 (recentf-edit-selected-items): New global variable, used by | |
5193 `recentf-edit-list' to hold the list of files to be removed from | |
5194 the recent list. | |
5195 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5196 menu item. Minor code cleanup. | |
5197 | |
5198 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5199 | |
5200 * recentf.el (recentf-open-more-files): New command to open files | |
5201 that are not displayed in the menu. | |
5202 (recentf-more-collection): New global variable holding the set of | |
5203 permissible completions used by `recentf-open-more-files'. | |
5204 (recentf-more-history): New global variable holding the history list | |
5205 used by `recentf-open-more-files' completion. | |
5206 (recentf-setup-more-completion): New function to setup completion for | |
5207 `recentf-open-more-files'. | |
5208 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5209 | |
5210 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5211 | |
5212 * recentf.el (recentf-menu-action): Doc fixed. | |
5213 | |
5214 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5215 | |
5216 * recentf.el (recentf-menu-filter): Doc updated. | |
5217 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5218 (recentf-make-menu-items): New menu filter handling. | |
5219 (recentf-make-menu-item): New helper function. | |
5220 (recentf-menu-elements): New menu handling function. | |
5221 (recentf-sort-ascending): Updated to new menu filter handling. | |
5222 (recentf-sort-descending): Updated to new menu filter handling. | |
5223 (recentf-sort-basenames-ascending): New menu filter function. | |
5224 (recentf-sort-basenames-descending): New menu filter function. | |
5225 (recentf-show-basenames): New menu filter function. | |
5226 (recentf-show-basenames-ascending): New menu filter function. | |
5227 (recentf-show-basenames-descending): New menu filter function. | |
5228 | |
27919 | 5229 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5230 | |
5231 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5232 the end of the buffer. | |
5233 | |
27911 | 5234 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5235 | |
5236 * international/mule-diag.el (list-character-sets): Completely | |
5237 rewritten. | |
5238 (sort-listed-character-sets): New function. | |
5239 (list-character-sets-1): Completely rewritten. | |
5240 (list-character-sets-2): New function. | |
5241 (non-iso-charset-alist): New variable. | |
5242 (decode-codepage-char): New function. | |
5243 (charset-history): New variable. | |
5244 (read-charset) (list-block-of-chars) | |
5245 (list-iso-charset-chars) | |
5246 (list-non-iso-charset-chars) | |
5247 (list-charset-chars): New functions. | |
5248 (mule-diag): Call list-character-sets-2, not | |
5249 list-character-sets-2. | |
5250 (dump-charsets): Likewise. | |
5251 | |
27910 | 5252 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5253 | |
27919 | 5254 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5255 file name characters. | |
5256 (dired-filename-at-point): Handle ange-ftp file names. | |
5257 | |
27910 | 5258 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5259 instead of assoc-delete-all. | |
5260 (frame-notice-user-settings): Ditto. | |
5261 | |
5262 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5263 Don't copy alist. | |
5264 | |
27906 | 5265 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5266 | |
5267 * calculator.el (calculator-use-menu): New option. | |
5268 (calculator-initial-bindings): Changed some bindings to work as | |
5269 macros. | |
5270 (calculator-forced-input): Removed. | |
5271 (calculator-restart-other-mode): New variable. | |
5272 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5273 |
27906 | 5274 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5275 | |
5276 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5277 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5278 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5279 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
|
5280 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5281 * 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
|
5282 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
|
5283 (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
|
5284 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
|
5285 * 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
|
5286 * 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
|
5287 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
|
5288 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
|
5289 * 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
|
5290 * 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
|
5291 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5292 |
27898 | 5293 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5294 | |
5295 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5296 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5297 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5298 face-font-family-alternatives from working. | |
5299 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5300 chosen font. | |
5301 | |
27873 | 5302 2000-02-25 Sam Steingold <sds@goems.com> |
5303 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5304 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5305 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5306 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5307 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5308 |
5309 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5310 | |
27856 | 5311 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5312 | |
5313 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5314 writable. | |
5315 | |
27868 | 5316 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5317 |
27847 | 5318 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5319 | |
5320 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5321 | |
27845 | 5322 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5323 | |
5324 * diary-lib.el (include-other-diary-files): Undo the selective | |
5325 display in any included file and don't kill it. | |
5326 | |
27841 | 5327 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5328 | |
5329 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5330 bar. Menu items converted to (menu-item format, help strings | |
5331 added. | |
5332 [downcase, upcase]: Don't enable on MS-DOS. | |
5333 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5334 bound. | |
5335 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5336 | |
27825 | 5337 2000-02-23 Dave Love <fx@gnu.org> |
5338 | |
27838 | 5339 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5340 (backward-kill-word): Revert addition of * to interactive spec -- | |
5341 it's a feature. | |
5342 | |
5343 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5344 (backward-kill-sentence, kill-sentence): Likewise. | |
5345 | |
27835 | 5346 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5347 scratch buffer name. | |
5348 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5349 slightly. | |
5350 | |
5351 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5352 new read-face-name. | |
5353 | |
5354 * mail/footnote.el (footnote): Add :version to defgroup. | |
5355 (footnote-section-tag-regexp): Customize. | |
5356 (footnote-start-tag, footnote-end-tag): New option. | |
5357 (footnote-latin-regexp): New variable. | |
5358 (Footnote-latin): New function. | |
5359 (footnote-style-alist): Add element for latin style. | |
5360 (footnote-style): Moved. | |
5361 (Footnote-goto-footnote): Use eq to test arg. | |
5362 | |
5363 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5364 | |
27825 | 5365 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5366 (byte-compile-trueconstp): Include keywords. | |
5367 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5368 byte-compile-const-symbol-p. | |
5369 (byte-optimize-char-before): New optimization. | |
5370 | |
5371 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5372 (byte-compile-const-symbol-p): New function. | |
5373 (byte-compile-constp, byte-compile-out-toplevel) | |
5374 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5375 Use it. | |
5376 | |
5377 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5378 | |
27813 | 5379 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5380 | |
27815 | 5381 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5382 and minor-mode-map-alist. | |
5383 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5384 codes SS2 and SS3 correctly. | |
5385 (encoded-kbd-self-insert-ccl): New function. | |
5386 (encoded-kbd-setup-keymap): New function. | |
5387 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5388 by calling encoded-kbd-setup-keymap. | |
5389 | |
27813 | 5390 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5391 characters. | |
5392 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5393 locally. | |
5394 | |
27811 | 5395 2000-02-22 Dave Love <fx@gnu.org> |
5396 | |
5397 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5398 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5399 defvar. | |
5400 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5401 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5402 classes. Match `defface'. | |
5403 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5404 (eval-defun-1): Fix for defcustom. | |
5405 (lisp-indent-region): Doc fix. | |
5406 | |
5407 * subr.el (when, unless, split-string): Doc fix. | |
5408 (read-passwd): Move call of clear-this-command-keys to the right | |
5409 place. | |
5410 (replace-regexps-in-string): New function. | |
5411 | |
27807 | 5412 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5413 | |
5414 * help.el (describe-variable): Set syntax table to | |
5415 emacs-lisp-mode-syntax-table when moving forward over the | |
5416 symbol's name. | |
5417 | |
27805 | 5418 2000-02-22 Dave Love <fx@gnu.org> |
5419 | |
5420 * xt-mouse.el: Doc fixes. | |
5421 (xterm-mouse-position-function): New function, replacing advice of | |
5422 mouse-position. | |
5423 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5424 | |
5425 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5426 | |
27794 | 5427 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5428 | |
5429 * format.el (format-annotate-single-property-change): Handle | |
5430 properties.with dotted-list values. | |
5431 (format-proper-list-p): New function. | |
5432 | |
5433 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5434 . COLOR) and (background-color . COLOR). | |
5435 | |
27788 | 5436 2000-02-20 Dave Love <fx@gnu.org> |
5437 | |
5438 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5439 and assignments to it. | |
5440 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5441 current local map. | |
5442 (make-flyspell-overlay): Use it. | |
5443 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5444 | |
5445 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5446 (lm-get-header-re): Defun, not defsubst. | |
5447 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5448 (lm-version): Doc fix. Simplify. | |
5449 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5450 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5451 (lm-verify, lm-synopsis): Simplify. | |
5452 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5453 | |
27785 | 5454 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5455 | |
5456 * dired.el (dired-mode): Call propertized-buffer-identification | |
5457 to set mode-line-buffer-identification to something having | |
5458 the right text properties. | |
5459 | |
5460 * bindings.el (propertized-buffer-identification): New function. | |
5461 | |
27777 | 5462 2000-02-20 Dave Love <fx@gnu.org> |
5463 | |
5464 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5465 check for t-mouse too. | |
5466 | |
5467 * cus-start.el: Make echo-keystrokes `number'. | |
5468 | |
27776 | 5469 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5470 | |
5471 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5472 Don't call ring-empty-p unless tags-location-ring is bound. | |
5473 From Noah Friedman <friedman@splode.com>. | |
5474 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5475 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5476 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5477 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5478 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5479 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5480 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5481 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5482 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5483 (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
|
5484 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
|
5485 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5486 |
27757 | 5487 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5488 | |
5489 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5490 | |
27749 | 5491 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5492 | |
27754 | 5493 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5494 | |
27749 | 5495 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5496 of `*' to handle `(* ... *)' comments. | |
5497 | |
27732 | 5498 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5499 | |
27737 | 5500 * 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
|
5501 window-system. |
27737 | 5502 |
27732 | 5503 * menu-bar.el (global-map): Menu-bar items converted to the new |
5504 format (menu-item..., rearranged for better CUA compliance, and | |
5505 their names changed for better clarity. Help strings added. | |
5506 | |
5507 * international/mule-cmds.el (mule-menu-keymap) | |
5508 (describe-language-environment-map, set-coding-system-map) | |
5509 (setup-language-environment-map): Convert to new (menu-item... | |
5510 form, add help strings. Change names of menu items for better | |
5511 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5512 submenu). | |
5513 | |
27729 | 5514 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5515 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5516 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5517 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5518 |
27717 | 5519 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5520 |
27717 | 5521 * faces.el: Don't require custom. Add more specific :groups to |
5522 various deffaces. | |
5523 (set-face-attribute): Purecopy args. | |
5524 (read-face-name): Default to name at point and use it in prompt. | |
5525 Remove colon from arg in all callers. | |
5526 (list-faces-display): Hyperlink to face descriptions and customize | |
5527 buffers. | |
5528 | |
27712 | 5529 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5530 | |
5531 * wid-edit.el (widget-match-inline): An atom never matches a | |
5532 list. | |
5533 | |
27707 | 5534 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5535 | |
27713 | 5536 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5537 at ':' characters by call to split-string. | |
27707 | 5538 |
5539 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5540 | |
27713 | 5541 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5542 |
5543 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5544 | |
27713 | 5545 * textmodes/bibtex.el: Some temporary comments removed. |
5546 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5547 explicit. | |
5548 (bibtex-field-const): Allow capital letters. | |
5549 (bibtex-start-of-string): Deleted because unused. | |
5550 | |
5551 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5552 use the term 'reference' to describe a bibtex entry as a whole. | |
5553 Further, reference keys are no longer called 'labels'. | |
5554 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5555 (bibtex-reformat-previous-labels): Renamed to | |
5556 bibtex-reformat-previous-reference-keys. | |
5557 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5558 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5559 (bibtex-reference-maybe-empty-head): Renamed to | |
5560 bibtex-entry-maybe-empty-head. | |
5561 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5562 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5563 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5564 bibtex-enclosing-entry-maybe-empty-head. | |
5565 (bibtex-entry-field-alist, bibtex-entry-head, | |
5566 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5567 bibtex-map-entries, bibtex-search-entry, | |
5568 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5569 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5570 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5571 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5572 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5573 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5574 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5575 |
5576 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5577 | |
27713 | 5578 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5579 comment. | |
5580 (bibtex-format-field-delimiters): New function, functionality | |
5581 extracted from bibtex-format-entry. | |
5582 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5583 extracted from bibtex-autokey-get-yearfield. | |
5584 | |
5585 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5586 entries in order to avoid stack overflow in the regexp matcher if | |
5587 field contents become large. | |
5588 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5589 bibtex-field-string-part-not-braced, | |
5590 bibtex-field-string-part-no-inner-braces, | |
5591 bibtex-field-string-part-1-inner-brace, | |
5592 bibtex-field-string-part-2-inner-braces, | |
5593 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5594 bibtex-field-string-quoted, bibtex-field-string, | |
5595 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5596 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5597 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5598 as parsing is now performed by the following functions. | |
5599 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5600 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5601 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5602 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5603 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5604 bibtex-search-forward-field, bibtex-search-backward-field, | |
5605 bibtex-start-of-field, bibtex-end-of-field, | |
5606 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5607 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5608 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5609 bibtex-parse-string, bibtex-search-forward-string, | |
5610 bibtex-search-backward-string, bibtex-start-of-string, | |
5611 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5612 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5613 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5614 entries. Instead of reporting the results of the parsing by | |
5615 match-beginning or match-end, these functions return data structures | |
5616 that hold the corresponding positions. | |
5617 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5618 return values rather than by match-beginning or match-end. The | |
5619 following functions have been adapted to use the new parsing | |
5620 functions. | |
5621 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5622 bibtex-enclosing-field, bibtex-format-entry, | |
5623 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5624 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5625 bibtex-print-help-message, bibtex-end-of-entry, | |
5626 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5627 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5628 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5629 method for parsing. | |
5630 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5631 bibtex-map-entries, bibtex-flash-head, | |
5632 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5633 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5634 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5635 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5636 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5637 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5638 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5639 order to make the new binding of case-fold-search immediately | |
5640 visible. | |
27707 | 5641 |
5642 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5643 | |
27713 | 5644 * textmodes/bibtex.el: Copyright notice is up to date. |
5645 Added constant 'bibtex-maintainer-salutation. | |
5646 | |
5647 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5648 than make-temp-name, use match-string-no-properties and eliminate | |
5649 a quadratic behavior when building bibtex-strings. | |
5650 | |
5651 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5652 reference key contains upper case letters. | |
27707 | 5653 |
5654 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5655 | |
27713 | 5656 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5657 a new line. | |
27707 | 5658 |
5659 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5660 | |
27713 | 5661 * bibtex.el: Hiding of entry bodies is not longer provided by |
5662 bibtex.el directly. Instead the hideshow package can be used. | |
5663 Added a special bibtex entry to hs-special-modes-alist. | |
5664 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5665 |
5666 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5667 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5668 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5669 at ':' characters by call to split-string. |
27729 | 5670 |
5671 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5672 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5673 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5674 |
5675 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5676 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5677 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5678 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5679 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5680 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5681 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5682 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5683 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5684 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
|
5685 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5686 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5687 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5688 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5689 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5690 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5691 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5692 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5693 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5694 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5695 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5696 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5697 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5698 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5699 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5700 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5701 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5702 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5703 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5704 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5705 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5706 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5707 |
5708 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5709 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5710 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5711 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5712 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5713 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5714 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5715 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5716 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5717 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5718 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
|
5719 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5720 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5721 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5722 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5723 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5724 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5725 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
|
5726 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5727 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5728 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
|
5729 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
|
5730 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5731 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5732 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5733 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5734 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5735 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
|
5736 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5737 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5738 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
|
5739 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
|
5740 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5741 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5742 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5743 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
|
5744 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
|
5745 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
|
5746 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5747 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5748 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5749 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5750 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
|
5751 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5752 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5753 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5754 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5755 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5756 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5757 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5758 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5759 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
|
5760 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
|
5761 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5762 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5763 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5764 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5765 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5766 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5767 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
|
5768 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5769 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5770 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5771 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
|
5772 visible. |
27729 | 5773 |
5774 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5775 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5776 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5777 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5778 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5779 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5780 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
|
5781 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5782 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5783 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5784 reference key contains upper case letters. |
27729 | 5785 |
5786 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5787 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5788 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5789 a new line. |
27729 | 5790 |
5791 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5792 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5793 * 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
|
5794 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5795 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5796 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5797 |
5798 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5799 | |
27713 | 5800 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5801 proceedings entry type (for cross referencing). Thanks to Wagner |
5802 Toledo Correa for the suggestion. | |
5803 | |
27713 | 5804 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5805 |
27690 | 5806 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5807 | |
5808 * international/characters.el: Setup case table for Vietnamese. | |
5809 | |
27687 | 5810 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5811 | |
5812 * uniquify.el (toplevel): Require CL at compile time. | |
5813 (uniquify-push): Removed. | |
5814 | |
5815 * shadowfile.el (shadow-when): Removed. | |
5816 | |
5817 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5818 (tempo-process-and-insert-string): Use dolist instead of | |
5819 tempo-dolist. | |
5820 | |
5821 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5822 regexp for paragraph-start. | |
5823 | |
5824 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5825 commas as well. | |
5826 | |
27657 | 5827 2000-02-10 Dave Love <fx@gnu.org> |
5828 | |
5829 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5830 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5831 Deleted. | |
5832 (widget-specify-field, widget-specify-button): Don't use | |
5833 widget-mouse-help as help-echo property. | |
5834 (default): Use #'ignore for :validate and :mouse-down-action. | |
5835 (checkbox): Add help-echo. | |
5836 (widget-sexp-validate): Rewritten to clarify error messages. | |
5837 (character): Use char-valid-p in :match function. | |
5838 (widget-color-complete): Use facemenu-color-alist. | |
5839 (widget-color-action): Use facemenu-read-color. | |
5840 | |
5841 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5842 set up `caar' &c that we now have. | |
5843 | |
27713 | 5844 2000-02-09 Ray Blaak <blaak@gnu.org> |
5845 | |
5846 * delphi.el: Make resourcestring a declaration region, like const | |
5847 and var. | |
5848 | |
27652 | 5849 2000-02-09 Dave Love <fx@gnu.org> |
5850 | |
5851 * bindings.el (mode-line-input-method-map): New variable. | |
5852 (mode-line-mule-info): Use it; fix last change. | |
5853 (mode-line-mode-menu): Move definition. | |
5854 (mode-line-mouse-sensitive-p): Deleted. | |
5855 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5856 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5857 level. | |
5858 | |
5859 * startup.el (command-line-1): Don't call | |
5860 make-mode-line-mouse-sensitive. | |
5861 | |
27644 | 5862 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5863 | |
5864 * mail/rmail.el (rmail-retry-failure): Use | |
5865 rmail-beginning-of-message before rmail-toggle-header, because the | |
5866 former toggles headers. | |
5867 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5868 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
|
5869 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5870 * 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
|
5871 (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
|
5872 (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
|
5873 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
|
5874 (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
|
5875 (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
|
5876 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5877 * 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
|
5878 (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
|
5879 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
|
5880 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5881 (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
|
5882 (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
|
5883 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
|
5884 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
|
5885 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5886 (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
|
5887 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5888 (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
|
5889 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
|
5890 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5891 (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
|
5892 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
|
5893 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5894 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
|
5895 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5896 * 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
|
5897 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
|
5898 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5899 * 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
|
5900 |
27610 | 5901 2000-02-04 Dave Love <fx@gnu.org> |
5902 | |
27617 | 5903 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5904 | |
27610 | 5905 * completion.el: Replace completion-dolist with dolist. |
5906 | |
5907 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5908 dotimes. | |
5909 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5910 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5911 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5912 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5913 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5914 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5915 * 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
|
5916 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5917 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5918 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5919 `case-fold-search' to nil. |
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/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5922 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5923 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5924 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5925 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5926 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5927 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5928 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5929 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5930 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5931 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5932 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5933 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5934 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5935 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5936 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5937 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5938 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5939 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5940 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5941 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5942 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5943 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5944 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5945 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5946 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5947 (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
|
5948 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5949 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5950 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5951 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5952 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5953 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5954 |
27590 | 5955 2000-02-02 Dave Love <fx@gnu.org> |
5956 | |
5957 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5958 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5959 | |
5960 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5961 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5962 the new builtins directly. | |
5963 | |
5964 * whitespace.el (whitespace): Add :version to defgroup. | |
5965 | |
5966 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5967 Doc fix. | |
5968 | |
5969 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5970 (number-at-point, list-at-point): Add autoload cookie. | |
5971 | |
5972 * recentf.el (recentf): Add :version to defgroup. | |
5973 | |
5974 * quickurl.el (quickurl): Add :version to defgroup. | |
5975 | |
5976 * elide-head.el (elide-head): Use point-marker more. | |
5977 | |
5978 * bs.el (bs): Add :version to defgroup. | |
5979 | |
5980 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5981 | |
5982 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5983 | |
27587 | 5984 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5985 | |
5986 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5987 succeeding process operation sets a different coding system. | |
5988 | |
5989 * calculator.el: New file. | |
5990 | |
27572 | 5991 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5992 | |
5993 * frame.el (frames-on-display-list, framep-on-display): New | |
5994 functions. | |
5995 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5996 (display-selections-p, display-screens, display-pixel-width) | |
5997 (display-pixel-height, display-mm-width, display-mm-height) | |
5998 (display-backing-store, display-save-under, display-planes) | |
5999 (display-color-cells, display-visual-class): New functions. | |
6000 | |
6001 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6002 | |
6003 * faces.el (display-color-p): Use framep-on-display. | |
6004 (display-grayscale-p): New function. | |
6005 | |
27549 | 6006 2000-01-31 Dave Love <fx@gnu.org> |
6007 | |
6008 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6009 (create-fontset-from-x-resource): Don't concat integers. | |
6010 | |
27545 | 6011 2000-01-31 Inge Frick <inge@nada.kth.se> |
6012 | |
6013 * view.el: Some changes in documentation. Removed some trailing | |
6014 whitespace. Changed some parameter names to agree with | |
6015 documentation. | |
6016 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6017 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6018 |
27541 | 6019 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6020 | |
27543 | 6021 * windmove.el: New file. |
6022 | |
27541 | 6023 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6024 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6025 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6026 |
27541 | 6027 * jit-lock.el (jit-lock-function): Widen before calculating end |
6028 position. | |
6029 (jit-lock-stealth-chunk-start): Rewritten. | |
6030 | |
6031 * info.el (Info-title-face-alist): Removed. | |
6032 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6033 faces. | |
6034 (Info-fontify-node): Use these faces. | |
6035 | |
27527 | 6036 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6037 | |
6038 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6039 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6040 `&allow-other-keywords'. | |
6041 | |
6042 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6043 the list of directories scanned heuristically. | |
6044 | |
6045 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6046 exist. | |
6047 | |
27523 | 6048 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6049 | |
6050 * w32-fns.el: Define w32-tty-standard-colors. | |
6051 | |
6052 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6053 w32 console mode. | |
6054 | |
27510 | 6055 2000-01-30 Dave Love <fx@gnu.org> |
6056 | |
27513 | 6057 * jka-compr.el (jka-compr-load): Fix up load-history. |
6058 | |
27510 | 6059 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6060 | |
6061 * emacs-lisp/cl-macs.el: Revert previous change. | |
6062 | |
27499 | 6063 2000-01-29 Dave Love <fx@gnu.org> |
6064 | |
6065 * facemenu.el: Purecopy various strings. | |
6066 | |
6067 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6068 years. Deal with three-digit years. | |
6069 | |
6070 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6071 defconst, purecopy. | |
6072 (help-back-label): Purecopy it. | |
6073 | |
27498 | 6074 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6075 | |
6076 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6077 variable. If non-nil, order the buffer list according to the | |
6078 currently selected frame. | |
6079 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6080 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
|
6081 |
27496 | 6082 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6083 | |
6084 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6085 | |
27486 | 6086 2000-01-28 Dave Love <fx@gnu.org> |
6087 | |
27491 | 6088 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6089 | |
27486 | 6090 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6091 Don't use lisp-indent-hook property. | |
6092 (cl-abs): Remove. | |
6093 | |
6094 * subr.el: Move out indent and edebug specs for when and unless. | |
6095 | |
6096 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6097 when, unless. | |
6098 | |
6099 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6100 unless, when. | |
6101 | |
27467 | 6102 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6103 | |
27481 | 6104 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6105 `collecting' as synonym for `collect'. | |
6106 | |
6107 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6108 for the case it contains spaces. | |
6109 | |
6110 * simple.el (what-cursor-position): Change formatting of | |
6111 messages. | |
6112 | |
27473 | 6113 * frame.el (delete-other-frames): New function. |
6114 (toplevel): Bind it to C-x 5 1. | |
6115 | |
27469 | 6116 * sort.el (sort-numeric-base): New option. |
6117 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6118 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6119 as default base. | |
6120 | |
27467 | 6121 * progmodes/glasses.el: New file. |
6122 | |
27451 | 6123 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6124 | |
27461 | 6125 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6126 userids differently. | |
6127 | |
27451 | 6128 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6129 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6130 progmodes/ebnf-yac.el: New files. | |
6131 | |
27446 | 6132 2000-01-26 Dave Love <fx@gnu.org> |
6133 | |
6134 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6135 on a function with an empty body. [From Eric Ludlam.] | |
6136 | |
27437 | 6137 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6138 | |
6139 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6140 | |
27433 | 6141 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6142 | |
6143 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6144 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6145 | |
27419 | 6146 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6147 | |
6148 * language/thai-util.el (thai-composition-function): Delete | |
6149 superfluous `a'. | |
6150 | |
27418 | 6151 2000-01-24 Dave Love <fx@gnu.org> |
6152 | |
6153 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6154 end-of-defun-function. | |
6155 | |
6156 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6157 &c. | |
6158 | |
27405 | 6159 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6160 | |
6161 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6162 conflicts with new face support. | |
6163 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6164 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6165 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6166 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6167 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6168 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6169 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6170 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6171 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6172 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6173 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6174 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6175 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6176 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6177 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6178 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6179 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6180 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6181 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6182 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6183 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6184 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6185 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6186 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6187 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6188 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6189 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6190 |
27366 | 6191 2000-01-19 Dave Love <fx@gnu.org> |
6192 | |
27368 | 6193 * files.el (user-init-file): Don't declare here -- is primitive. |
6194 | |
27366 | 6195 * startup.el (command-line): Check for compiled user-init-file and |
6196 set to uncompiled version if necessary. | |
6197 | |
27358 | 6198 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6199 | |
27361 | 6200 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6201 (undigestify-rmail-message): Use it. | |
6202 | |
27358 | 6203 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6204 | |
27351 | 6205 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6206 | |
6207 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6208 of mini-buffer. | |
6209 | |
27326 | 6210 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6211 | |
27330 | 6212 * emacs-lisp/copyright.el (copyright-update): Removed the |
6213 requirement for a trailing space from `copyright-regexp', to | |
6214 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6215 |
27327 | 6216 * align.el: New file. |
6217 | |
27326 | 6218 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6219 | |
6220 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6221 | |
27323 | 6222 2000-01-13 Dave Love <fx@gnu.org> |
6223 | |
6224 * ph.el: Removed. (Obsoleted by EUDC.) | |
6225 | |
27321 | 6226 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6227 | |
6228 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6229 menu with easymenu, because that causes build problems. | |
6230 | |
6231 * frame.el (frame-notice-user-settings): New variable. | |
6232 (frame-notice-user-settings): Don't modify frame parameters | |
6233 if called a second time. | |
6234 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6235 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6236 |
6237 * frame.el (frame-notice-user-settings): | |
6238 Notice default-frame-parameters even for non-window frames. | |
6239 | |
27318 | 6240 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6241 | |
6242 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6243 for Emacs. | |
6244 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6245 (eudc-bob-toggle-inline-display): Ditto. | |
6246 (eudc-bob-display-jpeg): Ditto. | |
6247 | |
27304 | 6248 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6249 | |
27313 | 6250 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6251 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6252 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
|
6253 |
27312 | 6254 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6255 nil)'. | |
6256 | |
6257 * subdirs.el: Add `net' directory. | |
6258 | |
27308 | 6259 * net: New directory. |
6260 | |
27304 | 6261 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6262 eval-last-sexp. Don't bind debug-on-error here. | |
6263 (eval-last-sexp): New function. Bind debug-on-error if | |
6264 eval-expression-debug-on-error is non-nil. | |
6265 (eval-defun-2, eval-defun): Likewise. | |
6266 | |
6267 * simple.el (eval-expression): Don't bind debug-on-error if | |
6268 eval-expression-debug-on-error is nil. Detect changed | |
6269 debug-on-error, and propagate new value to global binding, if | |
6270 eval-expression-debug-on-error is non-nil, | |
6271 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6272 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6273 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6274 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6275 * 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
|
6276 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6277 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6278 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6279 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6280 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6281 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6282 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6283 |
27288 | 6284 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6285 | |
27291 | 6286 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6287 of erasing buffer. | |
6288 | |
27288 | 6289 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6290 (fill-context-prefix): Use the longest common prefix of first |
6291 and second line fill prefix, if there is one. | |
27288 | 6292 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6293 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6294 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6295 * 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
|
6296 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6297 |
27282 | 6298 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6299 | |
6300 * add-log.el (add-log-current-defun): Handle user-defined | |
6301 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6302 |
27280 | 6303 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6304 if having found a current function |
27278 | 6305 |
6306 * add-log.el (add-log-current-defun): Call | |
6307 `add-log-current-defun-function'. Try matches at level 0 and | |
6308 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6309 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6310 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6311 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6312 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6313 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6314 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6315 |
27265 | 6316 2000-01-10 Dave Love <fx@gnu.org> |
6317 | |
6318 * elide-head.el (elide-head): Use point-marker, not point. | |
6319 | |
27261 | 6320 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6321 | |
27263 | 6322 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6323 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6324 |
27261 | 6325 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6326 Add ispell- prefix. | |
6327 | |
6328 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6329 | |
6330 * ispell.el: Only define dictionaries in menus when they exist. | |
6331 (version18p): New variable. | |
6332 (version20p): New variable. | |
6333 (xemacsp): New variable. | |
6334 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6335 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6336 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6337 run-together words. |
27261 | 6338 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6339 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6340 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6341 library path when called non-interactively. |
27261 | 6342 (ispell-menu-map-needed): Uses new variables. |
6343 (ispell-library-path): New variable. | |
6344 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6345 (ispell-word): Improved documentation string. Test for valid | |
6346 character mappings. Correctly check typed in word changes that can | |
6347 result in single words split into multiple words. Returns | |
6348 replacement word. | |
6349 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6350 replace in recursive query replace mode. Help message for | |
6351 recursive edit mode. | |
6352 (ispell-show-choices): Protect against bad framepop bindings. | |
6353 (ispell-help): Fix to work with XEmacs. | |
6354 (ispell-highlight-spelling-error): Use new variables. | |
6355 (ispell-overlay-window): Fix to work with XEmacs. | |
6356 (ispell-parse-output): Passed and returns location information | |
6357 tracking spelling corrections. Doesn't recheck same word on | |
6358 current line. | |
6359 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6360 Fix call to single argument in sleep-for. Use new variables. | |
6361 (ispell-region): Passed and returns location information tracking | |
6362 spelling corrections. Doesn't check same word on current line. | |
6363 Improved documentation string. Doesn't resend a line already | |
6364 checked to the ispell process - fixes bug in LaTeX parsing. | |
6365 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6366 (ispell-skip-region): No longer skips <TT> in SGML. | |
6367 (ispell-process-line): Tracks location information with spelling | |
6368 corrections. Added documentation string. Accounts for words | |
6369 already accepted on this line. Don't allow query-replace on line | |
6370 starting with math characters. Doesn't resend a line already sent | |
6371 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6372 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6373 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6374 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6375 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6376 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6377 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6378 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6379 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
|
6380 |
27255 | 6381 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6382 | |
6383 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6384 of a real newline. | |
6385 | |
27253 | 6386 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6387 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6388 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6389 for .png files. |
6390 | |
27251 | 6391 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6392 | |
6393 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6394 | |
27247 | 6395 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6396 | |
27249 | 6397 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6398 | |
27247 | 6399 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6400 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6401 recursion. |
6402 | |
27244 | 6403 2000-01-08 Dave Love <fx@gnu.org> |
6404 | |
27265 | 6405 * emacs-lisp/backquote.el: Remove inappropriate customization |
6406 (allowing custom.el to use backquote). | |
27244 | 6407 |
27241 | 6408 2000-01-07 Dave Love <fx@gnu.org> |
6409 | |
6410 * add-log.el (add-log-debugging): Deleted. | |
6411 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6412 file. Remove debugging code. | |
6413 (change-log-get-method-definition, change-log-name): Add doc. | |
6414 (change-log-sortable-date-at): New function. | |
6415 (change-log-merge): New command. | |
6416 | |
6417 * time.el (display-time-string-forms): Make the Mail string active. | |
6418 (display-time-update): Provide help-echo for load average. | |
6419 | |
6420 * bindings.el (make-mode-line-mouse2-map): New function. | |
6421 (mode-line-modified): Use it and simplify. | |
6422 (mode-line-mule-info): Provide help-echo info. | |
6423 (minor-mode-alist): Activate the strings. | |
6424 (make-mode-line-mouse-sensitive): Simplify for | |
6425 mode-line-buffer-identification. | |
6426 | |
27233 | 6427 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6428 | |
6429 * play/pong.el: New file. | |
6430 | |
27241 | 6431 2000-01-06 Dave Love <fx@gnu.org> |
6432 | |
6433 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6434 `array-' prefix for symbols. | |
6435 | |
6436 2000-01-05 Dave Love <fx@gnu.org> | |
6437 | |
6438 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6439 outline-headers-as-kill. | |
6440 (outline-mode): Define imenu-generic-expression. | |
6441 (outline-headers-as-kill): New command. | |
6442 | |
6443 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6444 from paragraph-start. | |
6445 (paragraph-indent-minor-mode): New command. | |
6446 | |
6447 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6448 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6449 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6450 (fortran-column-ruler): Simplify. | |
6451 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6452 (fortran-with-subprogram-narrowing): Likewise. | |
6453 (fortran-indent-subprogram): Call mark-defun. | |
6454 (fortran-check-for-matching-do): Change narrowing. | |
6455 | |
6456 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6457 (cl-lucid-hash-tag): Delete. | |
6458 (cl-hash-table-p): Correct test for native table. | |
6459 (cl-hash-table-count): Use hash-table-count. | |
6460 | |
6461 * browse-url.el (browse-url): Fix case of | |
6462 browse-url-browser-function being an alist. | |
6463 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6464 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6465 |
27233 | 6466 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6467 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6468 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6469 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6470 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6471 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6472 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6473 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6474 |
27191 | 6475 2000-01-05 Dave Love <fx@gnu.org> |
6476 | |
27241 | 6477 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6478 (beginning-of-defun-raw): Use it. |
6479 (end-of-defun): New variable. | |
6480 (end-of-defun): Use it. | |
6481 (check-parens): New command. | |
6482 | |
27182 | 6483 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6484 | |
27233 | 6485 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6486 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6487 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6488 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6489 |
27176 | 6490 2000-01-05 Andreas Schwab <schwab@suse.de> |
6491 | |
6492 * hscroll.el (hscroll): Doc fix. | |
6493 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6494 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6495 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6496 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6497 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6498 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6499 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6500 file idlw-rinfo.el. |
27182 | 6501 (idlwave-customize): load must read file idlw-shell.el. |
6502 (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
|
6503 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6504 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6505 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6506 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6507 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6508 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6509 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6510 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6511 both reftex-dcr and reftex-vcr. |
27182 | 6512 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6513 * 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
|
6514 |
27164 | 6515 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6516 |
6517 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6518 (ps-print-version): New version number (5.0.3). | |
6519 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6520 local. | |
6521 (ps-spool-config): Initialization fix. | |
27233 | 6522 (ps-print-prologue-1, ps-print-prologue-2) |
6523 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6524 (ps-background-image): Little code reformating. |
6525 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6526 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6527 (ps-prologue-file): New fun. |
6528 | |
27159 | 6529 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6530 | |
27233 | 6531 * ps-vars.el: Eliminated. |
27159 | 6532 |
6533 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6534 `;;;###autoload'. | |
6535 | |
6536 * ps-print.el: ps-vars eliminated, doc fix. | |
6537 (ps-print-version): New version number (5.0.2). | |
6538 (ps-spool-config): Initialization fix. | |
6539 (ps-print-customize): New fun. | |
6540 | |
27155 | 6541 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6542 | |
6543 * autorevert.el (auto-revert-mode): Return value of | |
6544 auto-revert-mode. | |
6545 | |
27152 | 6546 2000-01-04 Dave Love <fx@gnu.org> |
6547 | |
27198 | 6548 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6549 menu items. | |
27152 | 6550 |
27124 | 6551 2000-01-03 Dave Love <fx@gnu.org> |
6552 | |
27191 | 6553 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6554 |
27241 | 6555 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6556 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6557 `cl-hash-table-p', not `hash-table-p'. | |
6558 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6559 | |
27119 | 6560 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6561 | |
6562 * faces.el (face-read-integer, read-face-attribute) | |
6563 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6564 strings. | |
6565 | |
27112 | 6566 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6567 | |
6568 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6569 at comment end, and re-insert them after filling. | |
6570 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6571 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
|
6572 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6573 * 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
|
6574 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6575 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
|
6576 |
27102 | 6577 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6578 | |
6579 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6580 the new name of face-color-supported-p. | |
6581 | |
6582 * term/w32-win.el (xw-defined-colors): Likewise. | |
6583 | |
27097 | 6584 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6585 | |
6586 * simple.el (completion-setup-function): Count completion-size | |
6587 from minibuffer-prompt-end, not from point-min. | |
6588 | |
27091 | 6589 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6590 | |
6591 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6592 Pass the frame to tty-color-* functions. | |
6593 (display-color-p, frame-set-background-mode): Pass the frame to | |
6594 tty-display-color-p. | |
6595 | |
6596 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6597 tty-color-alist. | |
6598 (tty-color-alist, tty-modify-color-alist): New functions. | |
6599 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6600 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6601 an optional parameter FRAME. | |
6602 | |
27074 | 6603 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6604 | |
27082 | 6605 * image.el (create-image, defimage): Don't assume image data is a |
6606 string. | |
6607 | |
27074 | 6608 * image.el (defimage): Handle specifications containing :data |
6609 instead of :file. | |
6610 (image-type-from-data): New function. | |
6611 (image-type-from-file-header): Use it. | |
6612 (create-image): Add parameter DATA-P. | |
27182 | 6613 |
30729 | 6614 See ChangeLog.8 for earlier changes. |
30993 | 6615 |
6616 ;; Local Variables: | |
6617 ;; coding: iso-2022-7bit-unix | |
6618 ;; End: |