Mercurial > emacs
annotate lisp/ChangeLog @ 30972:e3ff4aef71a1
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 20 Aug 2000 12:02:24 +0000 |
parents | 7265b1124adb |
children | c007b25bad3d |
rev | line source |
---|---|
30972 | 1 2000-08-20 Miles Bader <miles@gnu.org> |
2 | |
3 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
4 merely a subset of FACE's attributes. | |
5 | |
30966 | 6 2000-08-19 Miles Bader <miles@gnu.org> |
7 | |
8 * comint.el (comint-output-filter): Save the point with a marker, | |
9 not just a buffer position. | |
10 | |
11 * international/mule.el (set-buffer-process-coding-system): Make | |
12 interactive prompt less confusing. | |
13 | |
30963 | 14 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
15 | |
16 * hilit-chg.el: General cleanup of doc strings, comments and | |
17 code formatting. | |
18 | |
30960 | 19 2000-08-19 Miles Bader <miles@gnu.org> |
20 | |
21 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
22 Compiler macro removed; beginning-of-line is no longer always | |
23 equivalent to forward-line, in the presence of fields. | |
24 | |
25 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
26 restriction, and just use save-restriction, now that it works | |
27 correctly. Don't adjust comint-last-input-start to account for | |
28 our insertion; it shouldn't have moved because we don't use | |
29 insert-before-markers anymore. Comment out call to | |
30 `force-mode-line-update'; why is it here? | |
31 | |
32 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
33 while checking for prompt to delete. Use `forward-line 0' | |
34 instead of beginning-of-line. | |
35 (gud-filter): Temporarily widen gud comint buffer while | |
36 examining output. | |
37 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
38 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
39 |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
40 * 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
|
41 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
|
42 |
30953 | 43 2000-08-18 Dave Love <fx@gnu.org> |
44 | |
45 * image.el (find-image): Copy `spec' before using plist-put. | |
46 | |
30948 | 47 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
48 | |
49 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
50 `portugues'. | |
51 | |
52 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
53 backward-kill-sexp, analogous to kill-sexp. | |
54 | |
55 * progmodes/icon.el (icon-indent-line) | |
56 (icon-is-continuation-line): Handle comments specially. | |
57 | |
58 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
59 | |
60 * ispell.el: Set to standard author/maintainer/keyword fields. | |
61 Fine tuning to menu map appearance and operation, and added help. | |
62 Remove `start' and `end' error messages when compiling. | |
63 (ispell-choices-win-default-height): Fixed comment string. | |
64 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
65 castellano8 dictionaries. | |
66 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
67 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
68 dictionary, added italiano dictionary. | |
69 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
70 word character | |
71 (ispell-tex-skip-alists): Added psfig support. | |
72 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
73 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
74 (ispell-minor-check): Improved html skipping support to skip across | |
75 code, and recognize `&' commands without propper `;' syntax; | |
76 (ispell-process-line): Fix alignment error when manually | |
77 correcting spelling. | |
78 (ispell): Fix comment string. | |
79 (ispell-add-per-file-word-list): Always put word list on new line. | |
80 | |
30922 | 81 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
82 | |
30928 | 83 * format.el (format-encode-run-method): Fix error message to say |
84 `encode' instead of `decode'. Use save-window-excursion around | |
85 shell-command-on-region as in format-decode-run-method because | |
86 shell-command-on-region can display a buffer with error output. | |
87 (format-decode): Don't record undo information for the decoding. | |
88 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
89 that number part of the temporary buffer name so that more than | |
90 one decoding using a temporary buffer can happen safely. | |
91 | |
92 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
93 of `A-z' in the regexp. | |
94 | |
95 * hilit-chg.el: Fix typos in commentary. | |
96 | |
30922 | 97 * help.el (view-emacs-news): Rewritten for new naming scheme |
98 for old NEWS files. | |
99 | |
100 * startup.el (command-line): Pop to *Messages* in case an error | |
101 is signaled while loading user-init-file. | |
102 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
103 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
104 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
105 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
106 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
107 |
30906 | 108 2000-08-17 Alex Schroeder <alex@gnu.org> |
109 | |
110 * sql.el (sql-magic-go): Use comint-bol. | |
111 (sql-copy-column): Use comint-line-beginning-position. | |
112 (comint-line-beginning-position): Define a replacement for | |
113 comint-line-beginning-position if it is not fboundp. | |
114 | |
115 2000-08-17 Alex Schroeder <alex@gnu.org> | |
116 | |
117 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
118 it didn't have any effect anyway. | |
119 | |
120 2000-08-17 Alex Schroeder <alex@gnu.org> | |
121 | |
122 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
123 --pset and pager=off instead of sending \\o|cat at the beginning | |
124 of the session. | |
125 | |
30903 | 126 2000-08-17 Miles Bader <miles@gnu.org> |
127 | |
128 * progmodes/octave-inf.el: Add compatibility definition of | |
129 comint-line-beginning-position. | |
130 | |
30898 | 131 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
132 | |
133 * startup.el (normal-top-level): Look in each dir in load-path for | |
134 a leim-list.el file too. This assures of loading leim-list.el | |
135 that is created at Emacs installation time even if a user have his | |
136 own leim-list.el. | |
137 | |
30897 | 138 2000-08-17 Miles Bader <miles@gnu.org> |
139 | |
140 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
141 foreground color to black if the background is dark. | |
142 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
143 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
144 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
145 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
146 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
147 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
148 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
149 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
150 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
151 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
152 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
153 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
154 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
155 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
156 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
157 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
158 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
159 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
160 * 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
|
161 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
162 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
163 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
164 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
165 * 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
|
166 (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
|
167 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
168 (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
|
169 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
170 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
171 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
172 (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
|
173 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
174 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
175 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
176 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
177 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
178 (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
|
179 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
180 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
181 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
182 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
183 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
184 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
185 * 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
|
186 |
30870 | 187 2000-08-16 Dave Love <fx@gnu.org> |
188 | |
30894 | 189 * windmove.el (windmove) <defgroup>: Add :version. |
190 | |
191 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
192 (goto-address-fontify-p, goto-address-highlight-p) | |
193 (goto-address-url-face, goto-address-url-mouse-face) | |
194 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
195 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
196 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
197 (goto-address-at-point): browse-url-url-at-point, | |
198 goto-address-find-address-at-point can return nil. | |
199 (goto-address-find-address-at-point): Return nil on failure. | |
200 | |
201 * align.el (align) <defgroup>: Add :version. | |
202 | |
203 * calculator.el (calculator): Add :version. | |
204 (calculator): Use two lines for calculator window if `modeline' | |
205 face is boxed. | |
206 | |
30870 | 207 * play/5x5.el: Doc fixes. |
208 (5x5) <defgroup>: Add :version. | |
209 | |
210 * play/fortune.el (fortune) <defgroup>: Add :version. | |
211 (fortune-append): Fix error message. | |
212 (fortune-from-region): Doc fix. | |
213 | |
214 * play/pong.el (pong): Doc fix. | |
215 | |
216 * play/morse.el: Keywords, commentary, autoloads. | |
217 | |
30854 | 218 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
219 | |
220 * desktop.el (desktop-save): Don't look at symbol-value of a | |
221 member of minor-mode-alist, unless it is boundp. | |
222 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
223 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
|
224 |
30897 | 225 * 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
|
226 `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
|
227 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
|
228 |
30846 | 229 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
230 | |
231 * international/ccl.el (declare-ccl-program): Docstring modified. | |
232 (ccl-execute-with-args): Likewise. | |
233 | |
30839 | 234 2000-08-16 Miles Bader <miles@gnu.org> |
235 | |
30903 | 236 * progmodes/sql.el: Add compatibility definition of |
30839 | 237 comint-line-beginning-position. |
238 | |
30808 | 239 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
240 | |
30829 | 241 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
242 'buffer-menu' property. | |
243 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
244 fails. | |
245 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
246 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
247 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
248 |
30825 | 249 * buff-menu.el (list-buffers-noselect): Don't display the |
250 *Buffer List* buffer. | |
251 | |
30822 | 252 * font-lock.el: Require jit-lock to prevent a very late |
253 `Loading jit-lock' message. | |
254 | |
30808 | 255 * 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
|
256 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 257 mail address. |
258 | |
30804 | 259 2000-08-15 Miles Bader <miles@gnu.org> |
260 | |
261 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
262 (ispell-choices-win-default-height, ispell-help): Use | |
263 `ispell-graphic-p' instead of `xemacsp'. | |
264 | |
30802 | 265 2000-08-15 Dave Love <fx@gnu.org> |
266 | |
30842 | 267 * simple.el: Autoload widget-convert when compiling. |
268 (mail-user-agent): Doc fix. | |
269 | |
270 * help.el (function-called-at-point, variable-at-point): Use | |
271 with-syntax-table. | |
272 (help-manyarg-func-alist): Add insert-and-inherit. | |
273 | |
274 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
275 | |
276 * delsel.el (delsel-unload-hook): New function. | |
277 | |
278 * find-file.el: Doc fixes. Move provide to end. | |
279 (ff) <defgroup>: Add :link. | |
280 (ff-goto-click): Deleted. | |
281 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
282 Use mouse-set-point. | |
283 | |
284 * textmodes/tildify.el: Doc fixes. | |
285 (tildify) <defgroup>: Add:version. | |
286 | |
287 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
288 (glasses-custom-set): Use set-default, not set. | |
289 (minor-mode-alist): Propertize the lighter. | |
290 (glasses-mode): Provide optional arg. | |
291 | |
30813 | 292 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
293 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
294 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
295 option. Provide :type. | |
296 (cwarn-configuration): Provide :type. | |
297 (cwarn-mode): Doc fix. | |
298 | |
299 * add-log.el (change-log-merge): Doc fix. | |
300 (change-log-redate): New command. | |
301 | |
30802 | 302 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
303 Doze and Dog. | |
304 (browse-url): Use dolist, not mapcar. | |
305 (browse-url-at-point): Check for null url. | |
306 (browse-url-event-buffer, browse-url-event-point): Functions | |
307 deleted. | |
308 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
309 | |
310 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
311 modes. | |
312 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
313 Fix previous change to mapcan. | |
314 (msb--init-file-alist, msb--add-separators) | |
315 (msb--make-keymap-menu): Simplify. | |
316 (msb--choose-file-menu): Use copy-sequence. | |
317 (msb-mode-map): Add title to keymap. | |
318 (msb-unload-hook): New function. | |
319 | |
320 * bs.el: Fix indentation. | |
321 (bs) <defgroup>: Add :links. | |
30894 | 322 (bs-show): Doc fix. |
323 (bs-apply-sort-faces): Don't use window-system. | |
324 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 325 |
30796 | 326 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
327 | |
328 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
329 convert-standard-filename. | |
330 | |
30788 | 331 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
332 | |
30790 | 333 * emacs-lisp/authors.el: New file. |
334 | |
30788 | 335 * paren.el (show-paren-priority): New user option. |
336 (show-paren-function): Set overlay priorities to | |
337 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
338 |
30783 | 339 2000-08-14 Miles Bader <miles@gnu.org> |
340 | |
341 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
342 beginning-of-line with inhibit-field-text-motion bound. | |
343 | |
30781 | 344 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
345 | |
346 * calendar/timeclock.el: New file. | |
347 | |
348 2000-08-14 David Ponce <david@dponce.com> | |
349 | |
350 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
351 `widget-button-click'. so that one can use left mouse button to | |
352 click on dialog buttons. | |
353 | |
354 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
355 | |
356 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
357 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
|
358 |
30767 | 359 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
|
360 |
30769 | 361 * comint.el (comint-output-filter): Don't bother frobbing |
362 window-start, it doesn't seem to be necessary. | |
30767 | 363 |
364 * comint.el (comint-send-string, comint-send-region): Make into | |
365 real functions. Snapshot the prompt before sending. | |
366 | |
30764 | 367 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
368 | |
369 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
370 technique similar to Info-index, instead of relying on specific | |
371 names of relevant Index nodes. | |
372 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
373 going to the first node found by Info-find-emacs-command-nodes. | |
374 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
375 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 376 |
377 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
378 | |
30741 | 379 2000-08-10 Miles Bader <miles@gnu.org> |
380 | |
381 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
382 | |
30739 | 383 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
384 | |
385 * info.el (Info-file-list-for-emacs): More elements for the | |
386 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
387 and woman manuals. | |
388 | |
30737 | 389 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
390 | |
391 * comint.el (comint-send-input): Make the newline boundary overlay | |
392 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
393 (comint-output-filter): Use `insert' instead of | |
394 `insert-before-markers'. Extend comint-last-output-overlay when | |
395 necessary since we can't rely on insert-before-markers to do it. | |
396 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
397 save-excursion when inserting the output, so that point gets | |
398 updated correctly; the old method relied on a rather dodgy | |
399 side-effect of comint-output-filter to avoid the effect of | |
400 save-excursion. | |
401 | |
30734 | 402 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
403 | |
404 * files.el (recover-file): Call insert-directory instead of | |
405 invoking `ls' directly. | |
406 | |
30732 | 407 2000-08-10 Miles Bader <miles@gnu.org> |
408 | |
409 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
410 (comint-last-prompt-overlay): New variables. | |
411 (comint-output-filter): Implement prompt highlighting. | |
412 (comint-snapshot-last-prompt): New function. | |
413 (comint-send-input): Snapshot the last prompt. | |
414 Use comint-highlight-input-face. | |
415 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
416 Use defface instead of defcustom. | |
417 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
418 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
419 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
420 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
421 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
422 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
423 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
424 (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
|
425 (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
|
426 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
|
427 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
428 * 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
|
429 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
430 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
431 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
432 |
30715 | 433 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
434 | |
435 * files.el (insert-directory): Don't call access-file on | |
436 directories on DOS and Windows. | |
437 | |
30704 | 438 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
439 | |
440 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
441 longer if necessary. | |
442 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
443 ccl-program-vector. | |
444 | |
30701 | 445 2000-08-09 Miles Bader <miles@gnu.org> |
446 | |
447 * comint.el (comint-output-filter): Properly handle the case where | |
448 the text surrounded by comint-last-output-overlay was deleted. | |
449 | |
30671 | 450 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
451 | |
30693 | 452 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
453 non-nil. | |
454 (Info-file-list-for-emacs): Remove "info" from the list because | |
455 that leads to trying to use the documentation from file `info' | |
456 in various situations where it isn't appropriate, for instance | |
457 C-h C-k C-h i. | |
458 | |
459 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
460 DIR and/or STRING are nil. | |
461 | |
462 * progmodes/compile.el (compilation-setup): Make variable | |
463 compilation-error-screen-columns buffer-local, as some comment | |
464 in the code suggests it should be. | |
465 | |
466 * files.el (auto-mode-interpreter-regexp): New variable. | |
467 (set-auto-mode): Use it. | |
468 | |
469 * indent.el (indent-for-tab-command): Doc fix. | |
470 | |
471 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
472 | |
30671 | 473 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
474 labels. | |
475 | |
476 * help.el (print-help-return-message): When | |
477 display-buffer-reuse-frames is set, let the help window been quit, | |
478 instead of deleting it, which might delete a reused frame. | |
479 | |
30664 | 480 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
481 | |
482 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
483 rename a directory to a name that differs only by its letter case. | |
484 | |
30655 | 485 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
486 | |
487 * international/quail.el (quail-define-rules): Handle Quail decode | |
488 map correctly. Add code for supporting annotations. | |
489 (quail-install-decode-map): New function. | |
490 (quail-defrule-internal): New optional arguments decode-map and | |
491 props. | |
492 (quail-advice): New function. | |
493 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
494 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
|
495 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
496 * 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
|
497 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
498 * 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
|
499 |
30649 | 500 2000-08-03 Miles Bader <miles@gnu.org> |
501 | |
502 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
503 New variable. | |
504 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
505 comint-use-prompt-regexp-instead-of-fields. | |
506 (comint-send-input): Add `input' field property to stuff we send to | |
507 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
508 (comint-output-filter): Add `output' field property to process | |
509 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
510 (comint-replace-by-expanded-history) | |
511 (comint-get-old-input-default, comint-show-output) | |
512 (comint-backward-matching-input, comint-forward-matching-input) | |
513 (comint-next-prompt, comint-previous-prompt): Use field | |
514 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
515 (comint-line-beginning-position): New function. | |
516 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
517 (comint-replace-by-expanded-history-before-point): Use | |
518 comint-line-beginning-position and line-end-position. | |
519 (comint-last-output-overlay): New variable. | |
520 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
521 | |
522 * shell.el (shell-prompt-pattern): Doc change. | |
523 (shell-backward-command): Use line-beginning-position. | |
524 | |
525 * gud.el (gud-gdb-complete-command): Use | |
526 comint-line-beginning-position. | |
527 | |
528 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
529 comint-bol doesn't actually go to the beginning of the line. | |
530 | |
531 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
532 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
533 (try-expand-line-all-buffers): Likewise. | |
534 | |
535 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
536 explicitly matching comint-prompt-regexp. | |
537 (sql-copy-column): Use comint-line-beginning-position instead of | |
538 explicitly matching comint-prompt-regexp. | |
539 | |
540 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
541 comint-line-beginning-position. | |
542 | |
543 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
544 | |
545 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
546 looking for a prompt, use `forward-line 0' instead of | |
547 `beginning-of-line', to avoid getting caught by an input field. | |
548 | |
30633 | 549 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
550 | |
551 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
552 PATTERN, in the Unix case. | |
553 | |
30629 | 554 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
555 | |
556 * play/zone.el (zone): Discard any pending input before running | |
557 the randomly-chosen pgm. | |
558 | |
30623 | 559 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
560 | |
561 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
562 checking the existence of any multibyte characters. | |
563 | |
30619 | 564 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
565 | |
30622 | 566 * help.el (describe-mode): Test minor-mode symbol for being |
567 bound before testing its value for being nil. | |
568 | |
30619 | 569 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
570 `first', `second', and `third'. | |
571 | |
572 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
573 (second): Make it an alias for `cadr'. | |
574 | |
30616 | 575 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
576 | |
577 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
578 types of display support faces now. | |
579 | |
30614 | 580 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
581 | |
582 * pcvs.el (require): Require `cl' during compilation, only. | |
583 | |
584 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
585 (toplevel): Remove `remq' and `remove' from autoloads. | |
586 (cl-fake-autoloads): New variable. If set, arrange for an error | |
587 when CL functions etc. are autoloaded. | |
588 | |
30585 | 589 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
590 | |
30593 | 591 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
592 | |
30591 | 593 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
594 popped up, but the user clicks outside the menu, return an empty | |
595 regexp (that causes unhighlight-regexp to have no effect). | |
596 | |
30589 | 597 * menu-bar.el (menu-bar-games-menu): Add Zone. |
598 | |
30585 | 599 * hi-lock.el (toplevel): Require font-lock. |
600 | |
30576 | 601 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
602 | |
603 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
604 (ebnf-8-bit-chars): New var for bug fix. | |
605 (ebnf-string): Bug fix. | |
606 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
607 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
|
608 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
609 * 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
|
610 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
611 (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
|
612 `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
|
613 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
614 |
30567 | 615 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
616 | |
617 * international/mule-cmds.el (select-safe-coding-system): Make | |
618 the message text about selecting a safe coding system more clear. | |
619 | |
30564 | 620 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
621 | |
30565 | 622 * hi-lock.el: New file. |
623 | |
624 * play/zone.el: New file. | |
625 | |
30564 | 626 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
627 value of tab-width in the original buffer. Choose a line number | |
628 format that's a multiple of the original buffer's tab width, so | |
629 that lines appear right. | |
630 | |
631 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
632 Spell-check active region if in transient-mark-mode and mark | |
633 is active; otherwise spell-check buffer. | |
634 | |
635 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
636 | |
637 * ps-mule.el: Fix a customization problem on | |
638 ps-mule-font-info-database-default. | |
639 | |
30555 | 640 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
641 | |
642 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
643 display-mouse-p instead of window-system. | |
644 (ebrowse-member-mode-map): Ditto. | |
645 | |
30553 | 646 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
647 | |
648 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
649 fix. | |
650 (ebnf-version): New version number (3.2). | |
651 (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
|
652 |
30547 | 653 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
654 | |
30549 | 655 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
656 font lock support on window-system. | |
657 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
658 | |
30547 | 659 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
660 display-color-p, if fboundp, instead of window-system. | |
661 | |
30545 | 662 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
663 | |
664 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
665 instead of window-system. | |
666 | |
667 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
668 window-system. | |
669 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
670 instead of window-system. | |
671 | |
672 * strokes.el (strokes-file): Run the file name through | |
673 convert-standard-filename. | |
674 (strokes-mode): Call display-mouse-p instead of looking at | |
675 window-system. Change the error message accordingly. | |
676 | |
677 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
678 | |
679 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
680 (lm-plot-square, lm-init-display): Don't use window-system. | |
681 | |
682 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
683 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
684 | |
685 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
686 instead of looking at window-system. | |
687 | |
30528 | 688 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
689 | |
690 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
691 of testing if iswitchb-prepost-hooks is bound, because the | |
692 latter will always be true when invoking a recursive minibuffer | |
693 from an active Iswitchb buffer. | |
694 | |
30526 | 695 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
696 | |
697 * files.el (shell-quote-wildcard-pattern): New function. | |
698 (insert-directory): Call it. Only prepend "\" to command on Unix | |
699 and GNU/Linux systems. | |
700 | |
30524 | 701 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
702 | |
703 * eshell/esh-groups.el: Change custom :link file names | |
704 from `eshell.info' to `eshell'. | |
705 | |
706 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
707 | |
708 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
709 correctly in recursive ange-ftp listings. | |
710 | |
711 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
712 | |
713 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
714 ps-header-font-size-internal and | |
715 ps-header-title-font-size-internal variables are not set, | |
716 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
717 face text property is (foreground-color . COLOR) or | |
718 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
719 (ps-print-version): New version number (5.2.4). | |
720 (ps-plot-region): Code fix. | |
721 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
722 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
723 Bug fix 2. | |
724 | |
725 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
726 | |
727 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
728 identifiers like `myXMLDocument'. | |
729 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
730 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
|
731 |
30524 | 732 * mail/mail-hist.el (mail-hist-previous-input) |
733 (mail-hist-next-input): Do the obvious code factorization. | |
734 (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
|
735 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
|
736 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
|
737 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
738 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
|
739 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
740 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 741 Use `<=', not `<' to compare times! |
742 (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
|
743 |
30502 | 744 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
745 | |
30516 | 746 * play/cookie1.el: Add explanation of how to make cookie.el |
747 compatible with strfile(1) to comment. | |
748 | |
749 * subr.el (remove, remq): New functions. | |
750 | |
30511 | 751 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
752 escape `*' in regexps. | |
753 (midnight-find): Reverse order of arguments in the funcall of | |
754 TEST. | |
755 | |
756 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
757 and `.class'. | |
758 | |
30502 | 759 * play/meese.el: Add Commentary section. |
760 | |
30516 | 761 2000-07-27 Alex Schroeder <alex@gnu.org> |
762 | |
763 * sql.el (sql-ms): Added autoload cookie. | |
764 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
765 (sql-oracle): Ditto. | |
766 (sql-help): Doc change. | |
767 | |
768 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
769 types and exceptions. | |
770 | |
771 2000-07-27 Alex Schroeder <alex@gnu.org> | |
772 | |
773 * sql.el (sql-placeholder-history): New variable. | |
774 (sql-query-placeholders-and-send): New function that will query | |
775 the user and replace placeholders with user input. | |
776 (sql-oracle): If running on NT, set comint-input-sender to | |
777 sql-query-placeholders-and-send. | |
778 | |
779 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
780 present it as a message. | |
781 | |
782 2000-07-27 Alex Schroeder <alex@gnu.org> | |
783 | |
784 * sql.el (sql-input-ring-separator): Doc change. | |
785 (sql-input-ring-file-name): Doc change. | |
786 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
787 `sql-input-ring-file-name' to set the comint-mode equivalents | |
788 without making them local variables. | |
789 (sql-stop): Don't bind `sql-input-ring-separator' and | |
790 `sql-input-ring-file-name' dynamically to their comint-mode | |
791 equivalents. | |
792 | |
30490 | 793 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
794 | |
795 * international/mule.el (register-char-codings): New function. | |
796 (make-coding-system): Handle `safe-chars' specification in the arg | |
797 PROPERTY. | |
798 | |
799 * international/mule-cmds.el | |
800 (find-coding-systems-region-subset-p): This function deleted. | |
801 (sort-coding-systems-predicate): New variable. | |
802 (sort-coding-systems): New function. | |
803 (find-coding-systems-region): Use | |
804 find-coding-systems-region-internal. | |
805 (find-coding-systems-string): Use find-coding-systems-region. | |
806 (find-coding-systems-for-charsets): Check | |
807 char-coding-system-table. | |
808 (select-safe-coding-system-accept-default-p): New variable. | |
809 (select-safe-coding-system): Mostly rewritten. New argument | |
810 ACCEPT-DEFAULT-P. | |
811 (select-message-coding-system): Call select-safe-coding-system | |
812 with ACCEPT-DEFAULT-P arg. | |
813 (reset-language-environment): Reset default-sendmail-coding-system | |
814 to the default value iso-latin-1. | |
815 (set-language-environment): Don't set the obsolete variable | |
816 charset-origin-alist. | |
817 | |
818 * international/codepage.el (cp-coding-system-for-codepage-1): | |
819 Give `safe-chars' property to make-coding-system. | |
820 | |
821 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
822 calling select-message-coding-system twice. | |
823 | |
824 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
825 instead of `safe-charsets'. | |
826 (cyrillic-alternativnyj): Likewise. | |
827 (ccl-encode-alternativnyj): Don't check the charset | |
828 cyrillic-iso8859-5. | |
829 | |
30484 | 830 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
831 | |
832 * composite.el (compose-chars-after): Preserve match data. | |
833 | |
30481 | 834 2000-07-26 Sam Steingold <sds@gnu.org> |
835 | |
836 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
837 (ange-ftp-real-file-newer-than-file-p): New function. | |
838 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
839 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
840 | |
841 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
842 * midnight.el (midnight-float-time): Ditto. | |
843 | |
30479 | 844 2000-07-26 Andreas Schwab <schwab@suse.de> |
845 | |
846 * files.el (normal-backup-enable-predicate): Correct | |
847 interpretation of the return value of compare-strings. | |
848 | |
30471 | 849 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
850 | |
30477 | 851 * isearch.el (isearch-resume): New function. |
852 (isearch-done): Add something to command-history to resume | |
853 the search. | |
854 (isearch-yank-line, isearch-yank-word): Use | |
855 buffer-substring-no-properties instead of buffer-substring. | |
856 | |
30471 | 857 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
858 of flyspell-mouse-map. | |
859 | |
860 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
861 duplicate definition. | |
862 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
863 | |
864 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
865 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
866 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
867 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
|
868 |
30459 | 869 * net/ange-ftp.el: Get modtime over the net. |
870 (ange-ftp-file-modtime): New function. | |
30473 | 871 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
872 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 873 Use it. |
874 (ange-ftp-dot-to-slash): New function. | |
875 (ange-ftp-fix-name-for-vms): Use it. | |
876 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
877 * 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
|
878 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
879 |
30457 | 880 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
881 | |
882 * find-dired.el: Update copyright notice. | |
883 (find-dired): Offer to kill a running `find'. | |
884 | |
885 * enriched.el (enriched-face-ans): For a `foreground-color' | |
886 property, return '(("x-color" COLOR))' so that COLOR will be | |
887 output as a parameter of the x-color annotation. Likewise for the | |
888 `background-color' property. In the case of normal face | |
889 properties, don't return annotations for unspecified foreground | |
890 and background face attributes. | |
891 | |
30450 | 892 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
893 | |
894 * language/japan-util.el (japanese-katakana-region): Fix handling | |
895 HANKAKU argument. | |
896 | |
30438 | 897 2000-07-25 Miles Bader <miles@gnu.org> |
898 | |
899 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
900 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
901 constrain-to-field. | |
902 | |
30437 | 903 2000-07-24 Andrew Innes <andrewi@gnu.org> |
904 | |
905 * timer.el (timer-activate-when-idle): Add optional parameter | |
906 DONT-WAIT. Update docstring. | |
907 (run-with-idle-timer): Specify extra parameter to | |
908 timer-activate-when-idle, so that timer will be activated | |
909 immediately if Emacs is already idle. | |
910 | |
911 * w32-fns.el (w32-using-nt): Fix docstring. | |
912 | |
30434 | 913 2000-07-24 Dave Love <fx@gnu.org> |
914 | |
915 * mouse.el (popup-menu): Set last-command-event. | |
916 (mouse-major-mode-menu-prefix): Declare. | |
917 | |
30433 | 918 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
919 | |
920 * textmodes/flyspell.el: Update to author's version 1.5d. | |
921 | |
922 * progmodes/hideshow.el: Update copyright notice. | |
923 | |
924 * vcursor.el: Set maintainer to FSF, since author cannot | |
925 be reached. | |
926 | |
30422 | 927 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
928 | |
30424 | 929 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
930 the prompt. | |
931 | |
30422 | 932 * mouse.el (popup-menu): Run the keymap through indirect-function, |
933 in case it was defined with define-prefix-key. If the menu is a | |
934 list of keymaps, look up the binding of user's choice in each one | |
935 of the keymaps. | |
936 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
937 don't have a prompt string, create one and insert it into the | |
938 keymap. Don't barf if current-local-map returns nil. | |
939 | |
30415 | 940 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
941 | |
942 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
943 to be undone. | |
944 (dired-sort-other): Use it. | |
945 | |
30412 | 946 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
947 | |
30415 | 948 * Release of cc-mode 5.27 |
30412 | 949 |
950 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
951 | |
952 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
953 c-beginning-of-statement-1 that caused a bad case of recursion | |
954 which could consume a lot of CPU in large classes in languages | |
955 that have in-expression classes (i.e. Java and Pike). | |
956 | |
957 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
958 statements before top level constructs (i.e. case 6 is moved | |
959 before case 5 and is now case 4) to catch in-expression | |
960 classes in top level expressions correctly. | |
961 | |
962 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
963 | |
964 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
965 objc-method-intro. Case 4 removed and case 5I added. | |
966 | |
967 * cc-langs.el (c-append-paragraph-start): New variable used by | |
968 c-common-init to get paragraph-start correct. | |
969 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
970 initialize paragraph-start to make it correct both with and | |
971 without the javadoc special case. | |
972 | |
973 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
974 initialize paragraph-start for javadoc markup. | |
975 | |
976 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
977 change by defaulting this to t. It's motivated by the | |
978 confusing behavior that otherwise arise from the style system | |
979 when editing both java and non-java files at the same time | |
980 (see the comments about style setting in c-common-init). | |
981 | |
982 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
983 | |
984 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
985 similar to the one in c-fill-paragraph to check the fill | |
986 prefix from the adaptive fill function for sanity. | |
987 | |
988 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
989 | |
990 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
991 defun block. | |
992 | |
993 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
994 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
995 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 996 |
997 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
998 | |
999 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
1000 leading comma nicely. Extended to handle member initializers | |
1001 too. | |
1002 | |
30415 | 1003 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 1004 c-guess-basic-syntax): Fixed recognition of inheritance lists |
1005 when the lines begins with a comma. | |
1006 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1007 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 1008 |
1009 * cc-vars.el (c-offsets-alist): Changed default for | |
1010 member-init-cont to c-lineup-multi-inher since it now handles | |
1011 member initializers and indents better for leading commas. | |
1012 | |
1013 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1014 | |
1015 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1016 handling that caused class open lines to be recognized as | |
1017 statement-conts in some cases. | |
1018 | |
1019 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1020 guessed by the adaptive fill function unless point is on the | |
1021 first line of a block comment. | |
1022 | |
1023 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1024 when the buffer ends with a macro continuation char. | |
1025 | |
1026 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1027 function definitions as statements in Pike. The first | |
1028 statement in a lambda block is now labeled defun-block-intro | |
1029 instead of statement-block-intro. | |
1030 | |
1031 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1032 so that the class surrounding point is selected, not the one | |
1033 innermost in the state. | |
1034 | |
1035 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1036 recognition of switch labels having hanging multiline | |
1037 statements. | |
1038 | |
1039 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1040 some code in c-guess-basic-syntax to a separate function. | |
1041 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1042 recognition of member inits with multiple line arglists. | |
1043 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1044 member-init-cont when the commas are in funny places. | |
1045 | |
1046 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1047 | |
1048 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1049 not used anymore. | |
1050 | |
1051 * cc-engine.el (c-looking-at-bos): New helper function. | |
1052 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1053 inexpr and toplevel classes apart in Pike. | |
1054 | |
1055 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1056 of case 9A. | |
1057 | |
1058 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1059 constant, since "class" can introduce an in-expression class | |
1060 in Pike nowadays. | |
1061 | |
1062 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1063 | |
1064 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1065 indentation on cpp-macro lines. | |
1066 | |
1067 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1068 a syntax modifier like comment-intro, to make it possible to | |
1069 get syntactic indentation for preprocessor directives. It's | |
1070 incompatible wrt to lineup functions on cpp-macro, but it has | |
1071 no observable effect in the 99.9% common case where cpp-macro | |
1072 is set to -1000. | |
1073 | |
1074 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1075 | |
1076 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1077 member-init-cont when the preceding arglist is several lines. | |
1078 | |
1079 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1080 | |
1081 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1082 style corrected to 8. | |
1083 | |
1084 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1085 | |
1086 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1087 brace list openers in the gnu style. | |
1088 | |
1089 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1090 | |
1091 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1092 | |
1093 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1094 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1095 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1096 when c-syntactic-indentation is nil. | |
1097 | |
1098 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1099 we were left at comments preceding the first statement when | |
1100 reaching the beginning of the buffer. | |
1101 | |
1102 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1103 off all syntactic indentation. | |
1104 | |
1105 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1106 | |
1107 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1108 between the text and the block comment ender when it hangs, | |
1109 depending on how many there are before the fill. | |
1110 | |
1111 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1112 | |
1113 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1114 function to go back to the closest preceding statement start, | |
1115 which could be inside a conditional statement. | |
1116 * cc-engine.el (c-guess-basic-syntax): Use | |
1117 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1118 | |
1119 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1120 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1121 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1122 changed. | |
1123 | |
1124 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1125 up-to-date with javadoc 1.2. | |
1126 | |
1127 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1128 | |
1129 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1130 multiline Pike type decls. | |
1131 | |
1132 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1133 | |
1134 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1135 multiline comments in multiline mode, regardless of | |
1136 comment-multi-line. | |
1137 | |
1138 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1139 | |
1140 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1141 fully::qualified::names in C++ member init lists. Preamble in | |
1142 case 5D changed. | |
1143 | |
1144 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1145 | |
1146 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1147 moved to c-initialize-cc-mode. More compatible style override | |
1148 when using global style variables. | |
1149 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1150 variables moved here. | |
1151 | |
30415 | 1152 * cc-mode.texi: Documented the special behavior of |
30412 | 1153 c-special-indent-hook as a style variable. Don't talk about |
1154 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1155 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
|
1156 |
30412 | 1157 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1158 variable localness in c-style-variables-are-local-p to make | |
1159 the compatibility measure in c-common-init work well. | |
1160 | |
1161 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1162 longer contain set-from-style. | |
1163 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1164 set-from-style on c-special-indent-hook. | |
1165 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1166 copy-alist is sufficient now. | |
1167 | |
1168 * cc-styles.el (c-set-style, c-set-style-1, | |
1169 c-get-style-variables): Fixes to variable initialization so | |
1170 that duplicate entries in styles have the same effect | |
1171 regardless of DONT-OVERRIDE. | |
1172 | |
1173 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1174 initialization of inheriting styles failed when the | |
1175 dont-override flag is set. | |
1176 | |
1177 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1178 on this. | |
1179 | |
1180 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1181 | |
1182 * cc-defs.el (c-forward-comment): Removed the workaround | |
1183 introduced in 5.38 since it had worse side-effects. If a line | |
1184 contains the string "//\"", it regarded the // as a comment | |
1185 start since the \ temporarily doesn't have escape syntax. | |
1186 | |
1187 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1188 | |
1189 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1190 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1191 when ada-prj tries to add to it. | |
1192 (ada-activate-keys-for-case): Suppress the characters that are not | |
1193 part of the Ada syntax. Better compatibility with else-mode | |
1194 (ada-adjust-case-interactive): When auto-casing is not active, | |
1195 correctly insert newlines (used to insert only ^M). Prevent the | |
1196 syntax table from being changed in case of an error | |
1197 (or '_' becomes part of a word and some commands are confused). | |
1198 Do nothing if ada-auto-case is nil. | |
1199 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1200 (ada-batch-reformat): Update usage comment | |
1201 (ada-call-from-contextual-menu): New function | |
1202 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1203 first to nil first, so that the casing exception file can be | |
1204 shared. | |
1205 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1206 files. | |
1207 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1208 anywhere in the error message | |
1209 (ada-contextual-menu-last-point): New variable | |
1210 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1211 t on XEmacs, it means that DEL should delete one character | |
1212 forward. | |
1213 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1214 New submenu "Options". | |
1215 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1216 statements. | |
1217 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1218 even if they don't match ada-fill-comment-prefix Fix handling of | |
1219 paragraphs on the first or last line of a file. | |
1220 (ada-format-paramlist): Fix handling of default parameter values. | |
1221 (ada-get-body-name): New function. | |
1222 (ada-get-current-indent): Optimized by searchling directly for an | |
1223 existing generic part or a statement outside of it. Handle | |
1224 ada-indent-align-comments when indenting comments Replaced some | |
1225 regexps by testing directly the next character. This results in a | |
1226 huge speedup on some files. New indentation scheme for renames | |
1227 statements. Stop looking for the 'while' or 'for' associated with | |
1228 a 'loop' at the first semicolon encountered. A "return" can also | |
1229 match an anonymous access subprogram declaration. | |
1230 (ada-get-indent-noindent): Ignore strings and comments when | |
1231 looking for the keywords "record" and "private". | |
1232 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1233 are not in fact seeing "end if". Ignore "when" statements except | |
1234 when initial keyword was "begin". Fix handling of nested | |
1235 procedures. Add a recursive call to this function to skip over | |
1236 other 'end' statmts. Fix indentation for "when .. => begin" | |
1237 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1238 expressions, where 'and then', 'or else' and parenthesis | |
1239 statements are mixed up. | |
1240 (ada-in-paramlist-p): Skip comments while searching for the | |
1241 beginning Fix handling of operator declarations. | |
1242 (ada-indent-align-comments): New variable | |
1243 (ada-indent-current): Change the syntax table only in the | |
1244 protected section, so that we are sure it is restored correctly. | |
1245 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1246 ada-with-indent Correctly indent "select ... then" | |
1247 (ada-indent-region): Slight speedup. | |
1248 (ada-indent-renames): New variable. | |
1249 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1250 New variables | |
1251 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1252 keyword when it is the first word in a package declaration. | |
1253 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1254 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1255 even if point is not initially at the end of the word. | |
1256 (ada-matching-decl-start-re): Add "when". | |
1257 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1258 which-func-mode Override the old find-file.el entry in | |
1259 ff-special-constructs since it is using the obsolete | |
1260 ada-spec-suffix variable | |
1261 (ada-no-auto-case): New function | |
1262 (ada-scan-paramlist): When parsing the argument type, accept | |
1263 spaces (as in "X 'Class", generated by Rational Rose). | |
1264 (ada-other-file-name): No longer loads the other file. | |
1265 (ada-popup-menu): Save and restore the current buffer and cursor | |
1266 position before and after displaying the menu. | |
1267 (ada-search-ignore-complex-boolean): New function. | |
1268 (ada-uncomment-region): Emacs21 already knows how to delete | |
1269 comments not starting in the first column. | |
1270 (ada-use-indent): New variable | |
1271 (ada-which-function): New function. | |
1272 (ada-with-indent): New variable | |
1273 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1274 can be batch-compiled from the command line. | |
1275 | |
1276 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1277 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1278 Add -toolbar to the default ddd command Switches moved from | |
1279 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1280 ada-prj-default-comp-opt | |
1281 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1282 Reference Manual to the menu | |
1283 (ada-check-current): rewritten as a call to ada-compile-current | |
1284 (ada-compile): Removed. | |
1285 (ada-compile-application, ada-compile-current, ada-check-current): | |
1286 Set the compilation-search-path so that compile.el automatically | |
1287 finds the sources in src_dir. Automatic scrollong of the | |
1288 compilation buffer. C-uC-cC-c asks for confirmation before | |
1289 compiling | |
1290 (ada-compile-current): New parameter, prj-field | |
1291 (ada-complete-identifier): Load the .ali file before doing | |
1292 processing | |
1293 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1294 conform to gnatmake's behavior. | |
1295 (ada-find-file-in-dir): New function | |
1296 (ada-find-references): Set the environment variables for gnatfind | |
1297 (ada-find-src-file-in-dir): New function. | |
1298 (ada-first-non-nil): Removed | |
1299 (ada-gdb-application): Add support for jdb, the java debugger. | |
1300 (ada-get-ada-file-name): Load the original-file first if not done | |
1301 yet. | |
1302 (ada-get-all-references): Handles the new ali syntax (parent types | |
1303 are found between <>). | |
1304 (ada-initialize-runtime-library): New function | |
1305 (ada-mode-hook): Always load a project file when a file is opened, | |
1306 so that the casing exceptions are correctly read. | |
1307 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1308 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1309 to open the project file, since the latter does not work with | |
1310 speedbar Get default values before loading the prj file, or the | |
1311 default executable file name is wrong. Use the absolute value of | |
1312 src_dir to initialize ada-search-directories and | |
1313 compilation-search-path,... Add the standard runtime library to | |
1314 the search path for find-file. | |
1315 (ada-prj-default-debugger): Was missing an opening '{' | |
1316 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1317 variables. | |
1318 (ada-prj-default-gnatmake-opt): New variable | |
1319 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1320 buffers, the project file is the default one Save the windows | |
1321 configuration before displaying the menu. | |
1322 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1323 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1324 ...) regexp-quote identifiers names to support operators +, | |
1325 -,... in regexps. | |
1326 (ada-remote): New function. | |
1327 (ada-run-application): Erase the output buffer before starting the | |
1328 run Support remote execution of the application. Use | |
1329 call-process, or the arguments are incorrectly parsed | |
1330 (ada-set-default-project-file): Reread the content of the active | |
1331 project file, not the one from the current buffer When a project | |
1332 file is set as the default project, all directories are | |
1333 automatically associated with it. | |
1334 (ada-set-environment): New function | |
1335 (ada-treat-cmd-string): New special variable ${current} | |
1336 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1337 any ${...} substring | |
1338 (ada-xref-current): If no body was found, compiles the spec | |
1339 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1340 compiler to get rid of command line length limitations. | |
1341 (ada-xref-get-project-field): New function | |
1342 (ada-xref-project-files): New variable | |
1343 (ada-xref-runtime-library-specs-path) | |
1344 (ada-xref-runtime-library-ali-path): New variables | |
1345 (ada-xref-set-default-prj-values): Default run command now does a | |
1346 cd to the build directory. New field: main_unit Provide a default | |
1347 file name even if the current buffer has no prj file. | |
1348 | |
1349 * ada-prj.el: | |
1350 Rewritten to show a tabbed-dialog. | |
1351 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1352 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1353 New function | |
1354 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1355 (ada-prj-load-from-file): New function | |
1356 (ada-prj-save): Always save fields that depend on the current buffer | |
1357 (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
|
1358 |
30412 | 1359 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1360 Ada mode. This will allow us to display the Ada menu in any buffer | |
1361 we want (for project items). | |
1362 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1363 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
|
1364 |
30395 | 1365 2000-07-24 Dave Love <fx@gnu.org> |
1366 | |
1367 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1368 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1369 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1370 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1371 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1372 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1373 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1374 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1375 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1376 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1377 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1378 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1379 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1380 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1381 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1382 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1383 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1384 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1385 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1386 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1387 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1388 (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
|
1389 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1390 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1391 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1392 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1393 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1394 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1395 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1396 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1397 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1398 |
30386 | 1399 2000-07-23 Dave Love <fx@gnu.org> |
1400 | |
1401 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1402 ^o, ^u. | |
1403 | |
30359 | 1404 2000-07-21 Dave Love <fx@gnu.org> |
1405 | |
30374 | 1406 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1407 now passed to the function. It now works properly. | |
1408 | |
30359 | 1409 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1410 | |
30350 | 1411 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1412 | |
1413 * info-look.el (info-lookup): If *info* is shown in another frame | |
1414 on the same display, select that frame, instead of switching to | |
1415 the Info buffer in another window of the selected frame. | |
1416 | |
1417 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1418 kp-0 to kp-9 and kp-subtract. | |
1419 (digit-argument): Handle these keys. | |
1420 | |
30346 | 1421 2000-07-20 Dave Love <fx@gnu.org> |
1422 | |
1423 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1424 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1425 Put an extra property on the overlays and use it to clean up in | |
1426 case goto-address is re-run. | |
1427 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1428 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1429 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1430 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1431 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1432 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1433 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1434 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1435 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1436 |
30331 | 1437 2000-07-19 Dave Love <fx@gnu.org> |
1438 | |
1439 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1440 implementation. | |
1441 | |
1442 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1443 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1444 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1445 | |
30318 | 1446 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1447 | |
30329 | 1448 * textmodes/refer.el: Correct maintainer's email address. |
1449 | |
1450 * progmodes/hideif.el: Correct author's email address. | |
1451 Fix typo in comment. | |
1452 | |
1453 * xml.el: New file. | |
1454 | |
30318 | 1455 * mail/mailheader.el: Correct author's mail address. |
1456 | |
1457 * gnus/parse-time.el: Correct author's mail address. | |
1458 | |
30329 | 1459 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1460 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1461 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1462 New user options. |
1463 (comint-input-ring-file-name): Change custom type. | |
1464 (comint-mode-map): Bind mouse-2. | |
1465 (comint-insert-clicked-input): New function. | |
1466 (comint-send-input): Handle input highlighting. | |
1467 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1468 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1469 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1470 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1471 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1472 |
30311 | 1473 2000-07-18 Dave Love <fx@gnu.org> |
1474 | |
1475 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1476 improvements. | |
1477 | |
30308 | 1478 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1479 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1480 * faces.el (face-font-selection-order) |
30308 | 1481 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1482 |
30298 | 1483 2000-07-18 Dave Love <fx@gnu.org> |
1484 | |
1485 * cus-edit.el (custom-variable-reset-saved) | |
1486 (custom-variable-reset-standard): Remove unused bindings. | |
1487 | |
1488 * rect.el (open-rectangle-line): Remove unused let. | |
1489 | |
1490 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1491 | |
30296 | 1492 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1493 | |
1494 * cdl.el: Fix `Maintainer' keyword. | |
1495 | |
1496 * play/pong.el: Add author's email address. | |
1497 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1498 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1499 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1500 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1501 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1502 |
30290 | 1503 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1504 | |
1505 * mail/vms-pmail.el: Change maintainer to FSF. | |
1506 | |
1507 * net/goto-addr.el: Change maintainer to FSF. | |
1508 | |
1509 * recentf.el: Update from author. | |
1510 | |
1511 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1512 |
30277 | 1513 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1514 | |
1515 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1516 links to eshell, to avoid problems on systems where the manual is | |
1517 installed as `eshell'. | |
1518 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1519 * eshell/em-smart.el (eshell-smart): Ditto. | |
1520 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1521 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1522 |
1523 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1524 same-file check in the MS-DOS version (it does support inodes). | |
1525 | |
1526 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1527 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1528 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1529 Run default directory name through convert-standard-filename. |
30277 | 1530 |
30255 | 1531 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1532 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1533 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1534 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1535 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1536 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1537 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1538 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1539 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1540 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1541 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1542 |
30255 | 1543 * international/kkc.el (kkc-after-update-conversion-functions): |
1544 New variable. | |
1545 (kkc-update-conversion): Run functions in it at the tail. | |
1546 | |
30277 | 1547 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
|
1548 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1549 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1550 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
|
1551 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1552 |
30253 | 1553 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1554 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1555 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1556 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1557 the conversion list at first if appropriate. | |
1558 (kkc-next): Don't update kkc-next-count here. | |
1559 (kkc-prev): Don't update kkc-prev-count here. | |
1560 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1561 list message. | |
1562 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1563 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1564 |
30290 | 1565 * 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
|
1566 |
30248 | 1567 2000-07-16 Dave Love <fx@gnu.org> |
1568 | |
1569 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1570 function to be more specific. | |
1571 | |
1572 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1573 non-string help-echo. | |
1574 (widget-types-convert-widget): Defsubst it. | |
1575 (widget-echo-help): Try to cope with a help-echo function of two | |
1576 possible sorts. | |
1577 | |
30241 | 1578 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1579 | |
1580 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1581 Declare as obsolete. | |
1582 | |
1583 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1584 | |
30226 | 1585 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1586 | |
1587 * hilit-chg.el: Fix typo. | |
1588 | |
30221 | 1589 2000-07-14 Dave Love <fx@gnu.org> |
1590 | |
1591 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1592 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1593 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1594 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1595 * 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
|
1596 |
30193 | 1597 2000-07-13 Dave Love <fx@gnu.org> |
1598 | |
30195 | 1599 * emacs-lisp/easymenu.el: Doc fixes. |
1600 (easy-menu-remove): Defalias to ignore. | |
1601 | |
30193 | 1602 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1603 Call throw correctly. | |
1604 | |
30190 | 1605 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1606 | |
1607 * faces.el (frame-background-mode): Doc fix. | |
1608 | |
1609 * simple.el (eval-expression-print-length): Change custom type to | |
1610 allow entering nil as value. | |
1611 | |
30185 | 1612 2000-07-13 Dave Love <fx@gnu.org> |
1613 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1614 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1615 Change definition layout. |
30187 | 1616 (fortran-mode-menu): Reinstate customize entries. |
1617 | |
30185 | 1618 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1619 Use :filter, per old XEmacs code. | |
1620 | |
30170 | 1621 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1622 | |
1623 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1624 event when deciding what to send to the terminal. | |
1625 | |
30168 | 1626 2000-07-12 Dave Love <fx@gnu.org> |
1627 | |
1628 * cus-start.el: Add optional version as 4th element of specs and | |
1629 use it for several things new in v21. Remove load-path. Fix type | |
1630 of line-number-display-limit. | |
1631 | |
30148 | 1632 2000-07-11 Dave Love <fx@gnu.org> |
1633 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1634 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1635 Use repeat counts in various regexps. |
30150 | 1636 (fortran-mode-syntax-table): Defvar directly. |
1637 (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
|
1638 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1639 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1640 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1641 (fortran-mode): Set fortran-comment-line-start-skip, |
1642 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1643 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1644 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1645 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1646 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1647 (fortran-auto-fill): New function. | |
1648 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1649 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1650 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1651 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1652 Use fortran-auto-fill. |
30150 | 1653 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1654 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1655 |
30148 | 1656 * widget.el (widget-plist-member): New alias. |
1657 | |
30146 | 1658 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1659 | |
1660 * eshell/esh-module.el (toplevel): Reference | |
1661 byte-compile-current-file only if it is bound. | |
1662 | |
30131 | 1663 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1664 | |
1665 * dired.el: Don't require `dired-aux'. | |
1666 | |
30127 | 1667 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1668 | |
1669 * dired-aux.el (dired-show-file-type): New function. | |
1670 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1671 (dired-show-file-type): Add autoload. | |
1672 | |
30125 | 1673 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1674 | |
1675 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1676 change of fontset-info. |
30125 | 1677 (print-fontset): Likewise. |
1678 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1679 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1680 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1681 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1682 |
30111 | 1683 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1684 | |
30131 | 1685 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1686 |
30111 | 1687 * dired.el (dired-find-alternate-file): New function. |
1688 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1689 (toplevel): Require dired-aux when compiling. | |
1690 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1691 | |
1692 * info.el (Info-last-search): Variable removed. | |
1693 (Info-search-history): New variable. | |
1694 (Info-search): New Info-search-history. | |
1695 | |
1696 * battery.el, info-look.el: Change author's mail address. | |
1697 | |
30115 | 1698 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
|
1699 |
30115 | 1700 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1701 if rmail-ignored-headers is nil. | |
1702 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1703 rmail-displayed-headers to nil. | |
1704 | |
30096 | 1705 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1706 | |
30103 | 1707 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1708 (print-region-1): Don't hard code `-h' here. | |
1709 | |
30096 | 1710 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1711 | |
30103 | 1712 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1713 | |
1714 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1715 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
|
1716 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1717 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1718 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1719 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1720 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1721 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1722 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1723 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1724 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1725 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1726 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
|
1727 |
30096 | 1728 * ediff-diff.el (ediff-wordify): Use syntax table. |
1729 * 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
|
1730 ediff-color-display-p. |
30096 | 1731 (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
|
1732 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1733 Got rid of special cases for NeXT and OS/2. |
30096 | 1734 * 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
|
1735 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1736 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1737 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1738 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1739 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1740 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1741 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1742 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1743 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1744 * 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
|
1745 |
30076 | 1746 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1747 | |
30085 | 1748 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1749 not be changed without changing the make-dist script. | |
1750 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1751 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1752 (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
|
1753 |
30067 | 1754 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1755 | |
1756 * makefile.nt: Add support for `bootstrap' and related targets. | |
1757 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1758 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1759 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1760 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1761 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1762 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1763 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
|
1764 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1765 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1766 (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
|
1767 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1768 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
|
1769 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1770 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1771 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1772 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1773 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
|
1774 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1775 |
30056 | 1776 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1777 | |
1778 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1779 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1780 (eval-defun): If called with prefix arg, instrument code for | |
1781 Edebug. | |
1782 | |
1783 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1784 similar to that of eval-defun. | |
1785 | |
30029 | 1786 2000-07-04 Dave Love <fx@gnu.org> |
1787 | |
30035 | 1788 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1789 | |
30029 | 1790 * calendar/todo-mode.el: Replaced with a working version, based on |
1791 revision 1.34 tidied up. | |
1792 | |
1793 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1794 |
1795 * paths.el (prune-directory-list): New function. | |
1796 (Info-default-directory-list): Rewritten to more methodically | |
1797 enumerate a big list of possible info directories (based on the | |
1798 list used by the standalone info reader). | |
30029 | 1799 |
30021 | 1800 * 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
|
1801 non-existent directories from Info-directory-list. |
30021 | 1802 |
1803 * paths.el (Info-default-directory-list): Try a list of possible | |
1804 info-directories instead of a single one. Add the possible | |
1805 info directory "/usr/share/info". | |
1806 | |
1807 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1808 man-db config file "/etc/manpath.config". | |
1809 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1810 are present in `manpath.config'. | |
1811 (woman-manpath): Include "/usr/share/man". | |
1812 | |
30006 | 1813 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1814 | |
30017 | 1815 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1816 | |
1817 * startup.el (command-line): Initialize blink-cursor based | |
1818 on window-system. | |
1819 | |
30014 | 1820 * frame.el (blink-cursor): Default to nil if not running under |
1821 a window-system. | |
1822 | |
30012 | 1823 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1824 (face-x-resources): Remove duplicate entry for :font. | |
1825 | |
30006 | 1826 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1827 instead of cycling through windows with next-window. | |
1828 | |
1829 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1830 of cycling through windows with next-window. | |
1831 | |
1832 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1833 of cycling through windows with next-window. | |
1834 | |
1835 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1836 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1837 instead of cycling through windows with next-window. | |
1838 | |
1839 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1840 instead of cycling through windows with next-window. | |
1841 | |
1842 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1843 of cycling through windows with next-window. | |
1844 | |
1845 * terminal.el (te-process-output): Use walk-windows instead of | |
1846 cycling through windows with next-window. | |
1847 | |
1848 * server.el (server-switch-buffer): Use some-window instead of | |
1849 cycling through windows with next-window. | |
1850 | |
1851 * window.el (some-window): New function. | |
1852 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1853 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1854 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1855 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1856 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1857 |
1858 * window.el (walk-windows): Guarantee termination by keeping a list | |
1859 of all the windows already handled. | |
1860 | |
29975 | 1861 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1862 | |
1863 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1864 window-system. | |
1865 | |
1866 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1867 Man-notify-method is newframe, and the display is not | |
1868 multi-frame, select the frame created for the man page. | |
1869 (Man-init-defvars): Doc fix. | |
1870 | |
29972 | 1871 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1872 | |
29982 | 1873 * faces.el (region): Change background color for light background. |
1874 | |
1875 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1876 attribute from mode-line face of Ediff control frame. | |
1877 | |
29972 | 1878 * replace.el (query-replace-map): Bind `e' like `E'. |
1879 | |
29967 | 1880 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1881 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1882 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1883 Change name to "Select All". |
29969 | 1884 |
29967 | 1885 * dos-fns.el (convert-standard-filename): Fix last change. |
1886 | |
29957 | 1887 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1888 | |
29959 | 1889 * help.el (describe-variable): Don't insert a second `'s' in front |
1890 of the string `value is shown below'. Since the syntax-table is | |
1891 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1892 an existing `'s', so that this won't be deleted. | |
1893 | |
29957 | 1894 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1895 * pcmpl-unix.el: New files. | |
1896 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1897 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1898 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1899 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1900 |
29939 | 1901 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1902 | |
29956 | 1903 * replace.el (perform-replace): Undo change of 2000-04-04. |
1904 Instead, move backward 1 character at the end of the loop when | |
1905 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1906 |
29949 | 1907 * faces.el (fringe): Change face for different backgrounds. |
1908 | |
1909 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1910 patch from John. | |
1911 | |
29939 | 1912 * eshell/*.el: Change spelling of the Free Software Foundation. |
1913 | |
1914 * eshell/esh-toggle.el: Removed. | |
1915 | |
1916 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1917 | |
1918 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1919 interactively. | |
1920 | |
1921 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1922 | |
1923 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1924 `define-key'; instead of checking `(emacs-version)' check for | |
1925 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1926 for `;' and `o' which might be electric. | |
1927 | |
1928 (sql-electric-stuff): New user option. | |
1929 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1930 (sql-magic-semicolon): New function which uses | |
1931 `sql-electric-stuff'. | |
1932 | |
1933 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1934 is not fboundp. | |
1935 | |
1936 (sql-oracle-options): New variable. | |
1937 (sql-oracle): Use it. | |
1938 | |
1939 (sql-imenu-generic-expression): Doc change. | |
1940 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1941 is used. | |
1942 | |
1943 (sql-informix): Added command line parameter "-" to force | |
1944 sql-informix-program to use stdout. | |
1945 | |
29924 | 1946 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1947 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1948 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1949 (cp864-decode-table): Doc fix. |
1950 (cp720-decode-table): New variable, supports the Arabic OEM | |
1951 codepage used by Windows. | |
1952 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1953 | |
29920 | 1954 2000-06-23 Dave Love <fx@gnu.org> |
1955 | |
1956 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1957 (font-lock-fontify-anchored-keywords): Use | |
1958 line-beginning-position. | |
1959 (global-font-lock-mode): Use mapc. | |
1960 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1961 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1962 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1963 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1964 |
29870 | 1965 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1966 | |
29885 | 1967 * comint.el (comint-substitute-in-file-name): Call replace-match |
1968 with second and third arg t. | |
1969 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1970 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1971 Specify foreground color. |
1972 | |
1973 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1974 color. | |
1975 | |
29876 | 1976 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1977 | |
1978 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1979 cddr instead of cdddr. | |
1980 | |
29873 | 1981 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1982 instead of copy-list. | |
1983 | |
1984 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1985 of copy-list. | |
1986 | |
29870 | 1987 * subdirs.el: Add eshell subdirectory. |
1988 | |
1989 * eshell: New subdirectory containing the Eshell package. | |
1990 | |
1991 * pcomplete.el: New file. | |
1992 | |
29885 | 1993 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1994 | |
29888 | 1995 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1996 proper permissions from birth. | |
1997 | |
1998 * files.el (basic-save-buffer-2): When temporarily setting | |
1999 file modes, set them to current modes plus 0200, not to 0777. | |
2000 | |
29885 | 2001 * emerge.el (emerge-make-temp-file): Make sure file has proper |
2002 permissions from birth. | |
2003 | |
29857 | 2004 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
2005 | |
2006 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
2007 backup file name through convert-standard-filename. | |
2008 | |
2009 * dos-fns.el (convert-standard-filename): Convert leading | |
2010 directories as well. When long file names are supported, convert | |
2011 characters that are invalid in Windows file names. | |
2012 | |
29849 | 2013 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2014 | |
2015 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2016 ps-print crashes. New feature: page selection for printing. Create | |
2017 raw-text-unix coding system for XEmacs. Doc fix. | |
2018 (ps-print-version): New version number (5.2.3). | |
2019 (ps-plot-region): Bug fix. | |
2020 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2021 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2022 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2023 funs. | |
2024 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2025 (ps-last-page): New vars. | |
2026 | |
29845 | 2027 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2028 | |
2029 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2030 empty option string. | |
2031 | |
29839 | 2032 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2033 | |
2034 * man.el (man): Doc fix. | |
2035 | |
29829 | 2036 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2037 | |
2038 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2039 fixed. | |
2040 | |
29814 | 2041 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2042 | |
2043 * version.el (emacs-version): Use ISO date format. | |
2044 | |
2045 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2046 instead of `M-backspace'. | |
2047 | |
2048 * simple.el (turn-off-auto-fill): New function. | |
2049 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2050 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2051 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2052 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2053 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2054 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2055 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2056 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2057 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2058 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2059 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
|
2060 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2061 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2062 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2063 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2064 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2065 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
|
2066 (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
|
2067 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2068 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2069 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2070 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2071 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2072 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2073 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2074 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2075 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2076 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2077 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2078 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2079 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2080 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2081 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2082 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2083 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2084 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2085 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2086 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2087 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2088 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2089 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2090 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2091 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2092 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2093 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2094 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2095 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2096 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2097 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2098 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2099 * 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
|
2100 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2101 * 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
|
2102 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2103 * 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
|
2104 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2105 * 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
|
2106 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2107 |
29776 | 2108 2000-06-20 Dave Love <fx@gnu.org> |
2109 | |
2110 * faces.el (frame-background-mode): Use set-default, not set, in | |
2111 setter. | |
2112 (frame-update-faces, frame-update-face-colors): Define with | |
2113 defalias. | |
2114 | |
2115 * enriched.el (enriched-decode-foreground) | |
2116 (enriched-decode-background): Don't use internal-find-face. | |
2117 | |
2118 * apropos.el: Doc fixes. | |
2119 | |
2120 * cus-edit.el (customize-changed-options): Check arg. | |
2121 (customize-version-lessp): Don't require decimal point. | |
2122 | |
2123 * custom.el (defcustom, defgroup): Doc fix. | |
2124 | |
2125 * newcomment.el (comment) <defgroup>: Add :version. | |
2126 (comment-multi-line): Doc fix. | |
2127 | |
2128 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2129 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2130 | |
29747 | 2131 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2132 | |
2133 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2134 the whole buffer. | |
2135 | |
29740 | 2136 2000-06-19 Dave Love <fx@gnu.org> |
2137 | |
2138 * menu-bar.el (menu-bar-options-save): New function. | |
2139 (menu-bar-options-menu): Use it. | |
2140 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2141 Simplify. | |
2142 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2143 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2144 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2145 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2146 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2147 |
29720 | 2148 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2149 | |
2150 * international/codepage.el: | |
2151 (cp-coding-system-for-codepage-1): Delete special codes for | |
2152 generating xxx-dos coding system because now a CCL based coding | |
2153 system can handle EOL conversion by default. | |
2154 | |
2155 * international/mule.el (make-coding-system): Generate subsidiary | |
2156 coding systems for EOL handling variants even for a CCL based | |
2157 coding system. | |
2158 | |
29718 | 2159 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2160 | |
2161 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2162 (isearch-minibuffer-input-method-function): These variables | |
2163 deleted. | |
2164 (isearch-with-input-method): Don't use the above variables. | |
2165 (isearch-process-search-multibyte-characters): Likewise. Call | |
2166 read-string with the arg INHERIT-INPUT-METHOD t. | |
2167 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2168 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2169 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2170 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2171 (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
|
2172 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2173 * 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
|
2174 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2175 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2176 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
|
2177 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2178 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2179 |
29712 | 2180 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2181 | |
2182 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2183 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2184 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2185 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2186 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2187 |
29696 | 2188 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2189 | |
2190 * find-lisp.el: New file. | |
2191 | |
29694 | 2192 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2193 | |
2194 * time.el (display-time-mail-function): New variable, to allow | |
2195 external packages to indicate when new mail is available. | |
2196 (display-time-update): Use it. | |
2197 | |
29689 | 2198 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2199 | |
29691 | 2200 * international/mule.el (mule-version): Change version name to |
2201 SAKAKI. AOI has already been used by Meadow. | |
2202 | |
29689 | 2203 * international/quail.el (quail-show-guidance-buf): To find the |
2204 bottom window (but minibuffer), pay attention to the height of | |
2205 minibuffer. | |
2206 | |
29670 | 2207 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2208 | |
29682 | 2209 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2210 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2211 from the menu bar, as the menu bar has enough space now. | |
2212 | |
29680 | 2213 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2214 | |
29670 | 2215 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2216 characters, which use series of two ^H characters instead of one. | |
2217 | |
29667 | 2218 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2219 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2220 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2221 (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
|
2222 functions. |
29686 | 2223 (Info-find-node-2): Try a case-sensitive search first, then |
2224 do a case-insensitive search. | |
2225 | |
2226 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2227 tutorials. | |
2228 | |
29676 | 2229 * complete.el (PC-env-vars-alist): New variable. |
2230 (PC-complete-as-file-name): New function. | |
2231 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2232 process-environment. | |
2233 (PC-do-completion): Handle completion of env vars. | |
2234 | |
2235 * info.el (Info-set-mode-line): Show file name in mode line, | |
2236 use `*Info*' instead of `Info:'. | |
2237 | |
29667 | 2238 * startup.el (command-line-1): Change copyright messages to year |
2239 2000. | |
2240 | |
29665 | 2241 2000-06-15 Dave Love <fx@gnu.org> |
2242 | |
2243 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2244 not local-map. | |
2245 | |
29658 | 2246 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2247 | |
2248 * international/mule.el (set-buffer-file-coding-system): Almost | |
2249 rewritten to handle `undecided' as no-op. | |
2250 | |
29654 | 2251 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2252 | |
29667 | 2253 * Makefile.in: New file. |
29657 | 2254 |
2255 * Makefile: Removed. | |
2256 | |
29654 | 2257 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2258 (goto-address-highlight-keymap): Bind C-c RET. | |
2259 | |
29640 | 2260 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2261 | |
29649 | 2262 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2263 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2264 |
29645 | 2265 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2266 0. Give correct argument to set-auto-coding-function. | |
2267 (tar-expunge): For goto-char, use (point-min), not 0. | |
2268 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2269 (tar-subfile-save-buffer): Likewize. | |
2270 | |
29640 | 2271 * international/mule.el |
2272 (after-insert-file-set-buffer-file-coding-system): Call | |
2273 set-buffer-file-coding-system with the arg FORCE t. | |
2274 | |
29633 | 2275 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2276 | |
2277 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2278 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2279 the sender is set with `-f'. |
29633 | 2280 |
29622 | 2281 2000-06-13 Dave Love <fx@gnu.org> |
2282 | |
29630 | 2283 * help.el (describe-function-1): Kluge around cases of functions |
2284 fset to subrs whose doc doesn't match their symbol-name. | |
2285 | |
29627 | 2286 * image.el (insert-image): Default STRING to a space. |
29625 | 2287 |
29622 | 2288 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2289 (Info-build-node-completions): Match Ref tags. |
29622 | 2290 |
29612 | 2291 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2292 | |
29615 | 2293 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2294 defaliases for display-graphic-p. | |
2295 | |
29612 | 2296 * hl-line.el: Fixed a typo in commentary. |
2297 | |
29609 | 2298 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2299 | |
2300 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2301 fixed. | |
2302 | |
29608 | 2303 2000-06-12 Dave Love <fx@gnu.org> |
2304 | |
2305 * image.el (insert-image): Save a little consing. | |
2306 | |
29598 | 2307 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2308 | |
2309 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2310 to the corresponding tibetan characters. | |
2311 (tibetan-add-components): Delete code for the special treatment of | |
2312 'a chung. | |
2313 | |
2314 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2315 change. | |
2316 (tibetan-vowel-transcription-alist): More rules added. | |
2317 (tibetan-composite-vowel-alist): New variable. | |
2318 (tibetan-precomposition-rule-alist): More rules added. | |
2319 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2320 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2321 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2322 * 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
|
2323 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2324 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2325 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2326 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2327 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2328 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2329 * 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
|
2330 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2331 * 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
|
2332 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2333 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2334 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2335 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2336 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2337 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2338 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2339 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2340 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2341 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2342 * 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
|
2343 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2344 * 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
|
2345 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2346 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2347 (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
|
2348 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2349 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2350 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2351 (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
|
2352 (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
|
2353 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2354 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2355 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2356 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2357 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2358 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2359 * 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
|
2360 (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
|
2361 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2362 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2363 (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
|
2364 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2365 (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
|
2366 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
|
2367 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2368 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2369 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2370 * 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
|
2371 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2372 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2373 (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
|
2374 (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
|
2375 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
|
2376 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2377 * 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
|
2378 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
|
2379 |
29574 | 2380 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2381 | |
2382 * international/mule.el (set-buffer-file-coding-system): If | |
2383 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2384 unconditionally. | |
2385 | |
29568 | 2386 2000-06-12 Dave Love <fx@gnu.org> |
2387 | |
2388 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2389 required. | |
2390 | |
29556 | 2391 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2392 | |
2393 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2394 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2395 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2396 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2397 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2398 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2399 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2400 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
|
2401 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2402 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2403 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2404 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2405 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2406 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2407 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2408 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2409 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2410 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2411 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2412 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
|
2413 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2414 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
|
2415 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2416 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2417 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2418 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2419 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2420 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2421 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2422 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2423 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2424 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2425 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2426 |
29542 | 2427 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2428 | |
2429 * 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
|
2430 undecided-XXX is specified, change only EOL conversion. |
29542 | 2431 |
2432 * international/mule-conf.el (unix): New alias for the coding | |
2433 system undecided-unix. | |
2434 | |
29528 | 2435 2000-06-09 Dave Love <fx@gnu.org> |
2436 | |
29535 | 2437 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2438 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2439 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2440 (executable-insert): Change custom type. |
2441 (executable-find): Add autoload cookie. | |
29531 | 2442 (executable-make-buffer-file-executable-if-script-p): New |
2443 function. After Noah Friedman. | |
29528 | 2444 |
2445 * files.el (after-save-hook): Customize, with | |
29531 | 2446 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2447 |
29518 | 2448 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2449 | |
29522 | 2450 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2451 "tib24p-mule.bdf" for Tibetan. | |
2452 | |
29520 | 2453 * composite.el (decompose-composite-char): Declare it as obsolete. |
2454 | |
29541 | 2455 * man.el (Man-fontify-manpage): Pay attention to underline and |
2456 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2457 |
29517 | 2458 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2459 | |
2460 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2461 Set maintainer to FSF since author isn't reachable. | |
2462 | |
29508 | 2463 2000-06-08 Dave Love <fx@gnu.org> |
2464 | |
2465 * international/mule-cmds.el (select-safe-coding-system): If | |
2466 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2467 preferred coding-system if buffer-file-coding-system is | |
2468 `undecided'. From Handa. | |
2469 | |
29503 | 2470 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2471 | |
2472 * international/mule.el | |
2473 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2474 size is greater than INSERTED, judget that we are not visiting. | |
2475 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2476 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
|
2477 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2478 * 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
|
2479 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
|
2480 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
|
2481 |
29498 | 2482 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2483 | |
2484 * align.el: Update from author. | |
2485 | |
2486 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2487 | |
2488 * apropos.el (apropos-mode-hook): New user variable. | |
2489 (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
|
2490 |
29498 | 2491 2000-06-07 David Ponce <david@dponce.com> |
2492 | |
2493 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2494 commands. Require `wid-edit' at run-time. | |
2495 | |
2496 2000-06-07 David Ponce <david@dponce.com> | |
2497 | |
2498 * recentf.el: Added some "Commentary". | |
2499 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2500 move the point at the top of the file list. This behaviour is | |
2501 consistent with the menu one when the list contains a lot of | |
2502 files. | |
2503 (recentf-cleanup): Now displays the number of items removed from | |
2504 the list. | |
2505 (recentf-relative-filter) New menu filter to show filenames | |
2506 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
|
2507 |
29498 | 2508 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2509 | |
2510 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2511 with/without giving an error if PostScript printer doesn't have this | |
2512 kind of page size. Zebra Stripe continues or restarts on next page. | |
2513 Manual/automatic paper feeding. Switch or not the header. | |
2514 (ps-print-version): New version number (5.2.2). | |
2515 (ps-windows-system): Include emx as a Windows system. | |
2516 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2517 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2518 (ps-background-text): Code fix. | |
2519 (ps-error-handler-message, ps-user-defined-prologue) | |
2520 (ps-print-prologue-header, ps-printer-name) | |
2521 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2522 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2523 (ps-use-face-background): Customization fix. | |
2524 (ps-n-up-database): Data fix. | |
2525 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2526 (ps-switch-header): New vars. | |
2527 (ps-xemacs-color-name, ps-face-foreground-name) | |
2528 (ps-face-background-name, ps-boolean-constant): New funs. | |
2529 | |
29491 | 2530 2000-06-07 Dave Love <fx@gnu.org> |
2531 | |
2532 * allout.el: New version from Manheimer. | |
2533 | |
29483 | 2534 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2535 | |
2536 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2537 charset. | |
2538 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2539 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
|
2540 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2541 * 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
|
2542 (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
|
2543 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
|
2544 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2545 |
29471 | 2546 2000-06-06 Dave Love <fx@gnu.org> |
2547 | |
2548 * image.el (find-image): Doc fix. Return nil if image not found. | |
2549 (put-image, insert-image): Make STRING arg optional. | |
2550 | |
29455 | 2551 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2552 | |
2553 * language/vietnamese.el: Remove eval-when-compile. | |
2554 (viet-viscii-nonascii-translation-table): Define it as a | |
2555 translation table made from viet-viscii-decode-table. | |
2556 (viet-viscii-encode-table): Define it as a translation table made | |
2557 from the reverse map of above. | |
2558 (viet-vscii-nonascii-translation-table): Define it as a | |
2559 translation table made from viet-vscii-decode-table. | |
2560 (viet-vscii-encode-table): Define it as a translation table made | |
2561 from the reverse map of above. | |
2562 (ccl-decode-viscii): Use translate-character. | |
2563 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2564 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2565 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2566 |
29455 | 2567 * language/cyrillic.el: Remove eval-when-compile. |
2568 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2569 translation table made from cyrillic-koi8-r-decode-table. | |
2570 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2571 made from the reverse map of above. | |
2572 (ccl-decode-koi8): Use translate-character. | |
2573 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2574 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2575 a translation table made from cyrillic-alternativnyj-decode-table. | |
2576 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2577 table made from the reverse map of above. | |
2578 (ccl-decode-alternativnyj): Use translate-character. | |
2579 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2580 Likewize | |
2581 | |
2582 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2583 translation table symbol instead of translation table itself. | |
2584 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2585 | |
2586 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2587 already exists, override it. | |
2588 | |
2589 * international/fontset.el: Use family `proportional' for Tibetan | |
2590 fonts. | |
2591 | |
2592 * international/ccl.el (ccl-compile-translate-character): Don't | |
2593 check if Rrr has property translation-table. | |
2594 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2595 | |
29447 | 2596 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2597 | |
2598 * info.el: Bind case-fold-search to t when searching in case | |
2599 a user sets it to nil in a hook. | |
2600 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2601 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2602 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2603 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2604 * 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
|
2605 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2606 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2607 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2608 (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
|
2609 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2610 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
|
2611 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2612 * 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
|
2613 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2614 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2615 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2616 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2617 * 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
|
2618 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2619 (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
|
2620 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2621 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2622 (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
|
2623 (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
|
2624 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2625 * 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
|
2626 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2627 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
|
2628 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2629 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2630 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2631 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2632 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2633 (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
|
2634 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2635 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2636 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
|
2637 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2638 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2639 * 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
|
2640 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2641 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
|
2642 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2643 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
|
2644 |
29447 | 2645 * 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
|
2646 tty's. |
29447 | 2647 * 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
|
2648 differences whenever appropriate. |
29447 | 2649 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2650 * 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
|
2651 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2652 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2653 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2654 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2655 * 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
|
2656 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2657 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2658 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
|
2659 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2660 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2661 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2662 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2663 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2664 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2665 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2666 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2667 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2668 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2669 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2670 (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
|
2671 (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
|
2672 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2673 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2674 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
|
2675 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2676 (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
|
2677 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2678 |
29403 | 2679 2000-06-02 Dave Love <fx@gnu.org> |
2680 | |
2681 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2682 all the widgets. Don't require cl or widget. Remove | |
2683 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2684 (widget-read-event): Removed. Callers changed to use read-event. | |
2685 (widget-button-release-event-p): Renamed from | |
2686 button-release-event-p. | |
2687 (widget-field-add-space, widget-field-use-before-change): | |
2688 Uncustomize. | |
2689 (widget-specify-field): Use keymap property, not local-map. | |
2690 (widget-specify-button): Obey :suppress-face. | |
2691 (widget-specify-insert): Use modern backquote syntax. | |
2692 (widget-image-directory): Renamed from widget-glyph-directory. | |
2693 (widget-image-enable): Renamed from widget-glyph-enable. | |
2694 (widget-image-find): Replaces widget-glyph-find. | |
2695 (widget-button-pressed-face): Move defvar. | |
2696 (widget-image-insert): Replaces widget-glyph-insert. | |
2697 (widget-convert): Use keywordp. | |
2698 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2699 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2700 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2701 (widget-button-click): Don't set point at the click, but re-centre |
2702 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2703 (widget-tabable-at): Use POS arg, not point. | |
2704 (widget-beginning-of-line, widget-end-of-line) | |
2705 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2706 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2707 (widget-default-create): Use widget-image-insert; some rewriting. | |
2708 (widget-visibility-value-create) | |
2709 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2710 widget-image-insert. | |
2711 (checkbox): Create on and off images dynamically. | |
2712 (documentation-link): Change :help-echo. | |
2713 (widget-documentation-link-echo-help): Remove. | |
2714 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2715 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2716 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2717 * 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
|
2718 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2719 * 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
|
2720 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2721 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2722 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2723 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2724 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2725 |
29383 | 2726 2000-06-02 Dave Love <fx@gnu.org> |
2727 | |
29392 | 2728 * files.el (convert-standard-filename): Doc fix. |
2729 (normal-backup-enable-predicate): New function. | |
2730 (backup-enable-predicate): Use it to replace the lambda form. | |
2731 | |
2732 * calendar/todo-mode.el: [This needs more work on the outline | |
2733 stuff.] Doc fixes. | |
2734 (todo) <defgroup>: Add :version. | |
2735 (todo-add-category): Don't use pushnew. | |
2736 (todo-cmd-raise): Fix typo. | |
2737 (todo-top-priorities): Change temp buffer name. | |
2738 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2739 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2740 Use outline-next-heading. |
29392 | 2741 |
29383 | 2742 * autoarg.el: Rewritten to use define-minor-mode. |
2743 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2744 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2745 | |
29376 | 2746 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2747 | |
2748 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2749 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2750 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2751 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2752 * 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
|
2753 (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
|
2754 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2755 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2756 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2757 |
29372 | 2758 2000-06-01 Dave Love <fx@gnu.org> |
2759 | |
2760 * hl-line.el: Rewritten using define-minor-mode. | |
2761 | |
2762 * help.el (describe-function-1): Distinguish special form from | |
2763 builtin function. Sanity-check presence of arglist for builtins. | |
2764 | |
29356 | 2765 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2766 | |
29365 | 2767 * international/characters.el: Fix syntax/category setting of |
2768 Tibetan characters. | |
2769 | |
2770 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2771 encoding of Tibetan characters. | |
2772 (tibetan-decompose-precomposition-alist): New variable. | |
2773 (tibetan-decompose-region): Convert precomposed characters to | |
2774 non-precomposed characters. | |
2775 (tibetan-decompose-string): Likewise. | |
2776 (tibetan-composition-function): Fix args to | |
2777 thibetan-compose-string. | |
2778 | |
2779 * language/tibetan.el (tibetan-composable-pattern): More | |
2780 characters included. | |
2781 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2782 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2783 "+R" added. | |
2784 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2785 | |
29359 | 2786 * language/lao-util.el (lao-composition-function): Fix args to |
2787 compose-string. | |
2788 | |
2789 * language/thai-util.el (thai-composition-function): Fix args to | |
2790 compose-string. | |
2791 | |
29356 | 2792 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2793 to prevent the point moving to the end of a composition when a |
2794 part of a composition is searched. | |
29356 | 2795 (isearch-other-meta-char): If the key invoking this command can be |
2796 mapped by function-key-map to a printing char, call | |
2797 isearch-process-search-char directly. | |
2798 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2799 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2800 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2801 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2802 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2803 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2804 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2805 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2806 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2807 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2808 * 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
|
2809 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2810 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2811 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
|
2812 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2813 * 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
|
2814 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2815 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
|
2816 |
29347 | 2817 2000-05-31 Dave Love <fx@gnu.org> |
2818 | |
2819 * loadhist.el (loadhist-hook-functions): Remove | |
2820 before-change-function, after-change-function. | |
2821 (unload-feature): Deal with symbols which are both bound and | |
2822 fbound. | |
2823 | |
2824 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2825 before-change-function, after-change-function. | |
2826 | |
2827 * simple.el (newline): Don't bind before-change-function, | |
2828 after-change-function. | |
2829 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2830 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
|
2831 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2832 * 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
|
2833 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
|
2834 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
|
2835 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
|
2836 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2837 * 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
|
2838 |
29330 | 2839 2000-05-31 Dave Love <fx@gnu.org> |
2840 | |
2841 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2842 pattern for function of change. | |
2843 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2844 acknowledgements patterns. | |
2845 | |
29328 | 2846 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2847 | |
2848 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2849 being used, call isearch-process-search-multibyte-characters. | |
2850 | |
2851 * international/isearch-x.el: Mostly rewritten. | |
2852 | |
2853 * international/quail.el (quail-start-conversion): Don't include | |
2854 unhandled events in the returned events, but set them in | |
2855 unread-command-events. Exit if all inputs are deleted. | |
2856 | |
29324 | 2857 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2858 | |
2859 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2860 | |
2861 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2862 Reenable code to create initial fontsets. | |
2863 Use set-fontset-font in place of put-charset-property. | |
2864 | |
29302 | 2865 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2866 | |
29307 | 2867 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2868 label, ensure that the first colon isn't followed by another. | |
2869 | |
2870 * paths.el (Info-default-directory-list): Doc fix. | |
2871 | |
29304 | 2872 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2873 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2874 send a query containing USER only, not USER@HOST. | |
2875 | |
29302 | 2876 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2877 and rmail-msgend to compute the restriction at the end, instead of | |
2878 computing it. | |
2879 | |
29292 | 2880 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2881 | |
29295 | 2882 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2883 echo area if the minibuffer window is active. | |
2884 | |
29292 | 2885 * jit-lock.el (jit-lock-mode): Add after change function to |
2886 local hook. | |
2887 | |
2888 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2889 | |
2890 * antlr-mode.el: New commands: hide/unhide actions, | |
2891 upcase/downcase literals. | |
2892 (antlr-tiny-action-length): New user option. | |
2893 (antlr-hide-actions): New command. Suggested by | |
2894 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
|
2895 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2896 (antlr-mode-menu): New entries. |
2897 (antlr-downcase-literals): New command. | |
2898 (antlr-upcase-literals): Ditto. | |
2899 | |
2900 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2901 (antlr-indent-line): Indent cpp directive at column 0. | |
2902 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2903 | |
2904 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2905 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2906 bug in XEmacs version of font-lock. | |
2907 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2908 be used by a smarter version of `buffers-menu-grouping-function'. | |
2909 | |
2910 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2911 | |
2912 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2913 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2914 | |
29266 | 2915 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2916 | |
2917 * international/encoded-kb.el | |
2918 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2919 charset-iso-final-char return -1 for eight-bit-control and | |
2920 eight-bit-graphic. | |
2921 | |
29261 | 2922 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2923 | |
2924 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2925 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2926 available, instead of window-system. | |
2927 | |
29259 | 2928 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2929 | |
2930 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2931 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2932 coding systems. | |
2933 | |
29248 | 2934 2000-05-26 Dave Love <fx@gnu.org> |
2935 | |
29255 | 2936 * disp-table.el (standard-display-underline): Don't use |
2937 internal-find-face. | |
2938 | |
29248 | 2939 * mail/reporter.el: Maintainer change. Doc fixes. |
2940 (reporter-version): Deleted. | |
2941 | |
2942 * emacs-lisp/elp.el: Maintainer change. | |
2943 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2944 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2945 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2946 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2947 * 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
|
2948 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2949 |
29240 | 2950 2000-05-26 Dave Love <fx@gnu.org> |
2951 | |
29242 | 2952 * loadhist.el (unload-feature): Fix interactive spec [from |
2953 lijnzaad@ebi.ac.uk]. | |
2954 | |
29240 | 2955 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2956 subr-arity to check primitives. | |
2957 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2958 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2959 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2960 mapcar. | |
2961 | |
29226 | 2962 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2963 | |
29235 | 2964 * international/fontset.el: Set family names of non-latin charsets |
2965 in default fontset to "*". | |
2966 | |
29230 | 2967 * international/mule-diag.el (print-fontset): Combine family part |
2968 and registry part of the fontname by "-*-" instead of "-". | |
2969 | |
29226 | 2970 * international/mule-cmds.el (encode-coding-char): Make strings |
2971 multibyte before calling encode-coding-string. | |
2972 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2973 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2974 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2975 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2976 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2977 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2978 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2979 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2980 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2981 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2982 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2983 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2984 * 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
|
2985 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2986 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2987 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2988 (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
|
2989 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2990 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2991 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2992 |
29214 | 2993 2000-05-25 Dave Love <fx@gnu.org> |
2994 | |
2995 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2996 byte-code-function-p. | |
2997 | |
2998 * mail/rmailsum.el: Add provide. | |
2999 | |
3000 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
3001 | |
3002 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
3003 defcustom. | |
3004 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3005 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
|
3006 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
3007 * 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
|
3008 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
|
3009 |
29205 | 3010 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3011 | |
3012 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3013 grayscale support, not about window-system. | |
3014 | |
3015 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3016 window-system. | |
3017 (ffap-highlight): Always default to t. | |
3018 | |
3019 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3020 display-popup-menus-p instead of looking at window-system. | |
3021 | |
3022 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3023 Only refuse to use string glyphs on X and MS-Windows. | |
3024 | |
3025 * avoid.el: Remove window-system from commentary, suggest to use | |
3026 display-*-p instead. | |
3027 | |
3028 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3029 window-system. | |
3030 | |
29190 | 3031 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3032 | |
3033 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3034 Fill up unsupported characters with their own codes. From Kenichi | |
3035 Handa. | |
3036 | |
29188 | 3037 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3038 | |
3039 * international/mule-diag.el (describe-char-after): Use | |
3040 display-graphic-p instead of window-system, so that this function | |
3041 works on MS-DOS. | |
3042 | |
29181 | 3043 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3044 | |
3045 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3046 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3047 the list of charsets which we convert into `?'. | |
3048 | |
29169 | 3049 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3050 | |
3051 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3052 private charsets. | |
3053 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3054 japanese-jisx0213-2): New charsets. | |
3055 | |
3056 * international/fontset.el: Setup default fontset for new charsets. | |
3057 | |
29166 | 3058 2000-05-24 Dave Love <fx@gnu.org> |
3059 | |
3060 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3061 S. Solomin" <sovs@uic.nnov.ru>]. | |
3062 | |
3063 * icomplete.el: Fix header for Finder. | |
3064 | |
3065 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3066 | |
3067 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3068 STAY. | |
3069 | |
3070 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3071 (rmail-show-message): Add call to `rmail-auto-file' during | |
3072 display. | |
3073 (rmail-auto-file): New function. | |
3074 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3075 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
|
3076 |
29193 | 3077 * 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
|
3078 account. |
29193 | 3079 (ediff-test-utility,ediff-diff-mandatory-option) |
3080 (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
|
3081 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
|
3082 |
29193 | 3083 * 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
|
3084 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3085 |
29193 | 3086 * 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
|
3087 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3088 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3089 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
|
3090 |
29193 | 3091 * 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
|
3092 |
29159 | 3093 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3094 | |
3095 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3096 aliases for hebrew-iso-8bit. | |
3097 | |
29148 | 3098 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3099 | |
3100 * woman.el: New version from Francis J. Wright | |
3101 <F.J.Wright@Maths.QMW.ac.uk>. | |
3102 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3103 names in environment variables regardless of the path separator. | |
3104 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3105 on all files, since woman-file-regexp already filters out any | |
3106 directories. | |
3107 | |
29140 | 3108 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3109 | |
29144 | 3110 * international/quail.el (quail-start-translation): Don't change |
3111 modified-p of the current buffer. | |
3112 (quail-start-conversion): Likewise. | |
3113 | |
3114 * international/kkc.el (kkc-region): Don't change modified-p of | |
3115 the current buffer. | |
3116 | |
29142 | 3117 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3118 conform to RFC1468. | |
3119 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3120 |
29138 | 3121 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3122 | |
3123 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3124 (speedbar-insert-button): Invisible text property fix. | |
3125 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3126 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3127 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3128 (speedbar-page-minus): Renamed from speedbar-file-- | |
3129 (speedbar-page): Renamed from speedbar-file- | |
3130 (speedbar-tag): Renamed from speedbar-tag- | |
3131 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3132 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3133 (speedbar-expand-image-button-alist): Use above renames. | |
3134 | |
3135 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3136 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3137 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3138 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3139 * sb-pg.xpm: Renamed from sb-file.xpm | |
3140 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3141 * 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
|
3142 |
29128 | 3143 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3144 | |
3145 * international/quail.el (quail-show-guidance-buf): Set | |
3146 current-input-method of the guidance buffer to the name of the | |
3147 curren input method. | |
3148 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3149 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3150 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3151 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3152 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3153 * 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
|
3154 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3155 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3156 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3157 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3158 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3159 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3160 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3161 * 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
|
3162 |
29116 | 3163 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3164 | |
29127 | 3165 * startup.el (command-line): Determine source file of compiled |
3166 user init file differently. Warn if compiled user init file | |
3167 is older than its source file. | |
3168 | |
29116 | 3169 * 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
|
3170 |
29112 | 3171 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3172 | |
3173 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3174 rather than `|' (which is not allowed on Windows). Replace the | |
3175 drive letters with a string "drive_X". | |
3176 | |
29110 | 3177 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3178 | |
3179 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3180 | |
3181 * files.el (interpreter-mode-alist): Add `bash2'. | |
3182 | |
29091 | 3183 2000-05-22 Dave Love <fx@gnu.org> |
3184 | |
3185 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3186 mapc. | |
3187 (feature-file): Avoid calling symbol-name. Doc fix. | |
3188 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3189 (loadhist-hook-functions): Add mouse-position-function. | |
3190 (unload-feature): Change uses of mapcar. | |
3191 | |
3192 * files.el (parse-colon-path): Doc fix. | |
3193 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3194 (set-auto-mode): Use mapc. | |
3195 | |
3196 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3197 class. | |
3198 (partial-completion-mode): Add autoload cookie. | |
3199 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3200 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
|
3201 |
29102 | 3202 * 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
|
3203 `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
|
3204 |
29082 | 3205 2000-05-22 Dave Love <fx@gnu.org> |
3206 | |
3207 * bindings.el: Remove debug-ignored-errors set in other files. | |
3208 | |
3209 * progmodes/etags.el: Add to debug-ignored-errors. | |
3210 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3211 when making a new list. | |
3212 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3213 mapc. | |
3214 | |
3215 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3216 quote keywords. | |
3217 (cmpl-string-case-type): Use character classes. | |
3218 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3219 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3220 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3221 * imenu.el: |
29082 | 3222 * mail/mh-e.el: |
3223 * progmodes/compile.el: Add to debug-ignored-errors. | |
3224 | |
3225 * dabbrev.el: Add to debug-ignored-errors. | |
3226 (dabbrev-completion): Use mapc. | |
3227 | |
29075 | 3228 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3229 | |
3230 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3231 (woman-mapcan, woman-parse-man.conf) | |
3232 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3233 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3234 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3235 path syntax better. | |
3236 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3237 (woman-manpath): Call woman-parse-man.conf. | |
3238 (woman-emulation): New defcustom, defaults to nroff. | |
3239 (woman-font-support): New defconst. | |
3240 (woman-use-symbol-font): New defcustom. | |
3241 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3242 "Emulation". | |
3243 Many functions: Doc fix. | |
3244 | |
29072 | 3245 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3246 | |
3247 * international/quail.el (quail-simple-translation-keymap): Map | |
3248 128..255 to quail-self-insert-command. | |
3249 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3250 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3251 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3252 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3253 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3254 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3255 * 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
|
3256 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3257 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3258 * 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
|
3259 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3260 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3261 * 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
|
3262 |
29059 | 3263 2000-05-21 Dave Love <fx@gnu.org> |
3264 | |
29061 | 3265 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3266 are invalid characters. | |
3267 | |
29059 | 3268 * international/mule-util.el (detect-coding-with-priority): Use |
3269 mapc. Remove redundant lambda. | |
3270 | |
3271 * international/mule-diag.el (list-non-iso-charset-chars) | |
3272 (describe-fontset): Remove redundant lambda. | |
3273 | |
3274 * emulation/crisp.el (brief-mode): New alias. | |
3275 | |
3276 * emacs-lisp/ring.el (ring-elements): New function. | |
3277 | |
3278 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3279 (easy-menu-do-add-item): Use keywordp. | |
3280 | |
3281 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3282 | |
3283 * replace.el: Doc and error message fixes. | |
3284 (replace-highlight): Use facep, not internal-find-face. | |
3285 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3286 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3287 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3288 * 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
|
3289 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3290 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3291 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3292 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3293 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3294 (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
|
3295 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3296 (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
|
3297 (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
|
3298 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3299 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3300 (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
|
3301 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3302 (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
|
3303 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3304 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3305 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3306 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3307 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3308 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3309 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3310 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3311 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3312 (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
|
3313 (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
|
3314 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3315 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
|
3316 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3317 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3318 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3319 |
29029 | 3320 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3321 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3322 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3323 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3324 | |
29028 | 3325 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3326 | |
3327 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3328 and insert, not subst-char-in-region. | |
3329 | |
3330 * international/mule-diag.el (list-character-sets-1): Handle | |
3331 charsets eight-bit-control and eight-bit-graphic. | |
3332 (list-iso-charset-chars): Likewise. | |
3333 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3334 charactes as is. Use indent-to to align characters. | |
3335 | |
3336 * international/mule-cmds.el (find-multibyte-characters): Never | |
3337 exclude charsets eight-bit-control and eight-bit-graphic. | |
3338 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3339 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3340 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3341 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3342 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3343 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3344 * 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
|
3345 |
28993 | 3346 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3347 | |
3348 * gud.el (gud-jdb-directories): Doc fix. | |
3349 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3350 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3351 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3352 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3353 |
28988 | 3354 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3355 | |
28993 | 3356 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3357 |
28982 | 3358 2000-05-18 Andreas Schwab <schwab@suse.de> |
3359 | |
3360 * dired.el (dired-between-files): Also skip lines beginning with | |
3361 `used'. | |
3362 | |
28978 | 3363 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3364 | |
3365 * msb.el (msb-menu-cond): Add choice `user'. | |
3366 | |
28981 | 3367 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
|
3368 |
28981 | 3369 * ps-print.el: Compatibility, customization and doc fix. |
3370 (ps-printer-name-option): Replace defconst by defvar. | |
3371 (ps-postscript-code-directory): XEmacs compatibility. | |
3372 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3373 fix. | |
3374 (ps-user-defined-prologue, ps-print-prologue-header) | |
3375 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3376 compatibility and code fix. | |
3377 (ps-print-background-image, ps-print-background-text): | |
3378 Customization fix. | |
3379 (ps-line-number-start, ps-n-up-on): New vars. | |
3380 | |
28978 | 3381 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3382 | |
3383 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3384 the indent-comment function to just return the appropriate indent. | |
3385 | |
28975 | 3386 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3387 | |
3388 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3389 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3390 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3391 | |
28969 | 3392 2000-05-18 Dave Love <fx@gnu.org> |
3393 | |
3394 * info.el (Info-fontify-node): Add intangible property as well as | |
3395 invisible. | |
3396 | |
3397 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3398 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3399 | |
28965 | 3400 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3401 | |
3402 * international/mule-diag.el (describe-char-after): Call | |
3403 internal-char-font, not char-font. If internal-char-font returns | |
3404 nil, display "-- none --". | |
3405 | |
28959 | 3406 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3407 | |
3408 * image.el (image-type-available-p): Don't reference image-types | |
3409 if it isn't bound. | |
3410 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3411 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3412 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3413 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3414 |
28954 | 3415 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3416 | |
3417 * startup.el (command-line-1): Don't signal an error if the | |
3418 directory for auto-save-list files does not yet exist. | |
3419 | |
28950 | 3420 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3421 | |
3422 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3423 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3424 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3425 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3426 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3427 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3428 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
|
3429 |
28981 | 3430 * 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
|
3431 |
28942 | 3432 2000-05-16 Dave Love <fx@gnu.org> |
3433 | |
3434 * cus-edit.el: Don't require cl or easymenu. | |
3435 (custom-variable-prompt): Test standard-value property, not | |
3436 user-variable-p. | |
3437 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3438 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
|
3439 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3440 * 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
|
3441 |
28939 | 3442 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3443 | |
3444 * startup.el (command-line-1): Mention the FAQ in the startup | |
3445 message. | |
3446 | |
3447 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3448 | |
3449 * progmodes/compile.el (compilation-parse-errors): Collect | |
3450 `nomessage' regexps last. | |
3451 | |
3452 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3453 | |
3454 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3455 to the function name. | |
3456 | |
28926 | 3457 2000-05-15 Dave Love <fx@gnu.org> |
3458 | |
3459 * speedbar.el (speedbar-recenter): Typo. | |
3460 (speedbar-expand-line): Make arg optional. | |
3461 (speedbar-mode): Avoid a compiler warning. | |
3462 | |
28924 | 3463 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3464 | |
3465 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3466 user-specified option string is empty. | |
3467 | |
3468 * mouse.el (mouse-yank-at-click): Doc fix. | |
3469 | |
28921 | 3470 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3471 | |
3472 * term/internal.el (IT-character-translations): More updates of | |
3473 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3474 documents. | |
3475 | |
28919 | 3476 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3477 | |
3478 * env.el (getenv): New function, interactively callable. | |
3479 (setenv, getenv): Remove autoload cookies. | |
3480 | |
3481 * loadup.el: Load `env'. | |
3482 | |
3483 * progmodes/f90.el: Change author's mail address. | |
3484 | |
28908 | 3485 2000-05-14 Dave Love <fx@gnu.org> |
3486 | |
28911 | 3487 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3488 goto-addr as an option. | |
3489 | |
3490 * help.el (help-xref-stack): Doc fix. | |
3491 (help-xref-following): New variable. | |
3492 (help-make-xrefs): Use it. | |
3493 (help-xref-go-back): Use position information from stack element. | |
3494 (help-follow): Make position in stack element a pair. Use | |
3495 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3496 |
28911 | 3497 * autoarg.el: New file. |
3498 | |
3499 * faces.el: Declare more functions obsolete. | |
3500 | |
28908 | 3501 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3502 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3503 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3504 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3505 Remove all the setup-...-environment functions. | |
3506 | |
28903 | 3507 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3508 | |
28919 | 3509 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3510 >= when detecting. Require `defimage' safely. | |
28903 | 3511 (speedbar-easymenu-definition-base): Add toggle for images. |
3512 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3513 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3514 (speedbar-reconfigure-keymaps-hook): New variable. | |
3515 (speedbar-frame-parameters): Updated documentation. | |
3516 (speedbar-use-imenu-flag): Updated custom tag | |
3517 (speedbar-dynamic-tags-function-list): New variable. | |
3518 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3519 (speedbar-indentation-width, speedbar-indentation-width) New |
3520 variables. | |
3521 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3522 (speedbar-vc-indicator): Doc update. |
3523 (speedbar-ignored-path-expressions): Updated default value. | |
3524 (speedbar-supported-extension-expressions): Updated default value. | |
3525 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3526 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3527 as "+". Added overlay aliases. | |
3528 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3529 `force-mode-line-update'. | |
3530 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3531 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3532 `mouse-set-point' | |
28903 | 3533 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3534 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3535 of arbitrary text, and new helper functions. | |
3536 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3537 filename finder. | |
28903 | 3538 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3539 (speedbar-directory-buttons): Update path search/expansion. | |
3540 (speedbar-make-tag-line): Pay attention to | |
28919 | 3541 `speedbar-indentation-width'. Use more care w/ invisible |
3542 properties. | |
28903 | 3543 (speedbar-change-expand-button-char): Call |
3544 `speedbar-insert-image-button-maybe'. | |
3545 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3546 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3547 (speedbar-trim-words-tag-hierarchy) | |
3548 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3549 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3550 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3551 functions. | |
28903 | 3552 (speedbar-mouse-set-point): New function |
3553 (speedbar-power-click): Updated documentation. | |
28919 | 3554 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3555 of tag prefix text. | |
3556 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3557 to strange text. | |
3558 (speedbar-expand-line): Takes universal argument to flush the | |
3559 cache. | |
28903 | 3560 (speedbar-flush-expand-line): New function. |
3561 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3562 Use new generator insertion method. | |
3563 (speedbar-fetch-dynamic-tags): New function. | |
3564 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3565 `speedbar-fetch-dynamic-imenu'. | |
3566 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3567 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3568 "Revert Buffer" menu items. | |
3569 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3570 filename tag (for expansion purposes.). | |
28919 | 3571 (speedbar-highlight-one-tag-line, |
3572 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3573 (speedbar-recenter): New functions. | |
28903 | 3574 (defimage-speedbar): Image loading abstraction. |
28919 | 3575 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3576 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3577 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3578 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3579 (speedbar-expand-image-button-alist): New variable. |
3580 (speedbar-insert-image-button-maybe): Insert an image over some | |
3581 buttons. | |
3582 | |
28894 | 3583 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3584 | |
3585 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3586 character is always encodable. | |
3587 | |
3588 * international/mule-conf.el: Add more information in descriptions | |
3589 of character sets. | |
3590 | |
28965 | 3591 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3592 (describe-font-internal): Adjusted for the change of font-info. |
3593 (describe-font): Likewise. | |
3594 (print-fontset): Rewritten for the new fontset implementation. | |
3595 (describe-fontset): Include fontset alias names in completion. | |
3596 (list-fontsets): Adjusted for the change of print-fontset. | |
3597 | |
28895 | 3598 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3599 describe-char-after instead of displaying the detail in the echo | |
3600 area. | |
28965 | 3601 (syntax-code-table): Format changed. |
3602 (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
|
3603 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3604 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3605 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3606 * 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
|
3607 |
28890 | 3608 2000-05-12 Dave Love <fx@gnu.org> |
3609 | |
3610 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3611 dependence. Use line-{beginning,end}-position, not | |
3612 point-at{b,e}ol. Some doc fixes. | |
3613 (todo-position): New function. Fix callers of position to use it. | |
3614 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3615 | |
28885 | 3616 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3617 | |
3618 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3619 | |
28893 | 3620 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3621 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3622 |
28882 | 3623 2000-05-11 Dave Love <fx@gnu.org> |
3624 | |
28888 | 3625 * calendar/todo-mode.el: New file. |
28882 | 3626 |
28870 | 3627 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3628 | |
28881 | 3629 * comint.el (comint-read-input-ring): Move reference to |
3630 comint-input-ring-size outside of the save-excursion. It was | |
3631 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
|
3632 |
28875 | 3633 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3634 address on request from him. | |
3635 | |
28870 | 3636 * subr.el (substitute-key-definition): Add comment describing |
3637 the meaning of PREFIX. | |
3638 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3639 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3640 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3641 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3642 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3643 * 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
|
3644 (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
|
3645 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3646 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3647 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3648 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3649 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3650 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3651 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3652 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3653 * 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
|
3654 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3655 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3656 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3657 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3658 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3659 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3660 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3661 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3662 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3663 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3664 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3665 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3666 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3667 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3668 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3669 (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
|
3670 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3671 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3672 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3673 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3674 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3675 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3676 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3677 |
28845 | 3678 2000-05-09 Sam Steingold <sds@goems.com> |
3679 | |
3680 * apropos.el (apropos-print): use `describe-face' instead of | |
3681 `customize-face-other-window'. | |
3682 | |
28842 | 3683 2000-05-09 Dave Love <fx@gnu.org> |
3684 | |
3685 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3686 | |
3687 * help.el (describe-variable): Have customize button pop the | |
3688 help-xref stack when invoked. | |
3689 (help-xref-symbol-regexp): Add `face'. | |
3690 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3691 submatch numbers to cope. | |
3692 (help-xref-interned): Maybe insert face doc too. Separate | |
3693 sections with a line of hyphens. | |
3694 | |
28848 | 3695 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3696 (describe-face): Add customize button. Return the help |
3697 text. Fix prompt. | |
3698 | |
28839 | 3699 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3700 | |
3701 * term/internal.el (IT-character-translations): Fix last change. | |
3702 | |
28833 | 3703 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3704 | |
3705 * woman.el: New file | |
3706 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3707 | |
28829 | 3708 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3709 | |
28831 | 3710 * term/internal.el (IT-character-translations): Update ASCII |
3711 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3712 latin-iso8859-15. | |
3713 | |
28829 | 3714 * international/mule-cmds.el (set-language-info-alist): Call |
3715 define-prefix-command with 3 arguments, to make the map suitable | |
3716 for a menu. | |
3717 | |
28827 | 3718 2000-05-07 Dave Love <fx@gnu.org> |
3719 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3720 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3721 |
28825 | 3722 2000-05-05 Dave Love <fx@gnu.org> |
3723 | |
3724 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3725 list in doc string. Don't quote keyword symbols. | |
3726 * emacs-lisp/cl.el: Likewise | |
3727 * emacs-lisp/cl-seq.el: Likewise | |
3728 | |
28823 | 3729 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3730 | |
3731 * abbrev.el (abbrev-mode): Make ARG optional. | |
3732 | |
28812 | 3733 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3734 | |
28817 | 3735 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3736 | |
3737 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3738 | |
28812 | 3739 * subr.el (substitute-key-definition): Clarify documentation. |
3740 | |
3741 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3742 | |
3743 * glasses.el (glasses-convert-to-unreadable): Use | |
3744 `glasses-separator' instead of the hard-wired "_". | |
3745 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3746 place. | |
3747 | |
28808 | 3748 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3749 | |
3750 * term/internal.el (cjk-codepages-alist): Add associations for | |
3751 Chinese and Korean codepages. Remove FIXME comment. | |
3752 | |
28806 | 3753 2000-05-03 Dave Love <fx@gnu.org> |
3754 | |
3755 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3756 New option. | |
3757 (display-time-mail-icon): New variable. | |
3758 (display-time-string-forms): Use the above. Fix the local-map. | |
3759 | |
28795 | 3760 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3761 | |
28805 | 3762 * replace.el (query-replace-map): Add binding for `E'. |
3763 (query-replace-help): Extend help text. | |
3764 (perform-replace): Allow editing the replacement string. | |
3765 | |
3766 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3767 (makefile-mode): Set local abbrev table to | |
3768 makefile-mode-abbrev-table. | |
3769 (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
|
3770 |
28795 | 3771 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3772 set TOGGLE's value. | |
3773 | |
28805 | 3774 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3775 mail-interactive-insert-alias. | |
3776 (mail-abbrev-complete-alias): New command. | |
3777 (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
|
3778 |
28790 | 3779 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3780 | |
3781 * language/lao-util.el (lao-compose-region): New function. | |
3782 | |
28782 | 3783 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3784 | |
28789 | 3785 * files.el (recover-session): Make directories as necessary |
3786 if they don't exist yet. | |
3787 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3788 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3789 (french-calendar-multibyte-special-days-array) |
28782 | 3790 (french-calendar-special-days-array): Change French text. |
3791 (calendar-french-date-string): Change output. | |
3792 (calendar-goto-french-date): Likewise. | |
3793 | |
3794 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3795 | |
3796 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3797 (widget-documentation-string-value-create): Set `:always-active'. | |
3798 | |
28778 | 3799 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3800 | |
3801 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3802 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3803 (normal-top-level): Create the directory for auto-save files, if | |
3804 it doesn't already exist (in the ms-dos case only). | |
3805 | |
28775 | 3806 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3807 | |
3808 * international/mule-cmds.el (set-language-environment): Don't | |
3809 concat an integer (dos-codepage), use format instead. | |
3810 | |
28772 | 3811 2000-05-02 Dave Love <fx@gnu.org> |
3812 | |
3813 * help.el (help-xref-on-pp): Check for constant symbols. | |
3814 | |
28764 | 3815 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3816 | |
3817 * startup.el (normal-top-level): Put a condition-case around | |
3818 the code loading subdirs.el. | |
3819 | |
3820 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
|
3821 |
28764 | 3822 * ps-print.el: Upside-down and face background color printing, |
3823 line number step, doc fix. | |
3824 (ps-print-version): New version number (5.2). | |
3825 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3826 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3827 (ps-spool-config): Var fix. | |
3828 (ps-printer-name-option): Const fix. | |
3829 (ps-print-upside-down, ps-use-face-background) | |
3830 (ps-line-number-step): New vars. | |
3831 (ps-window-system, ps-lp-system): New consts. | |
3832 (ps-face-background): New fun. | |
3833 | |
28759 | 3834 2000-04-28 Richard Stallman <rms@gnu.org> |
3835 | |
3836 * files.el (make-auto-save-file-name): | |
3837 Apply auto-save-file-name-transforms to visited file name | |
3838 before generating auto save file name. | |
3839 (auto-save-file-name-transforms): New variable. | |
3840 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3841 * files.el (backup-enable-predicate): |
28759 | 3842 Correctly test for a file under a temporary directory. |
3843 | |
28751 | 3844 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3845 | |
3846 * subr.el (add-minor-mode): Rewritten. | |
3847 | |
28749 | 3848 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3849 | |
3850 * mail/sendmail.el (sendmail-send-it): Set | |
3851 buffer-file-coding-system to the selected coding system for MIME | |
3852 header. | |
3853 | |
28748 | 3854 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3855 | |
3856 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3857 YYYY is followed by two spaces. | |
3858 | |
3859 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3860 in the second character class of the regexp. | |
3861 | |
3862 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3863 mh-etc, too. | |
3864 | |
3865 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3866 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3867 |
28748 | 3868 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3869 | |
3870 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3871 argument. | |
3872 | |
3873 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
|
3874 |
28748 | 3875 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3876 (crm-collection-fn, crm-test-completion) | |
3877 (completing-read-multiple): Use it. | |
3878 | |
28736 | 3879 2000-04-27 Dave Love <fx@gnu.org> |
3880 | |
3881 * help.el (locate-library): Use mapc. | |
3882 (help-manyarg-func-alist): Add call-process-region. | |
3883 | |
28724 | 3884 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3885 | |
28729 | 3886 * subr.el (add-minor-mode): Make argument MAP optional. |
3887 | |
28724 | 3888 * desktop.el (desktop-save): Save list of minor modes. |
3889 (desktop-create-buffer): Restore minor modes. | |
3890 (desktop-minor-mode-table): New user-option. | |
3891 | |
3892 * subr.el (add-minor-mode): New function. | |
3893 | |
3894 * image.el (find-image): New function. | |
3895 (defimage): Rewritten to find image at load time. | |
3896 | |
3897 * startup.el (normal-top-level-add-to-load-path): Handle | |
3898 case that the default directory is not in load-path. | |
3899 | |
3900 * help.el: Old patch from Stefan Monnier. | |
3901 (help-xref-on-pp): New function. | |
3902 (describe-variable): Use it to display xrefs in a symbol's value. | |
3903 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3904 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3905 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3906 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3907 |
28713 | 3908 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3909 | |
28715 | 3910 * mail/rmail.el (rmail-expunge): When there are no deleted |
3911 messages, do nothing. | |
28713 | 3912 |
28712 | 3913 2000-04-26 Dave Love <fx@gnu.org> |
3914 | |
3915 * international/mule-cmds.el (locale-translation-file-name): | |
3916 Defvar to nil. | |
3917 (set-locale-environment): Set it here (at runtime). | |
3918 | |
28710 | 3919 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3920 | |
3921 * replace.el (perform-replace): Add parameters START and END. Use | |
3922 them instead of the check for a region in Transient Mark mode. | |
3923 (query-replace-read-args): Return two more list elements for the | |
3924 start and end of the region in Transient Mark mode. | |
3925 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3926 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3927 optional last arguments START and END and pass them to | |
3928 perform-replace. | |
3929 | |
3930 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3931 form with additional arguments for perform-replace. | |
3932 | |
3933 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3934 and END. Construct a form with additional arguments for | |
3935 perform-replace. | |
3936 | |
3937 * simple.el (shell-command): Set default directory for "*Shell | |
3938 Command Output" buffer. | |
3939 | |
3940 * language/european.el (iso-latin-4): Fix typo. | |
3941 | |
3942 * emacs-lisp/crm.el: New file. | |
3943 | |
28701 | 3944 2000-04-24 Dave Love <fx@gnu.org> |
3945 | |
3946 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3947 (Custom-reset-saved, Custom-reset-standard) | |
3948 (custom-group-value-create, custom-group-set, custom-group-save) | |
3949 (custom-group-reset-current, custom-group-reset-saved) | |
3950 (custom-group-reset-standard): Use mapc. | |
3951 (custom-buffer-create-internal): Disable undo when creating items. | |
3952 Use mapc. | |
3953 (custom-face): Avoid redundant lambda. | |
3954 | |
28699 | 3955 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3956 | |
3957 * startup.el (auto-save-list-file-prefix): Set default to | |
3958 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3959 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3960 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3961 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3962 * 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
|
3963 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3964 |
28695 | 3965 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3966 | |
3967 * frame.el (scrolling): New group. | |
3968 (automatic-hscrolling): New user-option. | |
3969 | |
3970 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3971 `--line-spacing'. | |
3972 | |
28668 | 3973 2000-04-19 Dave Love <fx@gnu.org> |
3974 | |
3975 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3976 (cl-mapc): Rename from mapc. Fix the funcall. | |
3977 | |
28653 | 3978 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3979 | |
28660 | 3980 * simple.el (clone-indirect-buffer-other-window): New command. |
3981 (clone-indirect-buffer): Add optional arg NORECROD. | |
3982 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3983 | |
28658 | 3984 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3985 | |
3986 * window.el (count-screen-lines): New function. | |
3987 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3988 instead of window-buffer-height. | |
3989 | |
3990 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3991 non-existing variable comint-input-sentinel. | |
3992 (inferior-lisp-args-to-list): Removed. | |
3993 (inferior-lisp): Use split-string instead of | |
3994 inferior-lisp-args-to-list. | |
3995 | |
3996 * hexl.el (hexl-insert-hex-string): New command. | |
3997 | |
28653 | 3998 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3999 instead of concat. | |
4000 | |
28634 | 4001 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4002 | |
4003 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
4004 at the start of an existing but empty folder. | |
4005 | |
4006 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4007 | |
4008 * ps-mule.el: Customization fix, doc fix. | |
4009 (ps-multibyte-buffer): Customization fix. | |
4010 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4011 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4012 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4013 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4014 |
28626 | 4015 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4016 | |
4017 * textmodes/texinfo.el (texinfo-insert-@email) | |
4018 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4019 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4020 (texinfo-mode-map): Add key bindings for them. | |
4021 | |
4022 * files.el (basic-save-buffer-2): Use a template with `$' | |
4023 instead of `#' for VMS. | |
4024 | |
4025 * simple.el (clone-indirect-buffer): New function. | |
4026 | |
28621 | 4027 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4028 | |
4029 * iswitchb.el (iswitchb-case): New function. If the user input | |
4030 contains any upper-case characters, the search is made | |
4031 case-sensitive. | |
4032 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4033 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4034 |
28621 | 4035 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4036 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4037 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4038 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4039 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4040 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4041 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4042 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
|
4043 (texinfo-environments): New var. |
28621 | 4044 (texinfo-environment-regexp): Use regexp-opt and |
4045 texinfo-environments. | |
4046 | |
4047 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4048 ispell-process is bound since this might be eval'd before ispell | |
4049 is loaded. | |
4050 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4051 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
|
4052 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4053 * 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
|
4054 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4055 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4056 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4057 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4058 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4059 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4060 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4061 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4062 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4063 |
28602 | 4064 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4065 | |
4066 * 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
|
4067 |
28602 | 4068 * ps-print.el: Fix counting lines in a region. |
4069 (ps-print-version): New version number (5.1.5). | |
4070 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4071 (ps-printing-region): Fun code fix. | |
4072 | |
28600 | 4073 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4074 | |
4075 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4076 to file-directory-p. | |
4077 | |
28591 | 4078 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4079 | |
4080 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4081 exists before calling directory-files. | |
4082 | |
28578 | 4083 2000-04-13 Dave Love <fx@gnu.org> |
4084 | |
4085 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4086 syntax. | |
4087 | |
4088 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4089 | |
4090 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4091 (cl-old-mapc): New variable. | |
4092 (mapc): Use it. | |
4093 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4094 next-property-change. | |
4095 (cl-map-overlays): Use with-current-buffer. | |
4096 (cl-expt): Remove. | |
4097 (copy-tree, remprop): Define unconditionally. | |
4098 | |
4099 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4100 | |
4101 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4102 to use keywordp. | |
4103 (edebug-spec): Enable keywordp. | |
4104 | |
4105 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4106 string-lessp. | |
4107 | |
4108 * cus-start.el: Use keywordp. | |
4109 | |
28577 | 4110 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4111 | |
4112 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4113 2000-02-18 by doing a save-excursion. | |
4114 | |
4115 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4116 | |
4117 * ps-print.el: Customization fix, doc fix. | |
4118 (ps-print-version): New version number (5.1.4). | |
4119 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4120 (ps-print-preprint): Adjust code. | |
4121 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4122 (ps-print-prologue-header, ps-print-control-characters) | |
4123 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4124 |
28564 | 4125 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4126 | |
4127 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4128 converted to the new menu-item format, names silightly changed, | |
4129 help strings added. | |
4130 | |
4131 Support for spelling without async subprocesses: | |
4132 | |
4133 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4134 (ispell-session-buffer): New variables. | |
4135 (ispell-start-process, ispell-process-status, | |
4136 ispell-accept-output, ispell-send-string): New functions, for | |
4137 Ispell invocation when async subprocesses aren't supported. | |
4138 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4139 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4140 to process-send-string with calls to ispell-send-string, and | |
4141 accept-process-output with ispell-accept-output. | |
4142 (ispell-init-process): Call ispell-process-status instead of | |
4143 process-status with. | |
4144 (ispell-init-process): Call ispell-start-process. Call | |
4145 ispell-accept-output and ispell-send-string. Don't call | |
4146 process-kill-without-query and kill-process if they are unbound. | |
4147 (ispell-async-processp): New function. | |
4148 | |
28560 | 4149 2000-04-12 Dave Love <fx@gnu.org> |
4150 | |
4151 * info.el: Add debug-ignored-errors. | |
4152 (Info-mode-menu): Add some items. | |
4153 (Info-directory): Add autoload cookie. | |
4154 | |
4155 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4156 Modify `truncate-lines'. Make `describe-language-environment' | |
4157 always visible and add help. Modify `describe-key' help. Invoke | |
4158 Info-directory from `info'. New entry `emacs-manual'. | |
4159 | |
28542 | 4160 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4161 | |
28549 | 4162 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4163 propertized-buffer-identification. | |
4164 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4165 (ebrowse--mode-strings): Removed. | |
4166 (ebrowse--mode-line-props): Removed. | |
4167 | |
28542 | 4168 * files.el (auto-mode-alist): Add `EBROWSE'. |
4169 | |
4170 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4171 space before testing for end of buffer. | |
4172 (ebrowse-load): Removed. | |
4173 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4174 (ebrowse-create-tree-buffer): Rewritten. | |
4175 (ebrowse-tree-mode): Read tree from buffer. | |
4176 | |
4177 * progmodes/ebrowse-ffh.el: Removed. | |
4178 | |
28535 | 4179 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4180 | |
4181 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4182 | |
28534 | 4183 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4184 | |
4185 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4186 at the wrong place. | |
4187 | |
28783 | 4188 2000-04-09 Dave Love <fx@gnu.org> |
4189 | |
4190 * files.el (backup-enable-predicate): Use | |
4191 temporary-file-directory, small-temporary-file-directory. | |
4192 (make-backup-file-name-function, backup-directory-alist): New | |
4193 variables. | |
4194 (make-backup-file-name-1): New function. | |
4195 (make-backup-file-name): Use it. | |
4196 (find-backup-file-name): Likewise. Use format for clarity, not | |
4197 concat. | |
4198 (file-newest-backup): Use make-backup-file-name. | |
4199 | |
28523 | 4200 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4201 | |
28530 | 4202 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4203 |
28530 | 4204 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4205 to ebrowse-ffh.el. | |
4206 (ebrowse-load): Add autoload. | |
4207 | |
4208 * finder.el (finder-commentary): Add autoload cookie. | |
4209 | |
28523 | 4210 * mail/rfc2368.el: Correct author's email address. |
4211 | |
4212 * progmodes/ebrowse.el: New file. | |
4213 | |
4214 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4215 item help string. | |
4216 (easy-menu-do-add-item): Ditto. | |
4217 (easy-menu-define): Extend doc string. | |
4218 | |
4219 * jit-lock.el (with-buffer-unmodified): Use | |
4220 restore-buffer-modified-p. | |
4221 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4222 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4223 with-buffer-unmodified. | |
4224 | |
28517 | 4225 2000-04-08 Dave Love <fx@gnu.org> |
4226 | |
4227 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4228 unless, when. | |
4229 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4230 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
|
4231 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4232 * 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
|
4233 (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
|
4234 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
|
4235 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4236 |
28506 | 4237 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4238 | |
4239 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4240 like C-r. | |
4241 | |
4242 * progmodes/make-mode.el: Some doc fixes. | |
4243 (makefile-mode-abbrev-table): New variable. | |
4244 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4245 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4246 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4247 | |
4248 * replace.el (perform-replace): Don't move forward one char | |
4249 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4250 to do that because it leaves point 1 position after the last | |
4251 replacement, after everything has been replaced. | |
4252 | |
4253 * jit-lock.el (with-buffer-unmodified): New macro. | |
4254 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4255 modified state. | |
4256 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4257 preserving buffer's modified state. | |
4258 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4259 jit-lock-function-1. | |
4260 | |
4261 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4262 | |
28499 | 4263 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4264 | |
4265 * glasses.el: Provide facilities for inserting space before left | |
4266 parentheses and uncapitalization of identifiers. | |
4267 (glasses-mode): Try to remove old overlays in all cases. | |
4268 | |
28485 | 4269 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4270 | |
28496 | 4271 * progmodes/compile.el (compile-internal): Display the compilation |
4272 buffer in a different frame, if it's already displayed there. | |
4273 | |
28494 | 4274 * mail/rfc2368.el: New file. |
4275 | |
28492 | 4276 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4277 header and insert its value as mail body. | |
4278 | |
4279 * subr.el (member-ignore-case): New function. | |
4280 | |
4281 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4282 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4283 from dabbrev-ignored-regexps. | |
4284 | |
28485 | 4285 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4286 to extensions handled by gzip. | |
4287 | |
28492 | 4288 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4289 | |
4290 * files.el (insert-directory): List the total free space | |
4291 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4292 |
28492 | 4293 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4294 line is followed by one that matches CITATION-REGEXP, end the | |
4295 paragraph. | |
4296 | |
4297 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4298 | |
4299 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4300 (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
|
4301 |
28474 | 4302 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4303 | |
4304 * international/mule-cmds.el (encoded-string-description): | |
4305 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4306 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4307 for hexadecimal format. | |
28474 | 4308 |
28468 | 4309 2000-04-01 Dave Love <fx@gnu.org> |
4310 | |
4311 * cpp.el: Change customization group to `c' from `C'. | |
4312 | |
4313 * vcursor.el (vcursor-move): Use display-color-p. | |
4314 | |
4315 * international/mule-util.el: Provide mule-utils. | |
4316 (string-to-sequence): Simplify and speed up. | |
4317 | |
4318 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4319 | |
4320 * international/mule-cmds.el: Various menu changes. | |
4321 (describe-specified-language-support): Handle `Default'. | |
4322 (set-language-info): Purecopy `info'. | |
4323 | |
28462 | 4324 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4325 | |
4326 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4327 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
|
4328 |
28445 | 4329 2000-03-31 Dave Love <fx@gnu.org> |
4330 | |
28452 | 4331 * help.el (help-manyarg-func-alist): Correct several omissions. |
4332 | |
28450 | 4333 * add-log.el: Don't require cl, fortran. |
4334 (add-log-current-defun-function): Doc fix. | |
4335 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4336 fix. | |
4337 (change-log-version-rcs): Function deleted. | |
4338 (change-log-version-number-search): Doc fix. Use | |
4339 vc-workfile-version. Avoid CL dolist. | |
4340 (add-change-log-entry): Just call add-log-current-defun to get | |
4341 defun. Simplify somewhat. | |
4342 (change-log-get-method-definition-1): Likewise. | |
4343 (add-log-current-defun): Return nil if calling | |
4344 add-log-current-defun-function does so. Move Fortran stuff to | |
4345 fortran.el. Return string without properties. | |
4346 | |
28445 | 4347 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4348 and :alpha: char classes. | |
4349 | |
4350 * mail/supercite.el: Defvar curline when compiling. | |
4351 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4352 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4353 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4354 | |
28444 | 4355 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4356 | |
4357 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4358 | |
4359 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4360 Re-enable new code. | |
4361 | |
4362 * lpr.el (print-region-1): Use -d to specify printer name for | |
4363 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4364 | |
4365 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
|
4366 |
28444 | 4367 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4368 for function definition in symbol's function value slot first | |
4369 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
|
4370 |
28435 | 4371 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4372 | |
4373 * language/european.el ("Polish"): New language environment. | |
4374 (setup-polish-environment): New function. | |
4375 | |
28424 | 4376 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4377 | |
4378 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4379 Disable new code. | |
4380 | |
4381 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4382 trying to `load' the symbol of an autoload instead of the file | |
4383 recorded in the autoload. Fix error messages. | |
4384 | |
28429 | 4385 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4386 | |
4387 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4388 (ps-print-version): New version number (5.1.3). | |
4389 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4390 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4391 (ps-generate-postscript-with-faces): Code fix. | |
4392 (ps-color-values): XEmacs compatibility. | |
4393 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4394 (ps-default-fg, ps-default-bg): Adjust customization. | |
4395 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4396 (ps-color-scale): Renaming old ps-color-value fun. | |
4397 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4398 with ps-print-header variable. | |
4399 (ps-print-miscellany): New group. | |
4400 (ps-format-color, ps-rgb-color): New funs. | |
4401 (ps-default-foreground): New var. | |
4402 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4403 |
28416 | 4404 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4405 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4406 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4407 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4408 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4409 (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
|
4410 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4411 |
28416 | 4412 * lisp/locate.el: |
4413 (locate-word-at-point): Added this function | |
4414 (locate): Default to using locate-word-at-point as input | |
4415 Run dired-mode-hook | |
4416 | |
28405 | 4417 2000-03-29 Dave Love <fx@gnu.org> |
4418 | |
4419 * calendar/appt.el: Doc fixes. | |
4420 (appt-check): Convert min-to-app to a string before passing to | |
4421 appt-disp-window-function or concat. | |
4422 (appt-delete-window): Remove test for frame-root-window. | |
4423 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4424 | |
4425 * emacs-lisp/bytecomp.el: Doc fixes. | |
4426 (byte-compile-file-form-autoload): Update | |
4427 byte-compile-function-environment. | |
4428 | |
28403 | 4429 2000-03-29 Andreas Schwab <schwab@suse.de> |
4430 | |
4431 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4432 specially. | |
4433 | |
4434 * dired.el (dired-insert-directory): If dired-free-space-program | |
4435 failed just delete its output. | |
4436 | |
28395 | 4437 2000-03-29 Dave Love <fx@gnu.org> |
4438 | |
4439 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4440 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4441 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4442 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4443 clarity. | |
4444 | |
4445 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4446 | |
28377 | 4447 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4448 | |
4449 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4450 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4451 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4452 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4453 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4454 * 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
|
4455 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4456 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4457 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4458 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4459 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4460 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4461 |
28326 | 4462 2000-03-26 Dave Love <fx@gnu.org> |
4463 | |
28331 | 4464 * net/browse-url.el (browse-url): Re-fix case of |
4465 browse-url-browser-function being an alist. | |
4466 (browse-url): Add :link to defgroup. | |
4467 | |
28326 | 4468 * files.el: Doc fixes. |
4469 (file-truename): Include `[' in wildcard characters. | |
4470 (automount-dir-prefix): Customize. | |
4471 (find-file-wildcards): Add :version. | |
4472 (find-file-noselect): Simplify a mapcar call. | |
4473 | |
4474 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4475 compatible with inf-lisp version. | |
4476 (eval-defun-1): Fix custom-declare-variable case. | |
4477 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4478 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4479 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4480 * 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
|
4481 |
28303 | 4482 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4483 | |
28308 | 4484 * Makefile (COMPILE_FIRST): New macro. |
4485 (compile-files): Compile files from COMPILE_FIRST first. | |
4486 | |
4487 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4488 code. | |
4489 | |
28303 | 4490 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4491 matching open parenthesis in column 0 to defun-prompt-regexp | |
4492 only if open-paren-in-column-0-is-defun-start is set. | |
4493 | |
4494 * sun-curs.el: Require CL at compile-time only. | |
4495 | |
4496 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4497 instead of copy-list which is a function from CL. | |
4498 (msb--choose-menu, msb--mode-menu-cond) | |
4499 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4500 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4501 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4502 `(' in column 0 in doc string. | |
4503 (msb--add-separators): Use mapcar instead of mapcan. | |
4504 | |
4505 * cus-dep.el: Require CL at compile-time only. | |
4506 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4507 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4508 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4509 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4510 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4511 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4512 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4513 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4514 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4515 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4516 (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
|
4517 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4518 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4519 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4520 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4521 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4522 |
28292 | 4523 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4524 | |
4525 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4526 (rmail-expunge): Ask for confirmation depending on the setting | |
4527 of rmail-confirm-expunge. | |
4528 | |
4529 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4530 | |
4531 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4532 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4533 cause a bootstrap failure because things don't autoload as | |
4534 expected. | |
4535 | |
28289 | 4536 2000-03-23 Dave Love <fx@gnu.org> |
4537 | |
4538 * net/browse-url.el: Restore previous use of | |
4539 browse-url-maybe-new-window. | |
4540 | |
28287 | 4541 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4542 | |
4543 * ps-print.el: Skip banner page fix. | |
4544 (ps-print-version): New version number (5.1.2). | |
4545 (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
|
4546 |
28287 | 4547 2000-03-23 Dave Pearson <davep@davep.org> |
4548 | |
4549 * net/quickurl.el Changed the type of parameter passed to the | |
4550 function defined by `quickurl-format-function'. Before only the | |
4551 text of the URL was passed. Now the whole URL structure is passed | |
4552 and the function is responsible for extracting the parts it | |
4553 requires. Changed the default of `quickurl-format-function' | |
4554 accordingly. | |
4555 (quickurl-insert): Changed the `funcall' of | |
4556 `quickurl-format-function' to match the above change. | |
4557 (quickurl-list-insert): Changed the `url' case so that it makes | |
4558 use of `quickurl-format-function', previous to this the format was | |
4559 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4560 |
28283 | 4561 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4562 | |
4563 * startup.el: Change some spellings for the X Window System. | |
4564 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4565 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4566 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4567 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4568 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
|
4569 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4570 |
28276 | 4571 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4572 | |
4573 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4574 | |
28267 | 4575 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4576 | |
4577 * ps-print.el: N-up last page fix. | |
4578 (ps-print-version): New version number (5.1.1). | |
4579 (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
|
4580 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4581 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4582 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4583 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4584 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4585 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4586 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4587 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4588 * 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
|
4589 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4590 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4591 (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
|
4592 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
|
4593 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
|
4594 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4595 (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
|
4596 (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
|
4597 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4598 (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
|
4599 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4600 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4601 * 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
|
4602 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4603 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4604 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4605 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4606 * 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
|
4607 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4608 (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
|
4609 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4610 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4611 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4612 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4613 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4614 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4615 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4616 (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
|
4617 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
|
4618 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4619 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
|
4620 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4621 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4622 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4623 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4624 * 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
|
4625 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4626 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4627 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
|
4628 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4629 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4630 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4631 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4632 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
|
4633 (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
|
4634 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4635 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4636 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4637 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4638 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4639 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4640 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4641 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4642 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4643 |
28246 | 4644 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4645 | |
4646 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4647 (custom-button-pressed-face): Likewise. | |
4648 | |
28244 | 4649 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4650 | |
4651 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4652 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4653 depending on the value of tags-case-fold-search. | |
4654 (tags-loop-continue): Use tags-loop-eval. | |
4655 (find-tag-in-order): Bind case-fold-search depending on the value | |
4656 of tags-case-fold-search. | |
4657 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4658 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4659 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4660 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4661 (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
|
4662 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4663 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4664 (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
|
4665 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4666 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4667 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4668 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4669 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4670 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4671 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4672 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4673 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4674 * 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
|
4675 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4676 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4677 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4678 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4679 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4680 |
28233 | 4681 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4682 | |
4683 * term/x-win.el: Fontsets related initialization is simplified. | |
4684 | |
4685 * international/mule-diag.el (describe-font): Don't refer to | |
4686 global-fontset-alist, instead call font-list. | |
4687 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4688 (print-fontset): Adjusted for the change of fontset | |
4689 implementation. | |
4690 | |
4691 * international/fontset.el (x-charset-registries): Variable | |
4692 removed, instead the corresponding data is stored in the default | |
4693 fontset. | |
4694 (register-alternate-fontnames): Function removed. | |
4695 (resolved-ascii-font): Variable removed. | |
4696 (x-compose-font-name): Ignore the second argument REDOCE. | |
4697 (x-complement-fontset-spec): Complement only an ASCII font and | |
4698 element for those charsets than can use that ASCII font. | |
4699 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4700 instead call fontset-list. | |
4701 (uninstantiated-fontset-alist): Variable removed. | |
4702 (x-style-funcs-alist): Likewise. | |
4703 (fontset-default-styles): Likewise. | |
4704 (x-modify-font-name): Function removed. | |
4705 (create-fontset-from-fontset-spec): Ignore the argument | |
4706 STYLE-VARIANT. | |
4707 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4708 change. | |
4709 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4710 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4711 |
28233 | 4712 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4713 (describe-face): Include `font' attribute in the description. | |
4714 | |
28219 | 4715 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4716 | |
4717 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4718 | |
28209 | 4719 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4720 | |
28212 | 4721 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4722 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4723 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
|
4724 |
28209 | 4725 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4726 about behavior of set-buffer-modified-p wrt redisplay. | |
4727 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4728 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4729 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4730 * 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
|
4731 |
28194 | 4732 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4733 | |
4734 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4735 is a string, convert it to a syntax cell using string-to-syntax. | |
4736 | |
4737 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4738 (string-to-syntax): New function. | |
4739 | |
4740 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4741 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4742 try to use passive ftp mode. |
28194 | 4743 |
28189 | 4744 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4745 | |
28209 | 4746 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4747 |
4748 * simple.el (append-to-buffer): Update point of windows after | |
4749 insertion. | |
4750 | |
4751 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4752 forward then moving backward. Reindent. | |
4753 | |
4754 * frame.el (other-frame): Call x-focus-frame only if | |
4755 focus-follows-mouse is off. | |
4756 | |
28185 | 4757 2000-03-17 Dave Love <fx@gnu.org> |
4758 | |
4759 * pcvs-util.el (cvs-strings->string): Rename | |
4760 replace-regexps-in-string. | |
4761 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4762 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4763 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4764 * 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
|
4765 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4766 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4767 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4768 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4769 |
28174 | 4770 2000-03-16 Dave Love <fx@gnu.org> |
4771 | |
4772 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4773 `fortran'. | |
4774 (f90-mode-hook): Customize. | |
4775 (f90-mode): Set add-log-current-defun-function. | |
4776 (f90-current-defun): New function. | |
4777 | |
28169 | 4778 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4779 | |
28173 | 4780 * cus-edit.el (custom-variable-tag-face): Handle case that |
4781 default face's height is not a number. | |
4782 (custom-face-tag-face, custom-group-tag-face-1) | |
4783 (custom-group-tag-face): Ditto. | |
4784 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4785 |
28169 | 4786 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4787 | |
28161 | 4788 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4789 | |
4790 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4791 requiring easymenu. | |
4792 | |
28155 | 4793 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4794 | |
4795 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4796 handler, doc fix. | |
4797 (ps-print-version): New version number (5.1). | |
4798 (ps-user-defined-prologue, ps-error-handler-message) | |
4799 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4800 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4801 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4802 |
28150 | 4803 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4804 | |
4805 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4806 invalid self-assignment code. |
28150 | 4807 |
28149 | 4808 2000-03-14 Dave Love <fx@gnu.org> |
4809 | |
4810 * subr.el (replace-regexp-in-string): Renamed from | |
4811 replace-regexps-in-string. Doc fix. | |
4812 | |
28131 | 4813 2000-03-12 Dave Love <fx@gnu.org> |
4814 | |
4815 * cus-edit.el: Doc fixes. | |
4816 (customize-set-variable, customize-save-variable): Rename args for | |
4817 doc. | |
4818 (custom-variable-tag-face, custom-face-tag-face) | |
4819 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4820 style which user identify as hyperlink. | |
4821 (hook): Don't add undefined functions to the hook. | |
4822 (debug-ignored-errors): Transfer message from bindings.el. | |
4823 | |
28120 | 4824 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4825 | |
4826 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4827 double/nested definition. | |
4828 | |
28114 | 4829 2000-03-12 Dave Love <fx@gnu.org> |
4830 | |
4831 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4832 * enriched.el (enriched-decode-foreground): Likewise. | |
4833 (enriched-decode-background): Likewise. | |
4834 * isearch.el (isearch-highlight): Likewise. | |
4835 * info-look.el (info-lookup): Likewise. | |
4836 * simple.el (completion-setup-function): Likewise. | |
4837 | |
4838 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4839 :options. | |
4840 | |
4841 * bindings.el (mode-line-format): Fix line-number and | |
4842 column-number items. Add help-echo for the background. | |
4843 (mode-line-mule-info): Modify help-echo. | |
4844 | |
4845 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4846 defcustom. | |
4847 | |
4848 * files.el (load-file): Allow completion to .elc. | |
4849 | |
4850 * man.el: Doc fixes. | |
4851 (Man-init-defvars): Use display-color-p to set fontification. | |
4852 | |
4853 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4854 | |
28109 | 4855 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4856 | |
4857 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4858 | |
4859 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4860 | |
28098 | 4861 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4862 | |
4863 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4864 Fix comment. | |
4865 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4866 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4867 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4868 * 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
|
4869 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4870 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4871 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4872 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4873 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4874 * 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
|
4875 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4876 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4877 * 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
|
4878 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
|
4879 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4880 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4881 * 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
|
4882 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4883 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4884 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4885 |
28084 | 4886 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4887 | |
4888 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4889 removed. | |
4890 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4891 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4892 |
28114 | 4893 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4894 allow more flexibility. | |
4895 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4896 fns. | |
4897 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4898 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4899 |
28085 | 4900 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4901 |
4902 * rect.el (replace-rectangle): New function. | |
4903 | |
4904 2000-03-09 Dave Love <fx@gnu.org> | |
4905 | |
4906 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4907 "C". | |
4908 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4909 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4910 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4911 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4912 fortran-comment-line-start here. Set comment-start, | |
4913 add-log-current-defun. | |
4914 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4915 (fortran-current-defun): New function. | |
4916 | |
28073 | 4917 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4918 | |
28077 | 4919 * emacs-lisp/re-builder.el: New file. |
4920 | |
28076 | 4921 * mouse.el (mouse-drag-region): Don't run up-event handler |
4922 if hscroll has changed. | |
4923 | |
28073 | 4924 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4925 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4926 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4927 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4928 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4929 `(defun (setf foo)' differently. |
4930 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4931 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4932 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4933 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4934 (regexp-opt): Update comment and adapt the code the new meaning of |
4935 the `paren' argument of regex-opt-group for shy-groups. | |
4936 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4937 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4938 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4939 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4940 Remove open-presuf and close-presuf. Instead of checking for `all |
4941 one-char' and then later on check for `several one-char', handle | |
4942 both cases close together. Also apply a more generic algorithm | |
4943 for suffixes (the mirror image of the algorithm used for | |
4944 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4945 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4946 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4947 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4948 from comint-mode-map, so we can just inherit from it. Also, move |
4949 the initialization into the `defvar' since there's no docstring | |
4950 anyway and it's fairly short. | |
4951 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4952 shorter and this way we inherit from comint-mode-map rather than | |
4953 copying it. | |
4954 | |
4955 * subr.el (replace-regexps-in-string): Properly handle the case | |
4956 where we match an empty string. | |
4957 | |
4958 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4959 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
|
4960 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4961 |
28046 | 4962 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4963 | |
28051 | 4964 * Makefile (compile-files): Compile files one by one because |
4965 that's the only way to ensure a clean compilation environment for | |
4966 each individual file. | |
4967 | |
28046 | 4968 * frame.el (other-frame): Call x-focus-frame. |
4969 | |
28040 | 4970 2000-03-07 Dave Love <fx@gnu.org> |
4971 | |
28043 | 4972 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4973 :require to defcustom. | |
4974 | |
28040 | 4975 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4976 lists. | |
4977 | |
4978 * files.el (auto-mode-alist): Add configure.in. | |
4979 | |
4980 * progmodes/autoconf.el: New file. | |
4981 | |
28034 | 4982 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4983 | |
4984 * mail/mh-e.el: Change maintainer to `none'. | |
4985 | |
4986 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4987 to remove-hook and add-hook. | |
4988 | |
4989 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4990 | |
28035 | 4991 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4992 it as the default. |
28035 | 4993 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4994 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4995 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4996 |
28024 | 4997 2000-03-07 Dave Love <fx@gnu.org> |
4998 | |
4999 * winner.el: Fix keywords, autoload cookies. Split | |
5000 eval-when-compile form to avoid compilation failure. | |
5001 | |
28017 | 5002 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5003 | |
5004 * international/mule.el: Modify comment about coding system | |
5005 property `coding-category'. | |
5006 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
5007 coding-category property of PROPERTIES. | |
5008 | |
5009 * international/mule-conf.el (coding-category-utf-8, | |
5010 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
5011 categories. Include them in the argument for set-coding-priority. | |
5012 | |
5013 * international/mule-cmds.el (reset-language-environment): Include | |
5014 coding-category-utf-8, coding-category-utf-16-be, and | |
5015 coding-category-utf-16-le in the argument for set-coding-priority. | |
5016 (reset-language-environment): Initialize coding-category-utf-8, | |
5017 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5018 | |
28014 | 5019 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5020 | |
5021 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5022 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5023 extensions as well as compression extensions. | |
5024 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5025 |
27976 | 5026 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5027 | |
5028 * strokes.el: Change maintainer's mail address. | |
5029 | |
27972 | 5030 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5031 | |
5032 * international/mule-diag.el (list-character-sets): Make help-echo | |
5033 string by substitute-command-keys. | |
5034 (list-character-sets): Likewise. | |
5035 (sort-listed-character-sets): Call help-setup-xref. | |
5036 | |
27965 | 5037 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5038 | |
5039 * time.el (display-time-mail-file): Add `none' to the list of | |
5040 choices. | |
5041 | |
27954 | 5042 2000-03-01 Dave Love <fx@gnu.org> |
5043 | |
27959 | 5044 * help.el (help-xref-go-back): Don't try to set position. |
5045 | |
27954 | 5046 * international/mule-diag.el (list-character-sets): Call |
5047 help-setup-xref. Add help-echo to xrefs. | |
5048 (list-character-sets-1): Add help-echo to xrefs. | |
5049 | |
27949 | 5050 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5051 | |
5052 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5053 the mode off. | |
5054 | |
5055 * add-log.el (add-log-current-defun): Add support for | |
5056 Autoconf mode. | |
5057 | |
5058 * mail/rmail.el (rmail-quit-hook): New variable. | |
5059 | |
27931 | 5060 2000-03-01 Dave Love <fx@gnu.org> |
5061 | |
27935 | 5062 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5063 | |
27931 | 5064 * help.el (help-xref-button): Add help-echo arg. |
5065 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5066 | |
5067 * faces.el (list-faces-display): Supply help-echo with | |
5068 help-make-xrefs. | |
5069 | |
5070 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5071 nil. | |
5072 | |
27919 | 5073 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5074 | |
27927 | 5075 * image.el (defimage): Look for image files in load-path. |
5076 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5077 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5078 `number'. |
5079 | |
27927 | 5080 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5081 | |
5082 * recentf.el (recentf): Added version tag to the defgroup of | |
5083 recentf. | |
5084 | |
5085 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5086 | |
5087 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5088 too. | |
5089 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5090 action to select/unselect a file. | |
5091 (recentf-edit-list): Code cleanup and improvement. | |
5092 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5093 widget action to open a file. | |
5094 (recentf-open-more-files): No more use standard completion but | |
5095 widgets. | |
5096 (recentf-more-collection): Deleted. | |
5097 (recentf-more-history): Deleted. | |
5098 (recentf-setup-more-completion): Deleted. | |
5099 | |
5100 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5101 | |
5102 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5103 under a window-system. | |
5104 | |
5105 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5106 | |
5107 * recentf.el (recentf-edit-list): New command to edit the recent | |
5108 list which allow the user to remove files. | |
5109 (recentf-edit-selected-items): New global variable, used by | |
5110 `recentf-edit-list' to hold the list of files to be removed from | |
5111 the recent list. | |
5112 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5113 menu item. Minor code cleanup. | |
5114 | |
5115 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5116 | |
5117 * recentf.el (recentf-open-more-files): New command to open files | |
5118 that are not displayed in the menu. | |
5119 (recentf-more-collection): New global variable holding the set of | |
5120 permissible completions used by `recentf-open-more-files'. | |
5121 (recentf-more-history): New global variable holding the history list | |
5122 used by `recentf-open-more-files' completion. | |
5123 (recentf-setup-more-completion): New function to setup completion for | |
5124 `recentf-open-more-files'. | |
5125 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5126 | |
5127 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5128 | |
5129 * recentf.el (recentf-menu-action): Doc fixed. | |
5130 | |
5131 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5132 | |
5133 * recentf.el (recentf-menu-filter): Doc updated. | |
5134 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5135 (recentf-make-menu-items): New menu filter handling. | |
5136 (recentf-make-menu-item): New helper function. | |
5137 (recentf-menu-elements): New menu handling function. | |
5138 (recentf-sort-ascending): Updated to new menu filter handling. | |
5139 (recentf-sort-descending): Updated to new menu filter handling. | |
5140 (recentf-sort-basenames-ascending): New menu filter function. | |
5141 (recentf-sort-basenames-descending): New menu filter function. | |
5142 (recentf-show-basenames): New menu filter function. | |
5143 (recentf-show-basenames-ascending): New menu filter function. | |
5144 (recentf-show-basenames-descending): New menu filter function. | |
5145 | |
27919 | 5146 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5147 | |
5148 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5149 the end of the buffer. | |
5150 | |
27911 | 5151 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5152 | |
5153 * international/mule-diag.el (list-character-sets): Completely | |
5154 rewritten. | |
5155 (sort-listed-character-sets): New function. | |
5156 (list-character-sets-1): Completely rewritten. | |
5157 (list-character-sets-2): New function. | |
5158 (non-iso-charset-alist): New variable. | |
5159 (decode-codepage-char): New function. | |
5160 (charset-history): New variable. | |
5161 (read-charset) (list-block-of-chars) | |
5162 (list-iso-charset-chars) | |
5163 (list-non-iso-charset-chars) | |
5164 (list-charset-chars): New functions. | |
5165 (mule-diag): Call list-character-sets-2, not | |
5166 list-character-sets-2. | |
5167 (dump-charsets): Likewise. | |
5168 | |
27910 | 5169 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5170 | |
27919 | 5171 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5172 file name characters. | |
5173 (dired-filename-at-point): Handle ange-ftp file names. | |
5174 | |
27910 | 5175 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5176 instead of assoc-delete-all. | |
5177 (frame-notice-user-settings): Ditto. | |
5178 | |
5179 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5180 Don't copy alist. | |
5181 | |
27906 | 5182 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5183 | |
5184 * calculator.el (calculator-use-menu): New option. | |
5185 (calculator-initial-bindings): Changed some bindings to work as | |
5186 macros. | |
5187 (calculator-forced-input): Removed. | |
5188 (calculator-restart-other-mode): New variable. | |
5189 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5190 |
27906 | 5191 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5192 | |
5193 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5194 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5195 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5196 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
|
5197 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5198 * 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
|
5199 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
|
5200 (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
|
5201 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
|
5202 * 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
|
5203 * 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
|
5204 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
|
5205 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
|
5206 * 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
|
5207 * 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
|
5208 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5209 |
27898 | 5210 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5211 | |
5212 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5213 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5214 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5215 face-font-family-alternatives from working. | |
5216 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5217 chosen font. | |
5218 | |
27873 | 5219 2000-02-25 Sam Steingold <sds@goems.com> |
5220 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5221 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5222 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5223 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5224 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5225 |
5226 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5227 | |
27856 | 5228 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5229 | |
5230 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5231 writable. | |
5232 | |
27868 | 5233 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5234 |
27847 | 5235 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5236 | |
5237 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5238 | |
27845 | 5239 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5240 | |
5241 * diary-lib.el (include-other-diary-files): Undo the selective | |
5242 display in any included file and don't kill it. | |
5243 | |
27841 | 5244 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5245 | |
5246 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5247 bar. Menu items converted to (menu-item format, help strings | |
5248 added. | |
5249 [downcase, upcase]: Don't enable on MS-DOS. | |
5250 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5251 bound. | |
5252 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5253 | |
27825 | 5254 2000-02-23 Dave Love <fx@gnu.org> |
5255 | |
27838 | 5256 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5257 (backward-kill-word): Revert addition of * to interactive spec -- | |
5258 it's a feature. | |
5259 | |
5260 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5261 (backward-kill-sentence, kill-sentence): Likewise. | |
5262 | |
27835 | 5263 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5264 scratch buffer name. | |
5265 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5266 slightly. | |
5267 | |
5268 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5269 new read-face-name. | |
5270 | |
5271 * mail/footnote.el (footnote): Add :version to defgroup. | |
5272 (footnote-section-tag-regexp): Customize. | |
5273 (footnote-start-tag, footnote-end-tag): New option. | |
5274 (footnote-latin-regexp): New variable. | |
5275 (Footnote-latin): New function. | |
5276 (footnote-style-alist): Add element for latin style. | |
5277 (footnote-style): Moved. | |
5278 (Footnote-goto-footnote): Use eq to test arg. | |
5279 | |
5280 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5281 | |
27825 | 5282 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5283 (byte-compile-trueconstp): Include keywords. | |
5284 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5285 byte-compile-const-symbol-p. | |
5286 (byte-optimize-char-before): New optimization. | |
5287 | |
5288 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5289 (byte-compile-const-symbol-p): New function. | |
5290 (byte-compile-constp, byte-compile-out-toplevel) | |
5291 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5292 Use it. | |
5293 | |
5294 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5295 | |
27813 | 5296 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5297 | |
27815 | 5298 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5299 and minor-mode-map-alist. | |
5300 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5301 codes SS2 and SS3 correctly. | |
5302 (encoded-kbd-self-insert-ccl): New function. | |
5303 (encoded-kbd-setup-keymap): New function. | |
5304 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5305 by calling encoded-kbd-setup-keymap. | |
5306 | |
27813 | 5307 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5308 characters. | |
5309 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5310 locally. | |
5311 | |
27811 | 5312 2000-02-22 Dave Love <fx@gnu.org> |
5313 | |
5314 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5315 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5316 defvar. | |
5317 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5318 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5319 classes. Match `defface'. | |
5320 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5321 (eval-defun-1): Fix for defcustom. | |
5322 (lisp-indent-region): Doc fix. | |
5323 | |
5324 * subr.el (when, unless, split-string): Doc fix. | |
5325 (read-passwd): Move call of clear-this-command-keys to the right | |
5326 place. | |
5327 (replace-regexps-in-string): New function. | |
5328 | |
27807 | 5329 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5330 | |
5331 * help.el (describe-variable): Set syntax table to | |
5332 emacs-lisp-mode-syntax-table when moving forward over the | |
5333 symbol's name. | |
5334 | |
27805 | 5335 2000-02-22 Dave Love <fx@gnu.org> |
5336 | |
5337 * xt-mouse.el: Doc fixes. | |
5338 (xterm-mouse-position-function): New function, replacing advice of | |
5339 mouse-position. | |
5340 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5341 | |
5342 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5343 | |
27794 | 5344 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5345 | |
5346 * format.el (format-annotate-single-property-change): Handle | |
5347 properties.with dotted-list values. | |
5348 (format-proper-list-p): New function. | |
5349 | |
5350 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5351 . COLOR) and (background-color . COLOR). | |
5352 | |
27788 | 5353 2000-02-20 Dave Love <fx@gnu.org> |
5354 | |
5355 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5356 and assignments to it. | |
5357 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5358 current local map. | |
5359 (make-flyspell-overlay): Use it. | |
5360 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5361 | |
5362 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5363 (lm-get-header-re): Defun, not defsubst. | |
5364 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5365 (lm-version): Doc fix. Simplify. | |
5366 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5367 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5368 (lm-verify, lm-synopsis): Simplify. | |
5369 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5370 | |
27785 | 5371 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5372 | |
5373 * dired.el (dired-mode): Call propertized-buffer-identification | |
5374 to set mode-line-buffer-identification to something having | |
5375 the right text properties. | |
5376 | |
5377 * bindings.el (propertized-buffer-identification): New function. | |
5378 | |
27777 | 5379 2000-02-20 Dave Love <fx@gnu.org> |
5380 | |
5381 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5382 check for t-mouse too. | |
5383 | |
5384 * cus-start.el: Make echo-keystrokes `number'. | |
5385 | |
27776 | 5386 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5387 | |
5388 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5389 Don't call ring-empty-p unless tags-location-ring is bound. | |
5390 From Noah Friedman <friedman@splode.com>. | |
5391 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5392 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5393 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5394 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5395 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5396 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5397 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5398 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5399 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5400 (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
|
5401 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
|
5402 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5403 |
27757 | 5404 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5405 | |
5406 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5407 | |
27749 | 5408 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5409 | |
27754 | 5410 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5411 | |
27749 | 5412 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5413 of `*' to handle `(* ... *)' comments. | |
5414 | |
27732 | 5415 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5416 | |
27737 | 5417 * 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
|
5418 window-system. |
27737 | 5419 |
27732 | 5420 * menu-bar.el (global-map): Menu-bar items converted to the new |
5421 format (menu-item..., rearranged for better CUA compliance, and | |
5422 their names changed for better clarity. Help strings added. | |
5423 | |
5424 * international/mule-cmds.el (mule-menu-keymap) | |
5425 (describe-language-environment-map, set-coding-system-map) | |
5426 (setup-language-environment-map): Convert to new (menu-item... | |
5427 form, add help strings. Change names of menu items for better | |
5428 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5429 submenu). | |
5430 | |
27729 | 5431 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5432 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5433 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5434 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5435 |
27717 | 5436 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5437 |
27717 | 5438 * faces.el: Don't require custom. Add more specific :groups to |
5439 various deffaces. | |
5440 (set-face-attribute): Purecopy args. | |
5441 (read-face-name): Default to name at point and use it in prompt. | |
5442 Remove colon from arg in all callers. | |
5443 (list-faces-display): Hyperlink to face descriptions and customize | |
5444 buffers. | |
5445 | |
27712 | 5446 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5447 | |
5448 * wid-edit.el (widget-match-inline): An atom never matches a | |
5449 list. | |
5450 | |
27707 | 5451 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5452 | |
27713 | 5453 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5454 at ':' characters by call to split-string. | |
27707 | 5455 |
5456 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5457 | |
27713 | 5458 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5459 |
5460 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5461 | |
27713 | 5462 * textmodes/bibtex.el: Some temporary comments removed. |
5463 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5464 explicit. | |
5465 (bibtex-field-const): Allow capital letters. | |
5466 (bibtex-start-of-string): Deleted because unused. | |
5467 | |
5468 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5469 use the term 'reference' to describe a bibtex entry as a whole. | |
5470 Further, reference keys are no longer called 'labels'. | |
5471 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5472 (bibtex-reformat-previous-labels): Renamed to | |
5473 bibtex-reformat-previous-reference-keys. | |
5474 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5475 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5476 (bibtex-reference-maybe-empty-head): Renamed to | |
5477 bibtex-entry-maybe-empty-head. | |
5478 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5479 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5480 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5481 bibtex-enclosing-entry-maybe-empty-head. | |
5482 (bibtex-entry-field-alist, bibtex-entry-head, | |
5483 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5484 bibtex-map-entries, bibtex-search-entry, | |
5485 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5486 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5487 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5488 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5489 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5490 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5491 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5492 |
5493 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5494 | |
27713 | 5495 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5496 comment. | |
5497 (bibtex-format-field-delimiters): New function, functionality | |
5498 extracted from bibtex-format-entry. | |
5499 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5500 extracted from bibtex-autokey-get-yearfield. | |
5501 | |
5502 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5503 entries in order to avoid stack overflow in the regexp matcher if | |
5504 field contents become large. | |
5505 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5506 bibtex-field-string-part-not-braced, | |
5507 bibtex-field-string-part-no-inner-braces, | |
5508 bibtex-field-string-part-1-inner-brace, | |
5509 bibtex-field-string-part-2-inner-braces, | |
5510 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5511 bibtex-field-string-quoted, bibtex-field-string, | |
5512 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5513 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5514 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5515 as parsing is now performed by the following functions. | |
5516 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5517 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5518 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5519 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5520 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5521 bibtex-search-forward-field, bibtex-search-backward-field, | |
5522 bibtex-start-of-field, bibtex-end-of-field, | |
5523 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5524 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5525 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5526 bibtex-parse-string, bibtex-search-forward-string, | |
5527 bibtex-search-backward-string, bibtex-start-of-string, | |
5528 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5529 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5530 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5531 entries. Instead of reporting the results of the parsing by | |
5532 match-beginning or match-end, these functions return data structures | |
5533 that hold the corresponding positions. | |
5534 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5535 return values rather than by match-beginning or match-end. The | |
5536 following functions have been adapted to use the new parsing | |
5537 functions. | |
5538 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5539 bibtex-enclosing-field, bibtex-format-entry, | |
5540 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5541 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5542 bibtex-print-help-message, bibtex-end-of-entry, | |
5543 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5544 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5545 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5546 method for parsing. | |
5547 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5548 bibtex-map-entries, bibtex-flash-head, | |
5549 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5550 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5551 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5552 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5553 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5554 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5555 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5556 order to make the new binding of case-fold-search immediately | |
5557 visible. | |
27707 | 5558 |
5559 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5560 | |
27713 | 5561 * textmodes/bibtex.el: Copyright notice is up to date. |
5562 Added constant 'bibtex-maintainer-salutation. | |
5563 | |
5564 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5565 than make-temp-name, use match-string-no-properties and eliminate | |
5566 a quadratic behavior when building bibtex-strings. | |
5567 | |
5568 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5569 reference key contains upper case letters. | |
27707 | 5570 |
5571 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5572 | |
27713 | 5573 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5574 a new line. | |
27707 | 5575 |
5576 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5577 | |
27713 | 5578 * bibtex.el: Hiding of entry bodies is not longer provided by |
5579 bibtex.el directly. Instead the hideshow package can be used. | |
5580 Added a special bibtex entry to hs-special-modes-alist. | |
5581 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5582 |
5583 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5584 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5585 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5586 at ':' characters by call to split-string. |
27729 | 5587 |
5588 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5589 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5590 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5591 |
5592 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5593 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5594 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5595 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5596 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5597 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5598 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5599 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5600 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5601 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
|
5602 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5603 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5604 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5605 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5606 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5607 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5608 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5609 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5610 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5611 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5612 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5613 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5614 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5615 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5616 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5617 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5618 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5619 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5620 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5621 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5622 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5623 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5624 |
5625 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5626 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5627 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5628 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5629 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5630 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5631 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5632 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5633 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5634 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5635 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
|
5636 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5637 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5638 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5639 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5640 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5641 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5642 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
|
5643 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5644 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5645 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
|
5646 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
|
5647 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5648 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5649 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5650 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5651 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5652 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
|
5653 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5654 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5655 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
|
5656 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
|
5657 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5658 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5659 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5660 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
|
5661 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
|
5662 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
|
5663 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5664 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5665 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5666 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5667 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
|
5668 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5669 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5670 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5671 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5672 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5673 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5674 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5675 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5676 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
|
5677 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
|
5678 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5679 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5680 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5681 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5682 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5683 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5684 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
|
5685 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5686 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5687 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
|
5688 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
|
5689 visible. |
27729 | 5690 |
5691 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5692 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5693 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5694 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5695 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5696 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5697 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
|
5698 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5699 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5700 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5701 reference key contains upper case letters. |
27729 | 5702 |
5703 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5704 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5705 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5706 a new line. |
27729 | 5707 |
5708 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5709 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5710 * 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
|
5711 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5712 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5713 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5714 |
5715 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5716 | |
27713 | 5717 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5718 proceedings entry type (for cross referencing). Thanks to Wagner |
5719 Toledo Correa for the suggestion. | |
5720 | |
27713 | 5721 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5722 |
27690 | 5723 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5724 | |
5725 * international/characters.el: Setup case table for Vietnamese. | |
5726 | |
27687 | 5727 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5728 | |
5729 * uniquify.el (toplevel): Require CL at compile time. | |
5730 (uniquify-push): Removed. | |
5731 | |
5732 * shadowfile.el (shadow-when): Removed. | |
5733 | |
5734 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5735 (tempo-process-and-insert-string): Use dolist instead of | |
5736 tempo-dolist. | |
5737 | |
5738 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5739 regexp for paragraph-start. | |
5740 | |
5741 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5742 commas as well. | |
5743 | |
27657 | 5744 2000-02-10 Dave Love <fx@gnu.org> |
5745 | |
5746 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5747 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5748 Deleted. | |
5749 (widget-specify-field, widget-specify-button): Don't use | |
5750 widget-mouse-help as help-echo property. | |
5751 (default): Use #'ignore for :validate and :mouse-down-action. | |
5752 (checkbox): Add help-echo. | |
5753 (widget-sexp-validate): Rewritten to clarify error messages. | |
5754 (character): Use char-valid-p in :match function. | |
5755 (widget-color-complete): Use facemenu-color-alist. | |
5756 (widget-color-action): Use facemenu-read-color. | |
5757 | |
5758 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5759 set up `caar' &c that we now have. | |
5760 | |
27713 | 5761 2000-02-09 Ray Blaak <blaak@gnu.org> |
5762 | |
5763 * delphi.el: Make resourcestring a declaration region, like const | |
5764 and var. | |
5765 | |
27652 | 5766 2000-02-09 Dave Love <fx@gnu.org> |
5767 | |
5768 * bindings.el (mode-line-input-method-map): New variable. | |
5769 (mode-line-mule-info): Use it; fix last change. | |
5770 (mode-line-mode-menu): Move definition. | |
5771 (mode-line-mouse-sensitive-p): Deleted. | |
5772 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5773 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5774 level. | |
5775 | |
5776 * startup.el (command-line-1): Don't call | |
5777 make-mode-line-mouse-sensitive. | |
5778 | |
27644 | 5779 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5780 | |
5781 * mail/rmail.el (rmail-retry-failure): Use | |
5782 rmail-beginning-of-message before rmail-toggle-header, because the | |
5783 former toggles headers. | |
5784 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5785 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
|
5786 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5787 * 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
|
5788 (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
|
5789 (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
|
5790 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
|
5791 (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
|
5792 (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
|
5793 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5794 * 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
|
5795 (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
|
5796 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
|
5797 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5798 (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
|
5799 (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
|
5800 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
|
5801 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
|
5802 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5803 (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
|
5804 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5805 (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
|
5806 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
|
5807 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5808 (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
|
5809 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
|
5810 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5811 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
|
5812 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5813 * 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
|
5814 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
|
5815 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5816 * 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
|
5817 |
27610 | 5818 2000-02-04 Dave Love <fx@gnu.org> |
5819 | |
27617 | 5820 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5821 | |
27610 | 5822 * completion.el: Replace completion-dolist with dolist. |
5823 | |
5824 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5825 dotimes. | |
5826 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5827 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5828 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5829 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5830 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5831 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5832 * 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
|
5833 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5834 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5835 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5836 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5837 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5838 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5839 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5840 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5841 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5842 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5843 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5844 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5845 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5846 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5847 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5848 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5849 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5850 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5851 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5852 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5853 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5854 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5855 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5856 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5857 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5858 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5859 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5860 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5861 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5862 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5863 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5864 (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
|
5865 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5866 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5867 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5868 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5869 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5870 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5871 |
27590 | 5872 2000-02-02 Dave Love <fx@gnu.org> |
5873 | |
5874 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5875 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5876 | |
5877 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5878 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5879 the new builtins directly. | |
5880 | |
5881 * whitespace.el (whitespace): Add :version to defgroup. | |
5882 | |
5883 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5884 Doc fix. | |
5885 | |
5886 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5887 (number-at-point, list-at-point): Add autoload cookie. | |
5888 | |
5889 * recentf.el (recentf): Add :version to defgroup. | |
5890 | |
5891 * quickurl.el (quickurl): Add :version to defgroup. | |
5892 | |
5893 * elide-head.el (elide-head): Use point-marker more. | |
5894 | |
5895 * bs.el (bs): Add :version to defgroup. | |
5896 | |
5897 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5898 | |
5899 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5900 | |
27587 | 5901 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5902 | |
5903 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5904 succeeding process operation sets a different coding system. | |
5905 | |
5906 * calculator.el: New file. | |
5907 | |
27572 | 5908 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5909 | |
5910 * frame.el (frames-on-display-list, framep-on-display): New | |
5911 functions. | |
5912 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5913 (display-selections-p, display-screens, display-pixel-width) | |
5914 (display-pixel-height, display-mm-width, display-mm-height) | |
5915 (display-backing-store, display-save-under, display-planes) | |
5916 (display-color-cells, display-visual-class): New functions. | |
5917 | |
5918 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5919 | |
5920 * faces.el (display-color-p): Use framep-on-display. | |
5921 (display-grayscale-p): New function. | |
5922 | |
27549 | 5923 2000-01-31 Dave Love <fx@gnu.org> |
5924 | |
5925 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5926 (create-fontset-from-x-resource): Don't concat integers. | |
5927 | |
27545 | 5928 2000-01-31 Inge Frick <inge@nada.kth.se> |
5929 | |
5930 * view.el: Some changes in documentation. Removed some trailing | |
5931 whitespace. Changed some parameter names to agree with | |
5932 documentation. | |
5933 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5934 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5935 |
27541 | 5936 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5937 | |
27543 | 5938 * windmove.el: New file. |
5939 | |
27541 | 5940 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5941 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5942 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5943 |
27541 | 5944 * jit-lock.el (jit-lock-function): Widen before calculating end |
5945 position. | |
5946 (jit-lock-stealth-chunk-start): Rewritten. | |
5947 | |
5948 * info.el (Info-title-face-alist): Removed. | |
5949 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5950 faces. | |
5951 (Info-fontify-node): Use these faces. | |
5952 | |
27527 | 5953 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5954 | |
5955 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5956 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5957 `&allow-other-keywords'. | |
5958 | |
5959 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5960 the list of directories scanned heuristically. | |
5961 | |
5962 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5963 exist. | |
5964 | |
27523 | 5965 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5966 | |
5967 * w32-fns.el: Define w32-tty-standard-colors. | |
5968 | |
5969 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5970 w32 console mode. | |
5971 | |
27510 | 5972 2000-01-30 Dave Love <fx@gnu.org> |
5973 | |
27513 | 5974 * jka-compr.el (jka-compr-load): Fix up load-history. |
5975 | |
27510 | 5976 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5977 | |
5978 * emacs-lisp/cl-macs.el: Revert previous change. | |
5979 | |
27499 | 5980 2000-01-29 Dave Love <fx@gnu.org> |
5981 | |
5982 * facemenu.el: Purecopy various strings. | |
5983 | |
5984 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5985 years. Deal with three-digit years. | |
5986 | |
5987 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5988 defconst, purecopy. | |
5989 (help-back-label): Purecopy it. | |
5990 | |
27498 | 5991 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5992 | |
5993 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5994 variable. If non-nil, order the buffer list according to the | |
5995 currently selected frame. | |
5996 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5997 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
|
5998 |
27496 | 5999 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6000 | |
6001 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
6002 | |
27486 | 6003 2000-01-28 Dave Love <fx@gnu.org> |
6004 | |
27491 | 6005 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
6006 | |
27486 | 6007 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
6008 Don't use lisp-indent-hook property. | |
6009 (cl-abs): Remove. | |
6010 | |
6011 * subr.el: Move out indent and edebug specs for when and unless. | |
6012 | |
6013 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6014 when, unless. | |
6015 | |
6016 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6017 unless, when. | |
6018 | |
27467 | 6019 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6020 | |
27481 | 6021 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6022 `collecting' as synonym for `collect'. | |
6023 | |
6024 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6025 for the case it contains spaces. | |
6026 | |
6027 * simple.el (what-cursor-position): Change formatting of | |
6028 messages. | |
6029 | |
27473 | 6030 * frame.el (delete-other-frames): New function. |
6031 (toplevel): Bind it to C-x 5 1. | |
6032 | |
27469 | 6033 * sort.el (sort-numeric-base): New option. |
6034 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6035 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6036 as default base. | |
6037 | |
27467 | 6038 * progmodes/glasses.el: New file. |
6039 | |
27451 | 6040 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6041 | |
27461 | 6042 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6043 userids differently. | |
6044 | |
27451 | 6045 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6046 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6047 progmodes/ebnf-yac.el: New files. | |
6048 | |
27446 | 6049 2000-01-26 Dave Love <fx@gnu.org> |
6050 | |
6051 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6052 on a function with an empty body. [From Eric Ludlam.] | |
6053 | |
27437 | 6054 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6055 | |
6056 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6057 | |
27433 | 6058 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6059 | |
6060 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6061 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6062 | |
27419 | 6063 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6064 | |
6065 * language/thai-util.el (thai-composition-function): Delete | |
6066 superfluous `a'. | |
6067 | |
27418 | 6068 2000-01-24 Dave Love <fx@gnu.org> |
6069 | |
6070 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6071 end-of-defun-function. | |
6072 | |
6073 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6074 &c. | |
6075 | |
27405 | 6076 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6077 | |
6078 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6079 conflicts with new face support. | |
6080 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6081 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6082 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6083 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6084 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6085 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6086 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6087 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6088 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6089 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6090 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6091 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6092 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6093 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6094 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6095 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6096 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6097 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6098 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6099 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6100 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6101 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6102 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6103 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6104 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6105 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6106 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6107 |
27366 | 6108 2000-01-19 Dave Love <fx@gnu.org> |
6109 | |
27368 | 6110 * files.el (user-init-file): Don't declare here -- is primitive. |
6111 | |
27366 | 6112 * startup.el (command-line): Check for compiled user-init-file and |
6113 set to uncompiled version if necessary. | |
6114 | |
27358 | 6115 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6116 | |
27361 | 6117 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6118 (undigestify-rmail-message): Use it. | |
6119 | |
27358 | 6120 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6121 | |
27351 | 6122 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6123 | |
6124 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6125 of mini-buffer. | |
6126 | |
27326 | 6127 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6128 | |
27330 | 6129 * emacs-lisp/copyright.el (copyright-update): Removed the |
6130 requirement for a trailing space from `copyright-regexp', to | |
6131 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6132 |
27327 | 6133 * align.el: New file. |
6134 | |
27326 | 6135 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6136 | |
6137 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6138 | |
27323 | 6139 2000-01-13 Dave Love <fx@gnu.org> |
6140 | |
6141 * ph.el: Removed. (Obsoleted by EUDC.) | |
6142 | |
27321 | 6143 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6144 | |
6145 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6146 menu with easymenu, because that causes build problems. | |
6147 | |
6148 * frame.el (frame-notice-user-settings): New variable. | |
6149 (frame-notice-user-settings): Don't modify frame parameters | |
6150 if called a second time. | |
6151 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6152 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6153 |
6154 * frame.el (frame-notice-user-settings): | |
6155 Notice default-frame-parameters even for non-window frames. | |
6156 | |
27318 | 6157 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6158 | |
6159 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6160 for Emacs. | |
6161 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6162 (eudc-bob-toggle-inline-display): Ditto. | |
6163 (eudc-bob-display-jpeg): Ditto. | |
6164 | |
27304 | 6165 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6166 | |
27313 | 6167 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6168 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6169 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
|
6170 |
27312 | 6171 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6172 nil)'. | |
6173 | |
6174 * subdirs.el: Add `net' directory. | |
6175 | |
27308 | 6176 * net: New directory. |
6177 | |
27304 | 6178 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6179 eval-last-sexp. Don't bind debug-on-error here. | |
6180 (eval-last-sexp): New function. Bind debug-on-error if | |
6181 eval-expression-debug-on-error is non-nil. | |
6182 (eval-defun-2, eval-defun): Likewise. | |
6183 | |
6184 * simple.el (eval-expression): Don't bind debug-on-error if | |
6185 eval-expression-debug-on-error is nil. Detect changed | |
6186 debug-on-error, and propagate new value to global binding, if | |
6187 eval-expression-debug-on-error is non-nil, | |
6188 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6189 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6190 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6191 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6192 * 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
|
6193 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6194 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6195 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6196 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6197 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6198 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6199 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6200 |
27288 | 6201 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6202 | |
27291 | 6203 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6204 of erasing buffer. | |
6205 | |
27288 | 6206 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6207 (fill-context-prefix): Use the longest common prefix of first |
6208 and second line fill prefix, if there is one. | |
27288 | 6209 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6210 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6211 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6212 * 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
|
6213 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6214 |
27282 | 6215 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6216 | |
6217 * add-log.el (add-log-current-defun): Handle user-defined | |
6218 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6219 |
27280 | 6220 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6221 if having found a current function |
27278 | 6222 |
6223 * add-log.el (add-log-current-defun): Call | |
6224 `add-log-current-defun-function'. Try matches at level 0 and | |
6225 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6226 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6227 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6228 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6229 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6230 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6231 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6232 |
27265 | 6233 2000-01-10 Dave Love <fx@gnu.org> |
6234 | |
6235 * elide-head.el (elide-head): Use point-marker, not point. | |
6236 | |
27261 | 6237 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6238 | |
27263 | 6239 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6240 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6241 |
27261 | 6242 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6243 Add ispell- prefix. | |
6244 | |
6245 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6246 | |
6247 * ispell.el: Only define dictionaries in menus when they exist. | |
6248 (version18p): New variable. | |
6249 (version20p): New variable. | |
6250 (xemacsp): New variable. | |
6251 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6252 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6253 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6254 run-together words. |
27261 | 6255 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6256 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6257 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6258 library path when called non-interactively. |
27261 | 6259 (ispell-menu-map-needed): Uses new variables. |
6260 (ispell-library-path): New variable. | |
6261 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6262 (ispell-word): Improved documentation string. Test for valid | |
6263 character mappings. Correctly check typed in word changes that can | |
6264 result in single words split into multiple words. Returns | |
6265 replacement word. | |
6266 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6267 replace in recursive query replace mode. Help message for | |
6268 recursive edit mode. | |
6269 (ispell-show-choices): Protect against bad framepop bindings. | |
6270 (ispell-help): Fix to work with XEmacs. | |
6271 (ispell-highlight-spelling-error): Use new variables. | |
6272 (ispell-overlay-window): Fix to work with XEmacs. | |
6273 (ispell-parse-output): Passed and returns location information | |
6274 tracking spelling corrections. Doesn't recheck same word on | |
6275 current line. | |
6276 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6277 Fix call to single argument in sleep-for. Use new variables. | |
6278 (ispell-region): Passed and returns location information tracking | |
6279 spelling corrections. Doesn't check same word on current line. | |
6280 Improved documentation string. Doesn't resend a line already | |
6281 checked to the ispell process - fixes bug in LaTeX parsing. | |
6282 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6283 (ispell-skip-region): No longer skips <TT> in SGML. | |
6284 (ispell-process-line): Tracks location information with spelling | |
6285 corrections. Added documentation string. Accounts for words | |
6286 already accepted on this line. Don't allow query-replace on line | |
6287 starting with math characters. Doesn't resend a line already sent | |
6288 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6289 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6290 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6291 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6292 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6293 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6294 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6295 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6296 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
|
6297 |
27255 | 6298 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6299 | |
6300 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6301 of a real newline. | |
6302 | |
27253 | 6303 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6304 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6305 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6306 for .png files. |
6307 | |
27251 | 6308 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6309 | |
6310 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6311 | |
27247 | 6312 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6313 | |
27249 | 6314 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6315 | |
27247 | 6316 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6317 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6318 recursion. |
6319 | |
27244 | 6320 2000-01-08 Dave Love <fx@gnu.org> |
6321 | |
27265 | 6322 * emacs-lisp/backquote.el: Remove inappropriate customization |
6323 (allowing custom.el to use backquote). | |
27244 | 6324 |
27241 | 6325 2000-01-07 Dave Love <fx@gnu.org> |
6326 | |
6327 * add-log.el (add-log-debugging): Deleted. | |
6328 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6329 file. Remove debugging code. | |
6330 (change-log-get-method-definition, change-log-name): Add doc. | |
6331 (change-log-sortable-date-at): New function. | |
6332 (change-log-merge): New command. | |
6333 | |
6334 * time.el (display-time-string-forms): Make the Mail string active. | |
6335 (display-time-update): Provide help-echo for load average. | |
6336 | |
6337 * bindings.el (make-mode-line-mouse2-map): New function. | |
6338 (mode-line-modified): Use it and simplify. | |
6339 (mode-line-mule-info): Provide help-echo info. | |
6340 (minor-mode-alist): Activate the strings. | |
6341 (make-mode-line-mouse-sensitive): Simplify for | |
6342 mode-line-buffer-identification. | |
6343 | |
27233 | 6344 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6345 | |
6346 * play/pong.el: New file. | |
6347 | |
27241 | 6348 2000-01-06 Dave Love <fx@gnu.org> |
6349 | |
6350 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6351 `array-' prefix for symbols. | |
6352 | |
6353 2000-01-05 Dave Love <fx@gnu.org> | |
6354 | |
6355 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6356 outline-headers-as-kill. | |
6357 (outline-mode): Define imenu-generic-expression. | |
6358 (outline-headers-as-kill): New command. | |
6359 | |
6360 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6361 from paragraph-start. | |
6362 (paragraph-indent-minor-mode): New command. | |
6363 | |
6364 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6365 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6366 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6367 (fortran-column-ruler): Simplify. | |
6368 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6369 (fortran-with-subprogram-narrowing): Likewise. | |
6370 (fortran-indent-subprogram): Call mark-defun. | |
6371 (fortran-check-for-matching-do): Change narrowing. | |
6372 | |
6373 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6374 (cl-lucid-hash-tag): Delete. | |
6375 (cl-hash-table-p): Correct test for native table. | |
6376 (cl-hash-table-count): Use hash-table-count. | |
6377 | |
6378 * browse-url.el (browse-url): Fix case of | |
6379 browse-url-browser-function being an alist. | |
6380 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6381 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6382 |
27233 | 6383 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6384 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6385 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6386 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6387 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6388 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6389 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6390 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6391 |
27191 | 6392 2000-01-05 Dave Love <fx@gnu.org> |
6393 | |
27241 | 6394 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6395 (beginning-of-defun-raw): Use it. |
6396 (end-of-defun): New variable. | |
6397 (end-of-defun): Use it. | |
6398 (check-parens): New command. | |
6399 | |
27182 | 6400 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6401 | |
27233 | 6402 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6403 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6404 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6405 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6406 |
27176 | 6407 2000-01-05 Andreas Schwab <schwab@suse.de> |
6408 | |
6409 * hscroll.el (hscroll): Doc fix. | |
6410 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6411 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6412 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6413 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6414 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6415 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6416 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6417 file idlw-rinfo.el. |
27182 | 6418 (idlwave-customize): load must read file idlw-shell.el. |
6419 (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
|
6420 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6421 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6422 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6423 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6424 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6425 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6426 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6427 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6428 both reftex-dcr and reftex-vcr. |
27182 | 6429 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6430 * 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
|
6431 |
27164 | 6432 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6433 |
6434 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6435 (ps-print-version): New version number (5.0.3). | |
6436 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6437 local. | |
6438 (ps-spool-config): Initialization fix. | |
27233 | 6439 (ps-print-prologue-1, ps-print-prologue-2) |
6440 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6441 (ps-background-image): Little code reformating. |
6442 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6443 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6444 (ps-prologue-file): New fun. |
6445 | |
27159 | 6446 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6447 | |
27233 | 6448 * ps-vars.el: Eliminated. |
27159 | 6449 |
6450 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6451 `;;;###autoload'. | |
6452 | |
6453 * ps-print.el: ps-vars eliminated, doc fix. | |
6454 (ps-print-version): New version number (5.0.2). | |
6455 (ps-spool-config): Initialization fix. | |
6456 (ps-print-customize): New fun. | |
6457 | |
27155 | 6458 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6459 | |
6460 * autorevert.el (auto-revert-mode): Return value of | |
6461 auto-revert-mode. | |
6462 | |
27152 | 6463 2000-01-04 Dave Love <fx@gnu.org> |
6464 | |
27198 | 6465 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6466 menu items. | |
27152 | 6467 |
27124 | 6468 2000-01-03 Dave Love <fx@gnu.org> |
6469 | |
27191 | 6470 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6471 |
27241 | 6472 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6473 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6474 `cl-hash-table-p', not `hash-table-p'. | |
6475 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6476 | |
27119 | 6477 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6478 | |
6479 * faces.el (face-read-integer, read-face-attribute) | |
6480 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6481 strings. | |
6482 | |
27112 | 6483 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6484 | |
6485 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6486 at comment end, and re-insert them after filling. | |
6487 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6488 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
|
6489 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6490 * 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
|
6491 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6492 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
|
6493 |
27102 | 6494 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6495 | |
6496 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6497 the new name of face-color-supported-p. | |
6498 | |
6499 * term/w32-win.el (xw-defined-colors): Likewise. | |
6500 | |
27097 | 6501 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6502 | |
6503 * simple.el (completion-setup-function): Count completion-size | |
6504 from minibuffer-prompt-end, not from point-min. | |
6505 | |
27091 | 6506 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6507 | |
6508 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6509 Pass the frame to tty-color-* functions. | |
6510 (display-color-p, frame-set-background-mode): Pass the frame to | |
6511 tty-display-color-p. | |
6512 | |
6513 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6514 tty-color-alist. | |
6515 (tty-color-alist, tty-modify-color-alist): New functions. | |
6516 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6517 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6518 an optional parameter FRAME. | |
6519 | |
27074 | 6520 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6521 | |
27082 | 6522 * image.el (create-image, defimage): Don't assume image data is a |
6523 string. | |
6524 | |
27074 | 6525 * image.el (defimage): Handle specifications containing :data |
6526 instead of :file. | |
6527 (image-type-from-data): New function. | |
6528 (image-type-from-file-header): Use it. | |
6529 (create-image): Add parameter DATA-P. | |
27182 | 6530 |
30729 | 6531 See ChangeLog.8 for earlier changes. |