Mercurial > emacs
annotate lisp/ChangeLog @ 31388:c0199a9a07fa
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 04 Sep 2000 20:05:31 +0000 |
parents | af19410929f3 |
children | 0275fa841f55 |
rev | line source |
---|---|
31386 | 1 2000-09-04 Gerd Moellmann <gerd@gnu.org> |
2 | |
31388 | 3 * vc.el (vc-dired-resynch-file): Add autoload cookie. |
4 | |
31386 | 5 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map. |
6 | |
7 * Makefile.in (DONTCOMPILE): Fix typo in file name. | |
8 | |
9 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
10 | |
11 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we | |
12 don't support anything else under SCCS yet. | |
13 | |
14 * vc-hooks.el: Minor doc fixes. | |
15 | |
16 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
17 | |
18 * vc.el (vc-next-action-on-file): Do not visit the file if it's | |
19 not necessary. If verbose in state `needs-patch', do the same as | |
20 under `up-to-date'. When NOT verbose and `needs-patch', check out | |
21 latest version instead of `merge-news'. | |
22 (vc-next-action-dired): Don't mess with default-directory here; it | |
23 breaks other parts of dired. It is the job of the | |
24 backend-specific functions to adjust it temporarily if they need | |
25 it. | |
26 (vc-next-action): Remove a special CVS case. | |
27 (vc-clear-headers): New optional arg FILE. | |
28 (vc-checkin, vc-checkout): Set properties vc-state and | |
29 vc-checkout-time properly. | |
30 (vc-finish-steal): Call steal-lock, not steal, which doesn't | |
31 exist. | |
32 (vc-print-log): Use new backend function `show-log-entry'. | |
33 (vc-cancel-version): Do the checks in a different order. Added a | |
34 FIXME concerning RCS-only code. | |
35 | |
36 * vc-rcs.el (vc-rcs-show-log-entry): New function. | |
37 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties. | |
38 | |
39 * vc-cvs.el (vc-cvs-show-log-entry): New function. | |
40 | |
41 * vc-hooks.el (vc-default-mode-line-string): Show state | |
42 `needs-patch' as a `-' too. | |
43 | |
44 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
45 | |
46 * vc.el (vc-responsible-backend): New optional arg REGISTER. | |
47 (vc-default-could-register): New function. | |
48 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions. | |
49 (vc-resynch-buffer): Call vc-dired-resynch-file. | |
50 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use | |
51 vc-resynch-buffer instead of vc-resynch-window. | |
52 (vc-next-action-dired): Don't redisplay here, that gets done as a | |
53 result of the individual file operations. | |
54 (vc-retrieve-snapshot): Corrected prompt order. | |
55 | |
56 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file. | |
57 | |
58 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp | |
59 as well. | |
60 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle | |
61 hostname regexps. Updated all callers. | |
62 (vc-cvs-responsible-p): Handle directories as well. | |
63 (vc-cvs-could-register): New function. | |
64 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file | |
65 properties up-to-date. | |
66 | |
67 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the | |
68 user whether to create one. | |
69 | |
70 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
71 | |
72 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to | |
73 check out a non-existing file. | |
74 | |
75 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the | |
76 workfile does not exist. | |
77 | |
78 * vc.el (vc-version-diff): Use `require' to check for existence of | |
79 diff-mode. | |
80 | |
81 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
82 | |
83 * vc-cvs.el (vc-cvs-registered): Use new function | |
84 vc-cvs-parse-entry to do the actual work. | |
85 | |
86 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
87 | |
88 * vc-hooks.el (vc-find-backend-function): If function doesn't | |
89 exist, return nil instead of error. | |
90 (vc-call-backend): Doc fix. | |
91 | |
92 * vc.el (vc-do-command): Doc fix. | |
93 (vc-finish-logentry): When checking in from vc-dired, choose the | |
94 right backend for logentry check. | |
95 (vc-dired-mode-map): Inherit from dired-mode-map. | |
96 (vc-dired-mode): Local value of dired-move-to-filename-regexp | |
97 simplified. | |
98 (vc-dired-state-info): Removed, updated caller. | |
99 (vc-default-dired-state-info): Use parentheses instead of hyphens. | |
100 (vc-dired-hook): Use vc-BACKEND-dir-state, if available. | |
101 (vc-dired-listing-switches): New variable. | |
102 (vc-directory): Use it, instead of dired-listing-switches. | |
103 | |
104 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too. | |
105 (vc-cvs-dir-state): New function. | |
106 (vc-cvs-dir-state-heuristic): New function, subroutine of the | |
107 above. | |
108 (vc-cvs-parse-entry): New function, also to be used in | |
109 vc-cvs-registered. | |
110 | |
111 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
112 | |
113 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows | |
114 *or* single-window-frames. | |
115 | |
116 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
117 | |
118 * vc.el (vc-update-changelog): Split into generic part and default | |
119 implementation. Doc string adapted. | |
120 (vc-default-update-changelog): New function. Call the `rcs2log' | |
121 script in exec-directory, to fix a long-standing nuisance. | |
122 | |
123 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that | |
124 simply signals an error. | |
125 | |
126 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
127 | |
128 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the | |
129 control-flow more clear and to avoid running `cvs' twice. | |
130 | |
131 * vc.el (vc-next-action-on-file): Doc fix. | |
132 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode. | |
133 (vc-print-log): Eval `file' before constructing the continuation. | |
134 | |
135 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
136 | |
137 * vc.el (vc-next-action-on-file): Corrected several messages. | |
138 (vc-merge): Add prefix arg `merge-news'; handle it. | |
139 | |
140 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this | |
141 is not reached. It is. | |
142 (vc-cvs-merge): Set state to 'edited after merge. | |
143 (vc-cvs-merge-news): Set workfile version to nil if not known. | |
144 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal. | |
145 | |
146 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout | |
147 via stdout. (Merge from main line.) | |
148 | |
149 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
150 | |
151 * vc.el (vc-finish-logentry): Thinko in the "same comment" | |
152 detection. | |
153 | |
154 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
155 | |
156 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them | |
157 against kill-all-local-variables. | |
158 (vc-log-edit): Don't save vc-parent-buffer any more. | |
159 (vc-last-comment-match): Initialize to an empty string. | |
160 (vc-post-command-functions): New hook. | |
161 (vc-do-command): Run it. | |
162 (vc-next-action-on-file): Remove unnecessary pop-to-buffer. | |
163 (vc-finish-logentry): Only add the comment to the ring if it's | |
164 different from the last comment entered. | |
165 (vc-new-comment-index): New function. | |
166 (vc-previous-comment): Use it. Make the minibuffer message | |
167 slightly less terse. | |
168 (vc-comment-search-reverse): Make it work forward as well. Don't | |
169 set vc-comment-ring-index if no match is found. Use | |
170 vc-new-comment-index. | |
171 (vc-comment-search-forward): Use vc-comment-search-reverse. | |
172 (vc-dired-mode-map): Don't inherit from dired-mode-map since | |
173 define-derived-mode will do it for us. Bind `v' to a keymap that | |
174 inherits from vc-prefix-map so that we can bind `vt' without | |
175 binding C-x v t. | |
176 (vc-retrieve-snapshot): Parenthesis typo. | |
177 | |
178 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0 | |
179 to 1. Make sure to switch to *vc* before looking for an error | |
180 message. Use vc-parse-buffer. | |
181 | |
182 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
183 | |
184 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR | |
185 and NAME. | |
186 (vc-retrieve-snapshot): Split into two parts. | |
187 (vc-default-retrieve-snapshot): New function. | |
188 | |
189 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME. | |
190 (vc-cvs-retrieve-snapshot): New function (untested). | |
191 (vc-cvs-stay-local): Default to t. | |
192 (vc-cvs-remote-p): New function and property. | |
193 (vc-cvs-state): Stay local only if the above is t. | |
194 (vc-handle-cvs): Removed. | |
195 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be | |
196 done via vc-handled-backends now. | |
197 (vc-cvs-header): Escape Id. | |
198 | |
199 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
200 | |
201 * vc.el (vc-do-command): Remove unused commands. | |
202 (vc-version-diff): Make sure default-directory ends with a slash. | |
203 Move the window commands into a vc-exec-after. | |
204 (vc-print-log): Move more of the code into the `vc-exec-after'. | |
205 | |
206 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
207 | |
208 * vc.el (vc-exec-after): Fix disassembly of previous sentinel. | |
209 (vc-print-log): Search current revision from beginning of buffer. | |
210 (vc-revert-buffer): Clear echo area after the diff is finished. | |
211 (vc-prefix-map): Removed definition of "t" for terse display in vc | |
212 dired. | |
213 (vc-dired-mode-map): Inherit from dired-mode-map. Added | |
214 definition of "vt" for terse display. | |
215 (vc-dired-mode): Fix dired-move-to-filename-regexp. | |
216 | |
217 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
218 | |
219 * vc.el (vc-exec-after): Avoid caddr. | |
220 | |
221 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
222 | |
223 * vc.el (vc-exec-after): New function. | |
224 (vc-do-command): Use it to add a termination message for async | |
225 procs. | |
226 (vc-checkout): Try to handle a missing-backend situation. | |
227 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs | |
228 of a directory with a backend using async diffs. | |
229 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if | |
230 present. | |
231 | |
232 * vc-sccs.el (vc-sccs-state-heuristic): Use | |
233 file-ownership-preserved-p. | |
234 | |
235 * vc-rcs.el (vc-rcs-state-heuristic): Use | |
236 file-ownership-preserved-p. | |
237 (vc-rcs-checkout): Remove the error-handling for missing-rcs. | |
238 | |
239 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
240 | |
241 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to | |
242 vc-do-command. | |
243 | |
244 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert | |
245 when there are no changes. | |
246 | |
247 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
248 | |
249 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p. | |
250 | |
251 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p. | |
252 | |
253 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
254 | |
255 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el. | |
256 | |
257 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move | |
258 the `fset' outside of the defvar so that it works even if | |
259 vc-prefix-map was already defined. | |
260 (vc-setup-buffer): New function, split out of vc-do-command. | |
261 (vc-do-command): Allow BUFFER to be t to mean `just use the | |
262 current buffer without any fuss'. | |
263 (vc-version-diff): Change the `diff' backend operation to just put | |
264 the diff in the current buffer without erasing it. Always use | |
265 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect | |
266 shrink-window-if-larger-than-buffer. | |
267 (vc-print-log): Change the `print-log' backend operation to just | |
268 put the log in the current buffer without erasing it. Protect | |
269 shrink-window-if-larger-than-buffer. | |
270 (vc-update-change-log): Fix setd typo. | |
271 | |
272 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis. | |
273 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer. | |
274 | |
275 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer. | |
276 (vc-rcs-diff): Insert in the current buffer and remove unused arg | |
277 CMP. | |
278 | |
279 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use | |
280 with-temp-file. Use the new BUFFER=t argument to vc-do-command. | |
281 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer. | |
282 | |
283 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
284 | |
285 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is | |
286 not possible, use vc-BACKEND-workfile-unchanged-p. | |
287 (vc-default-workfile-unchanged-p): New function. Delegates to a | |
288 full vc-BACKEND-diff. | |
289 | |
290 * vc-hooks.el (vc-simple-command): Removed. | |
291 | |
292 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command | |
293 instead of vc-simple-command. | |
294 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to | |
295 avoid doing a diff when opening a file. | |
296 (vc-rcs-state): Added check for unlocked-changes. | |
297 (vc-rcs-header): Escape Id. | |
298 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION. | |
299 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific | |
300 version. | |
301 | |
302 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten. | |
303 (vc-sccs-diff): Remove optional arg CMP. | |
304 (vc-sccs-state): Call vc-workfile-unchanged-p, not the | |
305 SCCS-specific function. | |
306 | |
307 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of | |
308 vc-simple-command. | |
309 | |
310 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
311 | |
312 * vc.el (vc-editable-p): Renamed from vc-writable-p. | |
313 (with-vc-file, vc-merge): Use vc-editable-p. | |
314 (vc-do-command): Remove unused var vc-file and fix the | |
315 doubly-defined `status' var. Add a user message when starting an | |
316 async command. | |
317 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry) | |
318 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file): | |
319 Use with-current-buffer. | |
320 (vc-buffer-sync): Use unless. | |
321 (vc-next-action-on-file): If the file is 'edited by read-only, | |
322 make it read-write instead of trying to commit. | |
323 (vc-version-diff, vc-update-change-log): Use `setq | |
324 default-directory' rather than `cd'. | |
325 (vc-log-edit): Don't forget to set default-directory in the | |
326 buffer. | |
327 | |
328 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis. | |
329 (vc-sccs-state-heuristic): Use file-writable-p instead of | |
330 comparing userids. | |
331 (vc-sccs-checkout): Use `unless'. | |
332 | |
333 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead | |
334 of comparing userids. | |
335 (vc-rcs-fetch-master-state): Handle the case where rcs is missing. | |
336 Simplify the logic by eliminating unreachable code. | |
337 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and | |
338 just do a recursive call if we need to retry. | |
339 (vc-rcs-checkout): Handle the case where rcs is missing by making | |
340 the buffer read-write if requested and re-signalling the error. | |
341 | |
342 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP. | |
343 | |
344 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
345 | |
346 * vc-hooks.el (vc-handled-backends): Docstring change. | |
347 (vc-ignore-vc-files): Mark obsolete. | |
348 (vc-registered): Check vc-ignore-vc-files. | |
349 (vc-find-file-hook, vc-file-not-found-hook): Don't check | |
350 vc-ignore-vc-files. | |
351 | |
352 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs. | |
353 | |
354 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
355 | |
356 * vc.el (vc-checkout): Don't do anything special for ange-ftp | |
357 files since ange-ftp already has vc-registered return nil. | |
358 | |
359 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer. | |
360 (vc-sccs-workfile-version): Use with-temp-buffer and new | |
361 vc-parse-buffer and don't bother setting the property. | |
362 (vc-sccs-add-triple): Use with-current-buffer and | |
363 find-file-noselect. | |
364 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if. | |
365 | |
366 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code | |
367 derives from the old vc-parse-buffer but uses the revision number | |
368 rather than the date (much easier to compare robustly). | |
369 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the | |
370 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the | |
371 locking-user more directly. Check strict locking and set | |
372 checkout-model appropriately. | |
373 (vc-rcs-parse-locks): Remove. | |
374 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the | |
375 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). | |
376 (vc-rcs-system-release): Use with-current-buffer and | |
377 vc-parse-buffer. | |
378 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer. | |
379 | |
380 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster. | |
381 (vc-simple-command): Docstring fix. | |
382 (vc-registered): Align the way the file-handler is called with the | |
383 way the function itself works. | |
384 (vc-file-owner): Remove. | |
385 | |
386 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder | |
387 extraction of fields and call to file-attributes because of a | |
388 temporary bug in rcp.el. | |
389 (vc-cvs-fetch-status): Use with-current-buffer. | |
390 | |
391 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
392 | |
393 * vc.el (vc-do-command): Use file-relative-name. | |
394 (vc-responsible-backend): Use vc-backend if possible. | |
395 (vc-create-snapshot): Improve the `interactive' spec. Add support | |
396 for branches and dispatch to backend-specific `create-snapshot'. | |
397 (vc-default-create-snapshot): New function, containing the bulk of | |
398 the old vc-create-snapshot. | |
399 (vc-retrieve-snapshot): Improve the interactive spec. | |
400 | |
401 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el. | |
402 (vc-backend-hook-functions): Remove. | |
403 (vc-find-backend-function): Don't try to load vc-X-hooks anymore. | |
404 (vc-backend): Reintroduce the test for `file = nil' now that I | |
405 know why it was there (and added a comment to better remember). | |
406 | |
407 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in | |
408 code from vc-sccs-hooks.el. | |
409 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require | |
410 'vc anymore. | |
411 (vc-sccs-responsible-p): Use expand-file-name instead of concat | |
412 and file-directory-p instead of file-exists-p. | |
413 (vc-sccs-check-headers): Simplify the regexp. | |
414 | |
415 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code | |
416 from vc-rcs-hooks.el. Don't require 'vc anymore. | |
417 (vc-rcs-responsible-p): Use expand-file-name instead of concat and | |
418 file-directory-p instead of file-exists-p. | |
419 | |
420 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code | |
421 from vc-cvs-hooks.el. | |
422 (proto vc-cvs-registered): Require 'vc-cvs instead of | |
423 'vc-cvs-hooks. Don't require 'vc anymore. | |
424 (vc-cvs-responsible-p): Use expand-file-name instead of concat and | |
425 file-directory-p instead of file-exists-p. | |
426 (vc-cvs-create-snapshot): New function, replacing | |
427 vc-cvs-assign-name. | |
428 (vc-cvs-assign-name): Remove. | |
429 | |
430 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
431 | |
432 * vc-cvs.el (vc-cvs-header): New var. | |
433 | |
434 * vc-rcs.el (vc-rcs-exists): Remove. | |
435 (vc-rcs-header): New var. | |
436 | |
437 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use | |
438 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'. | |
439 (vc-sccs-header): New var. | |
440 | |
441 * vc.el (vc-do-command): Get rid of the `last' argument. | |
442 (vc-header-alist): Remove, replaced by vc-X-header. | |
443 (vc-insert-headers): Use vc-X-header instead of vc-header-alist. | |
444 (vc-dired-hook): Use expand-file-name instead of concat. | |
445 (vc-directory): Use file-name-as-directory. | |
446 (vc-snapshot-precondition, vc-create-snapshot) | |
447 (vc-retrieve-snapshot): Allow the command to operate on any | |
448 directory. | |
449 | |
450 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either | |
451 just removing the 'WORKFILE argument or by removing the 'MASTER | |
452 argument and replacing `file' with (vc-name file). | |
453 | |
454 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
455 | |
456 * vc.el: Update Copyright and add a crude list of backend funs. | |
457 (vc-writable-p): New function. | |
458 (with-vc-file): Use vc-writable-p. | |
459 (vc-next-action-on-file): Update call to vc-steal-lock and | |
460 cleanup. | |
461 (vc-register): Avoid vc-name. | |
462 (vc-locking-user): Remove. | |
463 (vc-steal-lock): Make the `owner' arg non-optional. | |
464 (vc-merge): Use vc-writable-p instead of vc-locking-user and | |
465 vc-checkout-model. | |
466 (vc-default-dired-state-info): Use vc-state instead of | |
467 vc-locking-user and return special strings for special states. | |
468 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user | |
469 and get rid of one of the special CVS cases. | |
470 (vc-cancel-version): prettify error message with \\[...]. | |
471 (vc-rename-master): New function. | |
472 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn | |
473 use vc-rename-master) instead of vc-BACKEND-record-rename. Make | |
474 the CVS special case generic. | |
475 (vc-default-record-rename): Remove. | |
476 (vc-file-tree-walk-internal): Only call FUNC for files that are | |
477 under control of some VC backend and replace `concat' with | |
478 expand-file-name. | |
479 (vc-file-tree-walk): Update docstring. | |
480 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot) | |
481 (vc-retrieve-snapshot): Update call to vc-file-tree-walk. | |
482 | |
483 * vc-sccs.el (vc-sccs-rename-file): Renamed from | |
484 vc-sccs-record-rename. Use `find-file-noselect' rather than | |
485 `find-file' and call `vc-rename-master' to do the actual move. | |
486 (vc-sccs-diff): Remove unused `backend' variable. | |
487 | |
488 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version | |
489 to delay loading of vc-sccs until it is really used. | |
490 (vc-sccs-master-templates): Preload. | |
491 (vc-sccs-state): Update call to vc-sccs-parse-locks. | |
492 (vc-sccs-project-dir): Remove (merged into | |
493 vc-sccs-search-project-dir). | |
494 (vc-sccs-search-project-dir): Rewrite using file name handling ops | |
495 rather than `concat', make sure it is preloaded and don't bother | |
496 to check that the file actually exists. | |
497 (vc-sccs-parse-locks): Remove unused `file' argument, remove | |
498 `locks' argument (use buffer's content instead) and eliminate n^2 | |
499 behavior. | |
500 | |
501 * vc-rcs.el: Update Copyright. | |
502 (vc-rcs-rename-file): New function. | |
503 (vc-rcs-diff): Remove unused `backend' variable. | |
504 | |
505 * vc-hooks.el: Update Copyright. | |
506 (vc-backend): Don't accept a nil argument any more. | |
507 (vc-up-to-date-p): Turn into a defsubst. | |
508 (vc-possible-master): New function. | |
509 (vc-check-master-templates): Use `vc-possible-master' and allow | |
510 funs in vc-X-master-templates to return a non-existent file. | |
511 | |
512 * vc-cvs.el: Update Copyright. | |
513 (vc-cvs-diff): Remove unused `backend' variable. | |
514 (vc-cvs-checkout): Only toggle read-only if the buffer is setup | |
515 right. | |
516 | |
517 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered. | |
518 | |
519 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
520 | |
521 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version | |
522 since it can be called from vc-rcs.el. | |
523 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior. | |
524 | |
525 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
526 | |
527 * vc.el (vc-version-diff): Expand file name read from the | |
528 minibuffer. Handle the case when a previous version number can't | |
529 be guessed. Give suitable messages when there were no differences | |
530 found. | |
531 (vc-clear-headers): Call backend-specific implementation, if one | |
532 exists. | |
533 (vc-cancel-version): Made error checks generic. When done, clear | |
534 headers generically, too. | |
535 | |
536 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here | |
537 from vc-clear-headers in vc.el. | |
538 | |
539 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer | |
540 correctly. | |
541 (vc-rcs-latest-on-branch-p): Made second argument VERSION | |
542 optional. Handle the case when it's not there. | |
543 | |
544 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
545 | |
546 * vc.el (vc-locking-user): Moved from vc-hooks.el. | |
547 | |
548 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
549 | |
550 * vc-hooks.el (vc-loadup): Remove. | |
551 (vc-find-backend-function): Use `require'. Also, handle the case | |
552 where vc-BACKEND-hooks.el doesn't exist. | |
553 (vc-call-backend): Cleanup. | |
554 | |
555 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
556 | |
557 * vc-rcs-hooks.el (vc-rcs-templates-grabbed, | |
558 vc-rcs-grab-templates) | |
559 (vc-rcs-registered): Remove. The default function works as well. | |
560 * vc-sccs-hooks.el (vc-sccs-templates-grabbed, | |
561 vc-sccs-grab-templates) | |
562 (vc-sccs-registered): Remove. The default function works as well. | |
563 | |
564 * vc.el (vc-version-diff): Left out a vc- in call to | |
565 vc-call-backend. | |
566 (vc-default-dired-state-info, vc-default-record-rename) | |
567 (vc-default-merge-news): Update for the new backend argument. | |
568 | |
569 * vc-hooks.el (vc-find-backend-function): Return a cons cell if | |
570 using the default function. | |
571 (vc-call-backend): If calling the default function, pass it the | |
572 backend as first argument. Update the docstring accordingly. | |
573 (vc-default-state-heuristic, vc-default-mode-line-string): Update | |
574 for the new backend argument. | |
575 (vc-make-backend-sym): Renamed from vc-make-backend-function. | |
576 (vc-find-backend-function): Use the new name. | |
577 (vc-default-registered): New function. | |
578 | |
579 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
580 | |
581 * vc.el (vc-merge): Use vc-find-backend-function. | |
582 | |
583 * vc-hooks.el (vc-backend-functions): Remove. | |
584 (vc-loadup): Don't setup 'vc-functions. | |
585 (vc-find-backend-function): New function. | |
586 (vc-call-backend): Use above fun and populate 'vc-functions | |
587 lazily. | |
588 (vc-backend-defines): Remove. | |
589 | |
590 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
591 | |
592 * vc.el (vc-register): Put a FIXME note for a newly found bug. | |
593 Call vc-call-backend without the leading vc-. | |
594 (vc-responsible-backend, vc-finish-logentry, vc-annotate) | |
595 (vc-check-headers): Call vc-call-backend without the leading vc-. | |
596 (vc-annotate-time-span): Replace confusing use of `cond' with | |
597 `or'. | |
598 (vc-annotate-display): Replace confusing use of `cond' with `or'. | |
599 Call vc-call-backend without the leading vc-. | |
600 | |
601 * vc-cvs.el (tail): Provide vc-cvs. | |
602 * vc-sccs.el (tail): Provide vc-sccs. | |
603 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check. | |
604 | |
605 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions) | |
606 (vc-make-backend-function, vc-call): Pass names without leading | |
607 `vc-' to vc-call-backend so we can blindly prefix them with | |
608 vc-BACKEND. | |
609 (vc-loadup): Don't load vc-X-hooks if vc-X is requested. | |
610 (vc-call-backend): Always try to load vc-X-hooks. | |
611 (vc-registered): Remove vc- in call to vc-call-backend. | |
612 | |
613 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
614 | |
615 * vc.el (vc-process-filter): New function. | |
616 (vc-do-command): Setup `vc-process-filter' for the async process. | |
617 (vc-maybe-resolve-conflicts): New function to reduce | |
618 code-duplication. Additionally, it puts the buffer in | |
619 `smerge-mode' if applicable. | |
620 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after | |
621 calling `merge-news'. | |
622 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling | |
623 `merge'. | |
624 (vc-log-edit): New function. Replacement for `vc-log-mode' by | |
625 interfacing to log-edit.el. | |
626 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if | |
627 log-edit is available. | |
628 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available. | |
629 | |
630 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
631 | |
632 * vc.el (vc-register): Remove `vc-buffer-backend' setup. | |
633 (vc-log-mode-map): New name for vc-log-entry-mode and merge the | |
634 defvar and the initialization. | |
635 (vc-log-mode): Minor docstring fix and use vc-log-mode-map. | |
636 | |
637 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove. | |
638 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling. | |
639 | |
640 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a | |
641 FIXME. | |
642 | |
643 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
644 | |
645 * vc.el (vc-file-clear-masterprops): Removed. | |
646 (vc-checkin, vc-revert-buffer): Removed calls to the above. | |
647 (vc-version-diff): Use buffer-size without argument. | |
648 (vc-register): Heed vc-initial-comment. | |
649 | |
650 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for | |
651 default branch. | |
652 | |
653 * vc-rcs.el (vc-rcs-register): Parse command output to find master | |
654 file name and workfile version. | |
655 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops. | |
656 | |
657 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to | |
658 vc-file-clear-masterprops. | |
659 | |
660 * vc-sccs.el (vc-sccs-checkout): Removed call to | |
661 vc-file-clear-masterprops. If writable, set vc-state to 'edited | |
662 rather than user login name. | |
663 | |
664 | |
665 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
666 | |
667 * vc.el (vc-workfile-unchanged-p): Remove unused argument | |
668 `want-differences-if-changed' and simplify. | |
669 (vc-next-action-on-file) [needs-merge]: Resynch the buffer. | |
670 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status | |
671 output (which is invalid for async vc-diff) to decide whether to | |
672 do the revert silently or not. | |
673 | |
674 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
675 | |
676 * vc-hooks.el (vc-loadup): Load files quietly. | |
677 (vc-call-backend): Oops, brain fart. | |
678 | |
679 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
680 | |
681 * vc-cvs.el (vc-cvs-state): Typo. | |
682 (vc-cvs-merge-news): Return the status code rather than the error | |
683 msg. | |
684 | |
685 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
686 | |
687 * vc.el (with-vc-file, vc-next-action, vc-version-diff) | |
688 (vc-dired-mark-locked): Replaced usage of vc-locking-user with | |
689 vc-state or vc-up-to-date-p. | |
690 (vc-merge): Use vc-backend-defines to check whether merging is | |
691 possible. Set state to 'edited after successful merge. | |
692 | |
693 * vc-hooks.el (vc-locking-user): If locked by the calling user, | |
694 return that name. Redocumented. | |
695 | |
696 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
697 | |
698 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to | |
699 new `vc-state' semantics. | |
700 (vc-finish-steal): Set 'vc-state to 'edited rather than setting | |
701 'vc-locking-user to the current user. | |
702 (vc-merge): Inline vc-backend-merge. Comment out code that I | |
703 don't understand and hence can't adapt to the new `vc-state' and | |
704 `vc-locking-user' semantics. | |
705 (vc-backend-merge): Remove. | |
706 | |
707 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state | |
708 rather than 'vc-locking-user. | |
709 | |
710 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'. | |
711 | |
712 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit. | |
713 (vc-state): Don't use 'reserved any more. Just use the same | |
714 convention as the one used for vc-<backend>-state where the | |
715 locking user (as a string) is returned. | |
716 (vc-locking-user): Update, based on the above convention. The | |
717 'vc-locking-user property has disappeared. | |
718 (vc-mode-line, vc-default-mode-line-string): Adapt to new | |
719 `vc-state'. | |
720 | |
721 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state | |
722 with a heuristic one. | |
723 (vc-cvs-merge-news): Just use 'edited for the case with conflicts. | |
724 (vc-cvs-checkin): Do a trivial parse to set the state in case of | |
725 error. That allows us to get to 'needs-merge even in the | |
726 stay-local case. There's still no way to detect 'needs-patch in | |
727 such a setup (or to force an update for that matter). | |
728 (vc-cvs-logentry-check): Remove, the default works as well. | |
729 | |
730 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
731 | |
732 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs | |
733 asynchronously. | |
734 | |
735 * vc.el (vc-do-command): kill-all-local-variables, to reset any | |
736 major-mode in which the buffer might have been put earlier. Use | |
737 `remove' and `when'. Allow `okstatus' to be `async' and use | |
738 `start-process' in this case. | |
739 (vc-version-diff): Handle the case where the diff looks empty | |
740 because of the use of an async process. | |
741 | |
742 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
743 | |
744 * vc.el (vc-next-action-on-file): Removed optional parameter | |
745 `simple'. Recompute state unconditionally. | |
746 (vc-default-toggle-read-only): Removed. | |
747 | |
748 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only. | |
749 (vc-toggle-read-only): Undid prev change. | |
750 | |
751 * vc-cvs.el (vc-cvs-stay-local): Renamed from | |
752 vc-cvs-simple-toggle. Redocumented. | |
753 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic. | |
754 (vc-cvs-toggle-read-only): Removed. | |
755 | |
756 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
757 | |
758 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): | |
759 Remove. | |
760 (vc-prefix-map): Move from vc-hooks.el and make autoloaded. | |
761 (vc-release-greater-or-equal-p): Move to vc-rcs.el. | |
762 (vc-file-clear-masterprops): Braindead "fix". It was a nop and | |
763 still is. So maybe it should be removed. | |
764 (vc-head-version, vc-find-binary): Remove. | |
765 (vc-recompute-state): Move from vc-hooks.el. | |
766 (vc-next-action-on-file): Add a `simple' argument to allow | |
767 avoiding the `recompute' step (use for vc-cvs-simple-toggle). | |
768 (vc-default-toggle-read-only, vc-default-record-rename): New | |
769 functions. | |
770 (vc-next-action, vc-dired-hook): Use vc-state instead of | |
771 vc-cvs-status. | |
772 (vc-dired-mode-map): Properly defvar it. | |
773 (vc-print-log): Call log-view-mode if available. | |
774 (small-temporary-file-directory): defvar instead of use boundp. | |
775 (vc-merge-news): Moved to vc-cvs.el. | |
776 (vc-default-merge-news): New function. | |
777 | |
778 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks. | |
779 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks. | |
780 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the | |
781 unknown `vc-latest-version' function. It should probably refer to | |
782 vc-workfile-version or somesuch, but it's very unclear to me and I | |
783 don't have SCCS to test things. | |
784 | |
785 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks. | |
786 (vc-sccs-state-heuristic): Fix typo. | |
787 (vc-sccs-workfile-unchanged-p): Add missing argument. | |
788 | |
789 * vc-rcs.el: Require vc and vc-rcs-hooks. | |
790 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks. | |
791 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p). | |
792 (vc-release-greater-or-equal-p): Move from vc. | |
793 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part, | |
794 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates. | |
795 (vc-rcs-checkout): Add a missing `new-version' argument in the | |
796 call to vc-rcs-latest-on-branch-p. Hopefully that was the right | |
797 one. | |
798 | |
799 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks. | |
800 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el. | |
801 (vc-rcs-latest-on-branch-p): Use the `version' argument rather | |
802 than the apparently unbound `workfile-version'. | |
803 | |
804 * vc-hooks.el (vc-master-templates): Def the obsolete var. | |
805 (vc-file-prop-obarray): Use `make-vector'. | |
806 (vc-backend-functions): Add new hookable functions | |
807 vc-toggle-read-only, vc-record-rename and vc-merge-news. | |
808 (vc-loadup): If neither backend nor default functions exist, use | |
809 the backend function rather than nil. | |
810 (vc-call-backend): If the function if not bound yet, try to load | |
811 the non-hook file to see if it provides it. | |
812 (vc-call): New macro plus use it wherever possible. | |
813 (vc-backend-subdirectory-name): Use neither `vc-default-back-end' | |
814 nor `vc-find-binary' since it's only called from | |
815 vc-mistrust-permission which is only used once the backend is | |
816 known. | |
817 (vc-checkout-model): Fix parenthesis. | |
818 (vc-recompute-state, vc-prefix-map): Move to vc.el. | |
819 | |
820 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler | |
821 warnings). | |
822 (vc-cvs-release, vc-cvs-system-release): Remove. | |
823 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables. | |
824 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different | |
825 status symbols. | |
826 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el. | |
827 (vc-cvs-toggle-read-only): First cut at a function to allow a | |
828 cvs-status-free vc-toggle-read-only. | |
829 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el. | |
830 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of | |
831 vc-cvs-status. Also set vc-state rather than vc-locking-user. | |
832 (vc-cvs-checkout): Modify access rights directly if the user | |
833 requested not to use `cvs edit'. And refresh the mode line. | |
834 | |
835 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks. | |
836 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el. | |
837 | |
838 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
839 | |
840 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if | |
841 workfile' that got lost when the code was extracted from vc.el. | |
842 And merged the tail with the rest of the code (not possible in the | |
843 old vc.el where the tail was shared among all backends). And | |
844 explicitly set the state to 'edited if `writable' is set. | |
845 | |
846 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name. | |
847 (vc-cvs-state): Be careful to return the value from | |
848 vc-cvs-parse-state. | |
849 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state | |
850 property but return it instead. Also be careful to handle a nil | |
851 or "" `rev' when workfile is non-nil (it was handled properly when | |
852 workfile was nil). | |
853 | |
854 * vc.el: Removed those pesky unnecessary `(function' quotes. | |
855 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize | |
856 directly in the defvar. | |
857 (vc-do-command): Bind inhibit-read-only so as to properly handle | |
858 the case where the destination buffer has been made read-only. | |
859 (vc-diff): Delegate to vc-version-diff in all cases. | |
860 (vc-version-diff): Setup the *vc-diff* buffer as was done in | |
861 vc-diff. | |
862 (vc-annotate-mode-variables): Removed (code moved partly to | |
863 defvars and partly to vc-annotate-add-menu). | |
864 (vc-annotate-mode): Turned into a derived-mode. | |
865 (vc-annotate-add-menu): Moved in code in | |
866 vc-annotate-mode-variables. | |
867 (vc-update-change-log): Use make-temp-file if available. | |
868 | |
869 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org> | |
870 | |
871 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to | |
872 `vc-checkout-model' updated to `vc-cvs-update-model'. | |
873 | |
874 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
875 | |
876 * vc.el (vc-next-action-on-file): Added handling of state | |
877 `unlocked-changes'. | |
878 (vc-checkout-carefully): Is now practically obsolete, unless the | |
879 above is too slow to be enabled unconditionally. | |
880 (vc-update-change-log): Fixed typo. | |
881 | |
882 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'. | |
883 | |
884 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten. Now | |
885 handles state `unlocked-changes'. | |
886 (vc-sccs-workfile-unchanged-p): New function, to support the | |
887 above. | |
888 | |
889 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'. | |
890 | |
891 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo. | |
892 (vc-rcs-fetch-master-state): Bug fixes. Recognize state | |
893 `unlocked-changes'. | |
894 (vc-rcs-workfile-unchanged-p): Renamed from | |
895 `vc-rcs-workfile-unchanged'. This is not a real backend-specific | |
896 function yet, but supposed to become one soon. | |
897 | |
898 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to | |
899 `vc-steal-lock'. | |
900 (vc-call-backend): Changed error message. | |
901 (vc-state): Added description of state `unlocked-changes'. | |
902 | |
903 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
904 | |
905 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to | |
906 always return t in CVS-controlled directories. | |
907 | |
908 * vc.el (vc-responsible-backend): New function. | |
909 (vc-register): Largely rewritten. | |
910 (vc-admin): Removed (implementation moved into vc-register). | |
911 (vc-checkin): Redocumented. | |
912 (vc-finish-logentry): If no backend defined yet (because we are in | |
913 the process of registering), use the responsible backend. | |
914 | |
915 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions): | |
916 Updated function lists. | |
917 (vc-call-backend): Fixed typo. | |
918 | |
919 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p): New | |
920 functions. | |
921 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'. Removed | |
922 query option. Redocumented. | |
923 | |
924 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
925 | |
926 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'. | |
927 | |
928 * vc.el: Updated callers of `vc-checkout-required' to use | |
929 `vc-checkout-model'. | |
930 | |
931 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
932 | |
933 * vc-rcs.el (vc-rcs-backend-release-p): function added. other | |
934 stuff updated to reference this function instead of the old | |
935 `vc-backend-release-p'. | |
936 | |
937 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
938 | |
939 * vc-sccs-hooks.el (vc-uses-locking): Renamed to | |
940 vc-checkout-model. Return appropriate values. Updated callers. | |
941 | |
942 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
943 | |
944 * vc.el (vc-backend-release, vc-backend-release-p): Functions | |
945 moved into vc-rcs.el | |
946 (vc-backend-revert): Function moved into `vc-revert'; | |
947 `vc-next-action' must be updated to accomodate this change. | |
948 (vc-backend-steal): Function moved into `vc-finish-steal'. | |
949 (vc-backend-logentry-check): Function moved into | |
950 `vc-finish-logentry'. | |
951 (vc-backend-printlog): Function moved into `vc-print-log'. | |
952 (vc-backend-uncheck): Function moved into `vc-cancel-version'. | |
953 (vc-backend-assign-name): Function moved into | |
954 `vc-create-snapshot'. | |
955 | |
956 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
957 | |
958 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking): | |
959 Renamed to vc-checkout-model. Return appropriate | |
960 values. Updated callers. | |
961 | |
962 * vc-hooks.el (vc-backend-hook-functions): Renamed vc-uses-locking | |
963 to vc-checkout-model. | |
964 (vc-checkout-required): Renamed to vc-checkout-model. | |
965 Re-implemented and re-commented. | |
966 (vc-after-save): Use vc-checkout-model. | |
967 | |
968 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
969 | |
970 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff): Updated | |
971 to use the vc-BACKEND-diff functions instead; `vc-diff' is now | |
972 working. | |
973 | |
974 * vc-rcs.el (vc-rcs-logentry-check): Function added. | |
975 | |
976 * vc-cvs.el (vc-cvs-logentry-check): Function added. | |
977 | |
978 * vc-sccs.el (vc-sccs-diff): Function changed name from | |
979 `vc-backend-diff'. This makes `vc-diff' work. | |
980 | |
981 * vc-hooks.el (vc-backend-functions): Added `vc-diff' to the list | |
982 of functions possibly implemented in a vc-BACKEND library. | |
983 (vc-checkout-required): Bug fixed that caused an error to be | |
984 signaled during `vc-after-save'. | |
985 | |
986 * vc.el: Typo fixed. This checkin is made with our new VC code | |
987 base for the very first time. A simple `(vc-checkin | |
988 (buffer-file-name))' was used to perform it. | |
989 | |
990 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to | |
991 `vc-checkout-required' updated to `vc-cvs-uses-locking'. | |
992 | |
993 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required' | |
994 updated to `vc-uses-locking'. | |
995 (vc-checkout-required): Call to backend function | |
996 `vc-checkout-required' updated to `vc-uses-locking' instead. | |
997 | |
998 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to | |
999 `vc-checkout-required' updated to `vc-rcs-uses-locking'. | |
1000 | |
1001 * vc.el (vc-checkin): Merged with `vc-backend-checkin' and updated | |
1002 to match the split into various backends. | |
1003 (vc-backend-checkin): Removed. Merged with `vc-checkin'. | |
1004 (vc-retrieve-snapshot): Bug fix. | |
1005 | |
1006 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1007 | |
1008 * vc-sccs.el (vc-sccs-release): Doc fix. | |
1009 | |
1010 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1011 | |
1012 * vc.el (vc-next-action-on-file): Bug found and fixed. | |
1013 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot) | |
1014 (vc-cancel-version): Handle of vc-BACKEND-checkout updated. | |
1015 | |
1016 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version) | |
1017 (vc-rcs-checkout): Name space cleaned up. No more revision number | |
1018 crunching function names that are not prefixed with vc-rcs. | |
1019 (vc-rcs-checkout-model): Function added. References to | |
1020 `vc-checkout-model' replaced. | |
1021 | |
1022 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1023 | |
1024 * vc.el (vc-next-action-on-file): Rewritten for the new state model. | |
1025 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts | |
1026 still need to be split, and implemented for RCS). | |
1027 | |
1028 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1029 | |
1030 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed. | |
1031 | |
1032 * vc-sccs.el (vc-sccs-admin): Added the query-only option as | |
1033 required by the vc.el file. | |
1034 | |
1035 * vc-rcs.el (vc-rcs-admin): Added the query-only option as | |
1036 required by the vc.el file. | |
1037 (vc-rcs-exists): Function added. | |
1038 | |
1039 * vc-cvs.el (vc-cvs-admin): Added the query-only option as | |
1040 required by the vc.el file. | |
1041 | |
1042 * vc.el (vc-admin): Updated to handle selection of appropriate | |
1043 backend. Current implementation is crufty and need re-thinking. | |
1044 | |
1045 * vc-hooks.el (vc-parse-buffer): Bug found and fixed. | |
1046 | |
1047 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1048 | |
1049 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle | |
1050 beginning of annotate buffers correctly. | |
1051 | |
1052 * vc.el (vc-annotate-get-backend, vc-annotate-display-default) | |
1053 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate | |
1054 functionality updated quite a lot to support multiple backends. | |
1055 Variables `vc-annotate-mode', `vc-annotate-buffers', | |
1056 `vc-annotate-backend' added. | |
1057 | |
1058 * vc-hooks.el (vc-backend-functions): `vc-annotate-command', | |
1059 `vc-annotate-difference' added to supported backend functions. | |
1060 | |
1061 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1062 | |
1063 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout): | |
1064 Use with-temp-file instead of /bin/sh. Merged from mainline | |
1065 | |
1066 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1067 | |
1068 * vc-sccs-hooks.el (vc-sccs-registered): Updated. | |
1069 | |
1070 * vc-rcs-hooks.el (vc-rcs-registered): Updated. | |
1071 | |
1072 * vc-cvs-hooks.el (vc-cvs-registered): Updated. | |
1073 | |
1074 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1075 | |
1076 * vc-hooks.el: vc-state-heuristic added to | |
1077 vc-backend-hook-functions. | |
1078 | |
1079 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix. | |
1080 | |
1081 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix. | |
1082 | |
1083 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Renamed | |
1084 `vc-uses-locking' to `vc-checkout-required'. Renamed the `locked' | |
1085 state to `reserved'. | |
1086 | |
1087 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to | |
1088 `vc-checkout-required'. Rename the `locked' state to `reserved'. | |
1089 | |
1090 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1091 | |
1092 * vc-rcs-hooks.el: Implemented new state model. Hardly anything | |
1093 untouched. | |
1094 | |
1095 * vc-rcs.el (vc-rcs-latest-on-branch-p): Moved to vc-rcs-hooks.el. | |
1096 | |
1097 * vc.el (vc-update-change-log): Use small-temporary-file-directory, | |
1098 if defined. (Merged from main line, slightly adapted.) | |
1099 | |
1100 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible | |
1101 millenium problem (merged from mainline). | |
1102 | |
1103 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1104 | |
1105 * vc-cvs.el: Split the annotate feature into a BACKEND-specific | |
1106 part and moved the non-BACKEND stuff to vc.el. | |
1107 | |
1108 * vc.el: Split the annotate feature into a BACKEND specific part | |
1109 and moved it from the vc-cvs.el file to this one. | |
1110 | |
1111 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1112 | |
1113 * vc-hooks.el: Implemented new state model. | |
1114 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New | |
1115 functions. | |
1116 (vc-locking-user): Simplified. Now only needed if the file is | |
1117 locked by somebody else. | |
1118 (vc-lock-from-permissions): Removed. Functionality is in | |
1119 vc-sccs-hooks.el and vc-rcs-hooks.el now. | |
1120 (vc-mode-line-string): New name for former vc-status. Adapted. | |
1121 (vc-mode-line): Adapted to use the above. Removed optional | |
1122 parameter. | |
1123 | |
1124 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New | |
1125 functions. Various simplifications and adaptations all over the | |
1126 place. | |
1127 | |
1128 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New | |
1129 functions. Simplified and adapted the rest. | |
1130 | |
1131 * vc.el (vc-resynch-window): Added TODO comment: check for | |
1132 interaction with view mode according to recent RCS change. | |
1133 (vc-backend-merge-news): Merged "CMUP" patch from mainline. | |
1134 | |
1135 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1136 | |
1137 * vc.el: Converted the remaining function comments to | |
1138 documentation strings. | |
1139 | |
1140 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1141 | |
1142 * vc.el (vc-backend-release, vc-release-greater-or-equal) | |
1143 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part) | |
1144 (vc-minor-part, vc-previous-version): Functions that operate and | |
1145 compare revision numbers got proper documentation. Comments added | |
1146 about their possible removal. | |
1147 | |
1148 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1149 | |
1150 * vc.el (vc-latest-on-branch-p): Function removed and replaced in | |
1151 the vc-backend.el files. | |
1152 | |
1153 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added. | |
1154 | |
1155 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p) | |
1156 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part) | |
1157 (vc-rcs-previous-version): Functions added. | |
1158 | |
1159 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added. | |
1160 | |
1161 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed. | |
1162 | |
1163 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1164 | |
1165 * vc-hooks.el (vc-master-templates): Is really obsolete. | |
1166 Commented out the definition for now. What is the right procedure | |
1167 to get rid of it? | |
1168 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely | |
1169 rewritten. | |
1170 (vc-default-registered): Removed. | |
1171 (vc-check-master-templates): New function; does mostly what the | |
1172 above did before. | |
1173 (vc-locking-user): Don't rely on the backend to set the property. | |
1174 | |
1175 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values. | |
1176 Rewrote documentation. | |
1177 (vc-rcs-templates-grabbed): New variable. | |
1178 (vc-rcs-grab-templates): New function. | |
1179 (vc-rcs-registered): Rewritten to use above mechanism. | |
1180 | |
1181 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values. | |
1182 Rewrote documentation. | |
1183 (vc-sccs-templates-grabbed): New variable. | |
1184 (vc-sccs-grab-templates): New function. | |
1185 (vc-sccs-registered): Rewritten to use above mechanism. | |
1186 (vc-sccs-search-project-dir): Renamed from | |
1187 vc-search-sccs-project-dir. Don't throw the result, simply | |
1188 return it. | |
1189 | |
1190 * vc-cvs-hooks.el (vc-cvs-master-templates): Variable removed. | |
1191 (vc-cvs-find-master): Removed. Code is now in vc-cvs-registered. | |
1192 (vc-cvs-registered): Does the check itself now. Simplified. | |
1193 | |
1194 * vc-cvs.el (vc-cvs-revert): Merged and adapted "unedit" patch | |
1195 from main line. | |
1196 | |
1197 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1198 | |
1199 * vc-cvs.el (vc-cvs-diff): Function added. | |
1200 | |
1201 * vc-sccs.el (vc-sccs-diff): Function added. | |
1202 | |
1203 * vc-rcs.el (vc-rcs-diff): Function added. | |
1204 (vc-rcs-checkout) Bug (typo) found and fixed. | |
1205 (vc-rcs-register-switches) Variable `vc-rcs-register-switches' added. | |
1206 | |
1207 * vc.el (vc-backend-diff): Function removed and placed in the | |
1208 backend files. | |
1209 | |
1210 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1211 | |
1212 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added. | |
1213 | |
1214 * vc.el (vc-backend-checkout): Function removed and replaced in | |
1215 the vc-backend.el files. | |
1216 | |
1217 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'. | |
1218 | |
1219 * vc.el (vc-backend-admin): Removed and replaced in the | |
1220 vc-backend.el files. | |
1221 | |
1222 * vc.el (Martin): Removed all the annotate functionality since it | |
1223 is CVS backend specific. | |
1224 | |
1225 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1226 | |
1227 * spec.txt: Added specification of vc-state. | |
1228 | |
1229 * vc-sccs-hooks.el (vc-sccs-master-properties): | |
1230 Removed handling of vc-latest-version and | |
1231 vc-your-latest-version. What used to be vc-latest-version, is now | |
1232 returned as vc-workfile-version. | |
1233 (vc-sccs-workfile-version): Adapted. | |
1234 | |
1235 2000-09-04 Dave Love <fx@gnu.org> | |
1236 | |
1237 * vc.el: [Merged from mainline.] | |
1238 (vc-dired-mode): Make the dired-move-to-filename-regexp | |
1239 regexp match the date, to avoid treating date as file size. | |
1240 Add YYYY S option to WESTERN/ | |
1241 | |
1242 2000-09-04 Dave Love <fx@gnu.org> | |
1243 | |
1244 * vc.el: Require `compile' when compiling. | |
1245 (vc-logentry-check-hook): New option. | |
1246 (vc-steal-lock): Use compose-mail. | |
1247 (vc-dired-mode-map): Defvar when compiling. | |
1248 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to | |
1249 vc-sccs.el and renamed. Callers changed. | |
1250 (vc-backend-checkout, vc-backend-logentry-check) | |
1251 (vc-backend-merge-news): Doc fix. | |
1252 (vc-default-logentry-check): New function. | |
1253 (vc-backend-checkin, vc-backend-revert, vc-backend-steal) | |
1254 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name) | |
1255 (vc-backend-merge): Doc fix. Use backend functions. | |
1256 (vc-check-headers): Use backend functions. | |
1257 | |
1258 * vc-cvs.el: Require vc when compiling. | |
1259 (vc-cvs-register-switches): Doc fix. | |
1260 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type. | |
1261 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge) | |
1262 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin): | |
1263 New functions (code from vc.el). | |
1264 (vc-annotate-display-default): Fix interactive spec. | |
1265 (vc-annotate-time-span): Doc fix. | |
1266 | |
1267 * vc-rcs.el: Require vc when compiling. | |
1268 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge) | |
1269 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert) | |
1270 (vc-rcs-checkin): New functions (code from vc.el). | |
1271 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout): | |
1272 Doc fix. | |
1273 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release). | |
1274 | |
1275 * vc-sccs.el: Require vc when compiling. | |
1276 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge) | |
1277 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck) | |
1278 (vc-sccs-revert) | |
1279 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code | |
1280 from vc.el). | |
1281 (vc-sccs-add-triple, vc-sccs-record-rename) | |
1282 (vc-sccs-lookup-triple): Moved from vc.el and renamed. | |
1283 (vc-sccs-admin): Doc fix. | |
1284 | |
1285 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1286 | |
1287 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part) | |
1288 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release) | |
1289 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions | |
1290 from vc.el. | |
1291 | |
1292 * vc-sccs.el (vc-admin-sccs): Added from vc.el | |
1293 | |
1294 * vc-cvs.el: Moved the annotate functionality from vc.el. | |
1295 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el. | |
1296 | |
1297 2000-09-04 Dave Love <fx@gnu.org> | |
1298 | |
1299 * vc.el (vc-backend-release): Call vc-system-release. | |
1300 | |
1301 * vc-sccs.el (vc-sccs-system-release): | |
1302 Renamed from vc-sccs-backend-release. | |
1303 | |
1304 * vc-rcs.el (vc-rcs-system-release): | |
1305 Renamed from vc-rcs-backend-release. | |
1306 | |
1307 * vc-cvs.el (vc-cvs-system-release): | |
1308 Renamed from vc-cvs-backend-release. | |
1309 | |
1310 2000-09-04 Dave Love <fx@gnu.org> | |
1311 | |
1312 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to | |
1313 backend files. | |
1314 (vc-backend-release): Dispatch to backend functions. | |
1315 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case | |
1316 probably needs attention.] | |
1317 | |
1318 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el. | |
1319 (vc-sccs-backend-release): New function. | |
1320 | |
1321 * vc-cvs.el (vc-cvs-release): Moved from vc.el. | |
1322 (vc-cvs-backend-release): New function. | |
1323 | |
1324 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge): | |
1325 Doc fix. | |
1326 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed. | |
1327 (vc-default-dired-state-info): New function. | |
1328 (vc-dired-state-info): Dispatch to backends. | |
1329 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics. | |
1330 | |
1331 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved | |
1332 from vc.el and renamed. | |
1333 | |
1334 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1335 | |
1336 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p) | |
1337 (vc-version-other-window, vc-backend-assign-name): Removed | |
1338 references to vc-latest-version; sometimes changed into | |
1339 vc-workfile-version. | |
1340 | |
1341 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to | |
1342 vc-rcs-master-workfile-version. | |
1343 (vc-rcs-workfile-version): Use the above. Don't call | |
1344 vc-latest-version (that was unreachable code, anyway). | |
1345 (vc-rcs-fetch-master-properties): Doc fix. | |
1346 | |
1347 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed. | |
1348 (vc-backend-hook-functions): Removed them from this list, too. | |
1349 (vc-fetch-properties): Removed. | |
1350 (vc-workfile-version): Doc fix. | |
1351 | |
1352 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function. | |
1353 (vc-rcs-workfile-version, vc-rcs-locking-user) | |
1354 (vc-rcs-uses-locking): Use it. | |
1355 | |
1356 * vc-hooks.el (vc-consult-rcs-headers): | |
1357 Moved into vc-rcs-hooks.el, under the name | |
1358 vc-rcs-consult-headers. | |
1359 | |
1360 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS | |
1361 headers. | |
1362 (vc-cvs-find-master): Use this name only; correct different | |
1363 versions of the name. | |
1364 | |
1365 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user): | |
1366 New functions. | |
1367 (vc-sccs-locking-user): Use the latter. | |
1368 | |
1369 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user): | |
1370 New functions. | |
1371 | |
1372 * vc-hooks.el (vc-master-locks, vc-master-locking-user): | |
1373 Moved into both | |
1374 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access | |
1375 functions are implementation details of those two backends. | |
1376 | |
1377 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1378 | |
1379 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties) | |
1380 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks. | |
1381 | |
1382 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties) | |
1383 (vc-sccs-parse-locks): SCCS-specific code moved here from | |
1384 vc-hooks. | |
1385 | |
1386 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific | |
1387 code moved here from vc-hooks. | |
1388 | |
1389 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split | |
1390 into back-end specific parts and removed. Callers not updated | |
1391 yet; because I guess these callers will disappear into back-end | |
1392 specific files anyway. | |
1393 | |
1394 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1395 | |
1396 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge) | |
1397 (vc-backend-checkout): Changed calls to `vc-checkout-model' to | |
1398 `vc-uses-locking'. | |
1399 | |
1400 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking. | |
1401 Store yes/no in the property, and return t/nil. Updated all | |
1402 callers. | |
1403 | |
1404 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to | |
1405 vc-sccs-uses-locking. Don't set property. | |
1406 (vc-sccs-locking-user): Don't set property. | |
1407 | |
1408 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to | |
1409 vc-cvs-uses-locking. Don't set property here; leave that to | |
1410 vc-hooks. | |
1411 (vc-cvs-locking-user): Reflect above change. Streamlined. | |
1412 | |
1413 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to | |
1414 vc-rcs-uses-locking. | |
1415 (vc-rcs-locking-user): Reflect above change. | |
1416 | |
1417 2000-09-04 Dave Love <fx@gnu.org> | |
1418 | |
1419 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function. | |
1420 | |
1421 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function. | |
1422 | |
1423 * vc-hooks.el (vc-checkout-model): Punt to backends. | |
1424 | |
1425 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function. | |
1426 | |
1427 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status. | |
1428 | |
1429 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user): | |
1430 New functions. | |
1431 | |
1432 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user): | |
1433 New functions. | |
1434 | |
1435 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix. | |
1436 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions. | |
1437 | |
1438 * vc-hooks.el (vc-default-locking-user): New function. | |
1439 (vc-locking-user, vc-workfile-version): Punt to backends. | |
1440 | |
1441 2000-09-04 Dave Love <fx@gnu.org> | |
1442 | |
1443 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff) | |
1444 (vc-master-workfile-version): Moved from vc-hooks. | |
1445 | |
1446 * vc-rcs-hooks.el: Fix duplicate code in last change. | |
1447 | |
1448 * vc-rcs-hooks.el: Require vc-hooks when compiling. | |
1449 (vc-rcs-master-templates): Improve :type. | |
1450 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff, | |
1451 vc-master-workfile-version): Moved from vc-hooks. | |
1452 | |
1453 * vc-sccs-hooks.el: Require vc-hooks when compiling. | |
1454 (vc-sccs-master-templates): Improve :type. | |
1455 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file. | |
1456 | |
1457 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed. | |
1458 | |
1459 * vc-cvs-hooks.el: Require vc-hooks when compiling. | |
1460 (vc-cvs-master-templates): Improve :type. Use | |
1461 vc-cvs-find-cvs-master. | |
1462 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here | |
1463 from vc-hooks. | |
1464 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master. | |
1465 | |
1466 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): | |
1467 Moved to vc-cvs-hooks. | |
1468 | |
1469 * vc-hooks.el: Add doc strings in various places. Simplify the | |
1470 minor mode setup. | |
1471 (vc-handled-backends): New user variable. | |
1472 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor | |
1473 simplification. | |
1474 | |
1475 2000-09-04 Dave Love <fx@gnu.org> | |
1476 | |
1477 * vc.el: Some doc fixes for autoloaded and interactive functions. | |
1478 Fix compilation warnings from ediff stuff. | |
1479 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix. | |
1480 | |
1481 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version. | |
1482 | |
1483 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version. | |
1484 | |
1485 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version. | |
1486 | |
1487 2000-09-04 Dave Love <fx@gnu.org> | |
1488 | |
1489 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions): | |
1490 New variable. | |
1491 (vc-make-backend-function, vc-loadup, vc-call-backend) | |
1492 (vc-backend-defines): New functions. | |
1493 | |
1494 * vc-hooks.el: Various doc fixes. | |
1495 (vc-default-back-end, vc-follow-symlinks): Custom fix. | |
1496 (vc-match-substring): Function removed. Callers changed to use | |
1497 match-string. | |
1498 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook): | |
1499 Simplify. | |
1500 | |
1501 2000-09-04 Dave Love <fx@gnu.org> | |
1502 | |
1503 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom | |
1504 type. | |
1505 (vc-sccs-project-dir, vc-search-sccs-project-dir) | |
1506 (vc-sccs-registered): Doc fix. | |
1507 | |
1508 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type. | |
1509 (vc-cvs-registered): Doc fix. | |
1510 | |
1511 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type. | |
1512 (vc-rcs-registered): Doc fix. | |
1513 | |
1514 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1515 | |
1516 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file. | |
1517 | |
1518 * vc-hooks.el: vc-registered has been renamed | |
1519 vc-default-registered. Some functions have been moved to the | |
1520 backend specific files. they all support the | |
1521 vc-BACKEND-registered functions. | |
1522 | |
1523 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1524 | |
1525 * vc-hooks.el: This is 1.113 from the emacs sources | |
1526 | |
1527 * vc.el: This is 1.244 from the emacs sources | |
1528 | |
31363 | 1529 2000-09-04 Dave Love <fx@gnu.org> |
1530 | |
1531 * wid-edit.el (widget-sexp-validate): Fix garbled code. | |
1532 | |
1533 * custom.el (custom-set-variables): Print message about errors in | |
1534 setting. | |
1535 | |
31359 | 1536 2000-09-03 Andrew Innes <andrewi@gnu.org> |
1537 | |
1538 * makefile.w32-in: Change to DOS line endings. | |
1539 | |
31330 | 1540 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
1541 | |
1542 * mouse.el (mouse-popup-menubar): Supply the prompt string for | |
1543 minor-mode keymaps, if they don't have one. | |
1544 | |
31328 | 1545 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
1546 | |
1547 * eshell/esh-module.el (eval-when-compile): Don't lose if | |
1548 esh-module.el's file name is truncated to DOS 8+3 limits. | |
1549 | |
31326 | 1550 2000-09-01 John Wiegley <johnw@gnu.org> |
1551 | |
1552 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing | |
1553 predicate, which caused entries in the completion list to be | |
1554 doubled. | |
1555 | |
1556 2000-08-30 John Wiegley <johnw@gnu.org> | |
1557 | |
1558 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct | |
1559 sending to subprocesses. Also, hook pre-command-hook if | |
1560 `eshell-send-direct-to-subprocesses' is non-nil. | |
1561 (eshell-send-direct-to-subprocesses): New config variable. If t, | |
1562 subprocess input is send immediately. | |
1563 (eshell-toggle-direct-send): New function. | |
1564 (eshell-self-insert-command): New function. | |
1565 (eshell-intercept-commands): New function. | |
1566 (eshell-send-input): If direct subprocess sending is enabled, | |
1567 don't echo any input to the Eshell buffer. Let the subprocess | |
1568 handle that. This requires "stty echo" in bash, for example. | |
1569 | |
1570 2000-08-28 John Wiegley <johnw@gnu.org> | |
1571 | |
1572 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added | |
1573 completion function for Eshell's implementation of `unset'. | |
1574 | |
31325 | 1575 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
1576 | |
1577 * info.el (Info-directory-list): Doc fix. | |
1578 | |
31314
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
1579 2000-08-31 Peter Breton <pbreton@ne.mediaone.net> |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
1580 |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
1581 * filecache.el (file-cache-add-directory-using-find): Don't quote |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
1582 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>. |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
1583 |
31305 | 1584 2000-08-31 Kenichi Handa <handa@etl.go.jp> |
1585 | |
1586 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect | |
1587 coding systems. | |
1588 | |
31291 | 1589 2000-08-30 Andrew Innes <andrewi@gnu.org> |
1590 | |
1591 * timer.el (run-with-idle-timer): Undo last change, so that timer | |
1592 is not activated immediately if Emacs is already idle. Some | |
1593 existing code relies on this behaviour. | |
1594 | |
31289 | 1595 2000-08-30 Miles Bader <miles@gnu.org> |
1596 | |
1597 * frame.el (set-frame-font): Do completion of font-name for | |
1598 interactive use. | |
1599 | |
31283 | 1600 2000-08-30 Kenichi Handa <handa@etl.go.jp> |
1601 | |
1602 * international/quail.el (quail-start-translation): Bind locally | |
1603 last-command-event, last-command, and this-command. | |
1604 (quail-start-conversion): Likewise. | |
31285 | 1605 (quail-self-insert-command): Fix docstring. |
31283 | 1606 |
31282 | 1607 2000-08-29 Gerd Moellmann <gerd@gnu.org> |
1608 | |
1609 * progmodes/executable.el | |
1610 (executable-make-buffer-file-executable-if-script-p): Check that | |
1611 buffer contains at least 2 characters. | |
1612 | |
31276 | 1613 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il> |
1614 | |
1615 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix. | |
1616 | |
31264 | 1617 2000-08-29 Dave Love <fx@gnu.org> |
1618 | |
31270 | 1619 * diff-mode.el (diff-mode) <defgroup>: Add :version. |
1620 (diff-mode-shared-map): Bind mouse-2. | |
1621 (diff-imenu-generic-expression): New variable. | |
1622 (diff-mode): Use it. | |
1623 | |
31264 | 1624 * mouse.el (mouse-major-mode-menu): Use local-key-binding. |
1625 (mouse-popup-menubar): Add minor mode menus. | |
1626 (popup-menu): Check for lookup-key returning number. | |
1627 | |
31263 | 1628 2000-08-29 Miles Bader <miles@gnu.org> |
1629 | |
1630 * comint.el (comint-send-input): Create overlays using the proper | |
1631 front/read-advance arguments. | |
1632 | |
31254 | 1633 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1634 | |
1635 * ps-print.el: Even/odd pages printing. Doc fix. | |
1636 (ps-print-version): New version number (6.0). | |
1637 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image) | |
1638 (ps-background, ps-begin-file, ps-begin-job): Code fix. | |
1639 (ps-print-duplex-feature): Variable eliminated. | |
1640 (ps-even-or-odd-pages): New variable. | |
1641 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
1642 * progmodes/ebnf2ps.el: Doc fix. |
31256 | 1643 (ebnf-version): New version (3.3). |
1644 (ebnf-user-arrow): Change variable customization to sexp. | |
1645 (ebnf-user-arrow): Function eliminated. | |
1646 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix. | |
1647 | |
31242 | 1648 2000-08-29 Kenichi Handa <handa@etl.go.jp> |
1649 | |
31244 | 1650 * help.el (help-xref-mule-regexp): New variable. |
31242 | 1651 (help-make-xrefs): Handle help-xref-mule-regexp. |
1652 | |
1653 * international/mule-cmds.el (help-xref-mule-regexp-template): New | |
1654 variable. | |
1655 (describe-input-method): Temporarily activate the specfied input | |
1656 method to display the information. | |
1657 (describe-language-environment): Hyperlinks to mule related items. | |
1658 | |
1659 * international/mule-diag.el (charset-multibyte-form-string): New | |
1660 function. | |
1661 (list-character-sets-1): Use charset-multibyte-form-string. | |
1662 (describe-character-set): New function. | |
1663 (describe-coding-system): Hyperlinks to safe character sets. | |
1664 | |
1665 * international/quail.el (quail-help): New arg PACKAGE. | |
1666 Hyperlinks to mule related items. | |
1667 (quail-help-insert-keymap-description): Use | |
1668 substitute-command-keys instead of describe-bindings. | |
1669 (quail-translation-help): Hyperlinks to mule related items. | |
1670 | |
31240 | 1671 2000-08-28 John Wiegley <johnw@gnu.org> |
1672 | |
31241 | 1673 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to |
1674 have a defsubst call itself. Made `eshell-flatten-list' back into | |
1675 a function again. | |
1676 | |
31240 | 1677 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety |
1678 catch, in case re-centering point at bottom messes up the display. | |
1679 This happens frequently in Emacs 21, due I believe to variable | |
1680 line heights. | |
1681 | |
1682 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order | |
1683 to call `find-tag-interactive'. | |
1684 | |
1685 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display | |
1686 the list of remember directories. | |
1687 | |
31239 | 1688 2000-08-28 John Wiegley <johnw@gnu.org> |
1689 | |
1690 * align.el: Test align-region-separate to see if it's a symbol. | |
1691 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1692 2000-08-28 John Wiegley <johnw@gnu.org> |
31239 | 1693 |
1694 * eshell/esh-util.el (eshell-flatten-list): Made this function | |
1695 into a defsubst form. It gets used very frequently, although | |
1696 calls don't occur all that often. | |
1697 | |
1698 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before | |
1699 examining it. | |
1700 | |
1701 * eshell/esh-cmd.el (eshell-rewrite-while-command): | |
1702 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of | |
1703 `eshell-protect'. | |
1704 (eshell-copy-handles): Created a new macro for duplicating the | |
1705 current set of open handles. This is needed by the looping | |
1706 functions. | |
1707 (eshell-do-eval): Fixed while and if, so that the eshell-test-body | |
1708 is not incorrectly stomped on. | |
1709 | |
1710 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror | |
1711 declaration for pcomplete-use-paring. | |
1712 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the | |
1713 value of eshell-cmpl-use-paring. | |
1714 * pcomplete.el (pcomplete-use-paring): New config variable, to | |
1715 indicate whether paring should be used. | |
1716 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out | |
1717 completion alternatives that have already been used. | |
1718 | |
1719 * eshell/esh-mode.el (eshell-repeat-argument): Added function, | |
1720 bound to C-c C-y, which will repeat the previous N arguments | |
1721 (based on prefix argument). | |
1722 (eshell-mode): Bind C-c C-y to eshell-repeat-argument. | |
1723 | |
1724 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer | |
1725 if there is no *Help* buffer. This is for XEmacs, which renames | |
1726 its help buffers uniquely. TODO: Find out what the current buffer | |
1727 name to delete is. | |
1728 | |
1729 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the | |
1730 first entry that correlates to a passwd/group number. Later | |
1731 entries (used for group/user name aliasing to multiple IDs) are | |
1732 ignored. | |
1733 | |
1734 * eshell/em-xtra.el (eshell/expr): | |
1735 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make) | |
1736 (eshell-grep, eshell/diff, eshell/locate): | |
1737 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the | |
1738 argument list, before passing it to the system command. | |
1739 | |
1740 * eshell/esh-mode.el (eshell-find-tag): Added a special version of | |
1741 `find-tag' for use at final position in Eshell buffers (which | |
1742 otherwise triggers an error on Emacs 21). | |
1743 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell | |
1744 buffer, if it is currently bound to `find-tag'. | |
1745 | |
1746 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile | |
1747 in the list of matched Makefile names. | |
1748 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current | |
1749 directory, prefer its contents to Makefile. | |
1750 | |
1751 * eshell/em-dirs.el (eshell/cd): cd commands that look up | |
1752 directory parts (like "cd old new", or "cd =regexp"), are now case | |
1753 sensitive on non-Windows/DOS platforms. | |
1754 | |
1755 * eshell/esh-mode.el (eshell-parse-command-input): When a user | |
1756 types RET after an open delimiter (like "), display a message | |
1757 indicating that Eshell is waiting for the closing delimiter. | |
1758 | |
1759 * eshell/esh-var.el (eshell/unset): Added a command for unsetting | |
1760 environment variables. | |
1761 | |
1762 * eshell/em-unix.el (eshell/diff): Added logic to fail more | |
1763 gracefully if the user enters incorrect arguments. | |
1764 | |
1765 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in | |
1766 Eshell buffers. | |
1767 | |
1768 * eshell/esh-var.el (eshell-interpolate-variable): | |
1769 * eshell/esh-mode.el (eshell-move-argument): | |
1770 * eshell/em-unix.el (eshell-du-sum-directory): | |
1771 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): | |
1772 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of | |
1773 (not (= ...)). | |
1774 | |
1775 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply', | |
1776 to ensure the `preserve' flag gets propagated when doing recursive | |
1777 directory copies. | |
1778 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1779 2000-08-28 Stefan Monnier <monnier@cs.yale.edu> |
31239 | 1780 |
1781 * eshell/em-hist.el (eshell-put-history, eshell-get-history): | |
1782 Don't convert \n into \0177 in memory. | |
1783 (eshell-read-history, eshell-write-history): Convert \n to \0177, | |
1784 and back again, when reading and writing. | |
1785 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1786 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il> |
31239 | 1787 |
1788 * eshell/esh-util.el (eshell-processp): Added to relieve constant | |
1789 testing of `fboundp' on `processp'. | |
1790 | |
1791 * eshell/esh-proc.el (eshell/kill): Use eshell-processp. | |
1792 (eshell/jobs): Don't call process-list if it is not bound. | |
1793 (eshell-gather-process-output): Support systems where async | |
1794 subprocesses aren't supported. | |
1795 (eshell-scratch-buffer, eshell-last-sync-output-start): New | |
1796 variables. | |
1797 | |
1798 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when | |
1799 eshell-do-eval returns t. | |
1800 (eshell-do-pipelines-synchronously): New defmacro. | |
1801 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines | |
1802 when async subprocesses aren't supported. | |
1803 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer | |
1804 if async subprocesses aren't supported. | |
1805 (eshell-resume-command): Don't assume STATUS is a string. | |
1806 | |
1807 * eshell/em-unix.el (eshell/rm): Use eshell-processp. | |
1808 | |
1809 * eshell/esh-io.el (eshell-virtual-targets): Doc fix. | |
1810 (eshell-close-target, eshell-get-target): Use eshell-processp. | |
1811 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc | |
1812 fix. | |
1813 (eshell-get-target, eshell-create-handles): Doc fix. | |
1814 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1815 2000-08-28 Miles Bader <miles@lsi.nec.co.jp> |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1816 |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1817 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the |
31239 | 1818 criterion to include commands that output something, as long as it |
1819 leaves both the command and the end-of-buffer visible when the | |
1820 command has exited. | |
1821 (eshell-review-quick-commands): Adjust the help doc string | |
1822 accordingly. | |
1823 | |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1824 2000-08-28 Peter Breton <pbreton@ne.mediaone.net> |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1825 |
31238
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
1826 * locate.el (locate): Cleaned up locate command's interactive prompting |
31242 | 1827 Thanks to Fran,Ag(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions. |
31238
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
1828 |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1829 * filecache.el (file-cache-case-fold-search): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1830 (file-cache-assoc-function): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1831 (file-cache-minibuffer-complete): Use file-cache-assoc-function. |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1832 Use file-cache-case-fold-search variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1833 (file-cache-add-file): Use file-cache-assoc-function |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1834 (file-cache-delete-file): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1835 (file-cache-directory-name): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1836 (file-cache-debug-read-from-minibuffer): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1837 |
31231 | 1838 2000-08-28 Gerd Moellmann <gerd@gnu.org> |
1839 | |
1840 * abbrev.el (list-abbrevs): Add optional parameter LOCAL. | |
1841 (abbrev-table-name): New function. | |
1842 (prepare-abbrev-list-buffer): Add optional parameter LOCAL. | |
1843 If non-nil list local abbrev, only. | |
1844 | |
31229 | 1845 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu> |
1846 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1847 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*" |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1848 from Gnus support code, and use special article copy buffer |
31229 | 1849 `(gnus-original-article-buffer)' instead. This allows to get rid |
1850 of article-hide-headers usage (which breaks in the latest Gnus | |
1851 version). Thanks to Detlev Zundel. | |
1852 | |
31216 | 1853 2000-08-28 Kenichi Handa <handa@etl.go.jp> |
1854 | |
1855 * international/quail.el (quail-use-package): Hide "... loaded" | |
1856 message. | |
1857 (quail-start-translation, quail-start-conversion): Likewise. | |
1858 | |
1859 * international/kkc.el (kkc-region): Hide "... loaded" message. | |
1860 | |
31212 | 1861 2000-08-27 Dave Love <fx@gnu.org> |
1862 | |
1863 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg. | |
1864 | |
31198 | 1865 2000-08-27 Miles Bader <miles@gnu.org> |
1866 | |
1867 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts. | |
1868 | |
31195 | 1869 2000-08-27 Kenichi Handa <handa@etl.go.jp> |
1870 | |
1871 * international/ja-dic-cnv.el (skkdic-convert): Insert (require | |
1872 'ja-dic-cnv), not (require 'skkdic-cnv). | |
1873 | |
31180 | 1874 2000-08-26 Miles Bader <miles@gnu.org> |
1875 | |
31194 | 1876 * faces.el (face-x-resources): Add entry for :inherit. |
1877 * cus-face.el (custom-face-attributes): Add support for :inherit | |
1878 attribute. Add support for relative face heights. | |
1879 (custom-face-attributes-get): Treat `nil' as being a default value | |
1880 for :inherit (as well as `unspecified'). | |
1881 | |
31191 | 1882 * faces.el (set-face-attribute): Update doc string. |
1883 (face-attribute-name-alist): Add :inherit. | |
1884 (face-valid-attribute-values): Handle :inherit. | |
1885 (face-read-string): Rephrase prompt to be less confusing. | |
1886 Assume that DEFAULT is a string, since we must return a string. | |
1887 (face-read-integer): Use `format' to turn DEFAULT into an | |
1888 acceptable default for face-read-string. Match NEW-VALUE against | |
1889 the string "unspecified", not the symbol `unspecified', since | |
1890 that's what face-read-string returns. | |
1891 (read-face-attribute): Lookup a name for old-value in valid, and | |
1892 use it as a default if we find one. Treat all values from | |
1893 face-read-string as strings. If the default is used, don't do any | |
1894 more processing on the value, just use the old value directly. | |
1895 (read-face-and-attribute, modify-face): Tweak prompt. | |
1896 (read-face-name): Don't assume prompt ends with a space. | |
1897 | |
31180 | 1898 * faces.el (describe-face): Add support for :inherit attribute. |
1899 | |
31166 | 1900 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
1901 | |
31167 | 1902 * terminal.el (terminal-emulator): Fix args to `concat'. Now |
1903 concat doesn't accept interger. | |
1904 | |
31166 | 1905 * international/kkc.el: Remove SKK from Keywords. Require |
1906 ja-dic-utl instead of skkdic-utl. | |
1907 | |
1908 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. | |
1909 Provide ja-dic-cnv instead of skkdic-cnv. | |
1910 (ja-dic-filename): Renamed from skkdic-filename. Referers changed | |
1911 (iso-2022-7bit-short): Add safe-charsets property. | |
1912 (skkdic-convert-postfix): Search Japanese chou-on character in | |
1913 addition to Hiragana character. | |
1914 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. | |
1915 (skkdic-convert): Change file names from skkdic.el to ja-dic.el | |
1916 (batch-skkdic-convert): Likewise. | |
1917 | |
1918 * international/ja-dic-utl.el: Renamed from skkdic-utl.el. | |
1919 Provide ja-dic-utl instead of skkdic-utl. | |
1920 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic. | |
1921 | |
31156 | 1922 2000-08-24 Dave Love <fx@gnu.org> |
1923 | |
31158 | 1924 * disp-table.el (standard-display-default): Make the test of `l' |
1925 useful. | |
1926 | |
31156 | 1927 * language/european.el ("Latin-8", "Latin-9"): Add input methods, |
1928 mod sample text. | |
1929 | |
1930 * international/iso-ascii.el: Make pilcrow convenient string | |
1931 consistent with section. | |
1932 (iso-ascii-display): Set up multibyte characters as well as | |
1933 unibyte. | |
1934 | |
31137 | 1935 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
1936 | |
1937 * international/mule-cmds.el (reset-language-environment): Set | |
1938 default-process-coding-system to '(undecided . iso-latin-1), which | |
1939 makes process I/O almost consistent with file I/O. Call this | |
1940 function when mule-cmds.el[c] is loaded. | |
1941 | |
31092 | 1942 2000-08-22 Andrew Innes <andrewi@gnu.org> |
1943 | |
1944 * makefile.w32-in: New file. | |
1945 | |
31038 | 1946 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
1947 | |
1948 * comint.el (comint-output-filter): Compare end of | |
1949 comint-last-output-overlay with the start of the newly inserted | |
1950 text, not the end, when deciding whether to extend it. | |
1951 Set saved-point's insertion type to advance after insertion. | |
1952 | |
1953 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
1954 since this is now done independently of font-lock mode. | |
1955 | |
31009 | 1956 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
1957 | |
1958 * server.el (server-kill-new-buffers): New user option. | |
1959 (server-existing-buffer): New buffer-local variable. | |
1960 (server-visit-files): When using an existing buffer, set | |
1961 server-existing-buffer to t. | |
1962 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
1963 buffer, unless it was already present before visiting it with | |
1964 Emacs server. | |
1965 | |
31006 | 1966 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
1967 | |
1968 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
1969 even if the display doesn't support colors: some displays will | |
1970 support bold/underline faces. | |
1971 | |
30997 | 1972 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
1973 | |
31004 | 1974 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
1975 | |
30997 | 1976 * startup.el (command-line): If user's init file had an error, |
1977 add explanatory text to *Messages*. | |
1978 | |
30994 | 1979 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
1980 | |
1981 * man.el (Man-getpage-in-background): Decode the process output by | |
1982 the system locale coding system. | |
1983 | |
30980 | 1984 2000-08-20 Dave Love <fx@gnu.org> |
1985 | |
30991 | 1986 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
1987 Don't test x-popup-menu. | |
1988 (function) <complete-function>: Complete only fbound symbols. | |
1989 <validate, value>: New. | |
1990 (variable) <complete-function>: Complete only bound symbols. | |
1991 (coding-system): Add :base-only, :complete-function, :validate, | |
1992 :value, :prompt-match. | |
1993 (widget-coding-system-prompt-value): Use read-coding-system and | |
1994 act on :base-only. | |
1995 (editable-field): Add :help-echo. | |
1996 (widget-push-button-gui, widget-push-button-cache) | |
1997 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
1998 with uses. | |
1999 (widget-at): Make arg optional. | |
2000 (widget-echo-help): Adjust for current help-echo calling sequence. | |
2001 (widget-specify-field, widget-specify-button) | |
2002 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
2003 (widget-convert, widget-insert, widget-leave-text) | |
2004 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
2005 (widget-setup, widget-field-find, widget-before-change) | |
2006 (widget-after-change, widget-default-complete) | |
2007 (widget-default-create, widget-default-delete) | |
2008 (widget-push-button-value-create, editable-field) | |
2009 (widget-field-prompt-value, widget-field-validate) | |
2010 (widget-choice-value-create, widget-choice-action) | |
2011 (widget-choice-validate, widget-checklist-add-item) | |
2012 (widget-radio-add-item, widget-radio-chosen) | |
2013 (widget-radio-value-inline, widget-editable-list-value-create) | |
2014 (widget-editable-list-entry-create) | |
2015 (widget-documentation-link-add) | |
2016 (widget-documentation-string-value-create) | |
2017 (widget-regexp-validate, widget-file-complete) | |
2018 (widget-sexp-validate, widget-plist-convert-widget) | |
2019 (widget-plist-convert-widget, widget-alist-convert-widget) | |
2020 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
2021 particularly to avoid bindings which aren't optimized out. | |
2022 | |
30980 | 2023 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
2024 Doc fix. | |
2025 (down-list, backward-up-list, up-list, kill-sexp) | |
2026 (backward-kill-sexp, mark-sexp): Make arg optional. | |
2027 (lisp-complete-symbol): Add optional arg PREDICATE. | |
2028 | |
2029 * cus-start.el: Add display-buffer-reuse-frames, | |
2030 file-coding-system-alist. | |
2031 | |
30975 | 2032 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
2033 | |
2034 * startup.el (command-line): Clear realized faces after | |
2035 modifying TTY color mappings. | |
2036 | |
30972 | 2037 2000-08-20 Miles Bader <miles@gnu.org> |
2038 | |
2039 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
2040 merely a subset of FACE's attributes. | |
2041 | |
30966 | 2042 2000-08-19 Miles Bader <miles@gnu.org> |
2043 | |
2044 * comint.el (comint-output-filter): Save the point with a marker, | |
2045 not just a buffer position. | |
2046 | |
2047 * international/mule.el (set-buffer-process-coding-system): Make | |
2048 interactive prompt less confusing. | |
2049 | |
30963 | 2050 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
2051 | |
2052 * hilit-chg.el: General cleanup of doc strings, comments and | |
2053 code formatting. | |
2054 | |
30960 | 2055 2000-08-19 Miles Bader <miles@gnu.org> |
2056 | |
2057 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
2058 Compiler macro removed; beginning-of-line is no longer always | |
2059 equivalent to forward-line, in the presence of fields. | |
2060 | |
2061 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
2062 restriction, and just use save-restriction, now that it works | |
2063 correctly. Don't adjust comint-last-input-start to account for | |
2064 our insertion; it shouldn't have moved because we don't use | |
2065 insert-before-markers anymore. Comment out call to | |
2066 `force-mode-line-update'; why is it here? | |
2067 | |
2068 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
2069 while checking for prompt to delete. Use `forward-line 0' | |
2070 instead of beginning-of-line. | |
2071 (gud-filter): Temporarily widen gud comint buffer while | |
2072 examining output. | |
2073 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
2074 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
2075 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
2076 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
2077 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
2078 * 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
|
2079 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
|
2080 |
30953 | 2081 2000-08-18 Dave Love <fx@gnu.org> |
2082 | |
2083 * image.el (find-image): Copy `spec' before using plist-put. | |
2084 | |
30948 | 2085 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
2086 | |
2087 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
2088 `portugues'. | |
2089 | |
2090 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
2091 backward-kill-sexp, analogous to kill-sexp. | |
2092 | |
2093 * progmodes/icon.el (icon-indent-line) | |
2094 (icon-is-continuation-line): Handle comments specially. | |
2095 | |
2096 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
2097 | |
2098 * ispell.el: Set to standard author/maintainer/keyword fields. | |
2099 Fine tuning to menu map appearance and operation, and added help. | |
2100 Remove `start' and `end' error messages when compiling. | |
2101 (ispell-choices-win-default-height): Fixed comment string. | |
2102 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
2103 castellano8 dictionaries. | |
2104 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
2105 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
2106 dictionary, added italiano dictionary. | |
2107 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
2108 word character | |
2109 (ispell-tex-skip-alists): Added psfig support. | |
2110 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
2111 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
2112 (ispell-minor-check): Improved html skipping support to skip across | |
2113 code, and recognize `&' commands without propper `;' syntax; | |
2114 (ispell-process-line): Fix alignment error when manually | |
2115 correcting spelling. | |
2116 (ispell): Fix comment string. | |
2117 (ispell-add-per-file-word-list): Always put word list on new line. | |
2118 | |
30922 | 2119 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
2120 | |
30928 | 2121 * format.el (format-encode-run-method): Fix error message to say |
2122 `encode' instead of `decode'. Use save-window-excursion around | |
2123 shell-command-on-region as in format-decode-run-method because | |
2124 shell-command-on-region can display a buffer with error output. | |
2125 (format-decode): Don't record undo information for the decoding. | |
2126 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
2127 that number part of the temporary buffer name so that more than | |
2128 one decoding using a temporary buffer can happen safely. | |
2129 | |
2130 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
2131 of `A-z' in the regexp. | |
2132 | |
2133 * hilit-chg.el: Fix typos in commentary. | |
2134 | |
30922 | 2135 * help.el (view-emacs-news): Rewritten for new naming scheme |
2136 for old NEWS files. | |
2137 | |
2138 * startup.el (command-line): Pop to *Messages* in case an error | |
2139 is signaled while loading user-init-file. | |
2140 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
2141 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
2142 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
2143 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
2144 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
2145 |
30906 | 2146 2000-08-17 Alex Schroeder <alex@gnu.org> |
2147 | |
2148 * sql.el (sql-magic-go): Use comint-bol. | |
2149 (sql-copy-column): Use comint-line-beginning-position. | |
2150 (comint-line-beginning-position): Define a replacement for | |
2151 comint-line-beginning-position if it is not fboundp. | |
2152 | |
2153 2000-08-17 Alex Schroeder <alex@gnu.org> | |
2154 | |
2155 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
2156 it didn't have any effect anyway. | |
2157 | |
2158 2000-08-17 Alex Schroeder <alex@gnu.org> | |
2159 | |
2160 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
2161 --pset and pager=off instead of sending \\o|cat at the beginning | |
2162 of the session. | |
2163 | |
30903 | 2164 2000-08-17 Miles Bader <miles@gnu.org> |
2165 | |
2166 * progmodes/octave-inf.el: Add compatibility definition of | |
2167 comint-line-beginning-position. | |
2168 | |
30898 | 2169 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
2170 | |
2171 * startup.el (normal-top-level): Look in each dir in load-path for | |
2172 a leim-list.el file too. This assures of loading leim-list.el | |
2173 that is created at Emacs installation time even if a user have his | |
2174 own leim-list.el. | |
2175 | |
30897 | 2176 2000-08-17 Miles Bader <miles@gnu.org> |
2177 | |
2178 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
2179 foreground color to black if the background is dark. | |
2180 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2181 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2182 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2183 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2184 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2185 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2186 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2187 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2188 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2189 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2190 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2191 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
2192 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2193 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2194 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2195 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2196 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2197 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2198 * 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
|
2199 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2200 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2201 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2202 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2203 * 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
|
2204 (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
|
2205 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2206 (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
|
2207 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2208 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2209 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2210 (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
|
2211 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2212 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2213 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2214 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2215 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2216 (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
|
2217 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2218 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2219 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2220 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2221 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2222 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2223 * 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
|
2224 |
30870 | 2225 2000-08-16 Dave Love <fx@gnu.org> |
2226 | |
30894 | 2227 * windmove.el (windmove) <defgroup>: Add :version. |
2228 | |
2229 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
2230 (goto-address-fontify-p, goto-address-highlight-p) | |
2231 (goto-address-url-face, goto-address-url-mouse-face) | |
2232 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
2233 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
2234 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
2235 (goto-address-at-point): browse-url-url-at-point, | |
2236 goto-address-find-address-at-point can return nil. | |
2237 (goto-address-find-address-at-point): Return nil on failure. | |
2238 | |
2239 * align.el (align) <defgroup>: Add :version. | |
2240 | |
2241 * calculator.el (calculator): Add :version. | |
2242 (calculator): Use two lines for calculator window if `modeline' | |
2243 face is boxed. | |
2244 | |
30870 | 2245 * play/5x5.el: Doc fixes. |
2246 (5x5) <defgroup>: Add :version. | |
2247 | |
2248 * play/fortune.el (fortune) <defgroup>: Add :version. | |
2249 (fortune-append): Fix error message. | |
2250 (fortune-from-region): Doc fix. | |
2251 | |
2252 * play/pong.el (pong): Doc fix. | |
2253 | |
2254 * play/morse.el: Keywords, commentary, autoloads. | |
2255 | |
30854 | 2256 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
2257 | |
2258 * desktop.el (desktop-save): Don't look at symbol-value of a | |
2259 member of minor-mode-alist, unless it is boundp. | |
2260 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2261 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
|
2262 |
30897 | 2263 * 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
|
2264 `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
|
2265 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
|
2266 |
30846 | 2267 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
2268 | |
2269 * international/ccl.el (declare-ccl-program): Docstring modified. | |
2270 (ccl-execute-with-args): Likewise. | |
2271 | |
30839 | 2272 2000-08-16 Miles Bader <miles@gnu.org> |
2273 | |
30903 | 2274 * progmodes/sql.el: Add compatibility definition of |
30839 | 2275 comint-line-beginning-position. |
2276 | |
30808 | 2277 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
2278 | |
30829 | 2279 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
2280 'buffer-menu' property. | |
2281 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
2282 fails. | |
2283 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
2284 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
2285 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2286 |
30825 | 2287 * buff-menu.el (list-buffers-noselect): Don't display the |
2288 *Buffer List* buffer. | |
2289 | |
30822 | 2290 * font-lock.el: Require jit-lock to prevent a very late |
2291 `Loading jit-lock' message. | |
2292 | |
30808 | 2293 * 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
|
2294 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 2295 mail address. |
2296 | |
30804 | 2297 2000-08-15 Miles Bader <miles@gnu.org> |
2298 | |
2299 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
2300 (ispell-choices-win-default-height, ispell-help): Use | |
2301 `ispell-graphic-p' instead of `xemacsp'. | |
2302 | |
30802 | 2303 2000-08-15 Dave Love <fx@gnu.org> |
2304 | |
30842 | 2305 * simple.el: Autoload widget-convert when compiling. |
2306 (mail-user-agent): Doc fix. | |
2307 | |
2308 * help.el (function-called-at-point, variable-at-point): Use | |
2309 with-syntax-table. | |
2310 (help-manyarg-func-alist): Add insert-and-inherit. | |
2311 | |
2312 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
2313 | |
2314 * delsel.el (delsel-unload-hook): New function. | |
2315 | |
2316 * find-file.el: Doc fixes. Move provide to end. | |
2317 (ff) <defgroup>: Add :link. | |
2318 (ff-goto-click): Deleted. | |
2319 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
2320 Use mouse-set-point. | |
2321 | |
2322 * textmodes/tildify.el: Doc fixes. | |
2323 (tildify) <defgroup>: Add:version. | |
2324 | |
2325 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
2326 (glasses-custom-set): Use set-default, not set. | |
2327 (minor-mode-alist): Propertize the lighter. | |
2328 (glasses-mode): Provide optional arg. | |
2329 | |
30813 | 2330 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
2331 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
2332 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
2333 option. Provide :type. | |
2334 (cwarn-configuration): Provide :type. | |
2335 (cwarn-mode): Doc fix. | |
2336 | |
2337 * add-log.el (change-log-merge): Doc fix. | |
2338 (change-log-redate): New command. | |
2339 | |
30802 | 2340 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
2341 Doze and Dog. | |
2342 (browse-url): Use dolist, not mapcar. | |
2343 (browse-url-at-point): Check for null url. | |
2344 (browse-url-event-buffer, browse-url-event-point): Functions | |
2345 deleted. | |
2346 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
2347 | |
2348 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
2349 modes. | |
2350 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
2351 Fix previous change to mapcan. | |
2352 (msb--init-file-alist, msb--add-separators) | |
2353 (msb--make-keymap-menu): Simplify. | |
2354 (msb--choose-file-menu): Use copy-sequence. | |
2355 (msb-mode-map): Add title to keymap. | |
2356 (msb-unload-hook): New function. | |
2357 | |
2358 * bs.el: Fix indentation. | |
2359 (bs) <defgroup>: Add :links. | |
30894 | 2360 (bs-show): Doc fix. |
2361 (bs-apply-sort-faces): Don't use window-system. | |
2362 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 2363 |
30796 | 2364 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
2365 | |
2366 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
2367 convert-standard-filename. | |
2368 | |
30788 | 2369 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
2370 | |
30790 | 2371 * emacs-lisp/authors.el: New file. |
2372 | |
30788 | 2373 * paren.el (show-paren-priority): New user option. |
2374 (show-paren-function): Set overlay priorities to | |
2375 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2376 |
30783 | 2377 2000-08-14 Miles Bader <miles@gnu.org> |
2378 | |
2379 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
2380 beginning-of-line with inhibit-field-text-motion bound. | |
2381 | |
30781 | 2382 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
2383 | |
2384 * calendar/timeclock.el: New file. | |
2385 | |
2386 2000-08-14 David Ponce <david@dponce.com> | |
2387 | |
2388 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
2389 `widget-button-click'. so that one can use left mouse button to | |
2390 click on dialog buttons. | |
2391 | |
2392 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
2393 | |
2394 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
2395 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
|
2396 |
30767 | 2397 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
|
2398 |
30769 | 2399 * comint.el (comint-output-filter): Don't bother frobbing |
2400 window-start, it doesn't seem to be necessary. | |
30767 | 2401 |
2402 * comint.el (comint-send-string, comint-send-region): Make into | |
2403 real functions. Snapshot the prompt before sending. | |
2404 | |
30764 | 2405 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
2406 | |
2407 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
2408 technique similar to Info-index, instead of relying on specific | |
2409 names of relevant Index nodes. | |
2410 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
2411 going to the first node found by Info-find-emacs-command-nodes. | |
2412 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
2413 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 2414 |
2415 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
2416 | |
30741 | 2417 2000-08-10 Miles Bader <miles@gnu.org> |
2418 | |
2419 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
2420 | |
30739 | 2421 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
2422 | |
2423 * info.el (Info-file-list-for-emacs): More elements for the | |
2424 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
2425 and woman manuals. | |
2426 | |
30737 | 2427 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
2428 | |
2429 * comint.el (comint-send-input): Make the newline boundary overlay | |
2430 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
2431 (comint-output-filter): Use `insert' instead of | |
2432 `insert-before-markers'. Extend comint-last-output-overlay when | |
2433 necessary since we can't rely on insert-before-markers to do it. | |
2434 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
2435 save-excursion when inserting the output, so that point gets | |
2436 updated correctly; the old method relied on a rather dodgy | |
2437 side-effect of comint-output-filter to avoid the effect of | |
2438 save-excursion. | |
2439 | |
30734 | 2440 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
2441 | |
2442 * files.el (recover-file): Call insert-directory instead of | |
2443 invoking `ls' directly. | |
2444 | |
30732 | 2445 2000-08-10 Miles Bader <miles@gnu.org> |
2446 | |
2447 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
2448 (comint-last-prompt-overlay): New variables. | |
2449 (comint-output-filter): Implement prompt highlighting. | |
2450 (comint-snapshot-last-prompt): New function. | |
2451 (comint-send-input): Snapshot the last prompt. | |
2452 Use comint-highlight-input-face. | |
2453 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
2454 Use defface instead of defcustom. | |
2455 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
2456 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
2457 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
2458 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2459 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2460 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
2461 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
2462 (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
|
2463 (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
|
2464 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
|
2465 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2466 * 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
|
2467 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2468 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2469 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2470 |
30715 | 2471 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
2472 | |
2473 * files.el (insert-directory): Don't call access-file on | |
2474 directories on DOS and Windows. | |
2475 | |
30704 | 2476 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
2477 | |
2478 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
2479 longer if necessary. | |
2480 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
2481 ccl-program-vector. | |
2482 | |
30701 | 2483 2000-08-09 Miles Bader <miles@gnu.org> |
2484 | |
2485 * comint.el (comint-output-filter): Properly handle the case where | |
2486 the text surrounded by comint-last-output-overlay was deleted. | |
2487 | |
30671 | 2488 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
2489 | |
30693 | 2490 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
2491 non-nil. | |
2492 (Info-file-list-for-emacs): Remove "info" from the list because | |
2493 that leads to trying to use the documentation from file `info' | |
2494 in various situations where it isn't appropriate, for instance | |
2495 C-h C-k C-h i. | |
2496 | |
2497 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
2498 DIR and/or STRING are nil. | |
2499 | |
2500 * progmodes/compile.el (compilation-setup): Make variable | |
2501 compilation-error-screen-columns buffer-local, as some comment | |
2502 in the code suggests it should be. | |
2503 | |
2504 * files.el (auto-mode-interpreter-regexp): New variable. | |
2505 (set-auto-mode): Use it. | |
2506 | |
2507 * indent.el (indent-for-tab-command): Doc fix. | |
2508 | |
2509 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
2510 | |
30671 | 2511 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
2512 labels. | |
2513 | |
2514 * help.el (print-help-return-message): When | |
2515 display-buffer-reuse-frames is set, let the help window been quit, | |
2516 instead of deleting it, which might delete a reused frame. | |
2517 | |
30664 | 2518 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
2519 | |
2520 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
2521 rename a directory to a name that differs only by its letter case. | |
2522 | |
30655 | 2523 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
2524 | |
2525 * international/quail.el (quail-define-rules): Handle Quail decode | |
2526 map correctly. Add code for supporting annotations. | |
2527 (quail-install-decode-map): New function. | |
2528 (quail-defrule-internal): New optional arguments decode-map and | |
2529 props. | |
2530 (quail-advice): New function. | |
2531 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
2532 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
|
2533 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
2534 * 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
|
2535 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
2536 * 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
|
2537 |
30649 | 2538 2000-08-03 Miles Bader <miles@gnu.org> |
2539 | |
2540 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
2541 New variable. | |
2542 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
2543 comint-use-prompt-regexp-instead-of-fields. | |
2544 (comint-send-input): Add `input' field property to stuff we send to | |
2545 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
2546 (comint-output-filter): Add `output' field property to process | |
2547 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
2548 (comint-replace-by-expanded-history) | |
2549 (comint-get-old-input-default, comint-show-output) | |
2550 (comint-backward-matching-input, comint-forward-matching-input) | |
2551 (comint-next-prompt, comint-previous-prompt): Use field | |
2552 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
2553 (comint-line-beginning-position): New function. | |
2554 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
2555 (comint-replace-by-expanded-history-before-point): Use | |
2556 comint-line-beginning-position and line-end-position. | |
2557 (comint-last-output-overlay): New variable. | |
2558 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
2559 | |
2560 * shell.el (shell-prompt-pattern): Doc change. | |
2561 (shell-backward-command): Use line-beginning-position. | |
2562 | |
2563 * gud.el (gud-gdb-complete-command): Use | |
2564 comint-line-beginning-position. | |
2565 | |
2566 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
2567 comint-bol doesn't actually go to the beginning of the line. | |
2568 | |
2569 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
2570 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
2571 (try-expand-line-all-buffers): Likewise. | |
2572 | |
2573 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
2574 explicitly matching comint-prompt-regexp. | |
2575 (sql-copy-column): Use comint-line-beginning-position instead of | |
2576 explicitly matching comint-prompt-regexp. | |
2577 | |
2578 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
2579 comint-line-beginning-position. | |
2580 | |
2581 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
2582 | |
2583 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
2584 looking for a prompt, use `forward-line 0' instead of | |
2585 `beginning-of-line', to avoid getting caught by an input field. | |
2586 | |
30633 | 2587 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
2588 | |
2589 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
2590 PATTERN, in the Unix case. | |
2591 | |
30629 | 2592 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
2593 | |
2594 * play/zone.el (zone): Discard any pending input before running | |
2595 the randomly-chosen pgm. | |
2596 | |
30623 | 2597 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
2598 | |
2599 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
2600 checking the existence of any multibyte characters. | |
2601 | |
30619 | 2602 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
2603 | |
30622 | 2604 * help.el (describe-mode): Test minor-mode symbol for being |
2605 bound before testing its value for being nil. | |
2606 | |
30619 | 2607 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
2608 `first', `second', and `third'. | |
2609 | |
2610 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
2611 (second): Make it an alias for `cadr'. | |
2612 | |
30616 | 2613 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
2614 | |
2615 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
2616 types of display support faces now. | |
2617 | |
30614 | 2618 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
2619 | |
2620 * pcvs.el (require): Require `cl' during compilation, only. | |
2621 | |
2622 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
2623 (toplevel): Remove `remq' and `remove' from autoloads. | |
2624 (cl-fake-autoloads): New variable. If set, arrange for an error | |
2625 when CL functions etc. are autoloaded. | |
2626 | |
30585 | 2627 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
2628 | |
30593 | 2629 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
2630 | |
30591 | 2631 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
2632 popped up, but the user clicks outside the menu, return an empty | |
2633 regexp (that causes unhighlight-regexp to have no effect). | |
2634 | |
30589 | 2635 * menu-bar.el (menu-bar-games-menu): Add Zone. |
2636 | |
30585 | 2637 * hi-lock.el (toplevel): Require font-lock. |
2638 | |
30576 | 2639 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2640 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
2641 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward. |
30576 | 2642 (ebnf-8-bit-chars): New var for bug fix. |
2643 (ebnf-string): Bug fix. | |
2644 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2645 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
|
2646 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2647 * 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
|
2648 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2649 (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
|
2650 `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
|
2651 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2652 |
30567 | 2653 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
2654 | |
2655 * international/mule-cmds.el (select-safe-coding-system): Make | |
2656 the message text about selecting a safe coding system more clear. | |
2657 | |
30564 | 2658 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
2659 | |
30565 | 2660 * hi-lock.el: New file. |
2661 | |
2662 * play/zone.el: New file. | |
2663 | |
30564 | 2664 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
2665 value of tab-width in the original buffer. Choose a line number | |
2666 format that's a multiple of the original buffer's tab width, so | |
2667 that lines appear right. | |
2668 | |
2669 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
2670 Spell-check active region if in transient-mark-mode and mark | |
2671 is active; otherwise spell-check buffer. | |
2672 | |
2673 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2674 | |
2675 * ps-mule.el: Fix a customization problem on | |
2676 ps-mule-font-info-database-default. | |
2677 | |
30555 | 2678 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
2679 | |
2680 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
2681 display-mouse-p instead of window-system. | |
2682 (ebrowse-member-mode-map): Ditto. | |
2683 | |
30553 | 2684 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2685 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
2686 * progmodes/ebnf2ps.el: Update ps-print functions call. |
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
2687 Indentation fix. Doc fix. |
30553 | 2688 (ebnf-version): New version number (3.2). |
2689 (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
|
2690 |
30547 | 2691 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
2692 | |
30549 | 2693 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
2694 font lock support on window-system. | |
2695 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
2696 | |
30547 | 2697 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
2698 display-color-p, if fboundp, instead of window-system. | |
2699 | |
30545 | 2700 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
2701 | |
2702 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
2703 instead of window-system. | |
2704 | |
2705 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
2706 window-system. | |
2707 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
2708 instead of window-system. | |
2709 | |
2710 * strokes.el (strokes-file): Run the file name through | |
2711 convert-standard-filename. | |
2712 (strokes-mode): Call display-mouse-p instead of looking at | |
2713 window-system. Change the error message accordingly. | |
2714 | |
2715 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
2716 | |
2717 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
2718 (lm-plot-square, lm-init-display): Don't use window-system. | |
2719 | |
2720 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
2721 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
2722 | |
2723 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
2724 instead of looking at window-system. | |
2725 | |
30528 | 2726 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
2727 | |
2728 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
2729 of testing if iswitchb-prepost-hooks is bound, because the | |
2730 latter will always be true when invoking a recursive minibuffer | |
2731 from an active Iswitchb buffer. | |
2732 | |
30526 | 2733 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
2734 | |
2735 * files.el (shell-quote-wildcard-pattern): New function. | |
2736 (insert-directory): Call it. Only prepend "\" to command on Unix | |
2737 and GNU/Linux systems. | |
2738 | |
30524 | 2739 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
2740 | |
2741 * eshell/esh-groups.el: Change custom :link file names | |
2742 from `eshell.info' to `eshell'. | |
2743 | |
2744 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
2745 | |
2746 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
2747 correctly in recursive ange-ftp listings. | |
2748 | |
2749 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2750 | |
2751 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
2752 ps-header-font-size-internal and | |
2753 ps-header-title-font-size-internal variables are not set, | |
2754 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
2755 face text property is (foreground-color . COLOR) or | |
2756 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
2757 (ps-print-version): New version number (5.2.4). | |
2758 (ps-plot-region): Code fix. | |
2759 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
2760 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
2761 Bug fix 2. | |
2762 | |
2763 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
2764 | |
2765 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
2766 identifiers like `myXMLDocument'. | |
2767 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
2768 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
|
2769 |
30524 | 2770 * mail/mail-hist.el (mail-hist-previous-input) |
2771 (mail-hist-next-input): Do the obvious code factorization. | |
2772 (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
|
2773 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
|
2774 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
|
2775 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
2776 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
|
2777 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
2778 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 2779 Use `<=', not `<' to compare times! |
2780 (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
|
2781 |
30502 | 2782 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
2783 | |
30516 | 2784 * play/cookie1.el: Add explanation of how to make cookie.el |
2785 compatible with strfile(1) to comment. | |
2786 | |
2787 * subr.el (remove, remq): New functions. | |
2788 | |
30511 | 2789 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
2790 escape `*' in regexps. | |
2791 (midnight-find): Reverse order of arguments in the funcall of | |
2792 TEST. | |
2793 | |
2794 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
2795 and `.class'. | |
2796 | |
30502 | 2797 * play/meese.el: Add Commentary section. |
2798 | |
30516 | 2799 2000-07-27 Alex Schroeder <alex@gnu.org> |
2800 | |
2801 * sql.el (sql-ms): Added autoload cookie. | |
2802 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
2803 (sql-oracle): Ditto. | |
2804 (sql-help): Doc change. | |
2805 | |
2806 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
2807 types and exceptions. | |
2808 | |
2809 2000-07-27 Alex Schroeder <alex@gnu.org> | |
2810 | |
2811 * sql.el (sql-placeholder-history): New variable. | |
2812 (sql-query-placeholders-and-send): New function that will query | |
2813 the user and replace placeholders with user input. | |
2814 (sql-oracle): If running on NT, set comint-input-sender to | |
2815 sql-query-placeholders-and-send. | |
2816 | |
2817 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
2818 present it as a message. | |
2819 | |
2820 2000-07-27 Alex Schroeder <alex@gnu.org> | |
2821 | |
2822 * sql.el (sql-input-ring-separator): Doc change. | |
2823 (sql-input-ring-file-name): Doc change. | |
2824 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
2825 `sql-input-ring-file-name' to set the comint-mode equivalents | |
2826 without making them local variables. | |
2827 (sql-stop): Don't bind `sql-input-ring-separator' and | |
2828 `sql-input-ring-file-name' dynamically to their comint-mode | |
2829 equivalents. | |
2830 | |
30490 | 2831 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
2832 | |
2833 * international/mule.el (register-char-codings): New function. | |
2834 (make-coding-system): Handle `safe-chars' specification in the arg | |
2835 PROPERTY. | |
2836 | |
2837 * international/mule-cmds.el | |
2838 (find-coding-systems-region-subset-p): This function deleted. | |
2839 (sort-coding-systems-predicate): New variable. | |
2840 (sort-coding-systems): New function. | |
2841 (find-coding-systems-region): Use | |
2842 find-coding-systems-region-internal. | |
2843 (find-coding-systems-string): Use find-coding-systems-region. | |
2844 (find-coding-systems-for-charsets): Check | |
2845 char-coding-system-table. | |
2846 (select-safe-coding-system-accept-default-p): New variable. | |
2847 (select-safe-coding-system): Mostly rewritten. New argument | |
2848 ACCEPT-DEFAULT-P. | |
2849 (select-message-coding-system): Call select-safe-coding-system | |
2850 with ACCEPT-DEFAULT-P arg. | |
2851 (reset-language-environment): Reset default-sendmail-coding-system | |
2852 to the default value iso-latin-1. | |
2853 (set-language-environment): Don't set the obsolete variable | |
2854 charset-origin-alist. | |
2855 | |
2856 * international/codepage.el (cp-coding-system-for-codepage-1): | |
2857 Give `safe-chars' property to make-coding-system. | |
2858 | |
2859 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
2860 calling select-message-coding-system twice. | |
2861 | |
2862 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
2863 instead of `safe-charsets'. | |
2864 (cyrillic-alternativnyj): Likewise. | |
2865 (ccl-encode-alternativnyj): Don't check the charset | |
2866 cyrillic-iso8859-5. | |
2867 | |
30484 | 2868 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
2869 | |
2870 * composite.el (compose-chars-after): Preserve match data. | |
2871 | |
30481 | 2872 2000-07-26 Sam Steingold <sds@gnu.org> |
2873 | |
2874 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
2875 (ange-ftp-real-file-newer-than-file-p): New function. | |
2876 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
2877 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
2878 | |
2879 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
2880 * midnight.el (midnight-float-time): Ditto. | |
2881 | |
30479 | 2882 2000-07-26 Andreas Schwab <schwab@suse.de> |
2883 | |
2884 * files.el (normal-backup-enable-predicate): Correct | |
2885 interpretation of the return value of compare-strings. | |
2886 | |
30471 | 2887 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
2888 | |
30477 | 2889 * isearch.el (isearch-resume): New function. |
2890 (isearch-done): Add something to command-history to resume | |
2891 the search. | |
2892 (isearch-yank-line, isearch-yank-word): Use | |
2893 buffer-substring-no-properties instead of buffer-substring. | |
2894 | |
30471 | 2895 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
2896 of flyspell-mouse-map. | |
2897 | |
2898 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
2899 duplicate definition. | |
2900 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
2901 | |
2902 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
2903 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
2904 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
2905 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
|
2906 |
30459 | 2907 * net/ange-ftp.el: Get modtime over the net. |
2908 (ange-ftp-file-modtime): New function. | |
30473 | 2909 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
2910 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 2911 Use it. |
2912 (ange-ftp-dot-to-slash): New function. | |
2913 (ange-ftp-fix-name-for-vms): Use it. | |
2914 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
2915 * 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
|
2916 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
2917 |
30457 | 2918 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
2919 | |
2920 * find-dired.el: Update copyright notice. | |
2921 (find-dired): Offer to kill a running `find'. | |
2922 | |
2923 * enriched.el (enriched-face-ans): For a `foreground-color' | |
2924 property, return '(("x-color" COLOR))' so that COLOR will be | |
2925 output as a parameter of the x-color annotation. Likewise for the | |
2926 `background-color' property. In the case of normal face | |
2927 properties, don't return annotations for unspecified foreground | |
2928 and background face attributes. | |
2929 | |
30450 | 2930 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
2931 | |
2932 * language/japan-util.el (japanese-katakana-region): Fix handling | |
2933 HANKAKU argument. | |
2934 | |
30438 | 2935 2000-07-25 Miles Bader <miles@gnu.org> |
2936 | |
2937 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
2938 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
2939 constrain-to-field. | |
2940 | |
30437 | 2941 2000-07-24 Andrew Innes <andrewi@gnu.org> |
2942 | |
2943 * timer.el (timer-activate-when-idle): Add optional parameter | |
2944 DONT-WAIT. Update docstring. | |
2945 (run-with-idle-timer): Specify extra parameter to | |
2946 timer-activate-when-idle, so that timer will be activated | |
2947 immediately if Emacs is already idle. | |
2948 | |
2949 * w32-fns.el (w32-using-nt): Fix docstring. | |
2950 | |
30434 | 2951 2000-07-24 Dave Love <fx@gnu.org> |
2952 | |
2953 * mouse.el (popup-menu): Set last-command-event. | |
2954 (mouse-major-mode-menu-prefix): Declare. | |
2955 | |
30433 | 2956 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
2957 | |
2958 * textmodes/flyspell.el: Update to author's version 1.5d. | |
2959 | |
2960 * progmodes/hideshow.el: Update copyright notice. | |
2961 | |
2962 * vcursor.el: Set maintainer to FSF, since author cannot | |
2963 be reached. | |
2964 | |
30422 | 2965 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
2966 | |
30424 | 2967 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
2968 the prompt. | |
2969 | |
30422 | 2970 * mouse.el (popup-menu): Run the keymap through indirect-function, |
2971 in case it was defined with define-prefix-key. If the menu is a | |
2972 list of keymaps, look up the binding of user's choice in each one | |
2973 of the keymaps. | |
2974 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
2975 don't have a prompt string, create one and insert it into the | |
2976 keymap. Don't barf if current-local-map returns nil. | |
2977 | |
30415 | 2978 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
2979 | |
2980 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
2981 to be undone. | |
2982 (dired-sort-other): Use it. | |
2983 | |
30412 | 2984 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
2985 | |
30415 | 2986 * Release of cc-mode 5.27 |
30412 | 2987 |
2988 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
2989 | |
2990 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
2991 c-beginning-of-statement-1 that caused a bad case of recursion | |
2992 which could consume a lot of CPU in large classes in languages | |
2993 that have in-expression classes (i.e. Java and Pike). | |
2994 | |
2995 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
2996 statements before top level constructs (i.e. case 6 is moved | |
2997 before case 5 and is now case 4) to catch in-expression | |
2998 classes in top level expressions correctly. | |
2999 | |
3000 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3001 | |
3002 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
3003 objc-method-intro. Case 4 removed and case 5I added. | |
3004 | |
3005 * cc-langs.el (c-append-paragraph-start): New variable used by | |
3006 c-common-init to get paragraph-start correct. | |
3007 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
3008 initialize paragraph-start to make it correct both with and | |
3009 without the javadoc special case. | |
3010 | |
3011 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
3012 initialize paragraph-start for javadoc markup. | |
3013 | |
3014 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
3015 change by defaulting this to t. It's motivated by the | |
3016 confusing behavior that otherwise arise from the style system | |
3017 when editing both java and non-java files at the same time | |
3018 (see the comments about style setting in c-common-init). | |
3019 | |
3020 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3021 | |
3022 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
3023 similar to the one in c-fill-paragraph to check the fill | |
3024 prefix from the adaptive fill function for sanity. | |
3025 | |
3026 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3027 | |
3028 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
3029 defun block. | |
3030 | |
3031 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3032 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
3033 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 3034 |
3035 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3036 | |
3037 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
3038 leading comma nicely. Extended to handle member initializers | |
3039 too. | |
3040 | |
30415 | 3041 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 3042 c-guess-basic-syntax): Fixed recognition of inheritance lists |
3043 when the lines begins with a comma. | |
3044 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
3045 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 3046 |
3047 * cc-vars.el (c-offsets-alist): Changed default for | |
3048 member-init-cont to c-lineup-multi-inher since it now handles | |
3049 member initializers and indents better for leading commas. | |
3050 | |
3051 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3052 | |
3053 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
3054 handling that caused class open lines to be recognized as | |
3055 statement-conts in some cases. | |
3056 | |
3057 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
3058 guessed by the adaptive fill function unless point is on the | |
3059 first line of a block comment. | |
3060 | |
3061 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
3062 when the buffer ends with a macro continuation char. | |
3063 | |
3064 * cc-engine.el (c-guess-basic-syntax): Added support for | |
3065 function definitions as statements in Pike. The first | |
3066 statement in a lambda block is now labeled defun-block-intro | |
3067 instead of statement-block-intro. | |
3068 | |
3069 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
3070 so that the class surrounding point is selected, not the one | |
3071 innermost in the state. | |
3072 | |
3073 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
3074 recognition of switch labels having hanging multiline | |
3075 statements. | |
3076 | |
3077 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
3078 some code in c-guess-basic-syntax to a separate function. | |
3079 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
3080 recognition of member inits with multiple line arglists. | |
3081 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
3082 member-init-cont when the commas are in funny places. | |
3083 | |
3084 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3085 | |
3086 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
3087 not used anymore. | |
3088 | |
3089 * cc-engine.el (c-looking-at-bos): New helper function. | |
3090 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
3091 inexpr and toplevel classes apart in Pike. | |
3092 | |
3093 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
3094 of case 9A. | |
3095 | |
3096 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
3097 constant, since "class" can introduce an in-expression class | |
3098 in Pike nowadays. | |
3099 | |
3100 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3101 | |
3102 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
3103 indentation on cpp-macro lines. | |
3104 | |
3105 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
3106 a syntax modifier like comment-intro, to make it possible to | |
3107 get syntactic indentation for preprocessor directives. It's | |
3108 incompatible wrt to lineup functions on cpp-macro, but it has | |
3109 no observable effect in the 99.9% common case where cpp-macro | |
3110 is set to -1000. | |
3111 | |
3112 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3113 | |
3114 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
3115 member-init-cont when the preceding arglist is several lines. | |
3116 | |
3117 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3118 | |
3119 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
3120 style corrected to 8. | |
3121 | |
3122 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3123 | |
3124 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
3125 brace list openers in the gnu style. | |
3126 | |
3127 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3128 | |
3129 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
3130 | |
3131 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
3132 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
3133 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
3134 when c-syntactic-indentation is nil. | |
3135 | |
3136 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
3137 we were left at comments preceding the first statement when | |
3138 reaching the beginning of the buffer. | |
3139 | |
3140 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
3141 off all syntactic indentation. | |
3142 | |
3143 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3144 | |
3145 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
3146 between the text and the block comment ender when it hangs, | |
3147 depending on how many there are before the fill. | |
3148 | |
3149 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3150 | |
3151 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
3152 function to go back to the closest preceding statement start, | |
3153 which could be inside a conditional statement. | |
3154 * cc-engine.el (c-guess-basic-syntax): Use | |
3155 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
3156 | |
3157 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
3158 arglist-intro, arglist-cont-nonempty and arglist-close when | |
3159 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
3160 changed. | |
3161 | |
3162 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
3163 up-to-date with javadoc 1.2. | |
3164 | |
3165 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3166 | |
3167 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
3168 multiline Pike type decls. | |
3169 | |
3170 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3171 | |
3172 * cc-cmds.el (c-indent-new-comment-line): Always break | |
3173 multiline comments in multiline mode, regardless of | |
3174 comment-multi-line. | |
3175 | |
3176 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3177 | |
3178 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
3179 fully::qualified::names in C++ member init lists. Preamble in | |
3180 case 5D changed. | |
3181 | |
3182 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3183 | |
3184 * cc-langs.el (c-common-init): Handling of obsolete variables | |
3185 moved to c-initialize-cc-mode. More compatible style override | |
3186 when using global style variables. | |
3187 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
3188 variables moved here. | |
3189 | |
30415 | 3190 * cc-mode.texi: Documented the special behavior of |
30412 | 3191 c-special-indent-hook as a style variable. Don't talk about |
3192 doing (c-make-styles-buffer-local t) in a mode hook, since | |
3193 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
|
3194 |
30412 | 3195 * cc-styles.el (c-make-styles-buffer-local): Flag style |
3196 variable localness in c-style-variables-are-local-p to make | |
3197 the compatibility measure in c-common-init work well. | |
3198 | |
3199 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
3200 longer contain set-from-style. | |
3201 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
3202 set-from-style on c-special-indent-hook. | |
3203 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
3204 copy-alist is sufficient now. | |
3205 | |
3206 * cc-styles.el (c-set-style, c-set-style-1, | |
3207 c-get-style-variables): Fixes to variable initialization so | |
3208 that duplicate entries in styles have the same effect | |
3209 regardless of DONT-OVERRIDE. | |
3210 | |
3211 * cc-styles.el (c-set-style-2): Fixed bug where the | |
3212 initialization of inheriting styles failed when the | |
3213 dont-override flag is set. | |
3214 | |
3215 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
3216 on this. | |
3217 | |
3218 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3219 | |
3220 * cc-defs.el (c-forward-comment): Removed the workaround | |
3221 introduced in 5.38 since it had worse side-effects. If a line | |
3222 contains the string "//\"", it regarded the // as a comment | |
3223 start since the \ temporarily doesn't have escape syntax. | |
3224 | |
3225 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
3226 | |
3227 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
3228 ada-xref.el before ada-prj.el, so that the Project menu is created | |
3229 when ada-prj tries to add to it. | |
3230 (ada-activate-keys-for-case): Suppress the characters that are not | |
3231 part of the Ada syntax. Better compatibility with else-mode | |
3232 (ada-adjust-case-interactive): When auto-casing is not active, | |
3233 correctly insert newlines (used to insert only ^M). Prevent the | |
3234 syntax table from being changed in case of an error | |
3235 (or '_' becomes part of a word and some commands are confused). | |
3236 Do nothing if ada-auto-case is nil. | |
3237 (ada-after-keyword-p): Ignore keywords that are also attributes | |
3238 (ada-batch-reformat): Update usage comment | |
3239 (ada-call-from-contextual-menu): New function | |
3240 (ada-case-read-exceptions): Reinitialize the casing exception list | |
3241 first to nil first, so that the casing exception file can be | |
3242 shared. | |
3243 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
3244 files. | |
3245 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
3246 anywhere in the error message | |
3247 (ada-contextual-menu-last-point): New variable | |
3248 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
3249 t on XEmacs, it means that DEL should delete one character | |
3250 forward. | |
3251 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
3252 New submenu "Options". | |
3253 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
3254 statements. | |
3255 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
3256 even if they don't match ada-fill-comment-prefix Fix handling of | |
3257 paragraphs on the first or last line of a file. | |
3258 (ada-format-paramlist): Fix handling of default parameter values. | |
3259 (ada-get-body-name): New function. | |
3260 (ada-get-current-indent): Optimized by searchling directly for an | |
3261 existing generic part or a statement outside of it. Handle | |
3262 ada-indent-align-comments when indenting comments Replaced some | |
3263 regexps by testing directly the next character. This results in a | |
3264 huge speedup on some files. New indentation scheme for renames | |
3265 statements. Stop looking for the 'while' or 'for' associated with | |
3266 a 'loop' at the first semicolon encountered. A "return" can also | |
3267 match an anonymous access subprogram declaration. | |
3268 (ada-get-indent-noindent): Ignore strings and comments when | |
3269 looking for the keywords "record" and "private". | |
3270 (ada-goto-matching-decl-start): When matching "if", make sure we | |
3271 are not in fact seeing "end if". Ignore "when" statements except | |
3272 when initial keyword was "begin". Fix handling of nested | |
3273 procedures. Add a recursive call to this function to skip over | |
3274 other 'end' statmts. Fix indentation for "when .. => begin" | |
3275 (ada-in-open-paren-p): Fix indentation for complex boolean | |
3276 expressions, where 'and then', 'or else' and parenthesis | |
3277 statements are mixed up. | |
3278 (ada-in-paramlist-p): Skip comments while searching for the | |
3279 beginning Fix handling of operator declarations. | |
3280 (ada-indent-align-comments): New variable | |
3281 (ada-indent-current): Change the syntax table only in the | |
3282 protected section, so that we are sure it is restored correctly. | |
3283 (ada-indent-on-previous-lines): Use ada-use-indent and | |
3284 ada-with-indent Correctly indent "select ... then" | |
3285 (ada-indent-region): Slight speedup. | |
3286 (ada-indent-renames): New variable. | |
3287 (ada-last-which-function-subprog, ada-last-which-function-line): | |
3288 New variables | |
3289 (ada-looking-at-semi-private): Correctly indent the 'private' | |
3290 keyword when it is the first word in a package declaration. | |
3291 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
3292 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
3293 even if point is not initially at the end of the word. | |
3294 (ada-matching-decl-start-re): Add "when". | |
3295 (ada-mode): Add support for abbrev-mode, outline-mode and | |
3296 which-func-mode Override the old find-file.el entry in | |
3297 ff-special-constructs since it is using the obsolete | |
3298 ada-spec-suffix variable | |
3299 (ada-no-auto-case): New function | |
3300 (ada-scan-paramlist): When parsing the argument type, accept | |
3301 spaces (as in "X 'Class", generated by Rational Rose). | |
3302 (ada-other-file-name): No longer loads the other file. | |
3303 (ada-popup-menu): Save and restore the current buffer and cursor | |
3304 position before and after displaying the menu. | |
3305 (ada-search-ignore-complex-boolean): New function. | |
3306 (ada-uncomment-region): Emacs21 already knows how to delete | |
3307 comments not starting in the first column. | |
3308 (ada-use-indent): New variable | |
3309 (ada-which-function): New function. | |
3310 (ada-with-indent): New variable | |
3311 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
3312 can be batch-compiled from the command line. | |
3313 | |
3314 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
3315 Add to the menu when the file is loaded, not in ada-mode-hook. | |
3316 Add -toolbar to the default ddd command Switches moved from | |
3317 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
3318 ada-prj-default-comp-opt | |
3319 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
3320 Reference Manual to the menu | |
3321 (ada-check-current): rewritten as a call to ada-compile-current | |
3322 (ada-compile): Removed. | |
3323 (ada-compile-application, ada-compile-current, ada-check-current): | |
3324 Set the compilation-search-path so that compile.el automatically | |
3325 finds the sources in src_dir. Automatic scrollong of the | |
3326 compilation buffer. C-uC-cC-c asks for confirmation before | |
3327 compiling | |
3328 (ada-compile-current): New parameter, prj-field | |
3329 (ada-complete-identifier): Load the .ali file before doing | |
3330 processing | |
3331 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
3332 conform to gnatmake's behavior. | |
3333 (ada-find-file-in-dir): New function | |
3334 (ada-find-references): Set the environment variables for gnatfind | |
3335 (ada-find-src-file-in-dir): New function. | |
3336 (ada-first-non-nil): Removed | |
3337 (ada-gdb-application): Add support for jdb, the java debugger. | |
3338 (ada-get-ada-file-name): Load the original-file first if not done | |
3339 yet. | |
3340 (ada-get-all-references): Handles the new ali syntax (parent types | |
3341 are found between <>). | |
3342 (ada-initialize-runtime-library): New function | |
3343 (ada-mode-hook): Always load a project file when a file is opened, | |
3344 so that the casing exceptions are correctly read. | |
3345 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
3346 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
3347 to open the project file, since the latter does not work with | |
3348 speedbar Get default values before loading the prj file, or the | |
3349 default executable file name is wrong. Use the absolute value of | |
3350 src_dir to initialize ada-search-directories and | |
3351 compilation-search-path,... Add the standard runtime library to | |
3352 the search path for find-file. | |
3353 (ada-prj-default-debugger): Was missing an opening '{' | |
3354 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
3355 variables. | |
3356 (ada-prj-default-gnatmake-opt): New variable | |
3357 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
3358 buffers, the project file is the default one Save the windows | |
3359 configuration before displaying the menu. | |
3360 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
3361 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
3362 ...) regexp-quote identifiers names to support operators +, | |
3363 -,... in regexps. | |
3364 (ada-remote): New function. | |
3365 (ada-run-application): Erase the output buffer before starting the | |
3366 run Support remote execution of the application. Use | |
3367 call-process, or the arguments are incorrectly parsed | |
3368 (ada-set-default-project-file): Reread the content of the active | |
3369 project file, not the one from the current buffer When a project | |
3370 file is set as the default project, all directories are | |
3371 automatically associated with it. | |
3372 (ada-set-environment): New function | |
3373 (ada-treat-cmd-string): New special variable ${current} | |
3374 (ada-treat-cmd-string): Revised. The substitution is now done for | |
3375 any ${...} substring | |
3376 (ada-xref-current): If no body was found, compiles the spec | |
3377 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
3378 compiler to get rid of command line length limitations. | |
3379 (ada-xref-get-project-field): New function | |
3380 (ada-xref-project-files): New variable | |
3381 (ada-xref-runtime-library-specs-path) | |
3382 (ada-xref-runtime-library-ali-path): New variables | |
3383 (ada-xref-set-default-prj-values): Default run command now does a | |
3384 cd to the build directory. New field: main_unit Provide a default | |
3385 file name even if the current buffer has no prj file. | |
3386 | |
3387 * ada-prj.el: | |
3388 Rewritten to show a tabbed-dialog. | |
3389 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
3390 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
3391 New function | |
3392 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
3393 (ada-prj-load-from-file): New function | |
3394 (ada-prj-save): Always save fields that depend on the current buffer | |
3395 (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
|
3396 |
30412 | 3397 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
3398 Ada mode. This will allow us to display the Ada menu in any buffer | |
3399 we want (for project items). | |
3400 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
3401 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
|
3402 |
30395 | 3403 2000-07-24 Dave Love <fx@gnu.org> |
3404 | |
3405 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
3406 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3407 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3408 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3409 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3410 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3411 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3412 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3413 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3414 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3415 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3416 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3417 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3418 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3419 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3420 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3421 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3422 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3423 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3424 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3425 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3426 (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
|
3427 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3428 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3429 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3430 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3431 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3432 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3433 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3434 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3435 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3436 |
30386 | 3437 2000-07-23 Dave Love <fx@gnu.org> |
3438 | |
3439 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
3440 ^o, ^u. | |
3441 | |
30359 | 3442 2000-07-21 Dave Love <fx@gnu.org> |
3443 | |
30374 | 3444 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
3445 now passed to the function. It now works properly. | |
3446 | |
30359 | 3447 * smerge-mode.el (smerge-mode-menu): Fill it out. |
3448 | |
30350 | 3449 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
3450 | |
3451 * info-look.el (info-lookup): If *info* is shown in another frame | |
3452 on the same display, select that frame, instead of switching to | |
3453 the Info buffer in another window of the selected frame. | |
3454 | |
3455 * simple.el (universal-argument-map): Bind numeric keypad keys | |
3456 kp-0 to kp-9 and kp-subtract. | |
3457 (digit-argument): Handle these keys. | |
3458 | |
30346 | 3459 2000-07-20 Dave Love <fx@gnu.org> |
3460 | |
3461 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
3462 buffer-modified and read-only stuff -- irrelevant with overlays. | |
3463 Put an extra property on the overlays and use it to clean up in | |
3464 case goto-address is re-run. | |
3465 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3466 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
3467 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
3468 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
3469 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3470 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
3471 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
3472 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
3473 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
3474 |
30331 | 3475 2000-07-19 Dave Love <fx@gnu.org> |
3476 | |
3477 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
3478 implementation. | |
3479 | |
3480 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
3481 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
3482 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
3483 | |
30318 | 3484 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
3485 | |
30329 | 3486 * textmodes/refer.el: Correct maintainer's email address. |
3487 | |
3488 * progmodes/hideif.el: Correct author's email address. | |
3489 Fix typo in comment. | |
3490 | |
3491 * xml.el: New file. | |
3492 | |
30318 | 3493 * mail/mailheader.el: Correct author's mail address. |
3494 | |
3495 * gnus/parse-time.el: Correct author's mail address. | |
3496 | |
30329 | 3497 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3498 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3499 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 3500 New user options. |
3501 (comint-input-ring-file-name): Change custom type. | |
3502 (comint-mode-map): Bind mouse-2. | |
3503 (comint-insert-clicked-input): New function. | |
3504 (comint-send-input): Handle input highlighting. | |
3505 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3506 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3507 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3508 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3509 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3510 |
30311 | 3511 2000-07-18 Dave Love <fx@gnu.org> |
3512 | |
3513 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
3514 improvements. | |
3515 | |
30308 | 3516 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
3517 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3518 * faces.el (face-font-selection-order) |
30308 | 3519 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3520 |
30298 | 3521 2000-07-18 Dave Love <fx@gnu.org> |
3522 | |
3523 * cus-edit.el (custom-variable-reset-saved) | |
3524 (custom-variable-reset-standard): Remove unused bindings. | |
3525 | |
3526 * rect.el (open-rectangle-line): Remove unused let. | |
3527 | |
3528 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
3529 | |
30296 | 3530 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
3531 | |
3532 * cdl.el: Fix `Maintainer' keyword. | |
3533 | |
3534 * play/pong.el: Add author's email address. | |
3535 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3536 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3537 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3538 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3539 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3540 |
30290 | 3541 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
3542 | |
3543 * mail/vms-pmail.el: Change maintainer to FSF. | |
3544 | |
3545 * net/goto-addr.el: Change maintainer to FSF. | |
3546 | |
3547 * recentf.el: Update from author. | |
3548 | |
3549 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3550 |
30277 | 3551 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
3552 | |
3553 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
3554 links to eshell, to avoid problems on systems where the manual is | |
3555 installed as `eshell'. | |
3556 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
3557 * eshell/em-smart.el (eshell-smart): Ditto. | |
3558 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3559 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 3560 |
3561 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
3562 same-file check in the MS-DOS version (it does support inodes). | |
3563 | |
3564 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
3565 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3566 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3567 Run default directory name through convert-standard-filename. |
30277 | 3568 |
30255 | 3569 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
3570 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3571 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3572 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3573 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3574 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3575 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3576 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3577 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3578 Don't translate some national variant characters of latin-jisx0201. |
30262 | 3579 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 3580 |
30255 | 3581 * international/kkc.el (kkc-after-update-conversion-functions): |
3582 New variable. | |
3583 (kkc-update-conversion): Run functions in it at the tail. | |
3584 | |
30277 | 3585 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
|
3586 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3587 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3588 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
|
3589 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
3590 |
30253 | 3591 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
3592 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3593 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 3594 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
3595 the conversion list at first if appropriate. | |
3596 (kkc-next): Don't update kkc-next-count here. | |
3597 (kkc-prev): Don't update kkc-prev-count here. | |
3598 (kkc-show-conversion-list-update): Fix setting up of conversion | |
3599 list message. | |
3600 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
3601 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
3602 |
30290 | 3603 * 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
|
3604 |
30248 | 3605 2000-07-16 Dave Love <fx@gnu.org> |
3606 | |
3607 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
3608 function to be more specific. | |
3609 | |
3610 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
3611 non-string help-echo. | |
3612 (widget-types-convert-widget): Defsubst it. | |
3613 (widget-echo-help): Try to cope with a help-echo function of two | |
3614 possible sorts. | |
3615 | |
30241 | 3616 2000-07-15 Jason Rumney <jasonr@gnu.org> |
3617 | |
3618 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
3619 Declare as obsolete. | |
3620 | |
3621 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
3622 | |
30226 | 3623 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
3624 | |
3625 * hilit-chg.el: Fix typo. | |
3626 | |
30221 | 3627 2000-07-14 Dave Love <fx@gnu.org> |
3628 | |
3629 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
3630 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3631 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3632 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3633 * 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
|
3634 |
30193 | 3635 2000-07-13 Dave Love <fx@gnu.org> |
3636 | |
30195 | 3637 * emacs-lisp/easymenu.el: Doc fixes. |
3638 (easy-menu-remove): Defalias to ignore. | |
3639 | |
30193 | 3640 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
3641 Call throw correctly. | |
3642 | |
30190 | 3643 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
3644 | |
3645 * faces.el (frame-background-mode): Doc fix. | |
3646 | |
3647 * simple.el (eval-expression-print-length): Change custom type to | |
3648 allow entering nil as value. | |
3649 | |
30185 | 3650 2000-07-13 Dave Love <fx@gnu.org> |
3651 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3652 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3653 Change definition layout. |
30187 | 3654 (fortran-mode-menu): Reinstate customize entries. |
3655 | |
30185 | 3656 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
3657 Use :filter, per old XEmacs code. | |
3658 | |
30170 | 3659 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
3660 | |
3661 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
3662 event when deciding what to send to the terminal. | |
3663 | |
30168 | 3664 2000-07-12 Dave Love <fx@gnu.org> |
3665 | |
3666 * cus-start.el: Add optional version as 4th element of specs and | |
3667 use it for several things new in v21. Remove load-path. Fix type | |
3668 of line-number-display-limit. | |
3669 | |
30148 | 3670 2000-07-11 Dave Love <fx@gnu.org> |
3671 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3672 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3673 Use repeat counts in various regexps. |
30150 | 3674 (fortran-mode-syntax-table): Defvar directly. |
3675 (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
|
3676 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3677 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3678 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 3679 (fortran-mode): Set fortran-comment-line-start-skip, |
3680 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
3681 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3682 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3683 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 3684 (fortran-comment-region, fortran-electric-line-number): Simplify. |
3685 (fortran-auto-fill): New function. | |
3686 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3687 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3688 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3689 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3690 Use fortran-auto-fill. |
30150 | 3691 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3692 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 3693 |
30148 | 3694 * widget.el (widget-plist-member): New alias. |
3695 | |
30146 | 3696 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
3697 | |
3698 * eshell/esh-module.el (toplevel): Reference | |
3699 byte-compile-current-file only if it is bound. | |
3700 | |
30131 | 3701 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
3702 | |
3703 * dired.el: Don't require `dired-aux'. | |
3704 | |
30127 | 3705 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
3706 | |
3707 * dired-aux.el (dired-show-file-type): New function. | |
3708 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
3709 (dired-show-file-type): Add autoload. | |
3710 | |
30125 | 3711 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
3712 | |
3713 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3714 change of fontset-info. |
30125 | 3715 (print-fontset): Likewise. |
3716 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3717 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3718 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3719 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3720 |
30111 | 3721 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
3722 | |
30131 | 3723 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 3724 |
30111 | 3725 * dired.el (dired-find-alternate-file): New function. |
3726 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
3727 (toplevel): Require dired-aux when compiling. | |
3728 (dired-buffers): Move defvar within file to avoid compiler warning. | |
3729 | |
3730 * info.el (Info-last-search): Variable removed. | |
3731 (Info-search-history): New variable. | |
3732 (Info-search): New Info-search-history. | |
3733 | |
3734 * battery.el, info-look.el: Change author's mail address. | |
3735 | |
30115 | 3736 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
|
3737 |
30115 | 3738 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
3739 if rmail-ignored-headers is nil. | |
3740 (rmail-retry-failure): Bind rmail-ignored-headers and | |
3741 rmail-displayed-headers to nil. | |
3742 | |
30096 | 3743 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
3744 | |
30103 | 3745 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
3746 (print-region-1): Don't hard code `-h' here. | |
3747 | |
30096 | 3748 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
3749 | |
30103 | 3750 2000-07-01 Francesco Potorti` <pot@gnu.org> |
3751 | |
3752 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
3753 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
|
3754 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3755 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3756 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3757 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3758 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3759 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3760 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3761 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3762 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3763 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
3764 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
|
3765 |
30096 | 3766 * ediff-diff.el (ediff-wordify): Use syntax table. |
3767 * 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
|
3768 ediff-color-display-p. |
30096 | 3769 (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
|
3770 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
3771 Got rid of special cases for NeXT and OS/2. |
30096 | 3772 * 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
|
3773 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3774 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3775 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3776 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3777 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3778 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3779 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3780 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3781 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3782 * 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
|
3783 |
30076 | 3784 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
3785 | |
30085 | 3786 * Makefile.in (DONTCOMPILE): Add comment that the name may |
3787 not be changed without changing the make-dist script. | |
3788 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3789 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 3790 (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
|
3791 |
30067 | 3792 2000-07-05 Andrew Innes <andrewi@gnu.org> |
3793 | |
3794 * makefile.nt: Add support for `bootstrap' and related targets. | |
3795 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3796 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3797 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3798 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3799 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3800 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3801 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
|
3802 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3803 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3804 (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
|
3805 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3806 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
|
3807 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3808 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3809 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3810 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3811 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
|
3812 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3813 |
30056 | 3814 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
3815 | |
3816 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
3817 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
3818 (eval-defun): If called with prefix arg, instrument code for | |
3819 Edebug. | |
3820 | |
3821 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
3822 similar to that of eval-defun. | |
3823 | |
30029 | 3824 2000-07-04 Dave Love <fx@gnu.org> |
3825 | |
30035 | 3826 * hl-line.el (hl-line-overlay): Make it permanent-local. |
3827 | |
30029 | 3828 * calendar/todo-mode.el: Replaced with a working version, based on |
3829 revision 1.34 tidied up. | |
3830 | |
3831 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 3832 |
3833 * paths.el (prune-directory-list): New function. | |
3834 (Info-default-directory-list): Rewritten to more methodically | |
3835 enumerate a big list of possible info directories (based on the | |
3836 list used by the standalone info reader). | |
30029 | 3837 |
30021 | 3838 * 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
|
3839 non-existent directories from Info-directory-list. |
30021 | 3840 |
3841 * paths.el (Info-default-directory-list): Try a list of possible | |
3842 info-directories instead of a single one. Add the possible | |
3843 info directory "/usr/share/info". | |
3844 | |
3845 * woman.el (woman-man.conf-path): Explicitly include the debian | |
3846 man-db config file "/etc/manpath.config". | |
3847 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
3848 are present in `manpath.config'. | |
3849 (woman-manpath): Include "/usr/share/man". | |
3850 | |
30006 | 3851 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
3852 | |
30017 | 3853 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
3854 | |
3855 * startup.el (command-line): Initialize blink-cursor based | |
3856 on window-system. | |
3857 | |
30014 | 3858 * frame.el (blink-cursor): Default to nil if not running under |
3859 a window-system. | |
3860 | |
30012 | 3861 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
3862 (face-x-resources): Remove duplicate entry for :font. | |
3863 | |
30006 | 3864 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
3865 instead of cycling through windows with next-window. | |
3866 | |
3867 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
3868 of cycling through windows with next-window. | |
3869 | |
3870 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
3871 of cycling through windows with next-window. | |
3872 | |
3873 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
3874 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
3875 instead of cycling through windows with next-window. | |
3876 | |
3877 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
3878 instead of cycling through windows with next-window. | |
3879 | |
3880 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
3881 of cycling through windows with next-window. | |
3882 | |
3883 * terminal.el (te-process-output): Use walk-windows instead of | |
3884 cycling through windows with next-window. | |
3885 | |
3886 * server.el (server-switch-buffer): Use some-window instead of | |
3887 cycling through windows with next-window. | |
3888 | |
3889 * window.el (some-window): New function. | |
3890 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 3891 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3892 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 3893 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3894 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 3895 |
3896 * window.el (walk-windows): Guarantee termination by keeping a list | |
3897 of all the windows already handled. | |
3898 | |
29975 | 3899 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
3900 | |
3901 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
3902 window-system. | |
3903 | |
3904 * man.el (Man-notify-when-ready): Don't use window-system. If | |
3905 Man-notify-method is newframe, and the display is not | |
3906 multi-frame, select the frame created for the man page. | |
3907 (Man-init-defvars): Doc fix. | |
3908 | |
29972 | 3909 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
3910 | |
29982 | 3911 * faces.el (region): Change background color for light background. |
3912 | |
3913 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
3914 attribute from mode-line face of Ediff control frame. | |
3915 | |
29972 | 3916 * replace.el (query-replace-map): Bind `e' like `E'. |
3917 | |
29967 | 3918 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
3919 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3920 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3921 Change name to "Select All". |
29969 | 3922 |
29967 | 3923 * dos-fns.el (convert-standard-filename): Fix last change. |
3924 | |
29957 | 3925 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
3926 | |
29959 | 3927 * help.el (describe-variable): Don't insert a second `'s' in front |
3928 of the string `value is shown below'. Since the syntax-table is | |
3929 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
3930 an existing `'s', so that this won't be deleted. | |
3931 | |
29957 | 3932 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
3933 * pcmpl-unix.el: New files. | |
3934 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3935 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3936 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3937 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3938 |
29939 | 3939 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
3940 | |
29956 | 3941 * replace.el (perform-replace): Undo change of 2000-04-04. |
3942 Instead, move backward 1 character at the end of the loop when | |
3943 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3944 |
29949 | 3945 * faces.el (fringe): Change face for different backgrounds. |
3946 | |
3947 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
3948 patch from John. | |
3949 | |
29939 | 3950 * eshell/*.el: Change spelling of the Free Software Foundation. |
3951 | |
3952 * eshell/esh-toggle.el: Removed. | |
3953 | |
3954 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
3955 | |
3956 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
3957 interactively. | |
3958 | |
3959 2000-06-26 Alex Schroeder <alex@gnu.org> | |
3960 | |
3961 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
3962 `define-key'; instead of checking `(emacs-version)' check for | |
3963 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
3964 for `;' and `o' which might be electric. | |
3965 | |
3966 (sql-electric-stuff): New user option. | |
3967 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
3968 (sql-magic-semicolon): New function which uses | |
3969 `sql-electric-stuff'. | |
3970 | |
3971 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
3972 is not fboundp. | |
3973 | |
3974 (sql-oracle-options): New variable. | |
3975 (sql-oracle): Use it. | |
3976 | |
3977 (sql-imenu-generic-expression): Doc change. | |
3978 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
3979 is used. | |
3980 | |
3981 (sql-informix): Added command line parameter "-" to force | |
3982 sql-informix-program to use stdout. | |
3983 | |
29924 | 3984 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
3985 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3986 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 3987 (cp864-decode-table): Doc fix. |
3988 (cp720-decode-table): New variable, supports the Arabic OEM | |
3989 codepage used by Windows. | |
3990 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
3991 | |
29920 | 3992 2000-06-23 Dave Love <fx@gnu.org> |
3993 | |
3994 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
3995 (font-lock-fontify-anchored-keywords): Use | |
3996 line-beginning-position. | |
3997 (global-font-lock-mode): Use mapc. | |
3998 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
3999 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
4000 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
4001 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
4002 |
29870 | 4003 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
4004 | |
29885 | 4005 * comint.el (comint-substitute-in-file-name): Call replace-match |
4006 with second and third arg t. | |
4007 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
4008 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 4009 Specify foreground color. |
4010 | |
4011 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
4012 color. | |
4013 | |
29876 | 4014 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
4015 | |
4016 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
4017 cddr instead of cdddr. | |
4018 | |
29873 | 4019 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
4020 instead of copy-list. | |
4021 | |
4022 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
4023 of copy-list. | |
4024 | |
29870 | 4025 * subdirs.el: Add eshell subdirectory. |
4026 | |
4027 * eshell: New subdirectory containing the Eshell package. | |
4028 | |
4029 * pcomplete.el: New file. | |
4030 | |
29885 | 4031 2000-06-23 Paul Eggert <eggert@twinsun.com> |
4032 | |
29888 | 4033 * mail/mailpost.el (post-mail-send-it): Make sure file has |
4034 proper permissions from birth. | |
4035 | |
4036 * files.el (basic-save-buffer-2): When temporarily setting | |
4037 file modes, set them to current modes plus 0200, not to 0777. | |
4038 | |
29885 | 4039 * emerge.el (emerge-make-temp-file): Make sure file has proper |
4040 permissions from birth. | |
4041 | |
29857 | 4042 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
4043 | |
4044 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
4045 backup file name through convert-standard-filename. | |
4046 | |
4047 * dos-fns.el (convert-standard-filename): Convert leading | |
4048 directories as well. When long file names are supported, convert | |
4049 characters that are invalid in Windows file names. | |
4050 | |
29849 | 4051 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4052 | |
4053 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
4054 ps-print crashes. New feature: page selection for printing. Create | |
4055 raw-text-unix coding system for XEmacs. Doc fix. | |
4056 (ps-print-version): New version number (5.2.3). | |
4057 (ps-plot-region): Bug fix. | |
4058 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
4059 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
4060 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
4061 funs. | |
4062 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
4063 (ps-last-page): New vars. | |
4064 | |
29845 | 4065 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
4066 | |
4067 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
4068 empty option string. | |
4069 | |
29839 | 4070 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
4071 | |
4072 * man.el (man): Doc fix. | |
4073 | |
29829 | 4074 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
4075 | |
4076 * international/mule-cmds.el (set-language-info-alist): Docstring | |
4077 fixed. | |
4078 | |
29814 | 4079 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
4080 | |
4081 * version.el (emacs-version): Use ISO date format. | |
4082 | |
4083 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
4084 instead of `M-backspace'. | |
4085 | |
4086 * simple.el (turn-off-auto-fill): New function. | |
4087 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4088 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4089 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4090 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4091 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4092 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4093 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4094 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4095 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4096 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4097 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
|
4098 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4099 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4100 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4101 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4102 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4103 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
|
4104 (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
|
4105 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4106 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4107 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4108 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4109 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4110 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4111 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4112 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4113 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4114 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4115 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4116 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4117 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4118 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4119 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4120 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4121 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4122 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4123 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4124 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4125 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4126 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4127 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4128 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4129 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4130 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4131 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4132 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4133 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4134 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4135 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4136 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4137 * 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
|
4138 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4139 * 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
|
4140 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4141 * 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
|
4142 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4143 * 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
|
4144 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4145 |
29776 | 4146 2000-06-20 Dave Love <fx@gnu.org> |
4147 | |
4148 * faces.el (frame-background-mode): Use set-default, not set, in | |
4149 setter. | |
4150 (frame-update-faces, frame-update-face-colors): Define with | |
4151 defalias. | |
4152 | |
4153 * enriched.el (enriched-decode-foreground) | |
4154 (enriched-decode-background): Don't use internal-find-face. | |
4155 | |
4156 * apropos.el: Doc fixes. | |
4157 | |
4158 * cus-edit.el (customize-changed-options): Check arg. | |
4159 (customize-version-lessp): Don't require decimal point. | |
4160 | |
4161 * custom.el (defcustom, defgroup): Doc fix. | |
4162 | |
4163 * newcomment.el (comment) <defgroup>: Add :version. | |
4164 (comment-multi-line): Doc fix. | |
4165 | |
4166 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
4167 define-hooked-global-abbrev): Fix, using define-abbrev. | |
4168 | |
29747 | 4169 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
4170 | |
4171 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
4172 the whole buffer. | |
4173 | |
29740 | 4174 2000-06-19 Dave Love <fx@gnu.org> |
4175 | |
4176 * menu-bar.el (menu-bar-options-save): New function. | |
4177 (menu-bar-options-menu): Use it. | |
4178 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
4179 Simplify. | |
4180 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
4181 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
4182 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
4183 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
4184 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
4185 |
29720 | 4186 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
4187 | |
4188 * international/codepage.el: | |
4189 (cp-coding-system-for-codepage-1): Delete special codes for | |
4190 generating xxx-dos coding system because now a CCL based coding | |
4191 system can handle EOL conversion by default. | |
4192 | |
4193 * international/mule.el (make-coding-system): Generate subsidiary | |
4194 coding systems for EOL handling variants even for a CCL based | |
4195 coding system. | |
4196 | |
29718 | 4197 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
4198 | |
4199 * international/isearch-x.el (isearch-minibuffer-input-method) | |
4200 (isearch-minibuffer-input-method-function): These variables | |
4201 deleted. | |
4202 (isearch-with-input-method): Don't use the above variables. | |
4203 (isearch-process-search-multibyte-characters): Likewise. Call | |
4204 read-string with the arg INHERIT-INPUT-METHOD t. | |
4205 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
4206 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
4207 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4208 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4209 (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
|
4210 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4211 * 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
|
4212 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4213 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4214 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
|
4215 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
4216 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
4217 |
29712 | 4218 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
4219 | |
4220 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4221 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
4222 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
4223 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
4224 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
4225 |
29696 | 4226 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
4227 | |
4228 * find-lisp.el: New file. | |
4229 | |
29694 | 4230 2000-06-16 Andrew Innes <andrewi@gnu.org> |
4231 | |
4232 * time.el (display-time-mail-function): New variable, to allow | |
4233 external packages to indicate when new mail is available. | |
4234 (display-time-update): Use it. | |
4235 | |
29689 | 4236 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
4237 | |
29691 | 4238 * international/mule.el (mule-version): Change version name to |
4239 SAKAKI. AOI has already been used by Meadow. | |
4240 | |
29689 | 4241 * international/quail.el (quail-show-guidance-buf): To find the |
4242 bottom window (but minibuffer), pay attention to the height of | |
4243 minibuffer. | |
4244 | |
29670 | 4245 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
4246 | |
29682 | 4247 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
4248 menu-bar menus. Add help strings. Don't remove the Edit menu | |
4249 from the menu bar, as the menu bar has enough space now. | |
4250 | |
29680 | 4251 * Makefile.in (SHELL): Make sure /bin/sh is used. |
4252 | |
29670 | 4253 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
4254 characters, which use series of two ^H characters instead of one. | |
4255 | |
29667 | 4256 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
4257 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4258 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 4259 (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
|
4260 functions. |
29686 | 4261 (Info-find-node-2): Try a case-sensitive search first, then |
4262 do a case-insensitive search. | |
4263 | |
4264 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
4265 tutorials. | |
4266 | |
29676 | 4267 * complete.el (PC-env-vars-alist): New variable. |
4268 (PC-complete-as-file-name): New function. | |
4269 (partial-completion-mode): Initialize PC-env-vars-alist from | |
4270 process-environment. | |
4271 (PC-do-completion): Handle completion of env vars. | |
4272 | |
4273 * info.el (Info-set-mode-line): Show file name in mode line, | |
4274 use `*Info*' instead of `Info:'. | |
4275 | |
29667 | 4276 * startup.el (command-line-1): Change copyright messages to year |
4277 2000. | |
4278 | |
29665 | 4279 2000-06-15 Dave Love <fx@gnu.org> |
4280 | |
4281 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
4282 not local-map. | |
4283 | |
29658 | 4284 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
4285 | |
4286 * international/mule.el (set-buffer-file-coding-system): Almost | |
4287 rewritten to handle `undecided' as no-op. | |
4288 | |
29654 | 4289 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
4290 | |
29667 | 4291 * Makefile.in: New file. |
29657 | 4292 |
4293 * Makefile: Removed. | |
4294 | |
29654 | 4295 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
4296 (goto-address-highlight-keymap): Bind C-c RET. | |
4297 | |
29640 | 4298 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
4299 | |
29649 | 4300 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
4301 inherits buffer-file-coding-system of the current buffer. | |
29647 | 4302 |
29645 | 4303 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
4304 0. Give correct argument to set-auto-coding-function. | |
4305 (tar-expunge): For goto-char, use (point-min), not 0. | |
4306 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
4307 (tar-subfile-save-buffer): Likewize. | |
4308 | |
29640 | 4309 * international/mule.el |
4310 (after-insert-file-set-buffer-file-coding-system): Call | |
4311 set-buffer-file-coding-system with the arg FORCE t. | |
4312 | |
29633 | 4313 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
4314 | |
4315 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
4316 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 4317 the sender is set with `-f'. |
29633 | 4318 |
29622 | 4319 2000-06-13 Dave Love <fx@gnu.org> |
4320 | |
29630 | 4321 * help.el (describe-function-1): Kluge around cases of functions |
4322 fset to subrs whose doc doesn't match their symbol-name. | |
4323 | |
29627 | 4324 * image.el (insert-image): Default STRING to a space. |
29625 | 4325 |
29622 | 4326 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4327 (Info-build-node-completions): Match Ref tags. |
29622 | 4328 |
29612 | 4329 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
4330 | |
29615 | 4331 * frame.el (display-multi-frame-p, display-multi-font-p): New |
4332 defaliases for display-graphic-p. | |
4333 | |
29612 | 4334 * hl-line.el: Fixed a typo in commentary. |
4335 | |
29609 | 4336 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
4337 | |
4338 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
4339 fixed. | |
4340 | |
29608 | 4341 2000-06-12 Dave Love <fx@gnu.org> |
4342 | |
4343 * image.el (insert-image): Save a little consing. | |
4344 | |
29598 | 4345 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
4346 | |
4347 * language/tibet-util.el: Convert all tibetan-1-column characters | |
4348 to the corresponding tibetan characters. | |
4349 (tibetan-add-components): Delete code for the special treatment of | |
4350 'a chung. | |
4351 | |
4352 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
4353 change. | |
4354 (tibetan-vowel-transcription-alist): More rules added. | |
4355 (tibetan-composite-vowel-alist): New variable. | |
4356 (tibetan-precomposition-rule-alist): More rules added. | |
4357 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4358 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4359 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4360 * 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
|
4361 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4362 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4363 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4364 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4365 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4366 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4367 * 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
|
4368 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4369 * 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
|
4370 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4371 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4372 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4373 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4374 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4375 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4376 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4377 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4378 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4379 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4380 * 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
|
4381 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4382 * 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
|
4383 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4384 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4385 (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
|
4386 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4387 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4388 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4389 (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
|
4390 (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
|
4391 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4392 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4393 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4394 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4395 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4396 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4397 * 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
|
4398 (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
|
4399 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4400 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4401 (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
|
4402 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4403 (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
|
4404 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
|
4405 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4406 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4407 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4408 * 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
|
4409 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4410 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4411 (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
|
4412 (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
|
4413 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
|
4414 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4415 * 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
|
4416 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
|
4417 |
29574 | 4418 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
4419 | |
4420 * international/mule.el (set-buffer-file-coding-system): If | |
4421 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
4422 unconditionally. | |
4423 | |
29568 | 4424 2000-06-12 Dave Love <fx@gnu.org> |
4425 | |
4426 * wid-edit.el (widget-specify-button): Really suppress the face if | |
4427 required. | |
4428 | |
29556 | 4429 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
4430 | |
4431 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
4432 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4433 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4434 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4435 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4436 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4437 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4438 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
|
4439 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4440 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4441 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4442 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4443 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4444 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4445 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4446 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4447 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4448 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4449 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4450 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
|
4451 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4452 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
|
4453 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4454 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4455 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4456 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4457 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4458 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4459 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4460 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4461 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4462 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4463 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4464 |
29542 | 4465 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
4466 | |
4467 * 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
|
4468 undecided-XXX is specified, change only EOL conversion. |
29542 | 4469 |
4470 * international/mule-conf.el (unix): New alias for the coding | |
4471 system undecided-unix. | |
4472 | |
29528 | 4473 2000-06-09 Dave Love <fx@gnu.org> |
4474 | |
29535 | 4475 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
4476 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4477 * progmodes/executable.el: Byte compile dynamic. |
29528 | 4478 (executable-insert): Change custom type. |
4479 (executable-find): Add autoload cookie. | |
29531 | 4480 (executable-make-buffer-file-executable-if-script-p): New |
4481 function. After Noah Friedman. | |
29528 | 4482 |
4483 * files.el (after-save-hook): Customize, with | |
29531 | 4484 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 4485 |
29518 | 4486 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
4487 | |
29522 | 4488 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
4489 "tib24p-mule.bdf" for Tibetan. | |
4490 | |
29520 | 4491 * composite.el (decompose-composite-char): Declare it as obsolete. |
4492 | |
29541 | 4493 * man.el (Man-fontify-manpage): Pay attention to underline and |
4494 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 4495 |
29517 | 4496 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
4497 | |
4498 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
4499 Set maintainer to FSF since author isn't reachable. | |
4500 | |
29508 | 4501 2000-06-08 Dave Love <fx@gnu.org> |
4502 | |
4503 * international/mule-cmds.el (select-safe-coding-system): If | |
4504 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
4505 preferred coding-system if buffer-file-coding-system is | |
4506 `undecided'. From Handa. | |
4507 | |
29503 | 4508 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
4509 | |
4510 * international/mule.el | |
4511 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
4512 size is greater than INSERTED, judget that we are not visiting. | |
4513 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4514 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
|
4515 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4516 * 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
|
4517 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
|
4518 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
|
4519 |
29498 | 4520 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
4521 | |
4522 * align.el: Update from author. | |
4523 | |
4524 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
4525 | |
4526 * apropos.el (apropos-mode-hook): New user variable. | |
4527 (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
|
4528 |
29498 | 4529 2000-06-07 David Ponce <david@dponce.com> |
4530 | |
4531 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
4532 commands. Require `wid-edit' at run-time. | |
4533 | |
4534 2000-06-07 David Ponce <david@dponce.com> | |
4535 | |
4536 * recentf.el: Added some "Commentary". | |
4537 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
4538 move the point at the top of the file list. This behaviour is | |
4539 consistent with the menu one when the list contains a lot of | |
4540 files. | |
4541 (recentf-cleanup): Now displays the number of items removed from | |
4542 the list. | |
4543 (recentf-relative-filter) New menu filter to show filenames | |
4544 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
|
4545 |
29498 | 4546 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4547 | |
4548 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
4549 with/without giving an error if PostScript printer doesn't have this | |
4550 kind of page size. Zebra Stripe continues or restarts on next page. | |
4551 Manual/automatic paper feeding. Switch or not the header. | |
4552 (ps-print-version): New version number (5.2.2). | |
4553 (ps-windows-system): Include emx as a Windows system. | |
4554 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
4555 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
4556 (ps-background-text): Code fix. | |
4557 (ps-error-handler-message, ps-user-defined-prologue) | |
4558 (ps-print-prologue-header, ps-printer-name) | |
4559 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
4560 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
4561 (ps-use-face-background): Customization fix. | |
4562 (ps-n-up-database): Data fix. | |
4563 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
4564 (ps-switch-header): New vars. | |
4565 (ps-xemacs-color-name, ps-face-foreground-name) | |
4566 (ps-face-background-name, ps-boolean-constant): New funs. | |
4567 | |
29491 | 4568 2000-06-07 Dave Love <fx@gnu.org> |
4569 | |
4570 * allout.el: New version from Manheimer. | |
4571 | |
29483 | 4572 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
4573 | |
4574 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
4575 charset. | |
4576 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
4577 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
|
4578 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
4579 * 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
|
4580 (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
|
4581 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
|
4582 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
4583 |
29471 | 4584 2000-06-06 Dave Love <fx@gnu.org> |
4585 | |
4586 * image.el (find-image): Doc fix. Return nil if image not found. | |
4587 (put-image, insert-image): Make STRING arg optional. | |
4588 | |
29455 | 4589 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
4590 | |
4591 * language/vietnamese.el: Remove eval-when-compile. | |
4592 (viet-viscii-nonascii-translation-table): Define it as a | |
4593 translation table made from viet-viscii-decode-table. | |
4594 (viet-viscii-encode-table): Define it as a translation table made | |
4595 from the reverse map of above. | |
4596 (viet-vscii-nonascii-translation-table): Define it as a | |
4597 translation table made from viet-vscii-decode-table. | |
4598 (viet-vscii-encode-table): Define it as a translation table made | |
4599 from the reverse map of above. | |
4600 (ccl-decode-viscii): Use translate-character. | |
4601 (ccl-encode-viscii, ccl-encode-viscii-font) | |
4602 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
4603 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4604 |
29455 | 4605 * language/cyrillic.el: Remove eval-when-compile. |
4606 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
4607 translation table made from cyrillic-koi8-r-decode-table. | |
4608 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
4609 made from the reverse map of above. | |
4610 (ccl-decode-koi8): Use translate-character. | |
4611 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
4612 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
4613 a translation table made from cyrillic-alternativnyj-decode-table. | |
4614 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
4615 table made from the reverse map of above. | |
4616 (ccl-decode-alternativnyj): Use translate-character. | |
4617 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
4618 Likewize | |
4619 | |
4620 * international/mule-diag.el (non-iso-charset-alist): Specify | |
4621 translation table symbol instead of translation table itself. | |
4622 (list-block-of-chars): CHARSET may be a translation table symbol. | |
4623 | |
4624 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
4625 already exists, override it. | |
4626 | |
4627 * international/fontset.el: Use family `proportional' for Tibetan | |
4628 fonts. | |
4629 | |
4630 * international/ccl.el (ccl-compile-translate-character): Don't | |
4631 check if Rrr has property translation-table. | |
4632 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
4633 | |
29447 | 4634 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
4635 | |
4636 * info.el: Bind case-fold-search to t when searching in case | |
4637 a user sets it to nil in a hook. | |
4638 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4639 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4640 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4641 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4642 * 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
|
4643 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4644 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4645 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4646 (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
|
4647 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4648 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
|
4649 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4650 * 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
|
4651 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4652 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4653 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4654 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4655 * 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
|
4656 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4657 (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
|
4658 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4659 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4660 (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
|
4661 (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
|
4662 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
4663 * 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
|
4664 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
4665 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
|
4666 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
4667 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4668 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4669 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4670 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4671 (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
|
4672 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4673 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4674 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
|
4675 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4676 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4677 * 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
|
4678 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4679 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
|
4680 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
4681 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
|
4682 |
29447 | 4683 * 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
|
4684 tty's. |
29447 | 4685 * 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
|
4686 differences whenever appropriate. |
29447 | 4687 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
4688 * 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
|
4689 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4690 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4691 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4692 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4693 * 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
|
4694 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4695 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4696 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
|
4697 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4698 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4699 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4700 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4701 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4702 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4703 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4704 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4705 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4706 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4707 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4708 (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
|
4709 (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
|
4710 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4711 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4712 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
|
4713 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4714 (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
|
4715 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4716 |
29403 | 4717 2000-06-02 Dave Love <fx@gnu.org> |
4718 | |
4719 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
4720 all the widgets. Don't require cl or widget. Remove | |
4721 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
4722 (widget-read-event): Removed. Callers changed to use read-event. | |
4723 (widget-button-release-event-p): Renamed from | |
4724 button-release-event-p. | |
4725 (widget-field-add-space, widget-field-use-before-change): | |
4726 Uncustomize. | |
4727 (widget-specify-field): Use keymap property, not local-map. | |
4728 (widget-specify-button): Obey :suppress-face. | |
4729 (widget-specify-insert): Use modern backquote syntax. | |
4730 (widget-image-directory): Renamed from widget-glyph-directory. | |
4731 (widget-image-enable): Renamed from widget-glyph-enable. | |
4732 (widget-image-find): Replaces widget-glyph-find. | |
4733 (widget-button-pressed-face): Move defvar. | |
4734 (widget-image-insert): Replaces widget-glyph-insert. | |
4735 (widget-convert): Use keywordp. | |
4736 (widget-leave-text, widget-children-value-delete): Use mapc. | |
4737 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4738 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 4739 (widget-button-click): Don't set point at the click, but re-centre |
4740 if we scroll out of window. Rewritten for images v. glyphs &c. | |
4741 (widget-tabable-at): Use POS arg, not point. | |
4742 (widget-beginning-of-line, widget-end-of-line) | |
4743 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
4744 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
4745 (widget-default-create): Use widget-image-insert; some rewriting. | |
4746 (widget-visibility-value-create) | |
4747 (widget-push-button-value-create, widget-toggle-value-create): Use | |
4748 widget-image-insert. | |
4749 (checkbox): Create on and off images dynamically. | |
4750 (documentation-link): Change :help-echo. | |
4751 (widget-documentation-link-echo-help): Remove. | |
4752 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4753 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4754 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4755 * 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
|
4756 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4757 * 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
|
4758 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4759 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4760 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4761 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4762 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4763 |
29383 | 4764 2000-06-02 Dave Love <fx@gnu.org> |
4765 | |
29392 | 4766 * files.el (convert-standard-filename): Doc fix. |
4767 (normal-backup-enable-predicate): New function. | |
4768 (backup-enable-predicate): Use it to replace the lambda form. | |
4769 | |
4770 * calendar/todo-mode.el: [This needs more work on the outline | |
4771 stuff.] Doc fixes. | |
4772 (todo) <defgroup>: Add :version. | |
4773 (todo-add-category): Don't use pushnew. | |
4774 (todo-cmd-raise): Fix typo. | |
4775 (todo-top-priorities): Change temp buffer name. | |
4776 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4777 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4778 Use outline-next-heading. |
29392 | 4779 |
29383 | 4780 * autoarg.el: Rewritten to use define-minor-mode. |
4781 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
4782 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
4783 | |
29376 | 4784 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
4785 | |
4786 * isearch.el (isearch-other-meta-char): Fix previous change. | |
4787 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
4788 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
4789 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4790 * 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
|
4791 (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
|
4792 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4793 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
4794 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
4795 |
29372 | 4796 2000-06-01 Dave Love <fx@gnu.org> |
4797 | |
4798 * hl-line.el: Rewritten using define-minor-mode. | |
4799 | |
4800 * help.el (describe-function-1): Distinguish special form from | |
4801 builtin function. Sanity-check presence of arglist for builtins. | |
4802 | |
29356 | 4803 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
4804 | |
29365 | 4805 * international/characters.el: Fix syntax/category setting of |
4806 Tibetan characters. | |
4807 | |
4808 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
4809 encoding of Tibetan characters. | |
4810 (tibetan-decompose-precomposition-alist): New variable. | |
4811 (tibetan-decompose-region): Convert precomposed characters to | |
4812 non-precomposed characters. | |
4813 (tibetan-decompose-string): Likewise. | |
4814 (tibetan-composition-function): Fix args to | |
4815 thibetan-compose-string. | |
4816 | |
4817 * language/tibetan.el (tibetan-composable-pattern): More | |
4818 characters included. | |
4819 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
4820 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
4821 "+R" added. | |
4822 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
4823 | |
29359 | 4824 * language/lao-util.el (lao-composition-function): Fix args to |
4825 compose-string. | |
4826 | |
4827 * language/thai-util.el (thai-composition-function): Fix args to | |
4828 compose-string. | |
4829 | |
29356 | 4830 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 4831 to prevent the point moving to the end of a composition when a |
4832 part of a composition is searched. | |
29356 | 4833 (isearch-other-meta-char): If the key invoking this command can be |
4834 mapped by function-key-map to a printing char, call | |
4835 isearch-process-search-char directly. | |
4836 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4837 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4838 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4839 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4840 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4841 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4842 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4843 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4844 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4845 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4846 * 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
|
4847 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4848 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4849 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
|
4850 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4851 * 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
|
4852 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4853 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
|
4854 |
29347 | 4855 2000-05-31 Dave Love <fx@gnu.org> |
4856 | |
4857 * loadhist.el (loadhist-hook-functions): Remove | |
4858 before-change-function, after-change-function. | |
4859 (unload-feature): Deal with symbols which are both bound and | |
4860 fbound. | |
4861 | |
4862 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
4863 before-change-function, after-change-function. | |
4864 | |
4865 * simple.el (newline): Don't bind before-change-function, | |
4866 after-change-function. | |
4867 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
4868 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
|
4869 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
4870 * 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
|
4871 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
|
4872 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
|
4873 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
|
4874 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4875 * 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
|
4876 |
29330 | 4877 2000-05-31 Dave Love <fx@gnu.org> |
4878 | |
4879 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
4880 pattern for function of change. | |
4881 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
4882 acknowledgements patterns. | |
4883 | |
29328 | 4884 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
4885 | |
4886 * isearch.el (isearch-printing-char): If keyboard coding system is | |
4887 being used, call isearch-process-search-multibyte-characters. | |
4888 | |
4889 * international/isearch-x.el: Mostly rewritten. | |
4890 | |
4891 * international/quail.el (quail-start-conversion): Don't include | |
4892 unhandled events in the returned events, but set them in | |
4893 unread-command-events. Exit if all inputs are deleted. | |
4894 | |
29324 | 4895 2000-05-30 Jason Rumney <jasonr@gnu.org> |
4896 | |
4897 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
4898 | |
4899 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
4900 Reenable code to create initial fontsets. | |
4901 Use set-fontset-font in place of put-charset-property. | |
4902 | |
29302 | 4903 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
4904 | |
29307 | 4905 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
4906 label, ensure that the first colon isn't followed by another. | |
4907 | |
4908 * paths.el (Info-default-directory-list): Doc fix. | |
4909 | |
29304 | 4910 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
4911 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
4912 send a query containing USER only, not USER@HOST. | |
4913 | |
29302 | 4914 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
4915 and rmail-msgend to compute the restriction at the end, instead of | |
4916 computing it. | |
4917 | |
29292 | 4918 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
4919 | |
29295 | 4920 * dabbrev.el (dabbrev-expand): Don't display messages in the |
4921 echo area if the minibuffer window is active. | |
4922 | |
29292 | 4923 * jit-lock.el (jit-lock-mode): Add after change function to |
4924 local hook. | |
4925 | |
4926 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
4927 | |
4928 * antlr-mode.el: New commands: hide/unhide actions, | |
4929 upcase/downcase literals. | |
4930 (antlr-tiny-action-length): New user option. | |
4931 (antlr-hide-actions): New command. Suggested by | |
4932 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
|
4933 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 4934 (antlr-mode-menu): New entries. |
4935 (antlr-downcase-literals): New command. | |
4936 (antlr-upcase-literals): Ditto. | |
4937 | |
4938 * antlr-mode.el: Minor changes: indendation, mode-name. | |
4939 (antlr-indent-line): Indent cpp directive at column 0. | |
4940 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
4941 | |
4942 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
4943 (antlr-font-lock-additional-keywords): Workaround for intentional | |
4944 bug in XEmacs version of font-lock. | |
4945 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
4946 be used by a smarter version of `buffers-menu-grouping-function'. | |
4947 | |
4948 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
4949 | |
4950 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
4951 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
4952 | |
29266 | 4953 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
4954 | |
4955 * international/encoded-kb.el | |
4956 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
4957 charset-iso-final-char return -1 for eight-bit-control and | |
4958 eight-bit-graphic. | |
4959 | |
29261 | 4960 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
4961 | |
4962 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
4963 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
4964 available, instead of window-system. | |
4965 | |
29259 | 4966 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
4967 | |
4968 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
4969 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
4970 coding systems. | |
4971 | |
29248 | 4972 2000-05-26 Dave Love <fx@gnu.org> |
4973 | |
29255 | 4974 * disp-table.el (standard-display-underline): Don't use |
4975 internal-find-face. | |
4976 | |
29248 | 4977 * mail/reporter.el: Maintainer change. Doc fixes. |
4978 (reporter-version): Deleted. | |
4979 | |
4980 * emacs-lisp/elp.el: Maintainer change. | |
4981 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
4982 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
4983 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
4984 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
4985 * 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
|
4986 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
4987 |
29240 | 4988 2000-05-26 Dave Love <fx@gnu.org> |
4989 | |
29242 | 4990 * loadhist.el (unload-feature): Fix interactive spec [from |
4991 lijnzaad@ebi.ac.uk]. | |
4992 | |
29240 | 4993 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
4994 subr-arity to check primitives. | |
4995 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
4996 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
4997 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
4998 mapcar. | |
4999 | |
29226 | 5000 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
5001 | |
29235 | 5002 * international/fontset.el: Set family names of non-latin charsets |
5003 in default fontset to "*". | |
5004 | |
29230 | 5005 * international/mule-diag.el (print-fontset): Combine family part |
5006 and registry part of the fontname by "-*-" instead of "-". | |
5007 | |
29226 | 5008 * international/mule-cmds.el (encode-coding-char): Make strings |
5009 multibyte before calling encode-coding-string. | |
5010 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5011 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5012 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5013 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
5014 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5015 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5016 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5017 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5018 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5019 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5020 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5021 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5022 * 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
|
5023 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5024 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5025 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5026 (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
|
5027 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5028 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5029 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5030 |
29214 | 5031 2000-05-25 Dave Love <fx@gnu.org> |
5032 | |
5033 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
5034 byte-code-function-p. | |
5035 | |
5036 * mail/rmailsum.el: Add provide. | |
5037 | |
5038 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
5039 | |
5040 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
5041 defcustom. | |
5042 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
5043 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
|
5044 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
5045 * 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
|
5046 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
|
5047 |
29205 | 5048 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
5049 | |
5050 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
5051 grayscale support, not about window-system. | |
5052 | |
5053 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
5054 window-system. | |
5055 (ffap-highlight): Always default to t. | |
5056 | |
5057 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
5058 display-popup-menus-p instead of looking at window-system. | |
5059 | |
5060 * disp-table.el (standard-display-g1, standard-display-graphic): | |
5061 Only refuse to use string glyphs on X and MS-Windows. | |
5062 | |
5063 * avoid.el: Remove window-system from commentary, suggest to use | |
5064 display-*-p instead. | |
5065 | |
5066 * apropos.el (apropos-print): Use display-mouse-p instead of | |
5067 window-system. | |
5068 | |
29190 | 5069 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
5070 | |
5071 * international/codepage.el (cp-decoding-vector-for-codepage): | |
5072 Fill up unsupported characters with their own codes. From Kenichi | |
5073 Handa. | |
5074 | |
29188 | 5075 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
5076 | |
5077 * international/mule-diag.el (describe-char-after): Use | |
5078 display-graphic-p instead of window-system, so that this function | |
5079 works on MS-DOS. | |
5080 | |
29181 | 5081 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
5082 | |
5083 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
5084 Remove the eight-bit-graphic and eight-bit-control charsets from | |
5085 the list of charsets which we convert into `?'. | |
5086 | |
29169 | 5087 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
5088 | |
5089 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
5090 private charsets. | |
5091 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
5092 japanese-jisx0213-2): New charsets. | |
5093 | |
5094 * international/fontset.el: Setup default fontset for new charsets. | |
5095 | |
29166 | 5096 2000-05-24 Dave Love <fx@gnu.org> |
5097 | |
5098 * info.el (Info-find-node-2): Restructure [following "Vadim | |
5099 S. Solomin" <sovs@uic.nnov.ru>]. | |
5100 | |
5101 * icomplete.el: Fix header for Finder. | |
5102 | |
5103 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
5104 | |
5105 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
5106 STAY. | |
5107 | |
5108 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
5109 (rmail-show-message): Add call to `rmail-auto-file' during | |
5110 display. | |
5111 (rmail-auto-file): New function. | |
5112 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
5113 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
|
5114 |
29193 | 5115 * 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
|
5116 account. |
29193 | 5117 (ediff-test-utility,ediff-diff-mandatory-option) |
5118 (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
|
5119 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
|
5120 |
29193 | 5121 * 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
|
5122 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5123 |
29193 | 5124 * 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
|
5125 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
5126 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
5127 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
|
5128 |
29193 | 5129 * 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
|
5130 |
29159 | 5131 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
5132 | |
5133 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
5134 aliases for hebrew-iso-8bit. | |
5135 | |
29148 | 5136 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
5137 | |
5138 * woman.el: New version from Francis J. Wright | |
5139 <F.J.Wright@Maths.QMW.ac.uk>. | |
5140 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
5141 names in environment variables regardless of the path separator. | |
5142 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
5143 on all files, since woman-file-regexp already filters out any | |
5144 directories. | |
5145 | |
29140 | 5146 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
5147 | |
29144 | 5148 * international/quail.el (quail-start-translation): Don't change |
5149 modified-p of the current buffer. | |
5150 (quail-start-conversion): Likewise. | |
5151 | |
5152 * international/kkc.el (kkc-region): Don't change modified-p of | |
5153 the current buffer. | |
5154 | |
29142 | 5155 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
5156 conform to RFC1468. | |
5157 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 5158 |
29138 | 5159 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
5160 | |
5161 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
5162 (speedbar-insert-button): Invisible text property fix. | |
5163 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
5164 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
5165 (speedbar-page-plus): Renamed from speedbar-file-+ | |
5166 (speedbar-page-minus): Renamed from speedbar-file-- | |
5167 (speedbar-page): Renamed from speedbar-file- | |
5168 (speedbar-tag): Renamed from speedbar-tag- | |
5169 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
5170 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
5171 (speedbar-expand-image-button-alist): Use above renames. | |
5172 | |
5173 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
5174 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
5175 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
5176 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
5177 * sb-pg.xpm: Renamed from sb-file.xpm | |
5178 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
5179 * 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
|
5180 |
29128 | 5181 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
5182 | |
5183 * international/quail.el (quail-show-guidance-buf): Set | |
5184 current-input-method of the guidance buffer to the name of the | |
5185 curren input method. | |
5186 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5187 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5188 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5189 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5190 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5191 * 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
|
5192 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5193 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5194 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5195 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5196 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5197 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5198 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5199 * 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
|
5200 |
29116 | 5201 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
5202 | |
29127 | 5203 * startup.el (command-line): Determine source file of compiled |
5204 user init file differently. Warn if compiled user init file | |
5205 is older than its source file. | |
5206 | |
29116 | 5207 * 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
|
5208 |
29112 | 5209 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
5210 | |
5211 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
5212 rather than `|' (which is not allowed on Windows). Replace the | |
5213 drive letters with a string "drive_X". | |
5214 | |
29110 | 5215 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
5216 | |
5217 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
5218 | |
5219 * files.el (interpreter-mode-alist): Add `bash2'. | |
5220 | |
29091 | 5221 2000-05-22 Dave Love <fx@gnu.org> |
5222 | |
5223 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
5224 mapc. | |
5225 (feature-file): Avoid calling symbol-name. Doc fix. | |
5226 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
5227 (loadhist-hook-functions): Add mouse-position-function. | |
5228 (unload-feature): Change uses of mapcar. | |
5229 | |
5230 * files.el (parse-colon-path): Doc fix. | |
5231 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
5232 (set-auto-mode): Use mapc. | |
5233 | |
5234 * complete.el (PC-look-for-include-file): Use :alnum: character | |
5235 class. | |
5236 (partial-completion-mode): Add autoload cookie. | |
5237 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5238 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
|
5239 |
29102 | 5240 * 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
|
5241 `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
|
5242 |
29082 | 5243 2000-05-22 Dave Love <fx@gnu.org> |
5244 | |
5245 * bindings.el: Remove debug-ignored-errors set in other files. | |
5246 | |
5247 * progmodes/etags.el: Add to debug-ignored-errors. | |
5248 (visit-tags-table-buffer): Clear out buffers holding old tables | |
5249 when making a new list. | |
5250 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
5251 mapc. | |
5252 | |
5253 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
5254 quote keywords. | |
5255 (cmpl-string-case-type): Use character classes. | |
5256 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5257 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5258 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5259 * imenu.el: |
29082 | 5260 * mail/mh-e.el: |
5261 * progmodes/compile.el: Add to debug-ignored-errors. | |
5262 | |
5263 * dabbrev.el: Add to debug-ignored-errors. | |
5264 (dabbrev-completion): Use mapc. | |
5265 | |
29075 | 5266 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
5267 | |
5268 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
5269 (woman-mapcan, woman-parse-man.conf) | |
5270 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
5271 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
5272 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
5273 path syntax better. | |
5274 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
5275 (woman-manpath): Call woman-parse-man.conf. | |
5276 (woman-emulation): New defcustom, defaults to nroff. | |
5277 (woman-font-support): New defconst. | |
5278 (woman-use-symbol-font): New defcustom. | |
5279 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
5280 "Emulation". | |
5281 Many functions: Doc fix. | |
5282 | |
29072 | 5283 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
5284 | |
5285 * international/quail.el (quail-simple-translation-keymap): Map | |
5286 128..255 to quail-self-insert-command. | |
5287 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
5288 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
5289 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
5290 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5291 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5292 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
5293 * 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
|
5294 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
5295 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
5296 * 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
|
5297 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
5298 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
5299 * 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
|
5300 |
29059 | 5301 2000-05-21 Dave Love <fx@gnu.org> |
5302 | |
29061 | 5303 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
5304 are invalid characters. | |
5305 | |
29059 | 5306 * international/mule-util.el (detect-coding-with-priority): Use |
5307 mapc. Remove redundant lambda. | |
5308 | |
5309 * international/mule-diag.el (list-non-iso-charset-chars) | |
5310 (describe-fontset): Remove redundant lambda. | |
5311 | |
5312 * emulation/crisp.el (brief-mode): New alias. | |
5313 | |
5314 * emacs-lisp/ring.el (ring-elements): New function. | |
5315 | |
5316 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
5317 (easy-menu-do-add-item): Use keywordp. | |
5318 | |
5319 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
5320 | |
5321 * replace.el: Doc and error message fixes. | |
5322 (replace-highlight): Use facep, not internal-find-face. | |
5323 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5324 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5325 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
5326 * 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
|
5327 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5328 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5329 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5330 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5331 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5332 (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
|
5333 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5334 (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
|
5335 (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
|
5336 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5337 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5338 (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
|
5339 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5340 (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
|
5341 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5342 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5343 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5344 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5345 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5346 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5347 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5348 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5349 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5350 (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
|
5351 (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
|
5352 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5353 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
|
5354 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5355 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5356 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5357 |
29029 | 5358 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
5359 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5360 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 5361 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
5362 | |
29028 | 5363 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
5364 | |
5365 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
5366 and insert, not subst-char-in-region. | |
5367 | |
5368 * international/mule-diag.el (list-character-sets-1): Handle | |
5369 charsets eight-bit-control and eight-bit-graphic. | |
5370 (list-iso-charset-chars): Likewise. | |
5371 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
5372 charactes as is. Use indent-to to align characters. | |
5373 | |
5374 * international/mule-cmds.el (find-multibyte-characters): Never | |
5375 exclude charsets eight-bit-control and eight-bit-graphic. | |
5376 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5377 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5378 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5379 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5380 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5381 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5382 * 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
|
5383 |
28993 | 5384 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
5385 | |
5386 * gud.el (gud-jdb-directories): Doc fix. | |
5387 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
5388 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
5389 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
5390 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
5391 |
28988 | 5392 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
5393 | |
28993 | 5394 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 5395 |
28982 | 5396 2000-05-18 Andreas Schwab <schwab@suse.de> |
5397 | |
5398 * dired.el (dired-between-files): Also skip lines beginning with | |
5399 `used'. | |
5400 | |
28978 | 5401 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
5402 | |
5403 * msb.el (msb-menu-cond): Add choice `user'. | |
5404 | |
28981 | 5405 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
|
5406 |
28981 | 5407 * ps-print.el: Compatibility, customization and doc fix. |
5408 (ps-printer-name-option): Replace defconst by defvar. | |
5409 (ps-postscript-code-directory): XEmacs compatibility. | |
5410 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
5411 fix. | |
5412 (ps-user-defined-prologue, ps-print-prologue-header) | |
5413 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
5414 compatibility and code fix. | |
5415 (ps-print-background-image, ps-print-background-text): | |
5416 Customization fix. | |
5417 (ps-line-number-start, ps-n-up-on): New vars. | |
5418 | |
28978 | 5419 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
5420 | |
5421 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
5422 the indent-comment function to just return the appropriate indent. | |
5423 | |
28975 | 5424 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
5425 | |
5426 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
5427 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
5428 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
5429 | |
28969 | 5430 2000-05-18 Dave Love <fx@gnu.org> |
5431 | |
5432 * info.el (Info-fontify-node): Add intangible property as well as | |
5433 invisible. | |
5434 | |
5435 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
5436 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
5437 | |
28965 | 5438 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
5439 | |
5440 * international/mule-diag.el (describe-char-after): Call | |
5441 internal-char-font, not char-font. If internal-char-font returns | |
5442 nil, display "-- none --". | |
5443 | |
28959 | 5444 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
5445 | |
5446 * image.el (image-type-available-p): Don't reference image-types | |
5447 if it isn't bound. | |
5448 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
5449 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
5450 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
5451 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
5452 |
28954 | 5453 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
5454 | |
5455 * startup.el (command-line-1): Don't signal an error if the | |
5456 directory for auto-save-list files does not yet exist. | |
5457 | |
28950 | 5458 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
5459 | |
5460 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
5461 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
5462 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
5463 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
5464 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
5465 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5466 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
|
5467 |
28981 | 5468 * 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
|
5469 |
28942 | 5470 2000-05-16 Dave Love <fx@gnu.org> |
5471 | |
5472 * cus-edit.el: Don't require cl or easymenu. | |
5473 (custom-variable-prompt): Test standard-value property, not | |
5474 user-variable-p. | |
5475 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
5476 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
|
5477 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
5478 * 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
|
5479 |
28939 | 5480 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
5481 | |
5482 * startup.el (command-line-1): Mention the FAQ in the startup | |
5483 message. | |
5484 | |
5485 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
5486 | |
5487 * progmodes/compile.el (compilation-parse-errors): Collect | |
5488 `nomessage' regexps last. | |
5489 | |
5490 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
5491 | |
5492 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
5493 to the function name. | |
5494 | |
28926 | 5495 2000-05-15 Dave Love <fx@gnu.org> |
5496 | |
5497 * speedbar.el (speedbar-recenter): Typo. | |
5498 (speedbar-expand-line): Make arg optional. | |
5499 (speedbar-mode): Avoid a compiler warning. | |
5500 | |
28924 | 5501 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
5502 | |
5503 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
5504 user-specified option string is empty. | |
5505 | |
5506 * mouse.el (mouse-yank-at-click): Doc fix. | |
5507 | |
28921 | 5508 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
5509 | |
5510 * term/internal.el (IT-character-translations): More updates of | |
5511 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
5512 documents. | |
5513 | |
28919 | 5514 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
5515 | |
5516 * env.el (getenv): New function, interactively callable. | |
5517 (setenv, getenv): Remove autoload cookies. | |
5518 | |
5519 * loadup.el: Load `env'. | |
5520 | |
5521 * progmodes/f90.el: Change author's mail address. | |
5522 | |
28908 | 5523 2000-05-14 Dave Love <fx@gnu.org> |
5524 | |
28911 | 5525 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
5526 goto-addr as an option. | |
5527 | |
5528 * help.el (help-xref-stack): Doc fix. | |
5529 (help-xref-following): New variable. | |
5530 (help-make-xrefs): Use it. | |
5531 (help-xref-go-back): Use position information from stack element. | |
5532 (help-follow): Make position in stack element a pair. Use | |
5533 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5534 |
28911 | 5535 * autoarg.el: New file. |
5536 | |
5537 * faces.el: Declare more functions obsolete. | |
5538 | |
28908 | 5539 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
5540 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
5541 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
5542 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
5543 Remove all the setup-...-environment functions. | |
5544 | |
28903 | 5545 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
5546 | |
28919 | 5547 * speedbar.el: Updated the commentary section. xemacs20p now uses |
5548 >= when detecting. Require `defimage' safely. | |
28903 | 5549 (speedbar-easymenu-definition-base): Add toggle for images. |
5550 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
5551 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
5552 (speedbar-reconfigure-keymaps-hook): New variable. | |
5553 (speedbar-frame-parameters): Updated documentation. | |
5554 (speedbar-use-imenu-flag): Updated custom tag | |
5555 (speedbar-dynamic-tags-function-list): New variable. | |
5556 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 5557 (speedbar-indentation-width, speedbar-indentation-width) New |
5558 variables. | |
5559 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 5560 (speedbar-vc-indicator): Doc update. |
5561 (speedbar-ignored-path-expressions): Updated default value. | |
5562 (speedbar-supported-extension-expressions): Updated default value. | |
5563 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 5564 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
5565 as "+". Added overlay aliases. | |
5566 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
5567 `force-mode-line-update'. | |
5568 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
5569 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
5570 `mouse-set-point' | |
28903 | 5571 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 5572 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
5573 of arbitrary text, and new helper functions. | |
5574 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
5575 filename finder. | |
28903 | 5576 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
5577 (speedbar-directory-buttons): Update path search/expansion. | |
5578 (speedbar-make-tag-line): Pay attention to | |
28919 | 5579 `speedbar-indentation-width'. Use more care w/ invisible |
5580 properties. | |
28903 | 5581 (speedbar-change-expand-button-char): Call |
5582 `speedbar-insert-image-button-maybe'. | |
5583 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 5584 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
5585 (speedbar-trim-words-tag-hierarchy) | |
5586 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 5587 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 5588 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
5589 functions. | |
28903 | 5590 (speedbar-mouse-set-point): New function |
5591 (speedbar-power-click): Updated documentation. | |
28919 | 5592 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
5593 of tag prefix text. | |
5594 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
5595 to strange text. | |
5596 (speedbar-expand-line): Takes universal argument to flush the | |
5597 cache. | |
28903 | 5598 (speedbar-flush-expand-line): New function. |
5599 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
5600 Use new generator insertion method. | |
5601 (speedbar-fetch-dynamic-tags): New function. | |
5602 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
5603 `speedbar-fetch-dynamic-imenu'. | |
5604 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
5605 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
5606 "Revert Buffer" menu items. | |
5607 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
5608 filename tag (for expansion purposes.). | |
28919 | 5609 (speedbar-highlight-one-tag-line, |
5610 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
5611 (speedbar-recenter): New functions. | |
28903 | 5612 (defimage-speedbar): Image loading abstraction. |
28919 | 5613 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
5614 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
5615 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
5616 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 5617 (speedbar-expand-image-button-alist): New variable. |
5618 (speedbar-insert-image-button-maybe): Insert an image over some | |
5619 buttons. | |
5620 | |
28894 | 5621 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
5622 | |
5623 * international/mule-cmds.el (encode-coding-char): An ASCII | |
5624 character is always encodable. | |
5625 | |
5626 * international/mule-conf.el: Add more information in descriptions | |
5627 of character sets. | |
5628 | |
28965 | 5629 * international/mule-diag.el (describe-char-after): New function. |
28894 | 5630 (describe-font-internal): Adjusted for the change of font-info. |
5631 (describe-font): Likewise. | |
5632 (print-fontset): Rewritten for the new fontset implementation. | |
5633 (describe-fontset): Include fontset alias names in completion. | |
5634 (list-fontsets): Adjusted for the change of print-fontset. | |
5635 | |
28895 | 5636 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
5637 describe-char-after instead of displaying the detail in the echo | |
5638 area. | |
28965 | 5639 (syntax-code-table): Format changed. |
5640 (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
|
5641 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
5642 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
5643 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
5644 * 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
|
5645 |
28890 | 5646 2000-05-12 Dave Love <fx@gnu.org> |
5647 | |
5648 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
5649 dependence. Use line-{beginning,end}-position, not | |
5650 point-at{b,e}ol. Some doc fixes. | |
5651 (todo-position): New function. Fix callers of position to use it. | |
5652 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
5653 | |
28885 | 5654 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
5655 | |
5656 * time.el (display-time-mail-icon): Use `:ascent center'. | |
5657 | |
28893 | 5658 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
5659 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5660 |
28882 | 5661 2000-05-11 Dave Love <fx@gnu.org> |
5662 | |
28888 | 5663 * calendar/todo-mode.el: New file. |
28882 | 5664 |
28870 | 5665 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
5666 | |
28881 | 5667 * comint.el (comint-read-input-ring): Move reference to |
5668 comint-input-ring-size outside of the save-excursion. It was | |
5669 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
|
5670 |
28875 | 5671 * font-lock.el: Update copyright. Remove Simon Marshall's email |
5672 address on request from him. | |
5673 | |
28870 | 5674 * subr.el (substitute-key-definition): Add comment describing |
5675 the meaning of PREFIX. | |
5676 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5677 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5678 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5679 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5680 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5681 * 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
|
5682 (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
|
5683 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5684 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5685 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5686 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5687 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5688 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5689 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5690 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5691 * 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
|
5692 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5693 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5694 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5695 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5696 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5697 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5698 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5699 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5700 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5701 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5702 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5703 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5704 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5705 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5706 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5707 (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
|
5708 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5709 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5710 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5711 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5712 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5713 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5714 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5715 |
28845 | 5716 2000-05-09 Sam Steingold <sds@goems.com> |
5717 | |
5718 * apropos.el (apropos-print): use `describe-face' instead of | |
5719 `customize-face-other-window'. | |
5720 | |
28842 | 5721 2000-05-09 Dave Love <fx@gnu.org> |
5722 | |
5723 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
5724 | |
5725 * help.el (describe-variable): Have customize button pop the | |
5726 help-xref stack when invoked. | |
5727 (help-xref-symbol-regexp): Add `face'. | |
5728 (help-make-xrefs): Check for quoted face names and adapt regexp | |
5729 submatch numbers to cope. | |
5730 (help-xref-interned): Maybe insert face doc too. Separate | |
5731 sections with a line of hyphens. | |
5732 | |
28848 | 5733 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 5734 (describe-face): Add customize button. Return the help |
5735 text. Fix prompt. | |
5736 | |
28839 | 5737 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
5738 | |
5739 * term/internal.el (IT-character-translations): Fix last change. | |
5740 | |
28833 | 5741 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
5742 | |
5743 * woman.el: New file | |
5744 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
5745 | |
28829 | 5746 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
5747 | |
28831 | 5748 * term/internal.el (IT-character-translations): Update ASCII |
5749 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
5750 latin-iso8859-15. | |
5751 | |
28829 | 5752 * international/mule-cmds.el (set-language-info-alist): Call |
5753 define-prefix-command with 3 arguments, to make the map suitable | |
5754 for a menu. | |
5755 | |
28827 | 5756 2000-05-07 Dave Love <fx@gnu.org> |
5757 | |
31242 | 5758 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 5759 |
28825 | 5760 2000-05-05 Dave Love <fx@gnu.org> |
5761 | |
5762 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
5763 list in doc string. Don't quote keyword symbols. | |
5764 * emacs-lisp/cl.el: Likewise | |
5765 * emacs-lisp/cl-seq.el: Likewise | |
5766 | |
28823 | 5767 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
5768 | |
5769 * abbrev.el (abbrev-mode): Make ARG optional. | |
5770 | |
28812 | 5771 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
5772 | |
28817 | 5773 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
5774 | |
5775 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
5776 | |
28812 | 5777 * subr.el (substitute-key-definition): Clarify documentation. |
5778 | |
5779 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
5780 | |
5781 * glasses.el (glasses-convert-to-unreadable): Use | |
5782 `glasses-separator' instead of the hard-wired "_". | |
5783 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
5784 place. | |
5785 | |
28808 | 5786 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
5787 | |
5788 * term/internal.el (cjk-codepages-alist): Add associations for | |
5789 Chinese and Korean codepages. Remove FIXME comment. | |
5790 | |
28806 | 5791 2000-05-03 Dave Love <fx@gnu.org> |
5792 | |
5793 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
5794 New option. | |
5795 (display-time-mail-icon): New variable. | |
5796 (display-time-string-forms): Use the above. Fix the local-map. | |
5797 | |
28795 | 5798 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
5799 | |
28805 | 5800 * replace.el (query-replace-map): Add binding for `E'. |
5801 (query-replace-help): Extend help text. | |
5802 (perform-replace): Allow editing the replacement string. | |
5803 | |
5804 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
5805 (makefile-mode): Set local abbrev table to | |
5806 makefile-mode-abbrev-table. | |
5807 (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
|
5808 |
28795 | 5809 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
5810 set TOGGLE's value. | |
5811 | |
28805 | 5812 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
5813 mail-interactive-insert-alias. | |
5814 (mail-abbrev-complete-alias): New command. | |
5815 (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
|
5816 |
28790 | 5817 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
5818 | |
5819 * language/lao-util.el (lao-compose-region): New function. | |
5820 | |
28782 | 5821 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
5822 | |
28789 | 5823 * files.el (recover-session): Make directories as necessary |
5824 if they don't exist yet. | |
5825 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5826 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5827 (french-calendar-multibyte-special-days-array) |
28782 | 5828 (french-calendar-special-days-array): Change French text. |
5829 (calendar-french-date-string): Change output. | |
5830 (calendar-goto-french-date): Likewise. | |
5831 | |
5832 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
5833 | |
5834 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
5835 (widget-documentation-string-value-create): Set `:always-active'. | |
5836 | |
28778 | 5837 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
5838 | |
5839 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
5840 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
5841 (normal-top-level): Create the directory for auto-save files, if | |
5842 it doesn't already exist (in the ms-dos case only). | |
5843 | |
28775 | 5844 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
5845 | |
5846 * international/mule-cmds.el (set-language-environment): Don't | |
5847 concat an integer (dos-codepage), use format instead. | |
5848 | |
28772 | 5849 2000-05-02 Dave Love <fx@gnu.org> |
5850 | |
5851 * help.el (help-xref-on-pp): Check for constant symbols. | |
5852 | |
28764 | 5853 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
5854 | |
5855 * startup.el (normal-top-level): Put a condition-case around | |
5856 the code loading subdirs.el. | |
5857 | |
5858 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
|
5859 |
28764 | 5860 * ps-print.el: Upside-down and face background color printing, |
5861 line number step, doc fix. | |
5862 (ps-print-version): New version number (5.2). | |
5863 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
5864 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
5865 (ps-spool-config): Var fix. | |
5866 (ps-printer-name-option): Const fix. | |
5867 (ps-print-upside-down, ps-use-face-background) | |
5868 (ps-line-number-step): New vars. | |
5869 (ps-window-system, ps-lp-system): New consts. | |
5870 (ps-face-background): New fun. | |
5871 | |
28759 | 5872 2000-04-28 Richard Stallman <rms@gnu.org> |
5873 | |
5874 * files.el (make-auto-save-file-name): | |
5875 Apply auto-save-file-name-transforms to visited file name | |
5876 before generating auto save file name. | |
5877 (auto-save-file-name-transforms): New variable. | |
5878 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5879 * files.el (backup-enable-predicate): |
28759 | 5880 Correctly test for a file under a temporary directory. |
5881 | |
28751 | 5882 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
5883 | |
5884 * subr.el (add-minor-mode): Rewritten. | |
5885 | |
28749 | 5886 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
5887 | |
5888 * mail/sendmail.el (sendmail-send-it): Set | |
5889 buffer-file-coding-system to the selected coding system for MIME | |
5890 header. | |
5891 | |
28748 | 5892 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
5893 | |
5894 * dired.el (dired-move-to-filename-regexp): Allow format where | |
5895 YYYY is followed by two spaces. | |
5896 | |
5897 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
5898 in the second character class of the regexp. | |
5899 | |
5900 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
5901 mh-etc, too. | |
5902 | |
5903 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
5904 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5905 |
28748 | 5906 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
5907 | |
5908 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
5909 argument. | |
5910 | |
5911 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
|
5912 |
28748 | 5913 * emacs-lisp/crm.el (crm-completion-table): New variable. |
5914 (crm-collection-fn, crm-test-completion) | |
5915 (completing-read-multiple): Use it. | |
5916 | |
28736 | 5917 2000-04-27 Dave Love <fx@gnu.org> |
5918 | |
5919 * help.el (locate-library): Use mapc. | |
5920 (help-manyarg-func-alist): Add call-process-region. | |
5921 | |
28724 | 5922 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
5923 | |
28729 | 5924 * subr.el (add-minor-mode): Make argument MAP optional. |
5925 | |
28724 | 5926 * desktop.el (desktop-save): Save list of minor modes. |
5927 (desktop-create-buffer): Restore minor modes. | |
5928 (desktop-minor-mode-table): New user-option. | |
5929 | |
5930 * subr.el (add-minor-mode): New function. | |
5931 | |
5932 * image.el (find-image): New function. | |
5933 (defimage): Rewritten to find image at load time. | |
5934 | |
5935 * startup.el (normal-top-level-add-to-load-path): Handle | |
5936 case that the default directory is not in load-path. | |
5937 | |
5938 * help.el: Old patch from Stefan Monnier. | |
5939 (help-xref-on-pp): New function. | |
5940 (describe-variable): Use it to display xrefs in a symbol's value. | |
5941 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
5942 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
5943 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
5944 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
5945 |
28713 | 5946 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
5947 | |
28715 | 5948 * mail/rmail.el (rmail-expunge): When there are no deleted |
5949 messages, do nothing. | |
28713 | 5950 |
28712 | 5951 2000-04-26 Dave Love <fx@gnu.org> |
5952 | |
5953 * international/mule-cmds.el (locale-translation-file-name): | |
5954 Defvar to nil. | |
5955 (set-locale-environment): Set it here (at runtime). | |
5956 | |
28710 | 5957 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
5958 | |
5959 * replace.el (perform-replace): Add parameters START and END. Use | |
5960 them instead of the check for a region in Transient Mark mode. | |
5961 (query-replace-read-args): Return two more list elements for the | |
5962 start and end of the region in Transient Mark mode. | |
5963 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
5964 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
5965 optional last arguments START and END and pass them to | |
5966 perform-replace. | |
5967 | |
5968 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
5969 form with additional arguments for perform-replace. | |
5970 | |
5971 * progmodes/etags.el (tags-query-replace): Add parameters START | |
5972 and END. Construct a form with additional arguments for | |
5973 perform-replace. | |
5974 | |
5975 * simple.el (shell-command): Set default directory for "*Shell | |
5976 Command Output" buffer. | |
5977 | |
5978 * language/european.el (iso-latin-4): Fix typo. | |
5979 | |
5980 * emacs-lisp/crm.el: New file. | |
5981 | |
28701 | 5982 2000-04-24 Dave Love <fx@gnu.org> |
5983 | |
5984 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
5985 (Custom-reset-saved, Custom-reset-standard) | |
5986 (custom-group-value-create, custom-group-set, custom-group-save) | |
5987 (custom-group-reset-current, custom-group-reset-saved) | |
5988 (custom-group-reset-standard): Use mapc. | |
5989 (custom-buffer-create-internal): Disable undo when creating items. | |
5990 Use mapc. | |
5991 (custom-face): Avoid redundant lambda. | |
5992 | |
28699 | 5993 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
5994 | |
5995 * startup.el (auto-save-list-file-prefix): Set default to | |
5996 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
5997 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5998 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5999 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6000 * 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
|
6001 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6002 |
28695 | 6003 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
6004 | |
6005 * frame.el (scrolling): New group. | |
6006 (automatic-hscrolling): New user-option. | |
6007 | |
6008 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
6009 `--line-spacing'. | |
6010 | |
28668 | 6011 2000-04-19 Dave Love <fx@gnu.org> |
6012 | |
6013 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
6014 (cl-mapc): Rename from mapc. Fix the funcall. | |
6015 | |
28653 | 6016 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
6017 | |
28660 | 6018 * simple.el (clone-indirect-buffer-other-window): New command. |
6019 (clone-indirect-buffer): Add optional arg NORECROD. | |
6020 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
6021 | |
28658 | 6022 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
6023 | |
6024 * window.el (count-screen-lines): New function. | |
6025 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
6026 instead of window-buffer-height. | |
6027 | |
6028 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
6029 non-existing variable comint-input-sentinel. | |
6030 (inferior-lisp-args-to-list): Removed. | |
6031 (inferior-lisp): Use split-string instead of | |
6032 inferior-lisp-args-to-list. | |
6033 | |
6034 * hexl.el (hexl-insert-hex-string): New command. | |
6035 | |
28653 | 6036 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
6037 instead of concat. | |
6038 | |
28634 | 6039 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
6040 | |
6041 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
6042 at the start of an existing but empty folder. | |
6043 | |
6044 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6045 | |
6046 * ps-mule.el: Customization fix, doc fix. | |
6047 (ps-multibyte-buffer): Customization fix. | |
6048 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6049 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
6050 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
6051 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
6052 |
28626 | 6053 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
6054 | |
6055 * textmodes/texinfo.el (texinfo-insert-@email) | |
6056 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
6057 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
6058 (texinfo-mode-map): Add key bindings for them. | |
6059 | |
6060 * files.el (basic-save-buffer-2): Use a template with `$' | |
6061 instead of `#' for VMS. | |
6062 | |
6063 * simple.el (clone-indirect-buffer): New function. | |
6064 | |
28621 | 6065 2000-04-16 Stephen Eglen <stephen@gnu.org> |
6066 | |
6067 * iswitchb.el (iswitchb-case): New function. If the user input | |
6068 contains any upper-case characters, the search is made | |
6069 case-sensitive. | |
6070 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6071 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6072 |
28621 | 6073 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
6074 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6075 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6076 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6077 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6078 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 6079 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
6080 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
|
6081 (texinfo-environments): New var. |
28621 | 6082 (texinfo-environment-regexp): Use regexp-opt and |
6083 texinfo-environments. | |
6084 | |
6085 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
6086 ispell-process is bound since this might be eval'd before ispell | |
6087 is loaded. | |
6088 (ispell-message): Use a tiny bit less magic and a bit more hard | |
6089 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
|
6090 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6091 * 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
|
6092 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6093 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6094 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6095 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6096 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6097 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6098 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6099 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6100 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6101 |
28602 | 6102 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6103 | |
6104 * 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
|
6105 |
28602 | 6106 * ps-print.el: Fix counting lines in a region. |
6107 (ps-print-version): New version number (5.1.5). | |
6108 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
6109 (ps-printing-region): Fun code fix. | |
6110 | |
28600 | 6111 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
6112 | |
6113 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
6114 to file-directory-p. | |
6115 | |
28591 | 6116 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
6117 | |
6118 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
6119 exists before calling directory-files. | |
6120 | |
28578 | 6121 2000-04-13 Dave Love <fx@gnu.org> |
6122 | |
6123 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
6124 syntax. | |
6125 | |
6126 * emacs-lisp/cl-specs.el: Remove when, unless. | |
6127 | |
6128 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
6129 (cl-old-mapc): New variable. | |
6130 (mapc): Use it. | |
6131 (cl-map-intervals): Use with-current-buffer. Don't check for | |
6132 next-property-change. | |
6133 (cl-map-overlays): Use with-current-buffer. | |
6134 (cl-expt): Remove. | |
6135 (copy-tree, remprop): Define unconditionally. | |
6136 | |
6137 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
6138 | |
6139 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
6140 to use keywordp. | |
6141 (edebug-spec): Enable keywordp. | |
6142 | |
6143 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
6144 string-lessp. | |
6145 | |
6146 * cus-start.el: Use keywordp. | |
6147 | |
28577 | 6148 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
6149 | |
6150 * diary-lib.el (include-other-diary-files): Fix the fix of | |
6151 2000-02-18 by doing a save-excursion. | |
6152 | |
6153 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6154 | |
6155 * ps-print.el: Customization fix, doc fix. | |
6156 (ps-print-version): New version number (5.1.4). | |
6157 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
6158 (ps-print-preprint): Adjust code. | |
6159 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
6160 (ps-print-prologue-header, ps-print-control-characters) | |
6161 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6162 |
28564 | 6163 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
6164 | |
6165 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
6166 converted to the new menu-item format, names silightly changed, | |
6167 help strings added. | |
6168 | |
6169 Support for spelling without async subprocesses: | |
6170 | |
6171 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
6172 (ispell-session-buffer): New variables. | |
6173 (ispell-start-process, ispell-process-status, | |
6174 ispell-accept-output, ispell-send-string): New functions, for | |
6175 Ispell invocation when async subprocesses aren't supported. | |
6176 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
6177 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
6178 to process-send-string with calls to ispell-send-string, and | |
6179 accept-process-output with ispell-accept-output. | |
6180 (ispell-init-process): Call ispell-process-status instead of | |
6181 process-status with. | |
6182 (ispell-init-process): Call ispell-start-process. Call | |
6183 ispell-accept-output and ispell-send-string. Don't call | |
6184 process-kill-without-query and kill-process if they are unbound. | |
6185 (ispell-async-processp): New function. | |
6186 | |
28560 | 6187 2000-04-12 Dave Love <fx@gnu.org> |
6188 | |
6189 * info.el: Add debug-ignored-errors. | |
6190 (Info-mode-menu): Add some items. | |
6191 (Info-directory): Add autoload cookie. | |
6192 | |
6193 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
6194 Modify `truncate-lines'. Make `describe-language-environment' | |
6195 always visible and add help. Modify `describe-key' help. Invoke | |
6196 Info-directory from `info'. New entry `emacs-manual'. | |
6197 | |
28542 | 6198 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
6199 | |
28549 | 6200 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
6201 propertized-buffer-identification. | |
6202 (ebrowse-update-member-buffer-mode-line): Likewise. | |
6203 (ebrowse--mode-strings): Removed. | |
6204 (ebrowse--mode-line-props): Removed. | |
6205 | |
28542 | 6206 * files.el (auto-mode-alist): Add `EBROWSE'. |
6207 | |
6208 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
6209 space before testing for end of buffer. | |
6210 (ebrowse-load): Removed. | |
6211 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
6212 (ebrowse-create-tree-buffer): Rewritten. | |
6213 (ebrowse-tree-mode): Read tree from buffer. | |
6214 | |
6215 * progmodes/ebrowse-ffh.el: Removed. | |
6216 | |
28535 | 6217 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
6218 | |
6219 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
6220 | |
28534 | 6221 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
6222 | |
6223 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
6224 at the wrong place. | |
6225 | |
28783 | 6226 2000-04-09 Dave Love <fx@gnu.org> |
6227 | |
6228 * files.el (backup-enable-predicate): Use | |
6229 temporary-file-directory, small-temporary-file-directory. | |
6230 (make-backup-file-name-function, backup-directory-alist): New | |
6231 variables. | |
6232 (make-backup-file-name-1): New function. | |
6233 (make-backup-file-name): Use it. | |
6234 (find-backup-file-name): Likewise. Use format for clarity, not | |
6235 concat. | |
6236 (file-newest-backup): Use make-backup-file-name. | |
6237 | |
28523 | 6238 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
6239 | |
28530 | 6240 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6241 |
28530 | 6242 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
6243 to ebrowse-ffh.el. | |
6244 (ebrowse-load): Add autoload. | |
6245 | |
6246 * finder.el (finder-commentary): Add autoload cookie. | |
6247 | |
28523 | 6248 * mail/rfc2368.el: Correct author's email address. |
6249 | |
6250 * progmodes/ebrowse.el: New file. | |
6251 | |
6252 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
6253 item help string. | |
6254 (easy-menu-do-add-item): Ditto. | |
6255 (easy-menu-define): Extend doc string. | |
6256 | |
6257 * jit-lock.el (with-buffer-unmodified): Use | |
6258 restore-buffer-modified-p. | |
6259 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
6260 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
6261 with-buffer-unmodified. | |
6262 | |
28517 | 6263 2000-04-08 Dave Love <fx@gnu.org> |
6264 | |
6265 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
6266 unless, when. | |
6267 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
6268 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
|
6269 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
6270 * 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
|
6271 (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
|
6272 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
|
6273 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6274 |
28506 | 6275 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
6276 | |
6277 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
6278 like C-r. | |
6279 | |
6280 * progmodes/make-mode.el: Some doc fixes. | |
6281 (makefile-mode-abbrev-table): New variable. | |
6282 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
6283 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
6284 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
6285 | |
6286 * replace.el (perform-replace): Don't move forward one char | |
6287 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
6288 to do that because it leaves point 1 position after the last | |
6289 replacement, after everything has been replaced. | |
6290 | |
6291 * jit-lock.el (with-buffer-unmodified): New macro. | |
6292 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
6293 modified state. | |
6294 (jit-lock-function-1): Extracted from jit-lock-function; not | |
6295 preserving buffer's modified state. | |
6296 (jit-lock-function, jit-lock-stealth-fontify): Call | |
6297 jit-lock-function-1. | |
6298 | |
6299 * mail/rfc2368.el: Remove supernumerary copyright line. | |
6300 | |
28499 | 6301 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
6302 | |
6303 * glasses.el: Provide facilities for inserting space before left | |
6304 parentheses and uncapitalization of identifiers. | |
6305 (glasses-mode): Try to remove old overlays in all cases. | |
6306 | |
28485 | 6307 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
6308 | |
28496 | 6309 * progmodes/compile.el (compile-internal): Display the compilation |
6310 buffer in a different frame, if it's already displayed there. | |
6311 | |
28494 | 6312 * mail/rfc2368.el: New file. |
6313 | |
28492 | 6314 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
6315 header and insert its value as mail body. | |
6316 | |
6317 * subr.el (member-ignore-case): New function. | |
6318 | |
6319 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
6320 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
6321 from dabbrev-ignored-regexps. | |
6322 | |
28485 | 6323 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
6324 to extensions handled by gzip. | |
6325 | |
28492 | 6326 2000-04-03 Richard M. Stallman <rms@gnu.org> |
6327 | |
6328 * files.el (insert-directory): List the total free space | |
6329 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6330 |
28492 | 6331 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
6332 line is followed by one that matches CITATION-REGEXP, end the | |
6333 paragraph. | |
6334 | |
6335 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
6336 | |
6337 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
6338 (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
|
6339 |
28474 | 6340 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
6341 | |
6342 * international/mule-cmds.el (encoded-string-description): | |
6343 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 6344 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
6345 for hexadecimal format. | |
28474 | 6346 |
28468 | 6347 2000-04-01 Dave Love <fx@gnu.org> |
6348 | |
6349 * cpp.el: Change customization group to `c' from `C'. | |
6350 | |
6351 * vcursor.el (vcursor-move): Use display-color-p. | |
6352 | |
6353 * international/mule-util.el: Provide mule-utils. | |
6354 (string-to-sequence): Simplify and speed up. | |
6355 | |
6356 * international/mule.el (make-coding-system): Purecopy doc-string. | |
6357 | |
6358 * international/mule-cmds.el: Various menu changes. | |
6359 (describe-specified-language-support): Handle `Default'. | |
6360 (set-language-info): Purecopy `info'. | |
6361 | |
28462 | 6362 2000-03-31 Andrew Innes <andrewi@gnu.org> |
6363 | |
6364 * vc.el (vc-backend-diff): Return the correct status if we had to | |
6365 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
|
6366 |
28445 | 6367 2000-03-31 Dave Love <fx@gnu.org> |
6368 | |
28452 | 6369 * help.el (help-manyarg-func-alist): Correct several omissions. |
6370 | |
28450 | 6371 * add-log.el: Don't require cl, fortran. |
6372 (add-log-current-defun-function): Doc fix. | |
6373 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
6374 fix. | |
6375 (change-log-version-rcs): Function deleted. | |
6376 (change-log-version-number-search): Doc fix. Use | |
6377 vc-workfile-version. Avoid CL dolist. | |
6378 (add-change-log-entry): Just call add-log-current-defun to get | |
6379 defun. Simplify somewhat. | |
6380 (change-log-get-method-definition-1): Likewise. | |
6381 (add-log-current-defun): Return nil if calling | |
6382 add-log-current-defun-function does so. Move Fortran stuff to | |
6383 fortran.el. Return string without properties. | |
6384 | |
28445 | 6385 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
6386 and :alpha: char classes. | |
6387 | |
6388 * mail/supercite.el: Defvar curline when compiling. | |
6389 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
6390 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
6391 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
6392 | |
28444 | 6393 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
6394 | |
6395 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
6396 | |
6397 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
6398 Re-enable new code. | |
6399 | |
6400 * lpr.el (print-region-1): Use -d to specify printer name for | |
6401 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
6402 | |
6403 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
|
6404 |
28444 | 6405 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
6406 for function definition in symbol's function value slot first | |
6407 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
|
6408 |
28435 | 6409 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
6410 | |
6411 * language/european.el ("Polish"): New language environment. | |
6412 (setup-polish-environment): New function. | |
6413 | |
28424 | 6414 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
6415 | |
6416 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
6417 Disable new code. | |
6418 | |
6419 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
6420 trying to `load' the symbol of an autoload instead of the file | |
6421 recorded in the autoload. Fix error messages. | |
6422 | |
28429 | 6423 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6424 | |
6425 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
6426 (ps-print-version): New version number (5.1.3). | |
6427 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
6428 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
6429 (ps-generate-postscript-with-faces): Code fix. | |
6430 (ps-color-values): XEmacs compatibility. | |
6431 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
6432 (ps-default-fg, ps-default-bg): Adjust customization. | |
6433 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
6434 (ps-color-scale): Renaming old ps-color-value fun. | |
6435 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
6436 with ps-print-header variable. | |
6437 (ps-print-miscellany): New group. | |
6438 (ps-format-color, ps-rgb-color): New funs. | |
6439 (ps-default-foreground): New var. | |
6440 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6441 |
28416 | 6442 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
6443 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
6444 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
6445 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
6446 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
6447 (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
|
6448 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
6449 |
28416 | 6450 * lisp/locate.el: |
6451 (locate-word-at-point): Added this function | |
6452 (locate): Default to using locate-word-at-point as input | |
6453 Run dired-mode-hook | |
6454 | |
28405 | 6455 2000-03-29 Dave Love <fx@gnu.org> |
6456 | |
6457 * calendar/appt.el: Doc fixes. | |
6458 (appt-check): Convert min-to-app to a string before passing to | |
6459 appt-disp-window-function or concat. | |
6460 (appt-delete-window): Remove test for frame-root-window. | |
6461 (appt-select-lowest-window, appt-convert-time): Simplify. | |
6462 | |
6463 * emacs-lisp/bytecomp.el: Doc fixes. | |
6464 (byte-compile-file-form-autoload): Update | |
6465 byte-compile-function-environment. | |
6466 | |
28403 | 6467 2000-03-29 Andreas Schwab <schwab@suse.de> |
6468 | |
6469 * emacs-lisp/autoload.el: Also print defsubst doc string | |
6470 specially. | |
6471 | |
6472 * dired.el (dired-insert-directory): If dired-free-space-program | |
6473 failed just delete its output. | |
6474 | |
28395 | 6475 2000-03-29 Dave Love <fx@gnu.org> |
6476 | |
6477 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
6478 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
6479 (iso-iso2sgml, iso-sgml2iso): New functions. | |
6480 (iso-cvt-define-menu): Fix some entries and use backquote for | |
6481 clarity. | |
6482 | |
6483 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
6484 | |
28377 | 6485 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
6486 | |
6487 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
6488 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
6489 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6490 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6491 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
6492 * 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
|
6493 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
6494 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
6495 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
6496 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6497 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6498 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6499 |
28326 | 6500 2000-03-26 Dave Love <fx@gnu.org> |
6501 | |
28331 | 6502 * net/browse-url.el (browse-url): Re-fix case of |
6503 browse-url-browser-function being an alist. | |
6504 (browse-url): Add :link to defgroup. | |
6505 | |
28326 | 6506 * files.el: Doc fixes. |
6507 (file-truename): Include `[' in wildcard characters. | |
6508 (automount-dir-prefix): Customize. | |
6509 (find-file-wildcards): Add :version. | |
6510 (find-file-noselect): Simplify a mapcar call. | |
6511 | |
6512 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
6513 compatible with inf-lisp version. | |
6514 (eval-defun-1): Fix custom-declare-variable case. | |
6515 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6516 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6517 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6518 * 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
|
6519 |
28303 | 6520 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
6521 | |
28308 | 6522 * Makefile (COMPILE_FIRST): New macro. |
6523 (compile-files): Compile files from COMPILE_FIRST first. | |
6524 | |
6525 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
6526 code. | |
6527 | |
28303 | 6528 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
6529 matching open parenthesis in column 0 to defun-prompt-regexp | |
6530 only if open-paren-in-column-0-is-defun-start is set. | |
6531 | |
6532 * sun-curs.el: Require CL at compile-time only. | |
6533 | |
6534 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
6535 instead of copy-list which is a function from CL. | |
6536 (msb--choose-menu, msb--mode-menu-cond) | |
6537 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
6538 (msb--init-file-alist): Use mapcar instead of mapcan. | |
6539 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
6540 `(' in column 0 in doc string. | |
6541 (msb--add-separators): Use mapcar instead of mapcan. | |
6542 | |
6543 * cus-dep.el: Require CL at compile-time only. | |
6544 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6545 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6546 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6547 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6548 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6549 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6550 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6551 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6552 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6553 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6554 (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
|
6555 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6556 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6557 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6558 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6559 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6560 |
28292 | 6561 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
6562 | |
6563 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
6564 (rmail-expunge): Ask for confirmation depending on the setting | |
6565 of rmail-confirm-expunge. | |
6566 | |
6567 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
6568 | |
6569 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
6570 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
6571 cause a bootstrap failure because things don't autoload as | |
6572 expected. | |
6573 | |
28289 | 6574 2000-03-23 Dave Love <fx@gnu.org> |
6575 | |
6576 * net/browse-url.el: Restore previous use of | |
6577 browse-url-maybe-new-window. | |
6578 | |
28287 | 6579 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6580 | |
6581 * ps-print.el: Skip banner page fix. | |
6582 (ps-print-version): New version number (5.1.2). | |
6583 (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
|
6584 |
28287 | 6585 2000-03-23 Dave Pearson <davep@davep.org> |
6586 | |
6587 * net/quickurl.el Changed the type of parameter passed to the | |
6588 function defined by `quickurl-format-function'. Before only the | |
6589 text of the URL was passed. Now the whole URL structure is passed | |
6590 and the function is responsible for extracting the parts it | |
6591 requires. Changed the default of `quickurl-format-function' | |
6592 accordingly. | |
6593 (quickurl-insert): Changed the `funcall' of | |
6594 `quickurl-format-function' to match the above change. | |
6595 (quickurl-list-insert): Changed the `url' case so that it makes | |
6596 use of `quickurl-format-function', previous to this the format was | |
6597 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6598 |
28283 | 6599 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
6600 | |
6601 * startup.el: Change some spellings for the X Window System. | |
6602 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
6603 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
6604 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
6605 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
6606 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
|
6607 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
6608 |
28276 | 6609 2000-03-22 Jason Rumney <jasonr@gnu.org> |
6610 | |
6611 * w32-fns.el (w32-charset-info-alist): Initialize. | |
6612 | |
28267 | 6613 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6614 | |
6615 * ps-print.el: N-up last page fix. | |
6616 (ps-print-version): New version number (5.1.1). | |
6617 (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
|
6618 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6619 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6620 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6621 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6622 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6623 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6624 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6625 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6626 * 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
|
6627 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6628 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6629 (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
|
6630 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
|
6631 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
|
6632 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6633 (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
|
6634 (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
|
6635 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6636 (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
|
6637 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6638 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6639 * 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
|
6640 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6641 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6642 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6643 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6644 * 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
|
6645 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6646 (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
|
6647 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6648 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6649 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6650 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6651 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6652 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6653 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6654 (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
|
6655 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
|
6656 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6657 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
|
6658 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6659 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6660 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6661 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6662 * 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
|
6663 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6664 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6665 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
|
6666 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6667 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6668 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6669 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6670 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
|
6671 (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
|
6672 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6673 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6674 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6675 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6676 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6677 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6678 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6679 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6680 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6681 |
28246 | 6682 2000-03-21 Jason Rumney <jasonr@gnu.org> |
6683 | |
6684 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
6685 (custom-button-pressed-face): Likewise. | |
6686 | |
28244 | 6687 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
6688 | |
6689 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
6690 (tags-loop-eval): New function. Bind case-fold-search around eval | |
6691 depending on the value of tags-case-fold-search. | |
6692 (tags-loop-continue): Use tags-loop-eval. | |
6693 (find-tag-in-order): Bind case-fold-search depending on the value | |
6694 of tags-case-fold-search. | |
6695 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6696 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6697 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6698 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6699 (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
|
6700 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6701 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6702 (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
|
6703 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6704 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6705 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6706 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6707 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6708 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6709 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6710 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6711 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6712 * 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
|
6713 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6714 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6715 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6716 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6717 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6718 |
28233 | 6719 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
6720 | |
6721 * term/x-win.el: Fontsets related initialization is simplified. | |
6722 | |
6723 * international/mule-diag.el (describe-font): Don't refer to | |
6724 global-fontset-alist, instead call font-list. | |
6725 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
6726 (print-fontset): Adjusted for the change of fontset | |
6727 implementation. | |
6728 | |
6729 * international/fontset.el (x-charset-registries): Variable | |
6730 removed, instead the corresponding data is stored in the default | |
6731 fontset. | |
6732 (register-alternate-fontnames): Function removed. | |
6733 (resolved-ascii-font): Variable removed. | |
6734 (x-compose-font-name): Ignore the second argument REDOCE. | |
6735 (x-complement-fontset-spec): Complement only an ASCII font and | |
6736 element for those charsets than can use that ASCII font. | |
6737 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
6738 instead call fontset-list. | |
6739 (uninstantiated-fontset-alist): Variable removed. | |
6740 (x-style-funcs-alist): Likewise. | |
6741 (fontset-default-styles): Likewise. | |
6742 (x-modify-font-name): Function removed. | |
6743 (create-fontset-from-fontset-spec): Ignore the argument | |
6744 STYLE-VARIANT. | |
6745 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
6746 change. | |
6747 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
6748 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6749 |
28233 | 6750 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
6751 (describe-face): Include `font' attribute in the description. | |
6752 | |
28219 | 6753 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
6754 | |
6755 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
6756 | |
28209 | 6757 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
6758 | |
28212 | 6759 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
6760 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
6761 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
|
6762 |
28209 | 6763 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
6764 about behavior of set-buffer-modified-p wrt redisplay. | |
6765 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6766 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
6767 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
6768 * 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
|
6769 |
28194 | 6770 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
6771 | |
6772 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
6773 is a string, convert it to a syntax cell using string-to-syntax. | |
6774 | |
6775 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
6776 (string-to-syntax): New function. | |
6777 | |
6778 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
6779 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 6780 try to use passive ftp mode. |
28194 | 6781 |
28189 | 6782 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
6783 | |
28209 | 6784 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 6785 |
6786 * simple.el (append-to-buffer): Update point of windows after | |
6787 insertion. | |
6788 | |
6789 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
6790 forward then moving backward. Reindent. | |
6791 | |
6792 * frame.el (other-frame): Call x-focus-frame only if | |
6793 focus-follows-mouse is off. | |
6794 | |
28185 | 6795 2000-03-17 Dave Love <fx@gnu.org> |
6796 | |
6797 * pcvs-util.el (cvs-strings->string): Rename | |
6798 replace-regexps-in-string. | |
6799 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
6800 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
6801 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
6802 * 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
|
6803 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
6804 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
6805 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 6806 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
6807 |
28174 | 6808 2000-03-16 Dave Love <fx@gnu.org> |
6809 | |
6810 * progmodes/f90.el (f90): Put custom group under `languages', not | |
6811 `fortran'. | |
6812 (f90-mode-hook): Customize. | |
6813 (f90-mode): Set add-log-current-defun-function. | |
6814 (f90-current-defun): New function. | |
6815 | |
28169 | 6816 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
6817 | |
28173 | 6818 * cus-edit.el (custom-variable-tag-face): Handle case that |
6819 default face's height is not a number. | |
6820 (custom-face-tag-face, custom-group-tag-face-1) | |
6821 (custom-group-tag-face): Ditto. | |
6822 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6823 |
28169 | 6824 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
6825 | |
28161 | 6826 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
6827 | |
6828 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
6829 requiring easymenu. | |
6830 | |
28155 | 6831 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6832 | |
6833 * ps-print.el: PostScript user-defined prologue, PostScript error | |
6834 handler, doc fix. | |
6835 (ps-print-version): New version number (5.1). | |
6836 (ps-user-defined-prologue, ps-error-handler-message) | |
6837 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
6838 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
6839 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6840 |
28150 | 6841 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
6842 | |
6843 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 6844 invalid self-assignment code. |
28150 | 6845 |
28149 | 6846 2000-03-14 Dave Love <fx@gnu.org> |
6847 | |
6848 * subr.el (replace-regexp-in-string): Renamed from | |
6849 replace-regexps-in-string. Doc fix. | |
6850 | |
28131 | 6851 2000-03-12 Dave Love <fx@gnu.org> |
6852 | |
6853 * cus-edit.el: Doc fixes. | |
6854 (customize-set-variable, customize-save-variable): Rename args for | |
6855 doc. | |
6856 (custom-variable-tag-face, custom-face-tag-face) | |
6857 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
6858 style which user identify as hyperlink. | |
6859 (hook): Don't add undefined functions to the hook. | |
6860 (debug-ignored-errors): Transfer message from bindings.el. | |
6861 | |
28120 | 6862 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
6863 | |
6864 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
6865 double/nested definition. | |
6866 | |
28114 | 6867 2000-03-12 Dave Love <fx@gnu.org> |
6868 | |
6869 * facemenu.el (facemenu-get-face): Use display-color-p. | |
6870 * enriched.el (enriched-decode-foreground): Likewise. | |
6871 (enriched-decode-background): Likewise. | |
6872 * isearch.el (isearch-highlight): Likewise. | |
6873 * info-look.el (info-lookup): Likewise. | |
6874 * simple.el (completion-setup-function): Likewise. | |
6875 | |
6876 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
6877 :options. | |
6878 | |
6879 * bindings.el (mode-line-format): Fix line-number and | |
6880 column-number items. Add help-echo for the background. | |
6881 (mode-line-mule-info): Modify help-echo. | |
6882 | |
6883 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
6884 defcustom. | |
6885 | |
6886 * files.el (load-file): Allow completion to .elc. | |
6887 | |
6888 * man.el: Doc fixes. | |
6889 (Man-init-defvars): Use display-color-p to set fontification. | |
6890 | |
6891 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
6892 | |
28109 | 6893 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
6894 | |
6895 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
6896 | |
6897 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
6898 | |
28098 | 6899 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
6900 | |
6901 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
6902 Fix comment. | |
6903 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
6904 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
6905 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
6906 * 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
|
6907 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
6908 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
6909 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
6910 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
6911 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
6912 * 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
|
6913 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
6914 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
6915 * 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
|
6916 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
|
6917 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
6918 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
6919 * 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
|
6920 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
6921 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
6922 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
6923 |
28084 | 6924 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
6925 | |
6926 * textmodes/texinfo.el (texinfo-version): Variable and function | |
6927 removed. | |
6928 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
6929 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
6930 |
28114 | 6931 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
6932 allow more flexibility. | |
6933 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
6934 fns. | |
6935 (easy-mmode-defmap, easy-mmode-defsyntax) | |
6936 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
6937 |
28085 | 6938 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 6939 |
6940 * rect.el (replace-rectangle): New function. | |
6941 | |
6942 2000-03-09 Dave Love <fx@gnu.org> | |
6943 | |
6944 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
6945 "C". | |
6946 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
6947 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
6948 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
6949 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
6950 fortran-comment-line-start here. Set comment-start, | |
6951 add-log-current-defun. | |
6952 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
6953 (fortran-current-defun): New function. | |
6954 | |
28073 | 6955 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
6956 | |
28077 | 6957 * emacs-lisp/re-builder.el: New file. |
6958 | |
28076 | 6959 * mouse.el (mouse-drag-region): Don't run up-event handler |
6960 if hscroll has changed. | |
6961 | |
28073 | 6962 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
6963 builtin operators, use `font-lock-builtin-face' for Emacs and | |
6964 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6965 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6966 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 6967 `(defun (setf foo)' differently. |
6968 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
6969 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
6970 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
6971 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 6972 (regexp-opt): Update comment and adapt the code the new meaning of |
6973 the `paren' argument of regex-opt-group for shy-groups. | |
6974 (regexp-opt-depth): Handle shy groups as well as backslashed | |
6975 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
6976 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
6977 Allow `paren' to be a string (the string to use to open a group). |
28073 | 6978 Remove open-presuf and close-presuf. Instead of checking for `all |
6979 one-char' and then later on check for `several one-char', handle | |
6980 both cases close together. Also apply a more generic algorithm | |
6981 for suffixes (the mirror image of the algorithm used for | |
6982 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
6983 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
6984 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
6985 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 6986 from comint-mode-map, so we can just inherit from it. Also, move |
6987 the initialization into the `defvar' since there's no docstring | |
6988 anyway and it's fairly short. | |
6989 (inferior-scheme-mode): Define it as derived-mode: the code is | |
6990 shorter and this way we inherit from comint-mode-map rather than | |
6991 copying it. | |
6992 | |
6993 * subr.el (replace-regexps-in-string): Properly handle the case | |
6994 where we match an empty string. | |
6995 | |
6996 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
6997 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
|
6998 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
6999 |
28046 | 7000 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
7001 | |
28051 | 7002 * Makefile (compile-files): Compile files one by one because |
7003 that's the only way to ensure a clean compilation environment for | |
7004 each individual file. | |
7005 | |
28046 | 7006 * frame.el (other-frame): Call x-focus-frame. |
7007 | |
28040 | 7008 2000-03-07 Dave Love <fx@gnu.org> |
7009 | |
28043 | 7010 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
7011 :require to defcustom. | |
7012 | |
28040 | 7013 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
7014 lists. | |
7015 | |
7016 * files.el (auto-mode-alist): Add configure.in. | |
7017 | |
7018 * progmodes/autoconf.el: New file. | |
7019 | |
28034 | 7020 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
7021 | |
7022 * mail/mh-e.el: Change maintainer to `none'. | |
7023 | |
7024 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
7025 to remove-hook and add-hook. | |
7026 | |
7027 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
7028 | |
28035 | 7029 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 7030 it as the default. |
28035 | 7031 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
7032 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 7033 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7034 |
28024 | 7035 2000-03-07 Dave Love <fx@gnu.org> |
7036 | |
7037 * winner.el: Fix keywords, autoload cookies. Split | |
7038 eval-when-compile form to avoid compilation failure. | |
7039 | |
28017 | 7040 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
7041 | |
7042 * international/mule.el: Modify comment about coding system | |
7043 property `coding-category'. | |
7044 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
7045 coding-category property of PROPERTIES. | |
7046 | |
7047 * international/mule-conf.el (coding-category-utf-8, | |
7048 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
7049 categories. Include them in the argument for set-coding-priority. | |
7050 | |
7051 * international/mule-cmds.el (reset-language-environment): Include | |
7052 coding-category-utf-8, coding-category-utf-16-be, and | |
7053 coding-category-utf-16-le in the argument for set-coding-priority. | |
7054 (reset-language-environment): Initialize coding-category-utf-8, | |
7055 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
7056 | |
28014 | 7057 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
7058 | |
7059 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
7060 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
7061 extensions as well as compression extensions. | |
7062 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7063 |
27976 | 7064 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
7065 | |
7066 * strokes.el: Change maintainer's mail address. | |
7067 | |
27972 | 7068 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
7069 | |
7070 * international/mule-diag.el (list-character-sets): Make help-echo | |
7071 string by substitute-command-keys. | |
7072 (list-character-sets): Likewise. | |
7073 (sort-listed-character-sets): Call help-setup-xref. | |
7074 | |
27965 | 7075 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
7076 | |
7077 * time.el (display-time-mail-file): Add `none' to the list of | |
7078 choices. | |
7079 | |
27954 | 7080 2000-03-01 Dave Love <fx@gnu.org> |
7081 | |
27959 | 7082 * help.el (help-xref-go-back): Don't try to set position. |
7083 | |
27954 | 7084 * international/mule-diag.el (list-character-sets): Call |
7085 help-setup-xref. Add help-echo to xrefs. | |
7086 (list-character-sets-1): Add help-echo to xrefs. | |
7087 | |
27949 | 7088 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
7089 | |
7090 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
7091 the mode off. | |
7092 | |
7093 * add-log.el (add-log-current-defun): Add support for | |
7094 Autoconf mode. | |
7095 | |
7096 * mail/rmail.el (rmail-quit-hook): New variable. | |
7097 | |
27931 | 7098 2000-03-01 Dave Love <fx@gnu.org> |
7099 | |
27935 | 7100 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
7101 | |
27931 | 7102 * help.el (help-xref-button): Add help-echo arg. |
7103 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
7104 | |
7105 * faces.el (list-faces-display): Supply help-echo with | |
7106 help-make-xrefs. | |
7107 | |
7108 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
7109 nil. | |
7110 | |
27919 | 7111 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
7112 | |
27927 | 7113 * image.el (defimage): Look for image files in load-path. |
7114 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7115 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 7116 `number'. |
7117 | |
27927 | 7118 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
7119 | |
7120 * recentf.el (recentf): Added version tag to the defgroup of | |
7121 recentf. | |
7122 | |
7123 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
7124 | |
7125 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
7126 too. | |
7127 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
7128 action to select/unselect a file. | |
7129 (recentf-edit-list): Code cleanup and improvement. | |
7130 (recentf-open-more-files-action): `recentf-open-more-files' button | |
7131 widget action to open a file. | |
7132 (recentf-open-more-files): No more use standard completion but | |
7133 widgets. | |
7134 (recentf-more-collection): Deleted. | |
7135 (recentf-more-history): Deleted. | |
7136 (recentf-setup-more-completion): Deleted. | |
7137 | |
7138 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
7139 | |
7140 * recentf.el (recentf-mode): No more needs that Emacs is running | |
7141 under a window-system. | |
7142 | |
7143 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
7144 | |
7145 * recentf.el (recentf-edit-list): New command to edit the recent | |
7146 list which allow the user to remove files. | |
7147 (recentf-edit-selected-items): New global variable, used by | |
7148 `recentf-edit-list' to hold the list of files to be removed from | |
7149 the recent list. | |
7150 (recentf-make-menu-items): Updated to display a "Edit list..." | |
7151 menu item. Minor code cleanup. | |
7152 | |
7153 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
7154 | |
7155 * recentf.el (recentf-open-more-files): New command to open files | |
7156 that are not displayed in the menu. | |
7157 (recentf-more-collection): New global variable holding the set of | |
7158 permissible completions used by `recentf-open-more-files'. | |
7159 (recentf-more-history): New global variable holding the history list | |
7160 used by `recentf-open-more-files' completion. | |
7161 (recentf-setup-more-completion): New function to setup completion for | |
7162 `recentf-open-more-files'. | |
7163 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
7164 | |
7165 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
7166 | |
7167 * recentf.el (recentf-menu-action): Doc fixed. | |
7168 | |
7169 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
7170 | |
7171 * recentf.el (recentf-menu-filter): Doc updated. | |
7172 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
7173 (recentf-make-menu-items): New menu filter handling. | |
7174 (recentf-make-menu-item): New helper function. | |
7175 (recentf-menu-elements): New menu handling function. | |
7176 (recentf-sort-ascending): Updated to new menu filter handling. | |
7177 (recentf-sort-descending): Updated to new menu filter handling. | |
7178 (recentf-sort-basenames-ascending): New menu filter function. | |
7179 (recentf-sort-basenames-descending): New menu filter function. | |
7180 (recentf-show-basenames): New menu filter function. | |
7181 (recentf-show-basenames-ascending): New menu filter function. | |
7182 (recentf-show-basenames-descending): New menu filter function. | |
7183 | |
27919 | 7184 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
7185 | |
7186 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
7187 the end of the buffer. | |
7188 | |
27911 | 7189 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
7190 | |
7191 * international/mule-diag.el (list-character-sets): Completely | |
7192 rewritten. | |
7193 (sort-listed-character-sets): New function. | |
7194 (list-character-sets-1): Completely rewritten. | |
7195 (list-character-sets-2): New function. | |
7196 (non-iso-charset-alist): New variable. | |
7197 (decode-codepage-char): New function. | |
7198 (charset-history): New variable. | |
7199 (read-charset) (list-block-of-chars) | |
7200 (list-iso-charset-chars) | |
7201 (list-non-iso-charset-chars) | |
7202 (list-charset-chars): New functions. | |
7203 (mule-diag): Call list-character-sets-2, not | |
7204 list-character-sets-2. | |
7205 (dump-charsets): Likewise. | |
7206 | |
27910 | 7207 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
7208 | |
27919 | 7209 * dired-x.el (dired-filename-at-point): Add `@' to valid |
7210 file name characters. | |
7211 (dired-filename-at-point): Handle ange-ftp file names. | |
7212 | |
27910 | 7213 * frame.el (frame-notice-user-settings): Use assq-delete-all |
7214 instead of assoc-delete-all. | |
7215 (frame-notice-user-settings): Ditto. | |
7216 | |
7217 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
7218 Don't copy alist. | |
7219 | |
27906 | 7220 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
7221 | |
7222 * calculator.el (calculator-use-menu): New option. | |
7223 (calculator-initial-bindings): Changed some bindings to work as | |
7224 macros. | |
7225 (calculator-forced-input): Removed. | |
7226 (calculator-restart-other-mode): New variable. | |
7227 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7228 |
27906 | 7229 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
7230 | |
7231 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
7232 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7233 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7234 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
|
7235 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7236 * 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
|
7237 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
|
7238 (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
|
7239 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
|
7240 * 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
|
7241 * 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
|
7242 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
|
7243 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
|
7244 * 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
|
7245 * 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
|
7246 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7247 |
27898 | 7248 2000-02-27 Jason Rumney <jasonr@gnu.org> |
7249 | |
7250 * faces.el (face-font-family-alternatives): Add arial to helv. | |
7251 (mode-line, header-line, tool-bar): Same default as x for w32. | |
7252 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
7253 face-font-family-alternatives from working. | |
7254 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
7255 chosen font. | |
7256 | |
27873 | 7257 2000-02-25 Sam Steingold <sds@goems.com> |
7258 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
7259 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 7260 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7261 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
7262 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 7263 |
7264 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
7265 | |
27856 | 7266 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
7267 | |
7268 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
7269 writable. | |
7270 | |
27868 | 7271 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 7272 |
27847 | 7273 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
7274 | |
7275 * frame.el (show-cursor-in-non-selected-windows): New option. | |
7276 | |
27845 | 7277 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
7278 | |
7279 * diary-lib.el (include-other-diary-files): Undo the selective | |
7280 display in any included file and don't kill it. | |
7281 | |
27841 | 7282 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
7283 | |
7284 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
7285 bar. Menu items converted to (menu-item format, help strings | |
7286 added. | |
7287 [downcase, upcase]: Don't enable on MS-DOS. | |
7288 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
7289 bound. | |
7290 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
7291 | |
27825 | 7292 2000-02-23 Dave Love <fx@gnu.org> |
7293 | |
27838 | 7294 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
7295 (backward-kill-word): Revert addition of * to interactive spec -- | |
7296 it's a feature. | |
7297 | |
7298 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
7299 (backward-kill-sentence, kill-sentence): Likewise. | |
7300 | |
27835 | 7301 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
7302 scratch buffer name. | |
7303 (gud-format-command): Use int-to-string in ?l case. Simplify | |
7304 slightly. | |
7305 | |
7306 * term/w32-win.el (internal-face-interactive): Update prompt for | |
7307 new read-face-name. | |
7308 | |
7309 * mail/footnote.el (footnote): Add :version to defgroup. | |
7310 (footnote-section-tag-regexp): Customize. | |
7311 (footnote-start-tag, footnote-end-tag): New option. | |
7312 (footnote-latin-regexp): New variable. | |
7313 (Footnote-latin): New function. | |
7314 (footnote-style-alist): Add element for latin style. | |
7315 (footnote-style): Moved. | |
7316 (Footnote-goto-footnote): Use eq to test arg. | |
7317 | |
7318 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
7319 | |
27825 | 7320 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
7321 (byte-compile-trueconstp): Include keywords. | |
7322 (byte-optimize-quote, byte-optimize-lapcode): Use | |
7323 byte-compile-const-symbol-p. | |
7324 (byte-optimize-char-before): New optimization. | |
7325 | |
7326 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
7327 (byte-compile-const-symbol-p): New function. | |
7328 (byte-compile-constp, byte-compile-out-toplevel) | |
7329 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
7330 Use it. | |
7331 | |
7332 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
7333 | |
27813 | 7334 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
7335 | |
27815 | 7336 * international/encoded-kb.el: Be sure to update minor-mode-alist |
7337 and minor-mode-map-alist. | |
7338 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
7339 codes SS2 and SS3 correctly. | |
7340 (encoded-kbd-self-insert-ccl): New function. | |
7341 (encoded-kbd-setup-keymap): New function. | |
7342 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
7343 by calling encoded-kbd-setup-keymap. | |
7344 | |
27813 | 7345 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
7346 characters. | |
7347 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
7348 locally. | |
7349 | |
27811 | 7350 2000-02-22 Dave Love <fx@gnu.org> |
7351 | |
7352 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
7353 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
7354 defvar. | |
7355 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
7356 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
7357 classes. Match `defface'. | |
7358 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
7359 (eval-defun-1): Fix for defcustom. | |
7360 (lisp-indent-region): Doc fix. | |
7361 | |
7362 * subr.el (when, unless, split-string): Doc fix. | |
7363 (read-passwd): Move call of clear-this-command-keys to the right | |
7364 place. | |
7365 (replace-regexps-in-string): New function. | |
7366 | |
27807 | 7367 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
7368 | |
7369 * help.el (describe-variable): Set syntax table to | |
7370 emacs-lisp-mode-syntax-table when moving forward over the | |
7371 symbol's name. | |
7372 | |
27805 | 7373 2000-02-22 Dave Love <fx@gnu.org> |
7374 | |
7375 * xt-mouse.el: Doc fixes. | |
7376 (xterm-mouse-position-function): New function, replacing advice of | |
7377 mouse-position. | |
7378 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
7379 | |
7380 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
7381 | |
27794 | 7382 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
7383 | |
7384 * format.el (format-annotate-single-property-change): Handle | |
7385 properties.with dotted-list values. | |
7386 (format-proper-list-p): New function. | |
7387 | |
7388 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
7389 . COLOR) and (background-color . COLOR). | |
7390 | |
27788 | 7391 2000-02-20 Dave Love <fx@gnu.org> |
7392 | |
7393 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
7394 and assignments to it. | |
7395 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
7396 current local map. | |
7397 (make-flyspell-overlay): Use it. | |
7398 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
7399 | |
7400 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
7401 (lm-get-header-re): Defun, not defsubst. | |
7402 (lm-get-package-name): Defun, not defsubst. Simplify. | |
7403 (lm-version): Doc fix. Simplify. | |
7404 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
7405 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
7406 (lm-verify, lm-synopsis): Simplify. | |
7407 (lm-report-bug): Require emacsbug. Use compose-mail. | |
7408 | |
27785 | 7409 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
7410 | |
7411 * dired.el (dired-mode): Call propertized-buffer-identification | |
7412 to set mode-line-buffer-identification to something having | |
7413 the right text properties. | |
7414 | |
7415 * bindings.el (propertized-buffer-identification): New function. | |
7416 | |
27777 | 7417 2000-02-20 Dave Love <fx@gnu.org> |
7418 | |
7419 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
7420 check for t-mouse too. | |
7421 | |
7422 * cus-start.el: Make echo-keystrokes `number'. | |
7423 | |
27776 | 7424 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
7425 | |
7426 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
7427 Don't call ring-empty-p unless tags-location-ring is bound. | |
7428 From Noah Friedman <friedman@splode.com>. | |
7429 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7430 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7431 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7432 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7433 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7434 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7435 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7436 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7437 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7438 (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
|
7439 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
|
7440 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7441 |
27757 | 7442 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
7443 | |
7444 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
7445 | |
27749 | 7446 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
7447 | |
27754 | 7448 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
7449 | |
27749 | 7450 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
7451 of `*' to handle `(* ... *)' comments. | |
7452 | |
27732 | 7453 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
7454 | |
27737 | 7455 * 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
|
7456 window-system. |
27737 | 7457 |
27732 | 7458 * menu-bar.el (global-map): Menu-bar items converted to the new |
7459 format (menu-item..., rearranged for better CUA compliance, and | |
7460 their names changed for better clarity. Help strings added. | |
7461 | |
7462 * international/mule-cmds.el (mule-menu-keymap) | |
7463 (describe-language-environment-map, set-coding-system-map) | |
7464 (setup-language-environment-map): Convert to new (menu-item... | |
7465 form, add help strings. Change names of menu items for better | |
7466 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
7467 submenu). | |
7468 | |
27729 | 7469 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
7470 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7471 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 7472 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7473 |
27717 | 7474 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7475 |
27717 | 7476 * faces.el: Don't require custom. Add more specific :groups to |
7477 various deffaces. | |
7478 (set-face-attribute): Purecopy args. | |
7479 (read-face-name): Default to name at point and use it in prompt. | |
7480 Remove colon from arg in all callers. | |
7481 (list-faces-display): Hyperlink to face descriptions and customize | |
7482 buffers. | |
7483 | |
27712 | 7484 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
7485 | |
7486 * wid-edit.el (widget-match-inline): An atom never matches a | |
7487 list. | |
7488 | |
27707 | 7489 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
7490 | |
27713 | 7491 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
7492 at ':' characters by call to split-string. | |
27707 | 7493 |
7494 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7495 | |
27713 | 7496 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 7497 |
7498 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7499 | |
27713 | 7500 * textmodes/bibtex.el: Some temporary comments removed. |
7501 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
7502 explicit. | |
7503 (bibtex-field-const): Allow capital letters. | |
7504 (bibtex-start-of-string): Deleted because unused. | |
7505 | |
7506 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
7507 use the term 'reference' to describe a bibtex entry as a whole. | |
7508 Further, reference keys are no longer called 'labels'. | |
7509 (bibtex-keys): Renamed to bibtex-reference-keys. | |
7510 (bibtex-reformat-previous-labels): Renamed to | |
7511 bibtex-reformat-previous-reference-keys. | |
7512 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
7513 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
7514 (bibtex-reference-maybe-empty-head): Renamed to | |
7515 bibtex-entry-maybe-empty-head. | |
7516 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
7517 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
7518 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
7519 bibtex-enclosing-entry-maybe-empty-head. | |
7520 (bibtex-entry-field-alist, bibtex-entry-head, | |
7521 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
7522 bibtex-map-entries, bibtex-search-entry, | |
7523 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
7524 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
7525 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
7526 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
7527 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
7528 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
7529 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 7530 |
7531 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7532 | |
27713 | 7533 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
7534 comment. | |
7535 (bibtex-format-field-delimiters): New function, functionality | |
7536 extracted from bibtex-format-entry. | |
7537 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
7538 extracted from bibtex-autokey-get-yearfield. | |
7539 | |
7540 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
7541 entries in order to avoid stack overflow in the regexp matcher if | |
7542 field contents become large. | |
7543 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
7544 bibtex-field-string-part-not-braced, | |
7545 bibtex-field-string-part-no-inner-braces, | |
7546 bibtex-field-string-part-1-inner-brace, | |
7547 bibtex-field-string-part-2-inner-braces, | |
7548 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
7549 bibtex-field-string-quoted, bibtex-field-string, | |
7550 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
7551 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
7552 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
7553 as parsing is now performed by the following functions. | |
7554 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
7555 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
7556 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
7557 bibtex-parse-association, bibtex-field-name-for-parsing, | |
7558 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
7559 bibtex-search-forward-field, bibtex-search-backward-field, | |
7560 bibtex-start-of-field, bibtex-end-of-field, | |
7561 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
7562 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
7563 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
7564 bibtex-parse-string, bibtex-search-forward-string, | |
7565 bibtex-search-backward-string, bibtex-start-of-string, | |
7566 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
7567 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
7568 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
7569 entries. Instead of reporting the results of the parsing by | |
7570 match-beginning or match-end, these functions return data structures | |
7571 that hold the corresponding positions. | |
7572 (bibtex-enclosing-field): Changed to also report field boundaries by | |
7573 return values rather than by match-beginning or match-end. The | |
7574 following functions have been adapted to use the new parsing | |
7575 functions. | |
7576 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
7577 bibtex-enclosing-field, bibtex-format-entry, | |
7578 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
7579 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
7580 bibtex-print-help-message, bibtex-end-of-entry, | |
7581 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
7582 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
7583 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
7584 method for parsing. | |
7585 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
7586 bibtex-map-entries, bibtex-flash-head, | |
7587 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
7588 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
7589 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
7590 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
7591 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
7592 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
7593 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
7594 order to make the new binding of case-fold-search immediately | |
7595 visible. | |
27707 | 7596 |
7597 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7598 | |
27713 | 7599 * textmodes/bibtex.el: Copyright notice is up to date. |
7600 Added constant 'bibtex-maintainer-salutation. | |
7601 | |
7602 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
7603 than make-temp-name, use match-string-no-properties and eliminate | |
7604 a quadratic behavior when building bibtex-strings. | |
7605 | |
7606 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
7607 reference key contains upper case letters. | |
27707 | 7608 |
7609 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7610 | |
27713 | 7611 * bibtex.el (bibtex-reference-head): Allow entries to start with |
7612 a new line. | |
27707 | 7613 |
7614 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7615 | |
27713 | 7616 * bibtex.el: Hiding of entry bodies is not longer provided by |
7617 bibtex.el directly. Instead the hideshow package can be used. | |
7618 Added a special bibtex entry to hs-special-modes-alist. | |
7619 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 7620 |
7621 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7622 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7623 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7624 at ':' characters by call to split-string. |
27729 | 7625 |
7626 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7627 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7628 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 7629 |
7630 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7631 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7632 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7633 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7634 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7635 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7636 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7637 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7638 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7639 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
|
7640 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7641 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7642 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7643 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7644 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7645 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7646 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7647 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7648 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7649 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7650 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7651 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7652 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7653 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7654 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7655 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7656 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7657 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7658 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7659 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7660 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7661 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 7662 |
7663 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7664 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7665 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7666 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7667 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7668 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7669 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7670 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7671 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7672 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7673 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
|
7674 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7675 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7676 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7677 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7678 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7679 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7680 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
|
7681 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7682 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7683 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
|
7684 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
|
7685 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7686 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7687 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7688 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7689 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7690 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
|
7691 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7692 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7693 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
|
7694 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
|
7695 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7696 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7697 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7698 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
|
7699 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
|
7700 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
|
7701 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7702 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7703 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7704 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7705 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
|
7706 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7707 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7708 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7709 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7710 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7711 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7712 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7713 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7714 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
|
7715 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
|
7716 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7717 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7718 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7719 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7720 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7721 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7722 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
|
7723 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7724 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7725 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
|
7726 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
|
7727 visible. |
27729 | 7728 |
7729 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7730 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7731 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7732 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7733 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7734 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7735 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
|
7736 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7737 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7738 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7739 reference key contains upper case letters. |
27729 | 7740 |
7741 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7742 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7743 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7744 a new line. |
27729 | 7745 |
7746 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7747 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7748 * 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
|
7749 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7750 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7751 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 7752 |
7753 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7754 | |
27713 | 7755 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 7756 proceedings entry type (for cross referencing). Thanks to Wagner |
7757 Toledo Correa for the suggestion. | |
7758 | |
27713 | 7759 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 7760 |
27690 | 7761 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
7762 | |
7763 * international/characters.el: Setup case table for Vietnamese. | |
7764 | |
27687 | 7765 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
7766 | |
7767 * uniquify.el (toplevel): Require CL at compile time. | |
7768 (uniquify-push): Removed. | |
7769 | |
7770 * shadowfile.el (shadow-when): Removed. | |
7771 | |
7772 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
7773 (tempo-process-and-insert-string): Use dolist instead of | |
7774 tempo-dolist. | |
7775 | |
7776 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
7777 regexp for paragraph-start. | |
7778 | |
7779 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
7780 commas as well. | |
7781 | |
27657 | 7782 2000-02-10 Dave Love <fx@gnu.org> |
7783 | |
7784 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
7785 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
7786 Deleted. | |
7787 (widget-specify-field, widget-specify-button): Don't use | |
7788 widget-mouse-help as help-echo property. | |
7789 (default): Use #'ignore for :validate and :mouse-down-action. | |
7790 (checkbox): Add help-echo. | |
7791 (widget-sexp-validate): Rewritten to clarify error messages. | |
7792 (character): Use char-valid-p in :match function. | |
7793 (widget-color-complete): Use facemenu-color-alist. | |
7794 (widget-color-action): Use facemenu-read-color. | |
7795 | |
7796 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
7797 set up `caar' &c that we now have. | |
7798 | |
27713 | 7799 2000-02-09 Ray Blaak <blaak@gnu.org> |
7800 | |
7801 * delphi.el: Make resourcestring a declaration region, like const | |
7802 and var. | |
7803 | |
27652 | 7804 2000-02-09 Dave Love <fx@gnu.org> |
7805 | |
7806 * bindings.el (mode-line-input-method-map): New variable. | |
7807 (mode-line-mule-info): Use it; fix last change. | |
7808 (mode-line-mode-menu): Move definition. | |
7809 (mode-line-mouse-sensitive-p): Deleted. | |
7810 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
7811 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
7812 level. | |
7813 | |
7814 * startup.el (command-line-1): Don't call | |
7815 make-mode-line-mouse-sensitive. | |
7816 | |
27644 | 7817 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
7818 | |
7819 * mail/rmail.el (rmail-retry-failure): Use | |
7820 rmail-beginning-of-message before rmail-toggle-header, because the | |
7821 former toggles headers. | |
7822 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7823 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
|
7824 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
7825 * 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
|
7826 (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
|
7827 (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
|
7828 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
|
7829 (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
|
7830 (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
|
7831 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7832 * 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
|
7833 (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
|
7834 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
|
7835 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7836 (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
|
7837 (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
|
7838 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
|
7839 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
|
7840 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7841 (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
|
7842 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7843 (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
|
7844 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
|
7845 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7846 (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
|
7847 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
|
7848 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
7849 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
|
7850 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
7851 * 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
|
7852 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
|
7853 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
7854 * 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
|
7855 |
27610 | 7856 2000-02-04 Dave Love <fx@gnu.org> |
7857 | |
27617 | 7858 * bindings.el (mode-line-mule-info): Fix/extend last change. |
7859 | |
27610 | 7860 * completion.el: Replace completion-dolist with dolist. |
7861 | |
7862 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
7863 dotimes. | |
7864 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7865 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7866 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7867 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7868 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7869 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7870 * 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
|
7871 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7872 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7873 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7874 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7875 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7876 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7877 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7878 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7879 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7880 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7881 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7882 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7883 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7884 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7885 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7886 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7887 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7888 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7889 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7890 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7891 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7892 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7893 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7894 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7895 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7896 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7897 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7898 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7899 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7900 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7901 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7902 (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
|
7903 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7904 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7905 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7906 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7907 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7908 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
7909 |
27590 | 7910 2000-02-02 Dave Love <fx@gnu.org> |
7911 | |
7912 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
7913 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
7914 | |
7915 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
7916 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
7917 the new builtins directly. | |
7918 | |
7919 * whitespace.el (whitespace): Add :version to defgroup. | |
7920 | |
7921 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
7922 Doc fix. | |
7923 | |
7924 * thingatpt.el (sexp-at-point, symbol-at-point) | |
7925 (number-at-point, list-at-point): Add autoload cookie. | |
7926 | |
7927 * recentf.el (recentf): Add :version to defgroup. | |
7928 | |
7929 * quickurl.el (quickurl): Add :version to defgroup. | |
7930 | |
7931 * elide-head.el (elide-head): Use point-marker more. | |
7932 | |
7933 * bs.el (bs): Add :version to defgroup. | |
7934 | |
7935 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
7936 | |
7937 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
7938 | |
27587 | 7939 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
7940 | |
7941 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
7942 succeeding process operation sets a different coding system. | |
7943 | |
7944 * calculator.el: New file. | |
7945 | |
27572 | 7946 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
7947 | |
7948 * frame.el (frames-on-display-list, framep-on-display): New | |
7949 functions. | |
7950 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
7951 (display-selections-p, display-screens, display-pixel-width) | |
7952 (display-pixel-height, display-mm-width, display-mm-height) | |
7953 (display-backing-store, display-save-under, display-planes) | |
7954 (display-color-cells, display-visual-class): New functions. | |
7955 | |
7956 * term/tty-colors.el (tty-color-gray-shades): New function. | |
7957 | |
7958 * faces.el (display-color-p): Use framep-on-display. | |
7959 (display-grayscale-p): New function. | |
7960 | |
27549 | 7961 2000-01-31 Dave Love <fx@gnu.org> |
7962 | |
7963 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
7964 (create-fontset-from-x-resource): Don't concat integers. | |
7965 | |
27545 | 7966 2000-01-31 Inge Frick <inge@nada.kth.se> |
7967 | |
7968 * view.el: Some changes in documentation. Removed some trailing | |
7969 whitespace. Changed some parameter names to agree with | |
7970 documentation. | |
7971 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
7972 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7973 |
27541 | 7974 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
7975 | |
27543 | 7976 * windmove.el: New file. |
7977 | |
27541 | 7978 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
7979 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 7980 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7981 |
27541 | 7982 * jit-lock.el (jit-lock-function): Widen before calculating end |
7983 position. | |
7984 (jit-lock-stealth-chunk-start): Rewritten. | |
7985 | |
7986 * info.el (Info-title-face-alist): Removed. | |
7987 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
7988 faces. | |
7989 (Info-fontify-node): Use these faces. | |
7990 | |
27527 | 7991 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
7992 | |
7993 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
7994 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
7995 `&allow-other-keywords'. | |
7996 | |
7997 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
7998 the list of directories scanned heuristically. | |
7999 | |
8000 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
8001 exist. | |
8002 | |
27523 | 8003 2000-01-30 Jason Rumney <jasonr@gnu.org> |
8004 | |
8005 * w32-fns.el: Define w32-tty-standard-colors. | |
8006 | |
8007 * startup.el (command-line): Use w32-tty-standard-colors when in | |
8008 w32 console mode. | |
8009 | |
27510 | 8010 2000-01-30 Dave Love <fx@gnu.org> |
8011 | |
27513 | 8012 * jka-compr.el (jka-compr-load): Fix up load-history. |
8013 | |
27510 | 8014 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
8015 | |
8016 * emacs-lisp/cl-macs.el: Revert previous change. | |
8017 | |
27499 | 8018 2000-01-29 Dave Love <fx@gnu.org> |
8019 | |
8020 * facemenu.el: Purecopy various strings. | |
8021 | |
8022 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
8023 years. Deal with three-digit years. | |
8024 | |
8025 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
8026 defconst, purecopy. | |
8027 (help-back-label): Purecopy it. | |
8028 | |
27498 | 8029 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
8030 | |
8031 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
8032 variable. If non-nil, order the buffer list according to the | |
8033 currently selected frame. | |
8034 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
8035 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
|
8036 |
27496 | 8037 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
8038 | |
8039 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
8040 | |
27486 | 8041 2000-01-28 Dave Love <fx@gnu.org> |
8042 | |
27491 | 8043 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
8044 | |
27486 | 8045 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
8046 Don't use lisp-indent-hook property. | |
8047 (cl-abs): Remove. | |
8048 | |
8049 * subr.el: Move out indent and edebug specs for when and unless. | |
8050 | |
8051 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
8052 when, unless. | |
8053 | |
8054 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
8055 unless, when. | |
8056 | |
27467 | 8057 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
8058 | |
27481 | 8059 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
8060 `collecting' as synonym for `collect'. | |
8061 | |
8062 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
8063 for the case it contains spaces. | |
8064 | |
8065 * simple.el (what-cursor-position): Change formatting of | |
8066 messages. | |
8067 | |
27473 | 8068 * frame.el (delete-other-frames): New function. |
8069 (toplevel): Bind it to C-x 5 1. | |
8070 | |
27469 | 8071 * sort.el (sort-numeric-base): New option. |
8072 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
8073 interpret it as octal or hexadecimal. Use sort-numeric-base | |
8074 as default base. | |
8075 | |
27467 | 8076 * progmodes/glasses.el: New file. |
8077 | |
27451 | 8078 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
8079 | |
27461 | 8080 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
8081 userids differently. | |
8082 | |
27451 | 8083 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
8084 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
8085 progmodes/ebnf-yac.el: New files. | |
8086 | |
27446 | 8087 2000-01-26 Dave Love <fx@gnu.org> |
8088 | |
8089 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
8090 on a function with an empty body. [From Eric Ludlam.] | |
8091 | |
27437 | 8092 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
8093 | |
8094 * vc.el (vc-version-diff): Make sure file name is expanded. | |
8095 | |
27433 | 8096 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
8097 | |
8098 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
8099 (scroll-bar-toolkit-scroll): Don't use a timer. | |
8100 | |
27419 | 8101 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
8102 | |
8103 * language/thai-util.el (thai-composition-function): Delete | |
8104 superfluous `a'. | |
8105 | |
27418 | 8106 2000-01-24 Dave Love <fx@gnu.org> |
8107 | |
8108 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
8109 end-of-defun-function. | |
8110 | |
8111 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
8112 &c. | |
8113 | |
27405 | 8114 2000-01-22 Jason Rumney <jasonr@gnu.org> |
8115 | |
8116 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
8117 conflicts with new face support. | |
8118 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
8119 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
8120 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
8121 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
8122 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
8123 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
8124 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
8125 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
8126 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
8127 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
8128 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8129 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8130 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8131 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8132 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8133 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8134 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8135 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8136 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8137 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
8138 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
8139 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
8140 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8141 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
8142 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
8143 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
8144 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
8145 |
27366 | 8146 2000-01-19 Dave Love <fx@gnu.org> |
8147 | |
27368 | 8148 * files.el (user-init-file): Don't declare here -- is primitive. |
8149 | |
27366 | 8150 * startup.el (command-line): Check for compiled user-init-file and |
8151 set to uncompiled version if necessary. | |
8152 | |
27358 | 8153 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
8154 | |
27361 | 8155 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
8156 (undigestify-rmail-message): Use it. | |
8157 | |
27358 | 8158 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
8159 | |
27351 | 8160 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
8161 | |
8162 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
8163 of mini-buffer. | |
8164 | |
27326 | 8165 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
8166 | |
27330 | 8167 * emacs-lisp/copyright.el (copyright-update): Removed the |
8168 requirement for a trailing space from `copyright-regexp', to | |
8169 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8170 |
27327 | 8171 * align.el: New file. |
8172 | |
27326 | 8173 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
8174 | |
8175 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
8176 | |
27323 | 8177 2000-01-13 Dave Love <fx@gnu.org> |
8178 | |
8179 * ph.el: Removed. (Obsoleted by EUDC.) | |
8180 | |
27321 | 8181 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
8182 | |
8183 * net/eudc.el (toplevel): Remove autoloaded code installing | |
8184 menu with easymenu, because that causes build problems. | |
8185 | |
8186 * frame.el (frame-notice-user-settings): New variable. | |
8187 (frame-notice-user-settings): Don't modify frame parameters | |
8188 if called a second time. | |
8189 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
8190 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 8191 |
8192 * frame.el (frame-notice-user-settings): | |
8193 Notice default-frame-parameters even for non-window frames. | |
8194 | |
27318 | 8195 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
8196 | |
8197 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
8198 for Emacs. | |
8199 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
8200 (eudc-bob-toggle-inline-display): Ditto. | |
8201 (eudc-bob-display-jpeg): Ditto. | |
8202 | |
27304 | 8203 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
8204 | |
27313 | 8205 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
8206 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
8207 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
|
8208 |
27312 | 8209 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
8210 nil)'. | |
8211 | |
8212 * subdirs.el: Add `net' directory. | |
8213 | |
27308 | 8214 * net: New directory. |
8215 | |
27304 | 8216 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
8217 eval-last-sexp. Don't bind debug-on-error here. | |
8218 (eval-last-sexp): New function. Bind debug-on-error if | |
8219 eval-expression-debug-on-error is non-nil. | |
8220 (eval-defun-2, eval-defun): Likewise. | |
8221 | |
8222 * simple.el (eval-expression): Don't bind debug-on-error if | |
8223 eval-expression-debug-on-error is nil. Detect changed | |
8224 debug-on-error, and propagate new value to global binding, if | |
8225 eval-expression-debug-on-error is non-nil, | |
8226 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8227 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
8228 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8229 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8230 * 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
|
8231 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8232 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8233 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8234 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8235 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8236 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8237 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8238 |
27288 | 8239 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
8240 | |
27291 | 8241 * tmm.el (tmm-shortcut): Delete region after prompt instead |
8242 of erasing buffer. | |
8243 | |
27288 | 8244 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 8245 (fill-context-prefix): Use the longest common prefix of first |
8246 and second line fill prefix, if there is one. | |
27288 | 8247 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
8248 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
8249 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
8250 * 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
|
8251 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
8252 |
27282 | 8253 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
8254 | |
8255 * add-log.el (add-log-current-defun): Handle user-defined | |
8256 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8257 |
27280 | 8258 * add-log.el (add-change-log-entry): Insert version number |
27282 | 8259 if having found a current function |
27278 | 8260 |
8261 * add-log.el (add-log-current-defun): Call | |
8262 `add-log-current-defun-function'. Try matches at level 0 and | |
8263 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8264 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
8265 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
8266 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
8267 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
8268 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
8269 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
8270 |
27265 | 8271 2000-01-10 Dave Love <fx@gnu.org> |
8272 | |
8273 * elide-head.el (elide-head): Use point-marker, not point. | |
8274 | |
27261 | 8275 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
8276 | |
27263 | 8277 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
8278 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8279 |
27261 | 8280 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
8281 Add ispell- prefix. | |
8282 | |
8283 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
8284 | |
8285 * ispell.el: Only define dictionaries in menus when they exist. | |
8286 (version18p): New variable. | |
8287 (version20p): New variable. | |
8288 (xemacsp): New variable. | |
8289 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
8290 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
8291 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
8292 run-together words. |
27261 | 8293 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
8294 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
8295 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
8296 library path when called non-interactively. |
27261 | 8297 (ispell-menu-map-needed): Uses new variables. |
8298 (ispell-library-path): New variable. | |
8299 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
8300 (ispell-word): Improved documentation string. Test for valid | |
8301 character mappings. Correctly check typed in word changes that can | |
8302 result in single words split into multiple words. Returns | |
8303 replacement word. | |
8304 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
8305 replace in recursive query replace mode. Help message for | |
8306 recursive edit mode. | |
8307 (ispell-show-choices): Protect against bad framepop bindings. | |
8308 (ispell-help): Fix to work with XEmacs. | |
8309 (ispell-highlight-spelling-error): Use new variables. | |
8310 (ispell-overlay-window): Fix to work with XEmacs. | |
8311 (ispell-parse-output): Passed and returns location information | |
8312 tracking spelling corrections. Doesn't recheck same word on | |
8313 current line. | |
8314 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
8315 Fix call to single argument in sleep-for. Use new variables. | |
8316 (ispell-region): Passed and returns location information tracking | |
8317 spelling corrections. Doesn't check same word on current line. | |
8318 Improved documentation string. Doesn't resend a line already | |
8319 checked to the ispell process - fixes bug in LaTeX parsing. | |
8320 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
8321 (ispell-skip-region): No longer skips <TT> in SGML. | |
8322 (ispell-process-line): Tracks location information with spelling | |
8323 corrections. Added documentation string. Accounts for words | |
8324 already accepted on this line. Don't allow query-replace on line | |
8325 starting with math characters. Doesn't resend a line already sent | |
8326 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8327 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
8328 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
8329 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8330 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
8331 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
8332 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8333 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
8334 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
|
8335 |
27255 | 8336 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
8337 | |
8338 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
8339 of a real newline. | |
8340 | |
27253 | 8341 2000-01-09 Stephen Eglen <stephen@gnu.org> |
8342 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8343 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 8344 for .png files. |
8345 | |
27251 | 8346 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
8347 | |
8348 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
8349 | |
27247 | 8350 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
8351 | |
27249 | 8352 * progmodes/cperl-mode.el: Replace ^F with ^L. |
8353 | |
27247 | 8354 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8355 before `require'ing rmail and mailalias to prevent infinite |
27247 | 8356 recursion. |
8357 | |
27244 | 8358 2000-01-08 Dave Love <fx@gnu.org> |
8359 | |
27265 | 8360 * emacs-lisp/backquote.el: Remove inappropriate customization |
8361 (allowing custom.el to use backquote). | |
27244 | 8362 |
27241 | 8363 2000-01-07 Dave Love <fx@gnu.org> |
8364 | |
8365 * add-log.el (add-log-debugging): Deleted. | |
8366 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
8367 file. Remove debugging code. | |
8368 (change-log-get-method-definition, change-log-name): Add doc. | |
8369 (change-log-sortable-date-at): New function. | |
8370 (change-log-merge): New command. | |
8371 | |
8372 * time.el (display-time-string-forms): Make the Mail string active. | |
8373 (display-time-update): Provide help-echo for load average. | |
8374 | |
8375 * bindings.el (make-mode-line-mouse2-map): New function. | |
8376 (mode-line-modified): Use it and simplify. | |
8377 (mode-line-mule-info): Provide help-echo info. | |
8378 (minor-mode-alist): Activate the strings. | |
8379 (make-mode-line-mouse-sensitive): Simplify for | |
8380 mode-line-buffer-identification. | |
8381 | |
27233 | 8382 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
8383 | |
8384 * play/pong.el: New file. | |
8385 | |
27241 | 8386 2000-01-06 Dave Love <fx@gnu.org> |
8387 | |
8388 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
8389 `array-' prefix for symbols. | |
8390 | |
8391 2000-01-05 Dave Love <fx@gnu.org> | |
8392 | |
8393 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
8394 outline-headers-as-kill. | |
8395 (outline-mode): Define imenu-generic-expression. | |
8396 (outline-headers-as-kill): New command. | |
8397 | |
8398 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
8399 from paragraph-start. | |
8400 (paragraph-indent-minor-mode): New command. | |
8401 | |
8402 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
8403 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
8404 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
8405 (fortran-column-ruler): Simplify. | |
8406 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
8407 (fortran-with-subprogram-narrowing): Likewise. | |
8408 (fortran-indent-subprogram): Call mark-defun. | |
8409 (fortran-check-for-matching-do): Change narrowing. | |
8410 | |
8411 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
8412 (cl-lucid-hash-tag): Delete. | |
8413 (cl-hash-table-p): Correct test for native table. | |
8414 (cl-hash-table-count): Use hash-table-count. | |
8415 | |
8416 * browse-url.el (browse-url): Fix case of | |
8417 browse-url-browser-function being an alist. | |
8418 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
8419 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
8420 |
27233 | 8421 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
8422 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
8423 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
8424 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 8425 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
8426 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
8427 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 8428 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
8429 |
27191 | 8430 2000-01-05 Dave Love <fx@gnu.org> |
8431 | |
27241 | 8432 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 8433 (beginning-of-defun-raw): Use it. |
8434 (end-of-defun): New variable. | |
8435 (end-of-defun): Use it. | |
8436 (check-parens): New command. | |
8437 | |
27182 | 8438 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
8439 | |
27233 | 8440 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
8441 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 8442 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
8443 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
8444 |
27176 | 8445 2000-01-05 Andreas Schwab <schwab@suse.de> |
8446 | |
8447 * hscroll.el (hscroll): Doc fix. | |
8448 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8449 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8450 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8451 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8452 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8453 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8454 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8455 file idlw-rinfo.el. |
27182 | 8456 (idlwave-customize): load must read file idlw-shell.el. |
8457 (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
|
8458 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8459 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8460 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8461 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8462 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8463 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8464 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8465 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8466 both reftex-dcr and reftex-vcr. |
27182 | 8467 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8468 * 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
|
8469 |
27164 | 8470 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 8471 |
8472 * ps-print.el: PostScript code now is in separate files, doc fix. | |
8473 (ps-print-version): New version number (5.0.3). | |
8474 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
8475 local. | |
8476 (ps-spool-config): Initialization fix. | |
27233 | 8477 (ps-print-prologue-1, ps-print-prologue-2) |
8478 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 8479 (ps-background-image): Little code reformating. |
8480 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 8481 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 8482 (ps-prologue-file): New fun. |
8483 | |
27159 | 8484 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
8485 | |
27233 | 8486 * ps-vars.el: Eliminated. |
27159 | 8487 |
8488 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
8489 `;;;###autoload'. | |
8490 | |
8491 * ps-print.el: ps-vars eliminated, doc fix. | |
8492 (ps-print-version): New version number (5.0.2). | |
8493 (ps-spool-config): Initialization fix. | |
8494 (ps-print-customize): New fun. | |
8495 | |
27155 | 8496 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
8497 | |
8498 * autorevert.el (auto-revert-mode): Return value of | |
8499 auto-revert-mode. | |
8500 | |
27152 | 8501 2000-01-04 Dave Love <fx@gnu.org> |
8502 | |
27198 | 8503 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
8504 menu items. | |
27152 | 8505 |
27124 | 8506 2000-01-03 Dave Love <fx@gnu.org> |
8507 | |
27191 | 8508 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 8509 |
27241 | 8510 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 8511 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
8512 `cl-hash-table-p', not `hash-table-p'. | |
8513 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
8514 | |
27119 | 8515 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
8516 | |
8517 * faces.el (face-read-integer, read-face-attribute) | |
8518 (color-defined-p, color-values): unspecified-{f,b}g are now | |
8519 strings. | |
8520 | |
27112 | 8521 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
8522 | |
8523 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
8524 at comment end, and re-insert them after filling. | |
8525 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
8526 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
|
8527 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
8528 * 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
|
8529 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
8530 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
|
8531 |
27102 | 8532 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
8533 | |
8534 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
8535 the new name of face-color-supported-p. | |
8536 | |
8537 * term/w32-win.el (xw-defined-colors): Likewise. | |
8538 | |
27097 | 8539 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
8540 | |
8541 * simple.el (completion-setup-function): Count completion-size | |
8542 from minibuffer-prompt-end, not from point-min. | |
8543 | |
27091 | 8544 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
8545 | |
8546 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
8547 Pass the frame to tty-color-* functions. | |
8548 (display-color-p, frame-set-background-mode): Pass the frame to | |
8549 tty-display-color-p. | |
8550 | |
8551 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
8552 tty-color-alist. | |
8553 (tty-color-alist, tty-modify-color-alist): New functions. | |
8554 (tty-color-define, tty-color-clear, tty-color-approximate) | |
8555 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
8556 an optional parameter FRAME. | |
8557 | |
27074 | 8558 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
8559 | |
27082 | 8560 * image.el (create-image, defimage): Don't assume image data is a |
8561 string. | |
8562 | |
27074 | 8563 * image.el (defimage): Handle specifications containing :data |
8564 instead of :file. | |
8565 (image-type-from-data): New function. | |
8566 (image-type-from-file-header): Use it. | |
8567 (create-image): Add parameter DATA-P. | |
27182 | 8568 |
30729 | 8569 See ChangeLog.8 for earlier changes. |
30993 | 8570 |
8571 ;; Local Variables: | |
31291 | 8572 ;; coding: iso-2022-7bit-unix |
30993 | 8573 ;; End: |