Mercurial > emacs
annotate lisp/ChangeLog @ 30964:c6ebff75e052
(comint-output-filter):
Save the point with a marker, not just a buffer position.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 19 Aug 2000 12:36:48 +0000 |
parents | 0bf7e72d456f |
children | 7265b1124adb |
rev | line source |
---|---|
30963 | 1 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * hilit-chg.el: General cleanup of doc strings, comments and | |
4 code formatting. | |
5 | |
30960 | 6 2000-08-19 Miles Bader <miles@gnu.org> |
7 | |
8 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
9 Compiler macro removed; beginning-of-line is no longer always | |
10 equivalent to forward-line, in the presence of fields. | |
11 | |
12 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
13 restriction, and just use save-restriction, now that it works | |
14 correctly. Don't adjust comint-last-input-start to account for | |
15 our insertion; it shouldn't have moved because we don't use | |
16 insert-before-markers anymore. Comment out call to | |
17 `force-mode-line-update'; why is it here? | |
18 | |
19 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
20 while checking for prompt to delete. Use `forward-line 0' | |
21 instead of beginning-of-line. | |
22 (gud-filter): Temporarily widen gud comint buffer while | |
23 examining output. | |
24 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
25 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
26 |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
27 * 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
|
28 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
|
29 |
30953 | 30 2000-08-18 Dave Love <fx@gnu.org> |
31 | |
32 * image.el (find-image): Copy `spec' before using plist-put. | |
33 | |
30948 | 34 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
35 | |
36 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
37 `portugues'. | |
38 | |
39 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
40 backward-kill-sexp, analogous to kill-sexp. | |
41 | |
42 * progmodes/icon.el (icon-indent-line) | |
43 (icon-is-continuation-line): Handle comments specially. | |
44 | |
45 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
46 | |
47 * ispell.el: Set to standard author/maintainer/keyword fields. | |
48 Fine tuning to menu map appearance and operation, and added help. | |
49 Remove `start' and `end' error messages when compiling. | |
50 (ispell-choices-win-default-height): Fixed comment string. | |
51 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
52 castellano8 dictionaries. | |
53 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
54 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
55 dictionary, added italiano dictionary. | |
56 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
57 word character | |
58 (ispell-tex-skip-alists): Added psfig support. | |
59 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
60 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
61 (ispell-minor-check): Improved html skipping support to skip across | |
62 code, and recognize `&' commands without propper `;' syntax; | |
63 (ispell-process-line): Fix alignment error when manually | |
64 correcting spelling. | |
65 (ispell): Fix comment string. | |
66 (ispell-add-per-file-word-list): Always put word list on new line. | |
67 | |
30922 | 68 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
69 | |
30928 | 70 * format.el (format-encode-run-method): Fix error message to say |
71 `encode' instead of `decode'. Use save-window-excursion around | |
72 shell-command-on-region as in format-decode-run-method because | |
73 shell-command-on-region can display a buffer with error output. | |
74 (format-decode): Don't record undo information for the decoding. | |
75 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
76 that number part of the temporary buffer name so that more than | |
77 one decoding using a temporary buffer can happen safely. | |
78 | |
79 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
80 of `A-z' in the regexp. | |
81 | |
82 * hilit-chg.el: Fix typos in commentary. | |
83 | |
30922 | 84 * help.el (view-emacs-news): Rewritten for new naming scheme |
85 for old NEWS files. | |
86 | |
87 * startup.el (command-line): Pop to *Messages* in case an error | |
88 is signaled while loading user-init-file. | |
89 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
90 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
91 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
92 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
93 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
94 |
30906 | 95 2000-08-17 Alex Schroeder <alex@gnu.org> |
96 | |
97 * sql.el (sql-magic-go): Use comint-bol. | |
98 (sql-copy-column): Use comint-line-beginning-position. | |
99 (comint-line-beginning-position): Define a replacement for | |
100 comint-line-beginning-position if it is not fboundp. | |
101 | |
102 2000-08-17 Alex Schroeder <alex@gnu.org> | |
103 | |
104 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
105 it didn't have any effect anyway. | |
106 | |
107 2000-08-17 Alex Schroeder <alex@gnu.org> | |
108 | |
109 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
110 --pset and pager=off instead of sending \\o|cat at the beginning | |
111 of the session. | |
112 | |
30903 | 113 2000-08-17 Miles Bader <miles@gnu.org> |
114 | |
115 * progmodes/octave-inf.el: Add compatibility definition of | |
116 comint-line-beginning-position. | |
117 | |
30898 | 118 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
119 | |
120 * startup.el (normal-top-level): Look in each dir in load-path for | |
121 a leim-list.el file too. This assures of loading leim-list.el | |
122 that is created at Emacs installation time even if a user have his | |
123 own leim-list.el. | |
124 | |
30897 | 125 2000-08-17 Miles Bader <miles@gnu.org> |
126 | |
127 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
128 foreground color to black if the background is dark. | |
129 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
130 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
131 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
132 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
133 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
134 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
135 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
136 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
137 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
138 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
139 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
140 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
141 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
142 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
143 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
144 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
145 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
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 * 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
|
148 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
149 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
150 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
151 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
152 * 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
|
153 (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
|
154 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
155 (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
|
156 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
157 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
158 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
159 (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
|
160 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
161 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
162 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
163 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
164 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
165 (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
|
166 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
167 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
168 (diff-apply-hunk): New command. |
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 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
171 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
172 * 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
|
173 |
30870 | 174 2000-08-16 Dave Love <fx@gnu.org> |
175 | |
30894 | 176 * windmove.el (windmove) <defgroup>: Add :version. |
177 | |
178 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
179 (goto-address-fontify-p, goto-address-highlight-p) | |
180 (goto-address-url-face, goto-address-url-mouse-face) | |
181 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
182 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
183 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
184 (goto-address-at-point): browse-url-url-at-point, | |
185 goto-address-find-address-at-point can return nil. | |
186 (goto-address-find-address-at-point): Return nil on failure. | |
187 | |
188 * align.el (align) <defgroup>: Add :version. | |
189 | |
190 * calculator.el (calculator): Add :version. | |
191 (calculator): Use two lines for calculator window if `modeline' | |
192 face is boxed. | |
193 | |
30870 | 194 * play/5x5.el: Doc fixes. |
195 (5x5) <defgroup>: Add :version. | |
196 | |
197 * play/fortune.el (fortune) <defgroup>: Add :version. | |
198 (fortune-append): Fix error message. | |
199 (fortune-from-region): Doc fix. | |
200 | |
201 * play/pong.el (pong): Doc fix. | |
202 | |
203 * play/morse.el: Keywords, commentary, autoloads. | |
204 | |
30854 | 205 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
206 | |
207 * desktop.el (desktop-save): Don't look at symbol-value of a | |
208 member of minor-mode-alist, unless it is boundp. | |
209 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
210 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
|
211 |
30897 | 212 * 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
|
213 `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
|
214 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
|
215 |
30846 | 216 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
217 | |
218 * international/ccl.el (declare-ccl-program): Docstring modified. | |
219 (ccl-execute-with-args): Likewise. | |
220 | |
30839 | 221 2000-08-16 Miles Bader <miles@gnu.org> |
222 | |
30903 | 223 * progmodes/sql.el: Add compatibility definition of |
30839 | 224 comint-line-beginning-position. |
225 | |
30808 | 226 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
227 | |
30829 | 228 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
229 'buffer-menu' property. | |
230 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
231 fails. | |
232 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
233 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
234 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
235 |
30825 | 236 * buff-menu.el (list-buffers-noselect): Don't display the |
237 *Buffer List* buffer. | |
238 | |
30822 | 239 * font-lock.el: Require jit-lock to prevent a very late |
240 `Loading jit-lock' message. | |
241 | |
30808 | 242 * 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
|
243 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 244 mail address. |
245 | |
30804 | 246 2000-08-15 Miles Bader <miles@gnu.org> |
247 | |
248 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
249 (ispell-choices-win-default-height, ispell-help): Use | |
250 `ispell-graphic-p' instead of `xemacsp'. | |
251 | |
30802 | 252 2000-08-15 Dave Love <fx@gnu.org> |
253 | |
30842 | 254 * simple.el: Autoload widget-convert when compiling. |
255 (mail-user-agent): Doc fix. | |
256 | |
257 * help.el (function-called-at-point, variable-at-point): Use | |
258 with-syntax-table. | |
259 (help-manyarg-func-alist): Add insert-and-inherit. | |
260 | |
261 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
262 | |
263 * delsel.el (delsel-unload-hook): New function. | |
264 | |
265 * find-file.el: Doc fixes. Move provide to end. | |
266 (ff) <defgroup>: Add :link. | |
267 (ff-goto-click): Deleted. | |
268 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
269 Use mouse-set-point. | |
270 | |
271 * textmodes/tildify.el: Doc fixes. | |
272 (tildify) <defgroup>: Add:version. | |
273 | |
274 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
275 (glasses-custom-set): Use set-default, not set. | |
276 (minor-mode-alist): Propertize the lighter. | |
277 (glasses-mode): Provide optional arg. | |
278 | |
30813 | 279 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
280 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
281 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
282 option. Provide :type. | |
283 (cwarn-configuration): Provide :type. | |
284 (cwarn-mode): Doc fix. | |
285 | |
286 * add-log.el (change-log-merge): Doc fix. | |
287 (change-log-redate): New command. | |
288 | |
30802 | 289 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
290 Doze and Dog. | |
291 (browse-url): Use dolist, not mapcar. | |
292 (browse-url-at-point): Check for null url. | |
293 (browse-url-event-buffer, browse-url-event-point): Functions | |
294 deleted. | |
295 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
296 | |
297 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
298 modes. | |
299 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
300 Fix previous change to mapcan. | |
301 (msb--init-file-alist, msb--add-separators) | |
302 (msb--make-keymap-menu): Simplify. | |
303 (msb--choose-file-menu): Use copy-sequence. | |
304 (msb-mode-map): Add title to keymap. | |
305 (msb-unload-hook): New function. | |
306 | |
307 * bs.el: Fix indentation. | |
308 (bs) <defgroup>: Add :links. | |
30894 | 309 (bs-show): Doc fix. |
310 (bs-apply-sort-faces): Don't use window-system. | |
311 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 312 |
30796 | 313 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
314 | |
315 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
316 convert-standard-filename. | |
317 | |
30788 | 318 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
319 | |
30790 | 320 * emacs-lisp/authors.el: New file. |
321 | |
30788 | 322 * paren.el (show-paren-priority): New user option. |
323 (show-paren-function): Set overlay priorities to | |
324 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
325 |
30783 | 326 2000-08-14 Miles Bader <miles@gnu.org> |
327 | |
328 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
329 beginning-of-line with inhibit-field-text-motion bound. | |
330 | |
30781 | 331 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
332 | |
333 * calendar/timeclock.el: New file. | |
334 | |
335 2000-08-14 David Ponce <david@dponce.com> | |
336 | |
337 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
338 `widget-button-click'. so that one can use left mouse button to | |
339 click on dialog buttons. | |
340 | |
341 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
342 | |
343 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
344 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
|
345 |
30767 | 346 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
|
347 |
30769 | 348 * comint.el (comint-output-filter): Don't bother frobbing |
349 window-start, it doesn't seem to be necessary. | |
30767 | 350 |
351 * comint.el (comint-send-string, comint-send-region): Make into | |
352 real functions. Snapshot the prompt before sending. | |
353 | |
30764 | 354 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
355 | |
356 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
357 technique similar to Info-index, instead of relying on specific | |
358 names of relevant Index nodes. | |
359 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
360 going to the first node found by Info-find-emacs-command-nodes. | |
361 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
362 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 363 |
364 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
365 | |
30741 | 366 2000-08-10 Miles Bader <miles@gnu.org> |
367 | |
368 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
369 | |
30739 | 370 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
371 | |
372 * info.el (Info-file-list-for-emacs): More elements for the | |
373 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
374 and woman manuals. | |
375 | |
30737 | 376 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
377 | |
378 * comint.el (comint-send-input): Make the newline boundary overlay | |
379 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
380 (comint-output-filter): Use `insert' instead of | |
381 `insert-before-markers'. Extend comint-last-output-overlay when | |
382 necessary since we can't rely on insert-before-markers to do it. | |
383 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
384 save-excursion when inserting the output, so that point gets | |
385 updated correctly; the old method relied on a rather dodgy | |
386 side-effect of comint-output-filter to avoid the effect of | |
387 save-excursion. | |
388 | |
30734 | 389 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
390 | |
391 * files.el (recover-file): Call insert-directory instead of | |
392 invoking `ls' directly. | |
393 | |
30732 | 394 2000-08-10 Miles Bader <miles@gnu.org> |
395 | |
396 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
397 (comint-last-prompt-overlay): New variables. | |
398 (comint-output-filter): Implement prompt highlighting. | |
399 (comint-snapshot-last-prompt): New function. | |
400 (comint-send-input): Snapshot the last prompt. | |
401 Use comint-highlight-input-face. | |
402 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
403 Use defface instead of defcustom. | |
404 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
405 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
406 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
407 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
408 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
409 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
410 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
411 (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
|
412 (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
|
413 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
|
414 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
415 * 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
|
416 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
417 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
418 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
419 |
30715 | 420 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
421 | |
422 * files.el (insert-directory): Don't call access-file on | |
423 directories on DOS and Windows. | |
424 | |
30704 | 425 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
426 | |
427 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
428 longer if necessary. | |
429 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
430 ccl-program-vector. | |
431 | |
30701 | 432 2000-08-09 Miles Bader <miles@gnu.org> |
433 | |
434 * comint.el (comint-output-filter): Properly handle the case where | |
435 the text surrounded by comint-last-output-overlay was deleted. | |
436 | |
30671 | 437 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
438 | |
30693 | 439 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
440 non-nil. | |
441 (Info-file-list-for-emacs): Remove "info" from the list because | |
442 that leads to trying to use the documentation from file `info' | |
443 in various situations where it isn't appropriate, for instance | |
444 C-h C-k C-h i. | |
445 | |
446 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
447 DIR and/or STRING are nil. | |
448 | |
449 * progmodes/compile.el (compilation-setup): Make variable | |
450 compilation-error-screen-columns buffer-local, as some comment | |
451 in the code suggests it should be. | |
452 | |
453 * files.el (auto-mode-interpreter-regexp): New variable. | |
454 (set-auto-mode): Use it. | |
455 | |
456 * indent.el (indent-for-tab-command): Doc fix. | |
457 | |
458 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
459 | |
30671 | 460 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
461 labels. | |
462 | |
463 * help.el (print-help-return-message): When | |
464 display-buffer-reuse-frames is set, let the help window been quit, | |
465 instead of deleting it, which might delete a reused frame. | |
466 | |
30664 | 467 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
468 | |
469 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
470 rename a directory to a name that differs only by its letter case. | |
471 | |
30655 | 472 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
473 | |
474 * international/quail.el (quail-define-rules): Handle Quail decode | |
475 map correctly. Add code for supporting annotations. | |
476 (quail-install-decode-map): New function. | |
477 (quail-defrule-internal): New optional arguments decode-map and | |
478 props. | |
479 (quail-advice): New function. | |
480 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
481 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
|
482 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
483 * 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
|
484 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
485 * 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
|
486 |
30649 | 487 2000-08-03 Miles Bader <miles@gnu.org> |
488 | |
489 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
490 New variable. | |
491 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
492 comint-use-prompt-regexp-instead-of-fields. | |
493 (comint-send-input): Add `input' field property to stuff we send to | |
494 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
495 (comint-output-filter): Add `output' field property to process | |
496 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
497 (comint-replace-by-expanded-history) | |
498 (comint-get-old-input-default, comint-show-output) | |
499 (comint-backward-matching-input, comint-forward-matching-input) | |
500 (comint-next-prompt, comint-previous-prompt): Use field | |
501 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
502 (comint-line-beginning-position): New function. | |
503 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
504 (comint-replace-by-expanded-history-before-point): Use | |
505 comint-line-beginning-position and line-end-position. | |
506 (comint-last-output-overlay): New variable. | |
507 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
508 | |
509 * shell.el (shell-prompt-pattern): Doc change. | |
510 (shell-backward-command): Use line-beginning-position. | |
511 | |
512 * gud.el (gud-gdb-complete-command): Use | |
513 comint-line-beginning-position. | |
514 | |
515 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
516 comint-bol doesn't actually go to the beginning of the line. | |
517 | |
518 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
519 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
520 (try-expand-line-all-buffers): Likewise. | |
521 | |
522 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
523 explicitly matching comint-prompt-regexp. | |
524 (sql-copy-column): Use comint-line-beginning-position instead of | |
525 explicitly matching comint-prompt-regexp. | |
526 | |
527 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
528 comint-line-beginning-position. | |
529 | |
530 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
531 | |
532 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
533 looking for a prompt, use `forward-line 0' instead of | |
534 `beginning-of-line', to avoid getting caught by an input field. | |
535 | |
30633 | 536 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
537 | |
538 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
539 PATTERN, in the Unix case. | |
540 | |
30629 | 541 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
542 | |
543 * play/zone.el (zone): Discard any pending input before running | |
544 the randomly-chosen pgm. | |
545 | |
30623 | 546 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
547 | |
548 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
549 checking the existence of any multibyte characters. | |
550 | |
30619 | 551 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
552 | |
30622 | 553 * help.el (describe-mode): Test minor-mode symbol for being |
554 bound before testing its value for being nil. | |
555 | |
30619 | 556 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
557 `first', `second', and `third'. | |
558 | |
559 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
560 (second): Make it an alias for `cadr'. | |
561 | |
30616 | 562 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
563 | |
564 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
565 types of display support faces now. | |
566 | |
30614 | 567 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
568 | |
569 * pcvs.el (require): Require `cl' during compilation, only. | |
570 | |
571 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
572 (toplevel): Remove `remq' and `remove' from autoloads. | |
573 (cl-fake-autoloads): New variable. If set, arrange for an error | |
574 when CL functions etc. are autoloaded. | |
575 | |
30585 | 576 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
577 | |
30593 | 578 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
579 | |
30591 | 580 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
581 popped up, but the user clicks outside the menu, return an empty | |
582 regexp (that causes unhighlight-regexp to have no effect). | |
583 | |
30589 | 584 * menu-bar.el (menu-bar-games-menu): Add Zone. |
585 | |
30585 | 586 * hi-lock.el (toplevel): Require font-lock. |
587 | |
30576 | 588 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
589 | |
590 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
591 (ebnf-8-bit-chars): New var for bug fix. | |
592 (ebnf-string): Bug fix. | |
593 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
594 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
|
595 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
596 * 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
|
597 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
598 (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
|
599 `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
|
600 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
601 |
30567 | 602 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
603 | |
604 * international/mule-cmds.el (select-safe-coding-system): Make | |
605 the message text about selecting a safe coding system more clear. | |
606 | |
30564 | 607 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
608 | |
30565 | 609 * hi-lock.el: New file. |
610 | |
611 * play/zone.el: New file. | |
612 | |
30564 | 613 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
614 value of tab-width in the original buffer. Choose a line number | |
615 format that's a multiple of the original buffer's tab width, so | |
616 that lines appear right. | |
617 | |
618 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
619 Spell-check active region if in transient-mark-mode and mark | |
620 is active; otherwise spell-check buffer. | |
621 | |
622 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
623 | |
624 * ps-mule.el: Fix a customization problem on | |
625 ps-mule-font-info-database-default. | |
626 | |
30555 | 627 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
628 | |
629 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
630 display-mouse-p instead of window-system. | |
631 (ebrowse-member-mode-map): Ditto. | |
632 | |
30553 | 633 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
634 | |
635 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
636 fix. | |
637 (ebnf-version): New version number (3.2). | |
638 (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
|
639 |
30547 | 640 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
641 | |
30549 | 642 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
643 font lock support on window-system. | |
644 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
645 | |
30547 | 646 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
647 display-color-p, if fboundp, instead of window-system. | |
648 | |
30545 | 649 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
650 | |
651 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
652 instead of window-system. | |
653 | |
654 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
655 window-system. | |
656 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
657 instead of window-system. | |
658 | |
659 * strokes.el (strokes-file): Run the file name through | |
660 convert-standard-filename. | |
661 (strokes-mode): Call display-mouse-p instead of looking at | |
662 window-system. Change the error message accordingly. | |
663 | |
664 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
665 | |
666 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
667 (lm-plot-square, lm-init-display): Don't use window-system. | |
668 | |
669 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
670 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
671 | |
672 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
673 instead of looking at window-system. | |
674 | |
30528 | 675 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
676 | |
677 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
678 of testing if iswitchb-prepost-hooks is bound, because the | |
679 latter will always be true when invoking a recursive minibuffer | |
680 from an active Iswitchb buffer. | |
681 | |
30526 | 682 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
683 | |
684 * files.el (shell-quote-wildcard-pattern): New function. | |
685 (insert-directory): Call it. Only prepend "\" to command on Unix | |
686 and GNU/Linux systems. | |
687 | |
30524 | 688 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
689 | |
690 * eshell/esh-groups.el: Change custom :link file names | |
691 from `eshell.info' to `eshell'. | |
692 | |
693 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
694 | |
695 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
696 correctly in recursive ange-ftp listings. | |
697 | |
698 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
699 | |
700 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
701 ps-header-font-size-internal and | |
702 ps-header-title-font-size-internal variables are not set, | |
703 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
704 face text property is (foreground-color . COLOR) or | |
705 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
706 (ps-print-version): New version number (5.2.4). | |
707 (ps-plot-region): Code fix. | |
708 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
709 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
710 Bug fix 2. | |
711 | |
712 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
713 | |
714 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
715 identifiers like `myXMLDocument'. | |
716 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
717 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
|
718 |
30524 | 719 * mail/mail-hist.el (mail-hist-previous-input) |
720 (mail-hist-next-input): Do the obvious code factorization. | |
721 (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
|
722 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
|
723 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
|
724 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
725 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
|
726 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
727 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 728 Use `<=', not `<' to compare times! |
729 (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
|
730 |
30502 | 731 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
732 | |
30516 | 733 * play/cookie1.el: Add explanation of how to make cookie.el |
734 compatible with strfile(1) to comment. | |
735 | |
736 * subr.el (remove, remq): New functions. | |
737 | |
30511 | 738 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
739 escape `*' in regexps. | |
740 (midnight-find): Reverse order of arguments in the funcall of | |
741 TEST. | |
742 | |
743 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
744 and `.class'. | |
745 | |
30502 | 746 * play/meese.el: Add Commentary section. |
747 | |
30516 | 748 2000-07-27 Alex Schroeder <alex@gnu.org> |
749 | |
750 * sql.el (sql-ms): Added autoload cookie. | |
751 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
752 (sql-oracle): Ditto. | |
753 (sql-help): Doc change. | |
754 | |
755 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
756 types and exceptions. | |
757 | |
758 2000-07-27 Alex Schroeder <alex@gnu.org> | |
759 | |
760 * sql.el (sql-placeholder-history): New variable. | |
761 (sql-query-placeholders-and-send): New function that will query | |
762 the user and replace placeholders with user input. | |
763 (sql-oracle): If running on NT, set comint-input-sender to | |
764 sql-query-placeholders-and-send. | |
765 | |
766 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
767 present it as a message. | |
768 | |
769 2000-07-27 Alex Schroeder <alex@gnu.org> | |
770 | |
771 * sql.el (sql-input-ring-separator): Doc change. | |
772 (sql-input-ring-file-name): Doc change. | |
773 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
774 `sql-input-ring-file-name' to set the comint-mode equivalents | |
775 without making them local variables. | |
776 (sql-stop): Don't bind `sql-input-ring-separator' and | |
777 `sql-input-ring-file-name' dynamically to their comint-mode | |
778 equivalents. | |
779 | |
30490 | 780 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
781 | |
782 * international/mule.el (register-char-codings): New function. | |
783 (make-coding-system): Handle `safe-chars' specification in the arg | |
784 PROPERTY. | |
785 | |
786 * international/mule-cmds.el | |
787 (find-coding-systems-region-subset-p): This function deleted. | |
788 (sort-coding-systems-predicate): New variable. | |
789 (sort-coding-systems): New function. | |
790 (find-coding-systems-region): Use | |
791 find-coding-systems-region-internal. | |
792 (find-coding-systems-string): Use find-coding-systems-region. | |
793 (find-coding-systems-for-charsets): Check | |
794 char-coding-system-table. | |
795 (select-safe-coding-system-accept-default-p): New variable. | |
796 (select-safe-coding-system): Mostly rewritten. New argument | |
797 ACCEPT-DEFAULT-P. | |
798 (select-message-coding-system): Call select-safe-coding-system | |
799 with ACCEPT-DEFAULT-P arg. | |
800 (reset-language-environment): Reset default-sendmail-coding-system | |
801 to the default value iso-latin-1. | |
802 (set-language-environment): Don't set the obsolete variable | |
803 charset-origin-alist. | |
804 | |
805 * international/codepage.el (cp-coding-system-for-codepage-1): | |
806 Give `safe-chars' property to make-coding-system. | |
807 | |
808 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
809 calling select-message-coding-system twice. | |
810 | |
811 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
812 instead of `safe-charsets'. | |
813 (cyrillic-alternativnyj): Likewise. | |
814 (ccl-encode-alternativnyj): Don't check the charset | |
815 cyrillic-iso8859-5. | |
816 | |
30484 | 817 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
818 | |
819 * composite.el (compose-chars-after): Preserve match data. | |
820 | |
30481 | 821 2000-07-26 Sam Steingold <sds@gnu.org> |
822 | |
823 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
824 (ange-ftp-real-file-newer-than-file-p): New function. | |
825 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
826 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
827 | |
828 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
829 * midnight.el (midnight-float-time): Ditto. | |
830 | |
30479 | 831 2000-07-26 Andreas Schwab <schwab@suse.de> |
832 | |
833 * files.el (normal-backup-enable-predicate): Correct | |
834 interpretation of the return value of compare-strings. | |
835 | |
30471 | 836 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
837 | |
30477 | 838 * isearch.el (isearch-resume): New function. |
839 (isearch-done): Add something to command-history to resume | |
840 the search. | |
841 (isearch-yank-line, isearch-yank-word): Use | |
842 buffer-substring-no-properties instead of buffer-substring. | |
843 | |
30471 | 844 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
845 of flyspell-mouse-map. | |
846 | |
847 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
848 duplicate definition. | |
849 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
850 | |
851 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
852 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
853 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
854 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
|
855 |
30459 | 856 * net/ange-ftp.el: Get modtime over the net. |
857 (ange-ftp-file-modtime): New function. | |
30473 | 858 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
859 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 860 Use it. |
861 (ange-ftp-dot-to-slash): New function. | |
862 (ange-ftp-fix-name-for-vms): Use it. | |
863 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
864 * 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
|
865 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
866 |
30457 | 867 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
868 | |
869 * find-dired.el: Update copyright notice. | |
870 (find-dired): Offer to kill a running `find'. | |
871 | |
872 * enriched.el (enriched-face-ans): For a `foreground-color' | |
873 property, return '(("x-color" COLOR))' so that COLOR will be | |
874 output as a parameter of the x-color annotation. Likewise for the | |
875 `background-color' property. In the case of normal face | |
876 properties, don't return annotations for unspecified foreground | |
877 and background face attributes. | |
878 | |
30450 | 879 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
880 | |
881 * language/japan-util.el (japanese-katakana-region): Fix handling | |
882 HANKAKU argument. | |
883 | |
30438 | 884 2000-07-25 Miles Bader <miles@gnu.org> |
885 | |
886 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
887 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
888 constrain-to-field. | |
889 | |
30437 | 890 2000-07-24 Andrew Innes <andrewi@gnu.org> |
891 | |
892 * timer.el (timer-activate-when-idle): Add optional parameter | |
893 DONT-WAIT. Update docstring. | |
894 (run-with-idle-timer): Specify extra parameter to | |
895 timer-activate-when-idle, so that timer will be activated | |
896 immediately if Emacs is already idle. | |
897 | |
898 * w32-fns.el (w32-using-nt): Fix docstring. | |
899 | |
30434 | 900 2000-07-24 Dave Love <fx@gnu.org> |
901 | |
902 * mouse.el (popup-menu): Set last-command-event. | |
903 (mouse-major-mode-menu-prefix): Declare. | |
904 | |
30433 | 905 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
906 | |
907 * textmodes/flyspell.el: Update to author's version 1.5d. | |
908 | |
909 * progmodes/hideshow.el: Update copyright notice. | |
910 | |
911 * vcursor.el: Set maintainer to FSF, since author cannot | |
912 be reached. | |
913 | |
30422 | 914 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
915 | |
30424 | 916 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
917 the prompt. | |
918 | |
30422 | 919 * mouse.el (popup-menu): Run the keymap through indirect-function, |
920 in case it was defined with define-prefix-key. If the menu is a | |
921 list of keymaps, look up the binding of user's choice in each one | |
922 of the keymaps. | |
923 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
924 don't have a prompt string, create one and insert it into the | |
925 keymap. Don't barf if current-local-map returns nil. | |
926 | |
30415 | 927 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
928 | |
929 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
930 to be undone. | |
931 (dired-sort-other): Use it. | |
932 | |
30412 | 933 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
934 | |
30415 | 935 * Release of cc-mode 5.27 |
30412 | 936 |
937 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
938 | |
939 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
940 c-beginning-of-statement-1 that caused a bad case of recursion | |
941 which could consume a lot of CPU in large classes in languages | |
942 that have in-expression classes (i.e. Java and Pike). | |
943 | |
944 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
945 statements before top level constructs (i.e. case 6 is moved | |
946 before case 5 and is now case 4) to catch in-expression | |
947 classes in top level expressions correctly. | |
948 | |
949 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
950 | |
951 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
952 objc-method-intro. Case 4 removed and case 5I added. | |
953 | |
954 * cc-langs.el (c-append-paragraph-start): New variable used by | |
955 c-common-init to get paragraph-start correct. | |
956 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
957 initialize paragraph-start to make it correct both with and | |
958 without the javadoc special case. | |
959 | |
960 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
961 initialize paragraph-start for javadoc markup. | |
962 | |
963 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
964 change by defaulting this to t. It's motivated by the | |
965 confusing behavior that otherwise arise from the style system | |
966 when editing both java and non-java files at the same time | |
967 (see the comments about style setting in c-common-init). | |
968 | |
969 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
970 | |
971 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
972 similar to the one in c-fill-paragraph to check the fill | |
973 prefix from the adaptive fill function for sanity. | |
974 | |
975 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
976 | |
977 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
978 defun block. | |
979 | |
980 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
981 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
982 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 983 |
984 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
985 | |
986 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
987 leading comma nicely. Extended to handle member initializers | |
988 too. | |
989 | |
30415 | 990 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 991 c-guess-basic-syntax): Fixed recognition of inheritance lists |
992 when the lines begins with a comma. | |
993 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
994 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 995 |
996 * cc-vars.el (c-offsets-alist): Changed default for | |
997 member-init-cont to c-lineup-multi-inher since it now handles | |
998 member initializers and indents better for leading commas. | |
999 | |
1000 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1001 | |
1002 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
1003 handling that caused class open lines to be recognized as | |
1004 statement-conts in some cases. | |
1005 | |
1006 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
1007 guessed by the adaptive fill function unless point is on the | |
1008 first line of a block comment. | |
1009 | |
1010 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
1011 when the buffer ends with a macro continuation char. | |
1012 | |
1013 * cc-engine.el (c-guess-basic-syntax): Added support for | |
1014 function definitions as statements in Pike. The first | |
1015 statement in a lambda block is now labeled defun-block-intro | |
1016 instead of statement-block-intro. | |
1017 | |
1018 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
1019 so that the class surrounding point is selected, not the one | |
1020 innermost in the state. | |
1021 | |
1022 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
1023 recognition of switch labels having hanging multiline | |
1024 statements. | |
1025 | |
1026 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
1027 some code in c-guess-basic-syntax to a separate function. | |
1028 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
1029 recognition of member inits with multiple line arglists. | |
1030 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
1031 member-init-cont when the commas are in funny places. | |
1032 | |
1033 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1034 | |
1035 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
1036 not used anymore. | |
1037 | |
1038 * cc-engine.el (c-looking-at-bos): New helper function. | |
1039 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
1040 inexpr and toplevel classes apart in Pike. | |
1041 | |
1042 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
1043 of case 9A. | |
1044 | |
1045 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
1046 constant, since "class" can introduce an in-expression class | |
1047 in Pike nowadays. | |
1048 | |
1049 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1050 | |
1051 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
1052 indentation on cpp-macro lines. | |
1053 | |
1054 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
1055 a syntax modifier like comment-intro, to make it possible to | |
1056 get syntactic indentation for preprocessor directives. It's | |
1057 incompatible wrt to lineup functions on cpp-macro, but it has | |
1058 no observable effect in the 99.9% common case where cpp-macro | |
1059 is set to -1000. | |
1060 | |
1061 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1062 | |
1063 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
1064 member-init-cont when the preceding arglist is several lines. | |
1065 | |
1066 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1067 | |
1068 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
1069 style corrected to 8. | |
1070 | |
1071 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1072 | |
1073 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
1074 brace list openers in the gnu style. | |
1075 | |
1076 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1077 | |
1078 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
1079 | |
1080 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
1081 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
1082 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
1083 when c-syntactic-indentation is nil. | |
1084 | |
1085 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
1086 we were left at comments preceding the first statement when | |
1087 reaching the beginning of the buffer. | |
1088 | |
1089 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
1090 off all syntactic indentation. | |
1091 | |
1092 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1093 | |
1094 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
1095 between the text and the block comment ender when it hangs, | |
1096 depending on how many there are before the fill. | |
1097 | |
1098 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1099 | |
1100 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
1101 function to go back to the closest preceding statement start, | |
1102 which could be inside a conditional statement. | |
1103 * cc-engine.el (c-guess-basic-syntax): Use | |
1104 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
1105 | |
1106 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
1107 arglist-intro, arglist-cont-nonempty and arglist-close when | |
1108 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
1109 changed. | |
1110 | |
1111 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
1112 up-to-date with javadoc 1.2. | |
1113 | |
1114 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1115 | |
1116 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
1117 multiline Pike type decls. | |
1118 | |
1119 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1120 | |
1121 * cc-cmds.el (c-indent-new-comment-line): Always break | |
1122 multiline comments in multiline mode, regardless of | |
1123 comment-multi-line. | |
1124 | |
1125 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1126 | |
1127 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
1128 fully::qualified::names in C++ member init lists. Preamble in | |
1129 case 5D changed. | |
1130 | |
1131 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1132 | |
1133 * cc-langs.el (c-common-init): Handling of obsolete variables | |
1134 moved to c-initialize-cc-mode. More compatible style override | |
1135 when using global style variables. | |
1136 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
1137 variables moved here. | |
1138 | |
30415 | 1139 * cc-mode.texi: Documented the special behavior of |
30412 | 1140 c-special-indent-hook as a style variable. Don't talk about |
1141 doing (c-make-styles-buffer-local t) in a mode hook, since | |
1142 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
|
1143 |
30412 | 1144 * cc-styles.el (c-make-styles-buffer-local): Flag style |
1145 variable localness in c-style-variables-are-local-p to make | |
1146 the compatibility measure in c-common-init work well. | |
1147 | |
1148 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
1149 longer contain set-from-style. | |
1150 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1151 set-from-style on c-special-indent-hook. | |
1152 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1153 copy-alist is sufficient now. | |
1154 | |
1155 * cc-styles.el (c-set-style, c-set-style-1, | |
1156 c-get-style-variables): Fixes to variable initialization so | |
1157 that duplicate entries in styles have the same effect | |
1158 regardless of DONT-OVERRIDE. | |
1159 | |
1160 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1161 initialization of inheriting styles failed when the | |
1162 dont-override flag is set. | |
1163 | |
1164 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1165 on this. | |
1166 | |
1167 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1168 | |
1169 * cc-defs.el (c-forward-comment): Removed the workaround | |
1170 introduced in 5.38 since it had worse side-effects. If a line | |
1171 contains the string "//\"", it regarded the // as a comment | |
1172 start since the \ temporarily doesn't have escape syntax. | |
1173 | |
1174 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1175 | |
1176 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1177 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1178 when ada-prj tries to add to it. | |
1179 (ada-activate-keys-for-case): Suppress the characters that are not | |
1180 part of the Ada syntax. Better compatibility with else-mode | |
1181 (ada-adjust-case-interactive): When auto-casing is not active, | |
1182 correctly insert newlines (used to insert only ^M). Prevent the | |
1183 syntax table from being changed in case of an error | |
1184 (or '_' becomes part of a word and some commands are confused). | |
1185 Do nothing if ada-auto-case is nil. | |
1186 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1187 (ada-batch-reformat): Update usage comment | |
1188 (ada-call-from-contextual-menu): New function | |
1189 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1190 first to nil first, so that the casing exception file can be | |
1191 shared. | |
1192 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1193 files. | |
1194 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1195 anywhere in the error message | |
1196 (ada-contextual-menu-last-point): New variable | |
1197 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1198 t on XEmacs, it means that DEL should delete one character | |
1199 forward. | |
1200 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1201 New submenu "Options". | |
1202 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1203 statements. | |
1204 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1205 even if they don't match ada-fill-comment-prefix Fix handling of | |
1206 paragraphs on the first or last line of a file. | |
1207 (ada-format-paramlist): Fix handling of default parameter values. | |
1208 (ada-get-body-name): New function. | |
1209 (ada-get-current-indent): Optimized by searchling directly for an | |
1210 existing generic part or a statement outside of it. Handle | |
1211 ada-indent-align-comments when indenting comments Replaced some | |
1212 regexps by testing directly the next character. This results in a | |
1213 huge speedup on some files. New indentation scheme for renames | |
1214 statements. Stop looking for the 'while' or 'for' associated with | |
1215 a 'loop' at the first semicolon encountered. A "return" can also | |
1216 match an anonymous access subprogram declaration. | |
1217 (ada-get-indent-noindent): Ignore strings and comments when | |
1218 looking for the keywords "record" and "private". | |
1219 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1220 are not in fact seeing "end if". Ignore "when" statements except | |
1221 when initial keyword was "begin". Fix handling of nested | |
1222 procedures. Add a recursive call to this function to skip over | |
1223 other 'end' statmts. Fix indentation for "when .. => begin" | |
1224 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1225 expressions, where 'and then', 'or else' and parenthesis | |
1226 statements are mixed up. | |
1227 (ada-in-paramlist-p): Skip comments while searching for the | |
1228 beginning Fix handling of operator declarations. | |
1229 (ada-indent-align-comments): New variable | |
1230 (ada-indent-current): Change the syntax table only in the | |
1231 protected section, so that we are sure it is restored correctly. | |
1232 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1233 ada-with-indent Correctly indent "select ... then" | |
1234 (ada-indent-region): Slight speedup. | |
1235 (ada-indent-renames): New variable. | |
1236 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1237 New variables | |
1238 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1239 keyword when it is the first word in a package declaration. | |
1240 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1241 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1242 even if point is not initially at the end of the word. | |
1243 (ada-matching-decl-start-re): Add "when". | |
1244 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1245 which-func-mode Override the old find-file.el entry in | |
1246 ff-special-constructs since it is using the obsolete | |
1247 ada-spec-suffix variable | |
1248 (ada-no-auto-case): New function | |
1249 (ada-scan-paramlist): When parsing the argument type, accept | |
1250 spaces (as in "X 'Class", generated by Rational Rose). | |
1251 (ada-other-file-name): No longer loads the other file. | |
1252 (ada-popup-menu): Save and restore the current buffer and cursor | |
1253 position before and after displaying the menu. | |
1254 (ada-search-ignore-complex-boolean): New function. | |
1255 (ada-uncomment-region): Emacs21 already knows how to delete | |
1256 comments not starting in the first column. | |
1257 (ada-use-indent): New variable | |
1258 (ada-which-function): New function. | |
1259 (ada-with-indent): New variable | |
1260 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1261 can be batch-compiled from the command line. | |
1262 | |
1263 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1264 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1265 Add -toolbar to the default ddd command Switches moved from | |
1266 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1267 ada-prj-default-comp-opt | |
1268 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1269 Reference Manual to the menu | |
1270 (ada-check-current): rewritten as a call to ada-compile-current | |
1271 (ada-compile): Removed. | |
1272 (ada-compile-application, ada-compile-current, ada-check-current): | |
1273 Set the compilation-search-path so that compile.el automatically | |
1274 finds the sources in src_dir. Automatic scrollong of the | |
1275 compilation buffer. C-uC-cC-c asks for confirmation before | |
1276 compiling | |
1277 (ada-compile-current): New parameter, prj-field | |
1278 (ada-complete-identifier): Load the .ali file before doing | |
1279 processing | |
1280 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1281 conform to gnatmake's behavior. | |
1282 (ada-find-file-in-dir): New function | |
1283 (ada-find-references): Set the environment variables for gnatfind | |
1284 (ada-find-src-file-in-dir): New function. | |
1285 (ada-first-non-nil): Removed | |
1286 (ada-gdb-application): Add support for jdb, the java debugger. | |
1287 (ada-get-ada-file-name): Load the original-file first if not done | |
1288 yet. | |
1289 (ada-get-all-references): Handles the new ali syntax (parent types | |
1290 are found between <>). | |
1291 (ada-initialize-runtime-library): New function | |
1292 (ada-mode-hook): Always load a project file when a file is opened, | |
1293 so that the casing exceptions are correctly read. | |
1294 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1295 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1296 to open the project file, since the latter does not work with | |
1297 speedbar Get default values before loading the prj file, or the | |
1298 default executable file name is wrong. Use the absolute value of | |
1299 src_dir to initialize ada-search-directories and | |
1300 compilation-search-path,... Add the standard runtime library to | |
1301 the search path for find-file. | |
1302 (ada-prj-default-debugger): Was missing an opening '{' | |
1303 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1304 variables. | |
1305 (ada-prj-default-gnatmake-opt): New variable | |
1306 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1307 buffers, the project file is the default one Save the windows | |
1308 configuration before displaying the menu. | |
1309 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1310 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1311 ...) regexp-quote identifiers names to support operators +, | |
1312 -,... in regexps. | |
1313 (ada-remote): New function. | |
1314 (ada-run-application): Erase the output buffer before starting the | |
1315 run Support remote execution of the application. Use | |
1316 call-process, or the arguments are incorrectly parsed | |
1317 (ada-set-default-project-file): Reread the content of the active | |
1318 project file, not the one from the current buffer When a project | |
1319 file is set as the default project, all directories are | |
1320 automatically associated with it. | |
1321 (ada-set-environment): New function | |
1322 (ada-treat-cmd-string): New special variable ${current} | |
1323 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1324 any ${...} substring | |
1325 (ada-xref-current): If no body was found, compiles the spec | |
1326 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1327 compiler to get rid of command line length limitations. | |
1328 (ada-xref-get-project-field): New function | |
1329 (ada-xref-project-files): New variable | |
1330 (ada-xref-runtime-library-specs-path) | |
1331 (ada-xref-runtime-library-ali-path): New variables | |
1332 (ada-xref-set-default-prj-values): Default run command now does a | |
1333 cd to the build directory. New field: main_unit Provide a default | |
1334 file name even if the current buffer has no prj file. | |
1335 | |
1336 * ada-prj.el: | |
1337 Rewritten to show a tabbed-dialog. | |
1338 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1339 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1340 New function | |
1341 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1342 (ada-prj-load-from-file): New function | |
1343 (ada-prj-save): Always save fields that depend on the current buffer | |
1344 (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
|
1345 |
30412 | 1346 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1347 Ada mode. This will allow us to display the Ada menu in any buffer | |
1348 we want (for project items). | |
1349 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1350 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
|
1351 |
30395 | 1352 2000-07-24 Dave Love <fx@gnu.org> |
1353 | |
1354 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1355 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1356 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1357 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1358 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1359 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1360 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1361 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1362 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1363 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1364 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1365 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1366 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1367 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1368 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1369 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1370 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1371 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1372 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1373 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1374 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1375 (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
|
1376 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1377 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1378 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1379 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1380 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1381 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1382 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1383 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1384 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1385 |
30386 | 1386 2000-07-23 Dave Love <fx@gnu.org> |
1387 | |
1388 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1389 ^o, ^u. | |
1390 | |
30359 | 1391 2000-07-21 Dave Love <fx@gnu.org> |
1392 | |
30374 | 1393 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1394 now passed to the function. It now works properly. | |
1395 | |
30359 | 1396 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1397 | |
30350 | 1398 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1399 | |
1400 * info-look.el (info-lookup): If *info* is shown in another frame | |
1401 on the same display, select that frame, instead of switching to | |
1402 the Info buffer in another window of the selected frame. | |
1403 | |
1404 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1405 kp-0 to kp-9 and kp-subtract. | |
1406 (digit-argument): Handle these keys. | |
1407 | |
30346 | 1408 2000-07-20 Dave Love <fx@gnu.org> |
1409 | |
1410 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1411 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1412 Put an extra property on the overlays and use it to clean up in | |
1413 case goto-address is re-run. | |
1414 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1415 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1416 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1417 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1418 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1419 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1420 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1421 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1422 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1423 |
30331 | 1424 2000-07-19 Dave Love <fx@gnu.org> |
1425 | |
1426 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1427 implementation. | |
1428 | |
1429 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1430 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1431 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1432 | |
30318 | 1433 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1434 | |
30329 | 1435 * textmodes/refer.el: Correct maintainer's email address. |
1436 | |
1437 * progmodes/hideif.el: Correct author's email address. | |
1438 Fix typo in comment. | |
1439 | |
1440 * xml.el: New file. | |
1441 | |
30318 | 1442 * mail/mailheader.el: Correct author's mail address. |
1443 | |
1444 * gnus/parse-time.el: Correct author's mail address. | |
1445 | |
30329 | 1446 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1447 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1448 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1449 New user options. |
1450 (comint-input-ring-file-name): Change custom type. | |
1451 (comint-mode-map): Bind mouse-2. | |
1452 (comint-insert-clicked-input): New function. | |
1453 (comint-send-input): Handle input highlighting. | |
1454 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1455 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1456 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1457 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1458 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1459 |
30311 | 1460 2000-07-18 Dave Love <fx@gnu.org> |
1461 | |
1462 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1463 improvements. | |
1464 | |
30308 | 1465 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1466 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1467 * faces.el (face-font-selection-order) |
30308 | 1468 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1469 |
30298 | 1470 2000-07-18 Dave Love <fx@gnu.org> |
1471 | |
1472 * cus-edit.el (custom-variable-reset-saved) | |
1473 (custom-variable-reset-standard): Remove unused bindings. | |
1474 | |
1475 * rect.el (open-rectangle-line): Remove unused let. | |
1476 | |
1477 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1478 | |
30296 | 1479 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1480 | |
1481 * cdl.el: Fix `Maintainer' keyword. | |
1482 | |
1483 * play/pong.el: Add author's email address. | |
1484 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1485 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1486 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1487 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1488 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1489 |
30290 | 1490 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1491 | |
1492 * mail/vms-pmail.el: Change maintainer to FSF. | |
1493 | |
1494 * net/goto-addr.el: Change maintainer to FSF. | |
1495 | |
1496 * recentf.el: Update from author. | |
1497 | |
1498 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1499 |
30277 | 1500 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1501 | |
1502 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1503 links to eshell, to avoid problems on systems where the manual is | |
1504 installed as `eshell'. | |
1505 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1506 * eshell/em-smart.el (eshell-smart): Ditto. | |
1507 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1508 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1509 |
1510 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1511 same-file check in the MS-DOS version (it does support inodes). | |
1512 | |
1513 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1514 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1515 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1516 Run default directory name through convert-standard-filename. |
30277 | 1517 |
30255 | 1518 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1519 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1520 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1521 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1522 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1523 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1524 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1525 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1526 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1527 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1528 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1529 |
30255 | 1530 * international/kkc.el (kkc-after-update-conversion-functions): |
1531 New variable. | |
1532 (kkc-update-conversion): Run functions in it at the tail. | |
1533 | |
30277 | 1534 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
|
1535 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1536 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1537 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
|
1538 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1539 |
30253 | 1540 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1541 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1542 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1543 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1544 the conversion list at first if appropriate. | |
1545 (kkc-next): Don't update kkc-next-count here. | |
1546 (kkc-prev): Don't update kkc-prev-count here. | |
1547 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1548 list message. | |
1549 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1550 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1551 |
30290 | 1552 * 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
|
1553 |
30248 | 1554 2000-07-16 Dave Love <fx@gnu.org> |
1555 | |
1556 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1557 function to be more specific. | |
1558 | |
1559 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1560 non-string help-echo. | |
1561 (widget-types-convert-widget): Defsubst it. | |
1562 (widget-echo-help): Try to cope with a help-echo function of two | |
1563 possible sorts. | |
1564 | |
30241 | 1565 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1566 | |
1567 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1568 Declare as obsolete. | |
1569 | |
1570 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1571 | |
30226 | 1572 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1573 | |
1574 * hilit-chg.el: Fix typo. | |
1575 | |
30221 | 1576 2000-07-14 Dave Love <fx@gnu.org> |
1577 | |
1578 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1579 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1580 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1581 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1582 * 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
|
1583 |
30193 | 1584 2000-07-13 Dave Love <fx@gnu.org> |
1585 | |
30195 | 1586 * emacs-lisp/easymenu.el: Doc fixes. |
1587 (easy-menu-remove): Defalias to ignore. | |
1588 | |
30193 | 1589 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1590 Call throw correctly. | |
1591 | |
30190 | 1592 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1593 | |
1594 * faces.el (frame-background-mode): Doc fix. | |
1595 | |
1596 * simple.el (eval-expression-print-length): Change custom type to | |
1597 allow entering nil as value. | |
1598 | |
30185 | 1599 2000-07-13 Dave Love <fx@gnu.org> |
1600 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1601 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1602 Change definition layout. |
30187 | 1603 (fortran-mode-menu): Reinstate customize entries. |
1604 | |
30185 | 1605 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1606 Use :filter, per old XEmacs code. | |
1607 | |
30170 | 1608 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1609 | |
1610 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1611 event when deciding what to send to the terminal. | |
1612 | |
30168 | 1613 2000-07-12 Dave Love <fx@gnu.org> |
1614 | |
1615 * cus-start.el: Add optional version as 4th element of specs and | |
1616 use it for several things new in v21. Remove load-path. Fix type | |
1617 of line-number-display-limit. | |
1618 | |
30148 | 1619 2000-07-11 Dave Love <fx@gnu.org> |
1620 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1621 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1622 Use repeat counts in various regexps. |
30150 | 1623 (fortran-mode-syntax-table): Defvar directly. |
1624 (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
|
1625 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1626 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1627 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1628 (fortran-mode): Set fortran-comment-line-start-skip, |
1629 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1630 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1631 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1632 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1633 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1634 (fortran-auto-fill): New function. | |
1635 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1636 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1637 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1638 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1639 Use fortran-auto-fill. |
30150 | 1640 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1641 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1642 |
30148 | 1643 * widget.el (widget-plist-member): New alias. |
1644 | |
30146 | 1645 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1646 | |
1647 * eshell/esh-module.el (toplevel): Reference | |
1648 byte-compile-current-file only if it is bound. | |
1649 | |
30131 | 1650 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1651 | |
1652 * dired.el: Don't require `dired-aux'. | |
1653 | |
30127 | 1654 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1655 | |
1656 * dired-aux.el (dired-show-file-type): New function. | |
1657 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1658 (dired-show-file-type): Add autoload. | |
1659 | |
30125 | 1660 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1661 | |
1662 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1663 change of fontset-info. |
30125 | 1664 (print-fontset): Likewise. |
1665 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1666 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1667 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1668 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1669 |
30111 | 1670 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1671 | |
30131 | 1672 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1673 |
30111 | 1674 * dired.el (dired-find-alternate-file): New function. |
1675 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1676 (toplevel): Require dired-aux when compiling. | |
1677 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1678 | |
1679 * info.el (Info-last-search): Variable removed. | |
1680 (Info-search-history): New variable. | |
1681 (Info-search): New Info-search-history. | |
1682 | |
1683 * battery.el, info-look.el: Change author's mail address. | |
1684 | |
30115 | 1685 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
|
1686 |
30115 | 1687 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1688 if rmail-ignored-headers is nil. | |
1689 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1690 rmail-displayed-headers to nil. | |
1691 | |
30096 | 1692 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1693 | |
30103 | 1694 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1695 (print-region-1): Don't hard code `-h' here. | |
1696 | |
30096 | 1697 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1698 | |
30103 | 1699 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1700 | |
1701 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1702 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
|
1703 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1704 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1705 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1706 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1707 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1708 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1709 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1710 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1711 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1712 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1713 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
|
1714 |
30096 | 1715 * ediff-diff.el (ediff-wordify): Use syntax table. |
1716 * 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
|
1717 ediff-color-display-p. |
30096 | 1718 (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
|
1719 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1720 Got rid of special cases for NeXT and OS/2. |
30096 | 1721 * 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
|
1722 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1723 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1724 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1725 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1726 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1727 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1728 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1729 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1730 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1731 * 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
|
1732 |
30076 | 1733 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1734 | |
30085 | 1735 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1736 not be changed without changing the make-dist script. | |
1737 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1738 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1739 (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
|
1740 |
30067 | 1741 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1742 | |
1743 * makefile.nt: Add support for `bootstrap' and related targets. | |
1744 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1745 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1746 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1747 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1748 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1749 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1750 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
|
1751 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1752 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1753 (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
|
1754 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1755 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
|
1756 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1757 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1758 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1759 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1760 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
|
1761 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1762 |
30056 | 1763 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1764 | |
1765 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1766 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1767 (eval-defun): If called with prefix arg, instrument code for | |
1768 Edebug. | |
1769 | |
1770 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1771 similar to that of eval-defun. | |
1772 | |
30029 | 1773 2000-07-04 Dave Love <fx@gnu.org> |
1774 | |
30035 | 1775 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1776 | |
30029 | 1777 * calendar/todo-mode.el: Replaced with a working version, based on |
1778 revision 1.34 tidied up. | |
1779 | |
1780 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1781 |
1782 * paths.el (prune-directory-list): New function. | |
1783 (Info-default-directory-list): Rewritten to more methodically | |
1784 enumerate a big list of possible info directories (based on the | |
1785 list used by the standalone info reader). | |
30029 | 1786 |
30021 | 1787 * 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
|
1788 non-existent directories from Info-directory-list. |
30021 | 1789 |
1790 * paths.el (Info-default-directory-list): Try a list of possible | |
1791 info-directories instead of a single one. Add the possible | |
1792 info directory "/usr/share/info". | |
1793 | |
1794 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1795 man-db config file "/etc/manpath.config". | |
1796 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1797 are present in `manpath.config'. | |
1798 (woman-manpath): Include "/usr/share/man". | |
1799 | |
30006 | 1800 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1801 | |
30017 | 1802 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1803 | |
1804 * startup.el (command-line): Initialize blink-cursor based | |
1805 on window-system. | |
1806 | |
30014 | 1807 * frame.el (blink-cursor): Default to nil if not running under |
1808 a window-system. | |
1809 | |
30012 | 1810 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1811 (face-x-resources): Remove duplicate entry for :font. | |
1812 | |
30006 | 1813 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1814 instead of cycling through windows with next-window. | |
1815 | |
1816 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1817 of cycling through windows with next-window. | |
1818 | |
1819 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1820 of cycling through windows with next-window. | |
1821 | |
1822 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1823 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1824 instead of cycling through windows with next-window. | |
1825 | |
1826 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1827 instead of cycling through windows with next-window. | |
1828 | |
1829 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1830 of cycling through windows with next-window. | |
1831 | |
1832 * terminal.el (te-process-output): Use walk-windows instead of | |
1833 cycling through windows with next-window. | |
1834 | |
1835 * server.el (server-switch-buffer): Use some-window instead of | |
1836 cycling through windows with next-window. | |
1837 | |
1838 * window.el (some-window): New function. | |
1839 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1840 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1841 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1842 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1843 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1844 |
1845 * window.el (walk-windows): Guarantee termination by keeping a list | |
1846 of all the windows already handled. | |
1847 | |
29975 | 1848 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1849 | |
1850 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1851 window-system. | |
1852 | |
1853 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1854 Man-notify-method is newframe, and the display is not | |
1855 multi-frame, select the frame created for the man page. | |
1856 (Man-init-defvars): Doc fix. | |
1857 | |
29972 | 1858 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1859 | |
29982 | 1860 * faces.el (region): Change background color for light background. |
1861 | |
1862 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1863 attribute from mode-line face of Ediff control frame. | |
1864 | |
29972 | 1865 * replace.el (query-replace-map): Bind `e' like `E'. |
1866 | |
29967 | 1867 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1868 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1869 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1870 Change name to "Select All". |
29969 | 1871 |
29967 | 1872 * dos-fns.el (convert-standard-filename): Fix last change. |
1873 | |
29957 | 1874 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1875 | |
29959 | 1876 * help.el (describe-variable): Don't insert a second `'s' in front |
1877 of the string `value is shown below'. Since the syntax-table is | |
1878 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1879 an existing `'s', so that this won't be deleted. | |
1880 | |
29957 | 1881 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1882 * pcmpl-unix.el: New files. | |
1883 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1884 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1885 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1886 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1887 |
29939 | 1888 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1889 | |
29956 | 1890 * replace.el (perform-replace): Undo change of 2000-04-04. |
1891 Instead, move backward 1 character at the end of the loop when | |
1892 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1893 |
29949 | 1894 * faces.el (fringe): Change face for different backgrounds. |
1895 | |
1896 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1897 patch from John. | |
1898 | |
29939 | 1899 * eshell/*.el: Change spelling of the Free Software Foundation. |
1900 | |
1901 * eshell/esh-toggle.el: Removed. | |
1902 | |
1903 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1904 | |
1905 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1906 interactively. | |
1907 | |
1908 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1909 | |
1910 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1911 `define-key'; instead of checking `(emacs-version)' check for | |
1912 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1913 for `;' and `o' which might be electric. | |
1914 | |
1915 (sql-electric-stuff): New user option. | |
1916 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1917 (sql-magic-semicolon): New function which uses | |
1918 `sql-electric-stuff'. | |
1919 | |
1920 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1921 is not fboundp. | |
1922 | |
1923 (sql-oracle-options): New variable. | |
1924 (sql-oracle): Use it. | |
1925 | |
1926 (sql-imenu-generic-expression): Doc change. | |
1927 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1928 is used. | |
1929 | |
1930 (sql-informix): Added command line parameter "-" to force | |
1931 sql-informix-program to use stdout. | |
1932 | |
29924 | 1933 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1934 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1935 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1936 (cp864-decode-table): Doc fix. |
1937 (cp720-decode-table): New variable, supports the Arabic OEM | |
1938 codepage used by Windows. | |
1939 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1940 | |
29920 | 1941 2000-06-23 Dave Love <fx@gnu.org> |
1942 | |
1943 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1944 (font-lock-fontify-anchored-keywords): Use | |
1945 line-beginning-position. | |
1946 (global-font-lock-mode): Use mapc. | |
1947 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1948 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1949 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1950 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1951 |
29870 | 1952 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1953 | |
29885 | 1954 * comint.el (comint-substitute-in-file-name): Call replace-match |
1955 with second and third arg t. | |
1956 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1957 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1958 Specify foreground color. |
1959 | |
1960 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1961 color. | |
1962 | |
29876 | 1963 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1964 | |
1965 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1966 cddr instead of cdddr. | |
1967 | |
29873 | 1968 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1969 instead of copy-list. | |
1970 | |
1971 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1972 of copy-list. | |
1973 | |
29870 | 1974 * subdirs.el: Add eshell subdirectory. |
1975 | |
1976 * eshell: New subdirectory containing the Eshell package. | |
1977 | |
1978 * pcomplete.el: New file. | |
1979 | |
29885 | 1980 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1981 | |
29888 | 1982 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1983 proper permissions from birth. | |
1984 | |
1985 * files.el (basic-save-buffer-2): When temporarily setting | |
1986 file modes, set them to current modes plus 0200, not to 0777. | |
1987 | |
29885 | 1988 * emerge.el (emerge-make-temp-file): Make sure file has proper |
1989 permissions from birth. | |
1990 | |
29857 | 1991 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
1992 | |
1993 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
1994 backup file name through convert-standard-filename. | |
1995 | |
1996 * dos-fns.el (convert-standard-filename): Convert leading | |
1997 directories as well. When long file names are supported, convert | |
1998 characters that are invalid in Windows file names. | |
1999 | |
29849 | 2000 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2001 | |
2002 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
2003 ps-print crashes. New feature: page selection for printing. Create | |
2004 raw-text-unix coding system for XEmacs. Doc fix. | |
2005 (ps-print-version): New version number (5.2.3). | |
2006 (ps-plot-region): Bug fix. | |
2007 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
2008 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
2009 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
2010 funs. | |
2011 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
2012 (ps-last-page): New vars. | |
2013 | |
29845 | 2014 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
2015 | |
2016 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
2017 empty option string. | |
2018 | |
29839 | 2019 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
2020 | |
2021 * man.el (man): Doc fix. | |
2022 | |
29829 | 2023 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
2024 | |
2025 * international/mule-cmds.el (set-language-info-alist): Docstring | |
2026 fixed. | |
2027 | |
29814 | 2028 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2029 | |
2030 * version.el (emacs-version): Use ISO date format. | |
2031 | |
2032 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
2033 instead of `M-backspace'. | |
2034 | |
2035 * simple.el (turn-off-auto-fill): New function. | |
2036 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2037 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2038 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2039 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2040 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2041 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2042 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2043 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2044 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2045 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2046 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
|
2047 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2048 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2049 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2050 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2051 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2052 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
|
2053 (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
|
2054 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2055 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2056 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2057 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2058 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2059 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2060 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2061 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2062 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2063 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2064 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2065 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2066 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2067 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2068 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2069 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2070 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2071 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2072 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2073 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2074 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2075 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2076 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2077 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2078 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2079 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2080 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
2081 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2082 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2083 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2084 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2085 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2086 * 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
|
2087 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2088 * 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
|
2089 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2090 * 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
|
2091 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2092 * 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
|
2093 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
2094 |
29776 | 2095 2000-06-20 Dave Love <fx@gnu.org> |
2096 | |
2097 * faces.el (frame-background-mode): Use set-default, not set, in | |
2098 setter. | |
2099 (frame-update-faces, frame-update-face-colors): Define with | |
2100 defalias. | |
2101 | |
2102 * enriched.el (enriched-decode-foreground) | |
2103 (enriched-decode-background): Don't use internal-find-face. | |
2104 | |
2105 * apropos.el: Doc fixes. | |
2106 | |
2107 * cus-edit.el (customize-changed-options): Check arg. | |
2108 (customize-version-lessp): Don't require decimal point. | |
2109 | |
2110 * custom.el (defcustom, defgroup): Doc fix. | |
2111 | |
2112 * newcomment.el (comment) <defgroup>: Add :version. | |
2113 (comment-multi-line): Doc fix. | |
2114 | |
2115 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
2116 define-hooked-global-abbrev): Fix, using define-abbrev. | |
2117 | |
29747 | 2118 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
2119 | |
2120 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
2121 the whole buffer. | |
2122 | |
29740 | 2123 2000-06-19 Dave Love <fx@gnu.org> |
2124 | |
2125 * menu-bar.el (menu-bar-options-save): New function. | |
2126 (menu-bar-options-menu): Use it. | |
2127 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
2128 Simplify. | |
2129 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2130 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2131 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2132 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2133 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
2134 |
29720 | 2135 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2136 | |
2137 * international/codepage.el: | |
2138 (cp-coding-system-for-codepage-1): Delete special codes for | |
2139 generating xxx-dos coding system because now a CCL based coding | |
2140 system can handle EOL conversion by default. | |
2141 | |
2142 * international/mule.el (make-coding-system): Generate subsidiary | |
2143 coding systems for EOL handling variants even for a CCL based | |
2144 coding system. | |
2145 | |
29718 | 2146 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
2147 | |
2148 * international/isearch-x.el (isearch-minibuffer-input-method) | |
2149 (isearch-minibuffer-input-method-function): These variables | |
2150 deleted. | |
2151 (isearch-with-input-method): Don't use the above variables. | |
2152 (isearch-process-search-multibyte-characters): Likewise. Call | |
2153 read-string with the arg INHERIT-INPUT-METHOD t. | |
2154 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2155 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2156 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2157 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2158 (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
|
2159 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2160 * 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
|
2161 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2162 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2163 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
|
2164 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2165 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2166 |
29712 | 2167 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2168 | |
2169 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2170 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2171 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2172 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2173 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2174 |
29696 | 2175 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2176 | |
2177 * find-lisp.el: New file. | |
2178 | |
29694 | 2179 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2180 | |
2181 * time.el (display-time-mail-function): New variable, to allow | |
2182 external packages to indicate when new mail is available. | |
2183 (display-time-update): Use it. | |
2184 | |
29689 | 2185 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2186 | |
29691 | 2187 * international/mule.el (mule-version): Change version name to |
2188 SAKAKI. AOI has already been used by Meadow. | |
2189 | |
29689 | 2190 * international/quail.el (quail-show-guidance-buf): To find the |
2191 bottom window (but minibuffer), pay attention to the height of | |
2192 minibuffer. | |
2193 | |
29670 | 2194 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2195 | |
29682 | 2196 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2197 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2198 from the menu bar, as the menu bar has enough space now. | |
2199 | |
29680 | 2200 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2201 | |
29670 | 2202 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2203 characters, which use series of two ^H characters instead of one. | |
2204 | |
29667 | 2205 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2206 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2207 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2208 (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
|
2209 functions. |
29686 | 2210 (Info-find-node-2): Try a case-sensitive search first, then |
2211 do a case-insensitive search. | |
2212 | |
2213 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2214 tutorials. | |
2215 | |
29676 | 2216 * complete.el (PC-env-vars-alist): New variable. |
2217 (PC-complete-as-file-name): New function. | |
2218 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2219 process-environment. | |
2220 (PC-do-completion): Handle completion of env vars. | |
2221 | |
2222 * info.el (Info-set-mode-line): Show file name in mode line, | |
2223 use `*Info*' instead of `Info:'. | |
2224 | |
29667 | 2225 * startup.el (command-line-1): Change copyright messages to year |
2226 2000. | |
2227 | |
29665 | 2228 2000-06-15 Dave Love <fx@gnu.org> |
2229 | |
2230 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2231 not local-map. | |
2232 | |
29658 | 2233 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2234 | |
2235 * international/mule.el (set-buffer-file-coding-system): Almost | |
2236 rewritten to handle `undecided' as no-op. | |
2237 | |
29654 | 2238 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2239 | |
29667 | 2240 * Makefile.in: New file. |
29657 | 2241 |
2242 * Makefile: Removed. | |
2243 | |
29654 | 2244 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2245 (goto-address-highlight-keymap): Bind C-c RET. | |
2246 | |
29640 | 2247 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2248 | |
29649 | 2249 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2250 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2251 |
29645 | 2252 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2253 0. Give correct argument to set-auto-coding-function. | |
2254 (tar-expunge): For goto-char, use (point-min), not 0. | |
2255 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2256 (tar-subfile-save-buffer): Likewize. | |
2257 | |
29640 | 2258 * international/mule.el |
2259 (after-insert-file-set-buffer-file-coding-system): Call | |
2260 set-buffer-file-coding-system with the arg FORCE t. | |
2261 | |
29633 | 2262 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2263 | |
2264 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2265 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2266 the sender is set with `-f'. |
29633 | 2267 |
29622 | 2268 2000-06-13 Dave Love <fx@gnu.org> |
2269 | |
29630 | 2270 * help.el (describe-function-1): Kluge around cases of functions |
2271 fset to subrs whose doc doesn't match their symbol-name. | |
2272 | |
29627 | 2273 * image.el (insert-image): Default STRING to a space. |
29625 | 2274 |
29622 | 2275 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2276 (Info-build-node-completions): Match Ref tags. |
29622 | 2277 |
29612 | 2278 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2279 | |
29615 | 2280 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2281 defaliases for display-graphic-p. | |
2282 | |
29612 | 2283 * hl-line.el: Fixed a typo in commentary. |
2284 | |
29609 | 2285 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2286 | |
2287 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2288 fixed. | |
2289 | |
29608 | 2290 2000-06-12 Dave Love <fx@gnu.org> |
2291 | |
2292 * image.el (insert-image): Save a little consing. | |
2293 | |
29598 | 2294 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2295 | |
2296 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2297 to the corresponding tibetan characters. | |
2298 (tibetan-add-components): Delete code for the special treatment of | |
2299 'a chung. | |
2300 | |
2301 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2302 change. | |
2303 (tibetan-vowel-transcription-alist): More rules added. | |
2304 (tibetan-composite-vowel-alist): New variable. | |
2305 (tibetan-precomposition-rule-alist): More rules added. | |
2306 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2307 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2308 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2309 * 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
|
2310 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2311 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2312 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2313 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2314 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2315 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2316 * 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
|
2317 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2318 * 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
|
2319 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2320 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2321 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2322 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2323 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2324 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2325 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2326 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2327 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2328 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2329 * 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
|
2330 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2331 * 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
|
2332 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2333 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2334 (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
|
2335 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2336 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2337 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2338 (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
|
2339 (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
|
2340 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2341 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2342 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2343 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2344 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2345 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2346 * 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
|
2347 (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
|
2348 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2349 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2350 (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
|
2351 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2352 (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
|
2353 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
|
2354 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2355 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2356 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2357 * 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
|
2358 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2359 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2360 (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
|
2361 (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
|
2362 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
|
2363 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2364 * 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
|
2365 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
|
2366 |
29574 | 2367 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2368 | |
2369 * international/mule.el (set-buffer-file-coding-system): If | |
2370 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2371 unconditionally. | |
2372 | |
29568 | 2373 2000-06-12 Dave Love <fx@gnu.org> |
2374 | |
2375 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2376 required. | |
2377 | |
29556 | 2378 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2379 | |
2380 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2381 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2382 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2383 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2384 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2385 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2386 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2387 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
|
2388 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2389 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2390 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2391 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2392 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2393 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2394 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2395 macroexpanded code. |
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 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2398 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2399 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
|
2400 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2401 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
|
2402 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2403 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2404 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2405 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2406 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2407 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2408 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2409 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2410 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2411 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2412 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2413 |
29542 | 2414 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2415 | |
2416 * 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
|
2417 undecided-XXX is specified, change only EOL conversion. |
29542 | 2418 |
2419 * international/mule-conf.el (unix): New alias for the coding | |
2420 system undecided-unix. | |
2421 | |
29528 | 2422 2000-06-09 Dave Love <fx@gnu.org> |
2423 | |
29535 | 2424 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2425 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2426 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2427 (executable-insert): Change custom type. |
2428 (executable-find): Add autoload cookie. | |
29531 | 2429 (executable-make-buffer-file-executable-if-script-p): New |
2430 function. After Noah Friedman. | |
29528 | 2431 |
2432 * files.el (after-save-hook): Customize, with | |
29531 | 2433 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2434 |
29518 | 2435 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2436 | |
29522 | 2437 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2438 "tib24p-mule.bdf" for Tibetan. | |
2439 | |
29520 | 2440 * composite.el (decompose-composite-char): Declare it as obsolete. |
2441 | |
29541 | 2442 * man.el (Man-fontify-manpage): Pay attention to underline and |
2443 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2444 |
29517 | 2445 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2446 | |
2447 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2448 Set maintainer to FSF since author isn't reachable. | |
2449 | |
29508 | 2450 2000-06-08 Dave Love <fx@gnu.org> |
2451 | |
2452 * international/mule-cmds.el (select-safe-coding-system): If | |
2453 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2454 preferred coding-system if buffer-file-coding-system is | |
2455 `undecided'. From Handa. | |
2456 | |
29503 | 2457 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2458 | |
2459 * international/mule.el | |
2460 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2461 size is greater than INSERTED, judget that we are not visiting. | |
2462 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2463 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
|
2464 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2465 * 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
|
2466 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
|
2467 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
|
2468 |
29498 | 2469 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2470 | |
2471 * align.el: Update from author. | |
2472 | |
2473 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2474 | |
2475 * apropos.el (apropos-mode-hook): New user variable. | |
2476 (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
|
2477 |
29498 | 2478 2000-06-07 David Ponce <david@dponce.com> |
2479 | |
2480 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2481 commands. Require `wid-edit' at run-time. | |
2482 | |
2483 2000-06-07 David Ponce <david@dponce.com> | |
2484 | |
2485 * recentf.el: Added some "Commentary". | |
2486 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2487 move the point at the top of the file list. This behaviour is | |
2488 consistent with the menu one when the list contains a lot of | |
2489 files. | |
2490 (recentf-cleanup): Now displays the number of items removed from | |
2491 the list. | |
2492 (recentf-relative-filter) New menu filter to show filenames | |
2493 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
|
2494 |
29498 | 2495 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2496 | |
2497 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2498 with/without giving an error if PostScript printer doesn't have this | |
2499 kind of page size. Zebra Stripe continues or restarts on next page. | |
2500 Manual/automatic paper feeding. Switch or not the header. | |
2501 (ps-print-version): New version number (5.2.2). | |
2502 (ps-windows-system): Include emx as a Windows system. | |
2503 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2504 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2505 (ps-background-text): Code fix. | |
2506 (ps-error-handler-message, ps-user-defined-prologue) | |
2507 (ps-print-prologue-header, ps-printer-name) | |
2508 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2509 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2510 (ps-use-face-background): Customization fix. | |
2511 (ps-n-up-database): Data fix. | |
2512 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2513 (ps-switch-header): New vars. | |
2514 (ps-xemacs-color-name, ps-face-foreground-name) | |
2515 (ps-face-background-name, ps-boolean-constant): New funs. | |
2516 | |
29491 | 2517 2000-06-07 Dave Love <fx@gnu.org> |
2518 | |
2519 * allout.el: New version from Manheimer. | |
2520 | |
29483 | 2521 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2522 | |
2523 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2524 charset. | |
2525 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2526 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
|
2527 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2528 * 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
|
2529 (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
|
2530 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
|
2531 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2532 |
29471 | 2533 2000-06-06 Dave Love <fx@gnu.org> |
2534 | |
2535 * image.el (find-image): Doc fix. Return nil if image not found. | |
2536 (put-image, insert-image): Make STRING arg optional. | |
2537 | |
29455 | 2538 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2539 | |
2540 * language/vietnamese.el: Remove eval-when-compile. | |
2541 (viet-viscii-nonascii-translation-table): Define it as a | |
2542 translation table made from viet-viscii-decode-table. | |
2543 (viet-viscii-encode-table): Define it as a translation table made | |
2544 from the reverse map of above. | |
2545 (viet-vscii-nonascii-translation-table): Define it as a | |
2546 translation table made from viet-vscii-decode-table. | |
2547 (viet-vscii-encode-table): Define it as a translation table made | |
2548 from the reverse map of above. | |
2549 (ccl-decode-viscii): Use translate-character. | |
2550 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2551 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2552 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2553 |
29455 | 2554 * language/cyrillic.el: Remove eval-when-compile. |
2555 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2556 translation table made from cyrillic-koi8-r-decode-table. | |
2557 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2558 made from the reverse map of above. | |
2559 (ccl-decode-koi8): Use translate-character. | |
2560 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2561 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2562 a translation table made from cyrillic-alternativnyj-decode-table. | |
2563 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2564 table made from the reverse map of above. | |
2565 (ccl-decode-alternativnyj): Use translate-character. | |
2566 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2567 Likewize | |
2568 | |
2569 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2570 translation table symbol instead of translation table itself. | |
2571 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2572 | |
2573 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2574 already exists, override it. | |
2575 | |
2576 * international/fontset.el: Use family `proportional' for Tibetan | |
2577 fonts. | |
2578 | |
2579 * international/ccl.el (ccl-compile-translate-character): Don't | |
2580 check if Rrr has property translation-table. | |
2581 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2582 | |
29447 | 2583 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2584 | |
2585 * info.el: Bind case-fold-search to t when searching in case | |
2586 a user sets it to nil in a hook. | |
2587 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2588 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2589 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2590 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2591 * 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
|
2592 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2593 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2594 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2595 (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
|
2596 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2597 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
|
2598 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2599 * 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
|
2600 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2601 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2602 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2603 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2604 * 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
|
2605 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2606 (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
|
2607 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2608 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2609 (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
|
2610 (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
|
2611 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2612 * 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
|
2613 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2614 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
|
2615 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2616 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2617 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2618 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2619 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2620 (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
|
2621 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2622 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2623 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
|
2624 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2625 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2626 * 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
|
2627 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2628 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
|
2629 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2630 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
|
2631 |
29447 | 2632 * 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
|
2633 tty's. |
29447 | 2634 * 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
|
2635 differences whenever appropriate. |
29447 | 2636 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2637 * 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
|
2638 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2639 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2640 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2641 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2642 * 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
|
2643 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2644 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2645 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
|
2646 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2647 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2648 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2649 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2650 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2651 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2652 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2653 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2654 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2655 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2656 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2657 (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
|
2658 (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
|
2659 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2660 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2661 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
|
2662 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2663 (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
|
2664 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2665 |
29403 | 2666 2000-06-02 Dave Love <fx@gnu.org> |
2667 | |
2668 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2669 all the widgets. Don't require cl or widget. Remove | |
2670 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2671 (widget-read-event): Removed. Callers changed to use read-event. | |
2672 (widget-button-release-event-p): Renamed from | |
2673 button-release-event-p. | |
2674 (widget-field-add-space, widget-field-use-before-change): | |
2675 Uncustomize. | |
2676 (widget-specify-field): Use keymap property, not local-map. | |
2677 (widget-specify-button): Obey :suppress-face. | |
2678 (widget-specify-insert): Use modern backquote syntax. | |
2679 (widget-image-directory): Renamed from widget-glyph-directory. | |
2680 (widget-image-enable): Renamed from widget-glyph-enable. | |
2681 (widget-image-find): Replaces widget-glyph-find. | |
2682 (widget-button-pressed-face): Move defvar. | |
2683 (widget-image-insert): Replaces widget-glyph-insert. | |
2684 (widget-convert): Use keywordp. | |
2685 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2686 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2687 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2688 (widget-button-click): Don't set point at the click, but re-centre |
2689 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2690 (widget-tabable-at): Use POS arg, not point. | |
2691 (widget-beginning-of-line, widget-end-of-line) | |
2692 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2693 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2694 (widget-default-create): Use widget-image-insert; some rewriting. | |
2695 (widget-visibility-value-create) | |
2696 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2697 widget-image-insert. | |
2698 (checkbox): Create on and off images dynamically. | |
2699 (documentation-link): Change :help-echo. | |
2700 (widget-documentation-link-echo-help): Remove. | |
2701 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2702 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2703 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2704 * 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
|
2705 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2706 * 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
|
2707 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2708 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2709 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2710 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2711 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2712 |
29383 | 2713 2000-06-02 Dave Love <fx@gnu.org> |
2714 | |
29392 | 2715 * files.el (convert-standard-filename): Doc fix. |
2716 (normal-backup-enable-predicate): New function. | |
2717 (backup-enable-predicate): Use it to replace the lambda form. | |
2718 | |
2719 * calendar/todo-mode.el: [This needs more work on the outline | |
2720 stuff.] Doc fixes. | |
2721 (todo) <defgroup>: Add :version. | |
2722 (todo-add-category): Don't use pushnew. | |
2723 (todo-cmd-raise): Fix typo. | |
2724 (todo-top-priorities): Change temp buffer name. | |
2725 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2726 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2727 Use outline-next-heading. |
29392 | 2728 |
29383 | 2729 * autoarg.el: Rewritten to use define-minor-mode. |
2730 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2731 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2732 | |
29376 | 2733 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2734 | |
2735 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2736 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2737 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2738 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2739 * 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
|
2740 (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
|
2741 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2742 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2743 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2744 |
29372 | 2745 2000-06-01 Dave Love <fx@gnu.org> |
2746 | |
2747 * hl-line.el: Rewritten using define-minor-mode. | |
2748 | |
2749 * help.el (describe-function-1): Distinguish special form from | |
2750 builtin function. Sanity-check presence of arglist for builtins. | |
2751 | |
29356 | 2752 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2753 | |
29365 | 2754 * international/characters.el: Fix syntax/category setting of |
2755 Tibetan characters. | |
2756 | |
2757 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2758 encoding of Tibetan characters. | |
2759 (tibetan-decompose-precomposition-alist): New variable. | |
2760 (tibetan-decompose-region): Convert precomposed characters to | |
2761 non-precomposed characters. | |
2762 (tibetan-decompose-string): Likewise. | |
2763 (tibetan-composition-function): Fix args to | |
2764 thibetan-compose-string. | |
2765 | |
2766 * language/tibetan.el (tibetan-composable-pattern): More | |
2767 characters included. | |
2768 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2769 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2770 "+R" added. | |
2771 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2772 | |
29359 | 2773 * language/lao-util.el (lao-composition-function): Fix args to |
2774 compose-string. | |
2775 | |
2776 * language/thai-util.el (thai-composition-function): Fix args to | |
2777 compose-string. | |
2778 | |
29356 | 2779 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2780 to prevent the point moving to the end of a composition when a |
2781 part of a composition is searched. | |
29356 | 2782 (isearch-other-meta-char): If the key invoking this command can be |
2783 mapped by function-key-map to a printing char, call | |
2784 isearch-process-search-char directly. | |
2785 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2786 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2787 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2788 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2789 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2790 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2791 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2792 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2793 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2794 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2795 * 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
|
2796 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2797 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2798 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
|
2799 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2800 * 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
|
2801 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2802 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
|
2803 |
29347 | 2804 2000-05-31 Dave Love <fx@gnu.org> |
2805 | |
2806 * loadhist.el (loadhist-hook-functions): Remove | |
2807 before-change-function, after-change-function. | |
2808 (unload-feature): Deal with symbols which are both bound and | |
2809 fbound. | |
2810 | |
2811 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2812 before-change-function, after-change-function. | |
2813 | |
2814 * simple.el (newline): Don't bind before-change-function, | |
2815 after-change-function. | |
2816 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2817 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
|
2818 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2819 * 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
|
2820 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
|
2821 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
|
2822 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
|
2823 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2824 * 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
|
2825 |
29330 | 2826 2000-05-31 Dave Love <fx@gnu.org> |
2827 | |
2828 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2829 pattern for function of change. | |
2830 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2831 acknowledgements patterns. | |
2832 | |
29328 | 2833 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2834 | |
2835 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2836 being used, call isearch-process-search-multibyte-characters. | |
2837 | |
2838 * international/isearch-x.el: Mostly rewritten. | |
2839 | |
2840 * international/quail.el (quail-start-conversion): Don't include | |
2841 unhandled events in the returned events, but set them in | |
2842 unread-command-events. Exit if all inputs are deleted. | |
2843 | |
29324 | 2844 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2845 | |
2846 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2847 | |
2848 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2849 Reenable code to create initial fontsets. | |
2850 Use set-fontset-font in place of put-charset-property. | |
2851 | |
29302 | 2852 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2853 | |
29307 | 2854 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2855 label, ensure that the first colon isn't followed by another. | |
2856 | |
2857 * paths.el (Info-default-directory-list): Doc fix. | |
2858 | |
29304 | 2859 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2860 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2861 send a query containing USER only, not USER@HOST. | |
2862 | |
29302 | 2863 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2864 and rmail-msgend to compute the restriction at the end, instead of | |
2865 computing it. | |
2866 | |
29292 | 2867 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2868 | |
29295 | 2869 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2870 echo area if the minibuffer window is active. | |
2871 | |
29292 | 2872 * jit-lock.el (jit-lock-mode): Add after change function to |
2873 local hook. | |
2874 | |
2875 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2876 | |
2877 * antlr-mode.el: New commands: hide/unhide actions, | |
2878 upcase/downcase literals. | |
2879 (antlr-tiny-action-length): New user option. | |
2880 (antlr-hide-actions): New command. Suggested by | |
2881 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
|
2882 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2883 (antlr-mode-menu): New entries. |
2884 (antlr-downcase-literals): New command. | |
2885 (antlr-upcase-literals): Ditto. | |
2886 | |
2887 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2888 (antlr-indent-line): Indent cpp directive at column 0. | |
2889 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2890 | |
2891 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2892 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2893 bug in XEmacs version of font-lock. | |
2894 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2895 be used by a smarter version of `buffers-menu-grouping-function'. | |
2896 | |
2897 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2898 | |
2899 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2900 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2901 | |
29266 | 2902 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2903 | |
2904 * international/encoded-kb.el | |
2905 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2906 charset-iso-final-char return -1 for eight-bit-control and | |
2907 eight-bit-graphic. | |
2908 | |
29261 | 2909 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2910 | |
2911 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2912 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2913 available, instead of window-system. | |
2914 | |
29259 | 2915 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2916 | |
2917 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2918 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2919 coding systems. | |
2920 | |
29248 | 2921 2000-05-26 Dave Love <fx@gnu.org> |
2922 | |
29255 | 2923 * disp-table.el (standard-display-underline): Don't use |
2924 internal-find-face. | |
2925 | |
29248 | 2926 * mail/reporter.el: Maintainer change. Doc fixes. |
2927 (reporter-version): Deleted. | |
2928 | |
2929 * emacs-lisp/elp.el: Maintainer change. | |
2930 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2931 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2932 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2933 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2934 * 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
|
2935 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2936 |
29240 | 2937 2000-05-26 Dave Love <fx@gnu.org> |
2938 | |
29242 | 2939 * loadhist.el (unload-feature): Fix interactive spec [from |
2940 lijnzaad@ebi.ac.uk]. | |
2941 | |
29240 | 2942 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2943 subr-arity to check primitives. | |
2944 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2945 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2946 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2947 mapcar. | |
2948 | |
29226 | 2949 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2950 | |
29235 | 2951 * international/fontset.el: Set family names of non-latin charsets |
2952 in default fontset to "*". | |
2953 | |
29230 | 2954 * international/mule-diag.el (print-fontset): Combine family part |
2955 and registry part of the fontname by "-*-" instead of "-". | |
2956 | |
29226 | 2957 * international/mule-cmds.el (encode-coding-char): Make strings |
2958 multibyte before calling encode-coding-string. | |
2959 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2960 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2961 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2962 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2963 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2964 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2965 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2966 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2967 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2968 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2969 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2970 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2971 * 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
|
2972 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2973 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2974 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2975 (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
|
2976 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2977 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2978 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2979 |
29214 | 2980 2000-05-25 Dave Love <fx@gnu.org> |
2981 | |
2982 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2983 byte-code-function-p. | |
2984 | |
2985 * mail/rmailsum.el: Add provide. | |
2986 | |
2987 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
2988 | |
2989 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
2990 defcustom. | |
2991 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2992 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
|
2993 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2994 * 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
|
2995 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
|
2996 |
29205 | 2997 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2998 | |
2999 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
3000 grayscale support, not about window-system. | |
3001 | |
3002 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
3003 window-system. | |
3004 (ffap-highlight): Always default to t. | |
3005 | |
3006 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
3007 display-popup-menus-p instead of looking at window-system. | |
3008 | |
3009 * disp-table.el (standard-display-g1, standard-display-graphic): | |
3010 Only refuse to use string glyphs on X and MS-Windows. | |
3011 | |
3012 * avoid.el: Remove window-system from commentary, suggest to use | |
3013 display-*-p instead. | |
3014 | |
3015 * apropos.el (apropos-print): Use display-mouse-p instead of | |
3016 window-system. | |
3017 | |
29190 | 3018 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3019 | |
3020 * international/codepage.el (cp-decoding-vector-for-codepage): | |
3021 Fill up unsupported characters with their own codes. From Kenichi | |
3022 Handa. | |
3023 | |
29188 | 3024 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3025 | |
3026 * international/mule-diag.el (describe-char-after): Use | |
3027 display-graphic-p instead of window-system, so that this function | |
3028 works on MS-DOS. | |
3029 | |
29181 | 3030 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3031 | |
3032 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
3033 Remove the eight-bit-graphic and eight-bit-control charsets from | |
3034 the list of charsets which we convert into `?'. | |
3035 | |
29169 | 3036 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3037 | |
3038 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
3039 private charsets. | |
3040 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
3041 japanese-jisx0213-2): New charsets. | |
3042 | |
3043 * international/fontset.el: Setup default fontset for new charsets. | |
3044 | |
29166 | 3045 2000-05-24 Dave Love <fx@gnu.org> |
3046 | |
3047 * info.el (Info-find-node-2): Restructure [following "Vadim | |
3048 S. Solomin" <sovs@uic.nnov.ru>]. | |
3049 | |
3050 * icomplete.el: Fix header for Finder. | |
3051 | |
3052 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
3053 | |
3054 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
3055 STAY. | |
3056 | |
3057 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
3058 (rmail-show-message): Add call to `rmail-auto-file' during | |
3059 display. | |
3060 (rmail-auto-file): New function. | |
3061 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3062 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
|
3063 |
29193 | 3064 * 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
|
3065 account. |
29193 | 3066 (ediff-test-utility,ediff-diff-mandatory-option) |
3067 (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
|
3068 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
|
3069 |
29193 | 3070 * 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
|
3071 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
3072 |
29193 | 3073 * 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
|
3074 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
3075 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
3076 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
|
3077 |
29193 | 3078 * 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
|
3079 |
29159 | 3080 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3081 | |
3082 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
3083 aliases for hebrew-iso-8bit. | |
3084 | |
29148 | 3085 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
3086 | |
3087 * woman.el: New version from Francis J. Wright | |
3088 <F.J.Wright@Maths.QMW.ac.uk>. | |
3089 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
3090 names in environment variables regardless of the path separator. | |
3091 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
3092 on all files, since woman-file-regexp already filters out any | |
3093 directories. | |
3094 | |
29140 | 3095 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3096 | |
29144 | 3097 * international/quail.el (quail-start-translation): Don't change |
3098 modified-p of the current buffer. | |
3099 (quail-start-conversion): Likewise. | |
3100 | |
3101 * international/kkc.el (kkc-region): Don't change modified-p of | |
3102 the current buffer. | |
3103 | |
29142 | 3104 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
3105 conform to RFC1468. | |
3106 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 3107 |
29138 | 3108 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
3109 | |
3110 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
3111 (speedbar-insert-button): Invisible text property fix. | |
3112 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
3113 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
3114 (speedbar-page-plus): Renamed from speedbar-file-+ | |
3115 (speedbar-page-minus): Renamed from speedbar-file-- | |
3116 (speedbar-page): Renamed from speedbar-file- | |
3117 (speedbar-tag): Renamed from speedbar-tag- | |
3118 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
3119 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
3120 (speedbar-expand-image-button-alist): Use above renames. | |
3121 | |
3122 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
3123 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
3124 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
3125 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
3126 * sb-pg.xpm: Renamed from sb-file.xpm | |
3127 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
3128 * 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
|
3129 |
29128 | 3130 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3131 | |
3132 * international/quail.el (quail-show-guidance-buf): Set | |
3133 current-input-method of the guidance buffer to the name of the | |
3134 curren input method. | |
3135 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3136 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3137 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3138 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3139 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3140 * 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
|
3141 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3142 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3143 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3144 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3145 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3146 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3147 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3148 * 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
|
3149 |
29116 | 3150 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3151 | |
29127 | 3152 * startup.el (command-line): Determine source file of compiled |
3153 user init file differently. Warn if compiled user init file | |
3154 is older than its source file. | |
3155 | |
29116 | 3156 * 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
|
3157 |
29112 | 3158 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3159 | |
3160 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3161 rather than `|' (which is not allowed on Windows). Replace the | |
3162 drive letters with a string "drive_X". | |
3163 | |
29110 | 3164 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3165 | |
3166 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3167 | |
3168 * files.el (interpreter-mode-alist): Add `bash2'. | |
3169 | |
29091 | 3170 2000-05-22 Dave Love <fx@gnu.org> |
3171 | |
3172 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3173 mapc. | |
3174 (feature-file): Avoid calling symbol-name. Doc fix. | |
3175 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3176 (loadhist-hook-functions): Add mouse-position-function. | |
3177 (unload-feature): Change uses of mapcar. | |
3178 | |
3179 * files.el (parse-colon-path): Doc fix. | |
3180 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3181 (set-auto-mode): Use mapc. | |
3182 | |
3183 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3184 class. | |
3185 (partial-completion-mode): Add autoload cookie. | |
3186 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3187 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
|
3188 |
29102 | 3189 * 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
|
3190 `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
|
3191 |
29082 | 3192 2000-05-22 Dave Love <fx@gnu.org> |
3193 | |
3194 * bindings.el: Remove debug-ignored-errors set in other files. | |
3195 | |
3196 * progmodes/etags.el: Add to debug-ignored-errors. | |
3197 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3198 when making a new list. | |
3199 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3200 mapc. | |
3201 | |
3202 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3203 quote keywords. | |
3204 (cmpl-string-case-type): Use character classes. | |
3205 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3206 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3207 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3208 * imenu.el: |
29082 | 3209 * mail/mh-e.el: |
3210 * progmodes/compile.el: Add to debug-ignored-errors. | |
3211 | |
3212 * dabbrev.el: Add to debug-ignored-errors. | |
3213 (dabbrev-completion): Use mapc. | |
3214 | |
29075 | 3215 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3216 | |
3217 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3218 (woman-mapcan, woman-parse-man.conf) | |
3219 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3220 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3221 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3222 path syntax better. | |
3223 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3224 (woman-manpath): Call woman-parse-man.conf. | |
3225 (woman-emulation): New defcustom, defaults to nroff. | |
3226 (woman-font-support): New defconst. | |
3227 (woman-use-symbol-font): New defcustom. | |
3228 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3229 "Emulation". | |
3230 Many functions: Doc fix. | |
3231 | |
29072 | 3232 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3233 | |
3234 * international/quail.el (quail-simple-translation-keymap): Map | |
3235 128..255 to quail-self-insert-command. | |
3236 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3237 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3238 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3239 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3240 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3241 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3242 * 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
|
3243 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3244 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3245 * 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
|
3246 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3247 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3248 * 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
|
3249 |
29059 | 3250 2000-05-21 Dave Love <fx@gnu.org> |
3251 | |
29061 | 3252 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3253 are invalid characters. | |
3254 | |
29059 | 3255 * international/mule-util.el (detect-coding-with-priority): Use |
3256 mapc. Remove redundant lambda. | |
3257 | |
3258 * international/mule-diag.el (list-non-iso-charset-chars) | |
3259 (describe-fontset): Remove redundant lambda. | |
3260 | |
3261 * emulation/crisp.el (brief-mode): New alias. | |
3262 | |
3263 * emacs-lisp/ring.el (ring-elements): New function. | |
3264 | |
3265 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3266 (easy-menu-do-add-item): Use keywordp. | |
3267 | |
3268 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3269 | |
3270 * replace.el: Doc and error message fixes. | |
3271 (replace-highlight): Use facep, not internal-find-face. | |
3272 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3273 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3274 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3275 * 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
|
3276 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3277 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3278 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3279 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3280 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3281 (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
|
3282 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3283 (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
|
3284 (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
|
3285 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3286 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3287 (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
|
3288 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3289 (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
|
3290 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3291 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3292 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3293 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3294 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3295 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3296 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3297 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3298 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3299 (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
|
3300 (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
|
3301 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3302 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
|
3303 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3304 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3305 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3306 |
29029 | 3307 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3308 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3309 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3310 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3311 | |
29028 | 3312 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3313 | |
3314 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3315 and insert, not subst-char-in-region. | |
3316 | |
3317 * international/mule-diag.el (list-character-sets-1): Handle | |
3318 charsets eight-bit-control and eight-bit-graphic. | |
3319 (list-iso-charset-chars): Likewise. | |
3320 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3321 charactes as is. Use indent-to to align characters. | |
3322 | |
3323 * international/mule-cmds.el (find-multibyte-characters): Never | |
3324 exclude charsets eight-bit-control and eight-bit-graphic. | |
3325 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3326 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3327 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3328 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3329 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3330 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3331 * 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
|
3332 |
28993 | 3333 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3334 | |
3335 * gud.el (gud-jdb-directories): Doc fix. | |
3336 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3337 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3338 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3339 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3340 |
28988 | 3341 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3342 | |
28993 | 3343 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3344 |
28982 | 3345 2000-05-18 Andreas Schwab <schwab@suse.de> |
3346 | |
3347 * dired.el (dired-between-files): Also skip lines beginning with | |
3348 `used'. | |
3349 | |
28978 | 3350 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3351 | |
3352 * msb.el (msb-menu-cond): Add choice `user'. | |
3353 | |
28981 | 3354 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
|
3355 |
28981 | 3356 * ps-print.el: Compatibility, customization and doc fix. |
3357 (ps-printer-name-option): Replace defconst by defvar. | |
3358 (ps-postscript-code-directory): XEmacs compatibility. | |
3359 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3360 fix. | |
3361 (ps-user-defined-prologue, ps-print-prologue-header) | |
3362 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3363 compatibility and code fix. | |
3364 (ps-print-background-image, ps-print-background-text): | |
3365 Customization fix. | |
3366 (ps-line-number-start, ps-n-up-on): New vars. | |
3367 | |
28978 | 3368 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3369 | |
3370 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3371 the indent-comment function to just return the appropriate indent. | |
3372 | |
28975 | 3373 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3374 | |
3375 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3376 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3377 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3378 | |
28969 | 3379 2000-05-18 Dave Love <fx@gnu.org> |
3380 | |
3381 * info.el (Info-fontify-node): Add intangible property as well as | |
3382 invisible. | |
3383 | |
3384 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3385 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3386 | |
28965 | 3387 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3388 | |
3389 * international/mule-diag.el (describe-char-after): Call | |
3390 internal-char-font, not char-font. If internal-char-font returns | |
3391 nil, display "-- none --". | |
3392 | |
28959 | 3393 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3394 | |
3395 * image.el (image-type-available-p): Don't reference image-types | |
3396 if it isn't bound. | |
3397 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3398 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3399 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3400 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3401 |
28954 | 3402 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3403 | |
3404 * startup.el (command-line-1): Don't signal an error if the | |
3405 directory for auto-save-list files does not yet exist. | |
3406 | |
28950 | 3407 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3408 | |
3409 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3410 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3411 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3412 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3413 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3414 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3415 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
|
3416 |
28981 | 3417 * 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
|
3418 |
28942 | 3419 2000-05-16 Dave Love <fx@gnu.org> |
3420 | |
3421 * cus-edit.el: Don't require cl or easymenu. | |
3422 (custom-variable-prompt): Test standard-value property, not | |
3423 user-variable-p. | |
3424 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3425 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
|
3426 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3427 * 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
|
3428 |
28939 | 3429 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3430 | |
3431 * startup.el (command-line-1): Mention the FAQ in the startup | |
3432 message. | |
3433 | |
3434 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3435 | |
3436 * progmodes/compile.el (compilation-parse-errors): Collect | |
3437 `nomessage' regexps last. | |
3438 | |
3439 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3440 | |
3441 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3442 to the function name. | |
3443 | |
28926 | 3444 2000-05-15 Dave Love <fx@gnu.org> |
3445 | |
3446 * speedbar.el (speedbar-recenter): Typo. | |
3447 (speedbar-expand-line): Make arg optional. | |
3448 (speedbar-mode): Avoid a compiler warning. | |
3449 | |
28924 | 3450 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3451 | |
3452 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3453 user-specified option string is empty. | |
3454 | |
3455 * mouse.el (mouse-yank-at-click): Doc fix. | |
3456 | |
28921 | 3457 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3458 | |
3459 * term/internal.el (IT-character-translations): More updates of | |
3460 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3461 documents. | |
3462 | |
28919 | 3463 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3464 | |
3465 * env.el (getenv): New function, interactively callable. | |
3466 (setenv, getenv): Remove autoload cookies. | |
3467 | |
3468 * loadup.el: Load `env'. | |
3469 | |
3470 * progmodes/f90.el: Change author's mail address. | |
3471 | |
28908 | 3472 2000-05-14 Dave Love <fx@gnu.org> |
3473 | |
28911 | 3474 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3475 goto-addr as an option. | |
3476 | |
3477 * help.el (help-xref-stack): Doc fix. | |
3478 (help-xref-following): New variable. | |
3479 (help-make-xrefs): Use it. | |
3480 (help-xref-go-back): Use position information from stack element. | |
3481 (help-follow): Make position in stack element a pair. Use | |
3482 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3483 |
28911 | 3484 * autoarg.el: New file. |
3485 | |
3486 * faces.el: Declare more functions obsolete. | |
3487 | |
28908 | 3488 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3489 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3490 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3491 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3492 Remove all the setup-...-environment functions. | |
3493 | |
28903 | 3494 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3495 | |
28919 | 3496 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3497 >= when detecting. Require `defimage' safely. | |
28903 | 3498 (speedbar-easymenu-definition-base): Add toggle for images. |
3499 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3500 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3501 (speedbar-reconfigure-keymaps-hook): New variable. | |
3502 (speedbar-frame-parameters): Updated documentation. | |
3503 (speedbar-use-imenu-flag): Updated custom tag | |
3504 (speedbar-dynamic-tags-function-list): New variable. | |
3505 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3506 (speedbar-indentation-width, speedbar-indentation-width) New |
3507 variables. | |
3508 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3509 (speedbar-vc-indicator): Doc update. |
3510 (speedbar-ignored-path-expressions): Updated default value. | |
3511 (speedbar-supported-extension-expressions): Updated default value. | |
3512 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3513 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3514 as "+". Added overlay aliases. | |
3515 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3516 `force-mode-line-update'. | |
3517 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3518 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3519 `mouse-set-point' | |
28903 | 3520 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3521 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3522 of arbitrary text, and new helper functions. | |
3523 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3524 filename finder. | |
28903 | 3525 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3526 (speedbar-directory-buttons): Update path search/expansion. | |
3527 (speedbar-make-tag-line): Pay attention to | |
28919 | 3528 `speedbar-indentation-width'. Use more care w/ invisible |
3529 properties. | |
28903 | 3530 (speedbar-change-expand-button-char): Call |
3531 `speedbar-insert-image-button-maybe'. | |
3532 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3533 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3534 (speedbar-trim-words-tag-hierarchy) | |
3535 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3536 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3537 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3538 functions. | |
28903 | 3539 (speedbar-mouse-set-point): New function |
3540 (speedbar-power-click): Updated documentation. | |
28919 | 3541 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3542 of tag prefix text. | |
3543 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3544 to strange text. | |
3545 (speedbar-expand-line): Takes universal argument to flush the | |
3546 cache. | |
28903 | 3547 (speedbar-flush-expand-line): New function. |
3548 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3549 Use new generator insertion method. | |
3550 (speedbar-fetch-dynamic-tags): New function. | |
3551 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3552 `speedbar-fetch-dynamic-imenu'. | |
3553 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3554 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3555 "Revert Buffer" menu items. | |
3556 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3557 filename tag (for expansion purposes.). | |
28919 | 3558 (speedbar-highlight-one-tag-line, |
3559 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3560 (speedbar-recenter): New functions. | |
28903 | 3561 (defimage-speedbar): Image loading abstraction. |
28919 | 3562 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3563 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3564 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3565 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3566 (speedbar-expand-image-button-alist): New variable. |
3567 (speedbar-insert-image-button-maybe): Insert an image over some | |
3568 buttons. | |
3569 | |
28894 | 3570 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3571 | |
3572 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3573 character is always encodable. | |
3574 | |
3575 * international/mule-conf.el: Add more information in descriptions | |
3576 of character sets. | |
3577 | |
28965 | 3578 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3579 (describe-font-internal): Adjusted for the change of font-info. |
3580 (describe-font): Likewise. | |
3581 (print-fontset): Rewritten for the new fontset implementation. | |
3582 (describe-fontset): Include fontset alias names in completion. | |
3583 (list-fontsets): Adjusted for the change of print-fontset. | |
3584 | |
28895 | 3585 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3586 describe-char-after instead of displaying the detail in the echo | |
3587 area. | |
28965 | 3588 (syntax-code-table): Format changed. |
3589 (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
|
3590 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3591 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3592 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3593 * 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
|
3594 |
28890 | 3595 2000-05-12 Dave Love <fx@gnu.org> |
3596 | |
3597 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3598 dependence. Use line-{beginning,end}-position, not | |
3599 point-at{b,e}ol. Some doc fixes. | |
3600 (todo-position): New function. Fix callers of position to use it. | |
3601 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3602 | |
28885 | 3603 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3604 | |
3605 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3606 | |
28893 | 3607 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3608 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3609 |
28882 | 3610 2000-05-11 Dave Love <fx@gnu.org> |
3611 | |
28888 | 3612 * calendar/todo-mode.el: New file. |
28882 | 3613 |
28870 | 3614 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3615 | |
28881 | 3616 * comint.el (comint-read-input-ring): Move reference to |
3617 comint-input-ring-size outside of the save-excursion. It was | |
3618 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
|
3619 |
28875 | 3620 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3621 address on request from him. | |
3622 | |
28870 | 3623 * subr.el (substitute-key-definition): Add comment describing |
3624 the meaning of PREFIX. | |
3625 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3626 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3627 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3628 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3629 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3630 * 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
|
3631 (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
|
3632 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3633 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3634 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3635 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3636 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3637 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3638 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3639 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3640 * 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
|
3641 (log-view-minor-wrap): Use mark-active. |
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 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3644 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3645 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3646 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3647 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3648 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3649 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3650 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3651 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3652 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3653 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3654 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3655 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3656 (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
|
3657 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3658 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3659 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3660 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3661 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3662 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3663 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3664 |
28845 | 3665 2000-05-09 Sam Steingold <sds@goems.com> |
3666 | |
3667 * apropos.el (apropos-print): use `describe-face' instead of | |
3668 `customize-face-other-window'. | |
3669 | |
28842 | 3670 2000-05-09 Dave Love <fx@gnu.org> |
3671 | |
3672 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3673 | |
3674 * help.el (describe-variable): Have customize button pop the | |
3675 help-xref stack when invoked. | |
3676 (help-xref-symbol-regexp): Add `face'. | |
3677 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3678 submatch numbers to cope. | |
3679 (help-xref-interned): Maybe insert face doc too. Separate | |
3680 sections with a line of hyphens. | |
3681 | |
28848 | 3682 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3683 (describe-face): Add customize button. Return the help |
3684 text. Fix prompt. | |
3685 | |
28839 | 3686 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3687 | |
3688 * term/internal.el (IT-character-translations): Fix last change. | |
3689 | |
28833 | 3690 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3691 | |
3692 * woman.el: New file | |
3693 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3694 | |
28829 | 3695 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3696 | |
28831 | 3697 * term/internal.el (IT-character-translations): Update ASCII |
3698 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3699 latin-iso8859-15. | |
3700 | |
28829 | 3701 * international/mule-cmds.el (set-language-info-alist): Call |
3702 define-prefix-command with 3 arguments, to make the map suitable | |
3703 for a menu. | |
3704 | |
28827 | 3705 2000-05-07 Dave Love <fx@gnu.org> |
3706 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3707 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3708 |
28825 | 3709 2000-05-05 Dave Love <fx@gnu.org> |
3710 | |
3711 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3712 list in doc string. Don't quote keyword symbols. | |
3713 * emacs-lisp/cl.el: Likewise | |
3714 * emacs-lisp/cl-seq.el: Likewise | |
3715 | |
28823 | 3716 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3717 | |
3718 * abbrev.el (abbrev-mode): Make ARG optional. | |
3719 | |
28812 | 3720 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3721 | |
28817 | 3722 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3723 | |
3724 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3725 | |
28812 | 3726 * subr.el (substitute-key-definition): Clarify documentation. |
3727 | |
3728 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3729 | |
3730 * glasses.el (glasses-convert-to-unreadable): Use | |
3731 `glasses-separator' instead of the hard-wired "_". | |
3732 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3733 place. | |
3734 | |
28808 | 3735 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3736 | |
3737 * term/internal.el (cjk-codepages-alist): Add associations for | |
3738 Chinese and Korean codepages. Remove FIXME comment. | |
3739 | |
28806 | 3740 2000-05-03 Dave Love <fx@gnu.org> |
3741 | |
3742 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3743 New option. | |
3744 (display-time-mail-icon): New variable. | |
3745 (display-time-string-forms): Use the above. Fix the local-map. | |
3746 | |
28795 | 3747 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3748 | |
28805 | 3749 * replace.el (query-replace-map): Add binding for `E'. |
3750 (query-replace-help): Extend help text. | |
3751 (perform-replace): Allow editing the replacement string. | |
3752 | |
3753 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3754 (makefile-mode): Set local abbrev table to | |
3755 makefile-mode-abbrev-table. | |
3756 (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
|
3757 |
28795 | 3758 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3759 set TOGGLE's value. | |
3760 | |
28805 | 3761 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3762 mail-interactive-insert-alias. | |
3763 (mail-abbrev-complete-alias): New command. | |
3764 (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
|
3765 |
28790 | 3766 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3767 | |
3768 * language/lao-util.el (lao-compose-region): New function. | |
3769 | |
28782 | 3770 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3771 | |
28789 | 3772 * files.el (recover-session): Make directories as necessary |
3773 if they don't exist yet. | |
3774 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3775 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3776 (french-calendar-multibyte-special-days-array) |
28782 | 3777 (french-calendar-special-days-array): Change French text. |
3778 (calendar-french-date-string): Change output. | |
3779 (calendar-goto-french-date): Likewise. | |
3780 | |
3781 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3782 | |
3783 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3784 (widget-documentation-string-value-create): Set `:always-active'. | |
3785 | |
28778 | 3786 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3787 | |
3788 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3789 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3790 (normal-top-level): Create the directory for auto-save files, if | |
3791 it doesn't already exist (in the ms-dos case only). | |
3792 | |
28775 | 3793 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3794 | |
3795 * international/mule-cmds.el (set-language-environment): Don't | |
3796 concat an integer (dos-codepage), use format instead. | |
3797 | |
28772 | 3798 2000-05-02 Dave Love <fx@gnu.org> |
3799 | |
3800 * help.el (help-xref-on-pp): Check for constant symbols. | |
3801 | |
28764 | 3802 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3803 | |
3804 * startup.el (normal-top-level): Put a condition-case around | |
3805 the code loading subdirs.el. | |
3806 | |
3807 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
|
3808 |
28764 | 3809 * ps-print.el: Upside-down and face background color printing, |
3810 line number step, doc fix. | |
3811 (ps-print-version): New version number (5.2). | |
3812 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3813 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3814 (ps-spool-config): Var fix. | |
3815 (ps-printer-name-option): Const fix. | |
3816 (ps-print-upside-down, ps-use-face-background) | |
3817 (ps-line-number-step): New vars. | |
3818 (ps-window-system, ps-lp-system): New consts. | |
3819 (ps-face-background): New fun. | |
3820 | |
28759 | 3821 2000-04-28 Richard Stallman <rms@gnu.org> |
3822 | |
3823 * files.el (make-auto-save-file-name): | |
3824 Apply auto-save-file-name-transforms to visited file name | |
3825 before generating auto save file name. | |
3826 (auto-save-file-name-transforms): New variable. | |
3827 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3828 * files.el (backup-enable-predicate): |
28759 | 3829 Correctly test for a file under a temporary directory. |
3830 | |
28751 | 3831 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3832 | |
3833 * subr.el (add-minor-mode): Rewritten. | |
3834 | |
28749 | 3835 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3836 | |
3837 * mail/sendmail.el (sendmail-send-it): Set | |
3838 buffer-file-coding-system to the selected coding system for MIME | |
3839 header. | |
3840 | |
28748 | 3841 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3842 | |
3843 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3844 YYYY is followed by two spaces. | |
3845 | |
3846 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3847 in the second character class of the regexp. | |
3848 | |
3849 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3850 mh-etc, too. | |
3851 | |
3852 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3853 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3854 |
28748 | 3855 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3856 | |
3857 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3858 argument. | |
3859 | |
3860 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
|
3861 |
28748 | 3862 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3863 (crm-collection-fn, crm-test-completion) | |
3864 (completing-read-multiple): Use it. | |
3865 | |
28736 | 3866 2000-04-27 Dave Love <fx@gnu.org> |
3867 | |
3868 * help.el (locate-library): Use mapc. | |
3869 (help-manyarg-func-alist): Add call-process-region. | |
3870 | |
28724 | 3871 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3872 | |
28729 | 3873 * subr.el (add-minor-mode): Make argument MAP optional. |
3874 | |
28724 | 3875 * desktop.el (desktop-save): Save list of minor modes. |
3876 (desktop-create-buffer): Restore minor modes. | |
3877 (desktop-minor-mode-table): New user-option. | |
3878 | |
3879 * subr.el (add-minor-mode): New function. | |
3880 | |
3881 * image.el (find-image): New function. | |
3882 (defimage): Rewritten to find image at load time. | |
3883 | |
3884 * startup.el (normal-top-level-add-to-load-path): Handle | |
3885 case that the default directory is not in load-path. | |
3886 | |
3887 * help.el: Old patch from Stefan Monnier. | |
3888 (help-xref-on-pp): New function. | |
3889 (describe-variable): Use it to display xrefs in a symbol's value. | |
3890 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3891 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3892 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3893 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3894 |
28713 | 3895 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3896 | |
28715 | 3897 * mail/rmail.el (rmail-expunge): When there are no deleted |
3898 messages, do nothing. | |
28713 | 3899 |
28712 | 3900 2000-04-26 Dave Love <fx@gnu.org> |
3901 | |
3902 * international/mule-cmds.el (locale-translation-file-name): | |
3903 Defvar to nil. | |
3904 (set-locale-environment): Set it here (at runtime). | |
3905 | |
28710 | 3906 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3907 | |
3908 * replace.el (perform-replace): Add parameters START and END. Use | |
3909 them instead of the check for a region in Transient Mark mode. | |
3910 (query-replace-read-args): Return two more list elements for the | |
3911 start and end of the region in Transient Mark mode. | |
3912 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3913 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3914 optional last arguments START and END and pass them to | |
3915 perform-replace. | |
3916 | |
3917 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3918 form with additional arguments for perform-replace. | |
3919 | |
3920 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3921 and END. Construct a form with additional arguments for | |
3922 perform-replace. | |
3923 | |
3924 * simple.el (shell-command): Set default directory for "*Shell | |
3925 Command Output" buffer. | |
3926 | |
3927 * language/european.el (iso-latin-4): Fix typo. | |
3928 | |
3929 * emacs-lisp/crm.el: New file. | |
3930 | |
28701 | 3931 2000-04-24 Dave Love <fx@gnu.org> |
3932 | |
3933 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3934 (Custom-reset-saved, Custom-reset-standard) | |
3935 (custom-group-value-create, custom-group-set, custom-group-save) | |
3936 (custom-group-reset-current, custom-group-reset-saved) | |
3937 (custom-group-reset-standard): Use mapc. | |
3938 (custom-buffer-create-internal): Disable undo when creating items. | |
3939 Use mapc. | |
3940 (custom-face): Avoid redundant lambda. | |
3941 | |
28699 | 3942 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3943 | |
3944 * startup.el (auto-save-list-file-prefix): Set default to | |
3945 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3946 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3947 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3948 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3949 * 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
|
3950 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3951 |
28695 | 3952 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3953 | |
3954 * frame.el (scrolling): New group. | |
3955 (automatic-hscrolling): New user-option. | |
3956 | |
3957 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3958 `--line-spacing'. | |
3959 | |
28668 | 3960 2000-04-19 Dave Love <fx@gnu.org> |
3961 | |
3962 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3963 (cl-mapc): Rename from mapc. Fix the funcall. | |
3964 | |
28653 | 3965 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3966 | |
28660 | 3967 * simple.el (clone-indirect-buffer-other-window): New command. |
3968 (clone-indirect-buffer): Add optional arg NORECROD. | |
3969 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3970 | |
28658 | 3971 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3972 | |
3973 * window.el (count-screen-lines): New function. | |
3974 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3975 instead of window-buffer-height. | |
3976 | |
3977 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3978 non-existing variable comint-input-sentinel. | |
3979 (inferior-lisp-args-to-list): Removed. | |
3980 (inferior-lisp): Use split-string instead of | |
3981 inferior-lisp-args-to-list. | |
3982 | |
3983 * hexl.el (hexl-insert-hex-string): New command. | |
3984 | |
28653 | 3985 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3986 instead of concat. | |
3987 | |
28634 | 3988 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
3989 | |
3990 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
3991 at the start of an existing but empty folder. | |
3992 | |
3993 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3994 | |
3995 * ps-mule.el: Customization fix, doc fix. | |
3996 (ps-multibyte-buffer): Customization fix. | |
3997 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3998 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3999 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4000 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
4001 |
28626 | 4002 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4003 | |
4004 * textmodes/texinfo.el (texinfo-insert-@email) | |
4005 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
4006 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
4007 (texinfo-mode-map): Add key bindings for them. | |
4008 | |
4009 * files.el (basic-save-buffer-2): Use a template with `$' | |
4010 instead of `#' for VMS. | |
4011 | |
4012 * simple.el (clone-indirect-buffer): New function. | |
4013 | |
28621 | 4014 2000-04-16 Stephen Eglen <stephen@gnu.org> |
4015 | |
4016 * iswitchb.el (iswitchb-case): New function. If the user input | |
4017 contains any upper-case characters, the search is made | |
4018 case-sensitive. | |
4019 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4020 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4021 |
28621 | 4022 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
4023 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4024 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4025 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4026 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4027 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 4028 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
4029 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
|
4030 (texinfo-environments): New var. |
28621 | 4031 (texinfo-environment-regexp): Use regexp-opt and |
4032 texinfo-environments. | |
4033 | |
4034 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
4035 ispell-process is bound since this might be eval'd before ispell | |
4036 is loaded. | |
4037 (ispell-message): Use a tiny bit less magic and a bit more hard | |
4038 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
|
4039 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4040 * 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
|
4041 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4042 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4043 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4044 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4045 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4046 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4047 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4048 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4049 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
4050 |
28602 | 4051 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4052 | |
4053 * 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
|
4054 |
28602 | 4055 * ps-print.el: Fix counting lines in a region. |
4056 (ps-print-version): New version number (5.1.5). | |
4057 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
4058 (ps-printing-region): Fun code fix. | |
4059 | |
28600 | 4060 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
4061 | |
4062 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
4063 to file-directory-p. | |
4064 | |
28591 | 4065 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4066 | |
4067 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
4068 exists before calling directory-files. | |
4069 | |
28578 | 4070 2000-04-13 Dave Love <fx@gnu.org> |
4071 | |
4072 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
4073 syntax. | |
4074 | |
4075 * emacs-lisp/cl-specs.el: Remove when, unless. | |
4076 | |
4077 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
4078 (cl-old-mapc): New variable. | |
4079 (mapc): Use it. | |
4080 (cl-map-intervals): Use with-current-buffer. Don't check for | |
4081 next-property-change. | |
4082 (cl-map-overlays): Use with-current-buffer. | |
4083 (cl-expt): Remove. | |
4084 (copy-tree, remprop): Define unconditionally. | |
4085 | |
4086 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
4087 | |
4088 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
4089 to use keywordp. | |
4090 (edebug-spec): Enable keywordp. | |
4091 | |
4092 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
4093 string-lessp. | |
4094 | |
4095 * cus-start.el: Use keywordp. | |
4096 | |
28577 | 4097 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4098 | |
4099 * diary-lib.el (include-other-diary-files): Fix the fix of | |
4100 2000-02-18 by doing a save-excursion. | |
4101 | |
4102 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4103 | |
4104 * ps-print.el: Customization fix, doc fix. | |
4105 (ps-print-version): New version number (5.1.4). | |
4106 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
4107 (ps-print-preprint): Adjust code. | |
4108 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
4109 (ps-print-prologue-header, ps-print-control-characters) | |
4110 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4111 |
28564 | 4112 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4113 | |
4114 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4115 converted to the new menu-item format, names silightly changed, | |
4116 help strings added. | |
4117 | |
4118 Support for spelling without async subprocesses: | |
4119 | |
4120 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
4121 (ispell-session-buffer): New variables. | |
4122 (ispell-start-process, ispell-process-status, | |
4123 ispell-accept-output, ispell-send-string): New functions, for | |
4124 Ispell invocation when async subprocesses aren't supported. | |
4125 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
4126 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
4127 to process-send-string with calls to ispell-send-string, and | |
4128 accept-process-output with ispell-accept-output. | |
4129 (ispell-init-process): Call ispell-process-status instead of | |
4130 process-status with. | |
4131 (ispell-init-process): Call ispell-start-process. Call | |
4132 ispell-accept-output and ispell-send-string. Don't call | |
4133 process-kill-without-query and kill-process if they are unbound. | |
4134 (ispell-async-processp): New function. | |
4135 | |
28560 | 4136 2000-04-12 Dave Love <fx@gnu.org> |
4137 | |
4138 * info.el: Add debug-ignored-errors. | |
4139 (Info-mode-menu): Add some items. | |
4140 (Info-directory): Add autoload cookie. | |
4141 | |
4142 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
4143 Modify `truncate-lines'. Make `describe-language-environment' | |
4144 always visible and add help. Modify `describe-key' help. Invoke | |
4145 Info-directory from `info'. New entry `emacs-manual'. | |
4146 | |
28542 | 4147 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4148 | |
28549 | 4149 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
4150 propertized-buffer-identification. | |
4151 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4152 (ebrowse--mode-strings): Removed. | |
4153 (ebrowse--mode-line-props): Removed. | |
4154 | |
28542 | 4155 * files.el (auto-mode-alist): Add `EBROWSE'. |
4156 | |
4157 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4158 space before testing for end of buffer. | |
4159 (ebrowse-load): Removed. | |
4160 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4161 (ebrowse-create-tree-buffer): Rewritten. | |
4162 (ebrowse-tree-mode): Read tree from buffer. | |
4163 | |
4164 * progmodes/ebrowse-ffh.el: Removed. | |
4165 | |
28535 | 4166 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4167 | |
4168 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4169 | |
28534 | 4170 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4171 | |
4172 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4173 at the wrong place. | |
4174 | |
28783 | 4175 2000-04-09 Dave Love <fx@gnu.org> |
4176 | |
4177 * files.el (backup-enable-predicate): Use | |
4178 temporary-file-directory, small-temporary-file-directory. | |
4179 (make-backup-file-name-function, backup-directory-alist): New | |
4180 variables. | |
4181 (make-backup-file-name-1): New function. | |
4182 (make-backup-file-name): Use it. | |
4183 (find-backup-file-name): Likewise. Use format for clarity, not | |
4184 concat. | |
4185 (file-newest-backup): Use make-backup-file-name. | |
4186 | |
28523 | 4187 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4188 | |
28530 | 4189 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4190 |
28530 | 4191 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4192 to ebrowse-ffh.el. | |
4193 (ebrowse-load): Add autoload. | |
4194 | |
4195 * finder.el (finder-commentary): Add autoload cookie. | |
4196 | |
28523 | 4197 * mail/rfc2368.el: Correct author's email address. |
4198 | |
4199 * progmodes/ebrowse.el: New file. | |
4200 | |
4201 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4202 item help string. | |
4203 (easy-menu-do-add-item): Ditto. | |
4204 (easy-menu-define): Extend doc string. | |
4205 | |
4206 * jit-lock.el (with-buffer-unmodified): Use | |
4207 restore-buffer-modified-p. | |
4208 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4209 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4210 with-buffer-unmodified. | |
4211 | |
28517 | 4212 2000-04-08 Dave Love <fx@gnu.org> |
4213 | |
4214 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4215 unless, when. | |
4216 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4217 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
|
4218 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4219 * 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
|
4220 (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
|
4221 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
|
4222 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4223 |
28506 | 4224 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4225 | |
4226 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4227 like C-r. | |
4228 | |
4229 * progmodes/make-mode.el: Some doc fixes. | |
4230 (makefile-mode-abbrev-table): New variable. | |
4231 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4232 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4233 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4234 | |
4235 * replace.el (perform-replace): Don't move forward one char | |
4236 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4237 to do that because it leaves point 1 position after the last | |
4238 replacement, after everything has been replaced. | |
4239 | |
4240 * jit-lock.el (with-buffer-unmodified): New macro. | |
4241 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4242 modified state. | |
4243 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4244 preserving buffer's modified state. | |
4245 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4246 jit-lock-function-1. | |
4247 | |
4248 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4249 | |
28499 | 4250 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4251 | |
4252 * glasses.el: Provide facilities for inserting space before left | |
4253 parentheses and uncapitalization of identifiers. | |
4254 (glasses-mode): Try to remove old overlays in all cases. | |
4255 | |
28485 | 4256 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4257 | |
28496 | 4258 * progmodes/compile.el (compile-internal): Display the compilation |
4259 buffer in a different frame, if it's already displayed there. | |
4260 | |
28494 | 4261 * mail/rfc2368.el: New file. |
4262 | |
28492 | 4263 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4264 header and insert its value as mail body. | |
4265 | |
4266 * subr.el (member-ignore-case): New function. | |
4267 | |
4268 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4269 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4270 from dabbrev-ignored-regexps. | |
4271 | |
28485 | 4272 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4273 to extensions handled by gzip. | |
4274 | |
28492 | 4275 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4276 | |
4277 * files.el (insert-directory): List the total free space | |
4278 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4279 |
28492 | 4280 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4281 line is followed by one that matches CITATION-REGEXP, end the | |
4282 paragraph. | |
4283 | |
4284 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4285 | |
4286 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4287 (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
|
4288 |
28474 | 4289 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4290 | |
4291 * international/mule-cmds.el (encoded-string-description): | |
4292 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4293 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4294 for hexadecimal format. | |
28474 | 4295 |
28468 | 4296 2000-04-01 Dave Love <fx@gnu.org> |
4297 | |
4298 * cpp.el: Change customization group to `c' from `C'. | |
4299 | |
4300 * vcursor.el (vcursor-move): Use display-color-p. | |
4301 | |
4302 * international/mule-util.el: Provide mule-utils. | |
4303 (string-to-sequence): Simplify and speed up. | |
4304 | |
4305 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4306 | |
4307 * international/mule-cmds.el: Various menu changes. | |
4308 (describe-specified-language-support): Handle `Default'. | |
4309 (set-language-info): Purecopy `info'. | |
4310 | |
28462 | 4311 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4312 | |
4313 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4314 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
|
4315 |
28445 | 4316 2000-03-31 Dave Love <fx@gnu.org> |
4317 | |
28452 | 4318 * help.el (help-manyarg-func-alist): Correct several omissions. |
4319 | |
28450 | 4320 * add-log.el: Don't require cl, fortran. |
4321 (add-log-current-defun-function): Doc fix. | |
4322 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4323 fix. | |
4324 (change-log-version-rcs): Function deleted. | |
4325 (change-log-version-number-search): Doc fix. Use | |
4326 vc-workfile-version. Avoid CL dolist. | |
4327 (add-change-log-entry): Just call add-log-current-defun to get | |
4328 defun. Simplify somewhat. | |
4329 (change-log-get-method-definition-1): Likewise. | |
4330 (add-log-current-defun): Return nil if calling | |
4331 add-log-current-defun-function does so. Move Fortran stuff to | |
4332 fortran.el. Return string without properties. | |
4333 | |
28445 | 4334 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4335 and :alpha: char classes. | |
4336 | |
4337 * mail/supercite.el: Defvar curline when compiling. | |
4338 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4339 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4340 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4341 | |
28444 | 4342 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4343 | |
4344 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4345 | |
4346 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4347 Re-enable new code. | |
4348 | |
4349 * lpr.el (print-region-1): Use -d to specify printer name for | |
4350 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4351 | |
4352 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
|
4353 |
28444 | 4354 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4355 for function definition in symbol's function value slot first | |
4356 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
|
4357 |
28435 | 4358 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4359 | |
4360 * language/european.el ("Polish"): New language environment. | |
4361 (setup-polish-environment): New function. | |
4362 | |
28424 | 4363 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4364 | |
4365 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4366 Disable new code. | |
4367 | |
4368 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4369 trying to `load' the symbol of an autoload instead of the file | |
4370 recorded in the autoload. Fix error messages. | |
4371 | |
28429 | 4372 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4373 | |
4374 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4375 (ps-print-version): New version number (5.1.3). | |
4376 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4377 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4378 (ps-generate-postscript-with-faces): Code fix. | |
4379 (ps-color-values): XEmacs compatibility. | |
4380 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4381 (ps-default-fg, ps-default-bg): Adjust customization. | |
4382 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4383 (ps-color-scale): Renaming old ps-color-value fun. | |
4384 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4385 with ps-print-header variable. | |
4386 (ps-print-miscellany): New group. | |
4387 (ps-format-color, ps-rgb-color): New funs. | |
4388 (ps-default-foreground): New var. | |
4389 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4390 |
28416 | 4391 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4392 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4393 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4394 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4395 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4396 (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
|
4397 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4398 |
28416 | 4399 * lisp/locate.el: |
4400 (locate-word-at-point): Added this function | |
4401 (locate): Default to using locate-word-at-point as input | |
4402 Run dired-mode-hook | |
4403 | |
28405 | 4404 2000-03-29 Dave Love <fx@gnu.org> |
4405 | |
4406 * calendar/appt.el: Doc fixes. | |
4407 (appt-check): Convert min-to-app to a string before passing to | |
4408 appt-disp-window-function or concat. | |
4409 (appt-delete-window): Remove test for frame-root-window. | |
4410 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4411 | |
4412 * emacs-lisp/bytecomp.el: Doc fixes. | |
4413 (byte-compile-file-form-autoload): Update | |
4414 byte-compile-function-environment. | |
4415 | |
28403 | 4416 2000-03-29 Andreas Schwab <schwab@suse.de> |
4417 | |
4418 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4419 specially. | |
4420 | |
4421 * dired.el (dired-insert-directory): If dired-free-space-program | |
4422 failed just delete its output. | |
4423 | |
28395 | 4424 2000-03-29 Dave Love <fx@gnu.org> |
4425 | |
4426 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4427 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4428 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4429 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4430 clarity. | |
4431 | |
4432 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4433 | |
28377 | 4434 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4435 | |
4436 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4437 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4438 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4439 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4440 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4441 * 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
|
4442 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4443 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4444 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4445 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4446 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4447 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4448 |
28326 | 4449 2000-03-26 Dave Love <fx@gnu.org> |
4450 | |
28331 | 4451 * net/browse-url.el (browse-url): Re-fix case of |
4452 browse-url-browser-function being an alist. | |
4453 (browse-url): Add :link to defgroup. | |
4454 | |
28326 | 4455 * files.el: Doc fixes. |
4456 (file-truename): Include `[' in wildcard characters. | |
4457 (automount-dir-prefix): Customize. | |
4458 (find-file-wildcards): Add :version. | |
4459 (find-file-noselect): Simplify a mapcar call. | |
4460 | |
4461 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4462 compatible with inf-lisp version. | |
4463 (eval-defun-1): Fix custom-declare-variable case. | |
4464 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4465 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4466 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4467 * 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
|
4468 |
28303 | 4469 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4470 | |
28308 | 4471 * Makefile (COMPILE_FIRST): New macro. |
4472 (compile-files): Compile files from COMPILE_FIRST first. | |
4473 | |
4474 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4475 code. | |
4476 | |
28303 | 4477 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4478 matching open parenthesis in column 0 to defun-prompt-regexp | |
4479 only if open-paren-in-column-0-is-defun-start is set. | |
4480 | |
4481 * sun-curs.el: Require CL at compile-time only. | |
4482 | |
4483 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4484 instead of copy-list which is a function from CL. | |
4485 (msb--choose-menu, msb--mode-menu-cond) | |
4486 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4487 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4488 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4489 `(' in column 0 in doc string. | |
4490 (msb--add-separators): Use mapcar instead of mapcan. | |
4491 | |
4492 * cus-dep.el: Require CL at compile-time only. | |
4493 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4494 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4495 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4496 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4497 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4498 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4499 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4500 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4501 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4502 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4503 (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
|
4504 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4505 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4506 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4507 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4508 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4509 |
28292 | 4510 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4511 | |
4512 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4513 (rmail-expunge): Ask for confirmation depending on the setting | |
4514 of rmail-confirm-expunge. | |
4515 | |
4516 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4517 | |
4518 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4519 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4520 cause a bootstrap failure because things don't autoload as | |
4521 expected. | |
4522 | |
28289 | 4523 2000-03-23 Dave Love <fx@gnu.org> |
4524 | |
4525 * net/browse-url.el: Restore previous use of | |
4526 browse-url-maybe-new-window. | |
4527 | |
28287 | 4528 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4529 | |
4530 * ps-print.el: Skip banner page fix. | |
4531 (ps-print-version): New version number (5.1.2). | |
4532 (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
|
4533 |
28287 | 4534 2000-03-23 Dave Pearson <davep@davep.org> |
4535 | |
4536 * net/quickurl.el Changed the type of parameter passed to the | |
4537 function defined by `quickurl-format-function'. Before only the | |
4538 text of the URL was passed. Now the whole URL structure is passed | |
4539 and the function is responsible for extracting the parts it | |
4540 requires. Changed the default of `quickurl-format-function' | |
4541 accordingly. | |
4542 (quickurl-insert): Changed the `funcall' of | |
4543 `quickurl-format-function' to match the above change. | |
4544 (quickurl-list-insert): Changed the `url' case so that it makes | |
4545 use of `quickurl-format-function', previous to this the format was | |
4546 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4547 |
28283 | 4548 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4549 | |
4550 * startup.el: Change some spellings for the X Window System. | |
4551 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4552 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4553 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4554 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4555 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
|
4556 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4557 |
28276 | 4558 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4559 | |
4560 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4561 | |
28267 | 4562 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4563 | |
4564 * ps-print.el: N-up last page fix. | |
4565 (ps-print-version): New version number (5.1.1). | |
4566 (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
|
4567 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4568 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4569 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4570 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4571 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4572 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4573 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4574 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4575 * 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
|
4576 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4577 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4578 (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
|
4579 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
|
4580 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
|
4581 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4582 (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
|
4583 (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
|
4584 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4585 (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
|
4586 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4587 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4588 * 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
|
4589 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4590 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4591 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4592 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4593 * 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
|
4594 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4595 (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
|
4596 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4597 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4598 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4599 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4600 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4601 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4602 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4603 (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
|
4604 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
|
4605 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4606 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
|
4607 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4608 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4609 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4610 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4611 * 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
|
4612 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4613 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4614 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
|
4615 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4616 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4617 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4618 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4619 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
|
4620 (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
|
4621 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4622 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4623 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4624 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4625 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4626 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4627 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4628 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4629 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4630 |
28246 | 4631 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4632 | |
4633 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4634 (custom-button-pressed-face): Likewise. | |
4635 | |
28244 | 4636 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4637 | |
4638 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4639 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4640 depending on the value of tags-case-fold-search. | |
4641 (tags-loop-continue): Use tags-loop-eval. | |
4642 (find-tag-in-order): Bind case-fold-search depending on the value | |
4643 of tags-case-fold-search. | |
4644 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4645 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4646 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4647 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4648 (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
|
4649 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4650 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4651 (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
|
4652 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4653 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4654 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4655 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4656 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4657 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4658 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4659 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4660 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4661 * 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
|
4662 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4663 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4664 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4665 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4666 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4667 |
28233 | 4668 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4669 | |
4670 * term/x-win.el: Fontsets related initialization is simplified. | |
4671 | |
4672 * international/mule-diag.el (describe-font): Don't refer to | |
4673 global-fontset-alist, instead call font-list. | |
4674 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4675 (print-fontset): Adjusted for the change of fontset | |
4676 implementation. | |
4677 | |
4678 * international/fontset.el (x-charset-registries): Variable | |
4679 removed, instead the corresponding data is stored in the default | |
4680 fontset. | |
4681 (register-alternate-fontnames): Function removed. | |
4682 (resolved-ascii-font): Variable removed. | |
4683 (x-compose-font-name): Ignore the second argument REDOCE. | |
4684 (x-complement-fontset-spec): Complement only an ASCII font and | |
4685 element for those charsets than can use that ASCII font. | |
4686 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4687 instead call fontset-list. | |
4688 (uninstantiated-fontset-alist): Variable removed. | |
4689 (x-style-funcs-alist): Likewise. | |
4690 (fontset-default-styles): Likewise. | |
4691 (x-modify-font-name): Function removed. | |
4692 (create-fontset-from-fontset-spec): Ignore the argument | |
4693 STYLE-VARIANT. | |
4694 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4695 change. | |
4696 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4697 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4698 |
28233 | 4699 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4700 (describe-face): Include `font' attribute in the description. | |
4701 | |
28219 | 4702 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4703 | |
4704 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4705 | |
28209 | 4706 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4707 | |
28212 | 4708 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4709 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4710 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
|
4711 |
28209 | 4712 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4713 about behavior of set-buffer-modified-p wrt redisplay. | |
4714 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4715 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4716 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4717 * 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
|
4718 |
28194 | 4719 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4720 | |
4721 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4722 is a string, convert it to a syntax cell using string-to-syntax. | |
4723 | |
4724 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4725 (string-to-syntax): New function. | |
4726 | |
4727 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4728 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4729 try to use passive ftp mode. |
28194 | 4730 |
28189 | 4731 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4732 | |
28209 | 4733 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4734 |
4735 * simple.el (append-to-buffer): Update point of windows after | |
4736 insertion. | |
4737 | |
4738 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4739 forward then moving backward. Reindent. | |
4740 | |
4741 * frame.el (other-frame): Call x-focus-frame only if | |
4742 focus-follows-mouse is off. | |
4743 | |
28185 | 4744 2000-03-17 Dave Love <fx@gnu.org> |
4745 | |
4746 * pcvs-util.el (cvs-strings->string): Rename | |
4747 replace-regexps-in-string. | |
4748 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4749 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4750 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4751 * 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
|
4752 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4753 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4754 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4755 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4756 |
28174 | 4757 2000-03-16 Dave Love <fx@gnu.org> |
4758 | |
4759 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4760 `fortran'. | |
4761 (f90-mode-hook): Customize. | |
4762 (f90-mode): Set add-log-current-defun-function. | |
4763 (f90-current-defun): New function. | |
4764 | |
28169 | 4765 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4766 | |
28173 | 4767 * cus-edit.el (custom-variable-tag-face): Handle case that |
4768 default face's height is not a number. | |
4769 (custom-face-tag-face, custom-group-tag-face-1) | |
4770 (custom-group-tag-face): Ditto. | |
4771 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4772 |
28169 | 4773 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4774 | |
28161 | 4775 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4776 | |
4777 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4778 requiring easymenu. | |
4779 | |
28155 | 4780 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4781 | |
4782 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4783 handler, doc fix. | |
4784 (ps-print-version): New version number (5.1). | |
4785 (ps-user-defined-prologue, ps-error-handler-message) | |
4786 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4787 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4788 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4789 |
28150 | 4790 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4791 | |
4792 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4793 invalid self-assignment code. |
28150 | 4794 |
28149 | 4795 2000-03-14 Dave Love <fx@gnu.org> |
4796 | |
4797 * subr.el (replace-regexp-in-string): Renamed from | |
4798 replace-regexps-in-string. Doc fix. | |
4799 | |
28131 | 4800 2000-03-12 Dave Love <fx@gnu.org> |
4801 | |
4802 * cus-edit.el: Doc fixes. | |
4803 (customize-set-variable, customize-save-variable): Rename args for | |
4804 doc. | |
4805 (custom-variable-tag-face, custom-face-tag-face) | |
4806 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4807 style which user identify as hyperlink. | |
4808 (hook): Don't add undefined functions to the hook. | |
4809 (debug-ignored-errors): Transfer message from bindings.el. | |
4810 | |
28120 | 4811 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4812 | |
4813 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4814 double/nested definition. | |
4815 | |
28114 | 4816 2000-03-12 Dave Love <fx@gnu.org> |
4817 | |
4818 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4819 * enriched.el (enriched-decode-foreground): Likewise. | |
4820 (enriched-decode-background): Likewise. | |
4821 * isearch.el (isearch-highlight): Likewise. | |
4822 * info-look.el (info-lookup): Likewise. | |
4823 * simple.el (completion-setup-function): Likewise. | |
4824 | |
4825 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4826 :options. | |
4827 | |
4828 * bindings.el (mode-line-format): Fix line-number and | |
4829 column-number items. Add help-echo for the background. | |
4830 (mode-line-mule-info): Modify help-echo. | |
4831 | |
4832 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4833 defcustom. | |
4834 | |
4835 * files.el (load-file): Allow completion to .elc. | |
4836 | |
4837 * man.el: Doc fixes. | |
4838 (Man-init-defvars): Use display-color-p to set fontification. | |
4839 | |
4840 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4841 | |
28109 | 4842 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4843 | |
4844 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4845 | |
4846 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4847 | |
28098 | 4848 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4849 | |
4850 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4851 Fix comment. | |
4852 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4853 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4854 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4855 * 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
|
4856 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4857 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4858 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4859 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4860 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4861 * 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
|
4862 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4863 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4864 * 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
|
4865 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
|
4866 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4867 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4868 * 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
|
4869 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4870 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4871 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4872 |
28084 | 4873 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4874 | |
4875 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4876 removed. | |
4877 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4878 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4879 |
28114 | 4880 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4881 allow more flexibility. | |
4882 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4883 fns. | |
4884 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4885 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4886 |
28085 | 4887 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4888 |
4889 * rect.el (replace-rectangle): New function. | |
4890 | |
4891 2000-03-09 Dave Love <fx@gnu.org> | |
4892 | |
4893 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4894 "C". | |
4895 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4896 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4897 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4898 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4899 fortran-comment-line-start here. Set comment-start, | |
4900 add-log-current-defun. | |
4901 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4902 (fortran-current-defun): New function. | |
4903 | |
28073 | 4904 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4905 | |
28077 | 4906 * emacs-lisp/re-builder.el: New file. |
4907 | |
28076 | 4908 * mouse.el (mouse-drag-region): Don't run up-event handler |
4909 if hscroll has changed. | |
4910 | |
28073 | 4911 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4912 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4913 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4914 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4915 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4916 `(defun (setf foo)' differently. |
4917 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4918 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4919 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4920 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4921 (regexp-opt): Update comment and adapt the code the new meaning of |
4922 the `paren' argument of regex-opt-group for shy-groups. | |
4923 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4924 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4925 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4926 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4927 Remove open-presuf and close-presuf. Instead of checking for `all |
4928 one-char' and then later on check for `several one-char', handle | |
4929 both cases close together. Also apply a more generic algorithm | |
4930 for suffixes (the mirror image of the algorithm used for | |
4931 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4932 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4933 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4934 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4935 from comint-mode-map, so we can just inherit from it. Also, move |
4936 the initialization into the `defvar' since there's no docstring | |
4937 anyway and it's fairly short. | |
4938 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4939 shorter and this way we inherit from comint-mode-map rather than | |
4940 copying it. | |
4941 | |
4942 * subr.el (replace-regexps-in-string): Properly handle the case | |
4943 where we match an empty string. | |
4944 | |
4945 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4946 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
|
4947 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4948 |
28046 | 4949 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4950 | |
28051 | 4951 * Makefile (compile-files): Compile files one by one because |
4952 that's the only way to ensure a clean compilation environment for | |
4953 each individual file. | |
4954 | |
28046 | 4955 * frame.el (other-frame): Call x-focus-frame. |
4956 | |
28040 | 4957 2000-03-07 Dave Love <fx@gnu.org> |
4958 | |
28043 | 4959 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4960 :require to defcustom. | |
4961 | |
28040 | 4962 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4963 lists. | |
4964 | |
4965 * files.el (auto-mode-alist): Add configure.in. | |
4966 | |
4967 * progmodes/autoconf.el: New file. | |
4968 | |
28034 | 4969 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4970 | |
4971 * mail/mh-e.el: Change maintainer to `none'. | |
4972 | |
4973 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4974 to remove-hook and add-hook. | |
4975 | |
4976 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4977 | |
28035 | 4978 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4979 it as the default. |
28035 | 4980 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4981 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4982 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4983 |
28024 | 4984 2000-03-07 Dave Love <fx@gnu.org> |
4985 | |
4986 * winner.el: Fix keywords, autoload cookies. Split | |
4987 eval-when-compile form to avoid compilation failure. | |
4988 | |
28017 | 4989 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
4990 | |
4991 * international/mule.el: Modify comment about coding system | |
4992 property `coding-category'. | |
4993 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
4994 coding-category property of PROPERTIES. | |
4995 | |
4996 * international/mule-conf.el (coding-category-utf-8, | |
4997 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
4998 categories. Include them in the argument for set-coding-priority. | |
4999 | |
5000 * international/mule-cmds.el (reset-language-environment): Include | |
5001 coding-category-utf-8, coding-category-utf-16-be, and | |
5002 coding-category-utf-16-le in the argument for set-coding-priority. | |
5003 (reset-language-environment): Initialize coding-category-utf-8, | |
5004 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
5005 | |
28014 | 5006 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
5007 | |
5008 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
5009 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
5010 extensions as well as compression extensions. | |
5011 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5012 |
27976 | 5013 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5014 | |
5015 * strokes.el: Change maintainer's mail address. | |
5016 | |
27972 | 5017 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
5018 | |
5019 * international/mule-diag.el (list-character-sets): Make help-echo | |
5020 string by substitute-command-keys. | |
5021 (list-character-sets): Likewise. | |
5022 (sort-listed-character-sets): Call help-setup-xref. | |
5023 | |
27965 | 5024 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5025 | |
5026 * time.el (display-time-mail-file): Add `none' to the list of | |
5027 choices. | |
5028 | |
27954 | 5029 2000-03-01 Dave Love <fx@gnu.org> |
5030 | |
27959 | 5031 * help.el (help-xref-go-back): Don't try to set position. |
5032 | |
27954 | 5033 * international/mule-diag.el (list-character-sets): Call |
5034 help-setup-xref. Add help-echo to xrefs. | |
5035 (list-character-sets-1): Add help-echo to xrefs. | |
5036 | |
27949 | 5037 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5038 | |
5039 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
5040 the mode off. | |
5041 | |
5042 * add-log.el (add-log-current-defun): Add support for | |
5043 Autoconf mode. | |
5044 | |
5045 * mail/rmail.el (rmail-quit-hook): New variable. | |
5046 | |
27931 | 5047 2000-03-01 Dave Love <fx@gnu.org> |
5048 | |
27935 | 5049 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
5050 | |
27931 | 5051 * help.el (help-xref-button): Add help-echo arg. |
5052 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
5053 | |
5054 * faces.el (list-faces-display): Supply help-echo with | |
5055 help-make-xrefs. | |
5056 | |
5057 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
5058 nil. | |
5059 | |
27919 | 5060 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5061 | |
27927 | 5062 * image.el (defimage): Look for image files in load-path. |
5063 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5064 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 5065 `number'. |
5066 | |
27927 | 5067 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
5068 | |
5069 * recentf.el (recentf): Added version tag to the defgroup of | |
5070 recentf. | |
5071 | |
5072 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5073 | |
5074 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
5075 too. | |
5076 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
5077 action to select/unselect a file. | |
5078 (recentf-edit-list): Code cleanup and improvement. | |
5079 (recentf-open-more-files-action): `recentf-open-more-files' button | |
5080 widget action to open a file. | |
5081 (recentf-open-more-files): No more use standard completion but | |
5082 widgets. | |
5083 (recentf-more-collection): Deleted. | |
5084 (recentf-more-history): Deleted. | |
5085 (recentf-setup-more-completion): Deleted. | |
5086 | |
5087 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5088 | |
5089 * recentf.el (recentf-mode): No more needs that Emacs is running | |
5090 under a window-system. | |
5091 | |
5092 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5093 | |
5094 * recentf.el (recentf-edit-list): New command to edit the recent | |
5095 list which allow the user to remove files. | |
5096 (recentf-edit-selected-items): New global variable, used by | |
5097 `recentf-edit-list' to hold the list of files to be removed from | |
5098 the recent list. | |
5099 (recentf-make-menu-items): Updated to display a "Edit list..." | |
5100 menu item. Minor code cleanup. | |
5101 | |
5102 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5103 | |
5104 * recentf.el (recentf-open-more-files): New command to open files | |
5105 that are not displayed in the menu. | |
5106 (recentf-more-collection): New global variable holding the set of | |
5107 permissible completions used by `recentf-open-more-files'. | |
5108 (recentf-more-history): New global variable holding the history list | |
5109 used by `recentf-open-more-files' completion. | |
5110 (recentf-setup-more-completion): New function to setup completion for | |
5111 `recentf-open-more-files'. | |
5112 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
5113 | |
5114 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5115 | |
5116 * recentf.el (recentf-menu-action): Doc fixed. | |
5117 | |
5118 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
5119 | |
5120 * recentf.el (recentf-menu-filter): Doc updated. | |
5121 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
5122 (recentf-make-menu-items): New menu filter handling. | |
5123 (recentf-make-menu-item): New helper function. | |
5124 (recentf-menu-elements): New menu handling function. | |
5125 (recentf-sort-ascending): Updated to new menu filter handling. | |
5126 (recentf-sort-descending): Updated to new menu filter handling. | |
5127 (recentf-sort-basenames-ascending): New menu filter function. | |
5128 (recentf-sort-basenames-descending): New menu filter function. | |
5129 (recentf-show-basenames): New menu filter function. | |
5130 (recentf-show-basenames-ascending): New menu filter function. | |
5131 (recentf-show-basenames-descending): New menu filter function. | |
5132 | |
27919 | 5133 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5134 | |
5135 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
5136 the end of the buffer. | |
5137 | |
27911 | 5138 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
5139 | |
5140 * international/mule-diag.el (list-character-sets): Completely | |
5141 rewritten. | |
5142 (sort-listed-character-sets): New function. | |
5143 (list-character-sets-1): Completely rewritten. | |
5144 (list-character-sets-2): New function. | |
5145 (non-iso-charset-alist): New variable. | |
5146 (decode-codepage-char): New function. | |
5147 (charset-history): New variable. | |
5148 (read-charset) (list-block-of-chars) | |
5149 (list-iso-charset-chars) | |
5150 (list-non-iso-charset-chars) | |
5151 (list-charset-chars): New functions. | |
5152 (mule-diag): Call list-character-sets-2, not | |
5153 list-character-sets-2. | |
5154 (dump-charsets): Likewise. | |
5155 | |
27910 | 5156 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5157 | |
27919 | 5158 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5159 file name characters. | |
5160 (dired-filename-at-point): Handle ange-ftp file names. | |
5161 | |
27910 | 5162 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5163 instead of assoc-delete-all. | |
5164 (frame-notice-user-settings): Ditto. | |
5165 | |
5166 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5167 Don't copy alist. | |
5168 | |
27906 | 5169 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5170 | |
5171 * calculator.el (calculator-use-menu): New option. | |
5172 (calculator-initial-bindings): Changed some bindings to work as | |
5173 macros. | |
5174 (calculator-forced-input): Removed. | |
5175 (calculator-restart-other-mode): New variable. | |
5176 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5177 |
27906 | 5178 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5179 | |
5180 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5181 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5182 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5183 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
|
5184 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5185 * 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
|
5186 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
|
5187 (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
|
5188 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
|
5189 * 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
|
5190 * 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
|
5191 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
|
5192 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
|
5193 * 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
|
5194 * 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
|
5195 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5196 |
27898 | 5197 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5198 | |
5199 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5200 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5201 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5202 face-font-family-alternatives from working. | |
5203 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5204 chosen font. | |
5205 | |
27873 | 5206 2000-02-25 Sam Steingold <sds@goems.com> |
5207 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5208 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5209 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5210 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5211 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5212 |
5213 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5214 | |
27856 | 5215 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5216 | |
5217 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5218 writable. | |
5219 | |
27868 | 5220 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5221 |
27847 | 5222 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5223 | |
5224 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5225 | |
27845 | 5226 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5227 | |
5228 * diary-lib.el (include-other-diary-files): Undo the selective | |
5229 display in any included file and don't kill it. | |
5230 | |
27841 | 5231 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5232 | |
5233 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5234 bar. Menu items converted to (menu-item format, help strings | |
5235 added. | |
5236 [downcase, upcase]: Don't enable on MS-DOS. | |
5237 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5238 bound. | |
5239 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5240 | |
27825 | 5241 2000-02-23 Dave Love <fx@gnu.org> |
5242 | |
27838 | 5243 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5244 (backward-kill-word): Revert addition of * to interactive spec -- | |
5245 it's a feature. | |
5246 | |
5247 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5248 (backward-kill-sentence, kill-sentence): Likewise. | |
5249 | |
27835 | 5250 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5251 scratch buffer name. | |
5252 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5253 slightly. | |
5254 | |
5255 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5256 new read-face-name. | |
5257 | |
5258 * mail/footnote.el (footnote): Add :version to defgroup. | |
5259 (footnote-section-tag-regexp): Customize. | |
5260 (footnote-start-tag, footnote-end-tag): New option. | |
5261 (footnote-latin-regexp): New variable. | |
5262 (Footnote-latin): New function. | |
5263 (footnote-style-alist): Add element for latin style. | |
5264 (footnote-style): Moved. | |
5265 (Footnote-goto-footnote): Use eq to test arg. | |
5266 | |
5267 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5268 | |
27825 | 5269 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5270 (byte-compile-trueconstp): Include keywords. | |
5271 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5272 byte-compile-const-symbol-p. | |
5273 (byte-optimize-char-before): New optimization. | |
5274 | |
5275 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5276 (byte-compile-const-symbol-p): New function. | |
5277 (byte-compile-constp, byte-compile-out-toplevel) | |
5278 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5279 Use it. | |
5280 | |
5281 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5282 | |
27813 | 5283 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5284 | |
27815 | 5285 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5286 and minor-mode-map-alist. | |
5287 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5288 codes SS2 and SS3 correctly. | |
5289 (encoded-kbd-self-insert-ccl): New function. | |
5290 (encoded-kbd-setup-keymap): New function. | |
5291 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5292 by calling encoded-kbd-setup-keymap. | |
5293 | |
27813 | 5294 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5295 characters. | |
5296 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5297 locally. | |
5298 | |
27811 | 5299 2000-02-22 Dave Love <fx@gnu.org> |
5300 | |
5301 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5302 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5303 defvar. | |
5304 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5305 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5306 classes. Match `defface'. | |
5307 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5308 (eval-defun-1): Fix for defcustom. | |
5309 (lisp-indent-region): Doc fix. | |
5310 | |
5311 * subr.el (when, unless, split-string): Doc fix. | |
5312 (read-passwd): Move call of clear-this-command-keys to the right | |
5313 place. | |
5314 (replace-regexps-in-string): New function. | |
5315 | |
27807 | 5316 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5317 | |
5318 * help.el (describe-variable): Set syntax table to | |
5319 emacs-lisp-mode-syntax-table when moving forward over the | |
5320 symbol's name. | |
5321 | |
27805 | 5322 2000-02-22 Dave Love <fx@gnu.org> |
5323 | |
5324 * xt-mouse.el: Doc fixes. | |
5325 (xterm-mouse-position-function): New function, replacing advice of | |
5326 mouse-position. | |
5327 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5328 | |
5329 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5330 | |
27794 | 5331 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5332 | |
5333 * format.el (format-annotate-single-property-change): Handle | |
5334 properties.with dotted-list values. | |
5335 (format-proper-list-p): New function. | |
5336 | |
5337 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5338 . COLOR) and (background-color . COLOR). | |
5339 | |
27788 | 5340 2000-02-20 Dave Love <fx@gnu.org> |
5341 | |
5342 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5343 and assignments to it. | |
5344 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5345 current local map. | |
5346 (make-flyspell-overlay): Use it. | |
5347 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5348 | |
5349 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5350 (lm-get-header-re): Defun, not defsubst. | |
5351 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5352 (lm-version): Doc fix. Simplify. | |
5353 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5354 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5355 (lm-verify, lm-synopsis): Simplify. | |
5356 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5357 | |
27785 | 5358 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5359 | |
5360 * dired.el (dired-mode): Call propertized-buffer-identification | |
5361 to set mode-line-buffer-identification to something having | |
5362 the right text properties. | |
5363 | |
5364 * bindings.el (propertized-buffer-identification): New function. | |
5365 | |
27777 | 5366 2000-02-20 Dave Love <fx@gnu.org> |
5367 | |
5368 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5369 check for t-mouse too. | |
5370 | |
5371 * cus-start.el: Make echo-keystrokes `number'. | |
5372 | |
27776 | 5373 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5374 | |
5375 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5376 Don't call ring-empty-p unless tags-location-ring is bound. | |
5377 From Noah Friedman <friedman@splode.com>. | |
5378 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5379 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5380 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5381 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5382 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5383 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5384 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5385 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5386 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5387 (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
|
5388 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
|
5389 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5390 |
27757 | 5391 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5392 | |
5393 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5394 | |
27749 | 5395 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5396 | |
27754 | 5397 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5398 | |
27749 | 5399 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5400 of `*' to handle `(* ... *)' comments. | |
5401 | |
27732 | 5402 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5403 | |
27737 | 5404 * 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
|
5405 window-system. |
27737 | 5406 |
27732 | 5407 * menu-bar.el (global-map): Menu-bar items converted to the new |
5408 format (menu-item..., rearranged for better CUA compliance, and | |
5409 their names changed for better clarity. Help strings added. | |
5410 | |
5411 * international/mule-cmds.el (mule-menu-keymap) | |
5412 (describe-language-environment-map, set-coding-system-map) | |
5413 (setup-language-environment-map): Convert to new (menu-item... | |
5414 form, add help strings. Change names of menu items for better | |
5415 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5416 submenu). | |
5417 | |
27729 | 5418 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5419 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5420 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5421 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5422 |
27717 | 5423 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5424 |
27717 | 5425 * faces.el: Don't require custom. Add more specific :groups to |
5426 various deffaces. | |
5427 (set-face-attribute): Purecopy args. | |
5428 (read-face-name): Default to name at point and use it in prompt. | |
5429 Remove colon from arg in all callers. | |
5430 (list-faces-display): Hyperlink to face descriptions and customize | |
5431 buffers. | |
5432 | |
27712 | 5433 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5434 | |
5435 * wid-edit.el (widget-match-inline): An atom never matches a | |
5436 list. | |
5437 | |
27707 | 5438 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5439 | |
27713 | 5440 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5441 at ':' characters by call to split-string. | |
27707 | 5442 |
5443 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5444 | |
27713 | 5445 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5446 |
5447 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5448 | |
27713 | 5449 * textmodes/bibtex.el: Some temporary comments removed. |
5450 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5451 explicit. | |
5452 (bibtex-field-const): Allow capital letters. | |
5453 (bibtex-start-of-string): Deleted because unused. | |
5454 | |
5455 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5456 use the term 'reference' to describe a bibtex entry as a whole. | |
5457 Further, reference keys are no longer called 'labels'. | |
5458 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5459 (bibtex-reformat-previous-labels): Renamed to | |
5460 bibtex-reformat-previous-reference-keys. | |
5461 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5462 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5463 (bibtex-reference-maybe-empty-head): Renamed to | |
5464 bibtex-entry-maybe-empty-head. | |
5465 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5466 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5467 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5468 bibtex-enclosing-entry-maybe-empty-head. | |
5469 (bibtex-entry-field-alist, bibtex-entry-head, | |
5470 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5471 bibtex-map-entries, bibtex-search-entry, | |
5472 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5473 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5474 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5475 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5476 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5477 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5478 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5479 |
5480 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5481 | |
27713 | 5482 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5483 comment. | |
5484 (bibtex-format-field-delimiters): New function, functionality | |
5485 extracted from bibtex-format-entry. | |
5486 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5487 extracted from bibtex-autokey-get-yearfield. | |
5488 | |
5489 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5490 entries in order to avoid stack overflow in the regexp matcher if | |
5491 field contents become large. | |
5492 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5493 bibtex-field-string-part-not-braced, | |
5494 bibtex-field-string-part-no-inner-braces, | |
5495 bibtex-field-string-part-1-inner-brace, | |
5496 bibtex-field-string-part-2-inner-braces, | |
5497 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5498 bibtex-field-string-quoted, bibtex-field-string, | |
5499 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5500 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5501 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5502 as parsing is now performed by the following functions. | |
5503 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5504 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5505 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5506 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5507 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5508 bibtex-search-forward-field, bibtex-search-backward-field, | |
5509 bibtex-start-of-field, bibtex-end-of-field, | |
5510 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5511 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5512 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5513 bibtex-parse-string, bibtex-search-forward-string, | |
5514 bibtex-search-backward-string, bibtex-start-of-string, | |
5515 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5516 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5517 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5518 entries. Instead of reporting the results of the parsing by | |
5519 match-beginning or match-end, these functions return data structures | |
5520 that hold the corresponding positions. | |
5521 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5522 return values rather than by match-beginning or match-end. The | |
5523 following functions have been adapted to use the new parsing | |
5524 functions. | |
5525 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5526 bibtex-enclosing-field, bibtex-format-entry, | |
5527 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5528 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5529 bibtex-print-help-message, bibtex-end-of-entry, | |
5530 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5531 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5532 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5533 method for parsing. | |
5534 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5535 bibtex-map-entries, bibtex-flash-head, | |
5536 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5537 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5538 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5539 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5540 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5541 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5542 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5543 order to make the new binding of case-fold-search immediately | |
5544 visible. | |
27707 | 5545 |
5546 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5547 | |
27713 | 5548 * textmodes/bibtex.el: Copyright notice is up to date. |
5549 Added constant 'bibtex-maintainer-salutation. | |
5550 | |
5551 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5552 than make-temp-name, use match-string-no-properties and eliminate | |
5553 a quadratic behavior when building bibtex-strings. | |
5554 | |
5555 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5556 reference key contains upper case letters. | |
27707 | 5557 |
5558 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5559 | |
27713 | 5560 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5561 a new line. | |
27707 | 5562 |
5563 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5564 | |
27713 | 5565 * bibtex.el: Hiding of entry bodies is not longer provided by |
5566 bibtex.el directly. Instead the hideshow package can be used. | |
5567 Added a special bibtex entry to hs-special-modes-alist. | |
5568 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5569 |
5570 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5571 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5572 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5573 at ':' characters by call to split-string. |
27729 | 5574 |
5575 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5576 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5577 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5578 |
5579 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5580 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5581 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5582 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5583 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5584 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5585 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5586 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5587 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5588 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
|
5589 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5590 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5591 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5592 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5593 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5594 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5595 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5596 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5597 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5598 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5599 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5600 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5601 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5602 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5603 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5604 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5605 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5606 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5607 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5608 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5609 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5610 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5611 |
5612 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5613 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5614 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5615 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5616 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5617 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5618 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5619 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5620 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5621 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5622 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
|
5623 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5624 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5625 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5626 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5627 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5628 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5629 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
|
5630 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5631 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5632 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
|
5633 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
|
5634 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5635 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5636 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5637 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5638 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5639 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
|
5640 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5641 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5642 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
|
5643 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
|
5644 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5645 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5646 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5647 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
|
5648 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
|
5649 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
|
5650 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5651 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5652 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5653 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5654 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
|
5655 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5656 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5657 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5658 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5659 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5660 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5661 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5662 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5663 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
|
5664 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
|
5665 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5666 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5667 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5668 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5669 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5670 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5671 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
|
5672 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5673 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5674 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
|
5675 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
|
5676 visible. |
27729 | 5677 |
5678 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5679 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5680 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5681 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5682 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5683 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5684 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
|
5685 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5686 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5687 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5688 reference key contains upper case letters. |
27729 | 5689 |
5690 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5691 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5692 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5693 a new line. |
27729 | 5694 |
5695 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5696 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5697 * 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
|
5698 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5699 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5700 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5701 |
5702 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5703 | |
27713 | 5704 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5705 proceedings entry type (for cross referencing). Thanks to Wagner |
5706 Toledo Correa for the suggestion. | |
5707 | |
27713 | 5708 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5709 |
27690 | 5710 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5711 | |
5712 * international/characters.el: Setup case table for Vietnamese. | |
5713 | |
27687 | 5714 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5715 | |
5716 * uniquify.el (toplevel): Require CL at compile time. | |
5717 (uniquify-push): Removed. | |
5718 | |
5719 * shadowfile.el (shadow-when): Removed. | |
5720 | |
5721 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5722 (tempo-process-and-insert-string): Use dolist instead of | |
5723 tempo-dolist. | |
5724 | |
5725 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5726 regexp for paragraph-start. | |
5727 | |
5728 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5729 commas as well. | |
5730 | |
27657 | 5731 2000-02-10 Dave Love <fx@gnu.org> |
5732 | |
5733 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5734 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5735 Deleted. | |
5736 (widget-specify-field, widget-specify-button): Don't use | |
5737 widget-mouse-help as help-echo property. | |
5738 (default): Use #'ignore for :validate and :mouse-down-action. | |
5739 (checkbox): Add help-echo. | |
5740 (widget-sexp-validate): Rewritten to clarify error messages. | |
5741 (character): Use char-valid-p in :match function. | |
5742 (widget-color-complete): Use facemenu-color-alist. | |
5743 (widget-color-action): Use facemenu-read-color. | |
5744 | |
5745 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5746 set up `caar' &c that we now have. | |
5747 | |
27713 | 5748 2000-02-09 Ray Blaak <blaak@gnu.org> |
5749 | |
5750 * delphi.el: Make resourcestring a declaration region, like const | |
5751 and var. | |
5752 | |
27652 | 5753 2000-02-09 Dave Love <fx@gnu.org> |
5754 | |
5755 * bindings.el (mode-line-input-method-map): New variable. | |
5756 (mode-line-mule-info): Use it; fix last change. | |
5757 (mode-line-mode-menu): Move definition. | |
5758 (mode-line-mouse-sensitive-p): Deleted. | |
5759 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5760 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5761 level. | |
5762 | |
5763 * startup.el (command-line-1): Don't call | |
5764 make-mode-line-mouse-sensitive. | |
5765 | |
27644 | 5766 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5767 | |
5768 * mail/rmail.el (rmail-retry-failure): Use | |
5769 rmail-beginning-of-message before rmail-toggle-header, because the | |
5770 former toggles headers. | |
5771 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5772 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
|
5773 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5774 * 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
|
5775 (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
|
5776 (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
|
5777 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
|
5778 (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
|
5779 (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
|
5780 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5781 * 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
|
5782 (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
|
5783 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
|
5784 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5785 (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
|
5786 (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
|
5787 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
|
5788 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
|
5789 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5790 (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
|
5791 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5792 (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
|
5793 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
|
5794 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5795 (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
|
5796 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
|
5797 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5798 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
|
5799 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5800 * 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
|
5801 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
|
5802 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5803 * 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
|
5804 |
27610 | 5805 2000-02-04 Dave Love <fx@gnu.org> |
5806 | |
27617 | 5807 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5808 | |
27610 | 5809 * completion.el: Replace completion-dolist with dolist. |
5810 | |
5811 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5812 dotimes. | |
5813 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5814 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5815 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5816 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5817 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5818 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5819 * 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
|
5820 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5821 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5822 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5823 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5824 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5825 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5826 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5827 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5828 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5829 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5830 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5831 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5832 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5833 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5834 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5835 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5836 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5837 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5838 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5839 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5840 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5841 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5842 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5843 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5844 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5845 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5846 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5847 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5848 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5849 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5850 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5851 (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
|
5852 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5853 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5854 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5855 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5856 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5857 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5858 |
27590 | 5859 2000-02-02 Dave Love <fx@gnu.org> |
5860 | |
5861 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5862 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5863 | |
5864 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5865 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5866 the new builtins directly. | |
5867 | |
5868 * whitespace.el (whitespace): Add :version to defgroup. | |
5869 | |
5870 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5871 Doc fix. | |
5872 | |
5873 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5874 (number-at-point, list-at-point): Add autoload cookie. | |
5875 | |
5876 * recentf.el (recentf): Add :version to defgroup. | |
5877 | |
5878 * quickurl.el (quickurl): Add :version to defgroup. | |
5879 | |
5880 * elide-head.el (elide-head): Use point-marker more. | |
5881 | |
5882 * bs.el (bs): Add :version to defgroup. | |
5883 | |
5884 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5885 | |
5886 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5887 | |
27587 | 5888 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5889 | |
5890 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5891 succeeding process operation sets a different coding system. | |
5892 | |
5893 * calculator.el: New file. | |
5894 | |
27572 | 5895 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5896 | |
5897 * frame.el (frames-on-display-list, framep-on-display): New | |
5898 functions. | |
5899 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5900 (display-selections-p, display-screens, display-pixel-width) | |
5901 (display-pixel-height, display-mm-width, display-mm-height) | |
5902 (display-backing-store, display-save-under, display-planes) | |
5903 (display-color-cells, display-visual-class): New functions. | |
5904 | |
5905 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5906 | |
5907 * faces.el (display-color-p): Use framep-on-display. | |
5908 (display-grayscale-p): New function. | |
5909 | |
27549 | 5910 2000-01-31 Dave Love <fx@gnu.org> |
5911 | |
5912 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5913 (create-fontset-from-x-resource): Don't concat integers. | |
5914 | |
27545 | 5915 2000-01-31 Inge Frick <inge@nada.kth.se> |
5916 | |
5917 * view.el: Some changes in documentation. Removed some trailing | |
5918 whitespace. Changed some parameter names to agree with | |
5919 documentation. | |
5920 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5921 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5922 |
27541 | 5923 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5924 | |
27543 | 5925 * windmove.el: New file. |
5926 | |
27541 | 5927 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5928 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5929 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5930 |
27541 | 5931 * jit-lock.el (jit-lock-function): Widen before calculating end |
5932 position. | |
5933 (jit-lock-stealth-chunk-start): Rewritten. | |
5934 | |
5935 * info.el (Info-title-face-alist): Removed. | |
5936 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5937 faces. | |
5938 (Info-fontify-node): Use these faces. | |
5939 | |
27527 | 5940 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5941 | |
5942 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5943 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5944 `&allow-other-keywords'. | |
5945 | |
5946 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5947 the list of directories scanned heuristically. | |
5948 | |
5949 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5950 exist. | |
5951 | |
27523 | 5952 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5953 | |
5954 * w32-fns.el: Define w32-tty-standard-colors. | |
5955 | |
5956 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5957 w32 console mode. | |
5958 | |
27510 | 5959 2000-01-30 Dave Love <fx@gnu.org> |
5960 | |
27513 | 5961 * jka-compr.el (jka-compr-load): Fix up load-history. |
5962 | |
27510 | 5963 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5964 | |
5965 * emacs-lisp/cl-macs.el: Revert previous change. | |
5966 | |
27499 | 5967 2000-01-29 Dave Love <fx@gnu.org> |
5968 | |
5969 * facemenu.el: Purecopy various strings. | |
5970 | |
5971 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5972 years. Deal with three-digit years. | |
5973 | |
5974 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5975 defconst, purecopy. | |
5976 (help-back-label): Purecopy it. | |
5977 | |
27498 | 5978 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5979 | |
5980 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5981 variable. If non-nil, order the buffer list according to the | |
5982 currently selected frame. | |
5983 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5984 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
|
5985 |
27496 | 5986 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5987 | |
5988 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
5989 | |
27486 | 5990 2000-01-28 Dave Love <fx@gnu.org> |
5991 | |
27491 | 5992 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
5993 | |
27486 | 5994 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
5995 Don't use lisp-indent-hook property. | |
5996 (cl-abs): Remove. | |
5997 | |
5998 * subr.el: Move out indent and edebug specs for when and unless. | |
5999 | |
6000 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
6001 when, unless. | |
6002 | |
6003 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
6004 unless, when. | |
6005 | |
27467 | 6006 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6007 | |
27481 | 6008 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
6009 `collecting' as synonym for `collect'. | |
6010 | |
6011 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
6012 for the case it contains spaces. | |
6013 | |
6014 * simple.el (what-cursor-position): Change formatting of | |
6015 messages. | |
6016 | |
27473 | 6017 * frame.el (delete-other-frames): New function. |
6018 (toplevel): Bind it to C-x 5 1. | |
6019 | |
27469 | 6020 * sort.el (sort-numeric-base): New option. |
6021 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
6022 interpret it as octal or hexadecimal. Use sort-numeric-base | |
6023 as default base. | |
6024 | |
27467 | 6025 * progmodes/glasses.el: New file. |
6026 | |
27451 | 6027 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6028 | |
27461 | 6029 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
6030 userids differently. | |
6031 | |
27451 | 6032 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
6033 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
6034 progmodes/ebnf-yac.el: New files. | |
6035 | |
27446 | 6036 2000-01-26 Dave Love <fx@gnu.org> |
6037 | |
6038 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
6039 on a function with an empty body. [From Eric Ludlam.] | |
6040 | |
27437 | 6041 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
6042 | |
6043 * vc.el (vc-version-diff): Make sure file name is expanded. | |
6044 | |
27433 | 6045 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6046 | |
6047 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
6048 (scroll-bar-toolkit-scroll): Don't use a timer. | |
6049 | |
27419 | 6050 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
6051 | |
6052 * language/thai-util.el (thai-composition-function): Delete | |
6053 superfluous `a'. | |
6054 | |
27418 | 6055 2000-01-24 Dave Love <fx@gnu.org> |
6056 | |
6057 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
6058 end-of-defun-function. | |
6059 | |
6060 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
6061 &c. | |
6062 | |
27405 | 6063 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6064 | |
6065 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
6066 conflicts with new face support. | |
6067 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6068 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6069 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6070 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6071 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6072 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
6073 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6074 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6075 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6076 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6077 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6078 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6079 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6080 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6081 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6082 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6083 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6084 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6085 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
6086 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6087 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
6088 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6089 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6090 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6091 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6092 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6093 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
6094 |
27366 | 6095 2000-01-19 Dave Love <fx@gnu.org> |
6096 | |
27368 | 6097 * files.el (user-init-file): Don't declare here -- is primitive. |
6098 | |
27366 | 6099 * startup.el (command-line): Check for compiled user-init-file and |
6100 set to uncompiled version if necessary. | |
6101 | |
27358 | 6102 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
6103 | |
27361 | 6104 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
6105 (undigestify-rmail-message): Use it. | |
6106 | |
27358 | 6107 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
6108 | |
27351 | 6109 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6110 | |
6111 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
6112 of mini-buffer. | |
6113 | |
27326 | 6114 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
6115 | |
27330 | 6116 * emacs-lisp/copyright.el (copyright-update): Removed the |
6117 requirement for a trailing space from `copyright-regexp', to | |
6118 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6119 |
27327 | 6120 * align.el: New file. |
6121 | |
27326 | 6122 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
6123 | |
6124 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
6125 | |
27323 | 6126 2000-01-13 Dave Love <fx@gnu.org> |
6127 | |
6128 * ph.el: Removed. (Obsoleted by EUDC.) | |
6129 | |
27321 | 6130 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6131 | |
6132 * net/eudc.el (toplevel): Remove autoloaded code installing | |
6133 menu with easymenu, because that causes build problems. | |
6134 | |
6135 * frame.el (frame-notice-user-settings): New variable. | |
6136 (frame-notice-user-settings): Don't modify frame parameters | |
6137 if called a second time. | |
6138 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6139 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 6140 |
6141 * frame.el (frame-notice-user-settings): | |
6142 Notice default-frame-parameters even for non-window frames. | |
6143 | |
27318 | 6144 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6145 | |
6146 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
6147 for Emacs. | |
6148 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
6149 (eudc-bob-toggle-inline-display): Ditto. | |
6150 (eudc-bob-display-jpeg): Ditto. | |
6151 | |
27304 | 6152 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6153 | |
27313 | 6154 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6155 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6156 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
|
6157 |
27312 | 6158 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6159 nil)'. | |
6160 | |
6161 * subdirs.el: Add `net' directory. | |
6162 | |
27308 | 6163 * net: New directory. |
6164 | |
27304 | 6165 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6166 eval-last-sexp. Don't bind debug-on-error here. | |
6167 (eval-last-sexp): New function. Bind debug-on-error if | |
6168 eval-expression-debug-on-error is non-nil. | |
6169 (eval-defun-2, eval-defun): Likewise. | |
6170 | |
6171 * simple.el (eval-expression): Don't bind debug-on-error if | |
6172 eval-expression-debug-on-error is nil. Detect changed | |
6173 debug-on-error, and propagate new value to global binding, if | |
6174 eval-expression-debug-on-error is non-nil, | |
6175 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6176 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6177 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6178 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6179 * 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
|
6180 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6181 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6182 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6183 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6184 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6185 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6186 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6187 |
27288 | 6188 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6189 | |
27291 | 6190 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6191 of erasing buffer. | |
6192 | |
27288 | 6193 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6194 (fill-context-prefix): Use the longest common prefix of first |
6195 and second line fill prefix, if there is one. | |
27288 | 6196 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6197 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6198 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6199 * 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
|
6200 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6201 |
27282 | 6202 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6203 | |
6204 * add-log.el (add-log-current-defun): Handle user-defined | |
6205 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6206 |
27280 | 6207 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6208 if having found a current function |
27278 | 6209 |
6210 * add-log.el (add-log-current-defun): Call | |
6211 `add-log-current-defun-function'. Try matches at level 0 and | |
6212 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6213 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6214 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6215 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6216 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6217 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6218 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6219 |
27265 | 6220 2000-01-10 Dave Love <fx@gnu.org> |
6221 | |
6222 * elide-head.el (elide-head): Use point-marker, not point. | |
6223 | |
27261 | 6224 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6225 | |
27263 | 6226 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6227 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6228 |
27261 | 6229 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6230 Add ispell- prefix. | |
6231 | |
6232 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6233 | |
6234 * ispell.el: Only define dictionaries in menus when they exist. | |
6235 (version18p): New variable. | |
6236 (version20p): New variable. | |
6237 (xemacsp): New variable. | |
6238 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6239 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6240 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6241 run-together words. |
27261 | 6242 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6243 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6244 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6245 library path when called non-interactively. |
27261 | 6246 (ispell-menu-map-needed): Uses new variables. |
6247 (ispell-library-path): New variable. | |
6248 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6249 (ispell-word): Improved documentation string. Test for valid | |
6250 character mappings. Correctly check typed in word changes that can | |
6251 result in single words split into multiple words. Returns | |
6252 replacement word. | |
6253 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6254 replace in recursive query replace mode. Help message for | |
6255 recursive edit mode. | |
6256 (ispell-show-choices): Protect against bad framepop bindings. | |
6257 (ispell-help): Fix to work with XEmacs. | |
6258 (ispell-highlight-spelling-error): Use new variables. | |
6259 (ispell-overlay-window): Fix to work with XEmacs. | |
6260 (ispell-parse-output): Passed and returns location information | |
6261 tracking spelling corrections. Doesn't recheck same word on | |
6262 current line. | |
6263 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6264 Fix call to single argument in sleep-for. Use new variables. | |
6265 (ispell-region): Passed and returns location information tracking | |
6266 spelling corrections. Doesn't check same word on current line. | |
6267 Improved documentation string. Doesn't resend a line already | |
6268 checked to the ispell process - fixes bug in LaTeX parsing. | |
6269 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6270 (ispell-skip-region): No longer skips <TT> in SGML. | |
6271 (ispell-process-line): Tracks location information with spelling | |
6272 corrections. Added documentation string. Accounts for words | |
6273 already accepted on this line. Don't allow query-replace on line | |
6274 starting with math characters. Doesn't resend a line already sent | |
6275 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6276 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6277 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6278 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6279 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6280 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6281 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6282 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6283 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
|
6284 |
27255 | 6285 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6286 | |
6287 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6288 of a real newline. | |
6289 | |
27253 | 6290 2000-01-09 Stephen Eglen <stephen@gnu.org> |
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): Suggest xv |
27253 | 6293 for .png files. |
6294 | |
27251 | 6295 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6296 | |
6297 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6298 | |
27247 | 6299 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6300 | |
27249 | 6301 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6302 | |
27247 | 6303 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6304 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6305 recursion. |
6306 | |
27244 | 6307 2000-01-08 Dave Love <fx@gnu.org> |
6308 | |
27265 | 6309 * emacs-lisp/backquote.el: Remove inappropriate customization |
6310 (allowing custom.el to use backquote). | |
27244 | 6311 |
27241 | 6312 2000-01-07 Dave Love <fx@gnu.org> |
6313 | |
6314 * add-log.el (add-log-debugging): Deleted. | |
6315 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6316 file. Remove debugging code. | |
6317 (change-log-get-method-definition, change-log-name): Add doc. | |
6318 (change-log-sortable-date-at): New function. | |
6319 (change-log-merge): New command. | |
6320 | |
6321 * time.el (display-time-string-forms): Make the Mail string active. | |
6322 (display-time-update): Provide help-echo for load average. | |
6323 | |
6324 * bindings.el (make-mode-line-mouse2-map): New function. | |
6325 (mode-line-modified): Use it and simplify. | |
6326 (mode-line-mule-info): Provide help-echo info. | |
6327 (minor-mode-alist): Activate the strings. | |
6328 (make-mode-line-mouse-sensitive): Simplify for | |
6329 mode-line-buffer-identification. | |
6330 | |
27233 | 6331 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6332 | |
6333 * play/pong.el: New file. | |
6334 | |
27241 | 6335 2000-01-06 Dave Love <fx@gnu.org> |
6336 | |
6337 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6338 `array-' prefix for symbols. | |
6339 | |
6340 2000-01-05 Dave Love <fx@gnu.org> | |
6341 | |
6342 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6343 outline-headers-as-kill. | |
6344 (outline-mode): Define imenu-generic-expression. | |
6345 (outline-headers-as-kill): New command. | |
6346 | |
6347 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6348 from paragraph-start. | |
6349 (paragraph-indent-minor-mode): New command. | |
6350 | |
6351 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6352 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6353 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6354 (fortran-column-ruler): Simplify. | |
6355 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6356 (fortran-with-subprogram-narrowing): Likewise. | |
6357 (fortran-indent-subprogram): Call mark-defun. | |
6358 (fortran-check-for-matching-do): Change narrowing. | |
6359 | |
6360 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6361 (cl-lucid-hash-tag): Delete. | |
6362 (cl-hash-table-p): Correct test for native table. | |
6363 (cl-hash-table-count): Use hash-table-count. | |
6364 | |
6365 * browse-url.el (browse-url): Fix case of | |
6366 browse-url-browser-function being an alist. | |
6367 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6368 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6369 |
27233 | 6370 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6371 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6372 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6373 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6374 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6375 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6376 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6377 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6378 |
27191 | 6379 2000-01-05 Dave Love <fx@gnu.org> |
6380 | |
27241 | 6381 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6382 (beginning-of-defun-raw): Use it. |
6383 (end-of-defun): New variable. | |
6384 (end-of-defun): Use it. | |
6385 (check-parens): New command. | |
6386 | |
27182 | 6387 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6388 | |
27233 | 6389 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6390 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6391 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6392 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6393 |
27176 | 6394 2000-01-05 Andreas Schwab <schwab@suse.de> |
6395 | |
6396 * hscroll.el (hscroll): Doc fix. | |
6397 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6398 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6399 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6400 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6401 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6402 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6403 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6404 file idlw-rinfo.el. |
27182 | 6405 (idlwave-customize): load must read file idlw-shell.el. |
6406 (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
|
6407 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6408 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6409 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6410 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6411 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6412 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6413 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6414 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6415 both reftex-dcr and reftex-vcr. |
27182 | 6416 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6417 * 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
|
6418 |
27164 | 6419 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6420 |
6421 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6422 (ps-print-version): New version number (5.0.3). | |
6423 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6424 local. | |
6425 (ps-spool-config): Initialization fix. | |
27233 | 6426 (ps-print-prologue-1, ps-print-prologue-2) |
6427 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6428 (ps-background-image): Little code reformating. |
6429 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6430 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6431 (ps-prologue-file): New fun. |
6432 | |
27159 | 6433 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6434 | |
27233 | 6435 * ps-vars.el: Eliminated. |
27159 | 6436 |
6437 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6438 `;;;###autoload'. | |
6439 | |
6440 * ps-print.el: ps-vars eliminated, doc fix. | |
6441 (ps-print-version): New version number (5.0.2). | |
6442 (ps-spool-config): Initialization fix. | |
6443 (ps-print-customize): New fun. | |
6444 | |
27155 | 6445 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6446 | |
6447 * autorevert.el (auto-revert-mode): Return value of | |
6448 auto-revert-mode. | |
6449 | |
27152 | 6450 2000-01-04 Dave Love <fx@gnu.org> |
6451 | |
27198 | 6452 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6453 menu items. | |
27152 | 6454 |
27124 | 6455 2000-01-03 Dave Love <fx@gnu.org> |
6456 | |
27191 | 6457 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6458 |
27241 | 6459 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6460 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6461 `cl-hash-table-p', not `hash-table-p'. | |
6462 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6463 | |
27119 | 6464 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6465 | |
6466 * faces.el (face-read-integer, read-face-attribute) | |
6467 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6468 strings. | |
6469 | |
27112 | 6470 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6471 | |
6472 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6473 at comment end, and re-insert them after filling. | |
6474 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6475 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
|
6476 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6477 * 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
|
6478 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6479 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
|
6480 |
27102 | 6481 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6482 | |
6483 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6484 the new name of face-color-supported-p. | |
6485 | |
6486 * term/w32-win.el (xw-defined-colors): Likewise. | |
6487 | |
27097 | 6488 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6489 | |
6490 * simple.el (completion-setup-function): Count completion-size | |
6491 from minibuffer-prompt-end, not from point-min. | |
6492 | |
27091 | 6493 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6494 | |
6495 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6496 Pass the frame to tty-color-* functions. | |
6497 (display-color-p, frame-set-background-mode): Pass the frame to | |
6498 tty-display-color-p. | |
6499 | |
6500 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6501 tty-color-alist. | |
6502 (tty-color-alist, tty-modify-color-alist): New functions. | |
6503 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6504 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6505 an optional parameter FRAME. | |
6506 | |
27074 | 6507 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6508 | |
27082 | 6509 * image.el (create-image, defimage): Don't assume image data is a |
6510 string. | |
6511 | |
27074 | 6512 * image.el (defimage): Handle specifications containing :data |
6513 instead of :file. | |
6514 (image-type-from-data): New function. | |
6515 (image-type-from-file-header): Use it. | |
6516 (create-image): Add parameter DATA-P. | |
27182 | 6517 |
30729 | 6518 See ChangeLog.8 for earlier changes. |