Mercurial > emacs
annotate lisp/ChangeLog @ 31113:1743924e00dd
Include keyboard.h before frame.h.
(MOUSE_MOVED): Define if not known.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Tue, 22 Aug 2000 23:33:55 +0000 |
parents | 6321f3da048f |
children | b436ef5ec659 |
rev | line source |
---|---|
31092 | 1 2000-08-22 Andrew Innes <andrewi@gnu.org> |
2 | |
3 * makefile.w32-in: New file. | |
4 | |
31038 | 5 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
6 | |
7 * comint.el (comint-output-filter): Compare end of | |
8 comint-last-output-overlay with the start of the newly inserted | |
9 text, not the end, when deciding whether to extend it. | |
10 Set saved-point's insertion type to advance after insertion. | |
11 | |
12 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
13 since this is now done independently of font-lock mode. | |
14 | |
31009 | 15 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
16 | |
17 * server.el (server-kill-new-buffers): New user option. | |
18 (server-existing-buffer): New buffer-local variable. | |
19 (server-visit-files): When using an existing buffer, set | |
20 server-existing-buffer to t. | |
21 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
22 buffer, unless it was already present before visiting it with | |
23 Emacs server. | |
24 | |
31006 | 25 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
26 | |
27 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
28 even if the display doesn't support colors: some displays will | |
29 support bold/underline faces. | |
30 | |
30997 | 31 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
32 | |
31004 | 33 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
34 | |
30997 | 35 * startup.el (command-line): If user's init file had an error, |
36 add explanatory text to *Messages*. | |
37 | |
30994 | 38 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
39 | |
40 * man.el (Man-getpage-in-background): Decode the process output by | |
41 the system locale coding system. | |
42 | |
30980 | 43 2000-08-20 Dave Love <fx@gnu.org> |
44 | |
30991 | 45 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
46 Don't test x-popup-menu. | |
47 (function) <complete-function>: Complete only fbound symbols. | |
48 <validate, value>: New. | |
49 (variable) <complete-function>: Complete only bound symbols. | |
50 (coding-system): Add :base-only, :complete-function, :validate, | |
51 :value, :prompt-match. | |
52 (widget-coding-system-prompt-value): Use read-coding-system and | |
53 act on :base-only. | |
54 (editable-field): Add :help-echo. | |
55 (widget-push-button-gui, widget-push-button-cache) | |
56 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
57 with uses. | |
58 (widget-at): Make arg optional. | |
59 (widget-echo-help): Adjust for current help-echo calling sequence. | |
60 (widget-specify-field, widget-specify-button) | |
61 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
62 (widget-convert, widget-insert, widget-leave-text) | |
63 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
64 (widget-setup, widget-field-find, widget-before-change) | |
65 (widget-after-change, widget-default-complete) | |
66 (widget-default-create, widget-default-delete) | |
67 (widget-push-button-value-create, editable-field) | |
68 (widget-field-prompt-value, widget-field-validate) | |
69 (widget-choice-value-create, widget-choice-action) | |
70 (widget-choice-validate, widget-checklist-add-item) | |
71 (widget-radio-add-item, widget-radio-chosen) | |
72 (widget-radio-value-inline, widget-editable-list-value-create) | |
73 (widget-editable-list-entry-create) | |
74 (widget-documentation-link-add) | |
75 (widget-documentation-string-value-create) | |
76 (widget-regexp-validate, widget-file-complete) | |
77 (widget-sexp-validate, widget-plist-convert-widget) | |
78 (widget-plist-convert-widget, widget-alist-convert-widget) | |
79 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
80 particularly to avoid bindings which aren't optimized out. | |
81 | |
30980 | 82 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
83 Doc fix. | |
84 (down-list, backward-up-list, up-list, kill-sexp) | |
85 (backward-kill-sexp, mark-sexp): Make arg optional. | |
86 (lisp-complete-symbol): Add optional arg PREDICATE. | |
87 | |
88 * cus-start.el: Add display-buffer-reuse-frames, | |
89 file-coding-system-alist. | |
90 | |
30975 | 91 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
92 | |
93 * startup.el (command-line): Clear realized faces after | |
94 modifying TTY color mappings. | |
95 | |
30972 | 96 2000-08-20 Miles Bader <miles@gnu.org> |
97 | |
98 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
99 merely a subset of FACE's attributes. | |
100 | |
30966 | 101 2000-08-19 Miles Bader <miles@gnu.org> |
102 | |
103 * comint.el (comint-output-filter): Save the point with a marker, | |
104 not just a buffer position. | |
105 | |
106 * international/mule.el (set-buffer-process-coding-system): Make | |
107 interactive prompt less confusing. | |
108 | |
30963 | 109 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
110 | |
111 * hilit-chg.el: General cleanup of doc strings, comments and | |
112 code formatting. | |
113 | |
30960 | 114 2000-08-19 Miles Bader <miles@gnu.org> |
115 | |
116 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
117 Compiler macro removed; beginning-of-line is no longer always | |
118 equivalent to forward-line, in the presence of fields. | |
119 | |
120 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
121 restriction, and just use save-restriction, now that it works | |
122 correctly. Don't adjust comint-last-input-start to account for | |
123 our insertion; it shouldn't have moved because we don't use | |
124 insert-before-markers anymore. Comment out call to | |
125 `force-mode-line-update'; why is it here? | |
126 | |
127 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
128 while checking for prompt to delete. Use `forward-line 0' | |
129 instead of beginning-of-line. | |
130 (gud-filter): Temporarily widen gud comint buffer while | |
131 examining output. | |
132 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
133 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
134 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
135 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
136 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
137 * 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
|
138 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
|
139 |
30953 | 140 2000-08-18 Dave Love <fx@gnu.org> |
141 | |
142 * image.el (find-image): Copy `spec' before using plist-put. | |
143 | |
30948 | 144 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
145 | |
146 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
147 `portugues'. | |
148 | |
149 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
150 backward-kill-sexp, analogous to kill-sexp. | |
151 | |
152 * progmodes/icon.el (icon-indent-line) | |
153 (icon-is-continuation-line): Handle comments specially. | |
154 | |
155 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
156 | |
157 * ispell.el: Set to standard author/maintainer/keyword fields. | |
158 Fine tuning to menu map appearance and operation, and added help. | |
159 Remove `start' and `end' error messages when compiling. | |
160 (ispell-choices-win-default-height): Fixed comment string. | |
161 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
162 castellano8 dictionaries. | |
163 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
164 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
165 dictionary, added italiano dictionary. | |
166 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
167 word character | |
168 (ispell-tex-skip-alists): Added psfig support. | |
169 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
170 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
171 (ispell-minor-check): Improved html skipping support to skip across | |
172 code, and recognize `&' commands without propper `;' syntax; | |
173 (ispell-process-line): Fix alignment error when manually | |
174 correcting spelling. | |
175 (ispell): Fix comment string. | |
176 (ispell-add-per-file-word-list): Always put word list on new line. | |
177 | |
30922 | 178 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
179 | |
30928 | 180 * format.el (format-encode-run-method): Fix error message to say |
181 `encode' instead of `decode'. Use save-window-excursion around | |
182 shell-command-on-region as in format-decode-run-method because | |
183 shell-command-on-region can display a buffer with error output. | |
184 (format-decode): Don't record undo information for the decoding. | |
185 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
186 that number part of the temporary buffer name so that more than | |
187 one decoding using a temporary buffer can happen safely. | |
188 | |
189 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
190 of `A-z' in the regexp. | |
191 | |
192 * hilit-chg.el: Fix typos in commentary. | |
193 | |
30922 | 194 * help.el (view-emacs-news): Rewritten for new naming scheme |
195 for old NEWS files. | |
196 | |
197 * startup.el (command-line): Pop to *Messages* in case an error | |
198 is signaled while loading user-init-file. | |
199 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
200 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
201 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
202 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
203 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
204 |
30906 | 205 2000-08-17 Alex Schroeder <alex@gnu.org> |
206 | |
207 * sql.el (sql-magic-go): Use comint-bol. | |
208 (sql-copy-column): Use comint-line-beginning-position. | |
209 (comint-line-beginning-position): Define a replacement for | |
210 comint-line-beginning-position if it is not fboundp. | |
211 | |
212 2000-08-17 Alex Schroeder <alex@gnu.org> | |
213 | |
214 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
215 it didn't have any effect anyway. | |
216 | |
217 2000-08-17 Alex Schroeder <alex@gnu.org> | |
218 | |
219 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
220 --pset and pager=off instead of sending \\o|cat at the beginning | |
221 of the session. | |
222 | |
30903 | 223 2000-08-17 Miles Bader <miles@gnu.org> |
224 | |
225 * progmodes/octave-inf.el: Add compatibility definition of | |
226 comint-line-beginning-position. | |
227 | |
30898 | 228 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
229 | |
230 * startup.el (normal-top-level): Look in each dir in load-path for | |
231 a leim-list.el file too. This assures of loading leim-list.el | |
232 that is created at Emacs installation time even if a user have his | |
233 own leim-list.el. | |
234 | |
30897 | 235 2000-08-17 Miles Bader <miles@gnu.org> |
236 | |
237 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
238 foreground color to black if the background is dark. | |
239 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
240 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
241 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
242 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
243 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
244 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
245 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
246 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
247 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
248 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
249 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
250 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
251 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
252 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
253 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
254 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
255 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
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 * 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
|
258 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
259 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
260 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
261 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
262 * 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
|
263 (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
|
264 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
265 (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
|
266 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
267 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
268 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
269 (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
|
270 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
271 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
272 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
273 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
274 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
275 (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
|
276 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
277 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
278 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
279 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
280 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
281 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
282 * 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
|
283 |
30870 | 284 2000-08-16 Dave Love <fx@gnu.org> |
285 | |
30894 | 286 * windmove.el (windmove) <defgroup>: Add :version. |
287 | |
288 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
289 (goto-address-fontify-p, goto-address-highlight-p) | |
290 (goto-address-url-face, goto-address-url-mouse-face) | |
291 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
292 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
293 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
294 (goto-address-at-point): browse-url-url-at-point, | |
295 goto-address-find-address-at-point can return nil. | |
296 (goto-address-find-address-at-point): Return nil on failure. | |
297 | |
298 * align.el (align) <defgroup>: Add :version. | |
299 | |
300 * calculator.el (calculator): Add :version. | |
301 (calculator): Use two lines for calculator window if `modeline' | |
302 face is boxed. | |
303 | |
30870 | 304 * play/5x5.el: Doc fixes. |
305 (5x5) <defgroup>: Add :version. | |
306 | |
307 * play/fortune.el (fortune) <defgroup>: Add :version. | |
308 (fortune-append): Fix error message. | |
309 (fortune-from-region): Doc fix. | |
310 | |
311 * play/pong.el (pong): Doc fix. | |
312 | |
313 * play/morse.el: Keywords, commentary, autoloads. | |
314 | |
30854 | 315 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
316 | |
317 * desktop.el (desktop-save): Don't look at symbol-value of a | |
318 member of minor-mode-alist, unless it is boundp. | |
319 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
320 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
|
321 |
30897 | 322 * 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
|
323 `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
|
324 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
|
325 |
30846 | 326 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
327 | |
328 * international/ccl.el (declare-ccl-program): Docstring modified. | |
329 (ccl-execute-with-args): Likewise. | |
330 | |
30839 | 331 2000-08-16 Miles Bader <miles@gnu.org> |
332 | |
30903 | 333 * progmodes/sql.el: Add compatibility definition of |
30839 | 334 comint-line-beginning-position. |
335 | |
30808 | 336 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
337 | |
30829 | 338 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
339 'buffer-menu' property. | |
340 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
341 fails. | |
342 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
343 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
344 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
345 |
30825 | 346 * buff-menu.el (list-buffers-noselect): Don't display the |
347 *Buffer List* buffer. | |
348 | |
30822 | 349 * font-lock.el: Require jit-lock to prevent a very late |
350 `Loading jit-lock' message. | |
351 | |
30808 | 352 * 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
|
353 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 354 mail address. |
355 | |
30804 | 356 2000-08-15 Miles Bader <miles@gnu.org> |
357 | |
358 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
359 (ispell-choices-win-default-height, ispell-help): Use | |
360 `ispell-graphic-p' instead of `xemacsp'. | |
361 | |
30802 | 362 2000-08-15 Dave Love <fx@gnu.org> |
363 | |
30842 | 364 * simple.el: Autoload widget-convert when compiling. |
365 (mail-user-agent): Doc fix. | |
366 | |
367 * help.el (function-called-at-point, variable-at-point): Use | |
368 with-syntax-table. | |
369 (help-manyarg-func-alist): Add insert-and-inherit. | |
370 | |
371 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
372 | |
373 * delsel.el (delsel-unload-hook): New function. | |
374 | |
375 * find-file.el: Doc fixes. Move provide to end. | |
376 (ff) <defgroup>: Add :link. | |
377 (ff-goto-click): Deleted. | |
378 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
379 Use mouse-set-point. | |
380 | |
381 * textmodes/tildify.el: Doc fixes. | |
382 (tildify) <defgroup>: Add:version. | |
383 | |
384 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
385 (glasses-custom-set): Use set-default, not set. | |
386 (minor-mode-alist): Propertize the lighter. | |
387 (glasses-mode): Provide optional arg. | |
388 | |
30813 | 389 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
390 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
391 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
392 option. Provide :type. | |
393 (cwarn-configuration): Provide :type. | |
394 (cwarn-mode): Doc fix. | |
395 | |
396 * add-log.el (change-log-merge): Doc fix. | |
397 (change-log-redate): New command. | |
398 | |
30802 | 399 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
400 Doze and Dog. | |
401 (browse-url): Use dolist, not mapcar. | |
402 (browse-url-at-point): Check for null url. | |
403 (browse-url-event-buffer, browse-url-event-point): Functions | |
404 deleted. | |
405 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
406 | |
407 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
408 modes. | |
409 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
410 Fix previous change to mapcan. | |
411 (msb--init-file-alist, msb--add-separators) | |
412 (msb--make-keymap-menu): Simplify. | |
413 (msb--choose-file-menu): Use copy-sequence. | |
414 (msb-mode-map): Add title to keymap. | |
415 (msb-unload-hook): New function. | |
416 | |
417 * bs.el: Fix indentation. | |
418 (bs) <defgroup>: Add :links. | |
30894 | 419 (bs-show): Doc fix. |
420 (bs-apply-sort-faces): Don't use window-system. | |
421 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 422 |
30796 | 423 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
424 | |
425 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
426 convert-standard-filename. | |
427 | |
30788 | 428 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
429 | |
30790 | 430 * emacs-lisp/authors.el: New file. |
431 | |
30788 | 432 * paren.el (show-paren-priority): New user option. |
433 (show-paren-function): Set overlay priorities to | |
434 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
435 |
30783 | 436 2000-08-14 Miles Bader <miles@gnu.org> |
437 | |
438 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
439 beginning-of-line with inhibit-field-text-motion bound. | |
440 | |
30781 | 441 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
442 | |
443 * calendar/timeclock.el: New file. | |
444 | |
445 2000-08-14 David Ponce <david@dponce.com> | |
446 | |
447 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
448 `widget-button-click'. so that one can use left mouse button to | |
449 click on dialog buttons. | |
450 | |
451 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
452 | |
453 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
454 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
|
455 |
30767 | 456 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
|
457 |
30769 | 458 * comint.el (comint-output-filter): Don't bother frobbing |
459 window-start, it doesn't seem to be necessary. | |
30767 | 460 |
461 * comint.el (comint-send-string, comint-send-region): Make into | |
462 real functions. Snapshot the prompt before sending. | |
463 | |
30764 | 464 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
465 | |
466 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
467 technique similar to Info-index, instead of relying on specific | |
468 names of relevant Index nodes. | |
469 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
470 going to the first node found by Info-find-emacs-command-nodes. | |
471 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
472 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 473 |
474 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
475 | |
30741 | 476 2000-08-10 Miles Bader <miles@gnu.org> |
477 | |
478 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
479 | |
30739 | 480 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
481 | |
482 * info.el (Info-file-list-for-emacs): More elements for the | |
483 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
484 and woman manuals. | |
485 | |
30737 | 486 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
487 | |
488 * comint.el (comint-send-input): Make the newline boundary overlay | |
489 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
490 (comint-output-filter): Use `insert' instead of | |
491 `insert-before-markers'. Extend comint-last-output-overlay when | |
492 necessary since we can't rely on insert-before-markers to do it. | |
493 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
494 save-excursion when inserting the output, so that point gets | |
495 updated correctly; the old method relied on a rather dodgy | |
496 side-effect of comint-output-filter to avoid the effect of | |
497 save-excursion. | |
498 | |
30734 | 499 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
500 | |
501 * files.el (recover-file): Call insert-directory instead of | |
502 invoking `ls' directly. | |
503 | |
30732 | 504 2000-08-10 Miles Bader <miles@gnu.org> |
505 | |
506 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
507 (comint-last-prompt-overlay): New variables. | |
508 (comint-output-filter): Implement prompt highlighting. | |
509 (comint-snapshot-last-prompt): New function. | |
510 (comint-send-input): Snapshot the last prompt. | |
511 Use comint-highlight-input-face. | |
512 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
513 Use defface instead of defcustom. | |
514 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
515 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
516 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
517 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
518 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
519 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
520 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
521 (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
|
522 (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
|
523 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
|
524 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
525 * 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
|
526 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
527 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
528 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
529 |
30715 | 530 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
531 | |
532 * files.el (insert-directory): Don't call access-file on | |
533 directories on DOS and Windows. | |
534 | |
30704 | 535 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
536 | |
537 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
538 longer if necessary. | |
539 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
540 ccl-program-vector. | |
541 | |
30701 | 542 2000-08-09 Miles Bader <miles@gnu.org> |
543 | |
544 * comint.el (comint-output-filter): Properly handle the case where | |
545 the text surrounded by comint-last-output-overlay was deleted. | |
546 | |
30671 | 547 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
548 | |
30693 | 549 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
550 non-nil. | |
551 (Info-file-list-for-emacs): Remove "info" from the list because | |
552 that leads to trying to use the documentation from file `info' | |
553 in various situations where it isn't appropriate, for instance | |
554 C-h C-k C-h i. | |
555 | |
556 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
557 DIR and/or STRING are nil. | |
558 | |
559 * progmodes/compile.el (compilation-setup): Make variable | |
560 compilation-error-screen-columns buffer-local, as some comment | |
561 in the code suggests it should be. | |
562 | |
563 * files.el (auto-mode-interpreter-regexp): New variable. | |
564 (set-auto-mode): Use it. | |
565 | |
566 * indent.el (indent-for-tab-command): Doc fix. | |
567 | |
568 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
569 | |
30671 | 570 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
571 labels. | |
572 | |
573 * help.el (print-help-return-message): When | |
574 display-buffer-reuse-frames is set, let the help window been quit, | |
575 instead of deleting it, which might delete a reused frame. | |
576 | |
30664 | 577 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
578 | |
579 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
580 rename a directory to a name that differs only by its letter case. | |
581 | |
30655 | 582 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
583 | |
584 * international/quail.el (quail-define-rules): Handle Quail decode | |
585 map correctly. Add code for supporting annotations. | |
586 (quail-install-decode-map): New function. | |
587 (quail-defrule-internal): New optional arguments decode-map and | |
588 props. | |
589 (quail-advice): New function. | |
590 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
591 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
|
592 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
593 * 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
|
594 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
595 * 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
|
596 |
30649 | 597 2000-08-03 Miles Bader <miles@gnu.org> |
598 | |
599 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
600 New variable. | |
601 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
602 comint-use-prompt-regexp-instead-of-fields. | |
603 (comint-send-input): Add `input' field property to stuff we send to | |
604 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
605 (comint-output-filter): Add `output' field property to process | |
606 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
607 (comint-replace-by-expanded-history) | |
608 (comint-get-old-input-default, comint-show-output) | |
609 (comint-backward-matching-input, comint-forward-matching-input) | |
610 (comint-next-prompt, comint-previous-prompt): Use field | |
611 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
612 (comint-line-beginning-position): New function. | |
613 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
614 (comint-replace-by-expanded-history-before-point): Use | |
615 comint-line-beginning-position and line-end-position. | |
616 (comint-last-output-overlay): New variable. | |
617 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
618 | |
619 * shell.el (shell-prompt-pattern): Doc change. | |
620 (shell-backward-command): Use line-beginning-position. | |
621 | |
622 * gud.el (gud-gdb-complete-command): Use | |
623 comint-line-beginning-position. | |
624 | |
625 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
626 comint-bol doesn't actually go to the beginning of the line. | |
627 | |
628 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
629 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
630 (try-expand-line-all-buffers): Likewise. | |
631 | |
632 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
633 explicitly matching comint-prompt-regexp. | |
634 (sql-copy-column): Use comint-line-beginning-position instead of | |
635 explicitly matching comint-prompt-regexp. | |
636 | |
637 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
638 comint-line-beginning-position. | |
639 | |
640 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
641 | |
642 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
643 looking for a prompt, use `forward-line 0' instead of | |
644 `beginning-of-line', to avoid getting caught by an input field. | |
645 | |
30633 | 646 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
647 | |
648 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
649 PATTERN, in the Unix case. | |
650 | |
30629 | 651 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
652 | |
653 * play/zone.el (zone): Discard any pending input before running | |
654 the randomly-chosen pgm. | |
655 | |
30623 | 656 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
657 | |
658 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
659 checking the existence of any multibyte characters. | |
660 | |
30619 | 661 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
662 | |
30622 | 663 * help.el (describe-mode): Test minor-mode symbol for being |
664 bound before testing its value for being nil. | |
665 | |
30619 | 666 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
667 `first', `second', and `third'. | |
668 | |
669 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
670 (second): Make it an alias for `cadr'. | |
671 | |
30616 | 672 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
673 | |
674 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
675 types of display support faces now. | |
676 | |
30614 | 677 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
678 | |
679 * pcvs.el (require): Require `cl' during compilation, only. | |
680 | |
681 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
682 (toplevel): Remove `remq' and `remove' from autoloads. | |
683 (cl-fake-autoloads): New variable. If set, arrange for an error | |
684 when CL functions etc. are autoloaded. | |
685 | |
30585 | 686 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
687 | |
30593 | 688 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
689 | |
30591 | 690 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
691 popped up, but the user clicks outside the menu, return an empty | |
692 regexp (that causes unhighlight-regexp to have no effect). | |
693 | |
30589 | 694 * menu-bar.el (menu-bar-games-menu): Add Zone. |
695 | |
30585 | 696 * hi-lock.el (toplevel): Require font-lock. |
697 | |
30576 | 698 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
699 | |
700 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
701 (ebnf-8-bit-chars): New var for bug fix. | |
702 (ebnf-string): Bug fix. | |
703 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
704 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
|
705 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
706 * 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
|
707 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
708 (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
|
709 `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
|
710 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
711 |
30567 | 712 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
713 | |
714 * international/mule-cmds.el (select-safe-coding-system): Make | |
715 the message text about selecting a safe coding system more clear. | |
716 | |
30564 | 717 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
718 | |
30565 | 719 * hi-lock.el: New file. |
720 | |
721 * play/zone.el: New file. | |
722 | |
30564 | 723 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
724 value of tab-width in the original buffer. Choose a line number | |
725 format that's a multiple of the original buffer's tab width, so | |
726 that lines appear right. | |
727 | |
728 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
729 Spell-check active region if in transient-mark-mode and mark | |
730 is active; otherwise spell-check buffer. | |
731 | |
732 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
733 | |
734 * ps-mule.el: Fix a customization problem on | |
735 ps-mule-font-info-database-default. | |
736 | |
30555 | 737 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
738 | |
739 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
740 display-mouse-p instead of window-system. | |
741 (ebrowse-member-mode-map): Ditto. | |
742 | |
30553 | 743 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
744 | |
745 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
746 fix. | |
747 (ebnf-version): New version number (3.2). | |
748 (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
|
749 |
30547 | 750 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
751 | |
30549 | 752 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
753 font lock support on window-system. | |
754 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
755 | |
30547 | 756 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
757 display-color-p, if fboundp, instead of window-system. | |
758 | |
30545 | 759 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
760 | |
761 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
762 instead of window-system. | |
763 | |
764 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
765 window-system. | |
766 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
767 instead of window-system. | |
768 | |
769 * strokes.el (strokes-file): Run the file name through | |
770 convert-standard-filename. | |
771 (strokes-mode): Call display-mouse-p instead of looking at | |
772 window-system. Change the error message accordingly. | |
773 | |
774 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
775 | |
776 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
777 (lm-plot-square, lm-init-display): Don't use window-system. | |
778 | |
779 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
780 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
781 | |
782 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
783 instead of looking at window-system. | |
784 | |
30528 | 785 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
786 | |
787 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
788 of testing if iswitchb-prepost-hooks is bound, because the | |
789 latter will always be true when invoking a recursive minibuffer | |
790 from an active Iswitchb buffer. | |
791 | |
30526 | 792 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
793 | |
794 * files.el (shell-quote-wildcard-pattern): New function. | |
795 (insert-directory): Call it. Only prepend "\" to command on Unix | |
796 and GNU/Linux systems. | |
797 | |
30524 | 798 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
799 | |
800 * eshell/esh-groups.el: Change custom :link file names | |
801 from `eshell.info' to `eshell'. | |
802 | |
803 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
804 | |
805 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
806 correctly in recursive ange-ftp listings. | |
807 | |
808 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
809 | |
810 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
811 ps-header-font-size-internal and | |
812 ps-header-title-font-size-internal variables are not set, | |
813 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
814 face text property is (foreground-color . COLOR) or | |
815 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
816 (ps-print-version): New version number (5.2.4). | |
817 (ps-plot-region): Code fix. | |
818 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
819 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
820 Bug fix 2. | |
821 | |
822 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
823 | |
824 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
825 identifiers like `myXMLDocument'. | |
826 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
827 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
|
828 |
30524 | 829 * mail/mail-hist.el (mail-hist-previous-input) |
830 (mail-hist-next-input): Do the obvious code factorization. | |
831 (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
|
832 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
|
833 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
|
834 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
835 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
|
836 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
837 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 838 Use `<=', not `<' to compare times! |
839 (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
|
840 |
30502 | 841 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
842 | |
30516 | 843 * play/cookie1.el: Add explanation of how to make cookie.el |
844 compatible with strfile(1) to comment. | |
845 | |
846 * subr.el (remove, remq): New functions. | |
847 | |
30511 | 848 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
849 escape `*' in regexps. | |
850 (midnight-find): Reverse order of arguments in the funcall of | |
851 TEST. | |
852 | |
853 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
854 and `.class'. | |
855 | |
30502 | 856 * play/meese.el: Add Commentary section. |
857 | |
30516 | 858 2000-07-27 Alex Schroeder <alex@gnu.org> |
859 | |
860 * sql.el (sql-ms): Added autoload cookie. | |
861 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
862 (sql-oracle): Ditto. | |
863 (sql-help): Doc change. | |
864 | |
865 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
866 types and exceptions. | |
867 | |
868 2000-07-27 Alex Schroeder <alex@gnu.org> | |
869 | |
870 * sql.el (sql-placeholder-history): New variable. | |
871 (sql-query-placeholders-and-send): New function that will query | |
872 the user and replace placeholders with user input. | |
873 (sql-oracle): If running on NT, set comint-input-sender to | |
874 sql-query-placeholders-and-send. | |
875 | |
876 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
877 present it as a message. | |
878 | |
879 2000-07-27 Alex Schroeder <alex@gnu.org> | |
880 | |
881 * sql.el (sql-input-ring-separator): Doc change. | |
882 (sql-input-ring-file-name): Doc change. | |
883 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
884 `sql-input-ring-file-name' to set the comint-mode equivalents | |
885 without making them local variables. | |
886 (sql-stop): Don't bind `sql-input-ring-separator' and | |
887 `sql-input-ring-file-name' dynamically to their comint-mode | |
888 equivalents. | |
889 | |
30490 | 890 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
891 | |
892 * international/mule.el (register-char-codings): New function. | |
893 (make-coding-system): Handle `safe-chars' specification in the arg | |
894 PROPERTY. | |
895 | |
896 * international/mule-cmds.el | |
897 (find-coding-systems-region-subset-p): This function deleted. | |
898 (sort-coding-systems-predicate): New variable. | |
899 (sort-coding-systems): New function. | |
900 (find-coding-systems-region): Use | |
901 find-coding-systems-region-internal. | |
902 (find-coding-systems-string): Use find-coding-systems-region. | |
903 (find-coding-systems-for-charsets): Check | |
904 char-coding-system-table. | |
905 (select-safe-coding-system-accept-default-p): New variable. | |
906 (select-safe-coding-system): Mostly rewritten. New argument | |
907 ACCEPT-DEFAULT-P. | |
908 (select-message-coding-system): Call select-safe-coding-system | |
909 with ACCEPT-DEFAULT-P arg. | |
910 (reset-language-environment): Reset default-sendmail-coding-system | |
911 to the default value iso-latin-1. | |
912 (set-language-environment): Don't set the obsolete variable | |
913 charset-origin-alist. | |
914 | |
915 * international/codepage.el (cp-coding-system-for-codepage-1): | |
916 Give `safe-chars' property to make-coding-system. | |
917 | |
918 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
919 calling select-message-coding-system twice. | |
920 | |
921 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
922 instead of `safe-charsets'. | |
923 (cyrillic-alternativnyj): Likewise. | |
924 (ccl-encode-alternativnyj): Don't check the charset | |
925 cyrillic-iso8859-5. | |
926 | |
30484 | 927 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
928 | |
929 * composite.el (compose-chars-after): Preserve match data. | |
930 | |
30481 | 931 2000-07-26 Sam Steingold <sds@gnu.org> |
932 | |
933 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
934 (ange-ftp-real-file-newer-than-file-p): New function. | |
935 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
936 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
937 | |
938 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
939 * midnight.el (midnight-float-time): Ditto. | |
940 | |
30479 | 941 2000-07-26 Andreas Schwab <schwab@suse.de> |
942 | |
943 * files.el (normal-backup-enable-predicate): Correct | |
944 interpretation of the return value of compare-strings. | |
945 | |
30471 | 946 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
947 | |
30477 | 948 * isearch.el (isearch-resume): New function. |
949 (isearch-done): Add something to command-history to resume | |
950 the search. | |
951 (isearch-yank-line, isearch-yank-word): Use | |
952 buffer-substring-no-properties instead of buffer-substring. | |
953 | |
30471 | 954 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
955 of flyspell-mouse-map. | |
956 | |
957 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
958 duplicate definition. | |
959 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
960 | |
961 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
962 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
963 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
964 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
|
965 |
30459 | 966 * net/ange-ftp.el: Get modtime over the net. |
967 (ange-ftp-file-modtime): New function. | |
30473 | 968 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
969 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 970 Use it. |
971 (ange-ftp-dot-to-slash): New function. | |
972 (ange-ftp-fix-name-for-vms): Use it. | |
973 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
974 * 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
|
975 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
976 |
30457 | 977 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
978 | |
979 * find-dired.el: Update copyright notice. | |
980 (find-dired): Offer to kill a running `find'. | |
981 | |
982 * enriched.el (enriched-face-ans): For a `foreground-color' | |
983 property, return '(("x-color" COLOR))' so that COLOR will be | |
984 output as a parameter of the x-color annotation. Likewise for the | |
985 `background-color' property. In the case of normal face | |
986 properties, don't return annotations for unspecified foreground | |
987 and background face attributes. | |
988 | |
30450 | 989 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
990 | |
991 * language/japan-util.el (japanese-katakana-region): Fix handling | |
992 HANKAKU argument. | |
993 | |
30438 | 994 2000-07-25 Miles Bader <miles@gnu.org> |
995 | |
996 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
997 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
998 constrain-to-field. | |
999 | |
30437 | 1000 2000-07-24 Andrew Innes <andrewi@gnu.org> |
1001 | |
1002 * timer.el (timer-activate-when-idle): Add optional parameter | |
1003 DONT-WAIT. Update docstring. | |
1004 (run-with-idle-timer): Specify extra parameter to | |
1005 timer-activate-when-idle, so that timer will be activated | |
1006 immediately if Emacs is already idle. | |
1007 | |
1008 * w32-fns.el (w32-using-nt): Fix docstring. | |
1009 | |
30434 | 1010 2000-07-24 Dave Love <fx@gnu.org> |
1011 | |
1012 * mouse.el (popup-menu): Set last-command-event. | |
1013 (mouse-major-mode-menu-prefix): Declare. | |
1014 | |
30433 | 1015 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1016 | |
1017 * textmodes/flyspell.el: Update to author's version 1.5d. | |
1018 | |
1019 * progmodes/hideshow.el: Update copyright notice. | |
1020 | |
1021 * vcursor.el: Set maintainer to FSF, since author cannot | |
1022 be reached. | |
1023 | |
30422 | 1024 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
1025 | |
30424 | 1026 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
1027 the prompt. | |
1028 | |
30422 | 1029 * mouse.el (popup-menu): Run the keymap through indirect-function, |
1030 in case it was defined with define-prefix-key. If the menu is a | |
1031 list of keymaps, look up the binding of user's choice in each one | |
1032 of the keymaps. | |
1033 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
1034 don't have a prompt string, create one and insert it into the | |
1035 keymap. Don't barf if current-local-map returns nil. | |
1036 | |
30415 | 1037 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
1038 | |
1039 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
1040 to be undone. | |
1041 (dired-sort-other): Use it. | |
1042 | |
30412 | 1043 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
1044 | |
30415 | 1045 * Release of cc-mode 5.27 |
30412 | 1046 |
1047 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1048 | |
1049 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
1050 c-beginning-of-statement-1 that caused a bad case of recursion | |
1051 which could consume a lot of CPU in large classes in languages | |
1052 that have in-expression classes (i.e. Java and Pike). | |
1053 | |
1054 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
1055 statements before top level constructs (i.e. case 6 is moved | |
1056 before case 5 and is now case 4) to catch in-expression | |
1057 classes in top level expressions correctly. | |
1058 | |
1059 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1060 | |
1061 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
1062 objc-method-intro. Case 4 removed and case 5I added. | |
1063 | |
1064 * cc-langs.el (c-append-paragraph-start): New variable used by | |
1065 c-common-init to get paragraph-start correct. | |
1066 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
1067 initialize paragraph-start to make it correct both with and | |
1068 without the javadoc special case. | |
1069 | |
1070 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
1071 initialize paragraph-start for javadoc markup. | |
1072 | |
1073 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
1074 change by defaulting this to t. It's motivated by the | |
1075 confusing behavior that otherwise arise from the style system | |
1076 when editing both java and non-java files at the same time | |
1077 (see the comments about style setting in c-common-init). | |
1078 | |
1079 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1080 | |
1081 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
1082 similar to the one in c-fill-paragraph to check the fill | |
1083 prefix from the adaptive fill function for sanity. | |
1084 | |
1085 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1086 | |
1087 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
1088 defun block. | |
1089 | |
1090 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1091 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1092 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 1093 |
1094 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1095 | |
1096 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1097 leading comma nicely. Extended to handle member initializers | |
1098 too. | |
1099 | |
30415 | 1100 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1101 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1102 when the lines begins with a comma. | |
1103 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1104 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1105 |
1106 * cc-vars.el (c-offsets-alist): Changed default for | |
1107 member-init-cont to c-lineup-multi-inher since it now handles | |
1108 member initializers and indents better for leading commas. | |
1109 | |
1110 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1111 | |
1112 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1113 handling that caused class open lines to be recognized as | |
1114 statement-conts in some cases. | |
1115 | |
1116 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1117 guessed by the adaptive fill function unless point is on the | |
1118 first line of a block comment. | |
1119 | |
1120 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1121 when the buffer ends with a macro continuation char. | |
1122 | |
1123 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1124 function definitions as statements in Pike. The first | |
1125 statement in a lambda block is now labeled defun-block-intro | |
1126 instead of statement-block-intro. | |
1127 | |
1128 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1129 so that the class surrounding point is selected, not the one | |
1130 innermost in the state. | |
1131 | |
1132 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1133 recognition of switch labels having hanging multiline | |
1134 statements. | |
1135 | |
1136 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1137 some code in c-guess-basic-syntax to a separate function. | |
1138 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1139 recognition of member inits with multiple line arglists. | |
1140 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1141 member-init-cont when the commas are in funny places. | |
1142 | |
1143 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1144 | |
1145 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1146 not used anymore. | |
1147 | |
1148 * cc-engine.el (c-looking-at-bos): New helper function. | |
1149 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1150 inexpr and toplevel classes apart in Pike. | |
1151 | |
1152 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1153 of case 9A. | |
1154 | |
1155 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1156 constant, since "class" can introduce an in-expression class | |
1157 in Pike nowadays. | |
1158 | |
1159 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1160 | |
1161 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1162 indentation on cpp-macro lines. | |
1163 | |
1164 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1165 a syntax modifier like comment-intro, to make it possible to | |
1166 get syntactic indentation for preprocessor directives. It's | |
1167 incompatible wrt to lineup functions on cpp-macro, but it has | |
1168 no observable effect in the 99.9% common case where cpp-macro | |
1169 is set to -1000. | |
1170 | |
1171 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1172 | |
1173 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1174 member-init-cont when the preceding arglist is several lines. | |
1175 | |
1176 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1177 | |
1178 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1179 style corrected to 8. | |
1180 | |
1181 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1182 | |
1183 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1184 brace list openers in the gnu style. | |
1185 | |
1186 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1187 | |
1188 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1189 | |
1190 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1191 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1192 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1193 when c-syntactic-indentation is nil. | |
1194 | |
1195 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1196 we were left at comments preceding the first statement when | |
1197 reaching the beginning of the buffer. | |
1198 | |
1199 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1200 off all syntactic indentation. | |
1201 | |
1202 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1203 | |
1204 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1205 between the text and the block comment ender when it hangs, | |
1206 depending on how many there are before the fill. | |
1207 | |
1208 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1209 | |
1210 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1211 function to go back to the closest preceding statement start, | |
1212 which could be inside a conditional statement. | |
1213 * cc-engine.el (c-guess-basic-syntax): Use | |
1214 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1215 | |
1216 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1217 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1218 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1219 changed. | |
1220 | |
1221 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1222 up-to-date with javadoc 1.2. | |
1223 | |
1224 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1225 | |
1226 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1227 multiline Pike type decls. | |
1228 | |
1229 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1230 | |
1231 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1232 multiline comments in multiline mode, regardless of | |
1233 comment-multi-line. | |
1234 | |
1235 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1236 | |
1237 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1238 fully::qualified::names in C++ member init lists. Preamble in | |
1239 case 5D changed. | |
1240 | |
1241 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1242 | |
1243 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1244 moved to c-initialize-cc-mode. More compatible style override | |
1245 when using global style variables. | |
1246 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1247 variables moved here. | |
1248 | |
30415 | 1249 * cc-mode.texi: Documented the special behavior of |
30412 | 1250 c-special-indent-hook as a style variable. Don't talk about |
1251 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1252 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
|
1253 |
30412 | 1254 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1255 variable localness in c-style-variables-are-local-p to make | |
1256 the compatibility measure in c-common-init work well. | |
1257 | |
1258 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1259 longer contain set-from-style. | |
1260 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1261 set-from-style on c-special-indent-hook. | |
1262 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1263 copy-alist is sufficient now. | |
1264 | |
1265 * cc-styles.el (c-set-style, c-set-style-1, | |
1266 c-get-style-variables): Fixes to variable initialization so | |
1267 that duplicate entries in styles have the same effect | |
1268 regardless of DONT-OVERRIDE. | |
1269 | |
1270 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1271 initialization of inheriting styles failed when the | |
1272 dont-override flag is set. | |
1273 | |
1274 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1275 on this. | |
1276 | |
1277 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1278 | |
1279 * cc-defs.el (c-forward-comment): Removed the workaround | |
1280 introduced in 5.38 since it had worse side-effects. If a line | |
1281 contains the string "//\"", it regarded the // as a comment | |
1282 start since the \ temporarily doesn't have escape syntax. | |
1283 | |
1284 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1285 | |
1286 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1287 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1288 when ada-prj tries to add to it. | |
1289 (ada-activate-keys-for-case): Suppress the characters that are not | |
1290 part of the Ada syntax. Better compatibility with else-mode | |
1291 (ada-adjust-case-interactive): When auto-casing is not active, | |
1292 correctly insert newlines (used to insert only ^M). Prevent the | |
1293 syntax table from being changed in case of an error | |
1294 (or '_' becomes part of a word and some commands are confused). | |
1295 Do nothing if ada-auto-case is nil. | |
1296 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1297 (ada-batch-reformat): Update usage comment | |
1298 (ada-call-from-contextual-menu): New function | |
1299 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1300 first to nil first, so that the casing exception file can be | |
1301 shared. | |
1302 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1303 files. | |
1304 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1305 anywhere in the error message | |
1306 (ada-contextual-menu-last-point): New variable | |
1307 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1308 t on XEmacs, it means that DEL should delete one character | |
1309 forward. | |
1310 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1311 New submenu "Options". | |
1312 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1313 statements. | |
1314 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1315 even if they don't match ada-fill-comment-prefix Fix handling of | |
1316 paragraphs on the first or last line of a file. | |
1317 (ada-format-paramlist): Fix handling of default parameter values. | |
1318 (ada-get-body-name): New function. | |
1319 (ada-get-current-indent): Optimized by searchling directly for an | |
1320 existing generic part or a statement outside of it. Handle | |
1321 ada-indent-align-comments when indenting comments Replaced some | |
1322 regexps by testing directly the next character. This results in a | |
1323 huge speedup on some files. New indentation scheme for renames | |
1324 statements. Stop looking for the 'while' or 'for' associated with | |
1325 a 'loop' at the first semicolon encountered. A "return" can also | |
1326 match an anonymous access subprogram declaration. | |
1327 (ada-get-indent-noindent): Ignore strings and comments when | |
1328 looking for the keywords "record" and "private". | |
1329 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1330 are not in fact seeing "end if". Ignore "when" statements except | |
1331 when initial keyword was "begin". Fix handling of nested | |
1332 procedures. Add a recursive call to this function to skip over | |
1333 other 'end' statmts. Fix indentation for "when .. => begin" | |
1334 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1335 expressions, where 'and then', 'or else' and parenthesis | |
1336 statements are mixed up. | |
1337 (ada-in-paramlist-p): Skip comments while searching for the | |
1338 beginning Fix handling of operator declarations. | |
1339 (ada-indent-align-comments): New variable | |
1340 (ada-indent-current): Change the syntax table only in the | |
1341 protected section, so that we are sure it is restored correctly. | |
1342 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1343 ada-with-indent Correctly indent "select ... then" | |
1344 (ada-indent-region): Slight speedup. | |
1345 (ada-indent-renames): New variable. | |
1346 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1347 New variables | |
1348 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1349 keyword when it is the first word in a package declaration. | |
1350 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1351 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1352 even if point is not initially at the end of the word. | |
1353 (ada-matching-decl-start-re): Add "when". | |
1354 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1355 which-func-mode Override the old find-file.el entry in | |
1356 ff-special-constructs since it is using the obsolete | |
1357 ada-spec-suffix variable | |
1358 (ada-no-auto-case): New function | |
1359 (ada-scan-paramlist): When parsing the argument type, accept | |
1360 spaces (as in "X 'Class", generated by Rational Rose). | |
1361 (ada-other-file-name): No longer loads the other file. | |
1362 (ada-popup-menu): Save and restore the current buffer and cursor | |
1363 position before and after displaying the menu. | |
1364 (ada-search-ignore-complex-boolean): New function. | |
1365 (ada-uncomment-region): Emacs21 already knows how to delete | |
1366 comments not starting in the first column. | |
1367 (ada-use-indent): New variable | |
1368 (ada-which-function): New function. | |
1369 (ada-with-indent): New variable | |
1370 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1371 can be batch-compiled from the command line. | |
1372 | |
1373 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1374 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1375 Add -toolbar to the default ddd command Switches moved from | |
1376 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1377 ada-prj-default-comp-opt | |
1378 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1379 Reference Manual to the menu | |
1380 (ada-check-current): rewritten as a call to ada-compile-current | |
1381 (ada-compile): Removed. | |
1382 (ada-compile-application, ada-compile-current, ada-check-current): | |
1383 Set the compilation-search-path so that compile.el automatically | |
1384 finds the sources in src_dir. Automatic scrollong of the | |
1385 compilation buffer. C-uC-cC-c asks for confirmation before | |
1386 compiling | |
1387 (ada-compile-current): New parameter, prj-field | |
1388 (ada-complete-identifier): Load the .ali file before doing | |
1389 processing | |
1390 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1391 conform to gnatmake's behavior. | |
1392 (ada-find-file-in-dir): New function | |
1393 (ada-find-references): Set the environment variables for gnatfind | |
1394 (ada-find-src-file-in-dir): New function. | |
1395 (ada-first-non-nil): Removed | |
1396 (ada-gdb-application): Add support for jdb, the java debugger. | |
1397 (ada-get-ada-file-name): Load the original-file first if not done | |
1398 yet. | |
1399 (ada-get-all-references): Handles the new ali syntax (parent types | |
1400 are found between <>). | |
1401 (ada-initialize-runtime-library): New function | |
1402 (ada-mode-hook): Always load a project file when a file is opened, | |
1403 so that the casing exceptions are correctly read. | |
1404 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1405 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1406 to open the project file, since the latter does not work with | |
1407 speedbar Get default values before loading the prj file, or the | |
1408 default executable file name is wrong. Use the absolute value of | |
1409 src_dir to initialize ada-search-directories and | |
1410 compilation-search-path,... Add the standard runtime library to | |
1411 the search path for find-file. | |
1412 (ada-prj-default-debugger): Was missing an opening '{' | |
1413 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1414 variables. | |
1415 (ada-prj-default-gnatmake-opt): New variable | |
1416 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1417 buffers, the project file is the default one Save the windows | |
1418 configuration before displaying the menu. | |
1419 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1420 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1421 ...) regexp-quote identifiers names to support operators +, | |
1422 -,... in regexps. | |
1423 (ada-remote): New function. | |
1424 (ada-run-application): Erase the output buffer before starting the | |
1425 run Support remote execution of the application. Use | |
1426 call-process, or the arguments are incorrectly parsed | |
1427 (ada-set-default-project-file): Reread the content of the active | |
1428 project file, not the one from the current buffer When a project | |
1429 file is set as the default project, all directories are | |
1430 automatically associated with it. | |
1431 (ada-set-environment): New function | |
1432 (ada-treat-cmd-string): New special variable ${current} | |
1433 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1434 any ${...} substring | |
1435 (ada-xref-current): If no body was found, compiles the spec | |
1436 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1437 compiler to get rid of command line length limitations. | |
1438 (ada-xref-get-project-field): New function | |
1439 (ada-xref-project-files): New variable | |
1440 (ada-xref-runtime-library-specs-path) | |
1441 (ada-xref-runtime-library-ali-path): New variables | |
1442 (ada-xref-set-default-prj-values): Default run command now does a | |
1443 cd to the build directory. New field: main_unit Provide a default | |
1444 file name even if the current buffer has no prj file. | |
1445 | |
1446 * ada-prj.el: | |
1447 Rewritten to show a tabbed-dialog. | |
1448 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1449 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1450 New function | |
1451 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1452 (ada-prj-load-from-file): New function | |
1453 (ada-prj-save): Always save fields that depend on the current buffer | |
1454 (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
|
1455 |
30412 | 1456 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1457 Ada mode. This will allow us to display the Ada menu in any buffer | |
1458 we want (for project items). | |
1459 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1460 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
|
1461 |
30395 | 1462 2000-07-24 Dave Love <fx@gnu.org> |
1463 | |
1464 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1465 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1466 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1467 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1468 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1469 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1470 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1471 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1472 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1473 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1474 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1475 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1476 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1477 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1478 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1479 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1480 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1481 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1482 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1483 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1484 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1485 (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
|
1486 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1487 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1488 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1489 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1490 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1491 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1492 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1493 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1494 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1495 |
30386 | 1496 2000-07-23 Dave Love <fx@gnu.org> |
1497 | |
1498 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1499 ^o, ^u. | |
1500 | |
30359 | 1501 2000-07-21 Dave Love <fx@gnu.org> |
1502 | |
30374 | 1503 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1504 now passed to the function. It now works properly. | |
1505 | |
30359 | 1506 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1507 | |
30350 | 1508 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1509 | |
1510 * info-look.el (info-lookup): If *info* is shown in another frame | |
1511 on the same display, select that frame, instead of switching to | |
1512 the Info buffer in another window of the selected frame. | |
1513 | |
1514 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1515 kp-0 to kp-9 and kp-subtract. | |
1516 (digit-argument): Handle these keys. | |
1517 | |
30346 | 1518 2000-07-20 Dave Love <fx@gnu.org> |
1519 | |
1520 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1521 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1522 Put an extra property on the overlays and use it to clean up in | |
1523 case goto-address is re-run. | |
1524 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1525 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1526 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1527 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1528 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1529 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1530 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1531 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1532 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1533 |
30331 | 1534 2000-07-19 Dave Love <fx@gnu.org> |
1535 | |
1536 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1537 implementation. | |
1538 | |
1539 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1540 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1541 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1542 | |
30318 | 1543 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1544 | |
30329 | 1545 * textmodes/refer.el: Correct maintainer's email address. |
1546 | |
1547 * progmodes/hideif.el: Correct author's email address. | |
1548 Fix typo in comment. | |
1549 | |
1550 * xml.el: New file. | |
1551 | |
30318 | 1552 * mail/mailheader.el: Correct author's mail address. |
1553 | |
1554 * gnus/parse-time.el: Correct author's mail address. | |
1555 | |
30329 | 1556 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1557 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1558 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1559 New user options. |
1560 (comint-input-ring-file-name): Change custom type. | |
1561 (comint-mode-map): Bind mouse-2. | |
1562 (comint-insert-clicked-input): New function. | |
1563 (comint-send-input): Handle input highlighting. | |
1564 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1565 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1566 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1567 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1568 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1569 |
30311 | 1570 2000-07-18 Dave Love <fx@gnu.org> |
1571 | |
1572 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1573 improvements. | |
1574 | |
30308 | 1575 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1576 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1577 * faces.el (face-font-selection-order) |
30308 | 1578 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1579 |
30298 | 1580 2000-07-18 Dave Love <fx@gnu.org> |
1581 | |
1582 * cus-edit.el (custom-variable-reset-saved) | |
1583 (custom-variable-reset-standard): Remove unused bindings. | |
1584 | |
1585 * rect.el (open-rectangle-line): Remove unused let. | |
1586 | |
1587 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1588 | |
30296 | 1589 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1590 | |
1591 * cdl.el: Fix `Maintainer' keyword. | |
1592 | |
1593 * play/pong.el: Add author's email address. | |
1594 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1595 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1596 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1597 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1598 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1599 |
30290 | 1600 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1601 | |
1602 * mail/vms-pmail.el: Change maintainer to FSF. | |
1603 | |
1604 * net/goto-addr.el: Change maintainer to FSF. | |
1605 | |
1606 * recentf.el: Update from author. | |
1607 | |
1608 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1609 |
30277 | 1610 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1611 | |
1612 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1613 links to eshell, to avoid problems on systems where the manual is | |
1614 installed as `eshell'. | |
1615 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1616 * eshell/em-smart.el (eshell-smart): Ditto. | |
1617 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1618 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1619 |
1620 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1621 same-file check in the MS-DOS version (it does support inodes). | |
1622 | |
1623 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1624 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1625 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1626 Run default directory name through convert-standard-filename. |
30277 | 1627 |
30255 | 1628 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1629 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1630 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1631 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1632 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1633 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1634 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1635 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1636 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1637 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1638 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1639 |
30255 | 1640 * international/kkc.el (kkc-after-update-conversion-functions): |
1641 New variable. | |
1642 (kkc-update-conversion): Run functions in it at the tail. | |
1643 | |
30277 | 1644 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
|
1645 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1646 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1647 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
|
1648 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1649 |
30253 | 1650 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1651 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1652 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1653 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1654 the conversion list at first if appropriate. | |
1655 (kkc-next): Don't update kkc-next-count here. | |
1656 (kkc-prev): Don't update kkc-prev-count here. | |
1657 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1658 list message. | |
1659 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1660 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1661 |
30290 | 1662 * 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
|
1663 |
30248 | 1664 2000-07-16 Dave Love <fx@gnu.org> |
1665 | |
1666 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1667 function to be more specific. | |
1668 | |
1669 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1670 non-string help-echo. | |
1671 (widget-types-convert-widget): Defsubst it. | |
1672 (widget-echo-help): Try to cope with a help-echo function of two | |
1673 possible sorts. | |
1674 | |
30241 | 1675 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1676 | |
1677 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1678 Declare as obsolete. | |
1679 | |
1680 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1681 | |
30226 | 1682 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1683 | |
1684 * hilit-chg.el: Fix typo. | |
1685 | |
30221 | 1686 2000-07-14 Dave Love <fx@gnu.org> |
1687 | |
1688 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1689 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1690 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1691 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1692 * 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
|
1693 |
30193 | 1694 2000-07-13 Dave Love <fx@gnu.org> |
1695 | |
30195 | 1696 * emacs-lisp/easymenu.el: Doc fixes. |
1697 (easy-menu-remove): Defalias to ignore. | |
1698 | |
30193 | 1699 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1700 Call throw correctly. | |
1701 | |
30190 | 1702 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1703 | |
1704 * faces.el (frame-background-mode): Doc fix. | |
1705 | |
1706 * simple.el (eval-expression-print-length): Change custom type to | |
1707 allow entering nil as value. | |
1708 | |
30185 | 1709 2000-07-13 Dave Love <fx@gnu.org> |
1710 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1711 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1712 Change definition layout. |
30187 | 1713 (fortran-mode-menu): Reinstate customize entries. |
1714 | |
30185 | 1715 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1716 Use :filter, per old XEmacs code. | |
1717 | |
30170 | 1718 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1719 | |
1720 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1721 event when deciding what to send to the terminal. | |
1722 | |
30168 | 1723 2000-07-12 Dave Love <fx@gnu.org> |
1724 | |
1725 * cus-start.el: Add optional version as 4th element of specs and | |
1726 use it for several things new in v21. Remove load-path. Fix type | |
1727 of line-number-display-limit. | |
1728 | |
30148 | 1729 2000-07-11 Dave Love <fx@gnu.org> |
1730 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1731 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1732 Use repeat counts in various regexps. |
30150 | 1733 (fortran-mode-syntax-table): Defvar directly. |
1734 (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
|
1735 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1736 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1737 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1738 (fortran-mode): Set fortran-comment-line-start-skip, |
1739 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1740 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1741 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1742 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1743 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1744 (fortran-auto-fill): New function. | |
1745 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1746 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1747 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1748 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1749 Use fortran-auto-fill. |
30150 | 1750 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1751 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1752 |
30148 | 1753 * widget.el (widget-plist-member): New alias. |
1754 | |
30146 | 1755 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1756 | |
1757 * eshell/esh-module.el (toplevel): Reference | |
1758 byte-compile-current-file only if it is bound. | |
1759 | |
30131 | 1760 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1761 | |
1762 * dired.el: Don't require `dired-aux'. | |
1763 | |
30127 | 1764 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1765 | |
1766 * dired-aux.el (dired-show-file-type): New function. | |
1767 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1768 (dired-show-file-type): Add autoload. | |
1769 | |
30125 | 1770 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1771 | |
1772 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1773 change of fontset-info. |
30125 | 1774 (print-fontset): Likewise. |
1775 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1776 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1777 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1778 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1779 |
30111 | 1780 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1781 | |
30131 | 1782 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1783 |
30111 | 1784 * dired.el (dired-find-alternate-file): New function. |
1785 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1786 (toplevel): Require dired-aux when compiling. | |
1787 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1788 | |
1789 * info.el (Info-last-search): Variable removed. | |
1790 (Info-search-history): New variable. | |
1791 (Info-search): New Info-search-history. | |
1792 | |
1793 * battery.el, info-look.el: Change author's mail address. | |
1794 | |
30115 | 1795 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
|
1796 |
30115 | 1797 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1798 if rmail-ignored-headers is nil. | |
1799 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1800 rmail-displayed-headers to nil. | |
1801 | |
30096 | 1802 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1803 | |
30103 | 1804 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1805 (print-region-1): Don't hard code `-h' here. | |
1806 | |
30096 | 1807 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1808 | |
30103 | 1809 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1810 | |
1811 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1812 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
|
1813 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1814 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1815 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1816 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1817 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1818 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1819 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1820 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1821 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1822 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1823 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
|
1824 |
30096 | 1825 * ediff-diff.el (ediff-wordify): Use syntax table. |
1826 * 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
|
1827 ediff-color-display-p. |
30096 | 1828 (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
|
1829 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1830 Got rid of special cases for NeXT and OS/2. |
30096 | 1831 * 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
|
1832 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1833 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1834 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1835 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1836 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1837 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1838 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1839 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1840 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1841 * 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
|
1842 |
30076 | 1843 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1844 | |
30085 | 1845 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1846 not be changed without changing the make-dist script. | |
1847 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1848 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1849 (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
|
1850 |
30067 | 1851 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1852 | |
1853 * makefile.nt: Add support for `bootstrap' and related targets. | |
1854 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1855 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1856 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1857 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1858 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1859 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1860 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
|
1861 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1862 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1863 (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
|
1864 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1865 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
|
1866 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1867 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1868 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1869 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1870 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
|
1871 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1872 |
30056 | 1873 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1874 | |
1875 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1876 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1877 (eval-defun): If called with prefix arg, instrument code for | |
1878 Edebug. | |
1879 | |
1880 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1881 similar to that of eval-defun. | |
1882 | |
30029 | 1883 2000-07-04 Dave Love <fx@gnu.org> |
1884 | |
30035 | 1885 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1886 | |
30029 | 1887 * calendar/todo-mode.el: Replaced with a working version, based on |
1888 revision 1.34 tidied up. | |
1889 | |
1890 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1891 |
1892 * paths.el (prune-directory-list): New function. | |
1893 (Info-default-directory-list): Rewritten to more methodically | |
1894 enumerate a big list of possible info directories (based on the | |
1895 list used by the standalone info reader). | |
30029 | 1896 |
30021 | 1897 * 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
|
1898 non-existent directories from Info-directory-list. |
30021 | 1899 |
1900 * paths.el (Info-default-directory-list): Try a list of possible | |
1901 info-directories instead of a single one. Add the possible | |
1902 info directory "/usr/share/info". | |
1903 | |
1904 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1905 man-db config file "/etc/manpath.config". | |
1906 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1907 are present in `manpath.config'. | |
1908 (woman-manpath): Include "/usr/share/man". | |
1909 | |
30006 | 1910 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1911 | |
30017 | 1912 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1913 | |
1914 * startup.el (command-line): Initialize blink-cursor based | |
1915 on window-system. | |
1916 | |
30014 | 1917 * frame.el (blink-cursor): Default to nil if not running under |
1918 a window-system. | |
1919 | |
30012 | 1920 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1921 (face-x-resources): Remove duplicate entry for :font. | |
1922 | |
30006 | 1923 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1924 instead of cycling through windows with next-window. | |
1925 | |
1926 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1927 of cycling through windows with next-window. | |
1928 | |
1929 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1930 of cycling through windows with next-window. | |
1931 | |
1932 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1933 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1934 instead of cycling through windows with next-window. | |
1935 | |
1936 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1937 instead of cycling through windows with next-window. | |
1938 | |
1939 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1940 of cycling through windows with next-window. | |
1941 | |
1942 * terminal.el (te-process-output): Use walk-windows instead of | |
1943 cycling through windows with next-window. | |
1944 | |
1945 * server.el (server-switch-buffer): Use some-window instead of | |
1946 cycling through windows with next-window. | |
1947 | |
1948 * window.el (some-window): New function. | |
1949 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1950 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1951 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1952 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1953 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1954 |
1955 * window.el (walk-windows): Guarantee termination by keeping a list | |
1956 of all the windows already handled. | |
1957 | |
29975 | 1958 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1959 | |
1960 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1961 window-system. | |
1962 | |
1963 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1964 Man-notify-method is newframe, and the display is not | |
1965 multi-frame, select the frame created for the man page. | |
1966 (Man-init-defvars): Doc fix. | |
1967 | |
29972 | 1968 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1969 | |
29982 | 1970 * faces.el (region): Change background color for light background. |
1971 | |
1972 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1973 attribute from mode-line face of Ediff control frame. | |
1974 | |
29972 | 1975 * replace.el (query-replace-map): Bind `e' like `E'. |
1976 | |
29967 | 1977 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1978 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1979 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1980 Change name to "Select All". |
29969 | 1981 |
29967 | 1982 * dos-fns.el (convert-standard-filename): Fix last change. |
1983 | |
29957 | 1984 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1985 | |
29959 | 1986 * help.el (describe-variable): Don't insert a second `'s' in front |
1987 of the string `value is shown below'. Since the syntax-table is | |
1988 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1989 an existing `'s', so that this won't be deleted. | |
1990 | |
29957 | 1991 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1992 * pcmpl-unix.el: New files. | |
1993 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1994 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1995 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1996 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1997 |
29939 | 1998 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1999 | |
29956 | 2000 * replace.el (perform-replace): Undo change of 2000-04-04. |
2001 Instead, move backward 1 character at the end of the loop when | |
2002 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2003 |
29949 | 2004 * faces.el (fringe): Change face for different backgrounds. |
2005 | |
2006 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
2007 patch from John. | |
2008 | |
29939 | 2009 * eshell/*.el: Change spelling of the Free Software Foundation. |
2010 | |
2011 * eshell/esh-toggle.el: Removed. | |
2012 | |
2013 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
2014 | |
2015 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
2016 interactively. | |
2017 | |
2018 2000-06-26 Alex Schroeder <alex@gnu.org> | |
2019 | |
2020 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
2021 `define-key'; instead of checking `(emacs-version)' check for | |
2022 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
2023 for `;' and `o' which might be electric. | |
2024 | |
2025 (sql-electric-stuff): New user option. | |
2026 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
2027 (sql-magic-semicolon): New function which uses | |
2028 `sql-electric-stuff'. | |
2029 | |
2030 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
2031 is not fboundp. | |
2032 | |
2033 (sql-oracle-options): New variable. | |
2034 (sql-oracle): Use it. | |
2035 | |
2036 (sql-imenu-generic-expression): Doc change. | |
2037 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
2038 is used. | |
2039 | |
2040 (sql-informix): Added command line parameter "-" to force | |
2041 sql-informix-program to use stdout. | |
2042 | |
29924 | 2043 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
2044 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
2045 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 2046 (cp864-decode-table): Doc fix. |
2047 (cp720-decode-table): New variable, supports the Arabic OEM | |
2048 codepage used by Windows. | |
2049 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
2050 | |
29920 | 2051 2000-06-23 Dave Love <fx@gnu.org> |
2052 | |
2053 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
2054 (font-lock-fontify-anchored-keywords): Use | |
2055 line-beginning-position. | |
2056 (global-font-lock-mode): Use mapc. | |
2057 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2058 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2059 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2060 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
2061 |
29870 | 2062 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2063 | |
29885 | 2064 * comint.el (comint-substitute-in-file-name): Call replace-match |
2065 with second and third arg t. | |
2066 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
2067 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 2068 Specify foreground color. |
2069 | |
2070 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
2071 color. | |
2072 | |
29876 | 2073 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
2074 | |
2075 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
2076 cddr instead of cdddr. | |
2077 | |
29873 | 2078 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
2079 instead of copy-list. | |
2080 | |
2081 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
2082 of copy-list. | |
2083 | |
29870 | 2084 * subdirs.el: Add eshell subdirectory. |
2085 | |
2086 * eshell: New subdirectory containing the Eshell package. | |
2087 | |
2088 * pcomplete.el: New file. | |
2089 | |
29885 | 2090 2000-06-23 Paul Eggert <eggert@twinsun.com> |
2091 | |
29888 | 2092 * mail/mailpost.el (post-mail-send-it): Make sure file has |
2093 proper permissions from birth. | |
2094 | |
2095 * files.el (basic-save-buffer-2): When temporarily setting | |
2096 file modes, set them to current modes plus 0200, not to 0777. | |
2097 | |
29885 | 2098 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2099 permissions from birth. | |
2100 | |
29857 | 2101 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2102 | |
2103 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2104 backup file name through convert-standard-filename. | |
2105 | |
2106 * dos-fns.el (convert-standard-filename): Convert leading | |
2107 directories as well. When long file names are supported, convert | |
2108 characters that are invalid in Windows file names. | |
2109 | |
29849 | 2110 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2111 | |
2112 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2113 ps-print crashes. New feature: page selection for printing. Create | |
2114 raw-text-unix coding system for XEmacs. Doc fix. | |
2115 (ps-print-version): New version number (5.2.3). | |
2116 (ps-plot-region): Bug fix. | |
2117 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2118 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2119 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2120 funs. | |
2121 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2122 (ps-last-page): New vars. | |
2123 | |
29845 | 2124 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2125 | |
2126 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2127 empty option string. | |
2128 | |
29839 | 2129 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2130 | |
2131 * man.el (man): Doc fix. | |
2132 | |
29829 | 2133 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2134 | |
2135 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2136 fixed. | |
2137 | |
29814 | 2138 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2139 | |
2140 * version.el (emacs-version): Use ISO date format. | |
2141 | |
2142 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2143 instead of `M-backspace'. | |
2144 | |
2145 * simple.el (turn-off-auto-fill): New function. | |
2146 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2147 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2148 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2149 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2150 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2151 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2152 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2153 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2154 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2155 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2156 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
|
2157 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2158 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2159 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2160 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2161 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2162 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
|
2163 (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
|
2164 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2165 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2166 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2167 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2168 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2169 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2170 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2171 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2172 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2173 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2174 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2175 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2176 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2177 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2178 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2179 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2180 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2181 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2182 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2183 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2184 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2185 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2186 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2187 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2188 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2189 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2190 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2191 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2192 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2193 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2194 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2195 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2196 * progmodes/idlwave.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2197 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2198 * progmodes/idlw-shell.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2199 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2200 * 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
|
2201 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2202 * 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
|
2203 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2204 |
29776 | 2205 2000-06-20 Dave Love <fx@gnu.org> |
2206 | |
2207 * faces.el (frame-background-mode): Use set-default, not set, in | |
2208 setter. | |
2209 (frame-update-faces, frame-update-face-colors): Define with | |
2210 defalias. | |
2211 | |
2212 * enriched.el (enriched-decode-foreground) | |
2213 (enriched-decode-background): Don't use internal-find-face. | |
2214 | |
2215 * apropos.el: Doc fixes. | |
2216 | |
2217 * cus-edit.el (customize-changed-options): Check arg. | |
2218 (customize-version-lessp): Don't require decimal point. | |
2219 | |
2220 * custom.el (defcustom, defgroup): Doc fix. | |
2221 | |
2222 * newcomment.el (comment) <defgroup>: Add :version. | |
2223 (comment-multi-line): Doc fix. | |
2224 | |
2225 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2226 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2227 | |
29747 | 2228 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2229 | |
2230 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2231 the whole buffer. | |
2232 | |
29740 | 2233 2000-06-19 Dave Love <fx@gnu.org> |
2234 | |
2235 * menu-bar.el (menu-bar-options-save): New function. | |
2236 (menu-bar-options-menu): Use it. | |
2237 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2238 Simplify. | |
2239 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2240 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2241 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2242 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2243 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2244 |
29720 | 2245 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2246 | |
2247 * international/codepage.el: | |
2248 (cp-coding-system-for-codepage-1): Delete special codes for | |
2249 generating xxx-dos coding system because now a CCL based coding | |
2250 system can handle EOL conversion by default. | |
2251 | |
2252 * international/mule.el (make-coding-system): Generate subsidiary | |
2253 coding systems for EOL handling variants even for a CCL based | |
2254 coding system. | |
2255 | |
29718 | 2256 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2257 | |
2258 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2259 (isearch-minibuffer-input-method-function): These variables | |
2260 deleted. | |
2261 (isearch-with-input-method): Don't use the above variables. | |
2262 (isearch-process-search-multibyte-characters): Likewise. Call | |
2263 read-string with the arg INHERIT-INPUT-METHOD t. | |
2264 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2265 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2266 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2267 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2268 (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
|
2269 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2270 * 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
|
2271 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2272 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2273 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
|
2274 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2275 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2276 |
29712 | 2277 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2278 | |
2279 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2280 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2281 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2282 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2283 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2284 |
29696 | 2285 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2286 | |
2287 * find-lisp.el: New file. | |
2288 | |
29694 | 2289 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2290 | |
2291 * time.el (display-time-mail-function): New variable, to allow | |
2292 external packages to indicate when new mail is available. | |
2293 (display-time-update): Use it. | |
2294 | |
29689 | 2295 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2296 | |
29691 | 2297 * international/mule.el (mule-version): Change version name to |
2298 SAKAKI. AOI has already been used by Meadow. | |
2299 | |
29689 | 2300 * international/quail.el (quail-show-guidance-buf): To find the |
2301 bottom window (but minibuffer), pay attention to the height of | |
2302 minibuffer. | |
2303 | |
29670 | 2304 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2305 | |
29682 | 2306 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2307 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2308 from the menu bar, as the menu bar has enough space now. | |
2309 | |
29680 | 2310 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2311 | |
29670 | 2312 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2313 characters, which use series of two ^H characters instead of one. | |
2314 | |
29667 | 2315 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2316 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2317 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2318 (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
|
2319 functions. |
29686 | 2320 (Info-find-node-2): Try a case-sensitive search first, then |
2321 do a case-insensitive search. | |
2322 | |
2323 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2324 tutorials. | |
2325 | |
29676 | 2326 * complete.el (PC-env-vars-alist): New variable. |
2327 (PC-complete-as-file-name): New function. | |
2328 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2329 process-environment. | |
2330 (PC-do-completion): Handle completion of env vars. | |
2331 | |
2332 * info.el (Info-set-mode-line): Show file name in mode line, | |
2333 use `*Info*' instead of `Info:'. | |
2334 | |
29667 | 2335 * startup.el (command-line-1): Change copyright messages to year |
2336 2000. | |
2337 | |
29665 | 2338 2000-06-15 Dave Love <fx@gnu.org> |
2339 | |
2340 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2341 not local-map. | |
2342 | |
29658 | 2343 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2344 | |
2345 * international/mule.el (set-buffer-file-coding-system): Almost | |
2346 rewritten to handle `undecided' as no-op. | |
2347 | |
29654 | 2348 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2349 | |
29667 | 2350 * Makefile.in: New file. |
29657 | 2351 |
2352 * Makefile: Removed. | |
2353 | |
29654 | 2354 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2355 (goto-address-highlight-keymap): Bind C-c RET. | |
2356 | |
29640 | 2357 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2358 | |
29649 | 2359 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2360 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2361 |
29645 | 2362 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2363 0. Give correct argument to set-auto-coding-function. | |
2364 (tar-expunge): For goto-char, use (point-min), not 0. | |
2365 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2366 (tar-subfile-save-buffer): Likewize. | |
2367 | |
29640 | 2368 * international/mule.el |
2369 (after-insert-file-set-buffer-file-coding-system): Call | |
2370 set-buffer-file-coding-system with the arg FORCE t. | |
2371 | |
29633 | 2372 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2373 | |
2374 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2375 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2376 the sender is set with `-f'. |
29633 | 2377 |
29622 | 2378 2000-06-13 Dave Love <fx@gnu.org> |
2379 | |
29630 | 2380 * help.el (describe-function-1): Kluge around cases of functions |
2381 fset to subrs whose doc doesn't match their symbol-name. | |
2382 | |
29627 | 2383 * image.el (insert-image): Default STRING to a space. |
29625 | 2384 |
29622 | 2385 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2386 (Info-build-node-completions): Match Ref tags. |
29622 | 2387 |
29612 | 2388 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2389 | |
29615 | 2390 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2391 defaliases for display-graphic-p. | |
2392 | |
29612 | 2393 * hl-line.el: Fixed a typo in commentary. |
2394 | |
29609 | 2395 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2396 | |
2397 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2398 fixed. | |
2399 | |
29608 | 2400 2000-06-12 Dave Love <fx@gnu.org> |
2401 | |
2402 * image.el (insert-image): Save a little consing. | |
2403 | |
29598 | 2404 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2405 | |
2406 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2407 to the corresponding tibetan characters. | |
2408 (tibetan-add-components): Delete code for the special treatment of | |
2409 'a chung. | |
2410 | |
2411 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2412 change. | |
2413 (tibetan-vowel-transcription-alist): More rules added. | |
2414 (tibetan-composite-vowel-alist): New variable. | |
2415 (tibetan-precomposition-rule-alist): More rules added. | |
2416 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2417 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2418 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2419 * 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
|
2420 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2421 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2422 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2423 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2424 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2425 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2426 * 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
|
2427 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2428 * 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
|
2429 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2430 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2431 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2432 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2433 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2434 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2435 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2436 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2437 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2438 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2439 * 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
|
2440 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2441 * 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
|
2442 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2443 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2444 (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
|
2445 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2446 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2447 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2448 (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
|
2449 (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
|
2450 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2451 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2452 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2453 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2454 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2455 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2456 * 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
|
2457 (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
|
2458 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2459 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2460 (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
|
2461 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2462 (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
|
2463 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
|
2464 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2465 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2466 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2467 * 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
|
2468 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2469 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2470 (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
|
2471 (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
|
2472 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
|
2473 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2474 * 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
|
2475 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
|
2476 |
29574 | 2477 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2478 | |
2479 * international/mule.el (set-buffer-file-coding-system): If | |
2480 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2481 unconditionally. | |
2482 | |
29568 | 2483 2000-06-12 Dave Love <fx@gnu.org> |
2484 | |
2485 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2486 required. | |
2487 | |
29556 | 2488 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2489 | |
2490 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2491 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2492 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2493 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2494 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2495 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2496 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2497 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
|
2498 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2499 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2500 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2501 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2502 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2503 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2504 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2505 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2506 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2507 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2508 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2509 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
|
2510 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2511 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
|
2512 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2513 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2514 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2515 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2516 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2517 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2518 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2519 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2520 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2521 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2522 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2523 |
29542 | 2524 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2525 | |
2526 * 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
|
2527 undecided-XXX is specified, change only EOL conversion. |
29542 | 2528 |
2529 * international/mule-conf.el (unix): New alias for the coding | |
2530 system undecided-unix. | |
2531 | |
29528 | 2532 2000-06-09 Dave Love <fx@gnu.org> |
2533 | |
29535 | 2534 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2535 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2536 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2537 (executable-insert): Change custom type. |
2538 (executable-find): Add autoload cookie. | |
29531 | 2539 (executable-make-buffer-file-executable-if-script-p): New |
2540 function. After Noah Friedman. | |
29528 | 2541 |
2542 * files.el (after-save-hook): Customize, with | |
29531 | 2543 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2544 |
29518 | 2545 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2546 | |
29522 | 2547 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2548 "tib24p-mule.bdf" for Tibetan. | |
2549 | |
29520 | 2550 * composite.el (decompose-composite-char): Declare it as obsolete. |
2551 | |
29541 | 2552 * man.el (Man-fontify-manpage): Pay attention to underline and |
2553 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2554 |
29517 | 2555 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2556 | |
2557 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2558 Set maintainer to FSF since author isn't reachable. | |
2559 | |
29508 | 2560 2000-06-08 Dave Love <fx@gnu.org> |
2561 | |
2562 * international/mule-cmds.el (select-safe-coding-system): If | |
2563 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2564 preferred coding-system if buffer-file-coding-system is | |
2565 `undecided'. From Handa. | |
2566 | |
29503 | 2567 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2568 | |
2569 * international/mule.el | |
2570 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2571 size is greater than INSERTED, judget that we are not visiting. | |
2572 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2573 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
|
2574 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2575 * 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
|
2576 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
|
2577 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
|
2578 |
29498 | 2579 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2580 | |
2581 * align.el: Update from author. | |
2582 | |
2583 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2584 | |
2585 * apropos.el (apropos-mode-hook): New user variable. | |
2586 (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
|
2587 |
29498 | 2588 2000-06-07 David Ponce <david@dponce.com> |
2589 | |
2590 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2591 commands. Require `wid-edit' at run-time. | |
2592 | |
2593 2000-06-07 David Ponce <david@dponce.com> | |
2594 | |
2595 * recentf.el: Added some "Commentary". | |
2596 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2597 move the point at the top of the file list. This behaviour is | |
2598 consistent with the menu one when the list contains a lot of | |
2599 files. | |
2600 (recentf-cleanup): Now displays the number of items removed from | |
2601 the list. | |
2602 (recentf-relative-filter) New menu filter to show filenames | |
2603 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
|
2604 |
29498 | 2605 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2606 | |
2607 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2608 with/without giving an error if PostScript printer doesn't have this | |
2609 kind of page size. Zebra Stripe continues or restarts on next page. | |
2610 Manual/automatic paper feeding. Switch or not the header. | |
2611 (ps-print-version): New version number (5.2.2). | |
2612 (ps-windows-system): Include emx as a Windows system. | |
2613 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2614 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2615 (ps-background-text): Code fix. | |
2616 (ps-error-handler-message, ps-user-defined-prologue) | |
2617 (ps-print-prologue-header, ps-printer-name) | |
2618 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2619 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2620 (ps-use-face-background): Customization fix. | |
2621 (ps-n-up-database): Data fix. | |
2622 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2623 (ps-switch-header): New vars. | |
2624 (ps-xemacs-color-name, ps-face-foreground-name) | |
2625 (ps-face-background-name, ps-boolean-constant): New funs. | |
2626 | |
29491 | 2627 2000-06-07 Dave Love <fx@gnu.org> |
2628 | |
2629 * allout.el: New version from Manheimer. | |
2630 | |
29483 | 2631 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2632 | |
2633 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2634 charset. | |
2635 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2636 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
|
2637 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2638 * 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
|
2639 (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
|
2640 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
|
2641 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2642 |
29471 | 2643 2000-06-06 Dave Love <fx@gnu.org> |
2644 | |
2645 * image.el (find-image): Doc fix. Return nil if image not found. | |
2646 (put-image, insert-image): Make STRING arg optional. | |
2647 | |
29455 | 2648 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2649 | |
2650 * language/vietnamese.el: Remove eval-when-compile. | |
2651 (viet-viscii-nonascii-translation-table): Define it as a | |
2652 translation table made from viet-viscii-decode-table. | |
2653 (viet-viscii-encode-table): Define it as a translation table made | |
2654 from the reverse map of above. | |
2655 (viet-vscii-nonascii-translation-table): Define it as a | |
2656 translation table made from viet-vscii-decode-table. | |
2657 (viet-vscii-encode-table): Define it as a translation table made | |
2658 from the reverse map of above. | |
2659 (ccl-decode-viscii): Use translate-character. | |
2660 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2661 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2662 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2663 |
29455 | 2664 * language/cyrillic.el: Remove eval-when-compile. |
2665 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2666 translation table made from cyrillic-koi8-r-decode-table. | |
2667 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2668 made from the reverse map of above. | |
2669 (ccl-decode-koi8): Use translate-character. | |
2670 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2671 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2672 a translation table made from cyrillic-alternativnyj-decode-table. | |
2673 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2674 table made from the reverse map of above. | |
2675 (ccl-decode-alternativnyj): Use translate-character. | |
2676 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2677 Likewize | |
2678 | |
2679 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2680 translation table symbol instead of translation table itself. | |
2681 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2682 | |
2683 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2684 already exists, override it. | |
2685 | |
2686 * international/fontset.el: Use family `proportional' for Tibetan | |
2687 fonts. | |
2688 | |
2689 * international/ccl.el (ccl-compile-translate-character): Don't | |
2690 check if Rrr has property translation-table. | |
2691 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2692 | |
29447 | 2693 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2694 | |
2695 * info.el: Bind case-fold-search to t when searching in case | |
2696 a user sets it to nil in a hook. | |
2697 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2698 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2699 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2700 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2701 * 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
|
2702 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2703 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2704 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2705 (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
|
2706 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2707 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
|
2708 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2709 * 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
|
2710 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2711 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2712 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2713 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2714 * 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
|
2715 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2716 (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
|
2717 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2718 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2719 (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
|
2720 (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
|
2721 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2722 * 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
|
2723 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2724 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
|
2725 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2726 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2727 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2728 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2729 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2730 (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
|
2731 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2732 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2733 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
|
2734 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2735 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2736 * 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
|
2737 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2738 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
|
2739 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2740 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
|
2741 |
29447 | 2742 * 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
|
2743 tty's. |
29447 | 2744 * 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
|
2745 differences whenever appropriate. |
29447 | 2746 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2747 * 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
|
2748 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2749 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2750 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2751 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2752 * 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
|
2753 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2754 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2755 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
|
2756 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2757 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2758 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2759 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2760 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2761 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2762 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2763 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2764 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2765 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2766 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2767 (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
|
2768 (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
|
2769 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2770 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2771 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
|
2772 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2773 (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
|
2774 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2775 |
29403 | 2776 2000-06-02 Dave Love <fx@gnu.org> |
2777 | |
2778 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2779 all the widgets. Don't require cl or widget. Remove | |
2780 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2781 (widget-read-event): Removed. Callers changed to use read-event. | |
2782 (widget-button-release-event-p): Renamed from | |
2783 button-release-event-p. | |
2784 (widget-field-add-space, widget-field-use-before-change): | |
2785 Uncustomize. | |
2786 (widget-specify-field): Use keymap property, not local-map. | |
2787 (widget-specify-button): Obey :suppress-face. | |
2788 (widget-specify-insert): Use modern backquote syntax. | |
2789 (widget-image-directory): Renamed from widget-glyph-directory. | |
2790 (widget-image-enable): Renamed from widget-glyph-enable. | |
2791 (widget-image-find): Replaces widget-glyph-find. | |
2792 (widget-button-pressed-face): Move defvar. | |
2793 (widget-image-insert): Replaces widget-glyph-insert. | |
2794 (widget-convert): Use keywordp. | |
2795 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2796 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2797 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2798 (widget-button-click): Don't set point at the click, but re-centre |
2799 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2800 (widget-tabable-at): Use POS arg, not point. | |
2801 (widget-beginning-of-line, widget-end-of-line) | |
2802 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2803 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2804 (widget-default-create): Use widget-image-insert; some rewriting. | |
2805 (widget-visibility-value-create) | |
2806 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2807 widget-image-insert. | |
2808 (checkbox): Create on and off images dynamically. | |
2809 (documentation-link): Change :help-echo. | |
2810 (widget-documentation-link-echo-help): Remove. | |
2811 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2812 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2813 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2814 * 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
|
2815 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2816 * 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
|
2817 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2818 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2819 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2820 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2821 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2822 |
29383 | 2823 2000-06-02 Dave Love <fx@gnu.org> |
2824 | |
29392 | 2825 * files.el (convert-standard-filename): Doc fix. |
2826 (normal-backup-enable-predicate): New function. | |
2827 (backup-enable-predicate): Use it to replace the lambda form. | |
2828 | |
2829 * calendar/todo-mode.el: [This needs more work on the outline | |
2830 stuff.] Doc fixes. | |
2831 (todo) <defgroup>: Add :version. | |
2832 (todo-add-category): Don't use pushnew. | |
2833 (todo-cmd-raise): Fix typo. | |
2834 (todo-top-priorities): Change temp buffer name. | |
2835 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2836 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2837 Use outline-next-heading. |
29392 | 2838 |
29383 | 2839 * autoarg.el: Rewritten to use define-minor-mode. |
2840 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2841 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2842 | |
29376 | 2843 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2844 | |
2845 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2846 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2847 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2848 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2849 * 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
|
2850 (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
|
2851 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2852 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2853 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2854 |
29372 | 2855 2000-06-01 Dave Love <fx@gnu.org> |
2856 | |
2857 * hl-line.el: Rewritten using define-minor-mode. | |
2858 | |
2859 * help.el (describe-function-1): Distinguish special form from | |
2860 builtin function. Sanity-check presence of arglist for builtins. | |
2861 | |
29356 | 2862 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2863 | |
29365 | 2864 * international/characters.el: Fix syntax/category setting of |
2865 Tibetan characters. | |
2866 | |
2867 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2868 encoding of Tibetan characters. | |
2869 (tibetan-decompose-precomposition-alist): New variable. | |
2870 (tibetan-decompose-region): Convert precomposed characters to | |
2871 non-precomposed characters. | |
2872 (tibetan-decompose-string): Likewise. | |
2873 (tibetan-composition-function): Fix args to | |
2874 thibetan-compose-string. | |
2875 | |
2876 * language/tibetan.el (tibetan-composable-pattern): More | |
2877 characters included. | |
2878 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2879 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2880 "+R" added. | |
2881 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2882 | |
29359 | 2883 * language/lao-util.el (lao-composition-function): Fix args to |
2884 compose-string. | |
2885 | |
2886 * language/thai-util.el (thai-composition-function): Fix args to | |
2887 compose-string. | |
2888 | |
29356 | 2889 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2890 to prevent the point moving to the end of a composition when a |
2891 part of a composition is searched. | |
29356 | 2892 (isearch-other-meta-char): If the key invoking this command can be |
2893 mapped by function-key-map to a printing char, call | |
2894 isearch-process-search-char directly. | |
2895 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2896 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2897 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2898 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2899 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2900 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2901 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2902 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2903 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2904 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2905 * 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
|
2906 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2907 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2908 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
|
2909 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2910 * 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
|
2911 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2912 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
|
2913 |
29347 | 2914 2000-05-31 Dave Love <fx@gnu.org> |
2915 | |
2916 * loadhist.el (loadhist-hook-functions): Remove | |
2917 before-change-function, after-change-function. | |
2918 (unload-feature): Deal with symbols which are both bound and | |
2919 fbound. | |
2920 | |
2921 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2922 before-change-function, after-change-function. | |
2923 | |
2924 * simple.el (newline): Don't bind before-change-function, | |
2925 after-change-function. | |
2926 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2927 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
|
2928 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2929 * 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
|
2930 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
|
2931 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
|
2932 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
|
2933 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2934 * 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
|
2935 |
29330 | 2936 2000-05-31 Dave Love <fx@gnu.org> |
2937 | |
2938 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2939 pattern for function of change. | |
2940 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2941 acknowledgements patterns. | |
2942 | |
29328 | 2943 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2944 | |
2945 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2946 being used, call isearch-process-search-multibyte-characters. | |
2947 | |
2948 * international/isearch-x.el: Mostly rewritten. | |
2949 | |
2950 * international/quail.el (quail-start-conversion): Don't include | |
2951 unhandled events in the returned events, but set them in | |
2952 unread-command-events. Exit if all inputs are deleted. | |
2953 | |
29324 | 2954 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2955 | |
2956 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2957 | |
2958 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2959 Reenable code to create initial fontsets. | |
2960 Use set-fontset-font in place of put-charset-property. | |
2961 | |
29302 | 2962 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2963 | |
29307 | 2964 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2965 label, ensure that the first colon isn't followed by another. | |
2966 | |
2967 * paths.el (Info-default-directory-list): Doc fix. | |
2968 | |
29304 | 2969 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2970 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2971 send a query containing USER only, not USER@HOST. | |
2972 | |
29302 | 2973 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2974 and rmail-msgend to compute the restriction at the end, instead of | |
2975 computing it. | |
2976 | |
29292 | 2977 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2978 | |
29295 | 2979 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2980 echo area if the minibuffer window is active. | |
2981 | |
29292 | 2982 * jit-lock.el (jit-lock-mode): Add after change function to |
2983 local hook. | |
2984 | |
2985 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2986 | |
2987 * antlr-mode.el: New commands: hide/unhide actions, | |
2988 upcase/downcase literals. | |
2989 (antlr-tiny-action-length): New user option. | |
2990 (antlr-hide-actions): New command. Suggested by | |
2991 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
|
2992 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2993 (antlr-mode-menu): New entries. |
2994 (antlr-downcase-literals): New command. | |
2995 (antlr-upcase-literals): Ditto. | |
2996 | |
2997 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2998 (antlr-indent-line): Indent cpp directive at column 0. | |
2999 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
3000 | |
3001 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
3002 (antlr-font-lock-additional-keywords): Workaround for intentional | |
3003 bug in XEmacs version of font-lock. | |
3004 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
3005 be used by a smarter version of `buffers-menu-grouping-function'. | |
3006 | |
3007 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
3008 | |
3009 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
3010 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
3011 | |
29266 | 3012 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3013 | |
3014 * international/encoded-kb.el | |
3015 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
3016 charset-iso-final-char return -1 for eight-bit-control and | |
3017 eight-bit-graphic. | |
3018 | |
29261 | 3019 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3020 | |
3021 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
3022 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
3023 available, instead of window-system. | |
3024 | |
29259 | 3025 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3026 | |
3027 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
3028 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
3029 coding systems. | |
3030 | |
29248 | 3031 2000-05-26 Dave Love <fx@gnu.org> |
3032 | |
29255 | 3033 * disp-table.el (standard-display-underline): Don't use |
3034 internal-find-face. | |
3035 | |
29248 | 3036 * mail/reporter.el: Maintainer change. Doc fixes. |
3037 (reporter-version): Deleted. | |
3038 | |
3039 * emacs-lisp/elp.el: Maintainer change. | |
3040 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
3041 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3042 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3043 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3044 * 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
|
3045 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
3046 |
29240 | 3047 2000-05-26 Dave Love <fx@gnu.org> |
3048 | |
29242 | 3049 * loadhist.el (unload-feature): Fix interactive spec [from |
3050 lijnzaad@ebi.ac.uk]. | |
3051 | |
29240 | 3052 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
3053 subr-arity to check primitives. | |
3054 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
3055 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
3056 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
3057 mapcar. | |
3058 | |
29226 | 3059 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3060 | |
29235 | 3061 * international/fontset.el: Set family names of non-latin charsets |
3062 in default fontset to "*". | |
3063 | |
29230 | 3064 * international/mule-diag.el (print-fontset): Combine family part |
3065 and registry part of the fontname by "-*-" instead of "-". | |
3066 | |
29226 | 3067 * international/mule-cmds.el (encode-coding-char): Make strings |
3068 multibyte before calling encode-coding-string. | |
3069 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3070 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3071 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3072 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
3073 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3074 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3075 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3076 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3077 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3078 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3079 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3080 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3081 * 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
|
3082 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3083 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3084 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3085 (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
|
3086 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3087 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3088 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
3089 |
29214 | 3090 2000-05-25 Dave Love <fx@gnu.org> |
3091 | |
3092 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
3093 byte-code-function-p. | |
3094 | |
3095 * mail/rmailsum.el: Add provide. | |
3096 | |
3097 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3098 | |
3099 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3100 defcustom. | |
3101 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3102 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
|
3103 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3104 * 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
|
3105 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
|
3106 |
29205 | 3107 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3108 | |
3109 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3110 grayscale support, not about window-system. | |
3111 | |
3112 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3113 window-system. | |
3114 (ffap-highlight): Always default to t. | |
3115 | |
3116 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3117 display-popup-menus-p instead of looking at window-system. | |
3118 | |
3119 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3120 Only refuse to use string glyphs on X and MS-Windows. | |
3121 | |
3122 * avoid.el: Remove window-system from commentary, suggest to use | |
3123 display-*-p instead. | |
3124 | |
3125 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3126 window-system. | |
3127 | |
29190 | 3128 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3129 | |
3130 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3131 Fill up unsupported characters with their own codes. From Kenichi | |
3132 Handa. | |
3133 | |
29188 | 3134 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3135 | |
3136 * international/mule-diag.el (describe-char-after): Use | |
3137 display-graphic-p instead of window-system, so that this function | |
3138 works on MS-DOS. | |
3139 | |
29181 | 3140 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3141 | |
3142 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3143 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3144 the list of charsets which we convert into `?'. | |
3145 | |
29169 | 3146 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3147 | |
3148 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3149 private charsets. | |
3150 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3151 japanese-jisx0213-2): New charsets. | |
3152 | |
3153 * international/fontset.el: Setup default fontset for new charsets. | |
3154 | |
29166 | 3155 2000-05-24 Dave Love <fx@gnu.org> |
3156 | |
3157 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3158 S. Solomin" <sovs@uic.nnov.ru>]. | |
3159 | |
3160 * icomplete.el: Fix header for Finder. | |
3161 | |
3162 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3163 | |
3164 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3165 STAY. | |
3166 | |
3167 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3168 (rmail-show-message): Add call to `rmail-auto-file' during | |
3169 display. | |
3170 (rmail-auto-file): New function. | |
3171 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3172 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
|
3173 |
29193 | 3174 * 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
|
3175 account. |
29193 | 3176 (ediff-test-utility,ediff-diff-mandatory-option) |
3177 (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
|
3178 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
|
3179 |
29193 | 3180 * 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
|
3181 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3182 |
29193 | 3183 * 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
|
3184 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3185 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3186 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
|
3187 |
29193 | 3188 * 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
|
3189 |
29159 | 3190 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3191 | |
3192 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3193 aliases for hebrew-iso-8bit. | |
3194 | |
29148 | 3195 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3196 | |
3197 * woman.el: New version from Francis J. Wright | |
3198 <F.J.Wright@Maths.QMW.ac.uk>. | |
3199 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3200 names in environment variables regardless of the path separator. | |
3201 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3202 on all files, since woman-file-regexp already filters out any | |
3203 directories. | |
3204 | |
29140 | 3205 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3206 | |
29144 | 3207 * international/quail.el (quail-start-translation): Don't change |
3208 modified-p of the current buffer. | |
3209 (quail-start-conversion): Likewise. | |
3210 | |
3211 * international/kkc.el (kkc-region): Don't change modified-p of | |
3212 the current buffer. | |
3213 | |
29142 | 3214 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3215 conform to RFC1468. | |
3216 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3217 |
29138 | 3218 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3219 | |
3220 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3221 (speedbar-insert-button): Invisible text property fix. | |
3222 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3223 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3224 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3225 (speedbar-page-minus): Renamed from speedbar-file-- | |
3226 (speedbar-page): Renamed from speedbar-file- | |
3227 (speedbar-tag): Renamed from speedbar-tag- | |
3228 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3229 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3230 (speedbar-expand-image-button-alist): Use above renames. | |
3231 | |
3232 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3233 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3234 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3235 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3236 * sb-pg.xpm: Renamed from sb-file.xpm | |
3237 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3238 * 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
|
3239 |
29128 | 3240 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3241 | |
3242 * international/quail.el (quail-show-guidance-buf): Set | |
3243 current-input-method of the guidance buffer to the name of the | |
3244 curren input method. | |
3245 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3246 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3247 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3248 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3249 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3250 * 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
|
3251 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3252 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3253 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3254 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3255 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3256 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3257 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3258 * 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
|
3259 |
29116 | 3260 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3261 | |
29127 | 3262 * startup.el (command-line): Determine source file of compiled |
3263 user init file differently. Warn if compiled user init file | |
3264 is older than its source file. | |
3265 | |
29116 | 3266 * 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
|
3267 |
29112 | 3268 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3269 | |
3270 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3271 rather than `|' (which is not allowed on Windows). Replace the | |
3272 drive letters with a string "drive_X". | |
3273 | |
29110 | 3274 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3275 | |
3276 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3277 | |
3278 * files.el (interpreter-mode-alist): Add `bash2'. | |
3279 | |
29091 | 3280 2000-05-22 Dave Love <fx@gnu.org> |
3281 | |
3282 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3283 mapc. | |
3284 (feature-file): Avoid calling symbol-name. Doc fix. | |
3285 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3286 (loadhist-hook-functions): Add mouse-position-function. | |
3287 (unload-feature): Change uses of mapcar. | |
3288 | |
3289 * files.el (parse-colon-path): Doc fix. | |
3290 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3291 (set-auto-mode): Use mapc. | |
3292 | |
3293 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3294 class. | |
3295 (partial-completion-mode): Add autoload cookie. | |
3296 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3297 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
|
3298 |
29102 | 3299 * 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
|
3300 `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
|
3301 |
29082 | 3302 2000-05-22 Dave Love <fx@gnu.org> |
3303 | |
3304 * bindings.el: Remove debug-ignored-errors set in other files. | |
3305 | |
3306 * progmodes/etags.el: Add to debug-ignored-errors. | |
3307 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3308 when making a new list. | |
3309 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3310 mapc. | |
3311 | |
3312 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3313 quote keywords. | |
3314 (cmpl-string-case-type): Use character classes. | |
3315 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3316 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3317 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3318 * imenu.el: |
29082 | 3319 * mail/mh-e.el: |
3320 * progmodes/compile.el: Add to debug-ignored-errors. | |
3321 | |
3322 * dabbrev.el: Add to debug-ignored-errors. | |
3323 (dabbrev-completion): Use mapc. | |
3324 | |
29075 | 3325 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3326 | |
3327 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3328 (woman-mapcan, woman-parse-man.conf) | |
3329 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3330 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3331 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3332 path syntax better. | |
3333 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3334 (woman-manpath): Call woman-parse-man.conf. | |
3335 (woman-emulation): New defcustom, defaults to nroff. | |
3336 (woman-font-support): New defconst. | |
3337 (woman-use-symbol-font): New defcustom. | |
3338 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3339 "Emulation". | |
3340 Many functions: Doc fix. | |
3341 | |
29072 | 3342 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3343 | |
3344 * international/quail.el (quail-simple-translation-keymap): Map | |
3345 128..255 to quail-self-insert-command. | |
3346 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3347 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3348 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3349 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3350 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3351 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3352 * 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
|
3353 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3354 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3355 * 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
|
3356 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3357 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3358 * 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
|
3359 |
29059 | 3360 2000-05-21 Dave Love <fx@gnu.org> |
3361 | |
29061 | 3362 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3363 are invalid characters. | |
3364 | |
29059 | 3365 * international/mule-util.el (detect-coding-with-priority): Use |
3366 mapc. Remove redundant lambda. | |
3367 | |
3368 * international/mule-diag.el (list-non-iso-charset-chars) | |
3369 (describe-fontset): Remove redundant lambda. | |
3370 | |
3371 * emulation/crisp.el (brief-mode): New alias. | |
3372 | |
3373 * emacs-lisp/ring.el (ring-elements): New function. | |
3374 | |
3375 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3376 (easy-menu-do-add-item): Use keywordp. | |
3377 | |
3378 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3379 | |
3380 * replace.el: Doc and error message fixes. | |
3381 (replace-highlight): Use facep, not internal-find-face. | |
3382 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3383 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3384 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3385 * 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
|
3386 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3387 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3388 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3389 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3390 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3391 (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
|
3392 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3393 (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
|
3394 (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
|
3395 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3396 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3397 (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
|
3398 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3399 (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
|
3400 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3401 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3402 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3403 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3404 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3405 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3406 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3407 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3408 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3409 (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
|
3410 (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
|
3411 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3412 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
|
3413 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3414 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3415 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3416 |
29029 | 3417 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3418 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3419 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3420 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3421 | |
29028 | 3422 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3423 | |
3424 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3425 and insert, not subst-char-in-region. | |
3426 | |
3427 * international/mule-diag.el (list-character-sets-1): Handle | |
3428 charsets eight-bit-control and eight-bit-graphic. | |
3429 (list-iso-charset-chars): Likewise. | |
3430 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3431 charactes as is. Use indent-to to align characters. | |
3432 | |
3433 * international/mule-cmds.el (find-multibyte-characters): Never | |
3434 exclude charsets eight-bit-control and eight-bit-graphic. | |
3435 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3436 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3437 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3438 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3439 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3440 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3441 * 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
|
3442 |
28993 | 3443 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3444 | |
3445 * gud.el (gud-jdb-directories): Doc fix. | |
3446 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3447 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3448 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3449 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3450 |
28988 | 3451 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3452 | |
28993 | 3453 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3454 |
28982 | 3455 2000-05-18 Andreas Schwab <schwab@suse.de> |
3456 | |
3457 * dired.el (dired-between-files): Also skip lines beginning with | |
3458 `used'. | |
3459 | |
28978 | 3460 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3461 | |
3462 * msb.el (msb-menu-cond): Add choice `user'. | |
3463 | |
28981 | 3464 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
|
3465 |
28981 | 3466 * ps-print.el: Compatibility, customization and doc fix. |
3467 (ps-printer-name-option): Replace defconst by defvar. | |
3468 (ps-postscript-code-directory): XEmacs compatibility. | |
3469 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3470 fix. | |
3471 (ps-user-defined-prologue, ps-print-prologue-header) | |
3472 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3473 compatibility and code fix. | |
3474 (ps-print-background-image, ps-print-background-text): | |
3475 Customization fix. | |
3476 (ps-line-number-start, ps-n-up-on): New vars. | |
3477 | |
28978 | 3478 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3479 | |
3480 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3481 the indent-comment function to just return the appropriate indent. | |
3482 | |
28975 | 3483 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3484 | |
3485 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3486 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3487 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3488 | |
28969 | 3489 2000-05-18 Dave Love <fx@gnu.org> |
3490 | |
3491 * info.el (Info-fontify-node): Add intangible property as well as | |
3492 invisible. | |
3493 | |
3494 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3495 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3496 | |
28965 | 3497 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3498 | |
3499 * international/mule-diag.el (describe-char-after): Call | |
3500 internal-char-font, not char-font. If internal-char-font returns | |
3501 nil, display "-- none --". | |
3502 | |
28959 | 3503 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3504 | |
3505 * image.el (image-type-available-p): Don't reference image-types | |
3506 if it isn't bound. | |
3507 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3508 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3509 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3510 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3511 |
28954 | 3512 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3513 | |
3514 * startup.el (command-line-1): Don't signal an error if the | |
3515 directory for auto-save-list files does not yet exist. | |
3516 | |
28950 | 3517 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3518 | |
3519 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3520 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3521 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3522 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3523 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3524 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3525 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
|
3526 |
28981 | 3527 * 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
|
3528 |
28942 | 3529 2000-05-16 Dave Love <fx@gnu.org> |
3530 | |
3531 * cus-edit.el: Don't require cl or easymenu. | |
3532 (custom-variable-prompt): Test standard-value property, not | |
3533 user-variable-p. | |
3534 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3535 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
|
3536 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3537 * 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
|
3538 |
28939 | 3539 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3540 | |
3541 * startup.el (command-line-1): Mention the FAQ in the startup | |
3542 message. | |
3543 | |
3544 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3545 | |
3546 * progmodes/compile.el (compilation-parse-errors): Collect | |
3547 `nomessage' regexps last. | |
3548 | |
3549 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3550 | |
3551 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3552 to the function name. | |
3553 | |
28926 | 3554 2000-05-15 Dave Love <fx@gnu.org> |
3555 | |
3556 * speedbar.el (speedbar-recenter): Typo. | |
3557 (speedbar-expand-line): Make arg optional. | |
3558 (speedbar-mode): Avoid a compiler warning. | |
3559 | |
28924 | 3560 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3561 | |
3562 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3563 user-specified option string is empty. | |
3564 | |
3565 * mouse.el (mouse-yank-at-click): Doc fix. | |
3566 | |
28921 | 3567 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3568 | |
3569 * term/internal.el (IT-character-translations): More updates of | |
3570 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3571 documents. | |
3572 | |
28919 | 3573 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3574 | |
3575 * env.el (getenv): New function, interactively callable. | |
3576 (setenv, getenv): Remove autoload cookies. | |
3577 | |
3578 * loadup.el: Load `env'. | |
3579 | |
3580 * progmodes/f90.el: Change author's mail address. | |
3581 | |
28908 | 3582 2000-05-14 Dave Love <fx@gnu.org> |
3583 | |
28911 | 3584 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3585 goto-addr as an option. | |
3586 | |
3587 * help.el (help-xref-stack): Doc fix. | |
3588 (help-xref-following): New variable. | |
3589 (help-make-xrefs): Use it. | |
3590 (help-xref-go-back): Use position information from stack element. | |
3591 (help-follow): Make position in stack element a pair. Use | |
3592 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3593 |
28911 | 3594 * autoarg.el: New file. |
3595 | |
3596 * faces.el: Declare more functions obsolete. | |
3597 | |
28908 | 3598 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3599 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3600 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3601 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3602 Remove all the setup-...-environment functions. | |
3603 | |
28903 | 3604 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3605 | |
28919 | 3606 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3607 >= when detecting. Require `defimage' safely. | |
28903 | 3608 (speedbar-easymenu-definition-base): Add toggle for images. |
3609 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3610 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3611 (speedbar-reconfigure-keymaps-hook): New variable. | |
3612 (speedbar-frame-parameters): Updated documentation. | |
3613 (speedbar-use-imenu-flag): Updated custom tag | |
3614 (speedbar-dynamic-tags-function-list): New variable. | |
3615 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3616 (speedbar-indentation-width, speedbar-indentation-width) New |
3617 variables. | |
3618 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3619 (speedbar-vc-indicator): Doc update. |
3620 (speedbar-ignored-path-expressions): Updated default value. | |
3621 (speedbar-supported-extension-expressions): Updated default value. | |
3622 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3623 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3624 as "+". Added overlay aliases. | |
3625 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3626 `force-mode-line-update'. | |
3627 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3628 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3629 `mouse-set-point' | |
28903 | 3630 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3631 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3632 of arbitrary text, and new helper functions. | |
3633 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3634 filename finder. | |
28903 | 3635 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3636 (speedbar-directory-buttons): Update path search/expansion. | |
3637 (speedbar-make-tag-line): Pay attention to | |
28919 | 3638 `speedbar-indentation-width'. Use more care w/ invisible |
3639 properties. | |
28903 | 3640 (speedbar-change-expand-button-char): Call |
3641 `speedbar-insert-image-button-maybe'. | |
3642 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3643 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3644 (speedbar-trim-words-tag-hierarchy) | |
3645 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3646 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3647 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3648 functions. | |
28903 | 3649 (speedbar-mouse-set-point): New function |
3650 (speedbar-power-click): Updated documentation. | |
28919 | 3651 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3652 of tag prefix text. | |
3653 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3654 to strange text. | |
3655 (speedbar-expand-line): Takes universal argument to flush the | |
3656 cache. | |
28903 | 3657 (speedbar-flush-expand-line): New function. |
3658 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3659 Use new generator insertion method. | |
3660 (speedbar-fetch-dynamic-tags): New function. | |
3661 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3662 `speedbar-fetch-dynamic-imenu'. | |
3663 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3664 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3665 "Revert Buffer" menu items. | |
3666 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3667 filename tag (for expansion purposes.). | |
28919 | 3668 (speedbar-highlight-one-tag-line, |
3669 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3670 (speedbar-recenter): New functions. | |
28903 | 3671 (defimage-speedbar): Image loading abstraction. |
28919 | 3672 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3673 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3674 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3675 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3676 (speedbar-expand-image-button-alist): New variable. |
3677 (speedbar-insert-image-button-maybe): Insert an image over some | |
3678 buttons. | |
3679 | |
28894 | 3680 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3681 | |
3682 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3683 character is always encodable. | |
3684 | |
3685 * international/mule-conf.el: Add more information in descriptions | |
3686 of character sets. | |
3687 | |
28965 | 3688 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3689 (describe-font-internal): Adjusted for the change of font-info. |
3690 (describe-font): Likewise. | |
3691 (print-fontset): Rewritten for the new fontset implementation. | |
3692 (describe-fontset): Include fontset alias names in completion. | |
3693 (list-fontsets): Adjusted for the change of print-fontset. | |
3694 | |
28895 | 3695 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3696 describe-char-after instead of displaying the detail in the echo | |
3697 area. | |
28965 | 3698 (syntax-code-table): Format changed. |
3699 (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
|
3700 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3701 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3702 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3703 * 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
|
3704 |
28890 | 3705 2000-05-12 Dave Love <fx@gnu.org> |
3706 | |
3707 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3708 dependence. Use line-{beginning,end}-position, not | |
3709 point-at{b,e}ol. Some doc fixes. | |
3710 (todo-position): New function. Fix callers of position to use it. | |
3711 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3712 | |
28885 | 3713 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3714 | |
3715 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3716 | |
28893 | 3717 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3718 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3719 |
28882 | 3720 2000-05-11 Dave Love <fx@gnu.org> |
3721 | |
28888 | 3722 * calendar/todo-mode.el: New file. |
28882 | 3723 |
28870 | 3724 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3725 | |
28881 | 3726 * comint.el (comint-read-input-ring): Move reference to |
3727 comint-input-ring-size outside of the save-excursion. It was | |
3728 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
|
3729 |
28875 | 3730 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3731 address on request from him. | |
3732 | |
28870 | 3733 * subr.el (substitute-key-definition): Add comment describing |
3734 the meaning of PREFIX. | |
3735 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3736 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3737 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3738 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3739 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3740 * 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
|
3741 (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
|
3742 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3743 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3744 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3745 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3746 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3747 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3748 (vc-do-command): Tweak advice to handle the new VC. |
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 * 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
|
3751 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3752 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3753 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3754 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3755 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3756 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3757 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3758 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3759 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3760 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3761 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3762 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3763 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3764 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3765 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3766 (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
|
3767 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3768 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3769 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3770 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3771 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3772 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3773 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3774 |
28845 | 3775 2000-05-09 Sam Steingold <sds@goems.com> |
3776 | |
3777 * apropos.el (apropos-print): use `describe-face' instead of | |
3778 `customize-face-other-window'. | |
3779 | |
28842 | 3780 2000-05-09 Dave Love <fx@gnu.org> |
3781 | |
3782 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3783 | |
3784 * help.el (describe-variable): Have customize button pop the | |
3785 help-xref stack when invoked. | |
3786 (help-xref-symbol-regexp): Add `face'. | |
3787 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3788 submatch numbers to cope. | |
3789 (help-xref-interned): Maybe insert face doc too. Separate | |
3790 sections with a line of hyphens. | |
3791 | |
28848 | 3792 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3793 (describe-face): Add customize button. Return the help |
3794 text. Fix prompt. | |
3795 | |
28839 | 3796 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3797 | |
3798 * term/internal.el (IT-character-translations): Fix last change. | |
3799 | |
28833 | 3800 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3801 | |
3802 * woman.el: New file | |
3803 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3804 | |
28829 | 3805 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3806 | |
28831 | 3807 * term/internal.el (IT-character-translations): Update ASCII |
3808 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3809 latin-iso8859-15. | |
3810 | |
28829 | 3811 * international/mule-cmds.el (set-language-info-alist): Call |
3812 define-prefix-command with 3 arguments, to make the map suitable | |
3813 for a menu. | |
3814 | |
28827 | 3815 2000-05-07 Dave Love <fx@gnu.org> |
3816 | |
30993 | 3817 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 3818 |
28825 | 3819 2000-05-05 Dave Love <fx@gnu.org> |
3820 | |
3821 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3822 list in doc string. Don't quote keyword symbols. | |
3823 * emacs-lisp/cl.el: Likewise | |
3824 * emacs-lisp/cl-seq.el: Likewise | |
3825 | |
28823 | 3826 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3827 | |
3828 * abbrev.el (abbrev-mode): Make ARG optional. | |
3829 | |
28812 | 3830 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3831 | |
28817 | 3832 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3833 | |
3834 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3835 | |
28812 | 3836 * subr.el (substitute-key-definition): Clarify documentation. |
3837 | |
3838 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3839 | |
3840 * glasses.el (glasses-convert-to-unreadable): Use | |
3841 `glasses-separator' instead of the hard-wired "_". | |
3842 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3843 place. | |
3844 | |
28808 | 3845 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3846 | |
3847 * term/internal.el (cjk-codepages-alist): Add associations for | |
3848 Chinese and Korean codepages. Remove FIXME comment. | |
3849 | |
28806 | 3850 2000-05-03 Dave Love <fx@gnu.org> |
3851 | |
3852 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3853 New option. | |
3854 (display-time-mail-icon): New variable. | |
3855 (display-time-string-forms): Use the above. Fix the local-map. | |
3856 | |
28795 | 3857 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3858 | |
28805 | 3859 * replace.el (query-replace-map): Add binding for `E'. |
3860 (query-replace-help): Extend help text. | |
3861 (perform-replace): Allow editing the replacement string. | |
3862 | |
3863 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3864 (makefile-mode): Set local abbrev table to | |
3865 makefile-mode-abbrev-table. | |
3866 (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
|
3867 |
28795 | 3868 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3869 set TOGGLE's value. | |
3870 | |
28805 | 3871 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3872 mail-interactive-insert-alias. | |
3873 (mail-abbrev-complete-alias): New command. | |
3874 (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
|
3875 |
28790 | 3876 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3877 | |
3878 * language/lao-util.el (lao-compose-region): New function. | |
3879 | |
28782 | 3880 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3881 | |
28789 | 3882 * files.el (recover-session): Make directories as necessary |
3883 if they don't exist yet. | |
3884 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3885 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3886 (french-calendar-multibyte-special-days-array) |
28782 | 3887 (french-calendar-special-days-array): Change French text. |
3888 (calendar-french-date-string): Change output. | |
3889 (calendar-goto-french-date): Likewise. | |
3890 | |
3891 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3892 | |
3893 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3894 (widget-documentation-string-value-create): Set `:always-active'. | |
3895 | |
28778 | 3896 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3897 | |
3898 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3899 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3900 (normal-top-level): Create the directory for auto-save files, if | |
3901 it doesn't already exist (in the ms-dos case only). | |
3902 | |
28775 | 3903 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3904 | |
3905 * international/mule-cmds.el (set-language-environment): Don't | |
3906 concat an integer (dos-codepage), use format instead. | |
3907 | |
28772 | 3908 2000-05-02 Dave Love <fx@gnu.org> |
3909 | |
3910 * help.el (help-xref-on-pp): Check for constant symbols. | |
3911 | |
28764 | 3912 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3913 | |
3914 * startup.el (normal-top-level): Put a condition-case around | |
3915 the code loading subdirs.el. | |
3916 | |
3917 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
|
3918 |
28764 | 3919 * ps-print.el: Upside-down and face background color printing, |
3920 line number step, doc fix. | |
3921 (ps-print-version): New version number (5.2). | |
3922 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3923 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3924 (ps-spool-config): Var fix. | |
3925 (ps-printer-name-option): Const fix. | |
3926 (ps-print-upside-down, ps-use-face-background) | |
3927 (ps-line-number-step): New vars. | |
3928 (ps-window-system, ps-lp-system): New consts. | |
3929 (ps-face-background): New fun. | |
3930 | |
28759 | 3931 2000-04-28 Richard Stallman <rms@gnu.org> |
3932 | |
3933 * files.el (make-auto-save-file-name): | |
3934 Apply auto-save-file-name-transforms to visited file name | |
3935 before generating auto save file name. | |
3936 (auto-save-file-name-transforms): New variable. | |
3937 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3938 * files.el (backup-enable-predicate): |
28759 | 3939 Correctly test for a file under a temporary directory. |
3940 | |
28751 | 3941 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3942 | |
3943 * subr.el (add-minor-mode): Rewritten. | |
3944 | |
28749 | 3945 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3946 | |
3947 * mail/sendmail.el (sendmail-send-it): Set | |
3948 buffer-file-coding-system to the selected coding system for MIME | |
3949 header. | |
3950 | |
28748 | 3951 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3952 | |
3953 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3954 YYYY is followed by two spaces. | |
3955 | |
3956 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3957 in the second character class of the regexp. | |
3958 | |
3959 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3960 mh-etc, too. | |
3961 | |
3962 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3963 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3964 |
28748 | 3965 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3966 | |
3967 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3968 argument. | |
3969 | |
3970 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
|
3971 |
28748 | 3972 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3973 (crm-collection-fn, crm-test-completion) | |
3974 (completing-read-multiple): Use it. | |
3975 | |
28736 | 3976 2000-04-27 Dave Love <fx@gnu.org> |
3977 | |
3978 * help.el (locate-library): Use mapc. | |
3979 (help-manyarg-func-alist): Add call-process-region. | |
3980 | |
28724 | 3981 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3982 | |
28729 | 3983 * subr.el (add-minor-mode): Make argument MAP optional. |
3984 | |
28724 | 3985 * desktop.el (desktop-save): Save list of minor modes. |
3986 (desktop-create-buffer): Restore minor modes. | |
3987 (desktop-minor-mode-table): New user-option. | |
3988 | |
3989 * subr.el (add-minor-mode): New function. | |
3990 | |
3991 * image.el (find-image): New function. | |
3992 (defimage): Rewritten to find image at load time. | |
3993 | |
3994 * startup.el (normal-top-level-add-to-load-path): Handle | |
3995 case that the default directory is not in load-path. | |
3996 | |
3997 * help.el: Old patch from Stefan Monnier. | |
3998 (help-xref-on-pp): New function. | |
3999 (describe-variable): Use it to display xrefs in a symbol's value. | |
4000 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4001 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4002 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4003 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
4004 |
28713 | 4005 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
4006 | |
28715 | 4007 * mail/rmail.el (rmail-expunge): When there are no deleted |
4008 messages, do nothing. | |
28713 | 4009 |
28712 | 4010 2000-04-26 Dave Love <fx@gnu.org> |
4011 | |
4012 * international/mule-cmds.el (locale-translation-file-name): | |
4013 Defvar to nil. | |
4014 (set-locale-environment): Set it here (at runtime). | |
4015 | |
28710 | 4016 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4017 | |
4018 * replace.el (perform-replace): Add parameters START and END. Use | |
4019 them instead of the check for a region in Transient Mark mode. | |
4020 (query-replace-read-args): Return two more list elements for the | |
4021 start and end of the region in Transient Mark mode. | |
4022 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
4023 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
4024 optional last arguments START and END and pass them to | |
4025 perform-replace. | |
4026 | |
4027 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
4028 form with additional arguments for perform-replace. | |
4029 | |
4030 * progmodes/etags.el (tags-query-replace): Add parameters START | |
4031 and END. Construct a form with additional arguments for | |
4032 perform-replace. | |
4033 | |
4034 * simple.el (shell-command): Set default directory for "*Shell | |
4035 Command Output" buffer. | |
4036 | |
4037 * language/european.el (iso-latin-4): Fix typo. | |
4038 | |
4039 * emacs-lisp/crm.el: New file. | |
4040 | |
28701 | 4041 2000-04-24 Dave Love <fx@gnu.org> |
4042 | |
4043 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
4044 (Custom-reset-saved, Custom-reset-standard) | |
4045 (custom-group-value-create, custom-group-set, custom-group-save) | |
4046 (custom-group-reset-current, custom-group-reset-saved) | |
4047 (custom-group-reset-standard): Use mapc. | |
4048 (custom-buffer-create-internal): Disable undo when creating items. | |
4049 Use mapc. | |
4050 (custom-face): Avoid redundant lambda. | |
4051 | |
28699 | 4052 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4053 | |
4054 * startup.el (auto-save-list-file-prefix): Set default to | |
4055 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
4056 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4057 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4058 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4059 * 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
|
4060 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4061 |
28695 | 4062 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4063 | |
4064 * frame.el (scrolling): New group. | |
4065 (automatic-hscrolling): New user-option. | |
4066 | |
4067 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
4068 `--line-spacing'. | |
4069 | |
28668 | 4070 2000-04-19 Dave Love <fx@gnu.org> |
4071 | |
4072 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
4073 (cl-mapc): Rename from mapc. Fix the funcall. | |
4074 | |
28653 | 4075 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4076 | |
28660 | 4077 * simple.el (clone-indirect-buffer-other-window): New command. |
4078 (clone-indirect-buffer): Add optional arg NORECROD. | |
4079 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
4080 | |
28658 | 4081 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
4082 | |
4083 * window.el (count-screen-lines): New function. | |
4084 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
4085 instead of window-buffer-height. | |
4086 | |
4087 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
4088 non-existing variable comint-input-sentinel. | |
4089 (inferior-lisp-args-to-list): Removed. | |
4090 (inferior-lisp): Use split-string instead of | |
4091 inferior-lisp-args-to-list. | |
4092 | |
4093 * hexl.el (hexl-insert-hex-string): New command. | |
4094 | |
28653 | 4095 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
4096 instead of concat. | |
4097 | |
28634 | 4098 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4099 | |
4100 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4101 at the start of an existing but empty folder. | |
4102 | |
4103 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4104 | |
4105 * ps-mule.el: Customization fix, doc fix. | |
4106 (ps-multibyte-buffer): Customization fix. | |
4107 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4108 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4109 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4110 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4111 |
28626 | 4112 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4113 | |
4114 * textmodes/texinfo.el (texinfo-insert-@email) | |
4115 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4116 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4117 (texinfo-mode-map): Add key bindings for them. | |
4118 | |
4119 * files.el (basic-save-buffer-2): Use a template with `$' | |
4120 instead of `#' for VMS. | |
4121 | |
4122 * simple.el (clone-indirect-buffer): New function. | |
4123 | |
28621 | 4124 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4125 | |
4126 * iswitchb.el (iswitchb-case): New function. If the user input | |
4127 contains any upper-case characters, the search is made | |
4128 case-sensitive. | |
4129 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4130 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4131 |
28621 | 4132 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4133 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4134 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4135 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4136 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4137 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4138 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4139 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
|
4140 (texinfo-environments): New var. |
28621 | 4141 (texinfo-environment-regexp): Use regexp-opt and |
4142 texinfo-environments. | |
4143 | |
4144 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4145 ispell-process is bound since this might be eval'd before ispell | |
4146 is loaded. | |
4147 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4148 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
|
4149 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4150 * 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
|
4151 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4152 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4153 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4154 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4155 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4156 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4157 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4158 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4159 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4160 |
28602 | 4161 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4162 | |
4163 * 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
|
4164 |
28602 | 4165 * ps-print.el: Fix counting lines in a region. |
4166 (ps-print-version): New version number (5.1.5). | |
4167 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4168 (ps-printing-region): Fun code fix. | |
4169 | |
28600 | 4170 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4171 | |
4172 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4173 to file-directory-p. | |
4174 | |
28591 | 4175 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4176 | |
4177 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4178 exists before calling directory-files. | |
4179 | |
28578 | 4180 2000-04-13 Dave Love <fx@gnu.org> |
4181 | |
4182 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4183 syntax. | |
4184 | |
4185 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4186 | |
4187 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4188 (cl-old-mapc): New variable. | |
4189 (mapc): Use it. | |
4190 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4191 next-property-change. | |
4192 (cl-map-overlays): Use with-current-buffer. | |
4193 (cl-expt): Remove. | |
4194 (copy-tree, remprop): Define unconditionally. | |
4195 | |
4196 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4197 | |
4198 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4199 to use keywordp. | |
4200 (edebug-spec): Enable keywordp. | |
4201 | |
4202 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4203 string-lessp. | |
4204 | |
4205 * cus-start.el: Use keywordp. | |
4206 | |
28577 | 4207 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4208 | |
4209 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4210 2000-02-18 by doing a save-excursion. | |
4211 | |
4212 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4213 | |
4214 * ps-print.el: Customization fix, doc fix. | |
4215 (ps-print-version): New version number (5.1.4). | |
4216 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4217 (ps-print-preprint): Adjust code. | |
4218 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4219 (ps-print-prologue-header, ps-print-control-characters) | |
4220 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4221 |
28564 | 4222 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4223 | |
4224 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4225 converted to the new menu-item format, names silightly changed, | |
4226 help strings added. | |
4227 | |
4228 Support for spelling without async subprocesses: | |
4229 | |
4230 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4231 (ispell-session-buffer): New variables. | |
4232 (ispell-start-process, ispell-process-status, | |
4233 ispell-accept-output, ispell-send-string): New functions, for | |
4234 Ispell invocation when async subprocesses aren't supported. | |
4235 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4236 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4237 to process-send-string with calls to ispell-send-string, and | |
4238 accept-process-output with ispell-accept-output. | |
4239 (ispell-init-process): Call ispell-process-status instead of | |
4240 process-status with. | |
4241 (ispell-init-process): Call ispell-start-process. Call | |
4242 ispell-accept-output and ispell-send-string. Don't call | |
4243 process-kill-without-query and kill-process if they are unbound. | |
4244 (ispell-async-processp): New function. | |
4245 | |
28560 | 4246 2000-04-12 Dave Love <fx@gnu.org> |
4247 | |
4248 * info.el: Add debug-ignored-errors. | |
4249 (Info-mode-menu): Add some items. | |
4250 (Info-directory): Add autoload cookie. | |
4251 | |
4252 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4253 Modify `truncate-lines'. Make `describe-language-environment' | |
4254 always visible and add help. Modify `describe-key' help. Invoke | |
4255 Info-directory from `info'. New entry `emacs-manual'. | |
4256 | |
28542 | 4257 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4258 | |
28549 | 4259 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4260 propertized-buffer-identification. | |
4261 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4262 (ebrowse--mode-strings): Removed. | |
4263 (ebrowse--mode-line-props): Removed. | |
4264 | |
28542 | 4265 * files.el (auto-mode-alist): Add `EBROWSE'. |
4266 | |
4267 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4268 space before testing for end of buffer. | |
4269 (ebrowse-load): Removed. | |
4270 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4271 (ebrowse-create-tree-buffer): Rewritten. | |
4272 (ebrowse-tree-mode): Read tree from buffer. | |
4273 | |
4274 * progmodes/ebrowse-ffh.el: Removed. | |
4275 | |
28535 | 4276 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4277 | |
4278 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4279 | |
28534 | 4280 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4281 | |
4282 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4283 at the wrong place. | |
4284 | |
28783 | 4285 2000-04-09 Dave Love <fx@gnu.org> |
4286 | |
4287 * files.el (backup-enable-predicate): Use | |
4288 temporary-file-directory, small-temporary-file-directory. | |
4289 (make-backup-file-name-function, backup-directory-alist): New | |
4290 variables. | |
4291 (make-backup-file-name-1): New function. | |
4292 (make-backup-file-name): Use it. | |
4293 (find-backup-file-name): Likewise. Use format for clarity, not | |
4294 concat. | |
4295 (file-newest-backup): Use make-backup-file-name. | |
4296 | |
28523 | 4297 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4298 | |
28530 | 4299 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4300 |
28530 | 4301 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4302 to ebrowse-ffh.el. | |
4303 (ebrowse-load): Add autoload. | |
4304 | |
4305 * finder.el (finder-commentary): Add autoload cookie. | |
4306 | |
28523 | 4307 * mail/rfc2368.el: Correct author's email address. |
4308 | |
4309 * progmodes/ebrowse.el: New file. | |
4310 | |
4311 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4312 item help string. | |
4313 (easy-menu-do-add-item): Ditto. | |
4314 (easy-menu-define): Extend doc string. | |
4315 | |
4316 * jit-lock.el (with-buffer-unmodified): Use | |
4317 restore-buffer-modified-p. | |
4318 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4319 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4320 with-buffer-unmodified. | |
4321 | |
28517 | 4322 2000-04-08 Dave Love <fx@gnu.org> |
4323 | |
4324 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4325 unless, when. | |
4326 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4327 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
|
4328 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4329 * 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
|
4330 (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
|
4331 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
|
4332 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4333 |
28506 | 4334 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4335 | |
4336 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4337 like C-r. | |
4338 | |
4339 * progmodes/make-mode.el: Some doc fixes. | |
4340 (makefile-mode-abbrev-table): New variable. | |
4341 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4342 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4343 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4344 | |
4345 * replace.el (perform-replace): Don't move forward one char | |
4346 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4347 to do that because it leaves point 1 position after the last | |
4348 replacement, after everything has been replaced. | |
4349 | |
4350 * jit-lock.el (with-buffer-unmodified): New macro. | |
4351 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4352 modified state. | |
4353 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4354 preserving buffer's modified state. | |
4355 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4356 jit-lock-function-1. | |
4357 | |
4358 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4359 | |
28499 | 4360 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4361 | |
4362 * glasses.el: Provide facilities for inserting space before left | |
4363 parentheses and uncapitalization of identifiers. | |
4364 (glasses-mode): Try to remove old overlays in all cases. | |
4365 | |
28485 | 4366 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4367 | |
28496 | 4368 * progmodes/compile.el (compile-internal): Display the compilation |
4369 buffer in a different frame, if it's already displayed there. | |
4370 | |
28494 | 4371 * mail/rfc2368.el: New file. |
4372 | |
28492 | 4373 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4374 header and insert its value as mail body. | |
4375 | |
4376 * subr.el (member-ignore-case): New function. | |
4377 | |
4378 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4379 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4380 from dabbrev-ignored-regexps. | |
4381 | |
28485 | 4382 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4383 to extensions handled by gzip. | |
4384 | |
28492 | 4385 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4386 | |
4387 * files.el (insert-directory): List the total free space | |
4388 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4389 |
28492 | 4390 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4391 line is followed by one that matches CITATION-REGEXP, end the | |
4392 paragraph. | |
4393 | |
4394 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4395 | |
4396 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4397 (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
|
4398 |
28474 | 4399 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4400 | |
4401 * international/mule-cmds.el (encoded-string-description): | |
4402 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4403 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4404 for hexadecimal format. | |
28474 | 4405 |
28468 | 4406 2000-04-01 Dave Love <fx@gnu.org> |
4407 | |
4408 * cpp.el: Change customization group to `c' from `C'. | |
4409 | |
4410 * vcursor.el (vcursor-move): Use display-color-p. | |
4411 | |
4412 * international/mule-util.el: Provide mule-utils. | |
4413 (string-to-sequence): Simplify and speed up. | |
4414 | |
4415 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4416 | |
4417 * international/mule-cmds.el: Various menu changes. | |
4418 (describe-specified-language-support): Handle `Default'. | |
4419 (set-language-info): Purecopy `info'. | |
4420 | |
28462 | 4421 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4422 | |
4423 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4424 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
|
4425 |
28445 | 4426 2000-03-31 Dave Love <fx@gnu.org> |
4427 | |
28452 | 4428 * help.el (help-manyarg-func-alist): Correct several omissions. |
4429 | |
28450 | 4430 * add-log.el: Don't require cl, fortran. |
4431 (add-log-current-defun-function): Doc fix. | |
4432 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4433 fix. | |
4434 (change-log-version-rcs): Function deleted. | |
4435 (change-log-version-number-search): Doc fix. Use | |
4436 vc-workfile-version. Avoid CL dolist. | |
4437 (add-change-log-entry): Just call add-log-current-defun to get | |
4438 defun. Simplify somewhat. | |
4439 (change-log-get-method-definition-1): Likewise. | |
4440 (add-log-current-defun): Return nil if calling | |
4441 add-log-current-defun-function does so. Move Fortran stuff to | |
4442 fortran.el. Return string without properties. | |
4443 | |
28445 | 4444 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4445 and :alpha: char classes. | |
4446 | |
4447 * mail/supercite.el: Defvar curline when compiling. | |
4448 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4449 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4450 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4451 | |
28444 | 4452 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4453 | |
4454 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4455 | |
4456 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4457 Re-enable new code. | |
4458 | |
4459 * lpr.el (print-region-1): Use -d to specify printer name for | |
4460 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4461 | |
4462 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
|
4463 |
28444 | 4464 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4465 for function definition in symbol's function value slot first | |
4466 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
|
4467 |
28435 | 4468 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4469 | |
4470 * language/european.el ("Polish"): New language environment. | |
4471 (setup-polish-environment): New function. | |
4472 | |
28424 | 4473 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4474 | |
4475 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4476 Disable new code. | |
4477 | |
4478 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4479 trying to `load' the symbol of an autoload instead of the file | |
4480 recorded in the autoload. Fix error messages. | |
4481 | |
28429 | 4482 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4483 | |
4484 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4485 (ps-print-version): New version number (5.1.3). | |
4486 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4487 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4488 (ps-generate-postscript-with-faces): Code fix. | |
4489 (ps-color-values): XEmacs compatibility. | |
4490 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4491 (ps-default-fg, ps-default-bg): Adjust customization. | |
4492 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4493 (ps-color-scale): Renaming old ps-color-value fun. | |
4494 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4495 with ps-print-header variable. | |
4496 (ps-print-miscellany): New group. | |
4497 (ps-format-color, ps-rgb-color): New funs. | |
4498 (ps-default-foreground): New var. | |
4499 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4500 |
28416 | 4501 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4502 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4503 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4504 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4505 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4506 (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
|
4507 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4508 |
28416 | 4509 * lisp/locate.el: |
4510 (locate-word-at-point): Added this function | |
4511 (locate): Default to using locate-word-at-point as input | |
4512 Run dired-mode-hook | |
4513 | |
28405 | 4514 2000-03-29 Dave Love <fx@gnu.org> |
4515 | |
4516 * calendar/appt.el: Doc fixes. | |
4517 (appt-check): Convert min-to-app to a string before passing to | |
4518 appt-disp-window-function or concat. | |
4519 (appt-delete-window): Remove test for frame-root-window. | |
4520 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4521 | |
4522 * emacs-lisp/bytecomp.el: Doc fixes. | |
4523 (byte-compile-file-form-autoload): Update | |
4524 byte-compile-function-environment. | |
4525 | |
28403 | 4526 2000-03-29 Andreas Schwab <schwab@suse.de> |
4527 | |
4528 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4529 specially. | |
4530 | |
4531 * dired.el (dired-insert-directory): If dired-free-space-program | |
4532 failed just delete its output. | |
4533 | |
28395 | 4534 2000-03-29 Dave Love <fx@gnu.org> |
4535 | |
4536 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4537 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4538 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4539 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4540 clarity. | |
4541 | |
4542 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4543 | |
28377 | 4544 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4545 | |
4546 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4547 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4548 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4549 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4550 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4551 * 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
|
4552 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4553 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4554 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4555 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4556 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4557 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4558 |
28326 | 4559 2000-03-26 Dave Love <fx@gnu.org> |
4560 | |
28331 | 4561 * net/browse-url.el (browse-url): Re-fix case of |
4562 browse-url-browser-function being an alist. | |
4563 (browse-url): Add :link to defgroup. | |
4564 | |
28326 | 4565 * files.el: Doc fixes. |
4566 (file-truename): Include `[' in wildcard characters. | |
4567 (automount-dir-prefix): Customize. | |
4568 (find-file-wildcards): Add :version. | |
4569 (find-file-noselect): Simplify a mapcar call. | |
4570 | |
4571 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4572 compatible with inf-lisp version. | |
4573 (eval-defun-1): Fix custom-declare-variable case. | |
4574 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4575 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4576 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4577 * 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
|
4578 |
28303 | 4579 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4580 | |
28308 | 4581 * Makefile (COMPILE_FIRST): New macro. |
4582 (compile-files): Compile files from COMPILE_FIRST first. | |
4583 | |
4584 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4585 code. | |
4586 | |
28303 | 4587 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4588 matching open parenthesis in column 0 to defun-prompt-regexp | |
4589 only if open-paren-in-column-0-is-defun-start is set. | |
4590 | |
4591 * sun-curs.el: Require CL at compile-time only. | |
4592 | |
4593 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4594 instead of copy-list which is a function from CL. | |
4595 (msb--choose-menu, msb--mode-menu-cond) | |
4596 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4597 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4598 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4599 `(' in column 0 in doc string. | |
4600 (msb--add-separators): Use mapcar instead of mapcan. | |
4601 | |
4602 * cus-dep.el: Require CL at compile-time only. | |
4603 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4604 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4605 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4606 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4607 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4608 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4609 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4610 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4611 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4612 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4613 (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
|
4614 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4615 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4616 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4617 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4618 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4619 |
28292 | 4620 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4621 | |
4622 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4623 (rmail-expunge): Ask for confirmation depending on the setting | |
4624 of rmail-confirm-expunge. | |
4625 | |
4626 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4627 | |
4628 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4629 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4630 cause a bootstrap failure because things don't autoload as | |
4631 expected. | |
4632 | |
28289 | 4633 2000-03-23 Dave Love <fx@gnu.org> |
4634 | |
4635 * net/browse-url.el: Restore previous use of | |
4636 browse-url-maybe-new-window. | |
4637 | |
28287 | 4638 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4639 | |
4640 * ps-print.el: Skip banner page fix. | |
4641 (ps-print-version): New version number (5.1.2). | |
4642 (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
|
4643 |
28287 | 4644 2000-03-23 Dave Pearson <davep@davep.org> |
4645 | |
4646 * net/quickurl.el Changed the type of parameter passed to the | |
4647 function defined by `quickurl-format-function'. Before only the | |
4648 text of the URL was passed. Now the whole URL structure is passed | |
4649 and the function is responsible for extracting the parts it | |
4650 requires. Changed the default of `quickurl-format-function' | |
4651 accordingly. | |
4652 (quickurl-insert): Changed the `funcall' of | |
4653 `quickurl-format-function' to match the above change. | |
4654 (quickurl-list-insert): Changed the `url' case so that it makes | |
4655 use of `quickurl-format-function', previous to this the format was | |
4656 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4657 |
28283 | 4658 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4659 | |
4660 * startup.el: Change some spellings for the X Window System. | |
4661 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4662 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4663 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4664 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4665 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
|
4666 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4667 |
28276 | 4668 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4669 | |
4670 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4671 | |
28267 | 4672 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4673 | |
4674 * ps-print.el: N-up last page fix. | |
4675 (ps-print-version): New version number (5.1.1). | |
4676 (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
|
4677 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4678 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4679 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4680 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4681 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4682 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4683 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4684 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4685 * 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
|
4686 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4687 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4688 (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
|
4689 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
|
4690 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
|
4691 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4692 (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
|
4693 (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
|
4694 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4695 (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
|
4696 to only examine some subset of the buffers. |
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 * 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
|
4699 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4700 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4701 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4702 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4703 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4704 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4705 (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
|
4706 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4707 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4708 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4709 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4710 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4711 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4712 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4713 (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
|
4714 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
|
4715 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4716 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
|
4717 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4718 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4719 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4720 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4721 * 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
|
4722 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4723 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4724 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
|
4725 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4726 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4727 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4728 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4729 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
|
4730 (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
|
4731 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4732 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4733 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4734 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4735 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4736 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4737 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4738 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4739 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4740 |
28246 | 4741 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4742 | |
4743 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4744 (custom-button-pressed-face): Likewise. | |
4745 | |
28244 | 4746 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4747 | |
4748 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4749 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4750 depending on the value of tags-case-fold-search. | |
4751 (tags-loop-continue): Use tags-loop-eval. | |
4752 (find-tag-in-order): Bind case-fold-search depending on the value | |
4753 of tags-case-fold-search. | |
4754 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4755 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4756 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4757 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4758 (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
|
4759 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4760 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4761 (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
|
4762 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4763 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4764 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4765 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4766 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4767 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4768 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4769 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4770 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4771 * 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
|
4772 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4773 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4774 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4775 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4776 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4777 |
28233 | 4778 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4779 | |
4780 * term/x-win.el: Fontsets related initialization is simplified. | |
4781 | |
4782 * international/mule-diag.el (describe-font): Don't refer to | |
4783 global-fontset-alist, instead call font-list. | |
4784 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4785 (print-fontset): Adjusted for the change of fontset | |
4786 implementation. | |
4787 | |
4788 * international/fontset.el (x-charset-registries): Variable | |
4789 removed, instead the corresponding data is stored in the default | |
4790 fontset. | |
4791 (register-alternate-fontnames): Function removed. | |
4792 (resolved-ascii-font): Variable removed. | |
4793 (x-compose-font-name): Ignore the second argument REDOCE. | |
4794 (x-complement-fontset-spec): Complement only an ASCII font and | |
4795 element for those charsets than can use that ASCII font. | |
4796 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4797 instead call fontset-list. | |
4798 (uninstantiated-fontset-alist): Variable removed. | |
4799 (x-style-funcs-alist): Likewise. | |
4800 (fontset-default-styles): Likewise. | |
4801 (x-modify-font-name): Function removed. | |
4802 (create-fontset-from-fontset-spec): Ignore the argument | |
4803 STYLE-VARIANT. | |
4804 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4805 change. | |
4806 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4807 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4808 |
28233 | 4809 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4810 (describe-face): Include `font' attribute in the description. | |
4811 | |
28219 | 4812 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4813 | |
4814 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4815 | |
28209 | 4816 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4817 | |
28212 | 4818 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4819 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4820 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
|
4821 |
28209 | 4822 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4823 about behavior of set-buffer-modified-p wrt redisplay. | |
4824 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4825 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4826 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4827 * 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
|
4828 |
28194 | 4829 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4830 | |
4831 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4832 is a string, convert it to a syntax cell using string-to-syntax. | |
4833 | |
4834 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4835 (string-to-syntax): New function. | |
4836 | |
4837 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4838 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4839 try to use passive ftp mode. |
28194 | 4840 |
28189 | 4841 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4842 | |
28209 | 4843 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4844 |
4845 * simple.el (append-to-buffer): Update point of windows after | |
4846 insertion. | |
4847 | |
4848 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4849 forward then moving backward. Reindent. | |
4850 | |
4851 * frame.el (other-frame): Call x-focus-frame only if | |
4852 focus-follows-mouse is off. | |
4853 | |
28185 | 4854 2000-03-17 Dave Love <fx@gnu.org> |
4855 | |
4856 * pcvs-util.el (cvs-strings->string): Rename | |
4857 replace-regexps-in-string. | |
4858 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4859 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4860 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4861 * 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
|
4862 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4863 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4864 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4865 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4866 |
28174 | 4867 2000-03-16 Dave Love <fx@gnu.org> |
4868 | |
4869 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4870 `fortran'. | |
4871 (f90-mode-hook): Customize. | |
4872 (f90-mode): Set add-log-current-defun-function. | |
4873 (f90-current-defun): New function. | |
4874 | |
28169 | 4875 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4876 | |
28173 | 4877 * cus-edit.el (custom-variable-tag-face): Handle case that |
4878 default face's height is not a number. | |
4879 (custom-face-tag-face, custom-group-tag-face-1) | |
4880 (custom-group-tag-face): Ditto. | |
4881 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4882 |
28169 | 4883 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4884 | |
28161 | 4885 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4886 | |
4887 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4888 requiring easymenu. | |
4889 | |
28155 | 4890 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4891 | |
4892 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4893 handler, doc fix. | |
4894 (ps-print-version): New version number (5.1). | |
4895 (ps-user-defined-prologue, ps-error-handler-message) | |
4896 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4897 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4898 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4899 |
28150 | 4900 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4901 | |
4902 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4903 invalid self-assignment code. |
28150 | 4904 |
28149 | 4905 2000-03-14 Dave Love <fx@gnu.org> |
4906 | |
4907 * subr.el (replace-regexp-in-string): Renamed from | |
4908 replace-regexps-in-string. Doc fix. | |
4909 | |
28131 | 4910 2000-03-12 Dave Love <fx@gnu.org> |
4911 | |
4912 * cus-edit.el: Doc fixes. | |
4913 (customize-set-variable, customize-save-variable): Rename args for | |
4914 doc. | |
4915 (custom-variable-tag-face, custom-face-tag-face) | |
4916 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4917 style which user identify as hyperlink. | |
4918 (hook): Don't add undefined functions to the hook. | |
4919 (debug-ignored-errors): Transfer message from bindings.el. | |
4920 | |
28120 | 4921 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4922 | |
4923 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4924 double/nested definition. | |
4925 | |
28114 | 4926 2000-03-12 Dave Love <fx@gnu.org> |
4927 | |
4928 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4929 * enriched.el (enriched-decode-foreground): Likewise. | |
4930 (enriched-decode-background): Likewise. | |
4931 * isearch.el (isearch-highlight): Likewise. | |
4932 * info-look.el (info-lookup): Likewise. | |
4933 * simple.el (completion-setup-function): Likewise. | |
4934 | |
4935 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4936 :options. | |
4937 | |
4938 * bindings.el (mode-line-format): Fix line-number and | |
4939 column-number items. Add help-echo for the background. | |
4940 (mode-line-mule-info): Modify help-echo. | |
4941 | |
4942 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4943 defcustom. | |
4944 | |
4945 * files.el (load-file): Allow completion to .elc. | |
4946 | |
4947 * man.el: Doc fixes. | |
4948 (Man-init-defvars): Use display-color-p to set fontification. | |
4949 | |
4950 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4951 | |
28109 | 4952 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4953 | |
4954 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4955 | |
4956 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4957 | |
28098 | 4958 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4959 | |
4960 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4961 Fix comment. | |
4962 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4963 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4964 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4965 * 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
|
4966 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4967 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4968 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4969 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4970 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4971 * 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
|
4972 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4973 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4974 * 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
|
4975 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
|
4976 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4977 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4978 * 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
|
4979 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4980 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4981 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4982 |
28084 | 4983 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4984 | |
4985 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4986 removed. | |
4987 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4988 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4989 |
28114 | 4990 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4991 allow more flexibility. | |
4992 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4993 fns. | |
4994 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4995 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4996 |
28085 | 4997 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4998 |
4999 * rect.el (replace-rectangle): New function. | |
5000 | |
5001 2000-03-09 Dave Love <fx@gnu.org> | |
5002 | |
5003 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
5004 "C". | |
5005 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
5006 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
5007 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
5008 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
5009 fortran-comment-line-start here. Set comment-start, | |
5010 add-log-current-defun. | |
5011 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
5012 (fortran-current-defun): New function. | |
5013 | |
28073 | 5014 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5015 | |
28077 | 5016 * emacs-lisp/re-builder.el: New file. |
5017 | |
28076 | 5018 * mouse.el (mouse-drag-region): Don't run up-event handler |
5019 if hscroll has changed. | |
5020 | |
28073 | 5021 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
5022 builtin operators, use `font-lock-builtin-face' for Emacs and | |
5023 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5024 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5025 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 5026 `(defun (setf foo)' differently. |
5027 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5028 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
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 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 5031 (regexp-opt): Update comment and adapt the code the new meaning of |
5032 the `paren' argument of regex-opt-group for shy-groups. | |
5033 (regexp-opt-depth): Handle shy groups as well as backslashed | |
5034 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5035 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5036 Allow `paren' to be a string (the string to use to open a group). |
28073 | 5037 Remove open-presuf and close-presuf. Instead of checking for `all |
5038 one-char' and then later on check for `several one-char', handle | |
5039 both cases close together. Also apply a more generic algorithm | |
5040 for suffixes (the mirror image of the algorithm used for | |
5041 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5042 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5043 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5044 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 5045 from comint-mode-map, so we can just inherit from it. Also, move |
5046 the initialization into the `defvar' since there's no docstring | |
5047 anyway and it's fairly short. | |
5048 (inferior-scheme-mode): Define it as derived-mode: the code is | |
5049 shorter and this way we inherit from comint-mode-map rather than | |
5050 copying it. | |
5051 | |
5052 * subr.el (replace-regexps-in-string): Properly handle the case | |
5053 where we match an empty string. | |
5054 | |
5055 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
5056 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
|
5057 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
5058 |
28046 | 5059 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5060 | |
28051 | 5061 * Makefile (compile-files): Compile files one by one because |
5062 that's the only way to ensure a clean compilation environment for | |
5063 each individual file. | |
5064 | |
28046 | 5065 * frame.el (other-frame): Call x-focus-frame. |
5066 | |
28040 | 5067 2000-03-07 Dave Love <fx@gnu.org> |
5068 | |
28043 | 5069 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
5070 :require to defcustom. | |
5071 | |
28040 | 5072 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
5073 lists. | |
5074 | |
5075 * files.el (auto-mode-alist): Add configure.in. | |
5076 | |
5077 * progmodes/autoconf.el: New file. | |
5078 | |
28034 | 5079 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5080 | |
5081 * mail/mh-e.el: Change maintainer to `none'. | |
5082 | |
5083 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
5084 to remove-hook and add-hook. | |
5085 | |
5086 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5087 | |
28035 | 5088 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 5089 it as the default. |
28035 | 5090 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
5091 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 5092 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5093 |
28024 | 5094 2000-03-07 Dave Love <fx@gnu.org> |
5095 | |
5096 * winner.el: Fix keywords, autoload cookies. Split | |
5097 eval-when-compile form to avoid compilation failure. | |
5098 | |
28017 | 5099 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5100 | |
5101 * international/mule.el: Modify comment about coding system | |
5102 property `coding-category'. | |
5103 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5104 coding-category property of PROPERTIES. | |
5105 | |
5106 * international/mule-conf.el (coding-category-utf-8, | |
5107 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5108 categories. Include them in the argument for set-coding-priority. | |
5109 | |
5110 * international/mule-cmds.el (reset-language-environment): Include | |
5111 coding-category-utf-8, coding-category-utf-16-be, and | |
5112 coding-category-utf-16-le in the argument for set-coding-priority. | |
5113 (reset-language-environment): Initialize coding-category-utf-8, | |
5114 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5115 | |
28014 | 5116 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5117 | |
5118 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5119 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5120 extensions as well as compression extensions. | |
5121 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5122 |
27976 | 5123 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5124 | |
5125 * strokes.el: Change maintainer's mail address. | |
5126 | |
27972 | 5127 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5128 | |
5129 * international/mule-diag.el (list-character-sets): Make help-echo | |
5130 string by substitute-command-keys. | |
5131 (list-character-sets): Likewise. | |
5132 (sort-listed-character-sets): Call help-setup-xref. | |
5133 | |
27965 | 5134 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5135 | |
5136 * time.el (display-time-mail-file): Add `none' to the list of | |
5137 choices. | |
5138 | |
27954 | 5139 2000-03-01 Dave Love <fx@gnu.org> |
5140 | |
27959 | 5141 * help.el (help-xref-go-back): Don't try to set position. |
5142 | |
27954 | 5143 * international/mule-diag.el (list-character-sets): Call |
5144 help-setup-xref. Add help-echo to xrefs. | |
5145 (list-character-sets-1): Add help-echo to xrefs. | |
5146 | |
27949 | 5147 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5148 | |
5149 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5150 the mode off. | |
5151 | |
5152 * add-log.el (add-log-current-defun): Add support for | |
5153 Autoconf mode. | |
5154 | |
5155 * mail/rmail.el (rmail-quit-hook): New variable. | |
5156 | |
27931 | 5157 2000-03-01 Dave Love <fx@gnu.org> |
5158 | |
27935 | 5159 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5160 | |
27931 | 5161 * help.el (help-xref-button): Add help-echo arg. |
5162 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5163 | |
5164 * faces.el (list-faces-display): Supply help-echo with | |
5165 help-make-xrefs. | |
5166 | |
5167 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5168 nil. | |
5169 | |
27919 | 5170 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5171 | |
27927 | 5172 * image.el (defimage): Look for image files in load-path. |
5173 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5174 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5175 `number'. |
5176 | |
27927 | 5177 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5178 | |
5179 * recentf.el (recentf): Added version tag to the defgroup of | |
5180 recentf. | |
5181 | |
5182 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5183 | |
5184 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5185 too. | |
5186 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5187 action to select/unselect a file. | |
5188 (recentf-edit-list): Code cleanup and improvement. | |
5189 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5190 widget action to open a file. | |
5191 (recentf-open-more-files): No more use standard completion but | |
5192 widgets. | |
5193 (recentf-more-collection): Deleted. | |
5194 (recentf-more-history): Deleted. | |
5195 (recentf-setup-more-completion): Deleted. | |
5196 | |
5197 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5198 | |
5199 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5200 under a window-system. | |
5201 | |
5202 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5203 | |
5204 * recentf.el (recentf-edit-list): New command to edit the recent | |
5205 list which allow the user to remove files. | |
5206 (recentf-edit-selected-items): New global variable, used by | |
5207 `recentf-edit-list' to hold the list of files to be removed from | |
5208 the recent list. | |
5209 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5210 menu item. Minor code cleanup. | |
5211 | |
5212 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5213 | |
5214 * recentf.el (recentf-open-more-files): New command to open files | |
5215 that are not displayed in the menu. | |
5216 (recentf-more-collection): New global variable holding the set of | |
5217 permissible completions used by `recentf-open-more-files'. | |
5218 (recentf-more-history): New global variable holding the history list | |
5219 used by `recentf-open-more-files' completion. | |
5220 (recentf-setup-more-completion): New function to setup completion for | |
5221 `recentf-open-more-files'. | |
5222 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5223 | |
5224 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5225 | |
5226 * recentf.el (recentf-menu-action): Doc fixed. | |
5227 | |
5228 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5229 | |
5230 * recentf.el (recentf-menu-filter): Doc updated. | |
5231 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5232 (recentf-make-menu-items): New menu filter handling. | |
5233 (recentf-make-menu-item): New helper function. | |
5234 (recentf-menu-elements): New menu handling function. | |
5235 (recentf-sort-ascending): Updated to new menu filter handling. | |
5236 (recentf-sort-descending): Updated to new menu filter handling. | |
5237 (recentf-sort-basenames-ascending): New menu filter function. | |
5238 (recentf-sort-basenames-descending): New menu filter function. | |
5239 (recentf-show-basenames): New menu filter function. | |
5240 (recentf-show-basenames-ascending): New menu filter function. | |
5241 (recentf-show-basenames-descending): New menu filter function. | |
5242 | |
27919 | 5243 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5244 | |
5245 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5246 the end of the buffer. | |
5247 | |
27911 | 5248 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5249 | |
5250 * international/mule-diag.el (list-character-sets): Completely | |
5251 rewritten. | |
5252 (sort-listed-character-sets): New function. | |
5253 (list-character-sets-1): Completely rewritten. | |
5254 (list-character-sets-2): New function. | |
5255 (non-iso-charset-alist): New variable. | |
5256 (decode-codepage-char): New function. | |
5257 (charset-history): New variable. | |
5258 (read-charset) (list-block-of-chars) | |
5259 (list-iso-charset-chars) | |
5260 (list-non-iso-charset-chars) | |
5261 (list-charset-chars): New functions. | |
5262 (mule-diag): Call list-character-sets-2, not | |
5263 list-character-sets-2. | |
5264 (dump-charsets): Likewise. | |
5265 | |
27910 | 5266 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5267 | |
27919 | 5268 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5269 file name characters. | |
5270 (dired-filename-at-point): Handle ange-ftp file names. | |
5271 | |
27910 | 5272 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5273 instead of assoc-delete-all. | |
5274 (frame-notice-user-settings): Ditto. | |
5275 | |
5276 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5277 Don't copy alist. | |
5278 | |
27906 | 5279 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5280 | |
5281 * calculator.el (calculator-use-menu): New option. | |
5282 (calculator-initial-bindings): Changed some bindings to work as | |
5283 macros. | |
5284 (calculator-forced-input): Removed. | |
5285 (calculator-restart-other-mode): New variable. | |
5286 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5287 |
27906 | 5288 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5289 | |
5290 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5291 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5292 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5293 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
|
5294 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5295 * 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
|
5296 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
|
5297 (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
|
5298 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
|
5299 * 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
|
5300 * 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
|
5301 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
|
5302 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
|
5303 * 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
|
5304 * 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
|
5305 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5306 |
27898 | 5307 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5308 | |
5309 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5310 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5311 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5312 face-font-family-alternatives from working. | |
5313 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5314 chosen font. | |
5315 | |
27873 | 5316 2000-02-25 Sam Steingold <sds@goems.com> |
5317 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5318 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5319 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5320 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5321 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5322 |
5323 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5324 | |
27856 | 5325 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5326 | |
5327 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5328 writable. | |
5329 | |
27868 | 5330 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5331 |
27847 | 5332 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5333 | |
5334 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5335 | |
27845 | 5336 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5337 | |
5338 * diary-lib.el (include-other-diary-files): Undo the selective | |
5339 display in any included file and don't kill it. | |
5340 | |
27841 | 5341 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5342 | |
5343 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5344 bar. Menu items converted to (menu-item format, help strings | |
5345 added. | |
5346 [downcase, upcase]: Don't enable on MS-DOS. | |
5347 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5348 bound. | |
5349 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5350 | |
27825 | 5351 2000-02-23 Dave Love <fx@gnu.org> |
5352 | |
27838 | 5353 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5354 (backward-kill-word): Revert addition of * to interactive spec -- | |
5355 it's a feature. | |
5356 | |
5357 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5358 (backward-kill-sentence, kill-sentence): Likewise. | |
5359 | |
27835 | 5360 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5361 scratch buffer name. | |
5362 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5363 slightly. | |
5364 | |
5365 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5366 new read-face-name. | |
5367 | |
5368 * mail/footnote.el (footnote): Add :version to defgroup. | |
5369 (footnote-section-tag-regexp): Customize. | |
5370 (footnote-start-tag, footnote-end-tag): New option. | |
5371 (footnote-latin-regexp): New variable. | |
5372 (Footnote-latin): New function. | |
5373 (footnote-style-alist): Add element for latin style. | |
5374 (footnote-style): Moved. | |
5375 (Footnote-goto-footnote): Use eq to test arg. | |
5376 | |
5377 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5378 | |
27825 | 5379 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5380 (byte-compile-trueconstp): Include keywords. | |
5381 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5382 byte-compile-const-symbol-p. | |
5383 (byte-optimize-char-before): New optimization. | |
5384 | |
5385 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5386 (byte-compile-const-symbol-p): New function. | |
5387 (byte-compile-constp, byte-compile-out-toplevel) | |
5388 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5389 Use it. | |
5390 | |
5391 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5392 | |
27813 | 5393 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5394 | |
27815 | 5395 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5396 and minor-mode-map-alist. | |
5397 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5398 codes SS2 and SS3 correctly. | |
5399 (encoded-kbd-self-insert-ccl): New function. | |
5400 (encoded-kbd-setup-keymap): New function. | |
5401 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5402 by calling encoded-kbd-setup-keymap. | |
5403 | |
27813 | 5404 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5405 characters. | |
5406 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5407 locally. | |
5408 | |
27811 | 5409 2000-02-22 Dave Love <fx@gnu.org> |
5410 | |
5411 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5412 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5413 defvar. | |
5414 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5415 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5416 classes. Match `defface'. | |
5417 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5418 (eval-defun-1): Fix for defcustom. | |
5419 (lisp-indent-region): Doc fix. | |
5420 | |
5421 * subr.el (when, unless, split-string): Doc fix. | |
5422 (read-passwd): Move call of clear-this-command-keys to the right | |
5423 place. | |
5424 (replace-regexps-in-string): New function. | |
5425 | |
27807 | 5426 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5427 | |
5428 * help.el (describe-variable): Set syntax table to | |
5429 emacs-lisp-mode-syntax-table when moving forward over the | |
5430 symbol's name. | |
5431 | |
27805 | 5432 2000-02-22 Dave Love <fx@gnu.org> |
5433 | |
5434 * xt-mouse.el: Doc fixes. | |
5435 (xterm-mouse-position-function): New function, replacing advice of | |
5436 mouse-position. | |
5437 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5438 | |
5439 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5440 | |
27794 | 5441 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5442 | |
5443 * format.el (format-annotate-single-property-change): Handle | |
5444 properties.with dotted-list values. | |
5445 (format-proper-list-p): New function. | |
5446 | |
5447 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5448 . COLOR) and (background-color . COLOR). | |
5449 | |
27788 | 5450 2000-02-20 Dave Love <fx@gnu.org> |
5451 | |
5452 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5453 and assignments to it. | |
5454 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5455 current local map. | |
5456 (make-flyspell-overlay): Use it. | |
5457 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5458 | |
5459 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5460 (lm-get-header-re): Defun, not defsubst. | |
5461 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5462 (lm-version): Doc fix. Simplify. | |
5463 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5464 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5465 (lm-verify, lm-synopsis): Simplify. | |
5466 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5467 | |
27785 | 5468 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5469 | |
5470 * dired.el (dired-mode): Call propertized-buffer-identification | |
5471 to set mode-line-buffer-identification to something having | |
5472 the right text properties. | |
5473 | |
5474 * bindings.el (propertized-buffer-identification): New function. | |
5475 | |
27777 | 5476 2000-02-20 Dave Love <fx@gnu.org> |
5477 | |
5478 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5479 check for t-mouse too. | |
5480 | |
5481 * cus-start.el: Make echo-keystrokes `number'. | |
5482 | |
27776 | 5483 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5484 | |
5485 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5486 Don't call ring-empty-p unless tags-location-ring is bound. | |
5487 From Noah Friedman <friedman@splode.com>. | |
5488 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5489 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5490 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5491 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5492 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5493 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5494 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5495 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5496 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5497 (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
|
5498 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
|
5499 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5500 |
27757 | 5501 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5502 | |
5503 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5504 | |
27749 | 5505 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5506 | |
27754 | 5507 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5508 | |
27749 | 5509 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5510 of `*' to handle `(* ... *)' comments. | |
5511 | |
27732 | 5512 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5513 | |
27737 | 5514 * 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
|
5515 window-system. |
27737 | 5516 |
27732 | 5517 * menu-bar.el (global-map): Menu-bar items converted to the new |
5518 format (menu-item..., rearranged for better CUA compliance, and | |
5519 their names changed for better clarity. Help strings added. | |
5520 | |
5521 * international/mule-cmds.el (mule-menu-keymap) | |
5522 (describe-language-environment-map, set-coding-system-map) | |
5523 (setup-language-environment-map): Convert to new (menu-item... | |
5524 form, add help strings. Change names of menu items for better | |
5525 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5526 submenu). | |
5527 | |
27729 | 5528 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5529 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5530 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5531 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5532 |
27717 | 5533 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5534 |
27717 | 5535 * faces.el: Don't require custom. Add more specific :groups to |
5536 various deffaces. | |
5537 (set-face-attribute): Purecopy args. | |
5538 (read-face-name): Default to name at point and use it in prompt. | |
5539 Remove colon from arg in all callers. | |
5540 (list-faces-display): Hyperlink to face descriptions and customize | |
5541 buffers. | |
5542 | |
27712 | 5543 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5544 | |
5545 * wid-edit.el (widget-match-inline): An atom never matches a | |
5546 list. | |
5547 | |
27707 | 5548 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5549 | |
27713 | 5550 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5551 at ':' characters by call to split-string. | |
27707 | 5552 |
5553 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5554 | |
27713 | 5555 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5556 |
5557 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5558 | |
27713 | 5559 * textmodes/bibtex.el: Some temporary comments removed. |
5560 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5561 explicit. | |
5562 (bibtex-field-const): Allow capital letters. | |
5563 (bibtex-start-of-string): Deleted because unused. | |
5564 | |
5565 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5566 use the term 'reference' to describe a bibtex entry as a whole. | |
5567 Further, reference keys are no longer called 'labels'. | |
5568 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5569 (bibtex-reformat-previous-labels): Renamed to | |
5570 bibtex-reformat-previous-reference-keys. | |
5571 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5572 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5573 (bibtex-reference-maybe-empty-head): Renamed to | |
5574 bibtex-entry-maybe-empty-head. | |
5575 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5576 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5577 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5578 bibtex-enclosing-entry-maybe-empty-head. | |
5579 (bibtex-entry-field-alist, bibtex-entry-head, | |
5580 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5581 bibtex-map-entries, bibtex-search-entry, | |
5582 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5583 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5584 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5585 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5586 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5587 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5588 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5589 |
5590 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5591 | |
27713 | 5592 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5593 comment. | |
5594 (bibtex-format-field-delimiters): New function, functionality | |
5595 extracted from bibtex-format-entry. | |
5596 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5597 extracted from bibtex-autokey-get-yearfield. | |
5598 | |
5599 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5600 entries in order to avoid stack overflow in the regexp matcher if | |
5601 field contents become large. | |
5602 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5603 bibtex-field-string-part-not-braced, | |
5604 bibtex-field-string-part-no-inner-braces, | |
5605 bibtex-field-string-part-1-inner-brace, | |
5606 bibtex-field-string-part-2-inner-braces, | |
5607 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5608 bibtex-field-string-quoted, bibtex-field-string, | |
5609 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5610 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5611 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5612 as parsing is now performed by the following functions. | |
5613 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5614 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5615 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5616 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5617 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5618 bibtex-search-forward-field, bibtex-search-backward-field, | |
5619 bibtex-start-of-field, bibtex-end-of-field, | |
5620 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5621 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5622 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5623 bibtex-parse-string, bibtex-search-forward-string, | |
5624 bibtex-search-backward-string, bibtex-start-of-string, | |
5625 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5626 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5627 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5628 entries. Instead of reporting the results of the parsing by | |
5629 match-beginning or match-end, these functions return data structures | |
5630 that hold the corresponding positions. | |
5631 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5632 return values rather than by match-beginning or match-end. The | |
5633 following functions have been adapted to use the new parsing | |
5634 functions. | |
5635 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5636 bibtex-enclosing-field, bibtex-format-entry, | |
5637 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5638 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5639 bibtex-print-help-message, bibtex-end-of-entry, | |
5640 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5641 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5642 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5643 method for parsing. | |
5644 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5645 bibtex-map-entries, bibtex-flash-head, | |
5646 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5647 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5648 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5649 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5650 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5651 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5652 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5653 order to make the new binding of case-fold-search immediately | |
5654 visible. | |
27707 | 5655 |
5656 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5657 | |
27713 | 5658 * textmodes/bibtex.el: Copyright notice is up to date. |
5659 Added constant 'bibtex-maintainer-salutation. | |
5660 | |
5661 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5662 than make-temp-name, use match-string-no-properties and eliminate | |
5663 a quadratic behavior when building bibtex-strings. | |
5664 | |
5665 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5666 reference key contains upper case letters. | |
27707 | 5667 |
5668 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5669 | |
27713 | 5670 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5671 a new line. | |
27707 | 5672 |
5673 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5674 | |
27713 | 5675 * bibtex.el: Hiding of entry bodies is not longer provided by |
5676 bibtex.el directly. Instead the hideshow package can be used. | |
5677 Added a special bibtex entry to hs-special-modes-alist. | |
5678 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5679 |
5680 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5681 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5682 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5683 at ':' characters by call to split-string. |
27729 | 5684 |
5685 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5686 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5687 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5688 |
5689 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5690 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5691 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5692 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5693 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5694 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5695 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5696 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5697 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5698 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
|
5699 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5700 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5701 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5702 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5703 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5704 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5705 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5706 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5707 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5708 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5709 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5710 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5711 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5712 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5713 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5714 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5715 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5716 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5717 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5718 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5719 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5720 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5721 |
5722 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5723 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5724 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5725 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5726 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5727 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5728 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5729 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5730 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5731 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5732 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
|
5733 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5734 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5735 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5736 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5737 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5738 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5739 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
|
5740 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5741 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5742 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
|
5743 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
|
5744 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5745 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5746 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5747 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5748 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5749 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
|
5750 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5751 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5752 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
|
5753 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
|
5754 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5755 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5756 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5757 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
|
5758 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
|
5759 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
|
5760 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5761 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5762 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5763 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5764 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
|
5765 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5766 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5767 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5768 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5769 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5770 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5771 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5772 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5773 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
|
5774 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
|
5775 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5776 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5777 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5778 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5779 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5780 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5781 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
|
5782 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5783 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5784 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
|
5785 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
|
5786 visible. |
27729 | 5787 |
5788 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5789 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5790 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5791 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5792 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5793 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5794 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
|
5795 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5796 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5797 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5798 reference key contains upper case letters. |
27729 | 5799 |
5800 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5801 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5802 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5803 a new line. |
27729 | 5804 |
5805 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5806 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5807 * 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
|
5808 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5809 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5810 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5811 |
5812 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5813 | |
27713 | 5814 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5815 proceedings entry type (for cross referencing). Thanks to Wagner |
5816 Toledo Correa for the suggestion. | |
5817 | |
27713 | 5818 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5819 |
27690 | 5820 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5821 | |
5822 * international/characters.el: Setup case table for Vietnamese. | |
5823 | |
27687 | 5824 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5825 | |
5826 * uniquify.el (toplevel): Require CL at compile time. | |
5827 (uniquify-push): Removed. | |
5828 | |
5829 * shadowfile.el (shadow-when): Removed. | |
5830 | |
5831 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5832 (tempo-process-and-insert-string): Use dolist instead of | |
5833 tempo-dolist. | |
5834 | |
5835 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5836 regexp for paragraph-start. | |
5837 | |
5838 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5839 commas as well. | |
5840 | |
27657 | 5841 2000-02-10 Dave Love <fx@gnu.org> |
5842 | |
5843 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5844 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5845 Deleted. | |
5846 (widget-specify-field, widget-specify-button): Don't use | |
5847 widget-mouse-help as help-echo property. | |
5848 (default): Use #'ignore for :validate and :mouse-down-action. | |
5849 (checkbox): Add help-echo. | |
5850 (widget-sexp-validate): Rewritten to clarify error messages. | |
5851 (character): Use char-valid-p in :match function. | |
5852 (widget-color-complete): Use facemenu-color-alist. | |
5853 (widget-color-action): Use facemenu-read-color. | |
5854 | |
5855 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5856 set up `caar' &c that we now have. | |
5857 | |
27713 | 5858 2000-02-09 Ray Blaak <blaak@gnu.org> |
5859 | |
5860 * delphi.el: Make resourcestring a declaration region, like const | |
5861 and var. | |
5862 | |
27652 | 5863 2000-02-09 Dave Love <fx@gnu.org> |
5864 | |
5865 * bindings.el (mode-line-input-method-map): New variable. | |
5866 (mode-line-mule-info): Use it; fix last change. | |
5867 (mode-line-mode-menu): Move definition. | |
5868 (mode-line-mouse-sensitive-p): Deleted. | |
5869 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5870 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5871 level. | |
5872 | |
5873 * startup.el (command-line-1): Don't call | |
5874 make-mode-line-mouse-sensitive. | |
5875 | |
27644 | 5876 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5877 | |
5878 * mail/rmail.el (rmail-retry-failure): Use | |
5879 rmail-beginning-of-message before rmail-toggle-header, because the | |
5880 former toggles headers. | |
5881 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5882 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
|
5883 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5884 * 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
|
5885 (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
|
5886 (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
|
5887 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
|
5888 (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
|
5889 (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
|
5890 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5891 * 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
|
5892 (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
|
5893 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
|
5894 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5895 (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
|
5896 (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
|
5897 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
|
5898 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
|
5899 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5900 (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
|
5901 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5902 (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
|
5903 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
|
5904 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5905 (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
|
5906 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
|
5907 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5908 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
|
5909 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5910 * 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
|
5911 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
|
5912 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5913 * 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
|
5914 |
27610 | 5915 2000-02-04 Dave Love <fx@gnu.org> |
5916 | |
27617 | 5917 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5918 | |
27610 | 5919 * completion.el: Replace completion-dolist with dolist. |
5920 | |
5921 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5922 dotimes. | |
5923 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5924 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5925 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5926 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5927 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5928 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5929 * 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
|
5930 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5931 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5932 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5933 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5934 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5935 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5936 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5937 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5938 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5939 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5940 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5941 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5942 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5943 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5944 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5945 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5946 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5947 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5948 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5949 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5950 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5951 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5952 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5953 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5954 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5955 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5956 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5957 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5958 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5959 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5960 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5961 (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
|
5962 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5963 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5964 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5965 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5966 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5967 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5968 |
27590 | 5969 2000-02-02 Dave Love <fx@gnu.org> |
5970 | |
5971 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5972 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5973 | |
5974 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5975 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5976 the new builtins directly. | |
5977 | |
5978 * whitespace.el (whitespace): Add :version to defgroup. | |
5979 | |
5980 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5981 Doc fix. | |
5982 | |
5983 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5984 (number-at-point, list-at-point): Add autoload cookie. | |
5985 | |
5986 * recentf.el (recentf): Add :version to defgroup. | |
5987 | |
5988 * quickurl.el (quickurl): Add :version to defgroup. | |
5989 | |
5990 * elide-head.el (elide-head): Use point-marker more. | |
5991 | |
5992 * bs.el (bs): Add :version to defgroup. | |
5993 | |
5994 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5995 | |
5996 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5997 | |
27587 | 5998 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5999 | |
6000 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
6001 succeeding process operation sets a different coding system. | |
6002 | |
6003 * calculator.el: New file. | |
6004 | |
27572 | 6005 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
6006 | |
6007 * frame.el (frames-on-display-list, framep-on-display): New | |
6008 functions. | |
6009 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
6010 (display-selections-p, display-screens, display-pixel-width) | |
6011 (display-pixel-height, display-mm-width, display-mm-height) | |
6012 (display-backing-store, display-save-under, display-planes) | |
6013 (display-color-cells, display-visual-class): New functions. | |
6014 | |
6015 * term/tty-colors.el (tty-color-gray-shades): New function. | |
6016 | |
6017 * faces.el (display-color-p): Use framep-on-display. | |
6018 (display-grayscale-p): New function. | |
6019 | |
27549 | 6020 2000-01-31 Dave Love <fx@gnu.org> |
6021 | |
6022 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
6023 (create-fontset-from-x-resource): Don't concat integers. | |
6024 | |
27545 | 6025 2000-01-31 Inge Frick <inge@nada.kth.se> |
6026 | |
6027 * view.el: Some changes in documentation. Removed some trailing | |
6028 whitespace. Changed some parameter names to agree with | |
6029 documentation. | |
6030 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
6031 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6032 |
27541 | 6033 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6034 | |
27543 | 6035 * windmove.el: New file. |
6036 | |
27541 | 6037 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6038 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 6039 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6040 |
27541 | 6041 * jit-lock.el (jit-lock-function): Widen before calculating end |
6042 position. | |
6043 (jit-lock-stealth-chunk-start): Rewritten. | |
6044 | |
6045 * info.el (Info-title-face-alist): Removed. | |
6046 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
6047 faces. | |
6048 (Info-fontify-node): Use these faces. | |
6049 | |
27527 | 6050 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6051 | |
6052 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
6053 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
6054 `&allow-other-keywords'. | |
6055 | |
6056 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
6057 the list of directories scanned heuristically. | |
6058 | |
6059 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
6060 exist. | |
6061 | |
27523 | 6062 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6063 | |
6064 * w32-fns.el: Define w32-tty-standard-colors. | |
6065 | |
6066 * startup.el (command-line): Use w32-tty-standard-colors when in | |
6067 w32 console mode. | |
6068 | |
27510 | 6069 2000-01-30 Dave Love <fx@gnu.org> |
6070 | |
27513 | 6071 * jka-compr.el (jka-compr-load): Fix up load-history. |
6072 | |
27510 | 6073 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
6074 | |
6075 * emacs-lisp/cl-macs.el: Revert previous change. | |
6076 | |
27499 | 6077 2000-01-29 Dave Love <fx@gnu.org> |
6078 | |
6079 * facemenu.el: Purecopy various strings. | |
6080 | |
6081 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
6082 years. Deal with three-digit years. | |
6083 | |
6084 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
6085 defconst, purecopy. | |
6086 (help-back-label): Purecopy it. | |
6087 | |
27498 | 6088 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6089 | |
6090 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
6091 variable. If non-nil, order the buffer list according to the | |
6092 currently selected frame. | |
6093 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
6094 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
|
6095 |
27496 | 6096 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6097 | |
6098 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6099 | |
27486 | 6100 2000-01-28 Dave Love <fx@gnu.org> |
6101 | |
27491 | 6102 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6103 | |
27486 | 6104 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6105 Don't use lisp-indent-hook property. | |
6106 (cl-abs): Remove. | |
6107 | |
6108 * subr.el: Move out indent and edebug specs for when and unless. | |
6109 | |
6110 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6111 when, unless. | |
6112 | |
6113 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6114 unless, when. | |
6115 | |
27467 | 6116 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6117 | |
27481 | 6118 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6119 `collecting' as synonym for `collect'. | |
6120 | |
6121 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6122 for the case it contains spaces. | |
6123 | |
6124 * simple.el (what-cursor-position): Change formatting of | |
6125 messages. | |
6126 | |
27473 | 6127 * frame.el (delete-other-frames): New function. |
6128 (toplevel): Bind it to C-x 5 1. | |
6129 | |
27469 | 6130 * sort.el (sort-numeric-base): New option. |
6131 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6132 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6133 as default base. | |
6134 | |
27467 | 6135 * progmodes/glasses.el: New file. |
6136 | |
27451 | 6137 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6138 | |
27461 | 6139 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6140 userids differently. | |
6141 | |
27451 | 6142 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6143 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6144 progmodes/ebnf-yac.el: New files. | |
6145 | |
27446 | 6146 2000-01-26 Dave Love <fx@gnu.org> |
6147 | |
6148 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6149 on a function with an empty body. [From Eric Ludlam.] | |
6150 | |
27437 | 6151 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6152 | |
6153 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6154 | |
27433 | 6155 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6156 | |
6157 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6158 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6159 | |
27419 | 6160 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6161 | |
6162 * language/thai-util.el (thai-composition-function): Delete | |
6163 superfluous `a'. | |
6164 | |
27418 | 6165 2000-01-24 Dave Love <fx@gnu.org> |
6166 | |
6167 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6168 end-of-defun-function. | |
6169 | |
6170 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6171 &c. | |
6172 | |
27405 | 6173 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6174 | |
6175 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6176 conflicts with new face support. | |
6177 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6178 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6179 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6180 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6181 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6182 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6183 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6184 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6185 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6186 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6187 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6188 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6189 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6190 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6191 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6192 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6193 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6194 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6195 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6196 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6197 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6198 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6199 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6200 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6201 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6202 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6203 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6204 |
27366 | 6205 2000-01-19 Dave Love <fx@gnu.org> |
6206 | |
27368 | 6207 * files.el (user-init-file): Don't declare here -- is primitive. |
6208 | |
27366 | 6209 * startup.el (command-line): Check for compiled user-init-file and |
6210 set to uncompiled version if necessary. | |
6211 | |
27358 | 6212 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6213 | |
27361 | 6214 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6215 (undigestify-rmail-message): Use it. | |
6216 | |
27358 | 6217 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6218 | |
27351 | 6219 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6220 | |
6221 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6222 of mini-buffer. | |
6223 | |
27326 | 6224 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6225 | |
27330 | 6226 * emacs-lisp/copyright.el (copyright-update): Removed the |
6227 requirement for a trailing space from `copyright-regexp', to | |
6228 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6229 |
27327 | 6230 * align.el: New file. |
6231 | |
27326 | 6232 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6233 | |
6234 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6235 | |
27323 | 6236 2000-01-13 Dave Love <fx@gnu.org> |
6237 | |
6238 * ph.el: Removed. (Obsoleted by EUDC.) | |
6239 | |
27321 | 6240 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6241 | |
6242 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6243 menu with easymenu, because that causes build problems. | |
6244 | |
6245 * frame.el (frame-notice-user-settings): New variable. | |
6246 (frame-notice-user-settings): Don't modify frame parameters | |
6247 if called a second time. | |
6248 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6249 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6250 |
6251 * frame.el (frame-notice-user-settings): | |
6252 Notice default-frame-parameters even for non-window frames. | |
6253 | |
27318 | 6254 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6255 | |
6256 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6257 for Emacs. | |
6258 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6259 (eudc-bob-toggle-inline-display): Ditto. | |
6260 (eudc-bob-display-jpeg): Ditto. | |
6261 | |
27304 | 6262 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6263 | |
27313 | 6264 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6265 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6266 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
|
6267 |
27312 | 6268 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6269 nil)'. | |
6270 | |
6271 * subdirs.el: Add `net' directory. | |
6272 | |
27308 | 6273 * net: New directory. |
6274 | |
27304 | 6275 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6276 eval-last-sexp. Don't bind debug-on-error here. | |
6277 (eval-last-sexp): New function. Bind debug-on-error if | |
6278 eval-expression-debug-on-error is non-nil. | |
6279 (eval-defun-2, eval-defun): Likewise. | |
6280 | |
6281 * simple.el (eval-expression): Don't bind debug-on-error if | |
6282 eval-expression-debug-on-error is nil. Detect changed | |
6283 debug-on-error, and propagate new value to global binding, if | |
6284 eval-expression-debug-on-error is non-nil, | |
6285 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6286 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6287 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6288 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6289 * 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
|
6290 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6291 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6292 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6293 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6294 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6295 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6296 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6297 |
27288 | 6298 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6299 | |
27291 | 6300 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6301 of erasing buffer. | |
6302 | |
27288 | 6303 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6304 (fill-context-prefix): Use the longest common prefix of first |
6305 and second line fill prefix, if there is one. | |
27288 | 6306 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6307 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6308 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6309 * 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
|
6310 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6311 |
27282 | 6312 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6313 | |
6314 * add-log.el (add-log-current-defun): Handle user-defined | |
6315 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6316 |
27280 | 6317 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6318 if having found a current function |
27278 | 6319 |
6320 * add-log.el (add-log-current-defun): Call | |
6321 `add-log-current-defun-function'. Try matches at level 0 and | |
6322 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6323 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6324 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6325 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6326 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6327 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6328 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6329 |
27265 | 6330 2000-01-10 Dave Love <fx@gnu.org> |
6331 | |
6332 * elide-head.el (elide-head): Use point-marker, not point. | |
6333 | |
27261 | 6334 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6335 | |
27263 | 6336 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6337 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6338 |
27261 | 6339 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6340 Add ispell- prefix. | |
6341 | |
6342 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6343 | |
6344 * ispell.el: Only define dictionaries in menus when they exist. | |
6345 (version18p): New variable. | |
6346 (version20p): New variable. | |
6347 (xemacsp): New variable. | |
6348 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6349 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6350 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6351 run-together words. |
27261 | 6352 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6353 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6354 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6355 library path when called non-interactively. |
27261 | 6356 (ispell-menu-map-needed): Uses new variables. |
6357 (ispell-library-path): New variable. | |
6358 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6359 (ispell-word): Improved documentation string. Test for valid | |
6360 character mappings. Correctly check typed in word changes that can | |
6361 result in single words split into multiple words. Returns | |
6362 replacement word. | |
6363 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6364 replace in recursive query replace mode. Help message for | |
6365 recursive edit mode. | |
6366 (ispell-show-choices): Protect against bad framepop bindings. | |
6367 (ispell-help): Fix to work with XEmacs. | |
6368 (ispell-highlight-spelling-error): Use new variables. | |
6369 (ispell-overlay-window): Fix to work with XEmacs. | |
6370 (ispell-parse-output): Passed and returns location information | |
6371 tracking spelling corrections. Doesn't recheck same word on | |
6372 current line. | |
6373 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6374 Fix call to single argument in sleep-for. Use new variables. | |
6375 (ispell-region): Passed and returns location information tracking | |
6376 spelling corrections. Doesn't check same word on current line. | |
6377 Improved documentation string. Doesn't resend a line already | |
6378 checked to the ispell process - fixes bug in LaTeX parsing. | |
6379 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6380 (ispell-skip-region): No longer skips <TT> in SGML. | |
6381 (ispell-process-line): Tracks location information with spelling | |
6382 corrections. Added documentation string. Accounts for words | |
6383 already accepted on this line. Don't allow query-replace on line | |
6384 starting with math characters. Doesn't resend a line already sent | |
6385 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6386 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6387 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6388 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6389 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6390 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6391 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6392 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6393 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
|
6394 |
27255 | 6395 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6396 | |
6397 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6398 of a real newline. | |
6399 | |
27253 | 6400 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6401 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6402 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6403 for .png files. |
6404 | |
27251 | 6405 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6406 | |
6407 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6408 | |
27247 | 6409 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6410 | |
27249 | 6411 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6412 | |
27247 | 6413 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6414 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6415 recursion. |
6416 | |
27244 | 6417 2000-01-08 Dave Love <fx@gnu.org> |
6418 | |
27265 | 6419 * emacs-lisp/backquote.el: Remove inappropriate customization |
6420 (allowing custom.el to use backquote). | |
27244 | 6421 |
27241 | 6422 2000-01-07 Dave Love <fx@gnu.org> |
6423 | |
6424 * add-log.el (add-log-debugging): Deleted. | |
6425 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6426 file. Remove debugging code. | |
6427 (change-log-get-method-definition, change-log-name): Add doc. | |
6428 (change-log-sortable-date-at): New function. | |
6429 (change-log-merge): New command. | |
6430 | |
6431 * time.el (display-time-string-forms): Make the Mail string active. | |
6432 (display-time-update): Provide help-echo for load average. | |
6433 | |
6434 * bindings.el (make-mode-line-mouse2-map): New function. | |
6435 (mode-line-modified): Use it and simplify. | |
6436 (mode-line-mule-info): Provide help-echo info. | |
6437 (minor-mode-alist): Activate the strings. | |
6438 (make-mode-line-mouse-sensitive): Simplify for | |
6439 mode-line-buffer-identification. | |
6440 | |
27233 | 6441 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6442 | |
6443 * play/pong.el: New file. | |
6444 | |
27241 | 6445 2000-01-06 Dave Love <fx@gnu.org> |
6446 | |
6447 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6448 `array-' prefix for symbols. | |
6449 | |
6450 2000-01-05 Dave Love <fx@gnu.org> | |
6451 | |
6452 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6453 outline-headers-as-kill. | |
6454 (outline-mode): Define imenu-generic-expression. | |
6455 (outline-headers-as-kill): New command. | |
6456 | |
6457 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6458 from paragraph-start. | |
6459 (paragraph-indent-minor-mode): New command. | |
6460 | |
6461 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6462 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6463 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6464 (fortran-column-ruler): Simplify. | |
6465 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6466 (fortran-with-subprogram-narrowing): Likewise. | |
6467 (fortran-indent-subprogram): Call mark-defun. | |
6468 (fortran-check-for-matching-do): Change narrowing. | |
6469 | |
6470 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6471 (cl-lucid-hash-tag): Delete. | |
6472 (cl-hash-table-p): Correct test for native table. | |
6473 (cl-hash-table-count): Use hash-table-count. | |
6474 | |
6475 * browse-url.el (browse-url): Fix case of | |
6476 browse-url-browser-function being an alist. | |
6477 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6478 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6479 |
27233 | 6480 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6481 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6482 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6483 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6484 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6485 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6486 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6487 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6488 |
27191 | 6489 2000-01-05 Dave Love <fx@gnu.org> |
6490 | |
27241 | 6491 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6492 (beginning-of-defun-raw): Use it. |
6493 (end-of-defun): New variable. | |
6494 (end-of-defun): Use it. | |
6495 (check-parens): New command. | |
6496 | |
27182 | 6497 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6498 | |
27233 | 6499 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6500 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6501 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6502 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6503 |
27176 | 6504 2000-01-05 Andreas Schwab <schwab@suse.de> |
6505 | |
6506 * hscroll.el (hscroll): Doc fix. | |
6507 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6508 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6509 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6510 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6511 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6512 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6513 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6514 file idlw-rinfo.el. |
27182 | 6515 (idlwave-customize): load must read file idlw-shell.el. |
6516 (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
|
6517 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6518 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6519 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6520 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6521 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6522 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6523 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6524 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6525 both reftex-dcr and reftex-vcr. |
27182 | 6526 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6527 * 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
|
6528 |
27164 | 6529 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6530 |
6531 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6532 (ps-print-version): New version number (5.0.3). | |
6533 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6534 local. | |
6535 (ps-spool-config): Initialization fix. | |
27233 | 6536 (ps-print-prologue-1, ps-print-prologue-2) |
6537 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6538 (ps-background-image): Little code reformating. |
6539 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6540 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6541 (ps-prologue-file): New fun. |
6542 | |
27159 | 6543 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6544 | |
27233 | 6545 * ps-vars.el: Eliminated. |
27159 | 6546 |
6547 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6548 `;;;###autoload'. | |
6549 | |
6550 * ps-print.el: ps-vars eliminated, doc fix. | |
6551 (ps-print-version): New version number (5.0.2). | |
6552 (ps-spool-config): Initialization fix. | |
6553 (ps-print-customize): New fun. | |
6554 | |
27155 | 6555 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6556 | |
6557 * autorevert.el (auto-revert-mode): Return value of | |
6558 auto-revert-mode. | |
6559 | |
27152 | 6560 2000-01-04 Dave Love <fx@gnu.org> |
6561 | |
27198 | 6562 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6563 menu items. | |
27152 | 6564 |
27124 | 6565 2000-01-03 Dave Love <fx@gnu.org> |
6566 | |
27191 | 6567 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6568 |
27241 | 6569 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6570 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6571 `cl-hash-table-p', not `hash-table-p'. | |
6572 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6573 | |
27119 | 6574 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6575 | |
6576 * faces.el (face-read-integer, read-face-attribute) | |
6577 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6578 strings. | |
6579 | |
27112 | 6580 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6581 | |
6582 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6583 at comment end, and re-insert them after filling. | |
6584 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6585 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
|
6586 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6587 * 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
|
6588 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6589 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
|
6590 |
27102 | 6591 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6592 | |
6593 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6594 the new name of face-color-supported-p. | |
6595 | |
6596 * term/w32-win.el (xw-defined-colors): Likewise. | |
6597 | |
27097 | 6598 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6599 | |
6600 * simple.el (completion-setup-function): Count completion-size | |
6601 from minibuffer-prompt-end, not from point-min. | |
6602 | |
27091 | 6603 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6604 | |
6605 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6606 Pass the frame to tty-color-* functions. | |
6607 (display-color-p, frame-set-background-mode): Pass the frame to | |
6608 tty-display-color-p. | |
6609 | |
6610 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6611 tty-color-alist. | |
6612 (tty-color-alist, tty-modify-color-alist): New functions. | |
6613 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6614 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6615 an optional parameter FRAME. | |
6616 | |
27074 | 6617 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6618 | |
27082 | 6619 * image.el (create-image, defimage): Don't assume image data is a |
6620 string. | |
6621 | |
27074 | 6622 * image.el (defimage): Handle specifications containing :data |
6623 instead of :file. | |
6624 (image-type-from-data): New function. | |
6625 (image-type-from-file-header): Use it. | |
6626 (create-image): Add parameter DATA-P. | |
27182 | 6627 |
30729 | 6628 See ChangeLog.8 for earlier changes. |
30993 | 6629 |
6630 ;; Local Variables: | |
31092 | 6631 ;; coding: iso-2022-7bit |
30993 | 6632 ;; End: |