Mercurial > emacs
annotate lisp/ChangeLog.3 @ 49503:443e3f602fc2
2003-01-28 Andrew Choi <akochoi@shaw.ca>
* macfns.c (x_to_mac_color): Correct the order for parsing the RGB
values in old-style RGB specs.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Tue, 28 Jan 2003 17:30:12 +0000 |
parents | fc4a17f3d810 |
children | 1aba10ab73b4 |
rev | line source |
---|---|
25830 | 1 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
2 | |
3 * Version 19.10 released. | |
4 | |
5 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6 | |
7 * term/bobcat.el: Just load term/keyswap.el. | |
8 | |
9 * term/vt200.el: Just load term/vt100.el. | |
10 * term/apollo.el: Just load term/vt100.el. | |
11 * term/vt102.el, term/vt125.el, term/vt201.el, term/vt220.el, | |
12 term/vt240.el, term/vt300.el, term/vt320.el, term/vt400.el, | |
13 term/vt420.el: New files. Just load vt100.el. | |
14 | |
15 * term/lk201.el: New file. | |
16 * term/vt100.el: Use term/lk201.el. | |
17 | |
18 * term/vt100.el (vt100-wide-mode): Add missing arg in set-frame-width. | |
19 | |
20 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
21 | |
22 * startup.el (command-line-1): Pass arg to other-window. | |
23 | |
24 * files.el (find-file-run-dired): Doc fix. | |
25 (find-file-read-only): Return the buffer. | |
26 (find-file-read-only-other-window): Likewise. | |
27 (find-file-read-only-other-frame): Likewise. | |
28 | |
29 * timer.el (cancel-function-timers): Renamed from spurious duplicate | |
30 definition of cancel-timer. | |
31 | |
32 * add-log.el (find-change-log): Use file-chase-links. | |
33 | |
34 * files.el (file-chase-links): New function. | |
35 (backup-buffer): Use file-chase-links. | |
36 (file-chase-links): Handle leading .. in symlink target. | |
37 | |
38 * c-mode.el (c-up-conditional): Handle commented-out #-cmds properly. | |
39 | |
40 * window.el (split-window-vertically): Return the new window. | |
41 | |
42 * paths.el (gnus-local-organization): Initially nil. | |
43 | |
44 * isearch.el (isearch-search): Take note of isearch-case-fold-search | |
45 initial value. | |
46 | |
47 * lisp-mode.el (indent-sexp): Even if outer-loop-done is t, | |
48 still move down one line. | |
49 | |
50 * files.el (auto-mode-alist): Fix syntax for sgml mode. | |
51 | |
52 * man.el (Man-mode-map): Bind m to manual-entry. | |
53 (Man-notify-when-ready): Make arg name consistent. | |
54 Use delete-other-window. | |
55 (Man-mode): Use buffer-disable-undo, not old name. | |
56 | |
57 * faces.el (x-resolve-font-name): Allow symbol as FACE arg. | |
58 Allow t as FRAME arg. | |
59 | |
60 * sendmail.el (send-mail-function): Use defvar. not defconst. | |
61 | |
62 * mouse.el (x-fixed-font-alist): Specify field 7, not field 6. | |
63 | |
64 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
65 | |
66 * iso8859-1.el: File deleted. | |
67 * superyank.el: File deleted. | |
68 | |
69 * vc.el (vc-steal-lock, vc-insert-headers): Fix question whitespace. | |
70 (vc-finish-logentry): Use delete-windows-on. | |
71 | |
72 * add-log.el (find-log-file): Use source file's truename dir. | |
73 | |
74 * mh-e.el: Version 3.8.1 from Gildea. | |
75 | |
76 * loaddefs.el (-key): repeat-complex-command moved to C-x ESC ESC. | |
77 | |
78 * hexl.el: Doc fixes. | |
79 (hexl-char-after-point): Get rid of mistakenly free variables. | |
80 | |
81 * info.el (Info-insert-dir): Ignore duplicate directories. | |
82 | |
83 * paths.el (Info-default-directory-list): Take out ../../info. | |
84 Avoid duplication. | |
85 (manual-formatted-dirlist, manual-formatted-dir-prefix): Deleted. | |
86 | |
87 * subr.el (baud-rate): Doc fix. | |
88 | |
89 * add-log.el (find-change-log): Chase symlinks multiple levels. | |
90 | |
91 * rmailsum.el (rmail-new-summary): Set rmail-summary-buffer | |
92 to nil at beginning; set it for real after summary is set up. | |
93 | |
94 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
95 | |
96 * files.el (find-alternate-file): Hide truename and inode number | |
97 temporarily, like the visited file name. | |
98 | |
99 * iso8859-1.el: Pass just the downcase table to set-case-... | |
100 | |
101 1993-05-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
102 | |
103 * find-dired.el (find-dired-sentinel): Write a line describing death. | |
104 Set mode-line-process to record exit status. | |
105 Delete the process. | |
106 | |
107 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
108 | |
109 * frame.el (frame-initialize): Handle reverseVideo resource. | |
110 * faces.el (x-create-frame-with-faces): Handle reverseVideo resource. | |
111 | |
112 * iso-insert.el, iso-ascii.el, iso-swed.el: Provide same name as file. | |
113 | |
114 * ange-ftp.el (ange-ftp-dired-compress-file): | |
115 Use dired-compress-file, not dired-compress-filename. | |
116 | |
117 * completion.el: Pervasive changes to use Emacs 19 features | |
118 and conform to Emacs conventions. | |
119 | |
40965 | 120 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 121 |
122 * Version 19.9 released. | |
123 | |
40965 | 124 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 125 |
126 * term/x-win.el: Check for a geometry resource, and apply it to the | |
127 initial frame. | |
128 | |
40965 | 129 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 130 |
131 * isearch.el (isearch-forward): Remove the claim that | |
132 isearch-whitespace-chars matches any string of whitespace. | |
133 | |
134 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
135 | |
136 * completion.el: Comment out handling of shell-send-input. | |
137 Delete the "local thinking machines" definitions at the end | |
138 since they caused compilation failure. | |
139 | |
140 * cl.el (cl-member): Renamed from member. | |
141 | |
142 * time.el (display-time-day-and-date): Use defvar, not defconst. | |
143 | |
144 * subr.el (listify-key-sequence): Avoid the constant ?\M-\200. | |
145 | |
146 * files.el (find-file-noselect): Expand buffer-file-truename | |
147 before copying it to anything else. | |
148 | |
149 * dired.el (dired-other-frame): New function, with binding. | |
150 | |
151 * compile.el: Make C-x ` binding just once. | |
152 | |
153 * help.el (finder-by-keyword): Autoload from `finder', not `finder.el'. | |
154 | |
155 * nroff-mode.el (nroff-mode): Don't leave nroff-electric-mode void. | |
156 | |
157 * byte-opt.el (byte-optimize-divide): | |
158 Don't optimize to less than two arguments. | |
159 | |
160 * hexl.el (hexlify-command, dehexlify-command): Use exec-directory. | |
161 | |
162 * rmailsort.el: New version from Umeda. | |
163 (timezone-make-date-sortable): Make autoload for this. | |
164 (rmail-sort-by-recipient): Downcase the strings for sorting. | |
165 (rmail-sort-by-recipient): Likewise. | |
166 (rmail-sort-by-lines): Renamed from rmail-sort-by-size-lines. | |
167 Use numbers to sort by. | |
168 (rmail-summary-...): New functions. Bind in rmail-summary-mode-map. | |
169 (rmail-sort-from-summary): New function. | |
170 (rmail-sort-messages): Don't bother checking major mode. | |
171 Put message bounds in sort list, not its text. | |
172 Choose string< or < as predicate. | |
173 Reorder messages by exchanging them, with inhibit-quit bound. | |
174 (rmail-fetch-field): Start by widening. | |
175 (rmail-sortable-date-strng): Deleted. | |
176 (rmail-make-date-sortable): New function, used instead. | |
177 | |
178 * paths.el (gnus-local-organization): Renamed from ...-your-... | |
179 (gnus-local-domain): Likewise. | |
180 | |
40965 | 181 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 182 |
183 * faces.el (x-resolve-font-name): If PATTERN is nil, return the | |
184 frame's face. | |
185 (set-face-font): Only use x-resolve-font-name if FONT is a string. | |
186 Copying a faces shouldn't resolve the font. | |
187 | |
188 * paths.el (Info-default-directory-list): Add | |
189 configure-info-directory to this list. | |
190 | |
191 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
192 | |
193 * scroll-bar.el (scroll-bar-mode): Make default value t. | |
194 | |
195 * help-macro.el (make-help-screen): Handle mouse events. | |
196 Be smart about window configurations--when and whether to restore. | |
197 | |
198 * info.el (Info-follow-nearest-node): Omit 4th arg to Info-get-token. | |
199 | |
200 * sgml-mode.el (sgml-validate): compile1 renamed to compile-internal. | |
201 (sgml-mode): Add autoload cookie. | |
202 * files.el (auto-mode-alist): Recognize .sgm, .sgml, .dtd. | |
203 | |
204 * files.el (auto-mode-alist): Treat .H and .hh as C++ files. | |
205 | |
206 * mouse.el (mouse-set-mark): Activate the mark. | |
207 Don't bounce the cursor if Transient Mark mode. | |
208 (mouse-save-then-kill): Pass explicit args to kill-ring-save. | |
209 (mouse-kill-ring-save): Likewise. | |
210 | |
211 * mail-utils.el (mail-strip-quoted-names): | |
212 Catch errors from forward-sexp. | |
213 | |
214 * comint.el (comint-filter): Restore buffer-read-only in proper buffer. | |
215 | |
216 * ispell.el: Provide `ispell'. | |
217 | |
218 * ange-ftp.el (ange-ftp-set-buffer-mode): Do nothing unless | |
219 visited name is an ange ftp magic name. | |
220 | |
221 * advice.el: New version from Chalupsky. | |
222 | |
223 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
224 | |
225 * dired.el (dired-unmark-all-files): Read arg as a string. | |
226 | |
227 * rmailsum.el (rmail-summary-mark-deleted): Check for end of buffer. | |
228 Pass t as NOWARN when calling rmail-summary-goto-msg. | |
229 | |
230 * dired-aux.el (dired-compress-file): Test the return value | |
231 of dired-check-process properly. | |
232 Fix use of nonexistent var `name'. | |
233 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
234 * info.el (Info-edit, Info-last-search, Info-enable-edit): |
25830 | 235 Correct case in `Info-mode-map'. |
236 | |
237 * rmail.el (rmail-bury): Fix call to set-window-buffer. | |
238 | |
239 * loaddefs.el: copy-to-register now on C-x r s. | |
240 | |
241 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
242 | |
243 * term/x-win.el: Pass x-command-line-resources to x-open-connection. | |
244 (x-command-line-resources): New variable. | |
245 (x-handle-rn-switch): New function. | |
246 (command-switch-alist): Add -rn. | |
247 | |
40965 | 248 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 249 |
250 * term/x-win.el (command-switch-alist, x-switch-definitions): Treat | |
251 `-i' like `-itype', as in Emacs 18. | |
252 | |
40965 | 253 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 254 |
255 * Version 19.8 released. | |
256 | |
257 * startup.el (command-line-1): Don't handle `-i'. We're | |
258 abandoning the `insert file' meaning in favor of the `use a | |
259 bitmapped icon' meaning. | |
260 | |
261 * faces.el (set-face-font): Call x-resolve-font-name on the font | |
262 before including it in the face. | |
263 (x-resolve-font-name): New function. | |
264 | |
265 * iso-syntax.el: Make downcase into a proper case table before | |
266 passing it to set-standard-case-table. | |
267 | |
268 * disp-table.el (standard-display-european): Doc fix. Make | |
269 it autoload. Make it respond to prefix arg like a minor mode. | |
270 | |
271 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
272 | |
273 * term/x-win.el (x-select-text): New arg PUSH. | |
274 (x-switch-definitions): Represent -r as `reverse' option. | |
275 | |
276 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
277 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
278 * files.el (find-file-read-only-other-window): |
25830 | 279 Use find-file-other-window. |
280 | |
281 * paths.el (Info-default-directory-list): Add ../../info. | |
282 | |
283 * info.el (Info-suffix-list): Fix duplicate .z to .info.z. | |
284 | |
285 * faces.el (x-create-frame-with-faces): Handle `reverse' as parameter. | |
286 * frame.el (frame-initialize): Likewise. | |
287 | |
288 * dired.el (dired-flag-backup-files): Speedup: | |
289 check explicitly for ~ at end of line. | |
290 (dired-flag-auto-save-files): Similar change. | |
291 | |
292 * register.el (jump-to-register): | |
293 Don't fail if frame-configuration-p is unbound. | |
294 | |
295 * files.el (cd): Set cd-path to a list. | |
296 | |
297 * simple.el (kill-new): Pass t as 2nd arg to interprogram-cut-function. | |
298 * select.el (x-set-cut-buffer): New arg PUSH. | |
299 | |
40965 | 300 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 301 |
302 * disp-table.el (standard-display-default): New function. | |
303 (standard-display-european): New command. | |
304 | |
305 * loaddefs.el: Bind [?\M-\C-\ ] to mark-sexp. | |
306 | |
307 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
308 | |
309 * simple.el (shell-command): Don't activate mark even momentarily. | |
310 | |
40965 | 311 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 312 |
313 * case-table.el, disp-table.el, finder.el, iso-ascii.el, | |
314 iso-insert.el, iso-swed.el, iso-syntax.el, iso8859-1.el, | |
315 swedish.el: Change "i14n" keyword to "i18n". | |
316 * finder.el (finder-compile-keywords): Replacement unnecessary. | |
317 | |
318 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
319 | |
320 * menu-bar.el (menu-bar-mode): Doc fix. | |
321 | |
40965 | 322 1993-05-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 323 |
324 * lucid.el (switch-to-other-buffer): Build the list of acceptable | |
325 buffers properly. | |
326 | |
327 * faces.el (make-face): Change interactive spec to 'S'. | |
328 | |
329 1993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
330 | |
331 * ange-ftp.el (ange-ftp-raw-send-cmd): Allow quitting | |
332 during accept-process-output. | |
333 | |
334 * finder.el (finder-known-keywords): Use i18n, not i14n. | |
335 (finder-compile-keywords): Substitute i18n for i14n. | |
336 Turn off undo in *finder-scratch*. Ignore file names | |
337 starting with =. | |
338 (finder-mode, finder-current-item): Rename headmark to finder-headmark. | |
339 (finder-list-matches, finder-list-keywords): Likewise. | |
340 | |
341 * iso8859-1.el: Call set-case-..., not standard-case-... | |
342 | |
40965 | 343 1993-05-23 Paul Eggert (eggert@twinsun.com) |
25830 | 344 |
345 * calendar.el (calendar-daylight-savings-starts, | |
346 calendar-daylight-savings-ends): Default to nil if the locale | |
347 never has DST. | |
348 | |
40965 | 349 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
350 | |
351 * Version 19.7 released. | |
25830 | 352 |
353 1993-05-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
354 | |
355 * vc.el (vc-comment-to-change-log): Don't take FILE argument, since | |
356 vc-update-change-log doesn't support it anyway. | |
357 Don't bind default-directory. Instead pass second arg to | |
358 file-relative-name. | |
359 (vc-update-change-log): Use find-change-log instead of hardcoding. | |
360 | |
40965 | 361 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 362 |
363 * cl.el (cl-floor, cl-ceiling, cl-truncate, cl-round): Renamed | |
364 from floor, ceiling, truncate, and round; the old names conflict | |
365 with built-in functions. | |
366 | |
367 1993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
368 | |
369 * gud.el (gud-def): Fix inclusion of the define-key. | |
370 (gdb, sdb, dbx): Change bindings from letters to control chars. | |
371 (gud-common-init): Add save-excursion. | |
372 (gud-display-line): Don't mess with buffer-read-only. | |
373 (gud-filter): Set output-after-point *after* deleting old prompt. | |
374 Likewise for `moving'. | |
375 | |
376 * subr.el (event-modifiers): Doc fix. | |
377 | |
378 * help.el (describe-key, describe-key-briefly): | |
379 Discard the click or drag that follows a down event. | |
380 | |
381 * levents.el (event-modifiers): Function deleted. | |
382 (read-command-event): For switch-frame event, call select-frame. | |
383 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
384 1993-05-22 Noah Friedman (friedman@splode.com) |
25830 | 385 |
40965 | 386 * rlogin.el (rlogin-filter): Yet another rewrite which handles |
387 unusual values of scroll-step in a winning way by window-start | |
388 frobnication. | |
25830 | 389 |
390 1993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
391 | |
392 * simple.el (pending-undo-list): Var declared. | |
393 | |
394 * apropos.el (apropos-print-matches): Bind tem. | |
395 | |
40965 | 396 1993-05-21 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
397 | |
398 * holidays.el: Update reference to the papers in S-P&E. | |
399 (filter-visible-calendar-holidays): Test for nil date. | |
400 | |
401 * cal-mayan.el: Update reference to the papers in S-P&E. | |
402 | |
403 * cal-french.el: Update reference to the papers in S-P&E. | |
25830 | 404 |
405 1993-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
406 | |
407 * apropos.el (apropos-match-keys): Handle modern keymap structure. | |
408 | |
409 * simple.el (transient-mark-mode): Doc fix. | |
410 | |
411 * outline.el (outline-minor-mode): Make permanent local in all buffers. | |
412 Give the command a doc string, and make it autoload. | |
413 | |
414 * lisp-mode.el (lisp-body-indent): Add doc. | |
415 | |
416 1993-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
417 | |
418 * texinfo.el (texinfo-section-types-regexp): Define here. | |
419 | |
420 * delsel.el: Provide delsel. | |
421 (keyboard-quit): Definition deleted. | |
422 (minibuffer-keyboard-quit): If Delete Selection mode is off, | |
423 do abort even if mark is active. | |
424 | |
40965 | 425 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 426 |
427 Some time-handling patches from Paul Eggert: | |
428 * calendar.el (calendar-current-time-zone): New function. | |
429 (calendar-time-zone, calendar-standard-time-zone-name, | |
430 calendar-daylight-time-zone-name): Use it instead of current-time-zone. | |
431 * sendmail.el (mail-do-fcc): Use the same absolute time for both | |
432 current-time-string and current-time-zone. Adjust to new format | |
433 returned by current-time-zone. | |
434 | |
435 * xfaces.el (face-equal): Doc fix. | |
436 | |
437 1993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
438 | |
439 * delsel.el: Renamed from pending-del.el. | |
440 Functions and variables renamed to ...delete-selection... | |
441 from ...pending-delete... | |
442 Bind all minibuffer keymaps alike. | |
443 | |
444 * outline.el (outline-heading-end-regexp): Fix typo. | |
445 (outline-minor-mode-map): New variable. | |
446 (minor-mode-map-alist): Add new entry. | |
447 (outline-minor-mode): Work with above change. | |
448 Do not set outline-regexp or outline-header-end-regexp. | |
449 | |
40965 | 450 1993-05-19 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
451 | |
452 * calendar.el (hebrew-calendar-yahrzeit): Correct error from S-P&E | |
453 paper in test for Adar I 30 date of death for yahrzeit in a | |
454 non-leap year when Shevat 29 must be used. | |
455 | |
456 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
25830 | 457 |
458 * files.el (set-auto-mode): If the buffer's file name is nil, | |
459 don't try to compare it against the entries in auto-mode-alist. | |
460 | |
461 1993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
462 | |
463 * ispell.el (ispell-command-loop): Make an undo boundary. | |
464 | |
465 * isearch.el (isearch-mode-map): Use vector, not string, to bind | |
466 printing characters. | |
467 | |
40965 | 468 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 469 |
470 * select.el (xselect-convert-to-class): Just return "Emacs" here. | |
471 That's what the class will always be. | |
472 | |
473 1993-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
474 | |
475 * loaddefs.el: Add bindings for C-SPC and C-/, like C-@ and C-_. | |
476 | |
40965 | 477 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 478 |
479 * startup.el (normal-top-level, command-line, command-line-1): | |
480 Don't call the frame and face initialization functions unless | |
481 they're bound. | |
482 | |
483 * frame.el (frame-notice-user-settings): Don't make | |
484 frame-initial-frame unbound; just set it to nil. | |
485 * startup.el (command-line-1): Call frame-notice-user-settings | |
486 before displaying the startup message. | |
487 | |
488 * server.el (server-switch-hook): New hook. | |
489 (server-process-filter): Call it. | |
490 | |
491 * bibtex.el (bibtex-string): Use \" instead of "" to get a double | |
492 quote inside a string. | |
493 * vms-patch.el (print-region-function): Same. | |
494 | |
495 1993-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
496 | |
497 * sendmail.el (mail-yank-original): In Transient Mark mode, | |
498 don't get error and don't activate the mark. | |
499 | |
500 * isearch.el (isearch-mode-map): Extend the dense keymap to 256 chars. | |
501 | |
502 1993-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
503 | |
504 * trace.el, advice.el: New files. | |
505 | |
506 * bytecomp.el (byte-compile-file): Don't write output if error. | |
507 | |
508 * sendmail.el (mail-setup): Leave point before signature, not after. | |
509 | |
510 * rmailsort.el (rmail-sortable-date-string): Handle date in format | |
511 produced by current-time-string. | |
512 | |
513 * simple.el (keyboard-quit): Run deactivate-mark-hook. | |
514 (kill-ring-save): If quit happens while cursor is bounced, | |
515 make it appear like a command-level quit. | |
516 | |
517 * loaddefs.el: Add bindings for C-digits, C-M-digits, C-- and C-M--. | |
518 | |
519 * isearch.el (isearch-mode): Set deactivate-mark. | |
520 | |
521 * menu-bar.el (fill-region, kill-region, delete-region) | |
522 (kill-ring-save): Use mark-active as enable condition. | |
523 (undo): Add an enable condition. | |
524 | |
525 1993-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
526 | |
527 * texinfo.el (texinfo-chapter-level-regexp): Copied here. | |
528 | |
529 1993-05-17 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
530 | |
531 * gnus.el (gnus-info-directory): Variable removed. | |
532 (gnus-info-find-node): Don't use it. | |
533 | |
534 1993-05-16 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
535 | |
536 * gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el | |
537 * nntp.el, nnspool.el, mhspool.el: Version 3.15 from Umeda. | |
538 | |
539 * frame.el (toggle-scroll-bar): Renamed from toggle-vertical-scroll... | |
540 | |
541 1993-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
542 | |
543 * texinfo.el: Don't require tex-mode or texnfo-upd. | |
544 (texinfo-mode-map): Binding for " deleted. | |
545 (texinfo-tex-print): Require tex-mode here. | |
546 (texinfo-tex-region): Likewise. | |
547 (texinfo-tex-region): Update name of tex-set-buffer-directory. | |
548 | |
549 * tex-mode.el (tex-insert-quote): Doc fix. | |
550 | |
551 * vc.el: Don't require sendmail, compile, or dired. | |
552 | |
553 * simple.el (push-mark): Always activate the mark | |
554 if not in Transient Mark mode. | |
555 | |
556 * c-mode.el (mark-c-function): Activate the mark. | |
557 | |
558 * ispell.el (ispell): Deactivate mark before the Ispell run. | |
559 (ispell-point): Delete the sit-for; it was confusing. | |
560 (ispell): Don't use save-excursion; just restore current buffer. | |
561 (ispell-next): Don't save-excursion or save-window-excursion. | |
562 (ispell-point): Don't save-excursion. | |
563 (ispell-window-configuration): New variable. | |
564 (ispell-show-choices): Set it if not nil. | |
565 (ispell-next): Initialize to nil. Restore at end. | |
566 | |
567 * simple.el (yank, yank-pop): Don't activate the mark. | |
568 | |
569 * lisp.el (mark-sexp, mark-defun): Activate the mark. | |
570 * page.el (mark-page): Activate the mark. | |
571 * paragraphs.el (mark-paragraph, mark-end-of-sentence): Likewise. | |
572 | |
573 * simple.el (mark-whole-buffer, mark-word): Activate the mark. | |
574 (push-mark): Optional arg ACTIVATE. | |
575 (set-mark-command): Use that. | |
576 | |
577 * faces.el (face-initialize): Do make the modeline face. | |
578 (x-initialize-frame-faces): Explicitly invert `modeline' face. | |
579 (x-create-frame-with-faces): Simplify; do nothing special | |
580 with `default' or `modeline' face. | |
581 | |
40965 | 582 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 583 |
584 * version.el (emacs-version): Alpha release 19.6. | |
585 | |
586 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
587 | |
588 * faces.el: Rename `primary-selection' to `region'. | |
589 | |
590 * mouse.el (mouse-set-region): Call set-mark to activate mark. | |
591 | |
592 * isearch.el (isearch-done): Don't activate mark. | |
593 | |
594 * simple.el (push-mark): Don't activate the mark. | |
595 (set-mark-command): Explicitly do so here. | |
596 When popping, don't mind if mark is inactive. | |
597 (pop-mark): Deactivate mark. Don't mind if it's inactive. | |
598 (yank-pop): Don't mind if mark is inactive. | |
599 (keyboard-quit): Deactivate the mark. | |
600 (kill-ring-save): When bouncing cursor, | |
601 bounce the mark too, so highlighted area does not change. | |
602 | |
603 * bytecomp.el (byte-compile-track-mouse): New function. | |
604 This is a kludge; track-mouse must be compiled better. | |
605 | |
606 * simple.el (transient-mark-mode): New command. | |
607 | |
608 * mouse.el (mouse-drag-region): New command, on down-mouse-1. | |
609 | |
610 * map-ynp.el (map-y-or-n-p): Show the answers in the echo area. | |
611 | |
612 * faces.el (face-initialize): Turn off `modeline' face. | |
613 Set region-face. | |
614 (invert-face): Really do use the default colors. | |
615 (x-initialize-frame-faces): Always try "gray" color for | |
616 primary-selection; always invert if that fails. | |
617 Similar changes for highlight, secondary-selection. | |
618 | |
619 * menu-bar.el: Fix up the edit commands. Add fill-region. | |
620 | |
621 1993-05-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
622 | |
623 * menu-bar.el (menu-bar-mode): New command. Use for initialization. | |
624 | |
625 * faces.el (make-face): Add interactive spec. | |
626 (set-default-font): Deleted. | |
627 | |
628 * isearch.el (isearch-mode-map): Handle any length vector in keymap. | |
629 (isearch-char-to-string): Handle non-character events properly. | |
630 | |
40965 | 631 1993-05-14 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 632 |
633 * subr.el (overlay-start, overlay-end, overlay-buffer): Removed. | |
634 | |
635 * vc.el (vc-version-diff): Match parens. | |
636 | |
40965 | 637 1993-05-14 Paul Eggert (eggert@twinsun.com) |
25830 | 638 |
639 * vc.el (vc-revert-buffer1): Don't assume that compilation-error-list | |
640 is a list; it might be t. | |
641 | |
642 1993-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
643 | |
644 * emerge.el: Installed version 5 from drw. | |
645 Merged in previous FSF changes, plus new changes: | |
646 (emerge-count-matches-string): Renamed from count-matches-string. | |
647 (emerge-command-prefix): Now C-c C-c. | |
648 (emerge-shadow-key-definition): Deleted. | |
649 Callers use substitute-key-definition. | |
650 (emerge-recursively-substitute-key-definition): Deleted. | |
651 Callers use substitute-key-definition. | |
652 (emerge-unselect-hook): Renamed from emerge-unselect-hooks. | |
653 (emerge-files-internal): Use file-local-copy to handle remote files. | |
654 (emerge-files-with-ancestor-internal): Likewise. | |
655 (emerge-remote-file-p): Deleted. | |
656 (emerge-abort): New command. | |
657 (describe-mode): Deleted. | |
658 (emerge-hash-string-into-string): Renamed from hash-string-into-string. | |
659 (emerge-unslashify-name): Renamed from unslashify-name. | |
660 (emerge-write-and-delete): Don't write-file if file-out is nil. | |
661 (emerge-setup-fixed-keymaps): Put emerge-abort on C-]. | |
662 (emerge-find-difference-diff): Renamed from emerge-find-difference. | |
40965 | 663 (emerge-find-difference): New command. Now on `.'. |
25830 | 664 (emerge-diff-ok-lines-regexp): Renamed from emerge-diff-ok-lines. |
665 (emerge-diff3-ok-lines-regexp): Renamed from emerge-diff3-ok-lines. | |
666 | |
40965 | 667 1993-05-13 Paul Eggert (eggert@twinsun.com) |
25830 | 668 |
669 * vc.el (vc-version-diff): Don't move point in current buffer. | |
670 | |
671 1993-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
672 | |
673 * etags.el (tags-table-including): Take new third arg CORE-ONLY. | |
674 If non-nil, ignore files without extant buffers. | |
675 (visit-tags-table-buffer): Call tags-table-including first with | |
676 CORE-ONLY set, and then afterwards with it clear. | |
677 | |
678 1993-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
679 | |
680 * term/x-win.el: Require menu-bar.el. | |
681 * menu-bar.el: Provide 'menu-bar. | |
682 | |
683 * compile.el (Setting minor-mode-map-alist): | |
684 Put the map directly in the alist, not a variable name. | |
685 * vc.el: Likewise. | |
686 | |
687 * macros.el (kbd-macro-query): Fix prompt string. | |
688 | |
689 * loadup.el: Preload mouse, scroll-bar and select if have multi-frames. | |
690 | |
691 * vc.el: Improve doc strings and prompt strings. | |
692 (vc-cancel-version): Ask whether to revert buffer. | |
693 | |
694 * lmenu.el (default-menubar): Make initial value nil. | |
695 (kill-this-buffer, x-new-frame) | |
696 (sensitize-file-and-edit-menus-hook, format-buffers-menu-line) | |
697 (buffers-menu-max-size, complex-buffers-menu-p) | |
698 (buffers-menu-switch-to-buffer-function, buffer-menu-save-buffer) | |
699 (buffer-menu-write-file, build-buffers-menu-internal) | |
700 (build-buffers-menu-hook): Functions and variables deleted. | |
701 | |
702 * faces.el (face-initialize): New function. | |
703 All initialization code moved into it. | |
704 Call at end of file, if using X frames already. | |
705 (x-create-frame-with-faces): Don't use faces if not initialized. | |
706 | |
707 * startup.el (command-line): Call frame-initialize explicitly. | |
708 Call face-initialize. | |
709 (normal-top-level): Call frame-notice-user-settings explicitly. | |
710 * frame.el: Do not put those functions on hooks. | |
711 | |
712 * terminal.el (te-pass-through): Handle meta chars and non-char events. | |
713 (terminal-map, etc.): Use default bindings, not fillarray. | |
714 Make the maps sparse. | |
715 (terminal-meta-map): New map; lets us make ESC a prefix key. | |
716 (terminal-map): Bind ESC to terminal-meta-map. | |
717 (te-more-break-unread): Handle non-char as last-input-char. | |
718 (te-filter): Delete code that worked with meta-flag. | |
719 (terminal-emulator): Don't look at meta-flag. | |
720 (terminal-mode): Don't make meta-flag local. | |
721 (te-stty-string): Quote the args that have ^. Add pass8. | |
722 | |
40965 | 723 1993-05-08 Paul Eggert (eggert@twinsun.com) |
25830 | 724 |
725 * vc.el (vc-diff): Report an error if the buffer isn't registered. | |
726 (vc-registration-error): New function. | |
727 (vc-next-action, vc-diff, vc-print-log, vc-backend-diff): Use it to | |
728 make VC's error messages more uniform. | |
729 | |
730 * vc.el (vc-directory, vc-revert-buffer1): Quote lambdas with | |
731 (function ...) for Emacs 18. | |
732 (compilation-old-error-list): Set if undefined, for Emacs 18. | |
733 | |
40965 | 734 1993-05-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 735 |
736 * faces.el: Re-arranged to put accessors at the top. | |
737 | |
738 1993-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
739 | |
740 * buff-menu.el (Buffer-menu-quit): New function, now on q. | |
741 (buffer-menu): Update list of options. | |
742 Don't save a window config. | |
743 (Buffer-menu-select): Don't call Buffer-menu-execute. | |
744 Don't restore a window config. | |
745 (Buffer-menu-mode-map): Buffer-menu-select now on v. | |
746 | |
747 1993-05-10 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
748 | |
749 * bytecomp.el (byte-recompile-directory): If ARG is non-nil, set | |
40965 | 750 it to its prefix numeric value. Test for ARG being zero with eq, |
25830 | 751 not zerop. |
752 | |
753 1993-05-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
754 | |
755 * rmailout.el (rmail-output): Undo June 11 1992 change: | |
756 Don't try to use Date field in the From. | |
757 | |
758 * faces.el: Rename all references to try-face-font to | |
759 internal-try-face-font, so we don't need lucid.el. | |
760 | |
761 * faces.el (read-face-name): Call face-list, not list-faces. | |
762 | |
763 Fail more gracefully if we can't build bold, italic, etc, | |
764 versions of the default font. | |
765 * faces.el (make-face-bold, make-face-italic, | |
766 make-face-bold-italic, make-face-unbold, make-face-unitalic): | |
767 Implement NOERROR argument. | |
768 (x-initialize-frame-faces): Use the NOERROR argument to the | |
769 font manipulation functions to avoid errors while starting up. | |
770 Remove initialization of isearch font. | |
771 * xfaces.c (internal-x-complain-about-font): Add new frame | |
772 argument, so we can check the frame parameters to find the | |
773 default font. Callers changed. | |
774 | |
775 * faces.el (x-create-frame-with-faces): Fix typo. Dyke out | |
776 code to fully qualify the modeline font; we may not be able to | |
777 do that correctly. | |
778 | |
779 1993-05-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
780 | |
781 * dabbrev.el (dabbrev-expand): Delete a search-forward call | |
782 after the second replace-match. | |
783 | |
784 1993-05-09 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
785 | |
786 * add-log.el (find-change-log): If there is a buffer-local value of | |
787 change-log-default-name, just return it with no searching. | |
788 Previously if it was set to a nonexistent file name, we would | |
789 loop forever. | |
790 | |
791 1993-05-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
792 | |
793 * replace.el (query-replace-map): Bind [escape] like "\e". | |
794 | |
795 * macros.el (kbd-macro-query): Use query-replace-map to define answers. | |
796 | |
797 * vc.el (diff-switches): Define var here as well as in diff.el. | |
798 (vc-backend-diff): Handle either string or list. | |
799 | |
800 * comint.el (comint-filter): Increment opoint only if after | |
801 insertion point. | |
802 | |
40965 | 803 1993-05-08 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 804 |
805 * faces.el: Call internal-set-face-1, not internat-set-face-1. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
806 |
25830 | 807 * faces.el: Don't set frame-creation-function here; term/x-win.el is |
808 the appropriate place to set it. | |
809 | |
810 * faces.el: Only apply x-initialize-frame-faces to X frames; pass | |
811 over terminal frames. | |
812 | |
813 * faces.el: Provide 'faces. | |
814 | |
40965 | 815 1993-05-08 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 816 |
817 * term/x-win.el: Since we require faces.el, there's no point in setting | |
818 frame-creation-function to x-create-frame - just set it directly | |
819 to x-create-frame-with-faces. | |
820 | |
821 1993-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
822 | |
823 * sendmail.el (mail-do-fcc): Don't output a newline before From... | |
824 | |
825 * rmail.el (rmail-convert-to-babyl-format): Delete 1 char | |
826 if we see a newline instead of what we expect. | |
827 | |
828 * register.el (jump-to-register): Allow file name "in" a register. | |
829 | |
830 * scroll-bar.el (scroll-bar-drag, scroll-bar-drag-1): New functions. | |
831 Put scroll-bar-drag on down-mouse-2 in scroll bar. | |
832 Leave up-events on mouse-2 unbound. | |
833 | |
834 * help-macro.el: Provide help-macro, not help-screen. | |
835 * help.el: Require help-macro, not help-screen. | |
836 | |
837 * menu-bar.el: Don't add menu bar to minibuffer-only frames. | |
838 | |
40965 | 839 1993-05-07 Paul Eggert (eggert@twinsun.com) |
25830 | 840 |
841 * vc.el (vc-directory-18): New function. | |
842 If Emacs 18, make vc-directory alias to this. | |
843 | |
844 1993-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
845 | |
846 * loaddefs.el: Bind M-right and M-left to forward-word, backward-word. | |
847 Unbind M-up and M-down. | |
848 | |
849 * calendar.el (calendar-mode-map): Add arrow key bindings. | |
850 | |
851 * rmail.el (rmail-resend): Add `resent' attribute. | |
852 (rmail-forward): With prefix arg, run rmail-resend. | |
853 | |
40965 | 854 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
855 | |
856 * term/x-win.el: (require 'faces), too. Move (require 'select) to top, | |
25830 | 857 with the other requires. |
858 | |
40965 | 859 1993-05-06 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 860 |
861 * finder.el: Bind finder-exit to 'q', not 'x'; the former is the | |
862 conventional way to get out of such a package. | |
863 (finder-summary): Use substitute-command-keys. | |
864 (finder-mode): Use \\<...> to make sure we get the right keymap. | |
865 | |
866 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
867 | |
868 * replace.el (flush-lines, keep-lines, how-many): | |
869 Delete spurious `s' from prompt arg to read-from-minibuffer. | |
870 | |
871 * comint.el (comint-filter): New function. | |
872 (comint-exec): Install the filter. | |
873 | |
874 * simple.el (previous-matching-history-element): If minibuf is empty, | |
875 use the last regexp specified a the default. | |
876 (next-matching-history-element): Likewise. | |
877 | |
878 * comint.el (comint-previous-matching-input): New command, on M-r. | |
879 (comint-next-matching-input): New command, on M-s. | |
880 (comint-previous-similar-input): Commented out. | |
881 (comint-next-similar-input): Likewise. | |
882 (comint-previous-input-matching): Deleted. | |
883 (comint-last-input-match): Var commented out. | |
884 (comint-mode): Don't make comint-last-input-match local. | |
885 | |
886 1993-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
887 | |
888 * files.el (auto-mode-alist): Delete the entries for makefile-mode. | |
889 | |
890 * asm-mode.el: Doc fix. | |
891 | |
892 * man.el: Rename functions and variables `man-*' to `Man-*'. | |
893 (manual-entry): Make prompt string clearer. | |
894 | |
895 * simple.el (blink-matching-paren-distance): Change default to 12,000. | |
896 | |
897 1993-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
898 | |
899 * vc.el (minor-mode-map-alist): Don't use it if it's void. | |
900 (vc-cancel-version): Doc fix. | |
901 (vc-backend-diff): Use diff-switches, not vc-diff-options. | |
902 (vc-diff-options): Variable deleted. | |
903 | |
40965 | 904 1993-05-03 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
905 | |
906 * calendar.el: Update reference to the papers in S-P&E. | |
907 (calendar-print-astro-day-number): Correct spelling error in | |
908 message string. | |
25830 | 909 |
910 1993-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
911 | |
912 * help.el (help-for-help): Use lower case letters for help options. | |
913 | |
914 * rect.el (string-rectangle): Renamed from fill-rectangle. | |
915 (string-rectangle-line): Renamed from fill-rectangle-line. | |
916 | |
917 1993-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
918 | |
919 * vc.el (vc-dired-prefix-map): New keymap. | |
920 Use it in minor-mode-map-alist for vc-dired-mode. | |
921 | |
922 * vc-hooks.el (vc-mode-line): Don't alter key bindings. | |
923 (vc-toggle-read-only): Put on C-x C-q unconditionally. | |
924 (vc-mode): Add permanent-local property. | |
925 | |
926 1993-04-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
927 | |
928 * files.el (find-file-noselect): On VMS, always set buffer-file-name | |
929 to the truename. | |
930 | |
931 * vc.el (vc-revert-buffer1): Fix format of compilation-error-list. | |
932 | |
933 * files.el (find-file-noselect): Do set buffer-file-name | |
934 to the truename, when find-file-visit-truename. | |
935 | |
40965 | 936 1993-04-29 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 937 |
938 * yow.el (yow): Fix interactive spec. | |
939 | |
940 * files.el (insert-directory): Undo change of March 23; | |
941 dereferencing links is inappropriate for dired. | |
942 | |
943 * edebug.el (edebug-display): Call the `mark' function with the | |
944 FORCE argument non-nil, so that we don't get an error if the mark | |
945 isn't set yet. | |
946 | |
947 * edebug.el (global-edebug-prefix, global-edebug-map): Add | |
948 autoload cookies for these, so they are present when Emacs starts | |
949 up. | |
950 | |
951 * edebug.el (global-edebug-map): Bind `C-x X d' to edebug-defun in | |
952 this map; we can't bind it to `C-x x', as the installation | |
953 instructions suggest, because that conflicts with | |
954 copy-to-register. | |
955 | |
956 1993-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
957 | |
958 * complete.el: New file. | |
959 | |
960 * vc.el (vc-match-substring): Renamed from match-substring. | |
961 (vc-parse-buffer): Use new name. | |
962 | |
963 * shell.el (shell-prompt-pattern): Undo last change. | |
964 | |
965 * files.el (file-truename): Redo esr's change. | |
966 | |
967 * loaddefs.el: Put arrow key bindings back to the ordinary Emacs cmds. | |
968 * simple.el (up-arrow, down-arrow, left-arrow, right-arrow): Deleted. | |
969 | |
970 * simple.el (kill-line, next-line-add-newlines): Doc fix. | |
971 (kill-whole-line): Doc fix. | |
972 (kill-forward-chars, kill-forward-chars): Reinsert as before. | |
973 | |
974 * simple.el: Change defalias to define-function. | |
975 | |
976 1993-04-28 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
977 | |
978 * vc.el (vc-revert-buffer1): | |
979 Ignore non-marker elts of compilation-error-list. | |
980 | |
981 * compile.el: Add compilation-minor-mode to minor-mode-alist and | |
982 minor-mode-map-alist. | |
983 (compilation-minor-mode): New defvar. | |
984 (compilation-minor-mode-map): New defvar; keymap with the bindings | |
985 from compilation-mode-map except SPC and DEL. | |
986 (compilation-mode-map): Construct this keymap to inherit from | |
987 compilation-minor-mode-map. | |
988 (compilation-setup): New function, code broken out of compilation-mode. | |
989 (compilation-mode): Call it. | |
990 (compilation-minor-mode): New function to toggle | |
991 compilation-minor-mode; if setting it, call compilation-setup. | |
992 | |
993 1993-04-28 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
994 | |
995 * bibtex.el: Installed Aaron Larson's new bibtex.el. See the | |
996 header comment for details. | |
997 | |
998 1993-04-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
999 | |
1000 * gnuspost.el (gnus-inews-organization): | |
1001 If ORGANIZATION is "", set it to nil. | |
1002 | |
1003 1993-04-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
1004 | |
1005 * files.el (file-truename): Undo last change. | |
1006 | |
1007 1993-04-27 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1008 | |
1009 * files.el (file-truename): Do the right thing when $HOME = "". | |
1010 | |
1011 * simple.el (hscroll-step): New variable. | |
1012 (hscroll-point-visible): New function. | |
1013 (left-arrow, right-arrow): These use hscroll-point-visible for | |
1014 better auto- scrolling behavior. | |
1015 | |
1016 * picture.el: Completed the package entry point's name change from | |
1017 edit-picture to picture-mode. | |
1018 (move-to-column-force, picture-end-of-line): When movement is | |
1019 completed, scroll horizontally if necessary to make point visible. | |
1020 (picture-beginning-of-line): New function. | |
1021 (picture-mode-map): Use substitute-key-definition. | |
1022 | |
1023 * gud.el (gud-format-command): Fix %f expansion to send ondly the | |
1024 basename of files to gdb. | |
1025 | |
40965 | 1026 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 1027 |
1028 * disp-table.el (describe-display-table): Don't use the term | |
1029 "rope"; we're using vectors of characters now. | |
1030 (standard-display-8bit, standard-display-ascii): Set the element | |
1031 of the display table to a vector, not an integer; the latter | |
1032 doesn't mean anything. | |
1033 | |
1034 * mouse.el (mouse-buffer-menu): Don't right-justify the buffer | |
1035 name; this doesn't look nice if we use a proportional font. | |
1036 | |
1037 * sendmail.el (mail-setup): Don't insert "--\n" before the | |
1038 signature. If they want it, they can put it in their .signature | |
1039 file. | |
1040 | |
1041 * lucid.el: Comment out fset of set-screen-width properly. | |
1042 | |
1043 * lucid.el: (provide 'lucid). | |
1044 | |
1045 * lucid.el: (switch-to-other-buffer): Avoid buffers whose names | |
1046 start with a space. | |
1047 | |
1048 1993-04-26 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
1049 | |
1050 * etags.el (find-tag-interactive): New function to read args. | |
1051 (find-tag-noselect, find-tag, find-tag-other-window) | |
1052 (find-tag-other-frame, find-tag-regexp): Use it. | |
1053 (find-tag, find-tag-other-window): | |
1054 Take new arg REGEXP-P, pass to find-tag-noselect. | |
1055 (find-tag-regexp): Call either find-tag-other-window or find-tag, | |
1056 rather than find-tag-noselect and switch-to-buffer[-other-window]. | |
1057 (tags-location-stack): New defvar. | |
1058 (find-tag-noselect): If NEXT-P is '-, pop location off | |
1059 tags-location-stack. | |
1060 | |
1061 1993-04-26 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1062 | |
1063 * cmacexp.el: Installed Francesco Potorti's enhanced and | |
1064 cleaned-up version, see its commentary for details. | |
1065 | |
1066 * tex-mode.el: Doc fixes. Also a few teaks to pacify the | |
1067 byte-compiler. | |
1068 | |
1069 * terminal.el: Some defvars moved. | |
1070 Defvars added for many variables. | |
1071 (te-stty-string): Specify the characters explicitly--not `stty dec'. | |
1072 | |
1073 1993-04-26 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1074 | |
1075 * files.el (cd): Handle leading "~" like an absolute filename. | |
1076 | |
1077 * dired.el: Changed fsets to defaliases. | |
1078 | |
1079 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1080 | |
1081 * comint.el (comint-mod): Nuked. A call to ring-mod replaces it. | |
1082 (comint-mem): Nuked. A call to member replaces it. | |
1083 | |
1084 * ring.el: Rewritten. A poor choice of representation made the | |
1085 old code excessively complex. The new version is smaller and | |
40965 | 1086 faster. The interface is unchanged, except that ring-remove now |
25830 | 1087 accepts an optional numeric argument specifying the element to |
1088 remove. | |
1089 | |
1090 * gud.el: Set no-byte-compile local variable t to work around a | |
1091 byte-compiler bug. | |
1092 (gud-def, global-map): Move C-x C-a commands to global map. Restore | |
1093 original C-x SPC global binding. | |
1094 | |
1095 * vc.el (vc-diff): Get proper error message when you run this with | |
1096 no prefix arg on an empty buffer. | |
1097 (vc-directory): Better directory format --- replace the user and | |
1098 group IDs with locking-user (if any). | |
1099 (vc-finish-logentry, vc-next-comment, vc-previous-comment): Replace | |
1100 *VC-comment-buffer* with a ring vector. | |
1101 | |
1102 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1103 | |
40965 | 1104 * simple.el (down-arrow): New function. Uses |
25830 | 1105 next-line-add-newlines to suppress addition of new lines at end of |
1106 buffer. | |
1107 (up-arrow): Alias of previous-line, added for consistency. | |
1108 These changes complete terminal-type-independent support for arrow | |
1109 keys. | |
1110 | |
1111 * tex-mode.el (tex-compilation-parse-errors): Added. At the | |
40965 | 1112 moment, this would have to be applied manually. It's not worth |
25830 | 1113 trying to integrate this with the rest of the mode more tightly |
1114 until we decide whether and how compile's interface is going to | |
1115 change away from a closed subsystem. | |
1116 | |
1117 * files.el (cd): Changed to use to resolve relative cd calls. | |
1118 (cd-absolute): Added. This is actually the old cd code with a | |
1119 changed doc string. | |
1120 (parse-colon-path): Added. Path-to-string exploder --- may be | |
1121 useful elsewhere. | |
1122 | |
1123 * ring.el: Added and fixed documentation. | |
1124 (ring-rotate): Nuked. It was (a) unused, and (b) totally broken | |
1125 (as in, any attempt to use it died with a type error, and when I | |
1126 patched it to fix that I found its algorithm was broken). | |
1127 (ring-ref): Added doc string. | |
1128 | |
40965 | 1129 1993-04-25 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 1130 |
1131 * bytecomp.el (meta-flag): Declare this an obsolete variable. | |
1132 | |
1133 * subr.el (listify-key-sequence): Use a character constant to | |
1134 decide which bits to flip, not an integer constant. | |
1135 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1136 1993-04-24 Noah Friedman (friedman@splode.com) |
25830 | 1137 |
40965 | 1138 * shell.el (shell-prompt-pattern): Add `;' as potential prompt |
1139 delimiter (for `es' and `rc' shells most particularly). | |
25830 | 1140 |
1141 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1142 | |
1143 * isearch.el: Replaced all fsets with defaliases. | |
1144 | |
1145 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1146 | |
1147 * bytecomp.el (define-function): Changed name back to defaliases | |
1148 to get things in a known-good state. The unload patch had been | |
1149 half-applied, leading to lossage. | |
1150 | |
1151 * register.el, gnuspost.el, find-dired.el, cust-print.el, | |
1152 two-column.el, tar-mode.el, shell.el, lselect.el, select.el, | |
1153 ispell.el, life.el, picture.el, rmail.el, mim-mode.el, replace.el, | |
1154 tex-mode.el, frame.el, lucid.el, subr.el: | |
1155 All fsets changed to defaliases. | |
1156 | |
1157 * edt.el: Some fsets changed to defaliases. | |
1158 | |
1159 * telnet.el: Commentary added. | |
40965 | 1160 (telnet): Doc fix. |
1161 (rsh): Added entry point for rsh to remote host, per suggestion by | |
25830 | 1162 Michael McNamara <mac@ardent.com>. No change to any other code. |
1163 | |
1164 * info.el (Info-find-node, Info-insert-subfile): Do the right | |
1165 thing if info files have been compressed or gzipped. This is | |
1166 saving me lots of disk space. | |
1167 | |
1168 * simple.el: All fsets changed to defaliases. | |
1169 (kill-forward-chars, kill-backward-chars): Deleted. These were | |
1170 internal subroutines used by delete-char and delete-backward-char | |
1171 before those functions were moved into the C kernel. Now nothing | |
1172 uses them. | |
1173 (kill-line): Added kill-whole-line variable. Defaults to nil; a | |
1174 non-nil value causes a kill-line at the beginning of a line to | |
1175 kill the newline as well as the line. I find it very convenient. | |
1176 Emulates Unipress' &kill-lines-magic variable. | |
1177 (next-line): Added next-line-add-newlines variable. If nil, | |
1178 next-line will not insert newlines when invoked at the end of a | |
40965 | 1179 buffer. This obviates three LCD packages. |
25830 | 1180 (left-arrow, right-arrow): New functions. These do backward-char |
1181 and forward-char first. If line truncation is on, they then scroll | |
1182 left or right as necessary to make sure point is visible. | |
1183 | |
1184 * loaddefs.el: All fsets changes to defaliases. | |
1185 (global-map): Changed bindings of [left] and [right] to left-arrow and | |
1186 right-arrow respectively. | |
1187 | |
1188 1993-04-22 Roland McGrath (roland@mole.gnu.ai.mit.edu) | |
1189 | |
1190 * ange-ftp.el (ange-ftp-binary-file-name-regexp): | |
1191 Match .z and .z-part-?? files. | |
1192 | |
1193 1993-04-21 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1194 | |
1195 * makefile.el: Rewritten and simplified, commentary added. It now | |
1196 will usually detect when the makefile target or macro lists need | |
1197 to be rebuilt and do it automatically; in particular, this means | |
1198 you no longer have to deal with an annoying wait at find-time. | |
1199 | |
1200 1993-04-19 Roland McGrath (roland@mole.gnu.ai.mit.edu) | |
1201 | |
1202 * vc.el (vc-revert-buffer1): Typo fix in last change. | |
1203 | |
1204 * shell.el (shell-mode): isation/ization (doc fix). | |
1205 | |
1206 * shell.el (shell-mode): Capitalize mode name. | |
1207 | |
1208 * vc.el (vc-comment-to-change-log): Restored interactive spec. | |
1209 Why was it removed? Why does the only log entry mentioning this | |
1210 function contain no actual information? | |
1211 | |
1212 * vc.el (vc-revert-buffer1): | |
1213 Completely rewrote compilation reparsing code. | |
1214 | |
1215 * files.el (find-file-noselect): Never set SAME-TRUENAME to a | |
1216 buffer whose buffer-file-name is nil. | |
1217 | |
1218 * files.el (set-auto-mode): If the buffer begins with "#!", look | |
1219 for -*- in the first two lines, not just the first one. | |
1220 | |
1221 1993-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1222 | |
1223 * sendmail.el (mail-do-fcc): Make a numeric time zone indicator | |
1224 with current-time-zone--don't run `date'. | |
1225 | |
1226 1993-04-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1227 | |
1228 * bytecomp.el (byte-compile, byte-compile-keep-pending) | |
1229 (byte-compile-file-form-defmumble): Generate define-function | |
1230 rather than fset, to install definitions for defun, defmacro, etc. | |
1231 | |
1232 * loadhist.el: New file. | |
1233 | |
1234 * tar-mode.el: Add defvars to pacify the byte compiler, at RMS's | |
1235 request. | |
1236 | |
1237 * diff.el (diff-parse-differences): Small robustification --- | |
1238 don't lose if we call this with compilation-parsing-end nil | |
1239 | |
1240 1993-04-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1241 | |
1242 * electric.el (shrink-window-if-larger-than-buffer): | |
1243 Moved to window.el. | |
1244 | |
40965 | 1245 1993-04-16 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 1246 |
1247 * comint.el (comint-match-partial-pathname): Move "---" range in | |
1248 character class in regular expressions to the end of the character | |
1249 class; this way, it meets the POSIX regexp specs. | |
1250 | |
1251 * files.el (abbreviate-file-name): If abbreviated-home-dir ends | |
1252 with a slash, don't remove the corresponding slash from filename | |
1253 when we collapse the home directory to ~. | |
1254 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1255 1993-04-16 Noah Friedman (friedman@splode.com) |
25830 | 1256 |
40965 | 1257 * rlogin.el: Add autoload cookies for all defvars. |
1258 (rlogin-process-connection-type): New variable. | |
1259 (rlogin): Use it to determine process-connection-type. | |
1260 (rlogin): Set process mark to point-max, not point-min. | |
1261 (rlogin-with-args): Put `+' inside \(\) pair in string-match. | |
1262 (rlogin-password): Take optional arg `proc' for use by rlogin-filter. | |
1263 Write docstring. Call new winning version of comint-read-noecho | |
1264 instead of doing reading by hand. | |
1265 (rlogin-mode): Wrote docstring. | |
1266 (rlogin-filter): Completely rewritten to be more efficient. | |
25830 | 1267 |
1268 1993-04-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1269 | |
1270 * resume.el (resume-suspend-hook): Renamed from empty-args-file. | |
1271 Add autoload cookie. | |
1272 (resume-emacs-args-buffer): Renamed. | |
1273 (resume-write-buffer-to-file): Renamed. | |
1274 | |
1275 * two-column.el (tc-dissociate): Renamed from tc-kill-association. | |
1276 Move binding to C-x 6 d. | |
1277 | |
1278 1993-04-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
1279 | |
1280 * autoload.el (update-file-autoloads, update-directory-autoloads): | |
1281 If called interactively, save generated-autoload-file when done. | |
1282 | |
1283 1993-04-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1284 | |
1285 * makefile.el (makefile-mode): Fix typo in autoload cookie. | |
1286 | |
1287 * isearch.el: Doc fixes. | |
1288 | |
1289 1993-04-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1290 | |
1291 * gud.el (gud-mode): Created C-c synonym bindings in the GUD | |
1292 buffer's local map. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1293 |
25830 | 1294 (gud-key-prefix): Changed to C-x C-a. |
1295 | |
1296 1993-04-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1297 | |
1298 * help-macro.el: Name changed from help-screen.el to fit in a | |
1299 14-character limit. | |
1300 | |
1301 * sun-curs.el: Name changed from sun-cursors.el to protect the | |
1302 innocents. | |
1303 | |
1304 1993-04-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1305 | |
40965 | 1306 * finder.el: Rewritten. The Finder is now a major mode with the |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1307 ability to browse package commentary sections and a completely |
25830 | 1308 point-and-shoot interface similar to Dired's. |
1309 | |
1310 * window.el (shrink-window-if-larger-than-buffer): Moved from | |
1311 electric.el to windows.el, minor bug fix. This is to avoid code | |
1312 duplication between vc.el, electric.el, and finder.el. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1313 |
25830 | 1314 (ctl-x-map): Added C-x - and C-x + as experimental bindings for |
1315 shrink-window-if-larger-than-buffer and balance-windows | |
1316 respectively. Since shrink-window-if-larger-than-buffer has to | |
1317 live here anyhow, let users use it to manage screen space. | |
1318 | |
1319 * lisp-mnt.el (lm-commentary-region): Gone. | |
1320 (lm-commentary): New function, replacing lm-commentary-region. | |
1321 | |
40965 | 1322 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 1323 |
1324 * bytecomp.el: The `suspend-hooks' variable is obsolete now, and | |
1325 `suspend-hook' is the right name. | |
1326 | |
40965 | 1327 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 1328 |
1329 * term/sun-mouse.el (suspend-emacstool): Run suspend-hook, not | |
1330 suspend-hooks. | |
1331 | |
1332 1993-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1333 | |
1334 * rot13.el (rot13-display-table): Use `vector', not `make-rope'. | |
1335 | |
1336 * disp-table.el: Use `vector', not `make-rope'. | |
1337 | |
1338 * rot13.el (rot13-other-window): Add autoload. | |
1339 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1340 1993-04-12 Noah Friedman (friedman@splode.com) |
25830 | 1341 |
40965 | 1342 * comint.el (comint-process-echoes): New variable. |
1343 (comint-mode): Make it buffer-local. | |
1344 (comint-send-input): Delete text from process mark to point if | |
1345 variable `comint-process-echoes' is non-`nil', since it is assumed | |
1346 process will re-echo the text. | |
25830 | 1347 |
1348 1993-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1349 | |
1350 * disp-table.el: Use `vector', not `make-rope'. | |
1351 | |
1352 * rot13.el (rot13-other-window): Add autoload. | |
1353 (rot13-display-table): Use `vector', not `make-rope'. | |
1354 | |
1355 1993-04-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1356 | |
1357 * gud.el (gdb, sdb, dbx): Improved prompting a la grep. | |
1358 | |
1359 * comint.el: Clean up cmu* uses in header comments. | |
1360 | |
40965 | 1361 1993-04-10 Jim Blandy (jimb@mole.gnu.ai.mit.edu) |
25830 | 1362 |
1363 * subr.el (overlay-start, overlay-end, overlay-buffer): New | |
1364 defsubsts. | |
1365 | |
40965 | 1366 1993-04-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1367 |
25830 | 1368 * paragraphs.el (sentence-end, forward-sentence): Doc fixes. |
1369 | |
40965 | 1370 * finder.el (finder-by-keyword): Build an alist to pass to |
25830 | 1371 completing-read, instead of building an invalid obarray. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1372 |
25830 | 1373 * finder.el (finder-by-keyword): If the user quits or enters the |
1374 empty string in response to the keyword prompt, restore the old | |
1375 window configuration properly. | |
1376 | |
40965 | 1377 1993-04-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 1378 |
1379 * paragraphs.el (sentence-end, forward-sentence): Doc fixes. | |
1380 | |
1381 1993-04-09 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1382 | |
1383 * emerge.el (emerge-with-ancestor): Applied Donald Erway's fix | |
1384 patch, which included the following explanatory comment: "D.Erway | |
1385 - This used to just do emerge-get-diff3-group on 2, then on | |
1386 3. This was incorrect, since the file 3 info for a diff can | |
1387 preceed the file 2 info for that same diff. So we save and restore | |
1388 point to overcome this." | |
1389 | |
40965 | 1390 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 1391 |
1392 * subr.el (overlay-start, overlay-end, overlay-buffer): New | |
1393 defsubsts. | |
1394 | |
40965 | 1395 * finder.el (finder-by-keyword): Build an alist to pass to |
25830 | 1396 completing-read, instead of building an invalid obarray. |
1397 | |
1398 * finder.el (finder-by-keyword): If the user quits or enters the | |
1399 empty string in response to the keyword prompt, restore the old | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1400 window configuration properly. |
25830 | 1401 |
1402 1993-04-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
1403 | |
1404 * autoload.el (generate-file-autoloads): Doc fix. | |
1405 | |
1406 1993-04-08 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1407 | |
1408 * gud.el: Massive changes, amounting nearly to a rewrite. The new | |
1409 features include auto-configuring support for SVr4, more commands, | |
1410 and a full minor-mode implementation that binds all GUD commands | |
1411 not just in the GUD interaction mode, but in C buffers visited by | |
1412 GUD. The common prefix of GUD commands is now C-x X, like | |
1413 electric-debug mode. | |
1414 | |
1415 * vc-hooks.el (vc-mode): name change. This looks better in keymap | |
1416 listings and conforms to the naming conventions used by other | |
1417 packages. | |
1418 | |
1419 * vc.el (vc-directory. vc-start-entry, vc-next-action, | |
1420 vc-next-action-on-file): The vc-directory listing is now in an | |
1421 augmented Dired mode that supports vc-next-action on all marked | |
1422 files. | |
1423 | |
1424 * dired.el (dired-noselect, dired-internal-noselect, | |
1425 dired-insert-directory): Enhancements to support passing dired a | |
1426 DIRNAME argument consisting of a directory-name car and a | |
1427 list-of-files cdr. This is needed to support VC's augmented | |
1428 dired, which wants a filtered file display that recurses (showing | |
1429 all version-controlled files in subdirectories as well as the | |
1430 top-level ones). | |
1431 | |
1432 * menu-bar.el: Added and corrected library headers. | |
1433 | |
1434 1993-04-08 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
1435 | |
1436 * menu-bar.el: entered into RCS | |
1437 | |
1438 * lucid.el: Add copyright notice. | |
1439 | |
1440 1993-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
1441 | |
1442 * compile.el (compile-internal): Initialize the process-mark. | |
1443 | |
1444 * compile.el (compilation-error-regexp-alist): | |
1445 Tighten first regexp so that it | |
1446 requires a colon or open-paren before the line number, not just | |
1447 whitespace. | |
1448 | |
1449 * compile.el (compilation-parse-errors): Remove debugging setq. | |
1450 | |
1451 * compile.el (compilation-filter): New function. | |
1452 (compile-internal): Make it the process's filter. | |
1453 | |
1454 * compile.el (compilation-error-regexp-alist): | |
1455 Fixed MIPS CC regexp to match file | |
1456 names longer than one char. | |
1457 (compilation-parse-errors): Error if compilation-error-regexp-alist is nil. | |
1458 | |
1459 1993-04-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1460 | |
1461 * menu-bar.el: New file. | |
1462 | |
1463 * fill.el (fill-nonuniform-paragraphs): New command. | |
1464 | |
1465 1993-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
1466 | |
1467 * compile.el (compile-internal): Initialize the process-mark. | |
1468 | |
1469 1993-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
1470 | |
1471 * compile.el (compilation-error-regexp-alist): Tighten first | |
1472 regexp so that it requires a colon or open-paren before the line | |
1473 number, not just whitespace. | |
1474 | |
1475 1993-04-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1476 | |
1477 * files.el (find-file-noselect): | |
1478 Verify other buffers' file numbers are still valid. | |
1479 | |
1480 1993-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
1481 | |
1482 * compile.el (compilation-filter): New function. | |
1483 (compile-internal): Make it the process's filter. | |
1484 | |
1485 * compile.el (compilation-error-regexp-alist): Fixed MIPS CC | |
1486 regexp to match file names longer than one char. | |
1487 (compilation-parse-errors): Error if | |
1488 compilation-error-regexp-alist is nil. | |
1489 | |
1490 1993-04-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1491 | |
1492 * tabify.el (untabify): Don't really change where restriction starts. | |
1493 | |
1494 1993-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1495 | |
1496 * dired.el (dired-pop-to-buffer): Adjust count-lines val for last line. | |
1497 | |
1498 1993-04-05 Roland McGrath (roland@wookumz.gnu.ai.mit.edu) | |
1499 | |
1500 * add-log.el (find-change-log): New function. | |
1501 (add-change-log-entry): FILE-NAME frobnicating code moved there; | |
1502 call it. | |
1503 * vc.el (vc-comment-to-change-log): | |
1504 Renamed from vc-comment-to-changelog. | |
1505 Take optional arg and pass it to find-change-log. | |
1506 Added docstring and interactive spec. | |
1507 | |
1508 1993-04-05 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
1509 | |
1510 * compile.el (compilation-error-regexp-alist): | |
1511 Merged HP-UX 7.0 fc regexp with the | |
1512 GNU format regexp: just allowing blanks to terminate the line number | |
1513 makes that one handle the HP case. Merged MIPS RISC CC regexp with | |
1514 Apollo cc regexp: make "s optional, and don't anchor to bol. | |
1515 | |
1516 * compile.el (compilation-error-regexp-alist): | |
1517 Changed MIPS RISC CC regexp (last one) to | |
1518 be anchored at bol, and to never match multiple lines. | |
1519 | |
1520 1993-04-03 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1521 | |
1522 * man.el, assoc.el: Installed Barry Warsaw's new and much more | |
1523 featureful man page browser. | |
1524 | |
1525 * finder.el, help-screen.el, faces.el: Added or corrected | |
1526 documentation headers | |
1527 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1528 1993-04-03 Noah Friedman (friedman@splode.com) |
25830 | 1529 |
1530 * comint.el: New comint-read-noecho. | |
1531 | |
1532 1993-04-02 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1533 | |
1534 * chistory.el (repeat-history-command): Bug fix. Someone forgot a car. | |
1535 | |
1536 1993-04-02 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1537 | |
1538 * mpuz.el (mpuz-try-letter): Use read-char to read digit. | |
1539 Use message directly also. Use downcase. | |
1540 (mpuz-read-map): Deleted. | |
1541 | |
1542 * dired.el (dired-unmark-all-files): Read the arg as just a char. | |
1543 | |
1544 1993-04-01 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1545 | |
1546 * lisp-mode.el (eval-defun): Rename argument to avoid collision. | |
1547 (eval-last-sexp): Likewise. | |
1548 | |
1549 1993-03-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
1550 | |
1551 * etags.el (etags-tags-completion-table): Rewritten with a mondo | |
1552 regexp. | |
1553 | |
40965 | 1554 1993-03-31 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 1555 |
1556 * timer.el (timer-program): New defconst. | |
1557 (run-at-time): Use timer-program as the name of the program the | |
1558 subprocess should run, and search for it in exec-directory, rather | |
1559 than checking the entire exec path. | |
1560 | |
1561 1993-03-31 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
1562 | |
1563 * simple.el (indent-for-comment): Use skip-syntax-backward in place of | |
1564 skip-chars-backward. | |
1565 Correctly set INDENT to the return value of comment-indent-function. | |
1566 | |
1567 * etags.el (etags-tags-completion-table): Use skip-syntax-backward | |
1568 instead of skip-chars-backward. | |
1569 | |
1570 * view.el (view-exit): Use local map view-old-local-map, | |
1571 not (current-local-map). | |
1572 (view-buffer-other-window): Remove spurious backslashes from | |
1573 interactive spec. | |
1574 | |
1575 * map-ynp.el (map-y-or-n-p): Make bindings of user-defined keys be | |
40965 | 1576 each a vector containing the user's binding, rather than 'user. Check |
25830 | 1577 (vectorp DEF) and call the vector's elt, rather than checking (eq 'user |
1578 DEF) and calling something completely random. | |
1579 | |
1580 * novice.el (enable-command): Remove spurious assignment of free | |
1581 variable `foo'. | |
1582 | |
1583 * help.el (describe-function): For Lisp functions, write a | |
1584 prototype call before the docstring, instead of an argument | |
1585 description after it. | |
1586 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1587 1993-03-30 Noah Friedman (friedman@splode.com) |
25830 | 1588 |
1589 * files.el (find-backup-file-name): Delete nothing if overflow | |
1590 in number of versions to keep. | |
1591 | |
40965 | 1592 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 1593 |
1594 * subr.el (int-to-string): Make this an alias for the subr | |
1595 number-to-string. | |
1596 | |
1597 1993-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1598 | |
1599 * isearch.el (isearch-mode-map): Delete the binding for C-h. | |
1600 (isearch-done): Customize the message about mark. | |
1601 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1602 1993-03-30 Noah Friedman (friedman@splode.com) |
25830 | 1603 |
40965 | 1604 * comint.el (comint-read-noecho): Rewritten to provide some simple |
1605 editing ability and be able to abort when called from a process | |
1606 filter. Re-arranged and updated docstring. | |
25830 | 1607 |
1608 1993-03-30 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1609 | |
1610 * ring.el: Changed summary line. | |
1611 | |
1612 1993-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1613 | |
1614 * faces.el: New file. | |
1615 | |
1616 1993-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1617 | |
1618 * rmail.el (rmail): Don't use mbox as inbox by default. | |
1619 | |
1620 * simple.el (count-lines): Use save-match-data. | |
1621 | |
1622 * buff-menu.el: Put back removed years in copyright notice. | |
1623 | |
1624 1993-03-29 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1625 | |
1626 * vc.el (vc-next-action, vc-print-log, vc-diff, vc-revert-buffer): | |
1627 Improved logic for parent buffer finding. | |
1628 | |
1629 (vc-cancel-version): bug fix. | |
1630 | |
1631 1993-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1632 | |
1633 * mailabbrev.el: Provide mailabbrev, not mail-abbrevs. | |
1634 | |
1635 1993-03-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1636 | |
1637 * fill.el (fill-individual-paragraphs): When skipping mail headers, | |
1638 skip to a blank line. | |
1639 | |
1640 * env.el (setenv): Renamed back from putenv. | |
1641 | |
1642 * replace.el (regexp-history): New history list. | |
1643 (occur, flush-lines, keep-lines, how-many): Use it. | |
1644 (occur): Don't insert previous string in minibuffer gratuitously. | |
1645 Just use it if input is empty. | |
1646 Use save-match-data around count-lines. | |
1647 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1648 1993-03-28 Noah Friedman (friedman@splode.com) |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1649 |
40965 | 1650 * setenv.el: Renamed to env.el. Provide `env', not `setenv'. |
1651 (setenv): Renamed to `putenv', which is the more proper complement | |
1652 of `getenv'. `setenv' retained as an alias. | |
1653 Make VALUE parameter optional; if not set, remove VARIABLE from | |
1654 process-environment. | |
1655 | |
1656 * rlogin.el (rlogin): If given a prefix argument and an rlogin | |
1657 session for HOST is already running, start a new rlogin process | |
1658 rather than switching to the existing one. Added docstring. | |
25830 | 1659 Bound `proc' in let*. |
40965 | 1660 (rlogin-explicit-args, rlogin-password-paranoia): New variables. |
1661 (rlogin-filter): Prompt for passwords in minibuffer if | |
1662 rlogin-password-paranoia is set. | |
1663 (rlogin-with-args, rlogin-password): New functions. | |
25830 | 1664 |
1665 1993-03-28 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1666 | |
1667 * vc.el (vc-comment-to-changelog): A useful vc-checkin hook, added. | |
1668 (vc-checkout): Now rejects attempts to check out files via FTP. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1669 |
25830 | 1670 * vc.el: The `derived buffers' in the mode (the VC log buffer, |
1671 status buffers, and most buffer output commands) now know which | |
1672 file buffer was their parent, and most commands will try to find | |
1673 such a parent buffer when executed from within a special buffer. | |
1674 | |
1675 * makefile.el: Added autoload cookie for entry point. | |
1676 | |
1677 * files.el (auto-mode-alist): added pairs for .ms, .man, .mk, | |
1678 [Mm]akefile, .lex. | |
1679 | |
1680 * electric.el: (shrink-window-if-larger-than-buffer) Added doc | |
40965 | 1681 string. Made argument optional, because window-buffer does the |
25830 | 1682 right thing with nil. |
1683 | |
1684 * ebuff-menu.el (electric-buffer-menu-mode-map): fillarray isn't a | |
1685 valid operation on maps any more. | |
1686 | |
1687 1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1688 | |
1689 * refer.el: Installed. | |
1690 | |
1691 1993-03-27 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1692 | |
1693 * lucid.el (try-face-font, find-face, get-face): New aliases. | |
1694 | |
1695 1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1696 | |
1697 * abbrevlist.el, old-inf-lisp.el, old-screen.el old-shell.el, | |
1698 oshell.el: Removed. | |
1699 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1700 1993-03-27 Noah Friedman (friedman@splode.com) |
25830 | 1701 |
40965 | 1702 * rlogin.el: Updated copyright year and added autoload cookies. |
1703 (rlogin): Set process marker to beginning of buffer. | |
1704 (rlogin-filter): Use unwind-protect to restore match-data. Use | |
1705 insert-before-markers instead of insert to keep input and output | |
1706 from getting garbled. Delete spurious ?\C-m chars in output | |
1707 instead of replacing them with ?\ . | |
25830 | 1708 |
1709 1993-03-27 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1710 | |
1711 * case-table.el: Add autoloads. | |
1712 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax): | |
1713 Rename arg STRING to TABLE. Do not set the standard case table. | |
1714 | |
1715 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1716 | |
1717 * loaddefs.el: Commented out function-key-error definition and | |
1718 uses in the global keymaps. RMS and jimb objected to the amount | |
1719 of space these took up in the keybinding listings. | |
1720 | |
1721 1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1722 | |
1723 * lpr.el (printify-buffer): Added, debugged from Roland McGrath's | |
1724 printify-buffer code in LCD. | |
1725 | |
1726 * cookie.el (cookie): Enhanced it to handle both LINS files and | |
1727 UNIX fortune files. | |
1728 | |
1729 * rect.el (fill-rectangle): Added. Inspired by Lynn Slater's | |
1730 insert-box package in LCD, but the interface and implementation | |
1731 are different. | |
1732 | |
1733 * loaddefs.el (ctl-x-map): Added binding for fill-rectangle. | |
1734 | |
1735 * buff-menu.el (Buffer-menu-toggle-read-only): Added, per Rob | |
1736 Austein's suggestion in the LCD package bm-toggle.el. | |
1737 | |
1738 * subr.el (add-hook): Added optional arg to cause hook to be | |
1739 appended rather than prepended to the hook list. This obviates | |
1740 the 23 different hook-bashing packages in LCD. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1741 |
25830 | 1742 * subr.el (current-word): Added. Lots of help and default-generator |
1743 functions in LCD use it, and it's remarkably difficult to get | |
1744 right, especially given the new syntax primitives. | |
1745 | |
1746 1993-03-26 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
1747 | |
1748 * files.el (local-write-file-hooks): New variable. | |
1749 (set-visited-file-name): Kill local-write-file-hooks as local var. | |
1750 (basic-save-buffer): Use local-write-file-hooks. | |
1751 | |
1752 1993-03-26 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1753 | |
1754 * files.el (local-write-file-hooks): New variable. | |
1755 (set-visited-file-name): Kill local-write-file-hooks as local var. | |
1756 (basic-save-buffer): Use local-write-file-hooks. | |
1757 | |
1758 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1759 | |
40965 | 1760 * yow.el (psychoanalyze-pinhead): Needed a prefrontal lobotomy. I |
25830 | 1761 gave it one. |
1762 | |
1763 * two-column.el: Added Commentary. | |
1764 | |
1765 1993-03-25 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
1766 | |
1767 * help.el (describe-function): Add blank line above doc string. | |
1768 | |
1769 * uncompress.el: Add provide call. | |
1770 | |
1771 1993-03-25 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1772 | |
1773 * lisp-mnt.el (lm-last-modified-date): Fixed return bug. | |
1774 | |
1775 (lm-author, lm-maintainer): These now return cons pairs, not strings. | |
1776 | |
1777 * shell.el: Brent Benson's patch to support `cd -'. | |
1778 | |
1779 * mh-e.el (mh-unshar): Added. | |
1780 | |
1781 * emacsbug.el: Added a (provide 'emacsbug); lisp-mnt.el needs this. | |
1782 | |
40965 | 1783 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 1784 |
1785 * term/x-win.el (x-defined-colors): Use x-color-defined-p instead of | |
1786 x-defined-color. | |
1787 (x-handle-geometry): Use x-parse-geometry instead of x-geometry. | |
1788 | |
40965 | 1789 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 1790 |
1791 * calendar.el (calendar-standard-time-zone-name, | |
1792 calendar-daylight-time-zone-name): Initialize these at load-time, | |
1793 as well as calendar-time-zone. | |
1794 | |
1795 * calendar.el (calendar-time-zone): Fix code which initializes | |
1796 this. | |
1797 | |
1798 1993-03-24 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1799 | |
1800 * term/x-win.el: Bind M-next to an alias scroll-other-window-1 | |
1801 to get better doc string output. | |
1802 | |
1803 1993-03-23 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1804 | |
1805 * compile.el: Fix library headers. | |
1806 | |
40965 | 1807 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 1808 |
1809 * files.el (insert-directory): Do chase symlinks before passing | |
1810 the directory name to ls. | |
1811 | |
1812 1993-03-23 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1813 | |
1814 * buff-menu.el: Incorporated changes from Bob Weiner's enhanced | |
1815 buff-menu from the LCD archive. | |
1816 | |
1817 1993-03-23 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
1818 | |
1819 * replace.el (query-replace-map): Define backspace like delete. | |
1820 | |
1821 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1822 | |
40965 | 1823 * cookie.el: Created. This file contains what was formerly the |
25830 | 1824 guts of spook.el, lightly hacked to support more than one |
1825 simultaneous cookie database. | |
1826 | |
40965 | 1827 * spook.el, yow.el: Modified to use cookie.el. Total code in |
25830 | 1828 the three files cookie.el, yow.el and spook.el is less than the |
1829 old spook.el + yow.el. | |
1830 | |
1831 * time.el, timer.el, uncompress.el, underline.el, view.el, vip.el, | |
1832 xscheme.el: Added or corrected Commentary section. This finishes | |
1833 my pass over the lisp libraries; I'll teach the finder about | |
1834 these commentary sections soon. | |
1835 | |
1836 1993-03-22 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1837 | |
1838 * term/x-win.el (x-win-suspend-error): | |
1839 suspend-hook renamed from suspend-hooks. | |
1840 | |
1841 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1842 | |
1843 * help.el, register.el, replace.el, reposition.el, rfc822.el, | |
1844 rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el, | |
1845 setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el, | |
1846 spook.el, studly.el, tabify.el, text-mode.el: Added or corrected | |
1847 Commentary headers. | |
1848 | |
40965 | 1849 1993-03-22 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
1850 | |
1851 * diary-insert.el: Change the name to diary-ins.el. | |
1852 * calendar.el: Change all autoload references to diary-ins. | |
25830 | 1853 |
1854 1993-03-22 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
1855 | |
1856 * help.el: Don't load help-screen at run time if compiled. | |
1857 | |
1858 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1859 | |
1860 * man.el, mlconvert.el, mlsupport.el, modula2.el, mouse.el, | |
1861 mpuz.el, netunam.el, novice.el, nroff-mode.el, options.el, | |
1862 outline.el, page.el, paragraphs.el, picture.el, prolog.el, | |
1863 rect.el: Added or corrected Commentary sections. | |
1864 | |
1865 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1866 | |
1867 * abbrev.el, ada.el, add-log.el, array.el, autoinsert.el, | |
1868 autoload.el, awk-mode.el, bib-mode.el, bibtex.el, buff-menu.el, | |
1869 bytecomp.el, c++-mode.el, c-mode.el, cl-indent.el, cmacexp.el, | |
1870 cmulisp.el, cmuscheme.el, comint.el, compare-w.el, compile.el, | |
1871 debug.el, diff.el, dired-aux.el, dired.el, disass.el, | |
1872 dissociate.el, doctor.el, ebuff-menu.el, edebug.el, ehelp.el, | |
1873 emacsbug.el, emerge.el, files.el, fill.el, fortran.el, gosmacs.el, | |
1874 hanoi.el, hexl.el, hideif.el, icon.el, indent.el, iso-insert.el, | |
1875 iso-swed.el, iso-syntax.el, iso8859-1.el, ispell.el, kermit.el, | |
1876 ledit.el, life.el, lisp-mode.el, lisp.el, lpr.el, macros.el, | |
1877 mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el, | |
1878 modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.el, | |
1879 sgml-mode.el, tex-mode.el: | |
40965 | 1880 Added or corrected Commentary sections. There's more of this |
25830 | 1881 coming; soon, the package finder will be able to browse Commentary |
1882 sections, and I want almost all packages to have useful ones. | |
1883 | |
1884 1993-03-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1885 | |
1886 * help.el: Don't load help-screen at run time if compiled. | |
1887 | |
1888 * simple.el (line-number-mode): New function and variable. | |
1889 | |
1890 * loaddefs.el (default-mode-line-format-default): Use %l. | |
1891 | |
40965 | 1892 1993-03-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
1893 | |
1894 * time.el (display-time): Doc fix. | |
25830 | 1895 |
1896 * isearch.el (isearch-switch-frame-handler): Call | |
1897 handle-switch-frame instead of select-frame; it has been renamed. | |
1898 | |
1899 * simple.el (comment-indent-function): New variable, intended to | |
1900 replace comment-indent-hook. | |
1901 (comment-indent-hook): Make this default to nil now. | |
1902 (indent-for-comment): If comment-indent-hook is non-nil, call it | |
1903 for backward compatibility; otherwise, call | |
1904 comment-indent-function. | |
1905 * bytecomp.el: Declare comment-indent-hook an obsolete variable. | |
1906 | |
40965 | 1907 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 1908 |
1909 * time.el (display-time): Doc fix. | |
1910 | |
1911 * lucid.el: Alias lower-screen and raise-screen to lower-frame and | |
1912 raise-frame, the new names for those functions. | |
1913 | |
1914 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1915 | |
1916 * bush.el: Deleted. | |
1917 | |
1918 * finder.el: Make sure that when new keywords are compiled, we see them | |
1919 immediately. | |
1920 | |
40965 | 1921 1993-03-19 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
1922 | |
1923 * tex-mode.el (tex-send-command): Fix the command sent so that no | |
1924 blank is inserted when replacing the asterisk with the file name. | |
25830 | 1925 |
1926 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1927 | |
1928 * vt100-led.el, bg-mouse.el, sup-mouse.el, sun-mouse.el: | |
1929 moved to term directory. | |
1930 | |
1931 1993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1932 | |
1933 * Makefile: created. This exists mainly so developers elsewhere | |
1934 can unlock the lisp files to accept an update tar, then relock | |
1935 them without locking the few that should stay writeable. | |
1936 | |
1937 * solar.el, ange-ftp.el: Corrected Keywords header | |
1938 | |
1939 * ftp.el: Nuked (actually, moved to =ftp.el). | |
1940 ange-ftp.el replaces this. | |
1941 | |
40965 | 1942 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
1943 | |
1944 * solar.el (solar-time-string): Round the time properly. | |
25830 | 1945 |
1946 1993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1947 | |
1948 * abbrev.el, abbrevlist.el, add-log.el, apropos.el, array.el, | |
1949 autoload.el, awk-mode.el, cal-french.el, cal-mayan.el, | |
1950 calendar.el, cmulisp.el, cmuscheme.el, comint.el, compile.el, | |
1951 completion.el, cust-print.el, dabbrev.el, debug.el, diary.el, | |
1952 diff.el, disass.el, edebug.el, edmacro.el, emacsbug.el, finder.el, | |
1953 inf-lisp.el, ispell.el, life.el, lisp.el, lunar.el, macros.el, | |
1954 netunam.el, old-shell.el, scribe.el, spell.el, sun-cursors.el, | |
1955 terminal.el, unrmail.el, vms-pmail.el: | |
1956 Add or correct Keywords headers for finder. | |
1957 | |
1958 1993-03-18 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
1959 | |
1960 * frame.el (make-frame): Renamed from new-frame. | |
1961 (new-frame): Alias for make-frame. | |
1962 | |
1963 1993-03-18 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1964 | |
1965 * frame.el (make-frame): Renamed from new-frame. | |
1966 (new-frame): Alias for make-frame. | |
1967 | |
40965 | 1968 1993-03-18 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
1969 | |
1970 * tex-mode.el (tex-send-command): Fix the command sent so that no | |
1971 blank is inserted when replacing the asterisk with the file name. | |
25830 | 1972 |
1973 1993-03-18 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1974 | |
1975 * term/wyse50.el: (function-key-map) Nuke code no longer bound to keys. | |
1976 | |
1977 * term/tvi970.el: (function-key-map) | |
1978 As many key cookies as possible renamed to fit the new conventions | |
1979 documented in lisp/term/README. | |
1980 | |
1981 * term/vt100.el, term/news.el: (function-key-map) | |
1982 Fix things so that bindings are added to the keymap already created by | |
1983 terminal initialization. | |
1984 | |
1985 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1986 | |
40965 | 1987 * help-screen.el: Installed, following release. Now package |
25830 | 1988 writers can easily implement help screens resembling Emacs's |
1989 own on-line help system. | |
1990 | |
1991 * help.el: help-for-help now uses make-help-screen from help-screen.el. | |
1992 | |
1993 1993-03-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1994 | |
1995 * finder-inf.el: Deleted the RCS file. | |
1996 | |
1997 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1998 | |
1999 * isearch.el, lselect.el, select.el, scroll-bar.el, texinfo.el, | |
2000 pending-del.el, profile.el, texinfmt.el, ls-lisp.el, meese.el, | |
2001 isearch.el, tmenu.el, lmenu.el, rmailsum.el, unrmail.el, | |
2002 hippie.el, lmenu.el, rmailmsc.el, rlogin.el, mhspool.el, | |
2003 lisp-mode.el, novice.el, mouse.el, vms-pmail.el, vc-hooks.el, | |
2004 levents.el, iso8859-1.el, isearch.el, hippie.el, find-gc.el, | |
2005 cust-print.el, find-dired.el, etags.el, electric.el, dired.el, | |
2006 dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.el, | |
2007 case-table.el, byte-run.el, ange-ftp.el, backquote.el: | |
2008 Added or corrected library header comments. | |
2009 | |
2010 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2011 | |
2012 * finder.el (finder-compile-keywords): Treat nil in a path | |
2013 argument as $PWD. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
2014 |
25830 | 2015 (finder-by-keyword): Handle LFD as input gracefully. |
2016 | |
2017 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2018 | |
2019 * vc-hooks.el: Increment version number to match vc.el's. | |
2020 | |
2021 * vc.el (vc-header-strings): Name changed to vc-header-alist, to match | |
2022 the docs. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
2023 |
25830 | 2024 (vc-finish-logentry, vc-next-comment, vc-previous-comment, |
2025 vc-comment-search-forward, vc-comment-search-backward) The VC comment | |
2026 ring is now a separate buffer from *VC-log*; editing of old comments | |
2027 is no longer destructive. | |
2028 | |
40965 | 2029 1993-03-16 Paul Eggert (eggert@twinsun.com) |
25830 | 2030 |
2031 * vc.el (vc-version-diff): Use (message ...), not (message (format | |
40965 | 2032 ...)). (vc-backend-checkout, vc-backend-assign-name): Correct |
25830 | 2033 bogus messages. |
2034 | |
2035 * vc-hooks.el: Merge today's change by eric with everybody else's | |
2036 change (from 1992/08/04 through 1993/02/24). | |
2037 | |
40965 | 2038 1993-03-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2039 |
2040 * bytecomp.el (byte-compile-from-buffer): Put buffer containing | |
2041 compiled code in binary overwrite mode. | |
2042 | |
40965 | 2043 * simple.el (quoted-insert): In overwrite mode, don't read digits |
25830 | 2044 as an octal character code. In binary overwrite mode, overwrite |
2045 the characters instead of inserting them. | |
2046 (overwrite-mode-textual, overwrite-mode-binary): New symbols, for | |
2047 use in the mode line. | |
2048 (overwrite-mode): Doc fix. Use force-mode-line-update. | |
2049 (binary-overwrite-mode): New function. | |
40965 | 2050 * loaddefs.el (minor-mode-alist): Make the mode line element for |
25830 | 2051 overwrite-mode be the symbol `overwrite-mode'. |
2052 | |
2053 1993-03-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2054 | |
2055 * vc.el, vc-hooks.el: the macro vc-error-occurred has to move from | |
2056 vc.el to vc-hooks.el for C-x C-f of a nonexistent file to work. | |
2057 | |
40965 | 2058 1993-03-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2059 |
2060 * calendar.el (calendar-time-zone): Initialize this when | |
2061 calendar.el loads, not in the defvar. | |
2062 | |
40965 | 2063 1993-03-15 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2064 |
2065 * register.el (view-register): Neglect not to avoid failing to | |
2066 properly display all the possible sorts of things one might find | |
2067 in a buffer. | |
2068 | |
2069 Make frame configurations start with a distinctive symbol. | |
2070 * frame.el (current-frame-configuration): Return a list as before, | |
2071 but starting with `frame-configuration'. | |
2072 (set-frame-configuration): Check that CONFIGURATION is a list | |
2073 starting with `frame-configuration', strip it off, and do as before. | |
2074 (frame-configuration-p): New function. | |
2075 * register.el (jump-to-register): Use frame-configuration-p, | |
2076 instead of catching an error in set-frame-configuration. Really now. | |
2077 | |
2078 * indent.el (indent-region, indent-region-function): Doc fix. | |
2079 | |
2080 * indent.el (indent-line-function): Doc fix. | |
2081 | |
40965 | 2082 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2083 |
2084 * sort.el (sort-float-fields, sort-numeric-fields): Use | |
2085 string-to-number, not string-to-float or string-to-int. | |
2086 | |
2087 * sort.el (sort-float-fields): Make this autoloaded. | |
2088 | |
2089 * sort.el (sort-numeric-fields): Doc fix. | |
2090 | |
2091 1993-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2092 | |
2093 * lselect.el, select.el: New files. | |
2094 | |
2095 * term/x-win.el: Require select.el. | |
2096 (x-select-text): Update call to x-set-cut-buffer. | |
2097 Put `PRIMARY' and `CLIPBOARD' in upper case. | |
2098 (x-cut-buffer-or-selection-value): Put `PRIMARY' in upper case. | |
2099 | |
2100 * lucid.el, lmenu.el, levents.el: New files. | |
2101 Much of lmenu.el comes from Lucid. | |
2102 | |
2103 1993-03-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2104 | |
2105 * rmailsum.el (rmail-summary-next-msg): Call display-buffer. | |
2106 (rmail-summary-previous-all, rmail-summary-next-all): Likewise. | |
2107 (rmail-summary-rmail-update): Do nothing if rmail buffer not visible. | |
40965 | 2108 (rmail-summary-mode-map): Don't bind C-n, C-p. Use ordinary move cmds. |
25830 | 2109 |
2110 1993-03-12 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2111 | |
2112 * term/x-win.el: Added library headers. | |
2113 | |
2114 1993-03-12 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2115 | |
2116 * loaddefs.el (global-map): Fixed a typo in the binding of | |
2117 [kp-backtab]. | |
2118 | |
2119 * term/x-win.el: Added library headers back in. Didn't touch | |
2120 any key bindings or code, and won't without making sure there | |
2121 won't be any repeat of the bad-patch brouhaha. | |
2122 | |
2123 1993-03-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2124 | |
2125 * term/x-win.el: Cancel previous change, since it discarded | |
2126 earlier necessary changes. | |
2127 | |
2128 1993-03-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2129 | |
2130 * term/x-win.el: Cancel previous change, since it discarded | |
2131 earlier necessary changes. | |
2132 | |
2133 1993-03-11 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2134 | |
2135 * term/vt100.el: | |
2136 Added headers, commented out code the duplicates startup effects. | |
2137 | |
2138 * term/x-win.el: Added headers, removed function bindings. | |
2139 | |
2140 * term/wyse50.el: Added headers, changed some keycap names. | |
2141 | |
2142 * term/tvi970.el: Added headers, changes some keycap names. | |
2143 | |
2144 * term/sun.el: Added headers, removed function-key bindings. | |
2145 | |
2146 * term/news.el: Added headers, changed a few cookie names. | |
2147 | |
2148 * term/keyswap.el: Initial revision | |
2149 | |
40965 | 2150 1993-03-11 Jim Blandy (jimb@mole.gnu.ai.mit.edu) |
25830 | 2151 |
2152 * term/x-win.el: Disable suspending under X windows by setting | |
2153 suspend-hooks, not suspend-hook. The latter is an obsolete name. | |
2154 Use add-hook instead of setting suspend-hooks directly. | |
2155 | |
2156 1993-03-11 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2157 | |
2158 A boatload of changes to terminal support and terminal capability | |
2159 initialization that make it a lot smarter, with a more uniform | |
2160 and featureful interface across many different keyboard types. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
2161 |
25830 | 2162 * term.c (fkey_table): has been expanded to handle the entire |
2163 intersection of the capability sets defined by X keysyms and | |
2164 terminfo. That is, every keysym for which there is a natural | |
2165 equivalent in terminfo is now bound to that by the startup code. | |
2166 | |
2167 * loaddefs.el (global-map): Natural default keybindings set up for | |
2168 almost all supported keysyms other than function keys. All | |
2169 other keysyms are now default-bound to a function which explains | |
2170 that the key is not bound to anything, then raises an error. | |
2171 | |
2172 * term/READ.ME: terminal package conventions and standard keysym | |
2173 cookies are now documented here. | |
2174 | |
40965 | 2175 * term/AT386.el: new package installed. Handles IBM-AT style |
25830 | 2176 console keyboards with style and flair. |
2177 | |
2178 * term/new-at386.el: removed, it was obsolescent. | |
2179 | |
40965 | 2180 * term/apollo.el: nuked and linked to vt100.el. All it formerly |
25830 | 2181 did was load vt100.el. |
2182 | |
2183 * term/bobcat.el: copied and linked to `keyswap.el'. | |
2184 | |
2185 * term/keyswap.el: the old bobcat.el with headers and docs. This | |
2186 is available for other terminal packages to call. | |
2187 | |
2188 * term/news.el: cleaned up, headers added. | |
2189 | |
2190 * term/sun.el: headers added, [again] changed to [redo]. This | |
2191 package is a hairball and should probably be scrapped if we | |
2192 can find or built abetter one. | |
2193 | |
2194 * term/tvi970.el: headers added, [enter] changed to [kp-enter]. | |
2195 | |
2196 * term/vt100.el: headers added, cleanup, explicit function-key | |
2197 enable is no longer necessary. | |
2198 | |
40965 | 2199 * term/vt200.el: nuked. It's now a link to vt100.el. This is possible |
25830 | 2200 because all the things handled differently on the vt200 are |
2201 mined out of termcap by 19's initialization before either | |
2202 package is loaded. | |
2203 | |
2204 * term/wyse50.el: cleaned up, headers added, various cookie names | |
2205 changed, function bindings removed. | |
2206 | |
2207 * term/x-win.el: cleaned up, headers added. Some bindings of keycap | |
2208 cookies to functions were removed; all that stuff is handled | |
2209 terminal-independently in loaddefs now. | |
2210 | |
40965 | 2211 Other changes: |
25830 | 2212 |
2213 * help.el: added binding and menu line for new `P' package-finder | |
2214 command. Won't actually take effect till the next Emacs build. | |
2215 | |
2216 * vc.el (vc-backend-checkin): Fixed bizarre POM-dependent bug | |
2217 introduced into VC by a bad patch. This was one for the | |
2218 books....badly corrupted vc-checkin code somehow mostly functioned | |
40965 | 2219 for three days. The Code That Would Not Die... |
25830 | 2220 |
2221 1993-03-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2222 | |
2223 * startup.el (command-line-1): Fix copyright year. | |
2224 | |
40965 | 2225 1993-03-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
2226 | |
2227 * diary-insert.el (insert-anniversary-diary-entry, | |
2228 insert-block-diary-entry): Fix calendar-date-display-form used. | |
2229 | |
2230 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
25830 | 2231 |
2232 * files.el (basic-save-buffer): If file-precious-flag is set, and | |
2233 we write the buffer to a temp file and then rename it, don't | |
2234 neglect to set the new file's modes properly. | |
2235 | |
2236 1993-03-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2237 | |
2238 * term/x-win.el (function-key-map): | |
2239 Map key symbols backspace, return... into ASCII chars. | |
2240 Likewise their Meta versions. | |
2241 Also add `ascii-character' properties. | |
2242 | |
2243 1993-03-09 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2244 | |
2245 * term/at386.el: Removed. The new terminal initialization stuff | |
40965 | 2246 makes it superfluous. I wrote it, so I should know. :-) |
2247 | |
2248 * vc.el: Installed version 5, the new baseline. This version | |
25830 | 2249 merges my changes with Paul Eggert's. |
2250 | |
2251 1993-03-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2252 | |
2253 * timer.el (run-at-time): Allow an integer as TIME. | |
2254 (cancel-timer): New function. | |
2255 | |
2256 * c-mode.el (c-beginning-of-statement): If next to a comment, | |
2257 use sentence motion. | |
2258 | |
2259 * map-ynp.el (map-y-or-n-p): Use query-replace-map. | |
2260 | |
2261 * replace.el (query-replace-map): New keymap. | |
2262 (perform-replace): Use query-replace-map. | |
2263 (query-replace, query-replace-regexp, map-query-replace-regexp): | |
2264 (replace-string, replace-regexp): Don't print `done' if unread chars. | |
2265 | |
2266 * help.el (command-apropos): Print echo area message iff found symbols. | |
2267 | |
2268 * rmailsum.el (rmail-update-summary): New function. | |
40965 | 2269 (rmail-new-summary): New arg redo-form. Considerable rewrite |
25830 | 2270 of how and when buffers are selected. |
2271 (rmail-summary-mode): New local vars rmail-summary-redo, | |
2272 revert-buffer-function, post-command-hook, rmail-current-message. | |
2273 (rmail-summary-expunge): Use rmail-update-summary. | |
2274 (rmail-summary-get-new-mail): Likewise. | |
2275 (rmail-summary-expunge-and-save): Likewise. | |
2276 (rmail-summary-input): Don't update summary at all. | |
2277 (rmail-summary-reply): Do the work inside save-window-excursion, | |
2278 then switch to the mail buffer. | |
2279 (rmail-summary-retry-failure): Likewise. | |
2280 (rmail-summary-edit-current-message): Delete spurious autoload. | |
2281 (rmail-summary-summary): Function deleted. | |
2282 Use plain rmail-summary on h and C-M-h. | |
2283 (rmail-summary-rmail-update): New function. | |
2284 | |
2285 * rmail.el (rmail-delete-forward): Go to summary buf to change D mark. | |
2286 Always do the motion in the rmail buffer; let that handle summary. | |
2287 (rmail-undelete-previous-message): Likewise. | |
2288 (rmail-select-summary): New macro. | |
2289 (rmail-show-message): Use rmail-select-summary. | |
2290 (rmail-get-new-mail): Likewise. | |
2291 (rmail-expunge): Likewise. | |
2292 | |
2293 * pending-del.el: New file. | |
2294 | |
2295 1993-03-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2296 | |
2297 * subr.el (posn-timestamp, posn-col-row, posn-point, posn-window): | |
2298 (event-end, event-start, mouse-movement-p): Moved from mouse.el. | |
2299 * mouse.el: Functions moved to subr.el. | |
2300 | |
2301 1993-03-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2302 | |
2303 * subr.el (event-basic-type): New function. | |
2304 | |
2305 * isearch.el: Renamed from isearch-mode.el. | |
2306 | |
2307 * isearch-mode.el (isearch-other-meta-char): Call listify-key-sequence. | |
2308 (isearch-unread): Don't call it here. | |
2309 (isearch-mode-map): Bind the ASCII-equivalent function keys. | |
2310 | |
40965 | 2311 1993-03-07 Paul Eggert (eggert@twinsun.com) |
25830 | 2312 |
2313 * vc.el (vc-update-change-log): Check that ChangeLog is writable | |
2314 before starting the expensive rcs2log process. | |
2315 Use call-process instead of shell-command to invoke rcs2log; | |
2316 this avoids undesired shell escapes and is more robust about errors. | |
2317 Put mark at point-min, so that the new insertion is in the region. | |
2318 (vc-checkin-hook): Fix `runs-hooks' typo. | |
2319 (vc-checkout-writeable-buffer-hook): New var. | |
2320 (vc-next-action): Fix bug: initial checkin was botched when C-x v v | |
2321 was applied to a new file while vc-initial-comment was non-nil. | |
2322 (vc-register): Don't barf when registering a new, empty buffer. | |
2323 (vc-directory): The `No files are currently registered' | |
2324 message was wrongly worded, because sometimes the message talks | |
2325 about locked files, not registered files. | |
2326 (vc-file-tree-walk): Change (apply 'funcall ...) to (apply | |
2327 ...), since the 'funcall is redundant. | |
2328 When traversing a directory tree, message | |
2329 "Traversing directory XXX" so that the user can see what progress is | |
2330 being made. Traversal can take a long time. Omit first argument, | |
2331 since it is always the current directory. All callers changed. | |
2332 (vc-file-tree-walk-internal): New function. | |
2333 (vc-do-command, vc-diff, vc-version-diff, vc-backend-diff): | |
2334 Remove redundant calls to `format'. | |
2335 (vc-diff): Remove unused variable `old'. | |
2336 (vc-version-diff): When recursively generating a difference | |
2337 listing, don't append the latest output unless diff was actually run; | |
2338 otherwise, you'll get the output from the previous file by mistake. | |
2339 | |
2340 1993-03-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2341 | |
2342 * term/x-win.el (function-key-map): | |
2343 Map key symbols backspace, return... into ASCII chars. | |
2344 | |
2345 1993-03-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2346 | |
2347 * isearch-mode.el (isearch-mode): Don't make a pre-command-hook. | |
2348 | |
2349 * vc.el (vc-revert-buffer1): Use mark-marker; don't alter mark-active. | |
2350 | |
2351 * subr.el (event-modifiers): New function. | |
2352 (eventp): New function. | |
2353 | |
2354 1993-03-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2355 | |
2356 * isearch-mode.el (isearch-unread): Find last list element by hand. | |
2357 | |
2358 * info.el (Info-forward-node): Properly go to first menu item. | |
2359 (Info-insert-dir): Bind temp wider, around use. | |
2360 | |
2361 * term/x-win.el (function-key-map): | |
2362 Map key symbols backspace, return... into ASCII chars. | |
2363 Likewise their Meta versions. | |
2364 Also add `ascii-character' properties. | |
2365 | |
2366 * simple.el (set-mark): Activate the mark. | |
2367 (mark): Handle region-active. New optional arg FORCE. | |
2368 (exchange-point-and-mark, push_mark): Pass FORCE. | |
2369 (set-mark-command): Likewise. | |
2370 | |
2371 * terminal.el (te-escape-extended-command-unread): Handle any key seq. | |
2372 | |
2373 * emerge.el (emerge-show-file-name): Handle any kind of event. | |
2374 | |
2375 * fortran.el (fortran-abbrev-start): Handle any kind of event. | |
2376 (fortran-window-create-momentarily): Likewise. | |
2377 | |
2378 * ehelp.el (electric-help-command-loop): Handle any kind of event. | |
2379 | |
2380 * ebuff-menu.el (electric-buffer-list): Handle any kind of event. | |
2381 (Electric-buffer-menu-exit): Handle any key sequence. | |
2382 | |
2383 * info.el (Info-summary): Handle any event | |
2384 when flushing the display. | |
2385 | |
2386 * simula.el (simula-electric-label): Handle any event | |
2387 when flushing the display. | |
2388 | |
2389 * subr.el (momentary-string-display): Handle any event | |
2390 when flushing the display. | |
2391 | |
2392 * comint.el (comint-dynamic-list-completions): Handle any event | |
2393 when flushing the display. | |
2394 | |
2395 * subr.el (listify-key-sequence): New function. | |
2396 * simple.el (prefix-arg-internal): Use listify-key-sequence. | |
2397 | |
2398 * isearch-mode.el (isearch-unread): Handle multiple args. | |
2399 For Emacs 19, use listify-key-sequence. | |
2400 If not Emacs 19, assume they are a meta sequence. | |
2401 (isearch-other-meta-char): Pass the whole key sequence. | |
2402 (isearch-other-control-char): Make this alias for ...-meta-char. | |
2403 | |
2404 * rmail.el (rmail-bury): Record Rmail buffer to bury it later. | |
2405 | |
2406 1993-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2407 | |
2408 * disp-table.el: Add autoload comments. | |
2409 (rope-to-vector): Deleted. | |
2410 (describe-display-table): Don't use rope-to-vector. | |
2411 | |
2412 * compare-w.el (compare-windows): Use compare-buffer-substrings. | |
2413 | |
40965 | 2414 1993-03-05 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2415 |
2416 * term/x-win.el: Disable suspending under X windows by setting | |
2417 suspend-hooks, not suspend-hook. The latter is an obsolete name. | |
2418 Use add-hook instead of setting suspend-hooks directly. | |
2419 | |
2420 * bytecomp.el: Declare suspend-hook to be an obsolete variable. | |
2421 | |
40965 | 2422 1993-03-05 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
2423 | |
2424 * calendar.el (hebrew-calendar-yahrzeit): Change reference to | |
2425 nonexistent function last-month-of-hebrew-year to the correct | |
2426 function hebrew-calendar-last-month-of-year. | |
2427 | |
2428 * cal-mayan.el (calendar-mayan-haab-on-or-before, | |
2429 calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'. | |
25830 | 2430 |
2431 * cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second | |
2432 defun. | |
2433 | |
40965 | 2434 1993-03-04 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2435 |
2436 * simple.el (kill-ring-save): Doc fix. | |
2437 | |
2438 * sun-mouse.el (suspend-emacstool): Run suspend-hooks, not | |
2439 suspend-hook. | |
2440 | |
2441 * resume.el: Doc fix. | |
2442 | |
2443 * simple.el (yank, yank-pop): Always return nil; don't rely on | |
2444 exchange-point-and-mark to return nil. | |
2445 * fill.el (justify-current-line): Return nil, to be sure to | |
2446 conform with documentation. | |
2447 | |
2448 1993-03-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2449 | |
2450 * files.el (write-file): Handle directory name as arg. | |
2451 | |
2452 * rmail.el: Major changes from Bob Weiner <weiner@pts.mot.com> | |
2453 Handle some Emacs 18 function names to run in 18. | |
2454 This is to facilitate working with Weiner. | |
2455 (rmail-reply-prefix): New variable. | |
2456 (rmail-reply): Use that variable to add to subject. | |
2457 (rmail-retry-failure): Change binding to M-m. | |
2458 (rmail-forward): Look for >From as well as for From. | |
2459 Handle case where neither is found. | |
2460 (rmail-last-regexp): New variable. | |
2461 (rmail-mode): Make rmail-last-regexp local. | |
2462 (rmail): Don't update rmail-mode data for old buffer | |
2463 if it's not in rmail mode. | |
2464 Error if in Rmail Edit mode. | |
2465 (rmail-bury): New command, plus key binding. | |
2466 (rmail-summary-by-topic): New key binding. | |
2467 (rmail-insert-inbox-text): Check for pop case earlier. | |
2468 (rmail-convert-to-babyl-format): Handle Content-Length field. | |
2469 (rmail-maybe-display-summary): New function. | |
2470 (rmail-redisplay-summary): New user option. | |
2471 (rmail-undelete-previous-message, rmail-delete-forward): | |
2472 (rmail-get-new-mail, rmail-show-message): Update summary buffer if any. | |
2473 Call rmail-maybe-display-summary to put it back on screen. | |
2474 (rmail-only-expunge): Renamed from rmail-expunge. | |
2475 (rmail-expunge): New function. | |
2476 (rmail-message-recipients-p, rmail-message-regexp-p): New functions. | |
2477 (rmail-summary-exists, rmail-summary-displayed): New functions. | |
2478 | |
2479 1993-03-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2480 | |
2481 * cl.el (defsetf): Use eval-and-compile for self-update-fn. | |
2482 | |
2483 * add-log.el (add-change-log-entry): Never move past second hdr line. | |
2484 | |
40965 | 2485 1993-03-02 Jim Blandy (jimb@mole.gnu.ai.mit.edu) |
25830 | 2486 |
2487 * term/x-win.el (x-switch-definitions): Use the proper names for | |
2488 the scroll bar parameters. | |
2489 | |
2490 Use the term `scroll bar', instead of `scrollbar'. | |
2491 * term/x-win.el, frame.el, mouse.el: Terminology changed. | |
2492 * scrollbar.el: Renamed to scroll-bar.el. | |
2493 | |
2494 * term/x-win.el: Require `scroll-bar', not `scrollbar'. | |
2495 | |
40965 | 2496 1993-03-02 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2497 |
2498 * frame.el (new-frame): Doc fix. | |
2499 | |
2500 * info.el (Info-directory-list): Doc fix; it is set according to | |
2501 INFOPATH, not INFODIR. | |
2502 | |
2503 * info.el (Info-find-node): Don't try to set the info buffer's | |
2504 directory according to Info-directory; that variable doesn't exist | |
2505 any more. Instead, let Info-insert-dir set the current directory. | |
2506 (Info-insert-dir): Properly check for upper- and lower-case forms | |
2507 of "dir", with and without ".info" extension. Set the buffer's | |
2508 default-directory to the directory containing the first dir file | |
2509 we find, and cache it in Info-dir-contents-directory. | |
2510 (Info-dir-contents-directory): New variable, to cache the | |
2511 directory we decided to use as the merged directory's | |
2512 default-directory. | |
2513 | |
2514 * term/x-win.el (x-switch-definitions): Use the proper names for | |
2515 the scroll bar parameters. | |
2516 | |
2517 1993-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2518 | |
2519 * frame.el: Doc fixes. | |
2520 (set-pointer-color): Renamed to set-mouse-color. | |
2521 (set-border-color): New function. | |
2522 | |
2523 * info.el (Info-insert-dir): Make menu items in Top node | |
2524 pointing each of the other nodes. | |
2525 | |
2526 * rmail.el (rmail-get-new-mail): Reset read-only after find-file. | |
2527 | |
40965 | 2528 1993-03-01 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2529 |
2530 * simple.el (kill-region): If the buffer is read-only, call | |
2531 `barf-if-buffer-read-only' instead of just `ding', to get the | |
2532 appropriate error condition and message. | |
2533 | |
2534 * hexl.el (hexl-mode-map): When initializing, remember that the | |
2535 argument to key-binding is a key sequence, not a single key. | |
2536 | |
2537 * mouse.el (mouse-split-window-vertically): If the user clicks too | |
2538 close to the top or bottom of a window, split at the closest | |
2539 reasonable line. Give a helpful error message if the window is | |
2540 too small to be split anywhere. | |
2541 (mouse-split-window-horizontally): Similar changes. | |
2542 | |
40965 | 2543 1993-02-28 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2544 |
2545 * simple.el (insert-buffer): Make sure this returns nil. | |
2546 | |
2547 * simple.el (quoted-insert): Use insert-char, instead of writing | |
2548 out the loop. | |
2549 | |
2550 * etags.el (find-tag-other-window): If another window is already | |
2551 displaying the tag's buffer, explicitly set that window's point to | |
2552 the tag's position. | |
2553 | |
2554 Use the term `scroll bar', instead of `scrollbar'. | |
2555 * term/x-win.el, frame.el, mouse.el: Terminology changed. | |
2556 * scrollbar.el: Renamed to scroll-bar.el. | |
2557 | |
2558 1993-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2559 | |
2560 * frame.el (auto-raise-mode): Renamed from toggle-auto-raise. | |
2561 (auto-lower-mode): Renamed from toggle-auto-lower. | |
2562 | |
40965 | 2563 1993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2564 |
2565 * timer.el (run-at-time): Doc fix. | |
2566 | |
2567 * autoload.el (generate-file-autoloads): Add another | |
2568 save-excursion so that point is before the generated autoloads | |
2569 after we scan the file. | |
2570 | |
2571 1993-02-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2572 | |
2573 * add-log.el (add-change-log-entry): Find end of first paragraph | |
2574 from after the header line. | |
2575 | |
2576 * subr.el (walk-windows): Doc fix. | |
2577 | |
2578 * register.el (point-to-register): Make arg ARG optional. | |
2579 (window-configuration-to-register): Likewise. | |
2580 (frame-configuration-to-register): Likewise. | |
2581 | |
40965 | 2582 1993-02-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2583 |
2584 * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move these | |
2585 functions to scrolbar.el. | |
2586 * scrollbar.el (scroll-bar-mode, scroll-bar-mode): Here they are. | |
2587 Make scroll-bar-mode set the {vertical,horizontal}-scrollbars | |
2588 parameters in default-frame-alist, and modify all extant screens | |
2589 using the correct parameter names. | |
2590 | |
2591 1993-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2592 | |
2593 * vc-hooks.el (vc-find-file-hook): Discard vc status of file | |
2594 if we will actually have to create the buffer. | |
2595 | |
40965 | 2596 1993-02-22 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2597 |
2598 * gud.el (gud-break): With a prefix argument, set a temporary | |
2599 breakpoint. | |
2600 (gud-apply-from-source): New argument ARGS, to pass to FUNC. Now | |
2601 it's really like `apply'. | |
2602 (gud-set-break): Add another argument to this method. | |
2603 Document it in the section describing how the methods are supposed | |
2604 to be used. | |
2605 (gud-gdb-set-break): New argument TEMP; if non-nil, set a | |
2606 temporary breakpoint. | |
2607 (gud-sdb-set-break, gud-dbx-set-break): New argument TEMP. Ignore | |
2608 it, since I don't know how to set a temporary breakpoint in these | |
2609 debuggers. | |
2610 | |
2611 * subr.el (string-to-int): Make this an alias for | |
2612 string-to-number. | |
2613 | |
40965 | 2614 1993-02-21 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2615 |
2616 * two-column.el: Add autoloads for the functions defined in | |
2617 tc-mode-map. | |
2618 | |
2619 1993-02-21 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
2620 | |
2621 * info.el (Info-insert-dir): New function. | |
2622 (Info-find-node): Use Info-insert-dir to visit dir file. | |
2623 | |
2624 * mlsupport.el (esc-map, ctl-x-map): Define as functions. | |
2625 | |
2626 1993-02-20 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
2627 | |
2628 * apropos.el (super-apropos-check-doc-file): | |
2629 Look for DOC file in proper directory. | |
2630 | |
2631 * files.el (insert-directory): Doc fix. | |
2632 | |
2633 1993-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2634 | |
2635 * help.el (describe-function): | |
2636 Print the arglist if the function is bytecode or a list. | |
2637 | |
40965 | 2638 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2639 |
2640 * files.el (revert-buffer): Reverse the sense of the first | |
2641 argument, but leave interactive usage the same. | |
2642 * vc.el (vc-resynch-window): Call vc-revert-buffer1 with the newly | |
40965 | 2643 appropriate arguments. This seems to be the only file which was |
25830 | 2644 adjusted for the new meaning of the revert-buffer arguments. |
2645 | |
2646 1993-02-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
2647 | |
2648 * autoload.el (generate-file-autoloads): | |
2649 If no buffer was visiting FILE when we started, | |
2650 kill the buffer we create. | |
2651 | |
2652 1993-02-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2653 | |
2654 * isearch-mode.el (isearch-backward-regexp): | |
2655 New arg no-recursive-edit, always non-nil for interactive call. | |
2656 Rename first arg, and set it right in interactive call. | |
2657 (isearch-forward-regexp): Likewise. | |
2658 (isearch-forward, isearch-backward): Likewise no-recursive-edit. | |
2659 | |
2660 1993-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2661 | |
2662 * frame.el (frame-initialize): Fix error syntax. | |
2663 (toggle-horizontal-scroll-bar): Likewise. | |
2664 (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar | |
2665 (toggle-vertical-scroll-bar): Likewise. | |
2666 (toggle-auto-lower, toggle-auto-raise): Likewise. | |
2667 (set-foreground-color, set-background-color): | |
2668 Renamed from set-frame-{fore,back}ground. | |
2669 | |
40965 | 2670 1993-02-15 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2671 |
2672 * informat.el (Info-tagify): Change the regular expression which | |
2673 recognizes node names to work properly with Emacs 19's regexp | |
2674 semantics. | |
2675 | |
2676 1993-02-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2677 | |
2678 * files.el (find-file-hooks): Delete permanent-local property. | |
2679 (find-file-not-found-hooks): Likewise. | |
2680 | |
2681 * bytecomp.el (byte-compile-lambda): | |
2682 Test of byte-compile-compatibility was backwards. | |
2683 | |
40965 | 2684 1993-02-12 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2685 |
2686 * gosmacs.el: Bind M-h to delete-previous-word, not | |
2687 backward-kill-word; the latter has different prefix semantics. | |
2688 | |
2689 * frame.el: Clean up initialization code. | |
2690 (initial-frame-alist): Doc fix. | |
2691 (minibuffer-frame-alist): New default value, with a reasonable height. | |
2692 (filtered-frame-list, minibuffer-frame-list): New functions. | |
2693 (frame-initialize): Use minibuffer-frame-list, instead of writing | |
2694 it out. | |
2695 (frame-notice-user-settings): Thoroughly rearranged. | |
2696 Notice changes to default-frame-alist as well as initial-frame-alist. | |
2697 Properly handle requests to make the initial frame into a | |
2698 minibufferless or minibuffer-only frame. | |
2699 Create a minibuffer-only frame if the initial frame should lack a | |
2700 minibuffer and there are no other minibuffer frames created by the | |
2701 user's initialization file. | |
2702 Fix any frames using the initial frame as a surrogate minibuffer | |
2703 frame. | |
2704 Restore the current buffer after creating and deleting all these | |
2705 frames. | |
2706 | |
2707 * frame.el (set-default-font, set-frame-background, | |
2708 set-frame-foreground, set-cursor-color, set-pointer-color, | |
2709 set-auto-raise, set-auto-lower, set-vertical-bar, | |
2710 set-horizontal-bar): Give these docstrings. | |
2711 (set-auto-raise, set-auto-lower, set-vertical-bar, | |
2712 set-horizontal-bar): Make these toggle or look at the prefix | |
2713 argument, like minor modes. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
2714 |
25830 | 2715 * frame.el (set-vertical-bar): Use the proper parameter symbol. |
2716 (set-horizontal-bar): Signal an error indicating that horizontal | |
2717 scrollbars are not implemented. | |
2718 | |
2719 * lisp-mode.el (lisp-fill-paragraph): New function. | |
2720 (shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph. | |
2721 | |
2722 1993-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2723 | |
2724 * flow-ctrl.el (enable-flow-control...): Renamed from evade... | |
2725 (enable-flow-control): Add autoload. | |
2726 | |
2727 1993-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2728 | |
2729 * gosmacs.el (set-gosmacs-bindings): Fix binding of \eh. | |
2730 | |
40965 | 2731 1993-02-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2732 |
2733 * gosmacs.el: Require 'mlsupport, to get definition of | |
2734 backward-kill-word. | |
2735 | |
2736 1993-02-10 Stephen A. Wood (saw@cebaf.gov) | |
2737 | |
2738 * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in | |
2739 front of first argument to `insert-abbrev-table-description'. | |
2740 | |
2741 * fortran.el (fortran-is-in-string-p): Fixed incorrect behaviour | |
2742 when in first statement of a buffer. | |
2743 | |
2744 1993-02-08 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
2745 | |
2746 * add-log.el (add-change-log-entry): Undo Jan 25 change. It worked | |
2747 for buffers in indented-text-mode, but lost for change-log-mode, | |
2748 which is what matters. | |
2749 | |
2750 1993-02-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
2751 | |
2752 * compile.el (compilation-forget-errors): Just set | |
2753 compilation-directory-stack to nil; no need to loop through it. | |
2754 (next-error): For a non-numeric prefix arg, pass nil for | |
2755 compile-reinitialize-errors's FIND-AT-LEAST arg. | |
2756 (next-error): When getting marker for error source location, be | |
2757 sure to examine buffer local value of compilation-old-error-list | |
2758 before switching to source file buffer. | |
2759 | |
40965 | 2760 1993-02-08 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2761 |
2762 * rmailout.el (rmail-output, rmail-output-to-mail-file): Reverse | |
2763 the order of the arguments and make COUNT optional, for backward | |
2764 compatibility's sake. | |
2765 | |
2766 * cl.el (cl-version): Mark as no longer in beta test. | |
2767 | |
40965 | 2768 1993-02-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2769 |
2770 * subr.el (mod): Add back this alias for %. | |
2771 | |
2772 1993-02-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2773 | |
2774 * sort.el (sort-build-lists): Record the key as pair of positions; | |
2775 don't copy string from buffer. | |
2776 (sort-subr): Use compare-buffer-substrings. | |
2777 | |
2778 1993-02-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2779 | |
2780 * sendmail.el (mail-setup): Use fill-region-as-paragraph | |
2781 for To field; handle the CC just like the To. | |
2782 | |
2783 * rmailsum.el: Big rewrite from weiner@pts.mot.com. | |
2784 | |
2785 1993-02-05 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
2786 | |
2787 * comint.el (make-comint): Added docstring. | |
2788 | |
2789 1993-02-05 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
2790 | |
2791 * simple.el: Restore nuked information in minibuffer history bindings. | |
2792 Use intelligent method of disabling completion-oriented bindings. | |
2793 | |
2794 1993-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2795 | |
2796 * simple.el: Once again, go back to ordinary next-history-element | |
2797 for M-n in minibuf, even for completion. | |
2798 | |
2799 1993-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2800 | |
2801 * sort.el (sort-subr): Doc fixes. | |
2802 | |
2803 * sendmail.el (mail-do-fcc): Allow dash in timezone name. | |
2804 | |
40965 | 2805 1993-02-01 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2806 |
2807 * texinfo.el (texinfo-mode): Make page-delimiter buffer-local, and | |
2808 set it according to texinfo-chapter-level-regexp. | |
2809 | |
2810 * simple.el (kill-region): If the buffer is read-only, do beep, | |
2811 but also put the region in the kill ring. Doc fix. | |
2812 | |
2813 1993-01-31 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
2814 | |
2815 * mailabbrev.el (mail-abbrev-end-of-buffer): | |
2816 Changed interactive spec from "P" to "p". | |
2817 | |
2818 1993-01-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2819 | |
2820 * cmacexp.el (c-macro-expand): Use expanded name to write or delete. | |
2821 Send two eofs. | |
2822 | |
2823 1993-01-28 Roland McGrath (roland@wookumz.gnu.ai.mit.edu) | |
2824 | |
2825 * simple.el (next-complete-history-element): Restore point after | |
2826 replacing the buffer text with the appropriate history element. | |
2827 | |
2828 1993-01-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2829 | |
2830 * simple.el: Don't use the completion-oriented history commands. | |
2831 * paths.el (sendmail-program): Try /usr/ucblib/sendmail. | |
2832 | |
40965 | 2833 1993-01-26 Jim Blandy (jimb@mole.gnu.ai.mit.edu) |
25830 | 2834 |
2835 * term/x-win.el: x-selection-value has been renamed to x-selection. | |
2836 x-own-selection has been renamed to x-set-selection, and the order | |
2837 of its arguments has been reversed, for consistency with other | |
2838 lisp functions like put and aset. | |
2839 * term/x-win.el (x-select-text): Adjusted. | |
2840 (x-cut-buffer-or-selection-value): Check the primary selection, | |
2841 using x-selection, instead of checking the cut buffer again. | |
2842 | |
2843 * term/x-win.el: Doc fix. | |
2844 | |
40965 | 2845 1993-01-25 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2846 |
2847 * frame.el (frame-notice-user-settings): Use new name | |
2848 frame-live-p, instead of live-frame-p. | |
2849 | |
2850 x-selection-value has been renamed to x-selection. | |
2851 x-own-selection has been renamed to x-set-selection, and the order | |
2852 of its arguments has been reversed, for consistency with other | |
2853 lisp functions like put and aset. | |
2854 * term/x-win.el (x-select-text): Adjusted. | |
2855 (x-cut-buffer-or-selection-value): Check the primary selection, | |
2856 using x-selection, instead of checking the cut buffer again. | |
2857 | |
2858 * disass.el (disassemble): Add autoload cookie for this. | |
2859 * bytecomp.el (byte-decompile-bytecode): Add an autoload for this. | |
2860 | |
2861 compiled-function-p has been renamed to byte-code-function-p. | |
2862 * subr.el: Define compiled-function-p as an alias for it. | |
2863 * bytecomp.el: Register compiled-function-p as obsolete. | |
2864 * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change | |
2865 uses. | |
2866 | |
2867 * subr.el (numberp): Remove fset which made this an alias for | |
2868 integerp; now numberp also recognizes floats. | |
2869 | |
2870 1993-01-25 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
2871 | |
2872 * etags.el (tags-query-replace): C-t. | |
2873 | |
2874 * add-log.el (add-change-log-entry): Restrict PARAGRAPH-END to | |
2875 being on the first page. | |
2876 | |
2877 * simple.el (next-complete-history-element): Use only buffer | |
2878 contents before point to match history elements. | |
2879 | |
2880 1993-01-25 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
2881 | |
2882 * simple.el ({next,previous}-complete-history-element): New functions. | |
2883 Bind them to M-n/M-p and next/prior in minibuffer completion maps. | |
2884 | |
40965 | 2885 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2886 |
2887 unread-command-event has been replaced by unread-command-events. | |
2888 * simple.el (prefix-arg-internal): Use this to push back all | |
2889 key sequences for processing by the main command loop, instead of | |
2890 trying to simulate its behavior ourselves. | |
2891 * bytecomp.el: Document unread-command-event as an obsolete | |
2892 variable, although nothing but the GNU Emacs 19 sources use it. | |
2893 Adjust obsolescence message for unread-command-char. | |
2894 * comint.el (comint-dynamic-list-completions): Change uses of | |
2895 unread-command-event to work with unread-command-events. | |
2896 * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit): | |
2897 Same. | |
2898 * edebug.el (edebug-outside-excursion): Same. | |
2899 * ehelp.el (electric-help-command-loop): Same. | |
2900 * electric.el (Electric-command-loop): Same. | |
2901 * emerge.el (emerge-show-file-name): Same. | |
2902 * fortran.el (fortran-abbrev-start, | |
2903 fortran-window-create-momentarily): Same. | |
2904 * gnus.el (gnus-Subject-next-article): Same. | |
2905 * info.el (Info-summary): Same. | |
2906 * isearch-mode.el (isearch-update, isearch-unread): Same. | |
2907 * map-ynp.el (map-y-or-n-p): Same. | |
2908 * mlsupport.el (push-back-character): Same. | |
2909 * replace.el (perform-replace): Same. | |
2910 * simula.el (simula-electric-label): Same. | |
2911 * subr.el (read-quoted-char, momentary-string-display): Same. | |
2912 * sun-mouse.el (mouse-second-hit): Same. | |
2913 * terminal.el (te-escape-extended-command-unread): Same. | |
2914 * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, | |
2915 vip-prefix-arg-com): Same. | |
2916 | |
2917 * simple.el (quoted-insert): Doc fix. | |
2918 | |
40965 | 2919 1993-01-23 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2920 |
2921 * mouse.el (mouse-save-then-kill): Instead of deleting the text | |
2922 whenever the text of the region happens to be the same as the | |
2923 front of the kill-ring, delete it only when the front of the kill | |
2924 ring is identical to the last text we put there, and point and the | |
2925 mouse click are at the same position. | |
2926 | |
2927 * mouse.el (mouse-save-then-kill): If the undo list is disabled, | |
2928 don't build an undo record. | |
2929 | |
2930 * mouse.el (mouse-save-then-kill): If we're deleting the text, | |
2931 kill from point to the mouse click, not from point to mark; mark | |
2932 and the mouse click may not be the same. If they're not, this | |
2933 screws up the undo record we create, corrupting the undo list | |
2934 pretty nastily. | |
2935 | |
40965 | 2936 1993-01-22 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2937 |
2938 * term/x-win.el: Doc fix. | |
2939 | |
2940 * mouse.el (mouse-set-font): Account for the fact that | |
2941 x-popup-menu returns nil if no selection is made. | |
2942 | |
2943 * mouse.el (mouse-buffer-menu, mouse-set-font): Bind these to the | |
2944 down-going events. | |
2945 (mouse-split-window-vertically): Move the binding for this down | |
2946 out of the commented-out scrollbar section, so it is on S-mouse-2 | |
2947 on the mode line. | |
2948 | |
40965 | 2949 1993-01-21 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2950 |
2951 * c-mode.el (c-fill-paragraph): Fix the regular expressions used | |
2952 for finding paragraph beginnings and endings so that they think | |
2953 lines containing only whitespace and asterisks are paragraph | |
2954 separators/starters. | |
2955 | |
2956 * add-log.el (add-change-log-entry): If we've just started a new | |
2957 date, limit the searches to within the current date, not the first | |
2958 paragraph; the latter extends into the previous date. | |
2959 | |
2960 1993-01-21 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
2961 | |
2962 * etags.el (tags-loop-scan): Set default value to an error form. | |
2963 | |
2964 * etags.el (visit-tags-table-buffer): When propagating a change of | |
2965 name after file-find-noselect, refer to tags-file-name, not the | |
2966 undefined var FILE. | |
2967 | |
40965 | 2968 1993-01-20 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2969 |
2970 * c-mode.el (c-fill-paragraph): When modifying the | |
2971 paragraph-separate regexp, don't let it match paragraph starts. | |
2972 | |
2973 1993-01-19 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
2974 | |
2975 * etags.el (visit-tags-table-buffer): | |
2976 Error if called with 'same and no current table. | |
2977 | |
40965 | 2978 1993-01-19 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2979 |
2980 * mouse.el (event-end): Work on click events, too. | |
2981 (mouse-split-window-vertically): Use event-end and | |
2982 posn-col-row, instead of mouse-coords, which is obsolete. | |
2983 | |
2984 * mouse.el: Comment out the scrollbar commands until we make them work. | |
2985 | |
2986 * mouse.el: Comment out jla's experimental things. What are these | |
2987 doing in the distribution source anyway? | |
2988 | |
2989 * mouse.el: Bind the help menu to C-down-mouse-2, instead of | |
2990 C-mouse-2; this way, you can use the mouse-up event to make the | |
2991 menu selection. | |
2992 (help-apropos-map, help-keys-map, help-manual-map, help-misc-map, | |
2993 help-modes-map, help-admin-map): Give the menu names for these | |
2994 keymaps using make-sparse-keymap's optional argument, rather than | |
2995 constructing them by hand. | |
2996 | |
2997 * scrollbar.el: (require 'mouse) | |
2998 (scrollbar-set-window-start, scrollbar-scroll-down, | |
2999 scrollbar-scroll-up): Use event-end, from mouse.el. | |
3000 | |
40965 | 3001 1993-01-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 3002 |
3003 * x-mouse.el: Deleted; it was the interface to the Emacs 18-style | |
3004 mouse interface, which doesn't exist anymore. | |
3005 | |
40965 | 3006 1993-01-15 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3007 |
3008 * c-mode.el (c-switch-label-regexp): New constant. | |
3009 (electric-c-terminator, c-indent-line, indent-c-exp): Use it to | |
3010 correctly recognize default labels in switch statements. | |
3011 | |
3012 1993-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3013 | |
3014 * shell.el (shell): Doc fix. | |
3015 | |
3016 1993-01-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3017 | |
3018 * files.el (switch-to-buffer-other-frame): Pass t to pop-to-buffer. | |
3019 | |
40965 | 3020 1993-01-14 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3021 |
3022 * scrollbar.el: New file. | |
3023 * term/x-win.el: Require 'scrollbar. | |
3024 | |
40965 | 3025 1993-01-13 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
3026 | |
3027 * solar.el (solar-time-string): Round the time properly. | |
25830 | 3028 |
3029 1993-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3030 | |
3031 * mouse.el (mouse-save-then-kill): When deleting, avoid delay | |
40965 | 3032 and don't set the mark. Replace obsolete fn event-point. |
25830 | 3033 (mouse-kill): Replace obsolete fn event-point. |
3034 | |
40965 | 3035 1993-01-11 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3036 |
3037 * page-ext.el (next-page): Correctly handle negative page count. | |
3038 | |
3039 1993-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3040 | |
3041 * simple.el (kill-append): Doc fix. | |
3042 | |
40965 | 3043 1993-01-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3044 |
3045 * frame.el (frame-notice-user-settings): Don't try to delete the | |
3046 initial frame if the user took care of that. | |
3047 | |
3048 1993-01-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3049 | |
3050 * rmail.el (mail-unsent-separator): Add `-- begin message --'. | |
3051 | |
3052 * dired.el (dired-regexp-history): New history list. | |
3053 (dired-read-regexp): Use that history list. Take just one arg. | |
3054 * dired-aux.el (dired-mark-read-regexp): Give dired-read-regexp 1 arg. | |
3055 | |
3056 1993-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3057 | |
3058 * upd-copyr.el (update-copyright): Doc fix. | |
3059 | |
3060 1993-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3061 | |
3062 * add-log.el (add-change-log-entry): Search for existing ChangeLog | |
3063 in parent dir and its parents. | |
3064 | |
3065 1993-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3066 | |
3067 * timer.el (run-at-time): Use a pipe to talk to the timer process. | |
3068 | |
40965 | 3069 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3070 |
3071 * simple.el (set-goal-column): Make this disabled by default. | |
3072 | |
3073 1993-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3074 | |
3075 * sendmail.el (mail-send): | |
3076 Don't clear modified or delete autosave if visiting a file. | |
3077 | |
3078 1993-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3079 | |
3080 * hippie.el: New file. | |
3081 | |
3082 1993-01-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3083 | |
3084 * apropos.el (apropos-match-keys): Handle non-chars as keys. | |
3085 | |
3086 1993-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3087 | |
3088 * compile.el (compilation-sentinel): Change buffer-read-only with let. | |
3089 | |
3090 1992-12-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3091 | |
3092 * mouse.el (mouse-buffer-menu): Select the window clicked on. | |
3093 | |
3094 1992-12-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3095 | |
3096 * add-log.el (add-change-log-entry): | |
3097 Notice when ENTRY is equal to FILE-NAME, | |
3098 not the hard-wired string "ChangeLog". | |
3099 Added missing regexp-quote's in same-day entry search. | |
3100 Search only in the first paragraph for a similar entry to add to. | |
3101 | |
3102 1992-12-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3103 | |
3104 * files.el (abbreviated-home-dir): New variable. | |
3105 (abbreviate-file-name): Properly convert abbreviated homedir to ~. | |
3106 | |
3107 1992-12-24 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
3108 | |
3109 * etags.el (visit-tags-table-buffer): | |
3110 When picking a table and using tags-table-list, | |
3111 skip over nonexistent files in the list. | |
3112 | |
3113 * etags.el (etags-verify-tags-table): | |
3114 Use eq instead of = in case char-after returns nil. | |
3115 | |
3116 1992-12-21 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
3117 | |
3118 * etags.el (visit-tags-table-buffer): | |
3119 Don't look in list for tags-file-name if nil. | |
3120 | |
3121 * etags.el: Many comments added and docstrings fixed. | |
3122 (tags-table-list): Elt of nil is not special. | |
3123 (tags-expand-table-name): Value of nil is not special. | |
3124 (tags-next-table): Removed arg RESET; no caller used it. | |
3125 (visit-tags-table-buffer): Don't need to do tags-expand-table-name | |
3126 in or form. When table is invalid, only set tags-file-name to nil | |
3127 globally if its global value contained the losing table file name. | |
3128 (find-tag-tag): Return a string, not a list. | |
3129 (find-tag-noselect, find-tag, find-tag-other-window, | |
3130 find-tag-other-frame): Changed callers. | |
3131 (etags-recognize-tags-table): Call etags-verify-tags-table, rather than | |
3132 duplicating its functionality. | |
3133 (visit-tags-table-buffer): When CONT is 'same, set it to nil after the | |
3134 cond. We want the normal list frobbing to take place in this case. | |
3135 (find-tag-other-window): Save and restore window-point around call to | |
3136 find-tag-noselect. | |
3137 | |
3138 1992-12-21 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
3139 | |
3140 * subr.el (ignore): | |
3141 Use defun instead of fset to define; the byte compiler is smart | |
3142 enough now not to compile this trivial function into slow byte code. | |
3143 | |
40965 | 3144 1992-12-21 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3145 |
3146 * c-mode.el (c-fill-paragraph): Calculating the proper fill-prefix | |
40965 | 3147 shouldn't change the buffer text. Make it not. If we're in the |
25830 | 3148 blank space before another comment, fill that one as a comment, |
3149 not as normal text. | |
3150 | |
40965 | 3151 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3152 |
3153 * simple.el (kill-region): Change interactive spec to signal an | |
3154 error if the buffer is read-only, and remove the code to do a | |
3155 copy-region-as-kill if the buffer is read-only. | |
3156 | |
3157 1992-12-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3158 | |
3159 * loadup.el: Display load-path at start. | |
3160 | |
40965 | 3161 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3162 |
3163 * sendmail.el (mail-position-on-field): `end' is guaranteed to be | |
3164 at the beginning of the header separator; don't skip back to the | |
3165 end of the previous line. | |
3166 | |
3167 * loadup.el: Dump under the name `emacs', not `xemacs'. | |
3168 | |
3169 * compile.el (compilation-error-regexp-alist): Tightened up | |
3170 BSD/GNU regexp to insist that line number end with a colon or | |
3171 close-paren. | |
3172 | |
40965 | 3173 1992-12-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3174 |
3175 * rmail.el (rmail-unix-mail-delimiter): Not all time zone names | |
3176 end with "T". Accept any sequence of three or four alphabetic | |
3177 characters. | |
3178 | |
3179 * simple.el (set-mark-command): Clarify doc string. | |
3180 | |
3181 * simple.el (prefix-arg-internal): Don't apply string-to-char to | |
3182 get the first element of the key sequence - it might be a vector. | |
3183 | |
40965 | 3184 1992-12-15 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3185 |
3186 * c-mode.el (c-fill-paragraph): When guessing the fill prefix, | |
3187 don't ever grab any actual text. | |
3188 | |
40965 | 3189 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3190 |
3191 * compile.el (compilation-error-regexp-alist): Add regexp for the | |
3192 MIPS CC distributed with Ultrix. | |
3193 | |
40965 | 3194 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3195 |
3196 * paths.el (Info-default-directory-list): The info files are | |
3197 supposed to be in /usr/local/info these days. Add it to the list | |
3198 of directories to search. | |
3199 | |
40965 | 3200 1992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3201 |
3202 * vc.el (vc-do-command): Set the default directory of the *vc* | |
3203 buffer to the directory containing FILE. | |
3204 | |
3205 1992-12-09 Roland McGrath (roland@wookumz.gnu.ai.mit.edu) | |
3206 | |
3207 * info.el (Info-{first,second,third,fourth,fifth}-menu-item): Removed. | |
3208 (Info-nth-menu-item): New function; bound to 1..9. | |
3209 | |
40965 | 3210 1992-12-08 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3211 |
3212 The find-file-name-handler function in ../src/fileio.c is now | |
3213 callable from lisp; use it instead of writing out its code. | |
3214 * dired-aux.el (dired-compress-file): Just that. | |
3215 * dired.el (dired-uncache): Just that. | |
3216 * files.el (file-local-copy, file-truename, | |
3217 file-name-sans-versions, make-directory, save-buffers-kill-emacs): | |
3218 Just that. | |
3219 * ls-lisp.el (insert-directory): Just that. | |
3220 | |
3221 * ange-ftp.el (ange-ftp-unhandled-file-name-directory): New | |
3222 function. Set ange-ftp's `unhandled-file-name-property' to its | |
3223 name. | |
3224 | |
40965 | 3225 1992-12-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3226 |
3227 * lpr.el (lpr-switches, lpr-command): Make these defvars, not | |
3228 defconsts. | |
3229 | |
40965 | 3230 1992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3231 |
3232 * c-mode.el (c-fill-paragraph): When trying to make sure that the | |
3233 comment ender isn't on its own line, don't signal an error if | |
3234 there is no comment ender. | |
3235 | |
40965 | 3236 1992-12-03 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3237 |
3238 * sendmail.el (mail-self-blind, mail-interactive, | |
3239 mail-yank-ignored-headers): Make these defvars, not defconsts. | |
3240 Otherwise, they wipe out the user's customizations when we | |
3241 autoload sendmail.el. | |
3242 | |
40965 | 3243 1992-12-01 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3244 |
3245 * hanoi.el (hanoi): If pole-spacing is odd, round down, not up. | |
3246 To see if the window is wide enough, just check if one half of a | |
3247 ring will fit inside pole-spacing. | |
3248 | |
3249 1992-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3250 | |
3251 * add-log.el (add-change-log-entry): | |
3252 Expand file-name again after chasing links. | |
3253 | |
3254 1992-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3255 | |
3256 * vc.el (vc-next-action): Undo previous change. | |
3257 | |
40965 | 3258 1992-11-19 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3259 |
3260 * vc.el (vc-next-action): Pass t as NOQUERY argument to | |
3261 vc-resynch-window here too. This means that all uses of | |
3262 vc-resynch-window pass t; I'm going to wait until I understand the | |
3263 situation better before I rip out the NOQUERY argument | |
3264 altogether. | |
3265 | |
3266 * vc.el (vc-revert-buffer1): Try to preserve the position of mark | |
3267 as well as point. | |
3268 (vc-position-context, vc-find-position-by-context): New functions | |
3269 to help with that, made out of the old innards of vc-revert-buffer1. | |
3270 | |
40965 | 3271 1992-11-18 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3272 |
3273 * fortran.el: New version of version 1.30 (!) from Stephen A. Wood | |
3274 <saw@hallc1.cebaf.gov> | |
3275 | |
40965 | 3276 1992-11-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3277 |
3278 * fortran.el: New version (1.30) from "Stephen A. Wood" | |
3279 <saw@hallc1.cebaf.gov> | |
3280 | |
3281 * subr.el (lambda): Doc fix. | |
3282 | |
40965 | 3283 1992-11-15 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3284 |
3285 * simple.el (comment-column): Doc fix. | |
3286 | |
40965 | 3287 1992-11-13 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3288 |
3289 * paths.el (rmail-spool-directory): Add dgux-unix to the list of | |
3290 systems which put their mail in "/usr/mail". | |
3291 | |
3292 * lpr.el (lpr-command, lpr-switches): Removed strings starting | |
3293 with \newline; this file is loaded in loaddefs.el, and doesn't | |
3294 need to follow that convention. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
3295 |
25830 | 3296 * lpr.el (lpr-command): Add dgux-unix to the list of systems which |
3297 want "lp". | |
3298 | |
40965 | 3299 1992-11-12 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3300 |
3301 * bytecomp.el: Declare unread-command-char an obsolete variable. | |
3302 * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, | |
3303 vip-prefix-arg-com): Use unread-command-event instead of | |
3304 unread-command-char; respect its new semantics. | |
3305 * simula.el (simula-electric-label): Same. | |
3306 * comint.el (comint-dynamic-list-completions): Same. | |
3307 * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit): | |
3308 Same. | |
3309 * ehelp.el (electric-help-command-loop): Same. | |
3310 * electric.el (Electric-command-loop): Same. | |
3311 * emerge.el (emerge-show-file-name): Same. | |
3312 * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily): | |
3313 Same. | |
3314 * gnus.el (gnus-Subject-next-article): Same. | |
3315 * info.el (Info-summary): Same. | |
3316 * isearch-mode.el (isearch-update, isearch-unread): Same. | |
3317 * map-ynp.el (map-y-or-n-p): Same. | |
3318 * mlsupport.el (push-back-character): Same. | |
3319 * replace.el (perform-replace): Same. | |
3320 * simple.el (prefix-arg-internal): Same. | |
3321 * subr.el (read-quoted-char, momentary-string-display): Same. | |
3322 * sun-mouse.el (mouse-second-hit): Same. | |
3323 * terminal.el (te-escape-extended-command-unread): Same. | |
3324 | |
3325 * emerge.el (emerge-file-names): Use `temp-buffer-show-function', | |
3326 not `temp-buffer-show-hook'. | |
3327 (emerge-combine-versions-edit): Fix misarranged cond expression; | |
3328 the t is an `else' clause, not a function call in the preceeding | |
3329 clause. | |
3330 | |
3331 * simula.el (simula-calculate-indent): Call backward-word with the | |
3332 appropriate argument. | |
3333 | |
3334 * vip.el (vip-delete-char, vip-delete-backward-char, ex-delete): | |
3335 Don't pass nil as a fourth argument to vip-append-to-register; it | |
3336 takes only three. | |
3337 (vip-mark-point, ex-mark): Pass required second argument to | |
3338 point-to-register. | |
3339 | |
3340 * bytecomp.el: (require 'backquote). | |
3341 | |
3342 * subr.el (lambda): Don't use backquotes in lambda's definition. | |
3343 | |
3344 * disass.el (byte-compile): Specify that the 'byte-compile feature | |
3345 is provided in the file "bytecomp". | |
3346 | |
40965 | 3347 1992-11-11 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3348 |
3349 * ange-ftp.el (ange-ftp-repaint-buffer): Give this a non-hacky | |
3350 definition using (message nil). | |
3351 (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the | |
3352 calls to ange-ftp-repaint-buffer. | |
3353 | |
3354 1992-11-11 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
3355 | |
3356 * c-mode.el (c-style-alist): Add quotes around C++ style name. | |
3357 | |
40965 | 3358 1992-11-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3359 |
3360 * rect.el (operate-on-rectangle): Use move-to-column's FORCE | |
3361 argument instead of implementing it ourselves. | |
3362 (rectangle-coerce-tab): No longer used; deleted. | |
3363 | |
3364 * rect.el (open-rectangle): Leave point at the upper corner of the | |
3365 rectangle just opened, in imitation of open-line. Fix doc typo. | |
3366 (open-rectangle-line): Use skip-chars-backward's LIM argument to | |
3367 leave spaces before the line segment's beginning undisturbed. | |
3368 | |
3369 * rect.el: Provide 'rect. | |
3370 | |
3371 1992-11-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3372 | |
3373 * vc.el (vc-cancel-version): Use yes-or-no-p. | |
3374 | |
3375 1992-11-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3376 | |
3377 * startup.el (after-init-hook): Doc fix. | |
3378 | |
40965 | 3379 1992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
3380 | |
3381 * isearch.el (isearch-frames-exist): This isn't what we want - | |
25830 | 3382 replaced by... |
3383 (isearch-gnu-emacs-events): non-nil if should expect events in the | |
3384 style generated by GNU Emacs 19. Set if set-frame-height is | |
3385 fboundp; this is true on any GNU Emacs 19, whether or not it was | |
3386 compiled with multiple frame support. | |
3387 (isearch-mode-map): Test isearch-gnu-emacs-events instead of | |
3388 isearch-frames-exist to see if we should bind switch-frame events. | |
3389 (isearch-update): Test isearch-gnu-emacs-events instead of | |
3390 isearch-frames-exist to see if unread-command-char's quiescent | |
3391 value is nil or -1. | |
3392 | |
3393 * simple.el (previous-line): Doc fix. | |
3394 | |
3395 1992-11-05 Stephen A. Wood (saw@cebaf.gov) | |
3396 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
3397 * fortran.el: version 1.28.8 |
25830 | 3398 (fortran-indent-to-column): Make turning of lines that begin with |
3399 `fortran-continuation-string' into properly formated continuation | |
3400 lines work for fortran TAB mode. | |
3401 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
3402 * fortran.el: version 1.28.7a |
25830 | 3403 Cleaned up some doc strings. |
3404 | |
3405 (fortran-abbrev-help, fortran-prepare-abbrev-list-buffer): Use | |
3406 `insert-abbrev-table-description' and make buffer in abbrevs-mode. | |
3407 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
3408 * fortran.el: version 1.28.7 |
25830 | 3409 Many changes since version 1.28.3. Added auto-fill-mode, support |
40965 | 3410 for some Fortran 90 statements. Adjust comments to conform to new |
25830 | 3411 gnu conventions. |
3412 | |
3413 (fortran-mode): Fix `comment-line-start-skip' by changing \\1 to | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
3414 \\2 and include cpp statements in matching. Changes for auto fill. |
25830 | 3415 |
3416 (fortran-auto-fill-mode, fortran-do-auto-fill, | |
3417 fortran-break-line): New functions to implement auto fill. | |
3418 | |
3419 (fortran-indent-line, fortran-reindent-then-newline-and-indent): | |
3420 Added auto fill support. | |
3421 | |
3422 (find-comment-start-skip, is-in-fortran-string-p): New functions. | |
3423 | |
3424 (fortran-electric-line-number): Works better in overwrite mode. | |
3425 | |
3426 (fortran-indent-comment, fortran-indent-line, | |
3427 fortran-indent-to-column): Use find-comment-start-skip instead of | |
3428 searching for `comment-start-skip'. | |
3429 | |
3430 (fortran-mode, calculate-fortran-indent): Added indentation | |
3431 for fortran 90 statements. | |
3432 | |
3433 (fortran-next-statement, fortran-previous-statement): Bug fixes. | |
3434 | |
3435 (fortran-mode, calculate-fortran-indent, | |
3436 fortran-setup-tab-format-style, fortran-setup-fixed-format-style): | |
40965 | 3437 `fortran-comment-line-column' meaning changed. Now defaults to 0. |
25830 | 3438 |
3439 1992-11-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3440 | |
3441 * term/x-win.el: (command-switch-alist, x-switch-definitions): | |
3442 -ib was used for two things. Use -itype for icon type. | |
3443 | |
3444 1992-11-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3445 | |
3446 * term/x-win.el (command-switch-alist, x-switch-definitions): | |
3447 -ib was used for two things. Use -itype for icon type. | |
3448 | |
40965 | 3449 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3450 |
3451 * term/x-win.el: Moved functions to support selections and cut | |
3452 buffers out from amidst the X initialization code. | |
3453 | |
3454 * simple.el (kill-line): Don't shift point before doing the | |
3455 delete. | |
3456 | |
3457 * startup.el (normal-top-level): Don't worry about setting | |
3458 default-directory to PWD if PWD is shorter. And, if PWD isn't | |
3459 accurate, delete it. | |
3460 | |
40965 | 3461 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3462 |
3463 * compile.el (compile-internal): Use NAME-OF-MODE in the prompt | |
3464 when offering to kill an existing process. | |
3465 | |
3466 * autoload.el (make-autoload): When creating an autoload | |
3467 invocation for a macro, pass (list 'quote 'macro) as the sixth | |
3468 argument, not just t. autoload's sixth argument is now a type | |
3469 instead of just a boolean value, so we should use a value which | |
3470 reflects that. | |
3471 | |
3472 * cl.el: New version - 3.0 - from Cesar Quiroz. | |
3473 | |
3474 * etags.el (find-tag-noselect): Doc fix. | |
3475 | |
3476 1992-11-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3477 | |
3478 * rect.el (insert-rectangle): Put mark at upper left corner. | |
3479 | |
3480 * dired-aux.el (dired-mark-confirm): For `compress', | |
3481 say `Compress or uncompress'. | |
3482 (dired-map-over-marks-check): Likewise. | |
3483 | |
3484 1992-11-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3485 | |
3486 * isearch-mode.el (isearch-search): Handle all sorts of errors | |
3487 from regexp search. | |
3488 | |
3489 1992-10-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3490 | |
3491 * files.el (make-directory): Renamed from make-directory-path. | |
3492 Optional argument says whether to create parent dirs. | |
3493 Invoke file-name handler here. | |
3494 (after-find-file): Delete code that offers to create dir. | |
3495 Instead, just print a message. | |
3496 | |
3497 * bytecomp.el (byte-compile-lambda): | |
3498 Don't compile the interactive spec if it is a call to `list'. | |
3499 | |
40965 | 3500 1992-10-30 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3501 |
3502 * ange-ftp.el: Tighten the regular expression used in | |
3503 file-name-handler-alist to recognized ange-ftp filenames; the | |
3504 slash, username and hostname must be at the start of the filename, | |
3505 not just anywhere in the filename. | |
3506 | |
3507 1992-10-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3508 | |
3509 * tabify.el: Doc fix. | |
3510 | |
3511 1992-10-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3512 | |
3513 * vc.el (vc-admin): Pass t as noquery arg to vc-resynch-window. | |
3514 | |
3515 * paths.el (manual-program): Always use /usr/ucb/man if that exists. | |
3516 | |
3517 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3518 | |
3519 * fortran.el (fortran-tab-mode): Add defvar. | |
3520 (fortran-analyze-file-format): Bind i. | |
3521 (fortran-tab-mode-string): Add defvar. | |
3522 (fortran-tab-mode): Use `arg' as variable, not as function. | |
3523 (fortran-prepare-abbrev-list-buffer): New function. | |
3524 (fortran-abbrev-help): Call that. | |
3525 (fortran-window-create): Use screen-width, not frame-width. | |
3526 | |
3527 * info.el: Rename buffer-flush-undo to buffer-disable-undo. | |
3528 (Info-goto-emacs-key-command-node): Fix typo. | |
3529 (Info-menu-item-sequence): Commented out. | |
3530 (Info-follow-nearest-node): Use new event format. | |
3531 Select the window clicked on. | |
3532 | |
3533 * vc.el (vc-log-file, vc-log-version): Declared. | |
3534 | |
3535 * simple.el (shell-command-on-region): | |
3536 Use region-beginning and region-end, in interactive spec. | |
3537 | |
3538 1992-10-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3539 | |
3540 * isearch-mode.el (isearch-edit-string): | |
3541 Bind cursor-in-echo-area only around read-char/allocate-event. | |
3542 | |
3543 1992-10-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3544 | |
3545 * vc-hooks.el (vc-prefix-map): Put vc-diff on = and vc-directory on d. | |
3546 | |
3547 * vc.el (vc-resynch-window): New arg NOQUERY. | |
3548 Pass it to vc-revert-buffer1. | |
3549 (vc-checkout, vc-finish-logentry, vc-revert-buffer, vc-finish-steal): | |
3550 Supply t as NOQUERY arg for vc-resynch-window. | |
3551 (vc-next-action): | |
3552 Don't revert workfile from master if buffer is modified. | |
3553 | |
3554 1992-10-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3555 | |
3556 * files.el (set-visited-file-name): Change the auto save file name. | |
3557 | |
3558 * macros.el (insert-kbd-macro): Replace nonprinting chars with escapes. | |
3559 If arg is empty, use last macro as default. | |
3560 | |
3561 * sendmail.el (mail-aliases): Doc fix. | |
3562 | |
3563 * help.el (describe-function): Print `an autoloaded', not `a ...'. | |
3564 | |
3565 * simple.el (goal-column): Don't put the defvar inside the | |
3566 make-variable-buffer-local. | |
3567 | |
3568 1992-10-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3569 | |
3570 * dired.el (dired-chown-program): | |
3571 Treat silicon-graphics-unix like usg-unix-v. | |
3572 | |
3573 * rmail.el (rmail-mode-map): Delete binding of M-r (use global one). | |
3574 | |
3575 * lpr.el (lpr-command): | |
3576 Treat hpux and silicon-graphics-unix like usg-unix-v. | |
3577 | |
3578 * rmailout.el (rmail-output-to-rmail-file): Call abbreviate-file-name. | |
3579 | |
3580 * files.el: Doc fixes. | |
3581 | |
3582 1992-10-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3583 | |
3584 * simple.el (comment-region): Do move to next line, in neg arg case. | |
3585 | |
3586 * isearch-mode.el (isearch-mode-map): Make the top-level keymap dense. | |
3587 Explicitly bind control characters at that level. | |
3588 | |
3589 * files.el (file-truename): Check for root by seeing if | |
3590 directory-file-name returns same as DIR. | |
3591 Look for a file-truename handler for the file name. | |
3592 * vc-hooks (vc-registered): Look for a vc-registered handler. | |
3593 But only if file-name-handler-alist is bound. | |
3594 * ange-ftp.el: Add dummy handlers for file-truename and vc-registered. | |
3595 (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host): | |
3596 (ange-ftp-add-dumb-unix-host): | |
3597 Use default-directory, not dired-directory. | |
3598 (ange-ftp-allow-child-lookup): Eliminate dired-local-variables-file. | |
3599 | |
3600 * mailalias.el (mail-aliases): Add definition here. | |
3601 | |
3602 1992-10-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3603 | |
3604 * add-log.el (add-log-current-defun): Add condition-case around | |
3605 the body, so at worst we return nil. | |
3606 | |
3607 1992-10-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3608 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
3609 * paragraphs.el (kill-sentence, backward-kill-sentence): |
25830 | 3610 (kill-paragraph, backward-kill-paragraph): |
3611 Don't change point before calling kill-region. | |
3612 | |
3613 * sendmail.el (mail-setup): | |
3614 Call build-mail-aliases, not mail-abbrev-setup. | |
3615 (sendmail-send-it): Call expand-mail-aliases. | |
3616 | |
3617 * mailalias.el: Doc fixes. | |
3618 | |
3619 * mailabbrev.el: Delete version 18 compatibility stuff. | |
3620 (mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs): | |
3621 (merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'. | |
3622 (mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer. | |
3623 (mail-abbrev-next-line): Renamed from abbrev-hacking-next-line. | |
3624 | |
3625 * isearch-mode.el (isearch-mode-map): Use sparse keymaps. | |
3626 Start printing-char loop at SPC. | |
3627 | |
3628 * rmailsort.el (rmail-sort-messages): | |
3629 Give up right away if not Rmail mode. | |
3630 | |
3631 1992-10-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3632 | |
3633 * replace.el (occur): Always search entire buffer. | |
3634 | |
40965 | 3635 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3636 |
3637 * mouse.el (mouse-tear-off-window): New function. | |
3638 | |
3639 1992-10-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3640 | |
3641 * mouse.el (mouse-set-region): New command. Bind drag-mouse-1 to it. | |
3642 | |
3643 1992-10-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3644 | |
3645 * telnet.el (telnet): Wait for telnet output before sending `open'. | |
3646 | |
40965 | 3647 1992-10-14 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3648 |
3649 * files.el (file-truename): The variable ~ should be considered an | |
40965 | 3650 absolute pathname; handle it correctly. Concatenate the directory |
25830 | 3651 onto the filename in the correct order. |
3652 | |
3653 1992-10-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3654 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
3655 * isearch-mode.el (isearch-mode-map): Bind t in top-level map |
25830 | 3656 and in the submap for meta keys. Don't bind the individual chars. |
3657 | |
3658 1992-10-12 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
3659 | |
3660 * etags.el (visit-tags-table-buffer): When trying to pick table, call | |
3661 tags-expand-table-name on alternatives that might be nil. | |
3662 (tags-table-files): Don't call visit-tags-table-buffer; assume we | |
3663 are there. | |
3664 | |
3665 1992-10-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3666 | |
3667 * picture.el (edit-picture): Run picture-mode-hook. | |
3668 | |
40965 | 3669 1992-10-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3670 |
3671 * dired-aux.el (dired-compress-file): Change references to | |
3672 `from-file' to use `file'; the former only works because | |
3673 dired-compress-file is only called by dired-compress, which binds | |
3674 from-file. | |
3675 | |
3676 * rmail.el (rmail-mode): Make this autoload; we might find a file | |
3677 whose first line local variables want to put it in RMAIL mode; | |
3678 that ought to work. | |
3679 | |
3680 1992-10-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3681 | |
3682 * comint.el (comint-last-input-match): defvar moved up. | |
3683 | |
3684 * files.el (buffer-file-number): New variable. | |
3685 (find-file-noselect): Record the file's filenum and devnum. | |
3686 Notify if any buffer has the same values. | |
3687 (basic-save-buffer): Save new filenum and devnum. | |
3688 For file-precious-flag, pass real name as VISIT arg of write-region. | |
3689 (set-visited-file-name): Likewise. | |
3690 Clear buffer-file-{number,truename} if now visiting no file. | |
3691 | |
3692 1992-10-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3693 | |
3694 * rmail.el (mail-unsent-separator): Handle "Message text follows". | |
3695 | |
3696 * files.el (hack-one-local-variables): New subroutine. | |
3697 (hack-local-variables-prop-line): New function. | |
3698 (hack-local-variables): Use them both. | |
3699 (ignored-local-variables): New variable. | |
3700 | |
3701 * files.el (file-truename): New function. | |
3702 (find-file-noselect): Look for buffer with same truename. | |
3703 Warn about it; optionally find it. Set buffer-file-truename. | |
3704 (set-visited-file-name): Set buffer-file-truename. | |
3705 (buffer-file-truename): New var, permanent local in all buffers. | |
3706 (find-file-visit-truename, find-file-compare-truenames): New options. | |
3707 | |
3708 1992-10-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3709 | |
3710 * rmail.el (mail-unsent-separator): Allow "original message" as | |
3711 alternative. Allow extra dashes and spaces. | |
3712 (rmail-retry-failure): Ignore case while searching for unsent sep. | |
3713 | |
3714 * add-log.el (add-log-current-defun): In normal C case, | |
3715 start with beginning-of-line. | |
3716 In last (fallback) case, start with end-of-line. | |
3717 (add-log-current-defun-header-regexp): In first alternative | |
3718 within the parens, don't allow space as last character. | |
3719 | |
3720 * cust-print.el (custom-prin1-chars): | |
3721 Var defined, and renamed from prin1-chars. | |
3722 (circle-tree, circle-table): Define vars. | |
3723 (cust-print-vector, cust-print-list): Rename level to circle-level. | |
3724 (cust-print-top-level): Likewise. | |
3725 (circle-level): Var defined. | |
3726 | |
3727 * cmuscheme.el (inferior-scheme-filter-regexp): | |
3728 Move definition of this var up before first use. | |
3729 (scheme-buffer): Define variable. | |
3730 | |
3731 * cmulisp.el (cmulisp-mode): Eliminate compatibility code calling | |
3732 lisp-mode-variables with no arg. | |
3733 (cmulisp-mode-map): Use shared-lisp-mode-map as tail. | |
3734 (cmulisp-args-to-list): Fix typo in recursive call. | |
3735 (cmulisp-buffer): Define variable. | |
3736 | |
3737 * files.el (hack-local-variables): Ignore attempts to bind | |
3738 enable-local-eval. | |
3739 | |
3740 1992-10-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3741 | |
3742 * cust-print.el: CP:: changed to cust-print- in all names. | |
3743 Lots of doc fixes. | |
3744 | |
3745 1992-10-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3746 | |
3747 * add-log.el (add-log-current-defun): Catch errors checking for DEFUN. | |
3748 | |
3749 1992-10-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3750 | |
3751 * vc.el (vc-steal-lock): Use mail-setup, and do like `mail'. | |
3752 Supply vc-finish-steal as an action on sending. | |
3753 (vc-finish-steal): Delete the code to send the message. | |
3754 (vc-backend-steal): Put filename after options in rcs commands. | |
3755 Delete the workfile after the rcs -M -u. | |
3756 | |
3757 1992-10-05 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu) | |
3758 | |
3759 * rmail.el (rmail-first-unseen-message): Don't show the message, | |
3760 just return its number, if there was an unseen message. | |
3761 (rmail): Check for unseen messages before calling | |
3762 rmail-get-new-mail. After getting the new mail, call | |
40965 | 3763 rmail-show-message to show the pre-existing unseen message, or if |
25830 | 3764 that is nil, the current message, which rmail-get-new-mail sets to |
3765 the first new message. | |
3766 | |
3767 1992-10-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3768 | |
3769 * isearch-mode.el (isearch-ring-advance-edit): Delete spurious `)'. | |
3770 | |
3771 * info.el (Info-restore-point): Delete duplicate definition. | |
3772 | |
3773 1992-10-05 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
3774 | |
3775 * vc.el (vc-backend-checkin): | |
3776 Change buffers to get local value of vc-checkin-switches. | |
3777 | |
3778 * vc.el (vc-backend-checkin): | |
3779 Use apply on vc-do-command: vc-checkin-switches is a | |
3780 list. | |
3781 | |
3782 1992-10-05 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
3783 | |
3784 * vc.el (vc-checkin-switches): New defvar. | |
3785 (vc-backend-checkin): Pass vc-checkin-switches to prog. | |
3786 | |
3787 1992-10-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3788 | |
3789 * ls-lisp.el (insert-directory): Renamed from dired-ls. | |
3790 All other functions renamed to start with ls-lisp. | |
3791 | |
3792 * ls-lisp.el: New file from Kremer. | |
3793 | |
3794 1992-10-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3795 | |
3796 * fill.el (fill-paragraph): Don't actually change point before | |
3797 calling fill-region-as-paragraph. | |
3798 (fill-region-as-paragraph): Save point on undo list at start. | |
3799 | |
3800 1992-10-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3801 | |
3802 * simple.el (insert-buffer): Before reading arg, barf if read-only. | |
3803 | |
40965 | 3804 1992-10-03 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 3805 |
3806 * mouse.el: Begin adapting this to the new event format. | |
3807 (event-window, event-point, mouse-coords, mouse-timestamp): | |
3808 Removed. | |
3809 (event-start, event-end, posn-window, posn-point, posn-col-row, | |
3810 posn-timestamp): New accessors; these are defsubsts. | |
3811 (mouse-delete-window, mouse-delete-other-windows, | |
3812 mouse-split-window-vertically, mouse-set-point): Rewritten to use | |
3813 the new accessors. | |
3814 | |
3815 * mouse.el: Remove hack of binding down-mouse-1. | |
3816 | |
3817 * mouse.el (mouse-movement-p): Add docstring for this. | |
3818 | |
3819 1992-10-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3820 | |
3821 * simple.el (open-line): Shield undo from the hack to insert at pt-1. | |
3822 | |
3823 1992-10-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3824 | |
3825 * man.el (nuke-nroff-bs): 4 lines after header was 1 too many. | |
3826 Likewise for 10 before the header. | |
3827 | |
3828 1992-10-01 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
3829 | |
3830 * compile.el (compilation-parse-errors): Save (match-beginning 0) | |
3831 in a variable, so the looking-at call doesn't clobber its value | |
3832 when we want to use it to back up before the error we discard. | |
3833 Make sure compilation-error-list is at least two elts long before | |
3834 checking its first two elts for being in the same file. | |
3835 | |
3836 1992-09-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3837 | |
3838 * simple.el (kill-word): Don't change point before calling kill-region. | |
3839 (delete-indentation): Don't go beyond eob, comparing with fill-prefix. | |
3840 | |
40965 | 3841 1992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 3842 |
3843 * gud.el (gud-last-frame): Added defvar for this. | |
3844 | |
3845 1992-09-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3846 | |
3847 * info.el (Info-follow-nearest-node): Handle line breaks after *note. | |
40965 | 3848 Fix interactive spec. Doc fix. Put on mouse-3. |
25830 | 3849 |
3850 1992-09-30 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
3851 | |
3852 * compile.el (compilation-parse-errors): After we get enough errors | |
3853 to stop early, toss the last one (which is for a different file), | |
3854 so we don't lose the same way on the next run. | |
3855 | |
3856 1992-09-29 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
3857 | |
3858 * compile.el (compilation-parse-errors): When we reach | |
3859 FIND-AT-LEAST errors, keep going until we have seen all the | |
3860 consecutive errors in the same file. | |
3861 | |
3862 1992-09-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3863 | |
3864 * sendmail.el (mail-send-and-exit): Do other-buffer before bury-buffer. | |
3865 | |
3866 * rmail.el (mail-unsent-separator): Add another alternative. | |
3867 | |
40965 | 3868 1992-09-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 3869 |
3870 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value): | |
3871 Use x-get-cut-buffer and x-set-cut-buffer, instead of expecting | |
3872 x-selection-value to manipulate the cut buffers. | |
3873 | |
3874 * term/x-win.el (x-cut-buffer-or-selection-value): Treat | |
3875 selections whose value is the empty string like unset selections. | |
3876 This allows us to truncate cut buffers to the empty string (if the | |
3877 text is too large, say) without causing | |
3878 interprogram-paste-function to wipe out the latest kill. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
3879 |
25830 | 3880 * gud.el: When we send a command to the debugger via gud-call, |
3881 it's annoying to see the command and the new prompt in the | |
3882 debugger interaction buffer; nuke the command and the old prompt. | |
3883 (gud-delete-prompt-marker): New variable, with extensive documentation. | |
3884 (gud-mode): Make gud-delete-prompt-marker buffer-local, and | |
3885 initialize it. | |
3886 (gud-filter-insert): If gud-delete-prompt-marker is set, delete | |
3887 the prompt, and clear gud-delete-prompt-marker. | |
3888 (gud-call): Arrange for the last prompt printed to get deleted, by | |
3889 setting gud-delete-prompt-char. | |
3890 | |
3891 * gud.el (gud-def): Doc fix. | |
3892 (gud-gdb-marker-filter, gud-sdb-marker-filter, | |
3893 gud-dbx-marker-filter): Rename the argument `s' or `str' to | |
3894 `string', and change all uses; these definitions were referring to | |
3895 `string', which is unbound in the lexical context, but which | |
3896 happens to end up being bound to the right thing by the caller, | |
3897 gud-filter. | |
3898 (sdb): Set comint-prompt-regexp, not comint-prompt-pattern; the | |
3899 latter doesn't exist. | |
3900 (gud-dbx-debugger-setup): Use the argument `f', not the variable | |
3901 `file', which happens to be bound in the caller. | |
3902 (gud-filter-insert): The variable `start' is never used. The | |
3903 variable `moving' is unnecessary. The variable `old-buffer' and | |
3904 the unwind-protect form are unneeded, since save-excursion can do | |
3905 their work. The binding of output-after-point should be done after | |
3906 switching to the process's buffer, not in whatever random buffer | |
3907 happens to be current when the process filter is called. There's | |
3908 no need to set the process mark if we've just inserted at its | |
3909 location using insert-before-markers. | |
3910 (gud-read-address): Don't bother setting the variable `result'; it | |
3911 is never used. | |
3912 | |
3913 1992-09-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3914 | |
3915 * ange-ftp.el (ange-ftp-kill-ftp-process): Delete spurious ". | |
3916 | |
3917 * files.el (file-relative-name-1): New function split out. | |
3918 (file-relative-name): Use it. | |
3919 | |
3920 * timer.el (timer-process-sentinel): Don't set timer-scratch. | |
3921 | |
3922 * ws-mode.el (ws-mark-word): Use forward-word, with an arg, | |
3923 instead of backward-word. | |
3924 (wordstar-mode): Move after definition of keymap. | |
3925 (ws-move-block): Just two args for kill-region. | |
3926 | |
3927 * vc.el (vc-rename-file): Use OLD, not FILE which is unbound. | |
3928 | |
3929 * two-column.el: Use frame-width instead of screen-width. | |
3930 | |
3931 1992-09-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3932 | |
3933 * map-ynp.el: Use (function ...) around lambdas, so it works in v18. | |
3934 | |
3935 1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3936 | |
3937 * vc.el (vc-update-change-log): Use file-relative-name. | |
3938 | |
3939 1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3940 | |
3941 * files.el (file-relative-name): | |
3942 Rewritten so unrelativizable file names win. | |
3943 | |
3944 1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3945 | |
3946 * files.el (file-relative-name): Don't lose when DIRECTORY is nil. | |
3947 | |
3948 * files.el (file-relative-name): New function. | |
3949 | |
3950 1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3951 | |
3952 * vc.el (vc-checkin-hook): New user hook variable. | |
3953 (vc-log-after-operation-hook): New internal defvar. | |
3954 (vc-checkin): Set vc-log-after-operation-hook to 'vc-checkin-hook. | |
3955 (vc-finish-logentry): (run-hooks vc-log-after-operation-hook) at end. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
3956 |
25830 | 3957 (vc-update-change-log): When doing all visited files, remove directory |
3958 names from file names that are in default-directory. | |
3959 | |
3960 * vc.el (vc-update-change-log): | |
3961 Use shell-command, not shell-command-on-region. | |
3962 Take optional args to pass to script. | |
3963 Add fancy interactive spec: C-u for current file only; | |
3964 M-0 for all visited. | |
3965 | |
3966 1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3967 | |
3968 * find-dired.el: New version from sk. | |
3969 Changed copyright owner to FSF, and updated year. | |
3970 (find-grep-dired): Use ! -type d, not -type f. | |
3971 | |
3972 1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3973 | |
3974 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
3975 (vc-mode-line): Add interactive spec. | |
3976 | |
3977 1992-09-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3978 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
3979 * two-column.el (tc-window-width, tc-separator, tc-other): |
25830 | 3980 Add permanent-local property. |
3981 (tc-two-columns): Renamed from tc-split. | |
3982 (tc-split): Renamed from tc-unmerge. Put it on C-x 6 s. | |
3983 Use make-local-variable on tc-separator. | |
3984 | |
3985 * spook.el (spook): Make it autoload. | |
3986 | |
3987 * gomoku.el (gomoku): Make it autoload. | |
3988 | |
3989 * mpuz.el: Fix setup of mpuz-read-map not to depend on keymap format. | |
3990 (mpuz): Renamed from mult-puzzle. Make it autoload. | |
3991 | |
40965 | 3992 * setenv.el (setenv): Doc fix. Make it autoload. |
25830 | 3993 |
3994 * diff.el (diff): Don't print echo area message. | |
3995 (diff-parse-differences): Always add `done' to message, at end. | |
3996 New local num-loci-found counts the loci. | |
3997 | |
3998 * mouse.el (mouse-split-window-vertically): Use @. | |
3999 (mouse-split-window-horizontally): New command. | |
4000 Use S-mouse-2 for them. | |
4001 (mouse-delete-window): Put on mode-line mouse-3. | |
4002 (mouse-save-then-kill): New command, on mouse-3. | |
4003 (mouse-delete-other-windows): Use @. Now on mode-line mouse-1. | |
4004 (mouse-scroll-down, mouse-scroll-up): Use e, get line from event. | |
4005 (mouse-scroll-move-cursor): Likewise. | |
4006 (mouse-scroll-left, mouse-scroll-right): Likewise for column. | |
4007 (mouse-scroll-move-cursor-horizontally): Likewise. | |
4008 | |
4009 1992-09-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4010 | |
4011 * files.el (after-find-file): New arg NOAUTO. | |
4012 (revert-buffer, recover-file): Pass t for that arg. | |
4013 | |
40965 | 4014 1992-09-23 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
4015 | |
4016 * cal-mayan.el (calendar-print-mayan-date): Fix conversion in | |
4017 output message. | |
25830 | 4018 |
4019 1992-09-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4020 | |
4021 * c-mode.el (calculate-c-indent): When testing for function-start line, | |
4022 always match the first paren if have more than one. | |
4023 | |
4024 1992-09-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4025 | |
4026 * vms-pmail.el: New file. | |
4027 | |
4028 * texinfo.el (texinfo-mode): Capitalize the mode name string. | |
4029 | |
4030 * mail-extr.el (mail-undo-backslash-quoting): Renamed from undo-... | |
4031 (mail-safe-move-sexp): Renamed from safe-... | |
4032 (mail-variant-method): Renamed from variant-method. | |
4033 | |
4034 * tq.el: Doc fixes. Make tq-create autoload. | |
4035 | |
4036 * keypad.el: File deleted (obsolete). | |
4037 | |
4038 * setenv.el (setenv): Add interactive spec. Use \\` for string beg. | |
4039 Improve error message. | |
4040 | |
4041 * isearch-mode.el (isearch-other-meta-char): Use isearch-unread. | |
4042 Support `edit' as search-exit-option. | |
4043 | |
4044 * recompile-startup.el: File deleted. | |
4045 | |
4046 * at386.el: Deleted from here; latest version moved into term. | |
4047 | |
4048 * c-mode.el (calculate-c-indent): When checking for DEFUN macro, | |
4049 stop moving down if reach eob. | |
4050 | |
4051 1992-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4052 | |
4053 * prompt.el: File deleted. | |
4054 | |
4055 * find-dired.el (start-process-shell-command): Deleted. | |
4056 | |
4057 * diff.el (diff-switches): Default is now -c. | |
4058 (diff-parse-differences): Use line beg as location of message. | |
4059 | |
4060 * c-mode.el (calculate-c-indent): When checking for DEFUN macro, | |
4061 stop moving down at line with # or /. | |
4062 (c-fill-paragraph): Set first-line whenever we find a comment start | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4063 on the current line. Protect text before the comment start |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4064 by excluding it from the region and adding spaces to bring back |
25830 | 4065 proper indentation of that point. |
4066 | |
4067 1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4068 | |
4069 * ange-ftp.el (ange-ftp-generate-anonymous-password): Default now t. | |
4070 ??? This file is waiting for papers from several people. | |
4071 | |
4072 * vms-patch.el (vms-command-line-again): New function. | |
4073 (vms-pmail-setup): Autoload added here. | |
4074 (vms-suspend-resume-hook): Handle envvars EMACS_COMMAND_ARGS and | |
4075 EMACS_FILE_LINE. | |
4076 | |
4077 * dired.el (dired-view-file, dired-up-directory): Test that | |
4078 dired-subdir-alist has more than one element, to use dired-goto-subdir. | |
4079 (dired-goto-file, dired-clean-up-after-deletion): Likewise. | |
4080 (dired-mark): Likewise, before dired-get-subdir. | |
4081 (dired-subdir-max): Likewise, before dired-next-subdir. | |
4082 | |
4083 * isearch-mode.el (isearch-done): Do push on ring if ring is empty. | |
4084 (isearch-edit-string): Get default from search ring. | |
4085 Don't set the default here. | |
4086 (search-last-string, search-last-regexp): Vars deleted. | |
4087 (search-highlight): No longer a user option. | |
4088 | |
4089 * subr.el (baud-rate): Defined. | |
4090 (substitute-key-definition): Understand today's keymap format. | |
40965 | 4091 New arg OLDMAP. Operate recursively on prefix keys. |
25830 | 4092 |
4093 * rmail.el (rmail-insert-inbox-text): Make the inbox file empty here | |
4094 if we rename it with rename-file here. | |
4095 (rmail-get-new-mail): Always try deleting the files in delete-files. | |
4096 | |
4097 1992-09-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4098 | |
4099 * lisp-mode.el (eval-last-sexp): Narrow before reading | |
4100 so don't read past point. | |
4101 | |
4102 * isearch-mode.el (isearch-mode): Change back to (baud-rate). | |
4103 | |
4104 * rmail.el (rmail-get-new-mail): Truncate inbox file if we | |
4105 fail to delete it, or if it's not in the ordinary mail spool dir. | |
4106 | |
4107 1992-09-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4108 | |
4109 * c-mode.el (calculate-c-indent): When checking for DEFUN macro, | |
4110 stop moving down at line with open-brace or close-brace. | |
4111 | |
4112 * ange-ftp.el (ange-ftp-file-name-as-directory): Fix typo. | |
4113 | |
40965 | 4114 1992-09-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4115 |
4116 * gud.el (gud-mode-map): Bind gud-refresh to C-c C-l, not C-c l; | |
4117 the latter is reserved for the user's purposes. | |
4118 | |
4119 1992-09-16 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu) | |
4120 | |
4121 * isearch-mode.el (isearch-ring-advance-edit): added missing | |
4122 closing paren to end of this function. | |
4123 | |
4124 1992-09-16 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
4125 | |
4126 * rmail.el (rmail-insert-inbox-text): Avoid "Getting mail from" | |
4127 message for zero-length files. | |
4128 | |
4129 1992-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4130 | |
4131 * term/x-win.el: Bind M-next to scroll-other-window. | |
4132 | |
4133 * etags.el (visit-tags-table-buffer): Only return nil if (null | |
4134 tags-table-list-pointer) when CONT is t, not anything non-nil. | |
4135 | |
4136 * etags.el (tags-apropos): Pass arg to tags-apropos-function. | |
4137 | |
4138 * mailabbrev.el: Delete comment about needing papers. We have them. | |
4139 | |
4140 * etags.el (tags-apropos): Start FIRST-TIME as t, not nil. | |
4141 Set it to nil inside the loop. | |
4142 | |
4143 1992-09-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4144 | |
4145 * simple.el (previous-history-element): Doc fix. | |
4146 | |
4147 * isearch-mode.el (isearch-event-data-type): | |
4148 Renamed from isearch-events-exist. | |
4149 (isearch-frames-exist): Set properly in Emacs 18. | |
4150 (isearch-mode): Use baud-rate as variable, not function. | |
4151 (isearch-abort): Use nil as 2nd arg to `signal'. | |
4152 (isearch-ring-advance-edit, isearch-ring-retreat-edit): Fns deleted. | |
4153 (isearch-ring-adjust-edit): Fns deleted. | |
4154 (isearch-done): Add new string to ring unless matches newest elt. | |
4155 Don't update the yank pointers. | |
4156 (isearch-repeat): Always use newest elt of ring. | |
4157 (isearch-mode): Set *search-ring-yank-pointer to nil. | |
4158 (isearch-edit-string): Set cursor-in-echo-area to nil after read-char. | |
4159 Use read-from-minibuffer and specify a ring as history. | |
4160 (*search-ring-yank-pointer): Value now integer or nil. | |
4161 (isearch-ring-adjust1): Modify yank pointer usage accordingly. | |
4162 | |
4163 1992-09-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4164 | |
4165 * dabbrev.el: Change provide to 'dabbrev from 'dabbrevs. | |
4166 | |
4167 * etags.el (find-tag-noselect, next-file, list-tags, tags-apropos): | |
4168 Call visit-tags-table-buffer with nil, not 'reset. | |
4169 (tags-expand-table-name): New function. | |
4170 (tags-table-list-member): New function. | |
4171 (tags-next-table): New function. | |
4172 (visit-tags-file): Folded into visit-tags-table-buffer. | |
4173 (tags-table-list-started-at): New defvar. | |
4174 (visit-tags-table-buffer): Rewritten. No longer groks 'reset arg. | |
4175 For 'same, just expand tags-file-name. | |
4176 For t, use tags-next-table, and skip over nonexistent files. | |
4177 Use tags-table-list-member to search lists. | |
4178 Set tags-table-list-started-at. | |
4179 (visit-tags-table): Use (visit-tags-table-buffer 'same) in place of | |
4180 visit-tags-file. | |
4181 (tags-table-parent-pointer-list): Doc fix. | |
4182 (tags-table-including): New function, subr of visit-tags-table-buffer. | |
4183 | |
40965 | 4184 1992-09-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4185 |
4186 * gud.el (gdb, sdb, dbx): Use C-c C-r ("resume") for continuing, | |
4187 instead of C-c C-c. C-c C-c should be comint-interrupt-subjob; | |
4188 it's important to have that available, and the C-c C-c binding is | |
4189 consistent with all the other comint-derived modes. | |
4190 | |
4191 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4192 | |
4193 * isearch-mode.el: Add global key bindings. | |
4194 (isearch-mode-map): Use only define-key, not aset. | |
4195 Don't try using length of keymap. | |
4196 (isearch-update): Handle unread-command-char properly for Emacs 19. | |
4197 (isearch-switch-frame-handler): Use select-frame to switch frames. | |
4198 (isearch-pre-command-hook): Commented out. | |
4199 (search-upper-case): Renamed from search-caps-disable-folding. | |
4200 | |
4201 1992-09-14 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
4202 | |
4203 * etags.el (visit-tags-file): Return t iff tags file exists. | |
4204 (visit-tags-table): Error if file doesn't exist. | |
4205 (tags-next-table): New function, code broken out from | |
4206 visit-tags-table-buffer. | |
4207 (visit-tags-table-buffer): Use it. | |
4208 Skip over nonexistent files in the tags-table-list. | |
4209 (find-tag-in-order): When (not FIRST-SEARCH), call | |
4210 visit-tags-table-buffer with 'same, not nil. | |
4211 | |
4212 * etags.el (visit-tags-file): Check for file being a directory here. | |
4213 (visit-tags-table-buffer): Not here. | |
4214 (visit-tags-table): Or here. | |
4215 | |
4216 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4217 | |
4218 * rmail.el (rmail-retry-failure): Bind off mail-signature and | |
4219 mail-setup-hook. | |
4220 (rmail-forward): Likewise. | |
4221 | |
4222 * loaddefs.el: Added autoloads for dabbrev. (That section got lost.) | |
4223 | |
4224 * simple.el (repeat-complex-command): Get rid of strings added | |
4225 to command-history by read-from-minibuffer. | |
4226 Don't bind minibuffer-history-variable here. | |
4227 (previous-matching-history-element): Read argument manually, | |
4228 with a special history list. Delete this command from command-history. | |
4229 Fix arithmetic for counting N. | |
4230 (next-matching-history-element): Likewise. | |
4231 (minibuffer-history-search-history): New variable. | |
4232 | |
4233 * simple.el (read-expression-map): New keymap, w/ lisp-complete-symbol. | |
4234 (eval-expression, edit-and-eval-command): Use read-expression-map. | |
4235 (repeat-complex-command): Likewise. | |
4236 | |
4237 1992-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4238 | |
4239 * compile.el: Fix first lines of doc strings. | |
4240 (compilation-sentinel): Use local value of compilation-finish-function. | |
4241 (compilation-num-errors-found): New variable. | |
4242 (compilation-parse-errors): Use that, not `nfound'. | |
4243 * diff.el (diff-parse-differences): Likewise. | |
4244 | |
4245 * lisp-mode.el (save-match-data): Define indentation. | |
4246 | |
4247 * files.el (file-local-copy): New function, replaces diff-prepare. | |
4248 | |
4249 * subr.el (save-match-data): New macro. | |
4250 * files.el (insert-directory): Use that macro. | |
4251 (file-name-sans-versions): Likewise. | |
4252 * dired-aux.el (dired-compress-file): Likewise. | |
4253 * diff.el (diff-old-file, diff-new-file): Vars declared. | |
4254 (diff-old-temp-file, diff-new-temp-file): Vars declared. | |
4255 (dired-add-entry): Pass t as wildcard arg to insert-directory. | |
4256 (diff): Use compilation-finish-function to delete temp files. | |
4257 | |
4258 * comint.el (comint-mode): Reinsert kill-all-local-variables. | |
4259 Delete kludges to preserve comint-ptyp and comint-input-ring. | |
4260 (comint-ptyp): Move declaration before uses. Make permanent. | |
4261 (comint-input-ring): Make permanent. | |
4262 (comint-input-ring-index): Declare it. | |
4263 | |
4264 * bytecomp.el (byte-compile-report-error): | |
4265 Set byte-compiler-have-errors. | |
4266 (byte-compile-file): Don't kill ` *Compiler Input*' buffer if error. | |
4267 Put input and output buffers in local vars when made. | |
4268 Make two separate save-excursion forms, excluding the call | |
4269 to byte-compile-from-buffer. | |
4270 | |
4271 * dired.el (dired-uncache): New function. | |
4272 (dired-revert, dired-insert-old-subdirs): Use it. | |
4273 (dired-view-file): Undo previous change. | |
4274 | |
40965 | 4275 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4276 |
4277 * mouse.el: Change uses of 'K' interactive spec to 'e'. | |
4278 | |
4279 1992-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4280 | |
4281 * diff.el (diff): Call diff-prepare. If we do have temporary files, | |
4282 tell diff to override their names in the listing; delete them at end. | |
4283 (diff-prepare): New function. | |
4284 | |
4285 * files.el (file-name-sans-versions): Support file-name-handler-alist. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4286 New arg KEEP-BACKUP-VERSION means don't delete backup versions. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4287 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4288 * dired.el (dired-display-file, dired-find-file-other-window): |
25830 | 4289 (dired-view-file, dired-find-file): Call file-name-sans-versions |
4290 to remove non-backup version numbers. | |
4291 | |
4292 * dired-aux.el (dired-compress-file): New function. | |
4293 (dired-compress): Call that, to compress and determine new name. | |
4294 | |
4295 * files.el (insert-directory): New function; based on dired-ls. | |
4296 Supports file-name-handler-alist. | |
4297 (insert-directory-program): New variable. | |
4298 * dired-aux.el (dired-add-entry, dired-insert-subdir-doinsert): | |
4299 Use insert-directory. | |
4300 * dired.el (dired-readin-insert): Use insert-directory. | |
4301 (dired-ls, dired-ls-program): Deleted. | |
4302 | |
4303 1992-09-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4304 | |
4305 * autoload.el (update-file-autoloads): Use beginning of specified line. | |
4306 | |
4307 * loaddefs.el: Sort alphabetically by file name. | |
4308 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4309 * files.el (backup-buffer): If backup file to copy into exists |
25830 | 4310 and is not writable, try deleting it. |
4311 | |
4312 * ange-ftp.el: New version from Andrew Norman. | |
4313 Modified to use file-name-handler-alist. | |
4314 Get rid of the dummy shell mode. | |
4315 Rename many variables used free to start with ange-ftp. | |
4316 Don't do anything special for revert-buffer. | |
4317 | |
4318 1992-09-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4319 | |
4320 * mouse.el (x-fixed-font-alist): New variable. | |
4321 (mouse-set-font): New function, now on C-mouse-3. | |
4322 | |
4323 * term/x-win.el (scroll-bar-mode): New function (and variable too). | |
4324 | |
4325 * dired.el (dired-next-subdir, dired-subdir-index): Moved here | |
4326 * dired-aux.el: From here. | |
4327 * dired.el (dired-build-subdir-alist): Don't print msg after each dir. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4328 Clarify final message. |
25830 | 4329 |
4330 * files.el (auto-mode-alist): Recognize ChangeLog.N as change-log-mode. | |
4331 Move *.N pattern for nroff mode after ChangeLog.N. | |
4332 | |
4333 1992-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4334 | |
4335 * add-log.el (add-log-current-defun): Use eq instead of = when one | |
4336 side might be nil. | |
4337 | |
40965 | 4338 1992-09-09 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
4339 | |
4340 * frame.el (frame-notice-user-settings): In situations where we | |
25830 | 4341 have to delete the existing frame and create a new one, redirect |
4342 the dying frame's focus to the new frame, so that characters typed | |
4343 ahead won't get lost. | |
4344 | |
4345 * frame.el (frame-notice-user-settings): Explicitly include | |
4346 default-frame-alist in the frame parameter lists; it was nil | |
4347 before the .emacs file was loaded, and now we have to make sure it | |
4348 takes effect. | |
4349 | |
4350 * subr.el (keyboard-translate): keyboard-translate-table is a C | |
4351 variable; it's never unbound. Assume it's bound, and create a new | |
4352 string if its current value is a non-array, or if the current | |
4353 array is too short to handle FROM or TO. | |
4354 | |
4355 1992-09-08 Joseph Arceneaux (jla@geech.gnu.ai.mit.edu) | |
4356 | |
4357 * mailabbrev.el (sendmail-pre-abbrev-expand-hook): Changed the | |
4358 structure of this function: Don't check to call | |
4359 mail-resolve-all-aliases unless we are actually in a header field | |
4360 where an abbrev should be expanded. | |
4361 | |
4362 1992-09-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4363 | |
4364 * c-mode.el (c-fill-paragraph): Fix the cases where point is before | |
4365 or after the comment. This uses new var comment-start-place. | |
4366 | |
40965 | 4367 1992-09-04 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4368 |
4369 * rmail.el (rmail-unix-mail-delimiter): Expand this to recognize | |
40965 | 4370 time zones after the date too. Re-arranged some of the whitespace |
25830 | 4371 matching, to facilitate factoring out the time zone regexp. |
4372 (rmail-nuke-pinhead-header): Deal with the timezone matched in | |
4373 either position. | |
4374 | |
4375 1992-09-04 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
4376 | |
4377 * server.el: Add provide. | |
4378 | |
4379 1992-09-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4380 | |
4381 * c-mode.el (calculate-c-indent): Delete stray setq of tem. | |
4382 (c-fill-paragraph): If line contains any comment, treat as comment. | |
4383 | |
4384 * add-log.el (change-log-mode): Match start of word at start of line. | |
4385 * page.el (forward-page): Handle page delim that matches null string. | |
4386 | |
4387 * rmail.el (rmail-mode): Doc fix. | |
4388 | |
4389 * shell.el (shell): Doc fix. | |
4390 | |
4391 * sendmail.el (mail-do-fcc): Copy code from Emacs 18 to add time zone. | |
4392 | |
40965 | 4393 1992-09-03 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4394 |
4395 * rmail.el (rmail-unix-mail-delimiter): Split this up and comment | |
4396 its various components so it looks a bit less like three lines of | |
4397 garbage. | |
4398 | |
4399 1992-09-02 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
4400 | |
4401 * compile.el (compile-goto-error): Move to bol before looking for | |
4402 the error. | |
4403 | |
40965 | 4404 1992-09-02 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4405 |
4406 * c-mode.el (c-auto-newline): Added backslashed before quotes in | |
4407 docstring. | |
4408 | |
4409 1992-09-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4410 | |
4411 * lpr.el (lpr-command): Make this autoload. | |
4412 | |
4413 * fill.el (justify-current-line): Fix escape syntax of regexp constant. | |
4414 | |
4415 1992-08-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4416 | |
4417 * files.el (enable-local-eval): Default value is `maybe'. | |
4418 (hack-local-variables): Ask just once about `eval:', not each time. | |
4419 | |
4420 1992-08-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4421 | |
4422 * loadup.el: Don't delete old DOC-M.N.O file if it doesn't exist. | |
4423 | |
4424 1992-08-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4425 | |
4426 * loadup.el: Delete old DOC-M.N.O file before copying to it. | |
4427 | |
4428 * c-mode.el (calculate-c-indent): Recognize the Emacs DEFUN macro. | |
4429 Do condition-case around sexp functions when checking for | |
4430 function arg decls. | |
4431 (c-fill-paragraph): Detect comment starting after code on current line. | |
4432 Exclude everything before line where comment starts. | |
4433 | |
4434 * add-log.el (add-log-current-defun): Fix test for LOCATION | |
4435 in range, for instace of DEFUN macro. | |
4436 | |
4437 * simple.el (open-line): Fix fill-prefix case. | |
4438 | |
4439 * loaddefs.el: Swap bindings of C-x a i l and C-x a i g. | |
4440 The former is now for mode abbrevs and the latter for global. | |
4441 | |
4442 1992-08-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4443 | |
4444 * mouse.el: Add bindings for down-mouse-1, drag-mouse-1, | |
4445 S-mouse-3, C-mouse-1. | |
4446 Add real keybindings for scroll bar commands. | |
4447 (help-menu-map): New tree of menu-maps, on C-mouse-2. | |
4448 (mouse-buffer-menu): New function. | |
4449 | |
4450 1992-08-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4451 | |
4452 * c-mode.el (calculate-c-indent): If taking indent from prev stmt | |
4453 and it starts with an {, subtract c-brace-offset. | |
4454 | |
4455 1992-08-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4456 | |
4457 * add-log.el (add-log-current-defun): Recognize Emacs DEFUN properly. | |
4458 | |
40965 | 4459 1992-08-24 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4460 |
4461 * rnewspost.el (news-setup): Don't use kill-line; that puts | |
4462 trash in the kill ring; instead, use delete-region. | |
4463 | |
4464 * mouse.el (mouse-kill, mouse-set-point): Remember that | |
4465 event-point does not always return a number; it may return | |
4466 `mode-line' or `vertical-line'. | |
4467 | |
4468 * simple.el (prefix-arg-internal): Make sure that the key | |
4469 sequence is a string before comparing it against "0" and "9". | |
4470 | |
4471 1992-08-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4472 | |
4473 * etags.el (etags-recognize-tags-table): Don't print message. | |
4474 | |
4475 1992-08-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4476 | |
4477 * simple.el: Doc fixes. | |
4478 | |
40965 | 4479 1992-08-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 4480 |
4481 * sendmail.el (mail-signature-file): Undo the previous change - | |
4482 replace this with mail-signature. The manual has already gone to | |
4483 the printer. | |
4484 (mail-setup): Use mail-signature, rather than mail-signature-file. | |
4485 (mail-signature): Use "~/.signature", rather than | |
4486 mail-signature-file. | |
4487 (mail): Doc fix. | |
4488 | |
4489 1992-08-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4490 | |
4491 * rmail.el (rmail): Bind enable-local-variables, not inhibit... | |
4492 | |
4493 * sendmail.el (mail-setup): Don't use mail-signature-file | |
40965 | 4494 if nonexistent. Insert just one newline if no signature. |
25830 | 4495 |
4496 1992-08-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4497 | |
4498 * rmail.el (rmail-next-undeleted-message): No error at eob, | |
4499 just message. (This reverses the previous change.) | |
4500 | |
40965 | 4501 1992-08-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4502 |
4503 * sendmail.el (mail-signature): Variable replaced with... | |
4504 (mail-signature-file): This, since this is the way all the | |
4505 other lisp packages do it, and it's how people always say they | |
4506 want it on the mailing lists. | |
4507 (mail-setup, mail-signature): Adjusted accordingly. | |
4508 (mail): Doc fix. | |
4509 | |
4510 1992-08-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4511 | |
4512 * sort.el (sort-subr): No progress messages if sorting less than 50k. | |
4513 | |
40965 | 4514 1992-08-17 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
4515 | |
4516 * solar.el (sunrise-sunset): Get various values set properly when | |
4517 there is (or isn't) a double prefix arg. | |
4518 | |
4519 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
25830 | 4520 |
4521 * timer.el (run-at-time, timer-process-filter): The character | |
4522 used to separate the time from the token in input to the timer | |
4523 subprocess used to be ?\001, which is not human-readable. | |
4524 Make it ?@, which is. | |
4525 | |
4526 1992-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4527 | |
4528 * info.el (Info-find-node): Be more flexible about format of | |
4529 tags table. | |
4530 | |
4531 1992-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4532 | |
4533 * unrmail.el: New file. | |
4534 | |
40965 | 4535 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
4536 | |
4537 * hideif.el (hide-ifdef-mode): Made this function autoload. | |
25830 | 4538 (hide-ifdef-initially, hide-ifdef-read-only, |
4539 hide-ifdef-lines): Make these variables autoload. | |
4540 | |
4541 1992-08-12 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4542 | |
4543 * compile.el (grep-regexp-alist): New defvar. | |
4544 (grep): Pass grep-regexp-alist to compile-internal. | |
4545 | |
4546 * etags.el (find-tag-noselect): If NEXT-P, | |
4547 (visit-tags-table-buffer 'same) first. | |
4548 | |
4549 * add-log.el: Add (provide 'add-log). | |
4550 | |
4551 1992-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4552 | |
4553 * add-log.el (change-log-mode): Make it autoload. | |
4554 | |
40965 | 4555 1992-08-12 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4556 |
4557 * frame.el (initial-frame-alist): Change the initial frame | |
4558 alist from ((minibuffer . nil)), which asks for no minibuffer, | |
4559 to ((minibuffer . t)), which asks for a minibuffer. | |
4560 | |
40965 | 4561 * term/x-win.el: Don't call set-input-mode from here; it's |
25830 | 4562 already taken care of in x_term_init, which is called from |
4563 Fx_open_connection. Rah. | |
4564 | |
40965 | 4565 1992-08-11 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4566 |
4567 * calendar.el, diary.el, diary-insert.el, holidays.el, | |
4568 cal-french.el cal-mayan.el, solar.el, lunar.el: Installed the | |
4569 latest update of this calendar stuff from that calendar guy, Ed | |
4570 Reingold. Entries for his changes have been inserted in this | |
4571 file, ordered by date amongst the rest of the changes. | |
4572 * diary-add.el: This has become diary-insert.el. | |
4573 * calendar.el (generate-calendar-window, | |
4574 update-calendar-mode-line, calendar-set-mode-line): Replace uses | |
4575 of screen-width with frame-width. | |
4576 * diary.el (simple-diary-entry, fancy-diary-entry): Same. | |
4577 | |
4578 1992-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4579 | |
4580 * simple.el (eval-expression): Doc fix. | |
4581 | |
4582 1992-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4583 | |
4584 * add-log.el (add-log-current-defun): Protect against "Unbalanced | |
4585 parens" error from down-list. | |
4586 | |
40965 | 4587 1992-08-10 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4588 |
4589 * frame.el (set-screen-width, set-screen-height): Make the | |
4590 docstring say that these are obsolete. | |
4591 (screen-width, screen-height, set-screen-width, | |
4592 set-screen-height): Apply make-obsolete to these. | |
4593 | |
40965 | 4594 1992-08-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
4595 | |
4596 * calendar.el (calendar-mode): Update mode line. | |
4597 | |
4598 * calendar.el (calendar-read-date): New function. | |
4599 (calendar-goto-date): Use it. | |
4600 | |
4601 * holidays.el (holidays): Optional prefix arg causes prompting for | |
4602 month and year. | |
4603 | |
4604 * calendar.el (calendar-interval): Fix doc string. | |
4605 | |
4606 * calendar.el (calendar): Changed use of prefix arg--now it causes | |
4607 prompting for the month and year. | |
4608 (regenerate-calendar-window): Renamed generate-calendar-window. | |
4609 Changed optional argument from an offset from the current month to | |
4610 a month, year pair. | |
4611 (redraw-calendar, calendar-current-month, scroll-calendar-left, | |
4612 calendar-other-month): Change calls from regenerate-calendar-window | |
4613 to generate-calendar-window. | |
25830 | 4614 |
4615 1992-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4616 | |
40965 | 4617 * vc.el (vc-revert-buffer): Use yes-or-no-p. Doc fix. |
4618 | |
4619 * Reinstalled a loaddefs.el backup dated Aug 4. | |
4620 The installed copy seems to be a very old version. | |
4621 | |
4622 1992-08-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
25830 | 4623 |
4624 * frame.el (set-screen-width, set-screen-height): Changed these | |
4625 from fset aliases to actual functions, since they aren't supposed | |
4626 to take a frame argument, while set-frame-{width,height} do. | |
4627 | |
4628 1992-08-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
4629 | |
4630 * add-log.el (add-log-current-defun): Handle ansidecl DEFUN macros. | |
4631 (change-log-mode): Doc fix. | |
4632 | |
4633 * add-log.el (add-log-current-defun): Use an intelligent regexps | |
4634 instead of many looking-at calls. Use memq instead of (or (eq x a) | |
4635 (eq x b)). Stupidity reigns. | |
4636 | |
40965 | 4637 1992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4638 |
4639 * frame.el (set-frame-width, set-frame-height): Functions deleted | |
4640 *again*. Where did these come from? | |
4641 | |
4642 * bytecomp.el: Merged changes up to version 2.08 of the | |
4643 Zawinski-Furuseth compiler. Added a comment above the declaration | |
4644 of byte-compile-version indicating this, to assist future patchers. | |
4645 (byte-compile-warnings): Doc fix. | |
4646 (byte-recompile-directory): Ignore CVS subdirectories, as well as | |
4647 RCS dirs. | |
4648 * byte-opt.el: Correctly extract the components of a compiled | |
4649 function object. | |
4650 | |
4651 * bytecomp.el (byte-compile-warnings): Have this default to t, | |
4652 since Zawinski says everyone likes the warnings about unbound | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4653 variables. |
25830 | 4654 |
4655 * appt.el (appt-issue-message, appt-message-warning-time, | |
4656 appt-audible, appt-visible, appt-display-mode-line, | |
4657 appt-msg-window, appt-display-duration, appt-display-diary): Added | |
4658 ;;;###autoload cookies for these variables, since they are options | |
4659 for the user to set. | |
4660 * tex-mode.el (tex-shell-file-name, tex-directory, tex-offer-save, | |
4661 tex-run-command, latex-run-command, latex-block-names, | |
4662 slitex-run-command, tex-bibtex-command, tex-dvi-print-command, | |
4663 tex-alt-dvi-print-command, tex-dvi-view-command, | |
4664 tex-show-queue-command, tex-default-mode, tex-open-quote, | |
4665 tex-close-quote): Same. | |
4666 | |
4667 1992-08-06 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
4668 | |
4669 * add-log.el (add-log-current-defun): Use eq instead of = when one | |
4670 side might be nil. | |
4671 | |
4672 * compile.el (compilation-mode-map): Change | |
4673 compilation-previous/next-file bindings to M-{ and M-}. | |
4674 | |
40965 | 4675 1992-08-05 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 4676 |
4677 * cl.el (*cl-valid-named-list-accessors*, *cl-valid-nth-offsets*, | |
4678 byte-compile-named-accessors): Deleted. | |
4679 (first, second, ... tenth, rest): Define these with defsubst, to | |
4680 get the same effect. | |
4681 (byte-compile-ca*d*r): Deleted. | |
4682 (caar, cadr, ..., cddddr): Define these using defsubst. | |
4683 | |
4684 * Installed changes from Zawinski-Furuseth 2.04 to 2.07: | |
4685 * byte-run.el (dont-compile): Doc fix. | |
4686 (make-obsolete-variable): New function. | |
4687 * bytecomp.el (byte-compile-log-1): Added new optional argument, | |
4688 FILL; if it is non-nil, reformat the error message. | |
4689 (byte-compile-warn): Use that flag. | |
40965 | 4690 (byte-recompile-directory): Offer to recompile subdirectories. If |
25830 | 4691 prefix argument is zero, create .elc files for those .el files |
4692 which lack them, without asking. | |
4693 (byte-compile-output-form, byte-compile-output-docform): Disable | |
4694 print-gensym while writing the form. | |
4695 (byte-compile-form): Warn if t or nil are called as functions. | |
4696 (byte-compile-variable-ref): Check for, and warn about, obsolete | |
4697 variable uses. | |
4698 (byte-set-marker, byte-string=, byte-string<, byte-setcar, | |
4699 byte-setcdr, byte-rem): Define these with byte-defop-compiler19, | |
4700 not plain byte-defop-compiler. | |
4701 (auto-fill-hook, blink-paren-hook, lisp-indent-hook, | |
4702 temp-buffer-show-hook, inhibit-local-variables): Declare these | |
4703 variables to be obsolete. | |
4704 * byte-opt.el (byte-optimize-apply): If the last argument to apply | |
4705 is a constant list, and we therefore decide to turn this into a | |
4706 funcall, then don't forget to quote all the elements of the | |
4707 constant list. | |
4708 | |
4709 * inf-lisp.el (inferior-lisp-filter-regexp, inferior-lisp-program, | |
4710 inferior-lisp-load-command, inferior-lisp-prompt, | |
4711 inferior-lisp-mode-hook, inferior-lisp): Added ;;;###autoload | |
4712 cookies for these. | |
4713 | |
4714 * bytecomp.el (byte-compile-warnings): When choosing the default | |
4715 value for this variable, don't forget to apply delq to a COPY of | |
4716 byte-compile-warning-types, so we don't nuke the `free-vars' flag | |
4717 altogether. | |
4718 | |
4719 1992-08-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4720 | |
4721 * rmail.el (rmail-search): Fix typo (premature ref to reversep). | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4722 Choice of amount to increment n by was backwards. |
25830 | 4723 (rmail-search-backwards): Setting of reversep was backwards. |
4724 | |
4725 1992-08-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4726 | |
4727 * compile.el (compilation-next-file): Use FILE instead of "This" | |
4728 in error for moving too far. | |
4729 | |
4730 1992-08-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4731 | |
4732 * comint.el (comint-mode-map): Set to nil at load time. | |
4733 | |
4734 * lint.el: File deleted. | |
4735 | |
4736 1992-08-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4737 | |
4738 * compile.el (compilation-parse-errors): Write progress messages | |
4739 on all regexp matches, not just errors. | |
4740 | |
4741 1992-08-04 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
4742 | |
4743 * view.el (view-mode): teach this how to use help-char. | |
4744 | |
4745 * info.el (Info-mode): scroll-up, scroll-down now do the right | |
4746 thing for preorder browsing when the beginning/end of the node | |
4747 is visible. RET now goes to the next preorder node. These | |
4748 changes make sequential reading of info subtrees easier. | |
4749 | |
40965 | 4750 1992-08-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 4751 |
4752 * appt.el (appt-make-list): Add ;;;###autoload cookie for this | |
4753 function. | |
4754 | |
4755 * vc-hooks.el: Removed autoloads; this task is better performed by | |
4756 the autoload cookies. | |
4757 * vc.el (vc-next-action, vc-register, vc-diff, vc-insert-headers, | |
4758 vc-directory, vc-create-snapshot, vc-retrieve-snapshot, | |
4759 vc-print-log, vc-revert-buffer, vc-cancel-version, | |
4760 vc-update-change-log): Added the ;;;###autoload cookies to these | |
4761 functions, since they get bound to keys in the global keymap. | |
4762 * loadup.el: Load vc-hooks.el. | |
4763 | |
4764 1992-08-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4765 | |
4766 * compile.el (compile-error-at-point): New function. | |
4767 (compilation-next-error): Use it. | |
4768 (compile-file-of-error): New function. | |
4769 (compilation-next-file, compilation-previous-file): New functions. | |
4770 (compilation-mode-map): Bind C-x [ and C-x ] to them. | |
4771 | |
4772 1992-08-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4773 | |
4774 * compile.el (next-error): Call compile-reinitialize-errors with | |
4775 3rd arg of ARGP-1, not ARGP. | |
4776 (compile-reinitialize-errors): Don't need to parse if | |
4777 compilation-parsing-end is past LIMIT-SEARCH. | |
4778 (compilation-next-error): Rewritten to use compile-reinitialize-errors | |
4779 limiting args. | |
4780 (compile-reinitialize-errors): Don't parse at all if | |
4781 compilation-parsing-end is at (point-max). | |
4782 | |
4783 * loaddefs.el (complete-tag): Define here to always error; loading | |
4784 etags will redefine it. | |
4785 | |
4786 * etags.el (complete-tag): Error if no tags table loaded. | |
4787 | |
4788 1992-08-03 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
4789 | |
4790 * ebuff-menu.el, echistory.el, help.el, hexl.el: teach these packages | |
4791 to use help-char, and add the appropriate magic to doc strings. | |
4792 | |
4793 1992-08-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4794 | |
4795 * gud.el (gud-def): If KEY is nil, don't make a binding. | |
4796 | |
40965 | 4797 1992-08-03 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
4798 | |
4799 * diary.el (print-diary-entries): Rewrote to work for either | |
4800 simple or fancy diary display. | |
4801 (add-diary-heading): Deleted--incorporated into print-diary-entries. | |
4802 * calendar.el (print-diary-entries-hook): Change default value. | |
25830 | 4803 |
4804 1992-08-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4805 | |
4806 * add-log.el (change-log-mode): Doc fix. | |
4807 | |
4808 * map-ynp.el (map-y-or-n-p): Use key-description for USER-KEYS. | |
4809 | |
40965 | 4810 1992-08-03 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4811 |
4812 * simple.el (current-kill): Reinstate interprogram-paste feature. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4813 It doesn't seem to be wedged for me, and I can't find out how it is |
25830 | 4814 wedged unless it's enabled. |
4815 | |
4816 * terminal.el (terminal-map, terminal-escape-map, | |
4817 terminal-more-break-map): Apply fillarray to the cadr of the map, | |
4818 not to the map itself; dense keymaps are no longer vectors. | |
4819 * ehelp.el (electric-help-map): Same here. | |
4820 | |
4821 * bytecomp.el (byte-compile-file): Don't catch errors here. | |
4822 (displaying-byte-compile-warnings): Catch them here. This way, | |
4823 errors get caught no matter which compilation entry point we use; | |
4824 anyplace that can report warnings, also catches errors. | |
4825 | |
4826 * sun-cursors.el: Require 'cl, for the sake of the push macro. | |
4827 (sc::pic-ins-at-mouse): Call move-to-column with the FORCE | |
4828 argument true, instead of calling an unknown function named | |
4829 `move-to-column-force'. | |
4830 | |
4831 * medit.el (medit-zap-define-to-mdl): Fix interactive spec. | |
4832 (medit-zap-define-to-mdl): Change `medit-save-defun' to | |
4833 `medit-save-define'. | |
4834 (medit-save-region, medit-save-buffer, medit-zap-define-to-mdl): | |
40965 | 4835 Changed `medit-go-to-mdl' to `medit-goto-mdl'. Did anyone ever |
25830 | 4836 try this code? |
4837 | |
4838 1992-08-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4839 | |
4840 * comint.el: Fix message syntax. | |
4841 (comint-previous-similar-input): Use error, not message. | |
4842 | |
4843 * files.el (save-some-buffers): Use C-r, not v, to look at a buffer. | |
4844 Use view-buffer and a recursive edit to do it. | |
4845 | |
4846 * view.el: Delete key bindings for C-x v and C-x 4 v. | |
4847 (View-scroll-lines-forward, view-helpful-message): | |
4848 Use view-exit, not exit-recursive-edit. | |
4849 | |
4850 * map-ynp.el: Fix prompt. | |
4851 | |
4852 * dired.el (dired-why): Don't use save-excursion. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4853 (dired-change-marks): New command. |
25830 | 4854 (dired-mode-map): Put dired-change-marks on c. |
4855 Put dired-do-kill-lines on k. | |
4856 | |
4857 * dired-aux.el: Require dired.el for compilation. | |
4858 (dired-bunch-files): Was duplicating PENDING in apply calls. Fixed. | |
4859 (dired-do-shell-command, dired-run-shell-command): | |
4860 Delete arg IN-BACKGROUND; rely on including & at end of command. | |
4861 (dired-run-shell-command): Return nil. | |
4862 (dired-do-shell-command): Accept COMMAND as arg; use minibuf | |
4863 within `interactive'. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4864 (dired-create-files, dired-handle-overwrite): |
25830 | 4865 Rename overwrite-confirmed to dired-overwrite-confirmed. |
4866 (dired-do-kill-lines): Handle prefix arg as number of lines to kill. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4867 (dired-kill-line-or-subdir): Deleted. |
25830 | 4868 |
4869 1992-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4870 | |
4871 * mailabbrev.el [from jwz] (mail-interactive-insert-alias): Do | |
4872 mail-aliases-setup if necessary before completing for interactive. | |
4873 (build-mail-aliases): Changed parsing regexp. | |
4874 | |
4875 * compile.el (compilation-parse-errors): Take 2nd arg FIND-AT-LEAST. | |
4876 If non-nil, stop after parsing that many new errors. | |
4877 (compilation-parse-errors-function): Document 2nd arg. | |
4878 (compile-reinitialize-errors): Take optional 3rd arg; pass to parser. | |
4879 (next-error): Pass repeat count to compile-reinitialize-errors. | |
4880 * diff.el (diff-parse-differences): Take same new arg. | |
4881 | |
4882 * reposition.el (C-l): Fix typo. | |
4883 | |
4884 1992-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4885 | |
4886 * comint.el: ring-* functions deleted--get them from ring.el. | |
4887 | |
4888 * ring.el (ring-mod): Renamed from comint-mod. | |
4889 Provide `ring', not history'. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4890 (make-ring, ring-p): Add autoloads. |
25830 | 4891 * history.el: Link deleted. |
4892 | |
4893 * c-mode.el (c-up-conditional): New function. | |
4894 | |
4895 * add-log.el (add-log-current-defun): In C and Lisp, verify the defun | |
4896 really starts at or before the original point. | |
4897 | |
40965 | 4898 1992-08-01 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4899 |
4900 * mailalias.el: Provide 'mailalias. | |
4901 * mailpost.el: Require 'mailalias and 'sendmail, since we use | |
4902 expand-mail-aliases and mail-do-fcc. | |
4903 | |
4904 * mail-extr.el (mail-extract-address-components, variant-method): | |
4905 Use buffer-disable-undo instead of buffer-flush-undo; the latter | |
4906 is obsolete. | |
4907 | |
4908 * lpr.el (print-region-new-buffer): Added arguments START and END; | |
4909 this used to use dynamic scope, but it makes things less readable. | |
4910 (print-region-1): Always call this with two arguments, not | |
4911 sometimes two and sometimes none. | |
4912 | |
4913 * lint.el: Require 'compile. | |
4914 (compilation-convert-lint): Call set-buffer with only one argument. | |
4915 | |
4916 * life.el: Move the definitions of the macros out of the require | |
4917 clause; the new compiler seems to handle the macros correctly. | |
4918 (life): Add an autoload cookie for this. | |
4919 (life-display-generation): If the sit-for returns before the | |
4920 timeout has elapsed, exit the life loop. | |
4921 | |
4922 * ledit.el (ledit-setup): Use shared-lisp-mode-map, instead of | |
4923 lisp-mode-commands. | |
4924 | |
4925 * kermit.el (kermit-send-input-cr): comint-send-input doesn't | |
4926 accept any arguments. Instead of applying comint-send-input to | |
4927 "\r", call comint-send-input on no arguments, and then use | |
4928 comint-send-string to send the carriage return. | |
4929 (kermit-clean-filter): Call re-search-backward, not | |
4930 re-search-backware. | |
4931 (kermit-clean-on): Remove extra quote from doc string. | |
4932 | |
4933 * informat.el (batch-info-validate): Don't pass any arguments to | |
4934 Info-tagify; it doesn't want any. | |
4935 | |
4936 * hideif.el (hif-endif-to-ifdef): Fix munged comment which was | |
4937 interfering with parsing. | |
4938 | |
4939 * hexl.el (hexl-next-line): Fixed up malformed let binding. | |
4940 | |
4941 * bytecomp.el (byte-compile-file): Catch errors that occur during | |
4942 compilation, and record them in the compilation log. This allows | |
4943 us to find the name of the guilty file when we get a "invalid read | |
4944 syntax" error or some such. | |
4945 | |
4946 * gud.el: Require `etags', not `tags'. | |
4947 (sdb): Move interactive spec to top of function, just under doc string. | |
4948 (gud-read-address, send-gud-command): Use the point and point-max | |
4949 function instead of dot and dot-max; the latter two are obsolete. | |
4950 | |
4951 * gnus.el (gnus-Group-mode, gnus-Subject-mode, | |
4952 gnus-Subject-rmail-digest, gnus-Article-mode, | |
4953 gnus-output-to-rmail, gnus-output-to-file): Use | |
4954 buffer-disable-undo, instead of buffer-flush-undo; the latter is | |
4955 an obsolete name. | |
4956 | |
4957 * simple.el: Bind the `next' and `prior' function keys to | |
4958 next-history-element and previous-history-element in the | |
4959 minibuffer maps. Clean up binding code. | |
4960 | |
4961 * two-column.el: Doc fixes. | |
4962 | |
4963 * loaddefs.el (function-keymap): Definition deleted; this has been | |
4964 superceded by function-key-map. | |
4965 | |
4966 * gomoku.el (gomoku-mode-map): Use function key symbols, instead | |
4967 of the keypad.el facilities. | |
4968 | |
4969 * edt.el: Converted to use the new function key events instead of | |
4970 keypad.el. Don't require keypad. Change global key bindings. | |
4971 (advance-direction, backup-direction): Bind the function key | |
4972 symbols directly in the global map, not in function-keymap. | |
4973 (edt-emulation-on): Doc fix. This function will now work when | |
4974 called simply from .emacs; it doesn't need to be run after the | |
4975 terminal-dependent file has been loaded. | |
4976 | |
4977 * cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r): | |
4978 Changed these to work correctly with the Zawinski-Furuseth byte | |
4979 compiler. | |
4980 | |
40965 | 4981 1992-07-31 Robert J. Chassell (bob@churchy.gnu.ai.mit.edu) |
25830 | 4982 |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4983 * loaddefs.el: New keybinding, `C-x r y', for `yank-rectangle'. |
25830 | 4984 |
40965 | 4985 1992-07-31 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
4986 | |
4987 * calendar.el (calendar-string-spread): New function. | |
4988 (calendar-mode-line-format): Redefine it. | |
4989 (calendar-set-mode-line): Rewrite using new function. | |
4990 (update-calendar-mode-line): Rewrite using new function. | |
25830 | 4991 |
4992 1992-07-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4993 | |
4994 * startup.el (command-line-1): Mention info in startup message. | |
4995 | |
4996 1992-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4997 | |
4998 * byte-opt.el (byte-optimize-plus): Don't entirely eliminate the call. | |
4999 (byte-optimize-minus): Likewise. | |
5000 (byte-optimize-multiply,(byte-optimize-divide): Likewise. | |
5001 | |
5002 1992-07-30 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
5003 | |
5004 * compile.el (compile-goto-error): Set compilation-error-list to | |
5005 the one we want, not the one before it. | |
5006 (next-error): Use the ARGP-1th, not ARGPth cdr of | |
5007 compilation-error-list. | |
5008 | |
40965 | 5009 1992-07-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 5010 |
5011 * bytecomp.el (byte-compile-warnings): By default, do not display | |
5012 warnings about references free variables. | |
5013 | |
5014 1992-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5015 | |
5016 * sendmail.el (mail): Get rid of the multiple mail buffer feature. | |
5017 | |
40965 | 5018 1992-07-29 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
5019 | |
5020 * calendar.el (general-holidays, hebrew-holidays, local-holidays, | |
5021 christian-holidays, islamic-holidays, solar-holidays, other-holidays): | |
5022 New variables. | |
5023 (calendar-holidays): Use them to define the default value. | |
25830 | 5024 |
5025 | |
5026 1992-07-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5027 | |
5028 * comint.el (comint-mode-map): comint-previous-similar-input now M-r. | |
5029 (comint-previous-similar-input): | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5030 Initialize comint-input-ring-index if nil. |
25830 | 5031 (comint-previous-input-matching): Report ordinary error if fail. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5032 Initialize comint-input-ring-index if nil. |
25830 | 5033 (comint-next-similar-input): New command, on M-s. |
5034 (comint-previous-input): Always delete what was already given | |
5035 for the next input. Initialize comint-input-ring-index if nil. | |
5036 (comint-send-input): Set comint-input-ring-index to nil. | |
5037 | |
5038 * field.el, cmushell.el: Files deleted. | |
5039 | |
5040 * co-isearch.el: File deleted; comint should have M-r and M-s | |
5041 like the minibuffer, instead. | |
5042 | |
5043 1992-07-29 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5044 | |
5045 * diff.el: Everything but diff and diff-backup removed. | |
5046 (diff-regexp-alist): New defvar. | |
5047 (diff-parse-differences): New defun. | |
5048 (diff): Use compile-internal. | |
5049 Take optional arg SWITCHES; interactively, prompt if prefix arg. | |
5050 (diff-backup): Take same new arg. | |
5051 Make this autoload. | |
5052 | |
5053 * compile.el (compilation-parse-errors): No message when we stop | |
5054 at LIMIT-SEARCH. | |
5055 (compile-reinitialize-errors): Don't short-circuit if passed | |
5056 a non-nil LIMIT-SEARCH. | |
5057 (compilation-next-error): New; bound to M-n. | |
5058 (compilation-previous-error): New; bound to M-p. | |
5059 | |
5060 1992-07-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5061 | |
5062 * compile.el (compilation-mode-map): Bind SPC, DEL, M-n, M-p. | |
5063 | |
5064 1992-07-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5065 | |
5066 * texinfo.el (texinfo-mode-map): Move M-} and M-{ to C-c prefix. | |
5067 | |
5068 * simple.el (delete-indentation): Delete fill prefix from after join. | |
5069 | |
5070 1992-07-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5071 | |
5072 * map-ynp.el (map-y-or-n-p-help): Remove. | |
5073 (map-y-or-n-p): Take new arg ACTION-ALIST. | |
5074 Compute help string fully instead of using map-y-or-n-p-help. | |
5075 * files.el (save-some-buffers): Pass new arg to map-y-or-n-p, so | |
5076 `v' displays the buffer. Change save-excursion to | |
5077 save-window-excursion; it was only there to restore the current | |
5078 buffer, and now display-buffer might change windows. | |
5079 | |
5080 * compile.el (compilation-parse-errors): Fix M-t-o on `found-desired'. | |
5081 (compilation-error-list): Doc fix. | |
5082 (compile-internal): Document to return the buffer. | |
5083 (next-error): Simplify code to set NEXT-ERRORS from | |
5084 compilation-error-list and ARGP. | |
5085 (compile-goto-error): Rewrote searching so it finds the error that | |
5086 point is in or after; the error need not start at bol. | |
5087 Restore current buffer after calling other-window. | |
5088 | |
40965 | 5089 1992-07-28 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
5090 | |
5091 * holidays.el (calendar-holiday-function-sexp): | |
5092 New function. | |
5093 *calendar.el (calendar-holidays): Describe it and use it for daylight | |
5094 savings. | |
5095 | |
5096 * calendar.el, cal-mayan.el, cal-french.el: Change names of all | |
5097 calendar-goto-next- or calendar-goto-previous- commands to | |
5098 eliminate the word "goto". | |
5099 | |
5100 Change names of all cursor-to-***-calendar-date commands to | |
5101 calendar-print-***-date. | |
5102 | |
5103 * diary.el (sort-diary-entries): New function. | |
25830 | 5104 |
5105 1992-07-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5106 | |
5107 * files.el (backup-extract-version): Copied from Emacs 18. | |
5108 (find-backup-file-name): Use that. | |
5109 | |
5110 * dired-aux.el (dired-clean-directory): Moved here. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5111 (dired-map-dired-file-lines, dired-collect-file-versions): |
25830 | 5112 (dired-trample-file-versions): Likewise. |
5113 * dired.el: Moved from here. | |
5114 (dired-clean-directory): Auto load added. | |
5115 | |
5116 * add-log.el (add-change-log-entry): Chase symlinks. | |
5117 | |
5118 1992-07-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5119 | |
5120 * gud.el (gdb, dbx, sdb): Change C-c LETTER commands to C-c C-LETTER. | |
5121 | |
5122 * add-log.el (add-log-current-defun): Handle C macros. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5123 Handle the DEFUN macro used in Emacs C sources. |
25830 | 5124 |
5125 1992-07-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5126 | |
5127 * compile.el (compilation-parse-errors): Take arg LIMIT-SEARCH; | |
5128 if non-nil stop parsing when we pass that location. | |
5129 (compilation-parse-errors-function): Document arg. | |
5130 (compile-reinitialize-errors): Take optional 2nd arg; pass to parser. | |
5131 (compile-goto-error): Pass (point) to compile-reinitialize-errors. | |
5132 | |
5133 * compile.el (compile-goto-error): Doc fix. | |
5134 | |
5135 * etags.el (find-tag): Fixed prompt. | |
5136 (tag-exact-match-p): Rewritten (again). | |
5137 | |
5138 * startup.el (command-line): Load site-start here. | |
5139 (normal-top-level): Not here. | |
5140 | |
5141 * etags.el: Remove M-? binding; move M-TAB binding to after defun. | |
5142 | |
5143 1992-07-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5144 | |
5145 * completion.el: Moved to external-lisp. | |
5146 | |
5147 * diff.el (diff-rcs, diff-sccs): Deleted. | |
5148 | |
5149 1992-07-27 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5150 | |
5151 * tar-mode.el (tar-subfile-save-buffer): whoever changed | |
5152 current-time forgot to check for breakage. Added code to print | |
5153 the seconds parts of a (current-time) value as 11 octal digits | |
5154 (yes, this is nontrivial). | |
5155 | |
5156 1992-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5157 | |
5158 * simple.el (next-history-element): Fix error messages. | |
5159 (previous-matching-history-element): Likewise. | |
5160 | |
5161 * help.el (describe-function): Don't give the file name | |
5162 in the case of an autoloaded function. | |
5163 | |
5164 * lisp-mode.el (emacs-lisp-mode-map, lisp-interaction-mode-map): | |
5165 Add M-TAB as lisp-complete-symbol. | |
5166 * loaddefs.el: Delete binding of M-TAB. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5167 * etags.el: Add binding of M-TAB. |
25830 | 5168 |
5169 1992-07-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5170 | |
5171 * etags.el (tags-exact-match-p): Rewritten. | |
5172 (tags-with-syntax): New macro. | |
5173 | |
40965 | 5174 1992-07-26 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
5175 | |
5176 * calendar.el (calendar-cursor-to-date): Change `current-day' to | |
5177 `starred-day'. | |
5178 (calendar-star-date): Create and set buffer local var `starred-day'. | |
5179 (calendar-mode): Don't create buffer local vars current-month, | |
5180 current-day, current-year. | |
5181 (regenerate-calendar-window, calendar-current-date): Don't set | |
5182 buffer local vars current-month, current-day, current-year. | |
5183 (calendar, redraw-calendar, scroll-calendar-left, | |
5184 calendar-other-month, calendar-goto-date, calendar-goto-hebrew-date, | |
5185 calendar-goto-julian-date, calendar-goto-islamic-date, | |
5186 calendar-goto-iso-date): Use `calendar-current-date' instead of | |
5187 buffer local vars current-month, current-day, current-year. | |
25830 | 5188 |
5189 1992-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5190 | |
5191 * diff.el (diff-backup): New function. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5192 (diff-last-backup-file): Renamed from dired-last-backup-file. |
25830 | 5193 * dired-aux.el (dired-backup-diff): Use diff-backup. |
5194 (dired-last-backup-file): Moved and renamed. | |
5195 * dired.el, dired-aux.el (dired-diff, dired-backup-diff): Doc fixes. | |
5196 | |
5197 * help.el (command-apropos): Fix call to apropos for new arg. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5198 |
25830 | 5199 * finder.el (finder-by-keyword): Rewrite to read args in `interactive' |
5200 and use with-output-to-temp-buffer. | |
5201 | |
5202 * startup.el (normal-top-level): Load site-start if it exists. | |
5203 | |
5204 * add-log.el (add-log-current-defun): In C, when moving back over arg | |
5205 decls, stop at beg of buffer. | |
5206 (add-change-log-entry): Likewise for blank lines at end of buffer. | |
5207 | |
5208 * picture.el (picture-mode-old-major-mode): Declared. | |
5209 (picture-mode-old-mode-name, picture-mode-old-local-map): Likewise. | |
5210 (picture-mode-map): Don't use aset directly; use define-key. | |
5211 | |
5212 * saveconf.el: File deleted. | |
5213 | |
5214 * rmail.el (rmail-search): Accept repeat count. | |
5215 (rmail-search-backwards): New command, on M-r. | |
5216 | |
5217 * simple.el (previous-matching-history-element): New command. On M-r. | |
5218 (next-matching-history-element): New command. On M-s. | |
5219 | |
5220 1992-07-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5221 | |
5222 * c-mode.el (c-beginning-of-statement): If in string or comment, | |
5223 move by sentences. | |
5224 | |
5225 * compile.el (compile-history): New variable. | |
5226 (compile): Specify history list copile-history, with | |
5227 compile-command as initial contents. | |
5228 (grep): Specify constant "grep -n" as initial input, | |
5229 and history list grep-history. | |
5230 (grep-command): Variable deleted. | |
5231 | |
5232 * replace.el (query-replace-read-args): New function. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5233 It reads two args using query-replace-history. |
25830 | 5234 (query-replace, query-replace-regexp, replace-string): |
5235 (replace-regexp): Use query-replace-read-args. | |
5236 (map-query-replace-regexp): Read args using query-replace-history. | |
5237 (perform-replace): Add local binding for `char'. | |
5238 | |
5239 * dired.el: Don't check for version 18. | |
5240 (dired-file-version-alist): New defvar. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5241 Use this instead of file-version-assoc-list. |
25830 | 5242 (dired-shrink-to-fit): Default is always t. |
5243 (dired-internal-do-deletions): remove-directory => delete-directory. | |
5244 | |
5245 * abbrev.el (define-abbrevs): Bind name, hook, exp, count. | |
5246 | |
5247 * replace.el (perform-replace): Fix typo: match-after => match-again. | |
5248 (map-query-replace-regexp): Delete duplicate definition. | |
5249 | |
5250 * subr.el (defun-inline): Commented out. | |
5251 | |
5252 * comint.el (comint-input-ring*): Renamed from input-ring*. | |
5253 (ring-remove, ring-rotate): use setcar, not set-car. | |
5254 * co-isearch.el: input-ring* renamed to comint-input-ring*. | |
5255 | |
5256 * tex-mode.el: Don't require comint. | |
5257 * comint.el (make-comint): Make this autoload. | |
5258 | |
5259 * case-table.el (describe-buffer-case-table): Move the describe-vector | |
5260 inside the let. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5261 |
25830 | 5262 * c++-mode.el (indent-c++-exp): Fix typo "innerloop-done". |
5263 Make last-depth local. | |
5264 | |
5265 1992-07-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5266 | |
5267 * flow-ctrl.el: fixed set-input-mode call broken by new third | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5268 arg for meta control. |
25830 | 5269 |
40965 | 5270 1992-07-23 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
5271 | |
5272 * calendar.el (cursor-to-islamic-calendar-date, | |
5273 cursor-to-hebrew-calendar-date): Add phrase "until sunset" to message. | |
5274 | |
5275 * calendar.el (calendar-goto-astro-day-number, | |
5276 calendar-print-astro-day-number): New functions. | |
5277 (calendar-mode): Put them on keys and describe them. | |
5278 * diary.el (diary-astro-day-number): New function. | |
5279 | |
5280 * diary.el (diary-julian-date): New function. | |
25830 | 5281 |
5282 1992-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5283 |
25830 | 5284 * simple.el (current-kill): Ignore the interprogram paste feature; |
5285 it is wedged. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5286 |
25830 | 5287 * paths.el (mh-lib, mh-prog): Add more alternatives. |
5288 | |
5289 1992-07-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5290 |
25830 | 5291 * emerge.el (emerge-startup-hook, emerge-quit-hook): |
5292 Renamed from ...-hooks. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5293 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5294 * dired.el (dired-display-file): New command, on C-o. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5295 |
25830 | 5296 * files.el (ctl-x-4-map): display-buffer is now C-x 4 C-o. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5297 |
25830 | 5298 1992-07-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
5299 | |
5300 * etags.el (visit-tags-table-buffer): Look for a tags table | |
5301 containing buffer-file-name's tags. | |
5302 | |
5303 1992-07-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5304 | |
5305 * etags.el (last-tag): New defvar. | |
5306 (find-tag-noselect): Set and use it. | |
5307 | |
40965 | 5308 1992-07-22 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5309 |
5310 * edebug.el, gnus.el, gnusmail.el, gnusmisc.el, gnuspost.el, | |
5311 hideif.el, isearch-mode.el, mh-e.el, mhspool.el, netunam.el, | |
5312 nnspool.el, nntp.el, scheme.el, xscheme.el: Removed RCS "$Header" | |
5313 and "$Log" files; K. Richard Pixley <rich@cygnus.com> says they | |
5314 cause trouble with patches. | |
5315 | |
5316 1992-07-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5317 | |
5318 * etags.el (find-tag-noselect): Properly return | |
5319 find-tag-in-order's value. | |
5320 | |
40965 | 5321 1992-07-22 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5322 |
5323 * bytecomp.el: Removed relative jump instructions. | |
5324 (byte-rel-goto-ops): Variable deleted. | |
5325 (byte-compile-lapcode): Code to recognize potential relative jumps | |
5326 and patch the PC into relative jumps removed. | |
5327 * byte-opt.el (disassemble-offset, byte-decompile-bytecode-1): | |
5328 Support for relative jumps removed. | |
5329 | |
5330 1992-07-22 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5331 | |
5332 * Removed all Last-Modified headers. | |
5333 | |
5334 1992-07-21 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5335 |
25830 | 5336 * files.el (trim-versions-without-asking): Non-nil, non-t value |
5337 suppresses all trimming of excess backups. This is so we can make | |
5338 the @!%$@ question at save time go away.... | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5339 |
25830 | 5340 1992-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
5341 | |
5342 * simple.el (kill-ring-save): Display only if interactive-p. | |
5343 | |
5344 * c-mode.el (c-backslash-region): New command. | |
5345 (c-append-backslash, c-delete-backslash): New functions. | |
5346 * c++-mode.el (c++-macroize-region, backslashify-current-line): | |
5347 Deleted. | |
5348 (c++-comment-region, c++-uncomment-region): Deleted. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5349 comment-region works just fine. |
25830 | 5350 (c++-beginning-of-defun, c++-end-defun, c++-indent-defun): Deleted. |
5351 (c++-point-bol): Renamed from point-bol. | |
5352 (c++-within-string-p): Renamed from within-string-p. | |
5353 (c++-count-char-in-string): Renamed from count-char-in-string. | |
5354 (fill-c++-comment): Renamed from fill-C-comment. | |
5355 (c++-insert-header): Deleted. | |
5356 | |
40965 | 5357 1992-07-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5358 |
5359 * inf-lisp.el: When creating inferior-lisp-mode-map, use | |
5360 shared-lisp-mode-map, instead of calling the function | |
5361 lisp-mode-commands; that doesn't exist any more. | |
5362 (inferior-lisp-args-to-list): Recurse, rather than | |
5363 calling tea-args-to-list, which doesn't exist. | |
5364 (inferior-lisp-mode): Always call lisp-mode-variables with one | |
5365 argument; there's no longer any need to adapt to different | |
5366 versions of Emacs. | |
5367 | |
40965 | 5368 1992-07-21 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
5369 | |
5370 * calendar.el (calendar-set-mode-line): New function. | |
5371 (list-yahrzeit-dates): Use it for mode line. | |
5372 * diary.el (simple-diary-display, fancy-diary-display): Use it for | |
5373 mode line. | |
5374 * diary.el (show-all-diary-entries): Use default mode line. | |
5375 * lunar.el (calendar-phases-of-moon): Use it for mode line. | |
5376 * holiday.el (list-calendar-holidays, calendar-cursor-holidays): | |
5377 Use it for mode line. | |
25830 | 5378 |
5379 1992-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5380 | |
5381 * dired.el (dired-remember-hidden): Fix typo in `following-char'. | |
5382 | |
5383 * add-log.el (add-change-log-entry): Avoid spurious whitespace | |
40965 | 5384 when making new entry. Delete excess blank lines. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5385 Really don't use "ChangeLog" as the file name in the entry. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5386 Always put a space after the colon. |
25830 | 5387 (add-log-current-defun): Verify the defun actually contains point. |
5388 Handle the lines of a C function before the open brace. | |
5389 | |
5390 * rmail.el (rmail-undelete-previous-message): Don't catch errors. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5391 |
25830 | 5392 * simple.el (end-of-buffer): If buffer end is on screen, don't scroll. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5393 |
25830 | 5394 * c-mode.el (set-c-style): Deleted the first version of this function. |
5395 It was badly written. | |
5396 Modified the remaining version by adding new argument GLOBAL | |
5397 and setting the parameters locally if GLOBAL is nil. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5398 |
25830 | 5399 1992-07-21 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
5400 | |
5401 * Turfed r2bibtex.el. Refbib.el turns out to be a newer version | |
5402 of the same package. | |
5403 | |
5404 * Installed co-isearch.el, new gud.el (1.19) | |
5405 | |
40965 | 5406 1992-07-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5407 |
25830 | 5408 * frame.el (get-frame): Renamed to get-other-frame; get-frame |
5409 sounds like a parallel to get-buffer or get-process. | |
5410 | |
5411 * c-mode.el (set-c-style): Remove the extraneous copy of this | |
5412 function. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5413 |
25830 | 5414 * c++-mode.el (within-string-p): Use `%', not `mod', as the name |
5415 of the modulus function. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5416 |
25830 | 5417 * frame.el (frame-height, frame-width): Fixed several confusions |
5418 here. | |
5419 | |
5420 * blackbox.el: When building blackbox-mode-map, locally rebind all | |
5421 keys to which the movement commands are bound to blackbox's | |
5422 movement functions. Define the insert and kp-enter keys. | |
5423 | |
40965 | 5424 1992-07-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5425 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5426 * blackbox.el (blackbox): Doc fix. |
25830 | 5427 (bb-outside-box): For some reason, this function was replaced by |
5428 the comment ";; blackbox.el ends here" | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5429 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5430 * dired.el (dired): Doc fix. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5431 |
25830 | 5432 1992-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5433 |
25830 | 5434 * sendmail.el (mail-send-and-exit): Just switch windows |
5435 if the next window is in Rmail mode. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5436 |
25830 | 5437 1992-07-20 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
5438 | |
5439 * simple.el (set-variable): If VAR has a `variable-interactive' | |
5440 property, use it as an interactive spec to prompt for VAL. | |
5441 * etags.el (tags-file-name): Give it a variable-interactive property. | |
5442 | |
5443 * etags.el (tags-table-format-hooks): Remove ctags-recognize-tags-table | |
5444 * ctags.el: Removed. | |
5445 (visit-tags-table): Don't call abbreviate-file-name. | |
5446 (visit-tags-file): If find-file-noselect changed the file name, | |
5447 propagate the change to tags-file-name and tags-table-list. | |
5448 | |
5449 * startup.el (command-line): Fixed typo in comment. | |
5450 | |
40965 | 5451 1992-07-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5452 |
25830 | 5453 * bytecomp.el (byte-compile-warnings): Include the full |
5454 documentation given in the comments at the top of the file in this | |
5455 variable's docstring. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5456 |
25830 | 5457 1992-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5458 |
25830 | 5459 * dired.el (dired-mark): Use prefix-numeric-value. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5460 |
25830 | 5461 * simple.el (kill-ring-save): Say "saved", not "killed", in messages. |
5462 Let message do the formatting. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5463 |
25830 | 5464 * fill.el (fill-individual-paragraphs): If MAILP, skip indented headers |
5465 and blank lines. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5466 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5467 * register.el (window-configuration-to-register): New function. |
25830 | 5468 (frame-configuration-to-register): New function. |
5469 * loaddefs.el: Put them on C-x r w, C-x r f. | |
5470 * window.el (window-config-to-register, register-to-window-config): | |
5471 Deleted, along with keybindings C-x 6 and C-x 7. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5472 |
40965 | 5473 1992-07-19 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
5474 | |
5475 * cal-mayan.el: New file. The only functions visible to the | |
5476 outside world are calendar-goto-mayan-date, | |
5477 calendar-next-haab-date, calendar-previous-haab-date, | |
5478 calendar-next-tzolkin-date, calendar-previous-tzolkin-date, | |
5479 calendar-next-calendar-round-date, | |
5480 calendar-previous-calendar-round-date, | |
5481 diary-mayan-date, and cursor-to-mayan-calendar-date. | |
5482 * diary.el: Autoload diary-mayan-date. | |
5483 * calendar.el: Autoload the 7 "goto" functions. | |
5484 (calendar-mode-map): Put them on keys. | |
5485 (calendar-mode): Describe them. | |
5486 | |
5487 * cal-french.el (french-calendar-month-name-array): Add accents to | |
5488 month names. | |
5489 (cursor-to-french-calendar-date): Add accents. | |
5490 | |
5491 * cal-french.el (calendar-goto-french-date): New function. | |
5492 * calendar.el: Autoload it. | |
5493 (calendar-mode-map): Put it on a key. | |
5494 (calendar-mode): Describe it. | |
5495 | |
5496 * cal-french.el (diary-french-date): Moved from diary.el and fixed | |
5497 accent. | |
5498 * diary.el: Move dairy-french-date to cal-french.el and autoload it. | |
5499 | |
5500 * diary-insert.el: Move all diary inserting commands from diary.el | |
5501 * diary.el: Move all diary inserting commands to diary-insert.el | |
5502 * calendar.el: Change autoloads for all diary inserting commands | |
5503 from diary.el to diary-insert.el. | |
5504 | |
5505 * calendar.el: Put ";;;###autoload" before calendar function and | |
5506 before list-yahrzeit-dates function. | |
5507 * holiday.el: Put ";;;###autoload" before holiday function. | |
5508 * diary.el: Put ";;;###autoload" before diary function. | |
5509 | |
5510 * cal-french.el: New file. All French Revolutionary calendar | |
5511 code from calendar.el has been moved here. | |
5512 | |
5513 * calendar.el: All French Revolutionary calendar code moved to a | |
5514 new file, cal-french.el. Autoload cursor-to-french-calendar-date. | |
5515 | |
5516 * diary.el (list-sexp-diary-entries): Add mention of | |
5517 diary-sunrise-sunset, diary-lunar-phase, and diary-sabbath-candles | |
5518 to doc string. | |
5519 | |
5520 * calendar.el (list-yahrzeit-dates): Prompt for date of death if | |
5521 not called from the calendar window. This function should now be | |
5522 known to the outside world. | |
5523 | |
5524 * calendar.el (diary-file): Add mention of diary-sunrise-sunset, | |
5525 diary-lunar-phase, and diary-sabbath-candles to doc string. | |
25830 | 5526 |
5527 1992-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5528 |
25830 | 5529 * bytecomp.el (compile-defun): Use displaying-byte-compile-warnings. |
5530 (byte-compile-warn): Don't display the warning now, just log it. | |
5531 | |
5532 * files.el (auto-mode-alist): Recognize .texi. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5533 |
25830 | 5534 * rmail.el (rmail-delete-forward): Removed the feature |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5535 of moving back if there's nowhere to go forward. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5536 |
40965 | 5537 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5538 |
5539 * etags.el (visit-tags-table-buffer): Call abbreviate-file-name on | |
5540 the argument before setting tags-file-name. | |
5541 | |
5542 * files.el (automount-dir-prefix): New variable. | |
5543 (abbreviate-file-name): Remove the automount prefix here, rather | |
5544 than in find-file-noselect. Use automount-dir-prefix. | |
5545 (find-file-noselect): Don't remove the automount prefix here; let | |
5546 abbreviate-file-name take care of it. | |
5547 | |
5548 1992-07-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5549 | |
40965 | 5550 * Keywords added for [n-z]*.el. Finder now under construction. |
5551 | |
5552 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
25830 | 5553 |
5554 * rmail.el (rmail-insert-inbox-text): Generate an alternate name | |
5555 to use for tofile by appending a `+' to file, not a `~'; files | |
5556 ending with the latter may be deleted accidentally when space is | |
5557 low. | |
5558 | |
5559 1992-07-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5560 | |
40965 | 5561 * Keywords added for [a-m]*.el. The keyword categories will |
25830 | 5562 probably need some tuning, but at least this will suffice |
5563 for testing the finder code. | |
5564 | |
5565 * makefile.el, two-column.el, sgml-mode.el, resume.el, | |
5566 mail-extr.el: Installed. | |
5567 | |
5568 1992-07-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5569 | |
5570 * Changed all copying notices to GPL version 2. | |
5571 | |
5572 1992-07-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5573 | |
5574 * Finished decorating the library files with new standard headers. | |
5575 | |
40965 | 5576 1992-07-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5577 |
25830 | 5578 * disass.el: Require `byte-compile', not 'bytecomp'. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5579 |
25830 | 5580 * bytecomp.el (byte-compile-file): Correct parens in interactive |
5581 form so that it returns a list containing the filename and the | |
5582 prefix argument, not just the prefix argument by itself. | |
5583 | |
5584 * bytecomp.el (byte-compile-file): Changed reference to | |
5585 byte-compile-report-call-tree to use display-call-tree. | |
5586 | |
5587 * bytecomp.el (byte-recompile-directory, byte-compile-file, | |
5588 batch-byte-compile, byte-compile, compile-defun, | |
5589 display-call-tree): Added autoload cookies for these functions. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5590 |
25830 | 5591 1992-07-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
5592 | |
5593 * etags.el: Major rewrite with many new features. | |
5594 * ctags.el: New file; goes with new etags.el. | |
5595 | |
40965 | 5596 1992-07-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5597 |
25830 | 5598 * byte-run.el (defsubst): Removed extra closing paren at the end |
5599 of this function. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5600 |
25830 | 5601 1992-07-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
5602 | |
5603 * At RMS's request, all occurrences of `elisp' changed to `Emacs Lisp'. | |
5604 | |
5605 * New library headers for [fghijklmn]*.el. First steps towards | |
5606 keyword-based code finder via Keywords header. | |
5607 | |
5608 1992-07-15 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5609 |
40965 | 5610 * New library headers for [opqrst]*.el. Ghod, this is boring. |
5611 | |
5612 1992-07-15 Edward M. Reingold (reingold@emr.cs.uiuc.edu) | |
5613 | |
5614 * lunar.el: New file. The only functions known to outside world | |
5615 are calendar-phases-of-moon, diary-phases-of-moon, and | |
5616 phases-of-moon. | |
5617 | |
5618 * calendar.el (calendar-mode): Put calendar-phases-of-moon on a key | |
5619 and describe it. | |
5620 | |
5621 * diary.el: Autoload diary-lunar-phase. | |
25830 | 5622 |
5623 1992-07-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5624 | |
5625 * loaddefs.el: Added C-x a, C-x r and C-x n as prefixes. | |
5626 Removed old C-x a, C-x g, C-x j, C-x n, C-x p, C-x r, C-x x, C-x w. | |
5627 Also C-x /, C-x C-a, C-x C-h, C-x +, C-x -. | |
5628 Added bindings for function keys insert-line, delete-line, delete-char. | |
5629 | |
5630 * bytecomp.el: Deleted support for running compiler in Emacs 18. | |
5631 Spell "Emacs 18" properly. | |
5632 (byte-compile-version): FSF 2.1. | |
5633 (byte-compiler-valid-options): Deleted. | |
5634 (byte-compile-single-version): Always return nil. | |
5635 (byte-compiler-version-cond): Always return the argument. | |
5636 | |
5637 * loaddefs.el: Key bindings moved here. | |
5638 * simple.el: From here. | |
5639 | |
40965 | 5640 1992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5641 |
5642 * byte-opt.el (byte-boolean-vars): Rebuilt for Emacs 19. | |
5643 | |
5644 * screen.el: Renamed to frame.el. The term is no longer `screen', | |
5645 but `frame'. All variables and functions renamed. | |
5646 * x-menu.el, window.el, sup-mouse.el, sun-mouse.el, subr.el, | |
5647 startup.el, sendmail.el, register.el, prompt.el, mlconvert.el, | |
5648 loadup.el, ispell.el, isearch.el, holidays.el, fortran.el, | |
5649 files.el, etags.el, emerge.el, electric.el, edebug.el, dired.el, | |
5650 diary.el, csharp.el, compile.el, comint.el, calendar.el, | |
5651 buff-mune.el, bg-mouse.el, appt.el, abbrevlist.el, term/x-win.el, | |
5652 term/wyse50.el, term/vt200.el, term/vt100.el: All uses changed. | |
5653 * screen.el (screen-height, screen-width, set-screen-height, | |
5654 set-screen-width): Defined as aliases for frame-height, | |
5655 frame-width, set-frame-height, and set-frame-width. | |
5656 (set-frame-height, set-frame-width): Functions deleted; they are | |
5657 defined in frame.c. | |
5658 | |
5659 1992-07-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5660 | |
5661 * [uvwxy]*.el: Added headers for new Emacs Lisp documentation | |
5662 conventions. | |
5663 | |
40965 | 5664 1992-07-14 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
5665 | |
5666 * calendar.el (calendar-mode): Change key bindings for all | |
5667 functions to make them consistent with Version 19 requirements. | |
25830 | 5668 |
5669 1992-07-13 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5670 | |
5671 * comint.el: minor changes to comments to reflect the fact that | |
5672 comint has won its war and replaced shell mode. | |
5673 | |
5674 1992-07-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5675 | |
5676 * rmailsort.el: Change copyright to FSF; update permission notice. | |
5677 | |
5678 * byte-run.el: Delete compatibility definition of make-byte-code. | |
5679 (byte-compiler-options): Commented out. | |
5680 (proclaim-inline, proclaim-notinline): Commented out. | |
5681 | |
5682 * byte-opt.el: Change several doc strings to comments. | |
5683 They had the wrong format anyway. | |
5684 Delete the `require' and the test for wrong compiler version. | |
5685 | |
5686 * disass.el: Require just bytecomp, not byte-opt. | |
5687 | |
5688 * bytecomp.el (emacs-lisp-file-regexp): | |
5689 Renamed from elisp-source-file-re. All uses changed. | |
5690 (byte-compile-dest-file): Don't use that var. | |
5691 (compile-defun): Renamed from elisp-compile-defun. | |
5692 (byte-compile-report-ops): Define unconditionally. | |
5693 It's a bad idea to make function definitions of moderate size | |
5694 conditional on anything. | |
5695 (byte-compile-and-load-file): Commented out. | |
5696 (byte-compiler-valid-options): | |
5697 Renamed from byte-compiler-legal-options. | |
5698 (byte-compile-overwrite-file): Variable deleted. | |
5699 (byte-compile-file): Don't use that var. | |
5700 (byte-compile-compatibility): | |
5701 Renamed from byte-compile-emacs18-compatibility. | |
5702 (byte-compile-generate-emacs19-bytecodes): Variable deleted. | |
5703 Use byte-compile-compatibility instead. | |
5704 (byte-compiler-options-handler): Deleted. | |
5705 (byte-compile-body-do-effect, byte-compile-form-do-effect): | |
5706 Use defsubst, not proclaim-inline. | |
5707 | |
5708 * byte-opt.el: Renamed from byte-optimize.el. | |
5709 * byte-run.el: Renamed from bytecomp-runtime.el. | |
5710 * bytecomp.el, loadup.el: References to those files fixed. | |
5711 | |
5712 * bytecomp.el: Style corrected in calls to error. | |
5713 Many doc strings corrected in style. | |
5714 | |
5715 * Repeated the following changes: | |
5716 * bytecomp.el (byte-compile-file): Don't put file name in minibuffer. | |
5717 (byte-compile-buffer): Function commented out. | |
5718 | |
5719 1992-07-13 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
5720 | |
5721 * loaddefs.el (completion-ignored-extensions): nconc together | |
5722 list of common extensions and list of unix or vms-specific ones. | |
5723 | |
40965 | 5724 1992-07-13 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5725 |
5726 * simple.el (kill-region): The variable `undo-high-threshold' has | |
5727 been renamed to `undo-strong-limit'. Change its use here. | |
5728 | |
40965 | 5729 1992-07-13 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
5730 | |
5731 * calendar.el (exit-calendar): Bury buffers instead of killing them. | |
5732 | |
5733 (european-calendar-display-form, american-calendar-display-form): | |
5734 Make comma after day name conditional so it's available for more | |
5735 general use. | |
5736 (calendar-date-string): Make dayname nil instead of the empty string. | |
5737 (cursor-to-julian-calendar-date, cursor-to-islamic-calendar-date, | |
5738 cursor-to-hebrew-calendar-date, list-yahrzeit-dates): Use nodayname | |
5739 form of display. | |
5740 | |
5741 * diary.el (diary-islamic-date, diary-hebrew-date, | |
5742 insert-diary-entry, insert-anniversary-diary-entry, | |
5743 insert-block-diary-entry, insert-cyclic-diary-entry, | |
5744 insert-hebrew-diary-entry, insert-islamic-diary-entry): Use | |
5745 nodayname form of display. | |
25830 | 5746 |
5747 1992-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5748 |
25830 | 5749 * c-mode.el (calculate-c-indent): Don't indent as argdecl |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5750 after apparent function decl inside a comment. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5751 |
40965 | 5752 1992-07-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5753 |
5754 * bytecomp.el: Replaced with Jamie Zawinksi's byte compiler. | |
5755 * byte-optimize.el, bytecomp-runtime.el: New files, supporting | |
5756 bytecomp.el. | |
5757 * loadup.el: Load bytecomp-runtime into the dumped Emacs. | |
5758 * disass.el: New version of the disassembler, to fit with the new | |
5759 compiler. | |
5760 | |
5761 * mouse.el (mouse-select-buffer-line): Removed extraneous setting | |
5762 of the variable `the-buffer'; it's never used elsewhere. | |
5763 | |
5764 * mouse.el (mouse-kill): Don't set the mark; pass point and the | |
5765 click's position to kill-region directly. | |
5766 | |
40965 | 5767 1992-07-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5768 |
5769 * abbrev.el (write-abbrev-file): Removed extraneous interactive spec. | |
5770 | |
5771 * screen.el (current-screen-configuration, | |
5772 set-screen-configuration): New functions. | |
5773 | |
5774 * buff-menu.el (buffer-menu): Make ARG an optional argument. | |
5775 | |
5776 * screen.el (iconify): Call the function `make-screen-visible' | |
5777 instead of `deiconify-screen'; the latter no longer exists. | |
5778 | |
5779 * files.el (find-backup-file-name): Replace the reference to | |
5780 `backup-extract-version' with a literal `function' form. This | |
5781 eliminates the use of dynamic binding, and allows us to remove | |
5782 backup-extract-version, which doesn't really want to be its own | |
5783 function. | |
5784 (backup-extract-version): Function removed. | |
5785 | |
5786 * help.el (help-with-tutorial): Zap the value of | |
5787 `buffer-auto-save-file-name', not `auto-save-file-name'. | |
5788 | |
5789 * loadup.el: Don't forget to garbage-collect after loading each | |
5790 file. Yes, some of the files are small enough that it won't make | |
5791 much of a difference, but there's no reason not to garbage collect | |
5792 here (other parts of the build process are much slower), and these | |
5793 files might grow. | |
5794 | |
5795 * startup.el (command-line): Comment out the code which chooses a | |
5796 default value for split-window-keep-point; let's see if we can live | |
5797 without this option. | |
5798 | |
5799 1992-07-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5800 | |
5801 * terminal.el (te-set-escape-char): Improve messages. | |
5802 | |
5803 1992-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5804 | |
5805 * etags.el (find-tag): Don't set tags-loop-form. | |
5806 | |
5807 1992-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5808 | |
5809 * sendmail.el (mail-do-fcc): Call rmail-set-message-counters. | |
5810 | |
40965 | 5811 1992-07-06 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5812 |
5813 * etags.el (visit-tags-table): Remove automounter prefixes before | |
5814 setting tags-file-name. | |
5815 | |
5816 1992-07-06 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5817 | |
5818 * Moved gdb.el to =gdb.el. The autoload generation for | |
5819 loaddefs.el was getting screwed up by the conflicting autoloads | |
5820 generated from gdb.el and gud.el. In any case gdb.el is obsolete; | |
5821 we're using the gdb entry point of gud.el now. | |
5822 | |
5823 * Installed tq.el. | |
5824 | |
40965 | 5825 1992-07-06 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
5826 | |
5827 * tex-mode.el (tex-file): Fix reference to tex-offer-save. | |
5828 | |
5829 1992-07-05 Edward M. Reingold (reingold@emr.cs.uiuc.edu) | |
5830 | |
5831 * tex-mode.el: Require comint instead of oshell. | |
5832 (tex-start-shell): Use comint, not oshell. | |
5833 (tex-filter): Deleted function; no filter is now longer needed. | |
5834 | |
5835 * tex-mode.el (tex-run-command, latex-run-command, slitex-run-command, | |
5836 tex-bibtex-run-command, tex-dvi-print-command, | |
5837 tex-alt-dvi-print-command, tex-dvi-view-command): Change doc strings | |
5838 to reflect the fact that `*' will be replaced by the file name. | |
5839 (tex-send-command): New function to interact with comint subshell and | |
5840 replace `*' by the file name. | |
5841 (tex-file, tex-region, tex-print, tex-view, tex-bibtex-file, | |
5842 tex-show-print-queue): Use tex-send-command to send commands. | |
5843 | |
5844 * tex-mode.el (tex-offer-save): New variable. | |
5845 (tex-file): Offer to save buffers if tex-offer-save is t (default). | |
5846 | |
5847 * tex-mode.el (latex-block-names, standard-latex-block-names): New | |
5848 variables. | |
5849 (tex-latex-block): Use them to do completing-read for block name. | |
5850 | |
5851 * tex-mode.el (tex-last-temp-file): New variable to remember file | |
5852 name for clean up. | |
5853 (tex-shell-sentinel): New function--clean up when tex process dies. | |
5854 (tex-delete-last-temp-files): New function to do the cleanup. | |
5855 Add this function to kill-emacs-hook. | |
5856 (tex-region): Do clean up of files from last invocation. | |
5857 | |
5858 * tex-mode.el (tex-insert-quote): Make it barf on read-only buffers. | |
5859 | |
5860 * tex-mode.el (tex-terminate-paragraph): Make it barf on read-only | |
5861 buffers. | |
5862 | |
5863 * tex-mode.el (tex-insert-braces): Make it barf on read-only buffers. | |
5864 | |
5865 * tex-mode.el (tex-close-latex-block): Change void var `ERR' to `nil'. | |
5866 | |
5867 * tex-mode.el (tex-print): Use alternative printer when given prefix | |
5868 arg. | |
5869 | |
5870 * tex-mode.el (tex-mode-load-hook): New variable. | |
5871 Run-hooks on it. | |
25830 | 5872 |
5873 1992-07-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5874 | |
5875 * compile.el (compilation-in-progress): New variable. | |
5876 Add it to minor-mode-alist. | |
5877 (compile-internal): Cons the new process onto it. | |
5878 (compilation-sentinel): Remove the dead process from it. | |
5879 | |
5880 1992-07-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5881 | |
5882 * tex-mode.el: New version from reingold. | |
5883 | |
5884 * files.el (save-buffers-kill-emacs): Consider open net connections | |
5885 as possibly requiring a query. | |
5886 | |
5887 1992-07-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5888 | |
5889 * files.el (recover-file): Pass -L option to ls, if file is link. | |
5890 | |
5891 1992-07-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5892 | |
5893 * files.el (ctl-x-4-map): Bind `C-x 4 o' to display-buffer. | |
5894 | |
5895 * buff-menu.el (Buffer-menu-switch-other-window): New function, | |
5896 bound to C-o in Buffer-menu-mode-map. | |
5897 | |
5898 1992-07-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5899 | |
5900 * cmutex.el: Deleted, following recommendation of reingold. | |
5901 | |
40965 | 5902 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 5903 |
5904 * startup.el (command-line-1): Signal an error if the argument to | |
5905 the `-insert' option isn't a string. | |
5906 | |
40965 | 5907 1992-06-28 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 5908 |
5909 * completion.el (completion-separator-self-insert-autofilling): | |
5910 Changed references to `auto-fill-hook' to `auto-fill-function'. | |
5911 * mh-e.el (mh-letter-mode): Same thing. | |
5912 * texinfo-upd.el (texinfo-update-node, | |
5913 texinfo-sequential-node-update): Same thing. | |
5914 | |
40965 | 5915 1992-06-28 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
5916 | |
5917 * solar.el: New file. | |
5918 The only functions known to outside world are calendar-sunrise-sunset, | |
5919 diary-sunrise-sunset, diary-sabbath-candles, sunrise-sunset, and | |
5920 calendar-holiday-function-solar-equinoxes-solstices. | |
25830 | 5921 |
5922 * calendar.el (calendar-holidays): Add equinoxes and solstices. | |
40965 | 5923 (calendar-mode-map): Add key for sunrise/sunset. |
5924 Add a new variables calendar-time-display-form, calendar-latitude, | |
5925 calendar-longitude, calendar-location-name, calendar-time-zone, | |
5926 calendar-standard-time-zone-name, calendar-daylight-time-zone-name, | |
5927 calendar-daylight-savings-starts, calendar-daylight-savings-ends. | |
5928 Add autoload of calendar-sunrise-sunset. | |
5929 (calendar-mode): Add description of sunrise/sunset capability. | |
5930 (calendar-version): Changed to 5. | |
5931 | |
5932 * diary.el: Autoload diary-sunrise-sunset and diary-sabbath-candles. | |
25830 | 5933 |
5934 * holidays.el: Autoload | |
40965 | 5935 calendar-holiday-function-solar-equinoxes-solstices. |
5936 | |
5937 1992-06-27 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5938 |
25830 | 5939 * info.el: Bindings for Info-goto-emacs-command-node and |
5940 Info-goto-emacs-key-command-node in help-map moved from here... | |
5941 * help.el: to here. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5942 |
25830 | 5943 * compile.el (compile-internal): Make the buffer read-only, to |
5944 remind people that they probably don't want to mess with it. | |
5945 (compilation-sentinel): Make the buffer temporarily writable, so | |
5946 we can insert the termination message. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5947 |
25830 | 5948 * help.el, indent.el, paragraphs.el, isearch.el, replace.el: |
5949 Deleted autoload cookies from these files; they are all loaded | |
5950 into Emacs by loadup.el. | |
5951 * loaddefs.el: Removed autoload sections for the above files. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5952 |
40965 | 5953 * loaddefs.el: Put autoload sections in alphabetical order by file |
25830 | 5954 name. |
5955 | |
5956 * replace.el (perform-replace): Remember the match data from the | |
5957 real occurrence found, and restore it before executing the | |
5958 command. This preserves the match data across various other | |
5959 matching we do, and protects it from mungement while we're waiting | |
5960 for input. | |
5961 | |
5962 * loaddefs.el: Bind [M-right], [M-left], [M-up], and [M-down] to | |
5963 backward-sexp, forward-sexp, backward-list, and forward-list. | |
5964 | |
40965 | 5965 1992-06-26 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
25830 | 5966 |
5967 * holidays.el (calendar-holiday-list): Protect holiday evaluation from | |
5968 bogus holidays on list. | |
5969 | |
5970 1992-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5971 | |
5972 * outline.el (outline-flag-region): Bind buffer-read-only to nil. | |
5973 | |
40965 | 5974 1992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 5975 |
5976 * calendar.el, diary.el, holidays.el: Merged new versions from Ed | |
5977 Reingold. | |
5978 * calendar.el (mark-holidays-in-calendar, | |
5979 all-hebrew-calendar-holidays, all-christian-calendar-holidays, | |
5980 all-islamic-calendar-holidays, list-diary-entries-hook, | |
5981 diary-display-hook, nongregorian-diary-listing-hook, | |
5982 nongregorian-diary-marking-hook, diary-list-include-blanks): Added | |
5983 autoload cookie for these; Reingold's distribution suggests that | |
5984 these variables are ones that you are especially likely to want to | |
5985 customize. | |
5986 * holiday.el (holidays): Added autoload cookie for this. | |
5987 | |
40965 | 5988 1992-06-25 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
25830 | 5989 |
5990 * diary.el (diary-rosh-hodesh): Change mod to % in two places. | |
5991 | |
40965 | 5992 1992-06-24 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
5993 | |
5994 * holidays.el (calendar-holiday-function-fixed, | |
5995 calendar-holiday-function-float. calendar-holiday-function-julian, | |
5996 calendar-holiday-function-islamic, calendar-holiday-function-hebrew): | |
5997 Correct documentation strings. | |
5998 | |
5999 * holidays.el (calendar-holiday-function-greek-orthodox-easter): | |
6000 New function. | |
6001 | |
6002 * calendar.el (calendar-holidays): Add Greek Orthodox Easter to | |
6003 all Christian holidays list. | |
6004 | |
6005 * calendar.el: | |
6006 calendar-load-hook: New variable; use it with run-hooks. | |
6007 calendar: Describe use of calendar-load-hook. | |
6008 | |
6009 1992-06-23 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
25830 | 6010 |
6011 * autoload.el: The docstring is the third element of a `defun' | |
6012 form, not the second. | |
6013 | |
6014 1992-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6015 | |
6016 * fill.el (fill-region-as-paragraph): Don't assume any indentation | |
6017 for a one-line paragraph. | |
6018 | |
6019 * dired.el: Complete rewrite, mostly by sk@thp.uni-koeln.de. | |
6020 * dired-aux.el: Other parts of dired. | |
6021 | |
6022 * files.el (enable-local-eval): Renamed from `ignore-local-eval'; | |
6023 now has values like `enable-local-variables'. | |
6024 (hack-local-variables): Test `enable-local-eval' properly. | |
6025 | |
40965 | 6026 1992-06-22 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6027 |
6028 * autoload.el (generate-file-autoloads): Do attach a | |
40965 | 6029 `doc-string-elt' property to `defun', `defvar', `defconst', and |
6030 `defmacro'; since the files with ";;;autoload" cookies in them are | |
6031 never loaded into the dumped Emacs - otherwise, why would you be | |
6032 autoloading them?. | |
25830 | 6033 |
6034 1992-06-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6035 | |
6036 * fill.el (fill-region-as-paragraph): | |
6037 Handle fill-prefix wider than fill-column. | |
6038 Ensure we keep at least one word on each line. | |
6039 Also don't break after a period followed by just one space. | |
6040 | |
40965 | 6041 1992-06-21 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6042 |
6043 * screen.el (ctl-x-5-map): Removed declaration and initialization | |
40965 | 6044 of this here; it's done in subr.el, alongside ctl-x-4-map. |
25830 | 6045 |
6046 * autoload.el (generate-file-autoloads): If FILE is in the same | |
40965 | 6047 directory as the current buffer's file, or a subdirectory thereof, |
6048 change FILE to be a path relative to the current buffer's file. | |
6049 This will allow `update-autoloads-here' to find a section's file | |
6050 even if the Emacs tree has been moved, as it would be when | |
6051 installed on a different system. | |
25830 | 6052 |
6053 1992-06-19 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6054 | |
6055 * upd-copyr.el (update-copyright): Grok abbreviated years. | |
6056 | |
40965 | 6057 1992-06-19 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6058 |
6059 * lisp-mode.el (indent-sexp): The local variable `last-point' was | |
40965 | 6060 being asked to do double-duty - `calculate-lisp-indent' needs to |
6061 be given a location guaranteed to be outside of the current | |
6062 s-expression, but the outer loop (according to the change made Dec | |
6063 21 1989) needs to know where point was at the top of the loop. | |
6064 Added variable `starting-point' for `calculate-lisp-indent' to | |
6065 use. | |
25830 | 6066 |
6067 * lisp-mode.el (indent-sexp): Change the `while' loop to an `if', | |
6068 using `make-list' and `-' instead of `(list nil)' and `1+'. | |
6069 | |
40965 | 6070 1992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6071 |
6072 * edebug.el (edebug-debug): Added autoload cookie for this. | |
6073 | |
6074 * etags.el (find-tag-other-frame): New function. Bind it to | |
6075 `C-x 5 .'. | |
6076 | |
40965 | 6077 1992-06-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6078 |
6079 * compile.el (compilation-error-regexp-alist): Tightened up the | |
6080 regular expressions designed to match lint pass 2 and lint pass 3 | |
40965 | 6081 error messages. These were too loose; they were matching the |
25830 | 6082 "grep exited 00:06:20" messages at the end of the buffer. |
6083 | |
6084 1992-06-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6085 | |
6086 * upd-copyr.el (update-copyright): Do nothing if | |
6087 inhibit-update-copyright is non-nil. If the user answers "no", set | |
6088 that to t locally. | |
6089 (inhibit-update-copyright): New defvar. | |
6090 | |
6091 1992-06-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6092 | |
6093 * mailabbrev.el: New version from jwz. | |
6094 | |
40965 | 6095 1992-06-15 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6096 |
6097 * compile.el (compilation-enter-directory-regexp, | |
6098 compilation-leave-directory-regexp): In strings, replace uses of | |
6099 "\\\(" or "\\\)" with "\\(" or "\\)". | |
6100 (compilation-error-regexp-alist): Remember to include newlines in | |
6101 all the complemented character sets; none of these should match | |
6102 across a newline. | |
6103 | |
40965 | 6104 1992-06-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6105 |
6106 * isearch-mode.el (isearch-forward): Remove sentence from doc | |
6107 string claiming that the key bindings are controlled by variables | |
6108 named `search-FOO-char'. That was true of the old isearch.el, but | |
6109 now the keymap `isearch-mode-map' controls special characters in | |
6110 isearch-mode. | |
6111 | |
6112 * blackbox.el (blackbox): Added ;;;###autoload cookie. | |
6113 | |
6114 * add-log.el (change-log-mode): Integrated some code from the | |
6115 `change-log-mode' function in `text-mode.el'. Docstring now | |
6116 mentions that it prevents numeric backups, and sets `left-margin' | |
6117 and `fill-column'. Code now actually sets `left-margin' and | |
6118 `fill-column', as advertised. | |
6119 * text-mode.el (change-log-mode): Function deleted, since it's | |
6120 been superceded by the one in add-log.el. | |
6121 | |
6122 1992-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6123 | |
6124 * gnus.el (gnus-start-news-server): Criterion for using the local | |
6125 news spool is now that gnus-nntp-server is "::". | |
6126 | |
6127 1992-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6128 | |
6129 * gnus.el (gnus-nntp-server): Eval gnus-default-nntp-server only | |
6130 if bound. | |
6131 | |
40965 | 6132 1992-06-12 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6133 |
6134 * isearch-mode.el: New package, which will probably supercede | |
40965 | 6135 isearch.el. |
25830 | 6136 (isearch-mode-map, isearch-mode-meta-map): When initializing |
6137 these, remember that vectors are no longer keymaps. | |
6138 (isearch-update): unread-command-char is no longer -1 when | |
6139 there is no unread character - it's nil. | |
6140 | |
6141 * simple.el (interprogram-paste-function): Add the stipulation | |
6142 that the function this points to should return nil if Emacs sent | |
6143 the most recent string for interprogram pasting; the function | |
6144 should never return the same string Emacs posted with | |
6145 `interprogram-cut-function'. | |
6146 * term/x-win.el (x-last-selected-text): New variable. | |
6147 (x-select-text): Set it, so we can check later against returning | |
6148 it. | |
6149 (x-cut-buffer-or-selection-value): Check it, to make sure we don't | |
6150 return our own text. | |
6151 | |
6152 1992-06-12 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu) | |
6153 | |
6154 * simple.el (current-kill): Fixed misnamed parameter and | |
6155 reorganized code slightly. | |
6156 | |
6157 1992-06-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6158 | |
6159 * rmailout.el (rmail-output): Get date using mail-fetch-field. | |
6160 | |
6161 1992-06-10 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6162 | |
6163 * compile.el (compile-internal): Do buffer-disable-undo here. | |
6164 (compilation-mode): Not here. | |
6165 | |
40965 | 6166 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 6167 |
6168 * simple.el (rotate-yank-pointer): Move the guts of this to | |
6169 current-kill, and get rid of the optional DO-NOT-MOVE argument. | |
6170 (current-kill): Rotate the yank pointer here. | |
6171 | |
40965 | 6172 1992-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 6173 |
6174 * subr.el (one-window-p): Rename argument ARG to NOMINI, so | |
6175 that the docstring will agree with the argument list generated | |
6176 by make-docfile.c. | |
6177 | |
40965 | 6178 * simple.el (kill-region): Undo May 20th change - add back |
25830 | 6179 Roland McGrath's hack of June 17, 1991, which allows |
6180 kill-region to work on read-only buffers - in read-only | |
6181 buffers, it acts just like copy-region-as-kill. | |
6182 | |
6183 1992-06-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6184 | |
6185 * electric.el (Electric-command-loop): Set last-command after each cmd. | |
6186 | |
6187 * server.el (server-buffer-clients): Add permanent-local property. | |
6188 | |
6189 1992-06-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6190 | |
6191 * csharp.el (c-find-nesting): Renamed from csharp-find-nesting. | |
6192 Add autoload. | |
6193 All other functions in this file renamed to start with c-find-nesting. | |
6194 | |
6195 1992-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6196 | |
6197 * window.el (split-window-keep-point): Make it t by default. | |
6198 | |
6199 1992-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6200 | |
6201 * simple.el (delete-blank-lines): Handle special case near eob. | |
6202 | |
6203 1992-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6204 | |
6205 * simple.el (universal-argument): Don't call describe-arg. | |
6206 Pass t as 2nd arg to read-key-sequence. | |
6207 (prefix-arg-internal): Likewise. | |
6208 | |
6209 1992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6210 | |
6211 * startup.el (command-line): Run after-init-hook. | |
6212 Renamed pre-init-hook to before-init-hook for consistency with | |
6213 e.g., before-change-function. | |
6214 (after-init-hook): New defvar. | |
6215 * screen.el: Use before-init-hook instead of pre-init-hook. | |
6216 | |
6217 1992-06-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6218 | |
6219 * simple.el: Doc fix. | |
6220 | |
6221 1992-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6222 | |
6223 * info.el (Info-enable-edit): Now a user option. | |
6224 | |
6225 1992-06-03 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
6226 | |
6227 * sendmail.el (mail-signature): Suppress move to end of buffer if | |
6228 we gave a prefix argument (requested by Bob Chassell). | |
6229 | |
6230 1992-06-03 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6231 | |
6232 * add-log.el (add-change-log-entry): Match the file name followed | |
6233 by a colon in an existing entry. | |
6234 To find a blank line, search for one containing only whitespace, | |
6235 not two consecutive newlines. | |
6236 When adding to an existing entry, open a line and indent. | |
6237 | |
6238 1992-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6239 | |
6240 * add-log.el (change-log-mode): Set version-control to 'never | |
40965 | 6241 locally. Set adaptive-fill-regexp. Make paragraph-separate |
6242 match date lines. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6243 |
25830 | 6244 * bytecomp.el (byte-compile-file): Don't put file name in minibuffer. |
6245 (byte-compile-buffer): Function commented out. | |
6246 | |
6247 * lisp-mode.el (lisp-indent-line): Keep point unchanged in ;;; | |
40965 | 6248 line. |
25830 | 6249 |
6250 1992-06-02 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6251 | |
6252 * add-log.el (add-change-log-entry): If the visited file is in | |
6253 the directory tree under the directory containing the change | |
6254 log file, insert the path to it from there, rather than just | |
40965 | 6255 the file name. Also removed setq of random variable |
25830 | 6256 `formatted-revision'. |
6257 | |
40965 | 6258 1992-06-02 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 6259 |
6260 * yow.el: Somehow, the semicolons introducing the comment on the | |
40965 | 6261 first line disappeared. Put them back. |
25830 | 6262 |
6263 1992-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6264 | |
6265 * subr.el (eval-current-buffer): Add as alias for eval-buffer. | |
6266 | |
6267 * calendar.el (calendar): Add an autoload. | |
6268 * cal.el: File deleted. | |
6269 | |
6270 1992-06-02 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6271 | |
6272 * add-log.el: Fixed copyright years to not use a range. | |
6273 (change-log-mode): Added docstring. | |
6274 (add-change-log-entry): Put a space between the file name and | |
6275 "(function name):". Put a colon after the file name if we have | |
6276 found no function name. | |
6277 | |
6278 1992-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6279 | |
6280 * edebug.el (edebug-eval-buffer): New function. | |
6281 Install it in place of eval-buffer if eval-buffer is defined. | |
6282 (edebug-eval-current-buffer): Define this, not eval-current-buffer. | |
6283 Use fset to install it in place of eval-current-buffer. | |
6284 ??? mlconvert.el needs fixing too. | |
6285 | |
6286 * ispell.el: Add some autoloads. | |
6287 (ispell-word): Accept prefix arg, meaning do ispell-next. | |
6288 | |
40965 | 6289 1992-06-01 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6290 |
6291 * simple.el (current-kill): Name the variable which holds the | |
6292 value from other programs to be pasted interprogram-paste, not | |
6293 interprogram-cut. | |
6294 | |
6295 * files.el: Bind find-file-other-screen to C-x 5 C-f as well as | |
6296 C-x 5 f, for symmetry with C-x C-f. | |
6297 | |
6298 1992-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6299 | |
6300 * asm-mode.el (asm-mode-map): Don't override RET. | |
6301 | |
6302 * teco.el: Rename `teco:' to `teco-' in all symbols. | |
6303 (teco-command): Make it autoload. | |
6304 | |
6305 * edebug.el (edebug-defun): Make it autoload. | |
6306 | |
6307 * hexl.el (hexl-save-buffer): Return t. | |
6308 (hexl-mode): Put hexl-save-buffer in write-contents-hooks. | |
6309 (hexl-mode-map): Put the 1k page commands on C-x [ and C-x ]. | |
6310 | |
6311 * diff.el: Doc fix. | |
6312 | |
6313 * fill.el (fill-region-as-paragraph): Treat } like closeparen. | |
6314 If a fill prefix is specified globally, always use that one. | |
6315 | |
6316 * flow-ctrl.el (evade-flow-control-memstr=): Renamed from memstr=. | |
6317 | |
6318 1992-05-31 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6319 |
25830 | 6320 * bibtex.el: merged in alarson's changes |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6321 |
25830 | 6322 * simula.el: replaced Bj|rn Hessen's version with Hans Henrik |
6323 Eriksen's improved version (both of them wanted it this way). | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6324 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6325 1992-05-31 Noah Friedman (friedman@splode.com) |
25830 | 6326 |
40965 | 6327 * subr.el (lambda): Added docstring. |
25830 | 6328 |
6329 1992-05-31 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6330 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6331 * gdb.el nuked --- subsumed by gdb entry point of gud.el |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6332 |
25830 | 6333 * dbx.el nuked --- subsumed by dbx entry point of gud.el |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6334 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6335 * session.el nuked --- saveconf.el is better |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6336 |
25830 | 6337 * add-log.el now contains the add-log-new.el changes which merge |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6338 consecutive entries by the same user on the same day and try to |
25830 | 6339 auto-generate both the file key and function changed fields --- the |
6340 old version still exists in the ~n~ files if this loses, but | |
6341 the code looks good. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6342 |
25830 | 6343 1992-05-30 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6344 |
25830 | 6345 * profile.el: installed |
6346 | |
6347 * cus-print.el: installed | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6348 |
40965 | 6349 1992-05-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6350 |
6351 * startup.el (normal-top-level): Call abbreviate-file-name instead | |
6352 of writing out its code. | |
6353 | |
6354 * comint.el: Merged with Olin Shivers' comint version 2.03. | |
6355 (comint-version): Changed accordingly. | |
6356 (comint-previous-input-matching): Bind this to c-m-r, rather | |
6357 than c-c c-r. | |
6358 (comint-exec-hook): Make this variable buffer-local. | |
6359 (comint-exec): Put the code which feeds the startfile to the | |
6360 inferior inside the let which binds ``proc'', as suggested by | |
6361 the indentation. | |
6362 (comint-read-noecho): New optional argument STARS, which | |
6363 causes input to be echoed with '*' characters on the prompt | |
6364 line. | |
6365 (send-invisible): Change prompt from "Enter non-echoed text: " | |
40965 | 6366 to "Non-echoed text: ". This conforms with the convention |
25830 | 6367 used by existing prompts, and gives more room to type stuff. |
6368 | |
6369 * comint.el (comint-last-input-start): New varible. In | |
6370 particular, this helps support subprocesses that insist on echoing | |
6371 their input. Added comments to porting guide indicating that | |
6372 this should probably not be used for implementing history stuff. | |
6373 (comint-mode): Create and initialize comint-last-input-start as a | |
6374 buffer-local var. | |
6375 (comint-send-input): Set comint-last-input-start when we send the | |
6376 input. | |
6377 Porting documentation at end of file adjusted to describe the | |
6378 differences between the old shell mode's last-input-start variable | |
6379 and comint-last-input-start. | |
6380 * telnet.el (telnet-send-input): If telnet-remote-echos is | |
6381 non-nil, use comint-last-input-start and comint-last-input-end to | |
6382 delete the input we just sent. | |
6383 | |
40965 | 6384 1992-05-29 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6385 |
6386 * simple.el (append-to-buffer): When called interactively, default | |
6387 to (other-buffer nil t). This way, it will offer to insert into | |
6388 the buffer in the other window. | |
6389 | |
40965 | 6390 1992-05-27 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6391 |
6392 * term/x-win.el (x-cut-buffer-or-selection-value): New function. | |
6393 Set interprogram-paste-function to use it. | |
6394 (x-select-text): For backwards compatibility, set cut buffer 0 as | |
6395 well as claiming ownership of the other selections. | |
6396 | |
6397 1992-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6398 | |
6399 * simple.el (indent-new-comment-line): Change handling of | |
6400 comment-multi-line (which is effectively obsolete now). | |
6401 | |
6402 1992-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6403 | |
6404 * simple.el (set-selective-display): Keep vpos of point constant. | |
6405 | |
40965 | 6406 1992-05-24 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
6407 | |
6408 * calendar.el (list-yahrzeit-dates): New function. | |
6409 (hebrew-calendar-yahrzeit): Moved from diary.el. | |
6410 | |
6411 * diary.el (hebrew-calendar-yahrzeit): Moved to calendar.el. | |
6412 diary-ordinal-suffix: Give correct suffix for 111, 112, 113, 211, | |
6413 212, 213, etc. | |
6414 | |
6415 1992-05-21 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
25830 | 6416 |
6417 * mouse.el: Emulate the Emacs 18 mouse button bindings for now. | |
6418 (mouse-yank-at-click): New function. | |
6419 | |
6420 * term/x-win.el (x-select-text): Don't bother to check if the | |
6421 window system is X; if it isn't, then this function would never | |
6422 have been defined, let alone called. Is this right, Joe? | |
6423 | |
6424 * simple.el (interprogram-paste-function): New hook, for getting | |
6425 the current pasting text from the window system. | |
6426 (kill-ring): Doc fix, encouraging people to use the functions | |
6427 below instead of manipulating the kill ring directly, since the | |
6428 functions correctly deal with interprogram cutting and pasting. | |
6429 (kill-new): New function. | |
6430 (kill-append): Added doc string. Be sure to call the | |
6431 interprogram-cut-function on the new string. | |
6432 (current-kill): New function. | |
6433 (rotate-yank-pointer): New optional argument do-not-move, to | |
6434 support vi.el and vip.el's style of ring access. | |
6435 (kill-region, copy-region-as-kill): Call kill-new, instead of | |
6436 writing out all the logic. | |
6437 (yank-pop): Use current-kill, rather than assuming that | |
6438 kill-ring-yank-pointer points to the text you should use. | |
6439 (yank): Use current-kill, instead of calling rotate-yank-pointer | |
6440 and then fetching through the kill-ring-yank-pointer. | |
6441 * vi.el (vi-put-before): Instead of figuring out the index into | |
6442 the kill-ring and fetching directly, call current-kill. | |
6443 * vip.el (vip-put-back, vip-Put-back, ex-copy): Use current-kill, | |
6444 don't access the kill ring directly. | |
6445 * term/x-win.el: Set interprogram-paste-function to | |
6446 'x-selection-value. | |
40965 | 6447 * sun-fns.el (mouse-yank-at-point): Instead of rotating the yank |
25830 | 6448 pointer one spot and then accessing the kill ring directly, just |
6449 call the function current-kill with an argument of one. | |
6450 | |
6451 * simple.el (kill-ring-save): Blink to the other end of the saved | |
6452 region, if it's on the screen, or print out the text if it's not, | |
6453 instead of printing the number of characters saved. Nobody cares | |
6454 how many characters were saved, and it's hard to interpret | |
6455 intuitively. | |
6456 | |
6457 * screen.el (ctl-x-3-map): Renamed to ctl-x-5-map, and now bound | |
6458 to C-x 5, not C-x 3. This makes a nicer analogy with C-x 4. | |
6459 Moving split-window-horizontally to C-x 3 also makes a nicer | |
6460 analogy with C-x 2. | |
6461 * files.el, sendmail.el, subr.el: Uses of ctl-x-3-map here | |
6462 renamed. | |
6463 * window.el: Binding of split-window-horizontally moved from C-x 5 | |
6464 to C-x 3. | |
6465 | |
40965 | 6466 1992-05-20 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6467 |
6468 * simple.el (kill-region): This used to forgo actually deleting | |
6469 the region if the buffer was read-only, meaning that the command | |
6470 would silently copy the region to the kill ring, but leave the | |
6471 buffer unmodified. Now it tries to delete the region, even if the | |
6472 buffer is read-only; go ahead and get the error. | |
6473 | |
6474 1992-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6475 | |
6476 * subr.el (one-window-p): If arg is t, completely avoid minibuffer. | |
6477 | |
40965 | 6478 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6479 |
6480 * version.el (version): New alias for emacs-version. | |
6481 | |
40965 | 6482 1992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 6483 |
6484 * startup.el (normal-top-level): Typo: s/getev/getenv/. | |
6485 | |
40965 | 6486 1992-05-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6487 |
6488 * subr.el (lambda): Define this as a macro which wraps the lambda | |
40965 | 6489 expression in a (function ...) quoter. This means that you don't |
25830 | 6490 need to write out the cursed ``function'' any more. It might be |
6491 cleaner to simply change the way the interpreter and compiler | |
6492 treat lambda. | |
6493 | |
6494 * loadup.el: Disable undo recording in scratch while we load all | |
6495 the files; re-enable them before we dump. | |
6496 | |
40965 | 6497 1992-05-12 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6498 |
25830 | 6499 * startup.el (normal-top-level): If (getenv "PWD") or (getenv |
6500 "HOME") refer to the same directory as default-directory, change | |
6501 default-directory to the shortest of the three. | |
6502 | |
6503 * disass.el (disassemble-internal): Use indirect-function instead | |
6504 of just looping. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6505 |
25830 | 6506 1992-05-12 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu) |
6507 | |
40965 | 6508 * simple.el (kill-region): Call the interprogram-cut-function if |
25830 | 6509 it's non-nil. |
6510 | |
6511 * term/x-win.el (x-select-text): New function for selecting text, | |
6512 asserts both PRIMARY and CLIPBOARD selections. | |
6513 | |
6514 1992-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6515 | |
6516 * ftp.el (ftp-command): Correctly ignore lines without status codes. | |
6517 | |
6518 * fill.el (fill-individual-paragraphs): Choice of two modes, | |
6519 controlled by fill-individual-varying-indent. | |
6520 | |
6521 1992-05-05 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6522 | |
6523 * files.el (save-some-buffers): Use save-excursion around whole | |
6524 fn, rather than several inside. | |
6525 | |
6526 1992-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6527 | |
6528 * terminal.el (terminal-emulator): Use process-enironment, not env. | |
6529 Get rid of code that used start-subprocess. | |
6530 | |
6531 1992-05-03 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6532 | |
6533 * mailabbrev.el (mail-abbrevs-v18-munge-map): Use define-key | |
6534 instead of making up an extra alist and nconcing it onto the keymap. | |
6535 | |
40965 | 6536 1992-05-02 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
6537 | |
6538 * calendar.el (generate-calendar-month): Center heading over each | |
25830 | 6539 month. |
6540 | |
40965 | 6541 1992-04-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6542 |
6543 * loaddefs.el: Moved (put 'narrow-to-page 'disabled t)... | |
6544 * page.el: To here. | |
6545 | |
40965 | 6546 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6547 |
6548 * mh-e.el (mh-signature-file-name): New variable. | |
6549 (mh-insert-signature): Use it. | |
6550 | |
6551 1992-04-27 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6552 | |
6553 * mailabbrev.el: New version from jwz. | |
6554 | |
6555 1992-04-26 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6556 | |
6557 * loaddefs.el: Removed (put 'narrow-to-region 'disabled t). | |
6558 It is done in simple.el. | |
6559 | |
40965 | 6560 1992-04-25 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6561 |
6562 * dired.el (dired-mode): Make the modeline display the entire path | |
6563 of the directory, not just the buffer name. | |
6564 | |
40965 | 6565 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6566 |
6567 * flame.el: Add "flame-" prefix to internal functions, to conform | |
6568 with the naming conventions of the rest of Emacs. | |
6569 | |
40965 | 6570 1992-04-21 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6571 |
6572 * doctor.el (doctor-svo): Deleted second expression from top let | |
6573 binding; it used to read "(let ((foo <exp> sent)) ...)"; let | |
6574 bindings can only have one expression. | |
6575 | |
6576 * flame.el: We might as well (provide 'flame). | |
6577 | |
40965 | 6578 1992-04-18 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6579 |
6580 * startup.el (normal-top-level): Don't change default-directory to | |
6581 (getenv "PWD") unless they actually refer to the same directory. | |
6582 | |
6583 * rmail.el (rmail-unix-mail-delimiter): Doc fix. | |
6584 | |
40965 | 6585 1992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6586 |
6587 * rmail.el (rmail-unix-mail-delimiter): Don't bother giving this a | |
6588 docstring; move it to a comment. | |
6589 | |
6590 1992-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6591 | |
6592 * cmacexp.el: Doc fix. | |
6593 | |
40965 | 6594 1992-04-15 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6595 |
6596 * simple.el (reindent-then-newline-and-indent, | |
6597 newline-and-indent): Call the newline function instead of saying | |
6598 (insert ?\n), so that auto fill mode will break lines correctly. | |
6599 | |
6600 * upd-copyr.el (update-copyright): Used to not change the | |
6601 copyright version when user elected to update the copyright year, | |
6602 but would change it when user decided not to update. Now doesn't | |
6603 do anything unless user gives permission, and when the user does | |
6604 give permission, does everything. | |
6605 | |
6606 * rmail.el (rmail-unix-mail-delimiter): New variable. | |
6607 (rmail-convert-to-babyl-format): Use it to recognize the start of | |
6608 an mbox message. | |
6609 (rmail-nuke-pinhead-header): Same. | |
6610 | |
6611 1992-04-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6612 | |
6613 * compile.el (compilation-find-buffer): Optional non-nil arg says | |
6614 to try to find some buffer other than the current one. | |
6615 | |
40965 | 6616 1992-04-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
6617 | |
6618 * holidays.el (calendar-cursor-holidays): Signal error when cursor | |
25830 | 6619 is not on a date. |
6620 | |
40965 | 6621 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6622 |
6623 * doctex.el, gdb.el, mh-e.el, vip.el: Use | |
6624 point{,-min,-max,-marker} functions instead of | |
6625 dot{,-min,-max,-marker}. | |
6626 | |
6627 1992-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6628 | |
6629 * mailabbrev.el (mail-abbrev-expand-hook): Rewritten so it won't | |
6630 loop if a single address doesn't fit within fill-column. | |
6631 | |
6632 1992-04-05 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6633 | |
6634 * mailabbrev.el (sendmail-v18-self-insert-command): Just pass arg | |
6635 to sendmail-pre-abbrev-expand-hook. | |
6636 (sendmail-pre-abbrev-expand-hook): Take optional arg; if non-nil, | |
6637 call self-insert-command with it, and don't do expand-abbrev; just | |
6638 | |
40965 | 6639 1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6640 |
6641 * lpr.el (lpr-command): Make this variable settable. | |
6642 | |
40965 | 6643 1992-04-03 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6644 |
6645 * files.el (revert-buffer): Reverse the sense of the prefix | |
6646 argument; by default, do not offer to revert from the auto-save | |
6647 file. | |
6648 | |
6649 1992-04-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6650 | |
6651 * files.el (write-contents-hooks): New variable. | |
6652 (basic-save-buffer): Use write-contents-hooks like write-file-hooks. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6653 |
40965 | 6654 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6655 |
6656 * bytecomp.el (byte-compile-let, byte-compile-let*): Signal an | |
6657 error message if a binding has more than one value form. | |
6658 | |
6659 * sendmail.el (mail-position-on-field): Search for the mail header | |
6660 separator only occurring at the beginning of a line. Insert new | |
6661 headers correctly even if there are no other headers. | |
6662 | |
6663 * loadup.el: When finding pointers to doc strings, place the doc | |
6664 file in ../etc, not ../share-lib. It's been renamed. | |
6665 | |
6666 1992-03-24 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6667 | |
6668 * mailabbrev.el: New version from jwz. | |
6669 | |
6670 * mailabbrev.el (mail-abbrev-expand-hook): If an address in the | |
6671 expansion begins with a /, turn it into an FCC header. | |
6672 | |
6673 * mailabbrev.el: Major rehacking. Should work in 18 and 19. | |
6674 | |
6675 1992-03-23 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6676 | |
6677 * simple.el (copy-region-as-kill): Doc fix. | |
6678 | |
40965 | 6679 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6680 |
6681 * Moved provide clauses to bottom of every elisp file that | |
6682 contains one. | |
6683 | |
6684 * simple.el (undo): Don't print the "Undo!" message if we're in | |
6685 the minibuffer. | |
6686 | |
6687 1992-03-16 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6688 | |
6689 * upd-copyr.el (update-copyright): Don't update the GPL version or | |
6690 replace the notice if the user said not to update the copyright. | |
6691 | |
40965 | 6692 1992-03-11 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6693 |
6694 * sendmail.el (mail-fcc): New function. | |
6695 (mail-mode-map): Bind C-c C-f C-f to mail-fcc. | |
6696 | |
6697 * sendmail.el (mail-position-on-field): Recognize the | |
6698 mail-header-separator string, even when it's at the beginning of | |
6699 the buffer. | |
6700 | |
6701 1992-03-11 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6702 | |
6703 * map-ynp.el (map-y-or-n-p): Doc fix. | |
6704 | |
6705 1992-03-07 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6706 | |
6707 * upd-copyr.el (update-copyright): Take two new optional args, to | |
6708 ask the user whether to update, and whether to replace the year. | |
6709 When asking the user, narrow it down to things that look like GPL | |
6710 notices. | |
6711 (ask-to-update-copyright): New function, meant to be put on | |
6712 write-file-hooks. | |
6713 | |
6714 1992-03-05 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6715 | |
6716 * compile.el (compilation-mode-hook): New variable. | |
6717 (compilation-mode): Run it. | |
6718 (compilation-search-path): Made user variable, added autoload cookie. | |
6719 (compilaton-window-height): Added autoload cookie. | |
6720 | |
40965 | 6721 1992-02-27 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6722 |
6723 * hack-local-variables: Don't take a FORCE argument; it's as easy | |
6724 to bind enable-local-variables to t for a while as it is to pass | |
6725 an extra argument, and it's cleaner. | |
6726 * normal-mode: Instead of passing the FORCE argument, bind | |
6727 enable-local-variables. | |
6728 | |
6729 * set-auto-mode: Don't check for the -*- mode tag if | |
6730 enable-local-variables is nil. | |
6731 | |
6732 * loaddefs.el (auto-mode-alist): There's no reason for this | |
6733 definition and initialization to be here; moved it to... | |
6734 * files.el: Here. | |
6735 | |
40965 | 6736 1992-02-21 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6737 |
6738 * telnet.el (read-password): Let the quit character terminate | |
6739 password entry. | |
6740 | |
40965 | 6741 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6742 |
6743 * info.el: Doc fix. | |
6744 | |
40965 | 6745 1992-01-27 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6746 |
6747 * simple.el (universal-argument): Read key sequences, not single | |
6748 keys. Renamed `c-u' to `factor'. Describe the argument in the | |
6749 minibuffer as it is read. | |
6750 (prefix-arg-internal): Same changes here. Renamed CHAR argument | |
6751 KEY, to reflect the fact that it can now be an event sequence. | |
6752 (describe-arg): New function (actually, uncommented). | |
6753 (digit-argument, negative): Call prefix-arg-internal with a | |
6754 string for KEY argument, not a character. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6755 |
25830 | 6756 * simple.el (digit-argument): Strip off high bit of |
6757 last-command-char. | |
6758 | |
40965 | 6759 1992-01-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6760 |
6761 * term/tvi970.el: New file. | |
6762 | |
40965 | 6763 1992-01-16 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6764 |
25830 | 6765 * screen.el: Don't automatically bind C-z to iconify; this is |
6766 inappropriate on terminals. | |
6767 * term/x-win.el: Bind C-z to iconify here. | |
6768 | |
40965 | 6769 1992-01-15 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6770 |
6771 * term/wyse50.el: Rewritten to use function-key-map. | |
6772 | |
6773 * simple.el: Include bindings for [up], [down], [left], and [right]. | |
6774 | |
40965 | 6775 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6776 |
6777 * setenv.el: New file. | |
6778 | |
6779 * simple.el (x-select-kill): Variable removed. | |
6780 (interprogram-cut-function): New variable. | |
6781 (copy-region-as-kill): Use it. | |
6782 | |
6783 * term/new-at386.el: Rewritten to use function-key-map. | |
6784 | |
6785 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6786 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6787 * flow-ctrl.el: installed. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6788 |
40965 | 6789 1992-01-08 Jim Blandy (jimb@occs.cs.oberlin.edu) |
25830 | 6790 |
6791 * simple.el (temporary-goal-column): Added missing closing paren. | |
6792 | |
40965 | 6793 1991-12-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6794 |
6795 * mail-utils.el (mail-strip-quoted-names): Return nil if given nil. | |
6796 | |
40965 | 6797 1991-12-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6798 |
6799 * debug.el (cancel-debug-on-entry): Complete over debugged functions. | |
6800 | |
40965 | 6801 1991-12-21 Jim Blandy (jimb@occs.cs.oberlin.edu) |
25830 | 6802 |
6803 * at386.el: Moved to term/at386.el, changed to use | |
6804 function-key-map. | |
6805 | |
40965 | 6806 1991-12-20 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6807 |
6808 * term/news.el, term/vt100.el: Converted to use function-key-map | |
6809 instead of old keypad.el. | |
6810 * term/sun.el: Console key sequences converted to use | |
6811 function-key-map; emacstool bindings left alone. | |
6812 | |
40965 | 6813 1991-12-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6814 |
6815 * mailabbrev.el: New file. | |
6816 * sendmail.el (mail-setup): Delete code for mail-aliases. | |
6817 Call mail-aliases-setup instead. | |
6818 (sendmail-send-it): Delete code for mail-aliases. | |
6819 (build-mail-aliases, expand-mail-aliases): Autoloads deleted. | |
6820 | |
40965 | 6821 1991-12-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
25830 | 6822 |
6823 * etags.el (find-tag-noselect): fixed subtle bug due to | |
6824 save-excursion. | |
6825 | |
6826 (tags-tag-match): new function, made smarter about exact matches. | |
6827 | |
40965 | 6828 1991-12-13 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
25830 | 6829 |
6830 * perl-mode.el: installed. | |
6831 | |
40965 | 6832 1991-12-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6833 |
6834 * sendmail.el (mail-default-headers): New user variable. | |
6835 (mail-setup): Insert value of that variable. | |
6836 | |
40965 | 6837 1991-12-11 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
25830 | 6838 |
6839 * c-mode.el: added C++ style to c-style-alist. | |
6840 | |
6841 * at386.el: installed. | |
6842 | |
40965 | 6843 1991-12-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6844 |
6845 * man.el (nuke-nroff-bs): Simplify o^H+. Delete "reformatting" msg. | |
6846 | |
40965 | 6847 1991-12-08 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
25830 | 6848 |
6849 * blackbox.el: Applied doc patch. No functions affected. | |
6850 | |
6851 * etags.el: support new (find-tag-noselect) entry point. | |
6852 | |
6853 * info: patched to restore point on `up' to previously visited buffer. | |
6854 | |
6855 * sccs.el: installed 3.5 | |
6856 | |
40965 | 6857 1991-12-08 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6858 |
6859 * simple.el (universal-argument): If there is already an argument | |
6860 specified, don't toss it and read a new one; instead, end argument | |
6861 processing and read the next key literally. | |
6862 (digit-argument, negative-argument): Doc fix. | |
6863 | |
6864 * tar-mode.el (tar-subfile-save-buffer): Use the new current-time | |
6865 subr to generate real timestamps. | |
6866 (tar-update-datestamp): Remove docstring paragraph that claims the | |
6867 feature is not implemented. Remove similar paragraph from TO DO | |
6868 list at top of file. | |
6869 | |
40965 | 6870 1991-12-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6871 |
6872 * diff.el (diff-internal-diff): New subroutine. | |
6873 (diff): Removed from here. | |
6874 (diff-sccs, diff-rcs): New commands using diff-internal-diff. | |
6875 (diff-rcs-extension): New variable. | |
6876 | |
40965 | 6877 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6878 |
6879 * apropos.el, doctex.el, help.el, paths.el, spook.el, yow.el: | |
6880 These files expected to find their data in exec-directory, but | |
40965 | 6881 their data is now located under data-directory. Changed to use |
25830 | 6882 data-directory as appropriate. |
6883 * loadup.el: Changed to use the appropriate path names. | |
6884 | |
40965 | 6885 1991-12-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6886 |
6887 * mailalias.el (define-mail-alias): Handle quoted aliases. | |
6888 | |
40965 | 6889 1991-11-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6890 |
6891 * simple.el (prefix-arg-internal): Make C-u end the arg. | |
6892 Doc fixes on the argument commands. | |
6893 | |
40965 | 6894 1991-11-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6895 |
6896 * emacsbug.el (report-emacs-bug): Now autoloaded. | |
6897 | |
40965 | 6898 1991-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6899 |
6900 * simple.el: Doc fix. | |
6901 | |
40965 | 6902 1991-11-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6903 |
6904 * startup.el (command-line): Don't bother catching errors that | |
6905 occur while the window system file is loading; cmd_error can now | |
6906 properly handle errors that occur before screens are set up | |
6907 properly. | |
6908 | |
6909 * startup.el (command-line): baud-rate is a variable, not a | |
6910 function. | |
6911 | |
40965 | 6912 1991-11-14 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6913 |
6914 * info.el (Info-mode): Mention Info-directory in the list of | |
6915 commands in the docstring. | |
6916 (Info-follow-nearest-node): Rebalance parens. | |
6917 | |
6918 1991-11-11 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6919 | |
6920 * find-dired.el: New version munged by sk for tree dired. | |
6921 | |
40965 | 6922 1991-11-06 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6923 |
6924 * screen.el (screen-initialize, screen-notice-user-settings): | |
6925 Renamed global-minibuffer-screen to default-minibuffer-screen. | |
6926 | |
40965 | 6927 1991-11-05 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
6928 | |
6929 * diary.el (diary-rosh-hodesh): Add Erev Rosh Hodesh to the diary, | |
25830 | 6930 as needed. |
6931 | |
40965 | 6932 1991-10-31 Richard Mlynarik (mly@peduncle) |
6933 | |
6934 * ebuff-menu.el (eletric-buffer-menu-mode-map): Define | |
6935 < and > to scroll-left and scroll-right per user suggestion. | |
6936 | |
6937 1991-10-31 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) | |
25830 | 6938 |
6939 * files.el (cd): Don't bother calling pwd after changing the | |
6940 directory. | |
6941 | |
6942 * shell.el (shell-mode): Doc fix. | |
6943 | |
6944 * screen.el (screen-notice-user-settings): When replacing the | |
6945 initial screen with a minibuffer-only screen, append the original | |
6946 screen's parameters to initial-screen-parameters, so that moves | |
6947 and resizes may take place if appropriate. | |
6948 | |
40965 | 6949 * cmushell.el: This is now the real shell.el. Removed the "cmu" |
25830 | 6950 prefix from names. |
6951 (shell): Marked this to be autoloaded. | |
6952 | |
40965 | 6953 1991-10-29 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6954 |
6955 * files.el (find-file-noselect): Extract filename abbreviation | |
6956 code into separate function. | |
6957 (abbreviate-file-name): This is that. | |
6958 | |
6959 * files.el (after-find-file): If the directory containing the file | |
6960 doesn't exist, offer to create it. | |
6961 (make-directory-path): New function to support this offer. | |
6962 | |
40965 | 6963 1991-10-28 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6964 |
6965 * macros.el (apply-macro-to-region-lines): Use a marker to keep | |
6966 track of the next line to operate on, so the macro can delete or | |
6967 add lines. | |
6968 | |
40965 | 6969 1991-10-26 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6970 |
25830 | 6971 * disass.el (disassemble): Correctly distinguish functions with no |
40965 | 6972 interactive spec and functions that are (interactive). Correctly |
25830 | 6973 extract components of explicit calls to byte-code (old-style |
6974 compiled functions). Correctly pass byte code of function to | |
6975 disassemble-1. | |
6976 (disassemble-1): Use nth to extract components of explicit call to | |
6977 byte-code, not car and cdr. | |
6978 | |
40965 | 6979 1991-10-25 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6980 |
6981 * lisp-mode.el (eval-print-last-sexp): Saying (terpri | |
6982 (current-buffer)) after evaluating the expression does bad things | |
6983 if the expression changes the current buffer, so bind | |
6984 standard-input to the buffer that is current before evaluation. | |
6985 | |
6986 1991-10-21 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6987 | |
6988 * compile.el (compilation-buffer-name-function, | |
6989 compilation-finish-function): Add autoload cookie for these. | |
6990 | |
40965 | 6991 1991-10-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6992 |
6993 * info.el (Info-follow-nearest-node): Adjusted for new return | |
6994 value format from coordinates-in-window-p. | |
6995 | |
6996 1991-10-08 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6997 | |
6998 * add-log.el (change-log-name): New fn. | |
6999 (add-change-log-entry, add-change-log-entry-other-window): All | |
40965 | 7000 args optional. FILE-NAME defaults to new var |
25830 | 7001 `change-log-default-name'. Give this var a local value in the |
7002 buffer we were run from, pointing to the file we found. | |
7003 | |
7004 1991-10-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7005 | |
7006 * compile.el (compilation-buffer-p): New fn. | |
7007 (compilation-find-buffer, compile-goto-error): Use it. | |
7008 | |
7009 1991-10-05 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7010 | |
7011 * compile.el (compile-internal): Don't make state vars local. | |
7012 (compilation-mode): Do it here. | |
7013 (compilation-parse-errors-function, compilation-error-message): | |
7014 Give initial values. | |
7015 (compile-goto-error): Look for compilation-error-list rather than | |
7016 compilation-parse-errors-function in the buffer-local variables | |
7017 to see if this is a compilation buffer, because the latter might | |
7018 not be local. | |
7019 | |
40965 | 7020 1991-10-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7021 |
7022 * files.el (revert-buffer): Call verify-visited-file-modtime with | |
7023 one arg (the current buffer), instead of none. | |
7024 | |
7025 1991-10-04 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7026 | |
7027 * rmail.el: Changed two regexps not to look specifically for 19yy | |
7028 for years; look for yyyy instead. Planning for the millenium. | |
7029 | |
7030 1991-10-03 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7031 | |
7032 * version.el (emacs-version): (From Bob:) Take optional arg | |
7033 (prefix arg) to insert version text at point. | |
7034 | |
40965 | 7035 1991-09-26 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7036 |
7037 * info.el (Info-default-directory-list): defvar this instead of | |
7038 defconsting it, so paths.el can set it. | |
7039 | |
7040 1991-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7041 | |
7042 * map-ynp.el (map-y-or-n-p): Fixed for lists containing nil. | |
7043 | |
7044 1991-09-10 Roland McGrath (roland@wookumz.gnu.ai.mit.edu) | |
7045 | |
7046 * autoload.el (batch-update-autoloads): Use catch and throw to | |
7047 give up on a file altogether if it gets an error. | |
7048 | |
7049 * autoload.el (update-file-autoloads): Always check the old section. | |
7050 If the file has no cookies, it will be deleted and not replaced. | |
7051 | |
40965 | 7052 1991-09-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7053 |
7054 * simple.el (line-move): After C-e, do consider eol of blank line. | |
7055 Don't treat start of blank line as eol. | |
7056 | |
40965 | 7057 1991-09-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7058 |
7059 * fill.el (fill-individual-paragraphs): | |
7060 Find a fill-prefix that works for the whole paragraph. | |
7061 | |
7062 * simple.el (line-move): Don't treat start of blank line as eol. | |
7063 | |
40965 | 7064 1991-09-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7065 |
7066 * debug.el (debugger-step-through): Fix message typo. | |
7067 | |
40965 | 7068 1991-09-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7069 |
7070 * server.el (server-start): Delete old socket in /tmp as well as in ~. | |
7071 | |
40965 | 7072 1991-08-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7073 |
7074 * abbrev.el, chistory.el: Remove periods from error messages. | |
7075 | |
40965 | 7076 1991-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7077 |
7078 * help.el (describe-function, describe-variable): | |
7079 Return the same text as was displayed. | |
7080 | |
7081 * files.el: Doc fix. | |
7082 | |
7083 * files.el: Don't require map-ynp. | |
7084 * map-ynp.el: No need for provide. | |
7085 * loadup.el: Load map-ynp. | |
7086 | |
40965 | 7087 1991-08-23 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
7088 | |
7089 * calendar.el (calendar-last-day-of-month, calendar-leap-year-p, | |
7090 calendar-day-number, calendar-absolute-from-gregorian): Change | |
25830 | 7091 from functions to macros for speed. |
7092 | |
7093 1991-08-22 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7094 | |
7095 * files.el (find-backup-file-name): | |
7096 (apply fun (cons first rest)) => (apply fun first rest). | |
7097 Come on, guys. | |
7098 | |
40965 | 7099 1991-08-20 Michael I Bushnell (mib@geech.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7100 |
25830 | 7101 * rmail.el (rmail-convert-to-babyl-format): Roland added the |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7102 missing paren in the wrong place; fixed. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7103 |
25830 | 7104 * screen.el (screen-initialize): Added missing `function' around |
7105 lambda expression. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7106 |
25830 | 7107 1991-08-20 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
7108 | |
7109 * files.el (switch-to-buffer-other-screen, | |
7110 find-file-read-only-other-screen): Remove extra parens. | |
7111 | |
7112 * rmail.el (rmail-convert-to-babyl-format): Add missing paren. | |
7113 | |
40965 | 7114 1991-08-19 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
7115 | |
7116 * calendar.el (redraw-calendar): Preserve cursor location in | |
25830 | 7117 redrawing. |
7118 (extract-calendar-month, extract-calendar-day, | |
7119 extract-calendar-year): | |
40965 | 7120 Change from functions to macros to speed up computation. |
7121 | |
7122 * holiday.el: | |
7123 calendar-holiday-function-rosh-hashanah-etc: Correct date of Selichot. | |
7124 | |
7125 1991-08-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
25830 | 7126 |
7127 * rmail.el (rmail-convert-to-babyl-format): | |
7128 If can't find end of babyl header or babyl message, | |
7129 try to resync with next ordinary message. | |
7130 | |
7131 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7132 | |
7133 * doctor.el (doctor-strangelove): New fn. | |
7134 (doctor-member): Removed. | |
7135 (doctor-doc): Use member instead of doctor-member. | |
7136 (doctor-rms): Restored. | |
7137 | |
40965 | 7138 1991-08-16 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7139 |
7140 * term/x-win.el: Removed obsolete definitions for function keys. | |
7141 | |
40965 | 7142 1991-08-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7143 |
7144 * screen.el (screen-create-initial-screen): Renamed to | |
7145 screen-initialize. Arrange to cause errors if people try to | |
7146 create screens when no window system is running. | |
7147 | |
7148 * loadup.el: load screen.el into the dumped emacs. | |
7149 | |
7150 * subr.el (add-hook): Cons FUNCTION onto the value of the symbol | |
7151 HOOK, not the symbol itself. | |
7152 | |
7153 * loaddefs.el (ctl-x-4-map): Move definition from here... | |
7154 * subr.el (ctl-x-4-map): To here. | |
7155 (ctl-x-3-map): New prefix. | |
7156 (mouse-map): Deleted. | |
7157 | |
7158 * screen.el (new-screen-x-delta, new-screen-y-delta, | |
7159 new-screen-position): Removed. | |
7160 (new-screen): Simplified. | |
7161 (split-to-other-screen): Removed. | |
7162 (switch-to-buffer-other-screen, find-file-other-screen, | |
7163 find-file-read-only-other-screen, mail-other-screen): Moved, along | |
7164 with their keybindings, to... | |
7165 * files.el (switch-to-buffer-other-screen, find-file-other-screen, | |
7166 find-file-read-only-other-screen): Here... | |
7167 * sendmail.el (mail-other-screen): And here. | |
7168 | |
40965 | 7169 1991-08-14 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7170 |
7171 * files.el (generate-new-buffer): Function moved here from | |
7172 src/buffer.c. | |
7173 (set-visited-file-name): Use the new argument to rename-buffer. | |
7174 | |
7175 * macros.el (apply-macro-to-region-lines): Don't complain if there | |
7176 is no defined keyboard macro if one was passed as an argument. | |
7177 Don't test if macro is null inside the loop; set it to | |
7178 last-kbd-macro outside the loop. | |
7179 | |
7180 1991-08-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7181 | |
7182 * info.el: Removed bindings and help reference to nonexistent | |
7183 mouse commands. | |
7184 (Info-default-directory-list): New defconst, list to initialize | |
7185 Info-directory-list with by default. | |
7186 (info): Initialize Info-directory-list to | |
7187 Info-default-directory-list if there is no INFODIR envariable. | |
7188 * paths.el (Info-default-directory-list): Define instead of | |
7189 Info-directory-list. | |
7190 | |
40965 | 7191 1991-08-13 Ken Raeburn (raeburn@watch.com) |
25830 | 7192 |
7193 * time.el (display-time-24hr-format): New variable. | |
7194 (display-time-filter): If display-time-24hr-format is non-nil, | |
7195 display time in 24-hour format, rather than using AM/PM suffix. | |
7196 Also, don't blow up in substring if load average is unavailable. | |
7197 | |
40965 | 7198 1991-08-13 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7199 |
7200 * screen.el: Incorporated other-screen functions and key bindings. | |
7201 | |
7202 * screen.el: iconification code reworked; this code will require | |
7203 a mapping hook of some sort to work correctly. | |
7204 | |
7205 * screen.el, term/x-win.el: Renamed screen-default-alist to | |
7206 default-screen-alist. | |
7207 (default-screen-alist): Moved declaration to screen.c; the | |
7208 screen creation subrs should consult this transparently. | |
7209 | |
7210 * term/x-win.el (x-get-resources, x-pop-initial-window): Functions | |
7211 deleted. Don't call them at the bottom of the file anymore. | |
7212 | |
7213 1991-08-12 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7214 | |
7215 * simple.el (undo-start): Doc fix: undo-pointer -> pending-undo-list. | |
7216 | |
7217 * files.el (save-some-buffers): Add missing `(and' and matching | |
7218 `)' so that buffer-offer-save is actually tested. | |
7219 | |
40965 | 7220 1991-08-12 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7221 |
7222 * window.el (split-window-keep-point): New user option. | |
7223 (split-window-vertically): Modified to support it. | |
7224 * startup.el (command-line): Choose a default value for | |
7225 split-window-keep-point according to the baud rate. | |
7226 * term/x-win.el: Set split-window-keep-point. | |
7227 | |
40965 | 7228 1991-08-10 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7229 |
7230 * term/x-win.el (x-daemon-mode, x-establish-daemon-mode): Removed | |
7231 these functions; we do this differently now. | |
7232 | |
7233 1991-08-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7234 | |
7235 * autoload.el (batch-update-autoloads): Do (save-some-buffers t) | |
7236 before killing emacs, so loaddefs.el will be saved. | |
7237 | |
40965 | 7238 1991-08-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7239 |
7240 * screen.el (screen-creation-func): Renamed to | |
7241 screen-creation-function, as per the convention. | |
7242 | |
7243 * screen.el (screen-creation-func): Do not initialize this | |
7244 according to the window system name; let the window | |
7245 system-specific file initialize it however it wants. | |
7246 * term/x-win.el: Set screen-creation-function to x-create-screen. | |
7247 | |
7248 * screen.el: All of the screen startup code reworked. | |
7249 | |
40965 | 7250 1991-08-01 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7251 |
7252 * startup.el (pre-init-hook): New variable. | |
7253 (window-setup-hook): Doc fix. | |
7254 (command-line): Call pre-init-hook. | |
7255 (command-line-1): Updated copyright date. | |
7256 | |
40965 | 7257 1991-07-31 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7258 |
7259 * rmailedit.el: When initializing rmail-edit-map, take the cdr of | |
7260 text-mode-map before nconcing it, to omit the keymap header. | |
7261 | |
7262 1991-07-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7263 | |
7264 * screen.el (auto-new-screen-function): Renamed to | |
7265 pop-up-screen-function. | |
7266 (buffer-in-other-screen): Use pop-up-screens, not auto-new-screen. | |
7267 | |
40965 | 7268 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7269 |
7270 * apropos.el (apropos, super-apropos): Don't make window for no syms. | |
7271 | |
40965 | 7272 1991-07-29 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7273 |
7274 * loaddefs.el: Don't make backup versions of this file. | |
7275 | |
7276 1991-07-28 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7277 | |
7278 * autoload.el (generate-autoload-cookie): Doc fix. | |
7279 | |
40965 | 7280 1991-07-28 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7281 |
7282 * etags.el: Renamed new-etags.el, copied Emacs 18's tags package | |
7283 into its place - the new version seemed to have half-completed | |
40965 | 7284 major changes. Added autoload marks and changed it to (provide |
25830 | 7285 'etags) instead of tags. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7286 |
40965 | 7287 * help.el: Autoload the (defvar help-map ...) so that info.el |
25830 | 7288 can define keys in it. |
7289 * loaddefs.el: Updated. | |
7290 | |
7291 1991-07-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7292 | |
7293 * info.el (Info-find-emacs-command-node): New fn. | |
7294 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node): | |
7295 New fns, bound to C-h C-f and C-h C-k, to pop to the info node for | |
7296 an Emacs command or keystroke. | |
7297 | |
40965 | 7298 1991-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7299 |
7300 * terminal.el (te-stty-string): Delete `new' since loses on SYSV. | |
7301 | |
7302 1991-07-25 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7303 | |
7304 * edebug.el: Version 2.5 from LaLiberte. | |
7305 | |
40965 | 7306 1991-07-25 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7307 |
7308 * view.el: (define-key "C-xv" 'view-file). | |
7309 (view-file-other-window, view-buffer-other-window): New functions. | |
7310 (view-prev-buffer): Renamed to view-return-here. | |
7311 (view-exit): If view-return-here is a buffer, switch to it; | |
7312 if it is a window configuration, apply it. | |
7313 | |
7314 * subr.el (search-forward-regexp, search-backward-regexp): Added | |
7315 alternate names. | |
7316 | |
40965 | 7317 1991-07-24 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7318 |
25830 | 7319 * diff.el (diff): Turn off read-only flag to insert "no |
7320 differences" message. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7321 |
40965 | 7322 1991-07-23 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7323 |
25830 | 7324 * isearch.el (isearch): If the user switches to a different |
7325 screen, exit the isearch. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7326 |
25830 | 7327 * isearch.el (isearch): Changed reference to `cmds' to use |
7328 variable's new name `history'. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7329 |
25830 | 7330 1991-07-23 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
7331 | |
7332 * rmail.el (rmail-first-unseen-message): Make loop looking for | |
7333 unseen msgs not skip the first one. | |
7334 | |
7335 * rmail.el (rmail-widen-to-current-msgbeg): Added missing close paren. | |
7336 | |
40965 | 7337 1991-07-21 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7338 |
25830 | 7339 * isearch.el (isearch): Don't assume that we're repeating a search |
7340 that found an empty string; check history to make sure we're | |
7341 repeating a search and not starting one up with a pattern from the | |
7342 ring. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7343 |
25830 | 7344 * view.el: When initializing view-mode-map, use the new-style key |
7345 maps. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7346 |
25830 | 7347 * screen.el (auto-new-screen-function): Set this to a lambda which |
7348 calls the screen-creation-func. | |
7349 | |
40965 | 7350 1991-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7351 |
7352 * backquote.el (bq-make-maker): | |
7353 Don't replace quoted shared structure by copies. | |
7354 | |
7355 1991-07-19 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7356 | |
7357 * files.el (save-some-buffers): Added save-excursions around code | |
7358 that does set-buffer. | |
7359 | |
7360 1991-07-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7361 | |
7362 * etags.el (visit-tags-table): Don't make tags-completion-alist. | |
7363 (tags-completion-alist): If tags-completion-alist is non-nil, | |
7364 return it; else build it and then return it. | |
7365 (find-tag-tag): Pass 'tags-completion-alist as TABLE to | |
7366 completing-read, so the table is built on demand. | |
7367 | |
7368 * sendmail.el (mail-do-fcc): Added missing close paren. | |
7369 | |
40965 | 7370 1991-07-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7371 |
7372 * term/x-win.el: Enable interrupt-driven input after opening the X | |
7373 connection, so that the fcntls on file descriptor 0 apply to the | |
7374 socket, not the terminal. | |
7375 | |
7376 * screen.el: Don't bind `C-x o' to next-multiscreen-window or | |
7377 displace other-window to `M-o'. | |
7378 | |
40965 | 7379 1991-07-15 Stephen A. Wood (saw@hallc1) |
25830 | 7380 |
7381 * fortran.el version 1.28.3 | |
7382 Now works in either mode when `tab-width' is not 8. | |
7383 | |
7384 (fortran-electric-line-number, fortran-indent-to-column): Use | |
7385 `fortran-minimum-statement-indent' instead of 8. | |
7386 | |
7387 (fortran-current-line-indentation): Now skips over line number | |
7388 and whitespace correctly when tab-width is not 8. | |
7389 | |
7390 (fortran-setup-tab-format-style): Set `fortran-comment-line-column' and | |
7391 `fortran-minimum-statement-indent' to (max tab-width 6) instead of 8. | |
7392 The minimum 6 insures legal indenting for lines with line numbers. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7393 |
40965 | 7394 1991-07-13 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) |
25830 | 7395 |
7396 * info.el (Info-find-node): Call buffer-flush-undo with one arg, | |
7397 instead of none. Change call to get-buffer-c>reate to | |
7398 get-buffer-create. | |
7399 | |
7400 * startup.el (command-line): Remove the arguments from | |
7401 command-line-args as we process them. | |
7402 (command-line-1): Removed code to ignore the arguments processed | |
7403 in command-line, because they're all deleted now. | |
7404 | |
7405 * replace.el (occur): Set tem to the location of the match before | |
7406 adding it to occur-pos-list, so we don't end up with an | |
7407 occur-pos-list of nulls. And allocate the final-context-start | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7408 marker once, so we don't allocate jillions of markers in the |
25830 | 7409 |
40965 | 7410 1991-07-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 7411 |
7412 * term/x-win.el (x-handle-args): Re-written to take the command | |
7413 line switch as an argument, instead of just assuming it's in ARGS, | |
7414 and return the modified list. Changed caller to pass and set | |
7415 command-line-args. | |
7416 | |
7417 * startup.el (command-line): Re-balance parens. | |
7418 Pass command-line-args to command-line-1, not args. | |
7419 | |
7420 1991-07-09 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7421 | |
7422 * map-ynp.el (map-y-or-n-p): Fixed lossage on ? or random char. | |
7423 | |
40965 | 7424 1991-07-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7425 |
7426 * ftp.el (ftp-command): Skip multiline messages. | |
7427 | |
7428 1991-07-08 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7429 | |
7430 * ispell.el (ispell-buffer): fset to 'ispell. | |
7431 | |
7432 * map-ynp.el (map-y-or-n-p): Don't quote a form inside quasiquote. | |
7433 | |
40965 | 7434 1991-07-04 Stephen A. Wood (saw@hallc1.cebaf.gov) |
25830 | 7435 |
7436 * fortran.el: Added ;;;###autoload definition for | |
7437 fortran-tab-mode-default variable. | |
7438 | |
7439 * fortran.el (fortran-numerical-continuation-char): Replace | |
7440 (backward-line 1) with (forward-line -1) since backward-line is | |
7441 defined only in edt. | |
7442 (fortran-previous-statement): Fix error in parens. | |
7443 (fortran-indent-to-column): Likewise. | |
7444 | |
7445 1991-07-04 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7446 | |
7447 * files.el (save-some-buffers): Use map-y-or-n-p return value. | |
7448 | |
7449 * map-ynp.el (map-y-or-n-p): Fixed bug that caused first elt on ! | |
7450 hit not get acted on. | |
7451 | |
40965 | 7452 1991-07-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7453 |
7454 * cmacexp.el (c-macro-expand): Use new variables | |
7455 c-macro-preprocessor and c-macro-options. | |
7456 | |
7457 * teco.el: New file. | |
7458 | |
7459 1991-07-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7460 | |
7461 * map-ynp.el (map-y-or-n-p): Fixed misplaced paren. | |
7462 Fixed list-eating bug. | |
7463 | |
40965 | 7464 1991-07-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7465 |
7466 * ws-mode.el: New file. | |
7467 | |
7468 * forms.el: New version from Vromans. | |
7469 | |
7470 1991-06-29 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7471 | |
7472 * map-ynp.el (map-y-or-n-p): LISTS may also be an iterator fn. | |
7473 PROMPTER may also be a format string. | |
7474 | |
40965 | 7475 1991-06-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7476 |
7477 * simple.el (shell-command-on-region): | |
7478 Handle case where input is from *Shell Command Output*. | |
7479 | |
40965 | 7480 1991-06-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7481 |
7482 * startup.el (command-line): Let init file change command-line-args. | |
7483 Don't fail to advance args past -debug-init. | |
7484 (command-line-1): Ignore here options processed at earlier stages. | |
7485 | |
40965 | 7486 1991-06-26 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7487 |
7488 * term/x-win.el (x-read-resources): When a resource is not | |
7489 available, use (nth 2 key-resname-default) to get the default, not | |
7490 (nth 3 key-resname-default), which is nil. | |
7491 Open the connection to the server *before* trying to read the | |
7492 resources, silly. | |
7493 | |
40965 | 7494 1991-06-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 7495 |
7496 * subr.el (ignore): Added docstring for this; it appears as a key | |
7497 binding, so it ought to be described. | |
7498 | |
7499 1991-06-19 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7500 | |
7501 * find-dired.el (find-dired-sentinel): Don't twiddle a killed buffer. | |
7502 | |
7503 1991-06-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7504 | |
7505 * simple.el (kill-region): Allow read-only buffers. | |
7506 | |
7507 * find-dired.el (find-dired-filter): If the buffer has been | |
7508 killed, delete the process. | |
7509 | |
7510 * find-dired.el (find-ls-option): Made a defvar rather than defconst. | |
7511 | |
7512 1991-06-12 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7513 | |
7514 * upd-copyr.el (update-copyright): Fixed typo in help text. | |
7515 | |
7516 1991-05-26 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7517 |
25830 | 7518 * disass.el (disassemble-internal): Fixed typo string? -> stringp. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7519 |
40965 | 7520 1991-05-26 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
7521 | |
7522 * holiday.el (calendar-holiday-function-passover-etc): Correct | |
25830 | 7523 date and spelling of Yom HaAtzma'ut. |
7524 | |
40965 | 7525 1991-05-23 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7526 |
7527 * mail-utils.el: Require lisp-mode, because we use | |
40965 | 7528 lisp-mode-syntax-table. Lisp-mode is usually in the dumped emacs, |
25830 | 7529 but dumping should always be a convenience, not an unstated |
7530 expectation. | |
7531 * lisp-mode.el: Do a (provide 'lisp-mode). | |
7532 Initialize lisp-mode-syntax-table outside of all functions, so | |
7533 that we don't have to hope that lisp-mode-variables has been | |
7534 called before using mail-strip-quoted-name. Odd dependencies. | |
7535 | |
7536 * sendmail.el (mail-archive-file-name): Make this a defvar, not a | |
7537 defconst. There seems to be no entry saying why this was made a | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7538 defconst. |
25830 | 7539 |
7540 * text-mode.el (indented-text-mode-map): When redefining TAB, | |
7541 don't clobber the definition in text-mode-map, but DO share the | |
7542 rest of text-mode-map. | |
7543 | |
40965 | 7544 1991-05-23 Michael I Bushnell (mib@geech.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7545 |
25830 | 7546 * startup.el (command-line): don't do anything if $VERSION_CONTROL |
7547 is not set; move code to import environment var ahead of .emacs | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7548 load. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7549 |
40965 | 7550 1991-05-22 Brian Preble (rassilon@mole.gnu.ai.mit.edu) |
25830 | 7551 |
7552 * forms.el (scroll-up, scroll-down): Made argument &optional. | |
7553 | |
40965 | 7554 1991-05-22 Michael I Bushnell (mib@churchy.gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7555 |
25830 | 7556 * rmail.el (rmail-variables): Rmail should not be a |
7557 save-buffer-skip buffer. If the user wants this confusing | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7558 behavior, it can be personally customized. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7559 |
40965 | 7560 1991-05-22 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 7561 |
7562 * term/x-win.el (x-switches-specified): Variable deleted; the | |
7563 options given on the command line are placed in screen-default | |
7564 alist, so that all the screens created get them. | |
7565 (x-handle-switch, x-handle-numeric-switch): Put the values in | |
7566 screen-default alist instead of in x-switches-specified. | |
7567 (x-handle-geometry): Put the geometry in initial-screen-alist. | |
7568 (x-pop-initial-window): Build the arguments to | |
7569 pop-initial-screen from initial-screen-alist and | |
7570 screen-default-alist alone; don't use x-switches-specified. | |
7571 (x-read-resources): New function to read the X defaults and put | |
7572 them in screen-default-alist. Call this function at the bottom. | |
7573 * screen.el (death-function): Removed, because this is now handled | |
7574 better in startup.el. | |
7575 (pop-initial-screen): Don't do a condition-case to call | |
7576 death-function. | |
7577 | |
40965 | 7578 1991-05-18 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7579 |
7580 * macros.el (apply-macro-to-region-lines): Added a save-excursion | |
7581 around the macro invocation, so that the macro doesn't need to | |
7582 stay on the same line. | |
7583 | |
7584 * gdb.el (gdb-call): Don't set gdb-delete-prompt-marker to an | |
7585 empty region when the process-mark was at the beginning of the | |
7586 line, because this will cause an infinite loop in | |
7587 gdb-maybe-delete-prompt. | |
7588 | |
7589 * startup.el (command-line): If an error occurs while initializing | |
7590 the window system, catch it and write the error message to | |
7591 external-debugging-output. | |
7592 | |
40965 | 7593 1991-05-17 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
7594 | |
7595 * holiday.el: Add Erev Shavuot to the full list of Jewish | |
25830 | 7596 holidays. |
7597 | |
40965 | 7598 1991-05-16 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 7599 |
7600 * macros.el (apply-macro-to-region-lines): New function. | |
7601 | |
7602 * term/x-win.el (x-handle-switch): The newline at the end of the | |
7603 comment line at the top of this function was missing. | |
7604 | |
7605 1991-05-16 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7606 | |
7607 * autoload.el (batch-update-autoloads): New function to update | |
7608 autoloads with emacs -batch. | |
7609 | |
7610 * autoload.el (generate-file-autoloads): Don't put non-autoload | |
7611 forms in the (autoloads ...) list in the header. | |
7612 | |
7613 1991-05-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7614 | |
7615 * map-ynp.el (map-y-or-n-p): Put the cursor in the echo area while | |
7616 prompting. | |
7617 | |
40965 | 7618 1991-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7619 |
7620 * bytecomp.el (byte-compile-setq): Clean error if var not a symbol. | |
7621 | |
7622 1991-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7623 | |
7624 * autoload.el (update-file-autoloads): If the file is in a buffer | |
7625 and that buffer is modified, update the autoloads regardless of | |
7626 the file times. | |
7627 If the file was not in a buffer before, kill the buffer we create. | |
7628 update-directory-autoloads on /gd/gnu/emacs/lisp had a tendency to | |
7629 eat all available memory. | |
7630 | |
40965 | 7631 1991-05-13 Brian Preble (rassilon@mole.gnu.ai.mit.edu) |
25830 | 7632 |
7633 * abbrev.el, add-log.el, apropos.el, asm-mode.el, autoload.el: | |
7634 awk-mode.el, backquote.el, bibtex.el, bytecomp.el, c++-mode.el: | |
7635 cal.el, calc-ext.el, calc.el, chistory.el, cl-indent.el, etags.el: | |
7636 compare-w.el, compile.el, dabbrev.el, debug.el, diary.el, diff.el: | |
7637 dired.el, disass.el, dissociate.el, doctor.el, ebuff-menu.el, edt.el: | |
7638 echistory.el, edebug.el, edmacro.el, emerge.el, find-dired.el: | |
7639 fortran.el, ftp.el, gdb.el, gnus.el, gnuspost.el, gosmacs.el: | |
7640 hanoi.el, helper.el, holidays.el, indent.el, info.el, informat.el: | |
7641 isearch.el, ispell.el, ledit.el, loaddefs.el, rect.el, macros.el: | |
7642 mail-utils.el, mailalias.el, makesum.el, man.el, map-ynp.el, mh-e.el: | |
7643 mlconvert.el, modula2.el, novice.el, nroff-mode.el, options.el: | |
7644 outline.el, paragraphs.el, picture.el, prolog.el, lpr.el, replace.el: | |
7645 reposition.el, rmail.el, spell.el, scribe.el, sendmail.el, server.el: | |
7646 shell.el, sort.el, scheme.el, tabify.el, telnet.el, terminal.el: | |
7647 tex-mode.el, texinfmt.el, texinfo.el, time.el, timer.el: | |
7648 underline.el, userlock.el, vi.el, view.el, vip.el, xscheme.el, yow.e: | |
7649 Fixed ;;;###autoload definitions. | |
7650 | |
7651 1991-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7652 | |
7653 * autoload.el (generate-file-autoloads): Don't do special | |
7654 doc-string hacking for defvar and defconst. We in fact don't want | |
7655 loaddefs.el to have docstrings make-docfile can grok; it should be | |
7656 able to grok the originals, but not the copies, so there will be | |
7657 only one copy of each docstring in the DOC file. | |
7658 | |
40965 | 7659 1991-05-13 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7660 |
7661 * isearch.el (search-exit-char): As per the opinion poll results, | |
7662 change this to RET. | |
7663 (isearch): Change miscellanous internals so that newline is | |
7664 automatically quoted, and change the docstring and comments to say | |
7665 that RET exits the search. | |
7666 | |
7667 1991-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7668 | |
7669 * find-dired.el (find-ls-option): New defconst, string for "-ls". | |
7670 (find-dired): Use it. | |
7671 | |
40965 | 7672 1991-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7673 |
7674 * loaddefs.el (auto-mode-alist): Recognize .emacs only at end. | |
7675 | |
40965 | 7676 1991-05-13 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 7677 |
7678 * simple.el (blink-matching-open): Make this function interactive. | |
7679 | |
7680 1991-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7681 | |
7682 * find-dired.el (find-name-dired): Simple-minded find-dired | |
7683 interface to do "find -name PATTERN". | |
7684 | |
7685 * find-dired.el (find-dired-filter): Don't search; use | |
7686 forward-line instead. | |
7687 (find-dired-filter, find-dired-sentinel): Changed docstrings to | |
7688 comments. | |
7689 | |
7690 1991-05-11 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7691 | |
7692 * loaddefs.el: Moved some defvars and defconsts to other files | |
7693 (with ;;;###autoload). | |
7694 | |
7695 * reposition.el: Bind reposition-window to M-C-l. | |
7696 | |
7697 1991-05-09 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7698 | |
7699 * autoload.el: New file, a package to maintain autoloads in | |
7700 loaddefs.el. | |
40965 | 7701 * *.el: Make everything use it. Comments in loaddefs.el explain |
25830 | 7702 what to do. |
7703 | |
7704 * etags.el: (provide 'etags) inside of (provide 'tags). | |
7705 Why was the file renamed?? | |
7706 | |
7707 * lisp-mode.el (eval-print-last-sexp): Use terpri instead of newline. | |
7708 | |
40965 | 7709 1991-05-09 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 7710 |
7711 * disass.el (disassemble-internal): Rearranged to conveniently | |
7712 handle compiled-function objects. | |
7713 (disassemble-1): Extract bytes and constants correctly from both | |
7714 compiled-function objects and calls to the byte-code function. | |
7715 | |
7716 * simple.el (kill-region): Remove the second item from the | |
7717 interactive spec; this is a vestige from when this function took a | |
7718 "verbose" argument. | |
7719 | |
7720 * lisp-mode.el (eval-print-last-sexp): Insert newlines before and | |
7721 after evaluating the expression. | |
7722 | |
7723 1991-05-08 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7724 | |
7725 * map-ynp.el: New file defines new fn map-y-or-n-p. | |
7726 * files.el (save-some-buffers): Rewritten to use it. | |
7727 | |
40965 | 7728 1991-05-08 Brian Preble (rassilon@mole.gnu.ai.mit.edu) |
25830 | 7729 |
7730 * rmail.el: Doc fix. | |
7731 (rmail-first-message): New function; bound to "<". | |
7732 | |
40965 | 7733 1991-05-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) |
25830 | 7734 |
7735 * screen.el: Removed temporary hack to set up auto-new-screen and | |
7736 auto-new-screen-function. | |
7737 | |
7738 1991-05-07 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7739 | |
7740 * find-dired.el: New fn M-x find-dired lets you run a `find' | |
7741 command and do dired on the result. | |
7742 * loaddefs.el (find-dired): Autoload it. | |
7743 | |
40965 | 7744 1991-05-06 Stephen A. Wood (saw@hallc1.cebaf.gov) |
25830 | 7745 |
7746 * fortran.el version 1.28 | |
40965 | 7747 Major upgrade of previous version 1.21. Cleaned up doc-strings, made |
25830 | 7748 all lines 80 or less characters and made the following changes. |
7749 | |
7750 Added modify-syntax-entry's for ?\r and ?=. | |
7751 Bound LFD to fortran-reindent-then-newline-and-indent. | |
7752 Rebound \C-c\C-w to fortran-window-create-momentarily. | |
7753 Added numerous default abbreviations for keywords. | |
7754 | |
7755 (fortran-mode): Definition of `comment-line-start-skip' changed. | |
7756 `abbrev-mode' is set to t by default. New local variables | |
7757 `fortran-tab-mode', `fortran-comment-line-column', | |
7758 `fortran-minimum-statement-indent', `fortran-column-ruler', | |
40965 | 7759 and `fortran-tab-mode-string'. Call fortran-analyze-file-format. |
25830 | 7760 |
7761 (fortran-window-create, fortran-window-create-momentarily): Cleaned | |
7762 up first function, created second to create a window 72 characters | |
7763 wide until a key is struck. | |
7764 | |
7765 (fortran-electric-line-number): Distinguish digit as continuation | |
7766 character from digit as line number. | |
7767 | |
7768 (fortran-previous-statement, fortran-next-statement): | |
7769 Recognize tab-digit continuation lines as well as fixed format. | |
7770 | |
7771 (fortran-blink-matching-if): New command. | |
7772 (fortran-indent-line): Change indentation of comments. | |
7773 (fortran-reindent-then-newline-and-indent): New command. | |
7774 | |
7775 (calculate-fortran-indent): Now handles tab format style. | |
7776 If a previous END statement is found, the indentation is reset to the | |
7777 minimum. | |
7778 | |
7779 (fortran-current-line-indentation, fortran-indent-to-column): | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7780 (fortran-split-line, fortran-numerical-continuation-char): |
25830 | 7781 (fortran-line-number-indented-correctly-p): Handle tab format style. |
7782 | |
7783 (fortran-analyze-file-format): | |
7784 (fortran-tab-mode, fortran-setup-tab-mode-style): | |
7785 (fortran-setup-fixed-format-style): New commands. | |
7786 | |
40965 | 7787 1991-05-05 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 7788 |
7789 * calc.el: When setting up calc-digit-map, don't try to apply aref | |
7790 to the keymaps; extract the vectors from the keymaps before | |
7791 working on them. | |
7792 * calc-ext.el: When setting up calc-mode-map, use define-key and | |
7793 lookup-key instead of aset and aref. | |
7794 | |
40965 | 7795 1991-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7796 |
7797 * help.el (function-called-at-point): Try a symbol around point. | |
7798 (describe-function): Describe datatype also. | |
7799 | |
40965 | 7800 1991-05-01 Roland McGrath (roland@albert.gnu.ai.mit.edu) |
25830 | 7801 |
7802 * lisp-mode.el (eval-last-sexp, eval-defun): Bind standard-output | |
7803 to where the value of the form will be printed while evalling it. | |
7804 | |
40965 | 7805 1991-04-30 Roland McGrath (roland@albert.gnu.ai.mit.edu) |
25830 | 7806 |
7807 * lisp-mode.el (eval-last-sexp): Rewritten to read a form and then | |
40965 | 7808 eval it, rather than using eval-region. The old version could |
25830 | 7809 lose if the form being eval'd moved point or twiddled the restriction. |
7810 (eval-defun): Similarly rewritten. | |
7811 (eval-print-last-sexp): Rewritten to just call eval-last-sexp; | |
7812 removed some duplicated code. | |
7813 | |
40965 | 7814 1991-04-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7815 |
7816 * isearch.el (isearch): * and ? are not special after incomplete input. | |
7817 When they are special, use old other-end for cs in both reverse | |
7818 and forward. | |
7819 | |
40965 | 7820 1991-04-30 Stephen A. Wood (saw@hallc1.cebaf.gov) |
25830 | 7821 |
7822 * fortran.el version 1.28. | |
7823 Major upgrade of previous version 1.21. | |
7824 | |
7825 Now supports tab or fixed format style of continuation control and | |
7826 indentation. In tab style, lines start with a tab, or a line | |
7827 number followed by a tab. If the first character after the tab is | |
7828 a digit from 1 to 9, the line is a continuation line. When | |
7829 entering fortran mode for a file, the first line that begins with | |
7830 6 spaces or a tab is found. The buffer is then set respectively | |
7831 to either fixed format or tab format style. The mode may be | |
7832 toggled with the command fortran-tab-mode. | |
7833 | |
7834 Fixed a bug in which indenting a comment line that contained a `!' | |
7835 caused a max-lisp-eval-depth exceeded error. | |
7836 | |
7837 Bound LFD to fortran-reindent-then-newline-and-indent. | |
7838 | |
7839 Added command fortran-blink-matching-if which is called when an | |
7840 endif statement is indented. Enabled/disabled by setting variable | |
7841 of same name to t/nil. | |
7842 | |
7843 Added some abbreviations for modern fortrans. | |
7844 | |
7845 C-c C-w bound to new function fortran-window-create-momentarily | |
7846 which creates a 72 character wide window until the next key is struck. | |
7847 | |
7848 Variable fortran-continuation-char changed to | |
7849 fortran-continuation-string. | |
7850 | |
7851 Modified fortran-electric-line-number to just insert the struck | |
7852 digit when the point is located after 5 spaces, or when the point | |
7853 is located after a tab character and the last command was not | |
7854 fortran-indent-line or fortran-reindent-then-newline-and-indent. | |
7855 This allows digits to be manually used as continuation line | |
7856 indicators. | |
7857 Also fixed a bug in fortran-electric-line-number which caused the | |
7858 digit keys not to work at all if electric line numbering was | |
7859 disabled. | |
7860 | |
40965 | 7861 1991-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7862 |
7863 * info.el (Info-read-subfile): Skip blank lines. | |
7864 | |
7865 1991-04-22 Brian Preble (rassilon@gnu.ai.mit.edu) | |
7866 | |
7867 * resume.el, rfc822.el, rmail-kill.el: Doc fix. | |
7868 | |
7869 1991-04-18 Roland McGrath (roland@gnu.ai.mit.edu) | |
7870 | |
7871 * add-log.el (prompt-for-change-log-name): Made a defun rather | |
7872 than a defmacro (braino fix). | |
7873 | |
40965 | 7874 1991-04-18 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 7875 |
7876 * simple.el (count-lines-region): Display the number of characters | |
7877 in the region as well. | |
7878 | |
40965 | 7879 1991-04-14 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
7880 | |
7881 * diary.el (diary-omer, diary-parasha): Fix punctuation in diary | |
25830 | 7882 entries. |
7883 | |
7884 1991-04-12 Brian Preble (rassilon@gnu.ai.mit.edu) | |
7885 | |
7886 * prolog.el, r2bibtex.el, rect.el, refbib.el, register.el: Doc fix. | |
7887 * remote.el, replace.el: Doc fix. | |
7888 | |
40965 | 7889 1991-04-11 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 7890 |
7891 * simple.el (kill-region): Don't print out a message saying how | |
7892 many characters are being killed. | |
7893 | |
7894 1991-04-10 Brian Preble (rassilon@gnu.ai.mit.edu) | |
7895 | |
7896 * modula2.el, mouse.el, mpuz.el, nntp.el, options.el: Doc fix. | |
7897 * oshell.el, page-ext.el, page.el, paragraphs.el, picture.el: Doc fix. | |
7898 | |
7899 1991-04-05 Raul Acevedo (kitaro@gnu.ai.mit.edu) | |
7900 | |
7901 * options.el: Edit-options-mode runs `Edit-options-mode-hook'. | |
7902 Also fixed the regexp used by Edit-options-modify so you can | |
7903 modify a variable if at the beginning of the buffer. | |
7904 | |
7905 1991-04-05 Brian Preble (rassilon@gnu.ai.mit.edu) | |
7906 | |
7907 * man.el, medit.el, mh-e.el, mhspool.el, mim-mode.el: Doc fix. | |
7908 | |
7909 1991-04-04 Raul Acevedo (kitaro@gnu.ai.mit.edu) | |
7910 | |
7911 * info.el (Info-mode): now runs `Info-mode-hook' | |
7912 | |
7913 1991-04-02 Brian Preble (rassilon@gnu.ai.mit.edu) | |
7914 | |
7915 * mailpost.el, mail-utils.el, mailalias.el: Doc fix. | |
7916 | |
7917 1991-03-24 Richard Stallman (rms@gnu.ai.mit.edu) | |
7918 | |
7919 * rmail.el (rmail-resend): New function. | |
7920 * sendmail.el (mail-alias-file): New global variable. | |
7921 (sendmail-send-it): Use that variable. | |
7922 * mailalias.el (expand-mail-aliases): Handle resent-to. | |
7923 | |
7924 * files.el (hack-local-variables): ignore-local-eval ignores `eval'. | |
7925 | |
7926 1991-03-19 Richard Stallman (rms@gnu.ai.mit.edu) | |
7927 | |
7928 * fill.el (justify-current-line): Adjust for 18.57 behavior | |
7929 of current-column. | |
7930 | |
7931 1991-03-17 Richard Stallman (rms@mole.ai.mit.edu) | |
7932 | |
7933 * add-log.el (add-change-log-entry): Recognize `@', not ` at '. | |
7934 | |
7935 * fill.el (justify-current-line): Handle extra indent after prefix. | |
7936 | |
7937 1991-03-14 Robert J. Chassell (bob@gnu.ai.mit.edu) | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7938 |
40965 | 7939 * info.el (Info-forward-node): Go up several levels, if necessary. |
7940 Add two new arguments. | |
7941 (Info-final-node): Go forward from last node in menu. | |
25830 | 7942 (Info-find-node): Turn off undo in Info's buffers. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7943 |
25830 | 7944 1991-03-14 Richard Stallman (rms@mole.ai.mit.edu) |
7945 | |
7946 * add-log.el (add-change-log-entry): Use `@', not ` at '. | |
7947 | |
7948 1991-03-14 Brian Preble (rassilon@mole.ai.mit.edu) | |
7949 | |
7950 * loaddefs.el, lpr.el: Doc fix. | |
7951 | |
7952 1991-03-12 Richard Stallman (rms@mole.ai.mit.edu) | |
7953 | |
7954 * compare-w.el (compare-windows-whitespace): | |
7955 Now a set of chars, not a regexp. | |
7956 (compare-windows): Use it properly. | |
7957 | |
7958 1991-03-12 Brian Preble (rassilon@gnu.ai.mit.edu) | |
7959 | |
7960 * info.el, informat.el, ispell.el, kermit.el, keypad.el: Doc fix. | |
7961 * ledit.el, lisp-mode.el, lisp.el: Doc fix. | |
7962 | |
7963 1991-03-11 Richard Stallman (rms@mole.ai.mit.edu) | |
7964 | |
7965 * simple.el (kill-region): Make undo buffer and kill ring share. | |
7966 | |
7967 1991-03-10 Richard Stallman (rms@mole.ai.mit.edu) | |
7968 | |
7969 * tar-mode.el: New file. | |
7970 | |
7971 1991-03-08 Brian Preble (rassilon@mole.ai.mit.edu) | |
7972 | |
7973 * indent.el, inf-lisp.el: Doc fix. | |
7974 | |
7975 1991-03-08 Richard Stallman (rms@mole.ai.mit.edu) | |
7976 | |
7977 * bytecomp.el (byte-compile-file-form): | |
7978 Print warning for " unescaped in doc string. | |
7979 | |
7980 1991-03-06 Brian Preble (rassilon@mole.ai.mit.edu) | |
7981 | |
7982 * gosmacs.el, help.el, helper.el, hexl.el, hideif.el: Doc fix. | |
7983 * holidays.el, icon.el: Doc fix. | |
7984 | |
7985 1991-03-05 Brian Preble (rassilon@mole.ai.mit.edu) | |
7986 | |
7987 * gnusmail.el, gnusmisc.el, gnuspost.el, gomoku.el: Doc fix. | |
7988 | |
7989 1991-03-04 Richard Stallman (rms@mole.ai.mit.edu) | |
7990 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7991 * info.el (Info-extract-menu-item): Use regexp search. |
25830 | 7992 (Info-extract-menu-node-name): Fix typo in arglist. |
7993 | |
7994 * info.el (Info-top-node, Info-final-node): New functions. | |
7995 (Info-forward-node, Info-backward-node): New functions. | |
7996 | |
7997 1991-03-04 Brian Preble (rassilon@mole.ai.mit.edu) | |
7998 | |
7999 * gnus.el: Doc fix. | |
8000 | |
8001 1991-03-01 Richard Stallman (rms@mole.ai.mit.edu) | |
8002 | |
8003 * rmailout.el (rmail-output-to-rmail-file, rmail-output): | |
8004 Expand file name in dir used for completion. | |
8005 | |
8006 1991-03-01 Brian Preble (rassilon@mole.ai.mit.edu) | |
8007 | |
8008 * emerge.el, etags.el, field.el, files.el, fill.el, float.el: Doc fix. | |
8009 * fortran.el, ftp.el, gdb.el: Doc fix. | |
8010 | |
8011 1991-02-28 Richard Stallman (rms@mole.ai.mit.edu) | |
8012 | |
8013 * bytecomp.el (byte-compile-cond-1): Fix handling of unconditional | |
8014 clauses. | |
8015 | |
8016 1991-02-28 Brian Preble (rassilon@mole.ai.mit.edu) | |
8017 | |
8018 * edmacro.el, edt.el, edt-doc.el, ehelp.el, emacsbug.el: Doc fix. | |
8019 | |
8020 1991-02-27 Brian Preble (rassilon@mole.ai.mit.edu) | |
8021 | |
8022 * ebuff-menu.el, echistory.el, edebug.el: Doc fix. | |
8023 | |
8024 1991-02-26 Richard Stallman (rms@mole.ai.mit.edu) | |
8025 | |
8026 * isearch.el (isearch): Copy point from small window | |
8027 before deciding whether to set the mark. | |
8028 | |
8029 1991-02-26 Brian Preble (rassilon@mole.ai.mit.edu) | |
8030 | |
8031 * dired.el: Doc fix. | |
8032 (dired-flag-backup-and-auto-save-files): New arg UNFLAG-P. | |
8033 * disp-table.el, doctex.el, doctor.el: Doc fix. | |
8034 * doctex.el (LaTeXify-DOC): Use new permission wording. | |
8035 | |
8036 1991-02-25 Paul Hilfinger (hilfingr@hilfinger.cs.nyu.edu) | |
8037 | |
8038 * fill.el (fill-individual-paragraphs): Changed response to mailp | |
8039 to effect only leading lines in a region (was getting confused | |
8040 about colons embedded in ordinary text). Changed method of | |
8041 moving to next paragraph in the main loop to use forward-paragraph | |
8042 rather than goto-char, since the final character position is | |
8043 rendered obsolete by the intervening fill-region-as-paragraph. | |
8044 | |
40965 | 8045 1991-02-24 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
8046 | |
8047 * diary.el (include-other-diary-files): Fix documentation string. | |
25830 | 8048 |
8049 1991-02-23 Roland McGrath (mcgrath@cygint.cygnus.com) | |
8050 | |
8051 * compile.el (next-error): Fixed bug in rms's optimization. | |
8052 | |
8053 1991-02-23 Richard Stallman (rms@mole.ai.mit.edu) | |
8054 | |
8055 * reposition.el: New file. | |
8056 * loaddefs.el (reposition-window): Autoload it. | |
8057 | |
8058 * rmailkwd.el: Doc fix. | |
8059 | |
8060 * rmail.el (rmail-first-unseen-message): New function. | |
8061 (rmail): Call that. | |
8062 | |
8063 * buff-menu.el (Buffer-menu-mode-map): Make `n' and `p' move by lines. | |
8064 | |
8065 1991-02-21 Roland McGrath (mcgrath@cygint.cygnus.com) | |
8066 | |
8067 * compile.el (next-error): Do rms's optimization (Feb 8 change) | |
8068 when moving backward, too. | |
8069 | |
40965 | 8070 1991-02-20 Jim Blandy (jimb@geech.ai.mit.edu) |
25830 | 8071 |
8072 * startup.el (command-line): Re-arranged nested ifs that handle | |
8073 the different command-line arguments into a cond, to make it | |
8074 easier for me to read. | |
8075 | |
40965 | 8076 1991-02-15 Jim Blandy (jimb@pogo.ai.mit.edu) |
25830 | 8077 |
8078 * loaddefs.el: Bind \M-C-r to isearch-backward-regexp, since | |
8079 it really ought to be there. I want it often. | |
8080 | |
8081 1991-02-08 Richard Stallman (rms@mole.ai.mit.edu) | |
8082 | |
8083 * compile.el (next-error): Count lines from prev error, not file beg. | |
8084 | |
8085 1991-02-07 Brian Preble (rassilon@mole.ai.mit.edu) | |
8086 | |
8087 * c++-mode.el, c-comment.el, c-fill.el, c-mode.el: Doc fix. | |
8088 * cal.el, calc-alg2.el, calc.el, calendar.el, case-table.el: Doc fix. | |
8089 * chistory.el, cl-indent.el, cl.el, compare-w.el: Doc fix. | |
8090 * compile.el, completion.el, dabbrev.el, dbx.el, debug.el: Doc fix. | |
8091 * diary-add.el, diary.el, diff.el: Doc fix. | |
8092 | |
8093 1991-02-06 Richard Stallman (rms@mole.ai.mit.edu) | |
8094 | |
8095 * c-mode.el (indent-c-exp, electric-c-terminator, c-indent-line): | |
8096 Treat `default:' like `case...:'. | |
8097 | |
8098 1991-02-06 Brian Preble (rassilon@mole.ai.mit.edu) | |
8099 | |
8100 * blackbox.el, buff-menu.el, bug-screen.el, bytecomp.el: Doc fix. | |
8101 | |
8102 1991-02-04 Richard Stallman (rms@mole.ai.mit.edu) | |
8103 | |
8104 * info.el (Info-extract-menu-node-name): New arg MULTI-LINE. | |
8105 (Info-follow-reference): Pass t for that. | |
8106 | |
8107 1991-02-04 Brian Preble (rassilon@mole.ai.mit.edu) | |
8108 | |
8109 * bg-mouse.el, bib-mode.el: Doc fix. | |
8110 | |
40965 | 8111 1991-02-04 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 8112 |
8113 * simple.el (eval-current-buffer): Removed, since it has been | |
8114 reintroduced to the C code. | |
8115 | |
40965 | 8116 1991-02-02 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 8117 |
8118 * comint.el (comint-mode): Move the creation of input-ring down | |
8119 with the other variables, and (golly!) initialize it to a ring. | |
8120 (make-comint): Pass a parameter to comint-check-proc - buffer. | |
8121 * shell.el (shell): rebalance parens. | |
8122 | |
8123 1991-01-31 Richard Stallman (rms@mole.ai.mit.edu) | |
8124 | |
8125 * replace.el (perform-replace): Prevent spurious match | |
8126 of ^foo in second part of foofoo after first part is deleted. | |
8127 | |
40965 | 8128 1991-01-31 Jim Blandy (jimb@pogo.ai.mit.edu) |
25830 | 8129 |
8130 * files.el (find-file-noselect): Strip auto-mount prefix only if safe. | |
8131 | |
8132 1991-01-31 Richard Stallman (rms@mole.ai.mit.edu) | |
8133 | |
8134 * time.el (display-time-filter): Use display-time-file-nonempty-p. | |
8135 (display-time-file-nonempty-p): New function; trace symlinks. | |
8136 | |
8137 1991-01-30 Brian Preble (rassilon@mole.ai.mit.edu) | |
8138 | |
8139 * ada.el (ada-tabsize): Use prefix arg, not minibuffer. | |
8140 Doc fix. | |
8141 | |
8142 * abbrev.el: Doc fix. | |
8143 * abbrevlist.el: Doc fix. | |
8144 * apropos.el: Doc fix. | |
8145 * appt.el: Doc fix. | |
8146 * array.el: Doc fix. | |
8147 * asm-mode.el: Doc fix. | |
8148 * awk-mode.el: Doc fix. | |
8149 | |
8150 1991-01-30 Roland McGrath (roland@cygint.cygnus.com) | |
8151 | |
8152 * compile.el (compilation-parse-errors): Don't remove duplicate errors. | |
8153 (next-error): Skip over duplicates here instead. | |
8154 | |
8155 1991-01-30 Richard Stallman (rms@mole.ai.mit.edu) | |
8156 | |
8157 * appt.el: Doc fix. | |
8158 | |
40965 | 8159 1991-01-30 Jim Blandy (jimb@pogo.ai.mit.edu) |
25830 | 8160 |
8161 * paths.el (Info-directory-list): Look for info files in | |
8162 /usr/local/lib/info first, since this is the standard place for | |
8163 info files. | |
8164 | |
8165 1991-01-29 Richard Stallman (rms@mole.ai.mit.edu) | |
8166 | |
8167 * info.el (info): With prefix arg, read file name and visit it. | |
8168 | |
40965 | 8169 1991-01-26 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 8170 |
8171 * term/x-win.el: Do not define the f1 function key to run rmail. | |
8172 | |
8173 1991-01-25 Richard Stallman (rms@mole.ai.mit.edu) | |
8174 | |
8175 * help.el (help-for-help): Call delete-other-windows. | |
8176 | |
40965 | 8177 1991-01-21 Mike Newton (newton@fig) |
25830 | 8178 |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8179 * bibtex.el: updated to conform better with bibtex 0.99c by: |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
8180 bibtex-mode : updated comments to indicate new use of |
25830 | 8181 address, add minor explanations and fix small omissions. |
8182 bibtex-entry : fixed spelling of variable | |
8183 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8184 * bibtex.el: Expanded the various bibtex-field-* patterns to |
25830 | 8185 allow fields like 'title = poft # "Fifth Triquaterly" # random-conf,'. |
8186 Needs to have more work done to accept all cases. Added code for | |
8187 the bibtex 'crossref' command, which subsumes other options. Made | |
8188 field ordering different when this option on. Also allow user to | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
8189 have a list of field to be added to all entries |
25830 | 8190 (bibtex-mode-user-optional-fields). Merged in Bengt Martensson's |
8191 changes. | |
8192 | |
8193 1991-01-18 Roland McGrath (roland@cygint.cygnus.com) | |
8194 | |
8195 * compile.el (compilation-find-buffer): New function to find a | |
8196 compilation buffer to use (or barf if there aren't any). | |
8197 (kill-compilation, compile-goto-error, next-error): Use it. | |
8198 | |
8199 1991-01-17 Richard Stallman (rms@mole.ai.mit.edu) | |
8200 | |
8201 * info.el (Info): Init Info-directory-list from INFOPATH. | |
8202 | |
40965 | 8203 1991-01-12 Jim Blandy (jimb@gnu.ai.mit.edu) |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
8204 |
25830 | 8205 * etags.el (visit-tags-file-buffer): use progn instead of |
8206 save-excursion, so the buffer actually gets visited. | |
8207 | |
8208 1991-01-11 Richard Mlynarik (mly@august-east.ai.mit.edu) | |
8209 | |
40965 | 8210 * terminal.el (terminal-cease-edit): If this dubious code |
25830 | 8211 is really necessary it might as well be more bug-free. |
8212 | |
40965 | 8213 * ehelp.el (with-electric-help): Use window-configs. |
25830 | 8214 |
8215 1991-01-10 Richard Stallman (rms@mole.ai.mit.edu) | |
8216 | |
8217 * loaddefs.el (minor-mode-alist): Doc fix. | |
8218 | |
8219 1991-01-08 Roland McGrath (roland@albert.ai.mit.edu) | |
8220 | |
8221 * compile.el (compilation-parse-errors): Fixed maintenance of | |
8222 last-linenum, so dups are really found. | |
8223 | |
40965 | 8224 1991-01-08 Jim Blandy (jimb@pogo.ai.mit.edu) |
25830 | 8225 |
8226 * bytecomp.el (byte-compile-byte-code-maker): Since | |
8227 byte-compile-lambda is free to return the original lambda | |
8228 expression, we'd better be prepared to handle things that aren't | |
8229 bytecode objects. | |
8230 | |
40965 | 8231 1991-01-07 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 8232 |
8233 * loaddefs.el: Don't forget to specify the filenames when | |
8234 autoload-ing byte-compile-buffer and byte-compile-defun. | |
8235 | |
8236 1991-01-04 Richard Stallman (rms@mole.ai.mit.edu) | |
8237 | |
8238 * files.el (find-file-noselect): Get rid of automounter prefixes. | |
8239 | |
8240 1991-01-02 Richard Stallman (rms@mole.ai.mit.edu) | |
8241 | |
8242 * lpr.el (print-region-function): New hook variable. | |
8243 (print-region-1): Use it if non-nil. | |
8244 * vms-patch.el (print-region-function): Specify a function. | |
8245 | |
8246 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu) | |
8247 | |
8248 * files.el (revert-buffer): Clear buffer-backed-up if file has changed. | |
8249 | |
8250 1990-12-30 Richard Stallman (rms@mole.ai.mit.edu) | |
8251 | |
8252 * bytecomp.el (byte-compile-buffer, byte-compile-defun): New functions. | |
8253 * loaddefs.el: Autoload them, and byte-compile also. | |
8254 | |
8255 * isearch.el (isearch-message): Always mention if case-sensitive. | |
8256 (isearch): Don't turn off uppercase-flag when char is not upper case. | |
8257 | |
8258 1990-12-29 Richard Stallman (rms@mole.ai.mit.edu) | |
8259 | |
8260 * terminal.el (te-edit): New command. | |
8261 (terminal-edit-mode, te-terminal-cease-edit): New functions. | |
8262 | |
8263 * isearch.el (isearch): An upper-case letter sets uppercase-flag | |
8264 which turns off case-folding. Save flag in search rings. | |
8265 (isearch-push-state, isearch-pop): Push and pop uppercase-flag. | |
8266 (isearch-search, isearch-message): Handle uppercase-flag. | |
8267 (search-ring, regexp-search-ring): Record uppercase-flag. | |
8268 (isearch-get-string-from-ring): New function. | |
8269 | |
8270 1990-12-27 Richard Stallman (rms@mole.ai.mit.edu) | |
8271 | |
8272 * rmailsort.el (rmail-sort-messages): Print more progress messages. | |
8273 (rmail-sort-by-size-lines): New command. | |
8274 (rmail-sortable-date-string): Handle non-abbreviated month names. | |
8275 (rmail-sort-messages): Always show message 1. | |
8276 | |
8277 1990-12-26 Richard Stallman (rms@mole.ai.mit.edu) | |
8278 | |
8279 * startup.el (command-line): Handle -debug-init: use debugger. | |
8280 | |
8281 * isearch.el (isearch): Use only barrier, not opoint, | |
8282 in starting point for reverse search. | |
8283 | |
8284 1990-12-24 Richard Stallman (rms@mole.ai.mit.edu) | |
8285 | |
8286 * mouse.el (mouse-set-mark): Use sit-for, not sleep-for. | |
8287 (mouse-fill-paragraph): New command. | |
8288 (mouse-fill-paragraph-with-prefix): New command. | |
8289 | |
8290 * rmailout.el (rmail-output-to-rmail-file): | |
8291 Suggest file based on rmail-output-file-alist. | |
8292 | |
8293 1990-12-23 Richard Stallman (rms@mole.ai.mit.edu) | |
8294 | |
8295 * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header): | |
8296 Accept `remote from ...'@end of UNIX From line. | |
8297 | |
8298 1990-12-22 Richard Stallman (rms@mole.ai.mit.edu) | |
8299 | |
8300 * subr.el (defun-inline): New function. | |
8301 | |
8302 * bytecomp.el (byte-compile-form): Delete unreachable cond-clause. | |
8303 | |
8304 * time.el (display-time): Specify precise directory for wakeup. | |
8305 (display-time-filter): Don't display 0 as load. | |
8306 Catch error in load-average. | |
8307 | |
8308 1990-12-21 Chris Hanson (cph@kleph) | |
8309 | |
8310 * info.el (Info-extract-menu-node-name): Permit \n between colon | |
8311 and start of node name. | |
8312 | |
8313 1990-12-20 Chris Hanson (cph@kleph) | |
8314 | |
8315 * texnfo-upd.el (texinfo-update-menu-region-beginning): Change | |
8316 code that searches for "top" node so it returns the position of | |
40965 | 8317 the beginning of the node line. Always search from the buffer's |
25830 | 8318 start when looking for that node. |
8319 (texinfo-make-one-menu): Bump forward over the outer node line. | |
8320 | |
8321 1990-12-20 Richard Stallman (rms@mole.ai.mit.edu) | |
8322 | |
8323 * fortran.el: New version from gildea. | |
8324 | |
8325 1990-12-20 Chris Hanson (cph@kleph) | |
8326 | |
8327 * texinfmt.el (texinfo-format-footnote): Number each footnote in a | |
8328 node so that multiple footnotes can be distinguished. | |
8329 | |
8330 * texnfo-upd.el: Change regular expression used to identify the | |
8331 "Top" node so that names that begin with "Top" do not confuse it. | |
8332 | |
39229
bf5f26157d70
Update Stephen Gildea's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
36085
diff
changeset
|
8333 1990-12-19 Stephen Gildea (gildea@stop.mail-abuse.org) |
25830 | 8334 |
8335 * fortran.el: Changes for version 1.21.1: | |
8336 Provide the 'fortran feature. | |
8337 Change syntax of '=' to punctuation. | |
8338 Add some more abbrevs. | |
8339 Change fortran-mode-map keymap to non-sparse. | |
8340 (fortran-electric-line-number): Fix bug occurring when | |
8341 fortran-electric-line-number is nil. | |
8342 (fortran-mode, fortran-next-statement): | |
8343 (fortran-line-number-indented-correctly-p): Fix up doc strings. | |
8344 (fortran-indent-to-column): Protect against nil comment-start-skip. | |
8345 | |
8346 1990-12-19 Richard Stallman (rms@mole.ai.mit.edu) | |
8347 | |
8348 * mpuz.el: New file. | |
8349 | |
8350 1990-12-18 Richard Stallman (rms@mole.ai.mit.edu) | |
8351 | |
8352 * files.el (hack-local-variables): Match suffix only@eol. | |
8353 | |
8354 1990-12-16 Richard Stallman (rms@mole.ai.mit.edu) | |
8355 | |
8356 * startup.el (normal-top-level): Execute emacs-startup-hook. | |
8357 | |
8358 * rmail.el (rmail-parse-file-inboxes): Look for BABYL OPTIONS in u.c. | |
8359 (rmail-convert-to-babyl-format): Likewise. | |
8360 And don't skip white space after ^_ that ends a babyl format message. | |
8361 | |
8362 * saveconf.el: No need to rename kill-emacs. | |
8363 (save-context-predicate): Now uses save-buffer-context-predicate. | |
8364 (save-buffer-context-predicate): New function. | |
8365 (kill-emacs-hook): Supply a hook. | |
8366 (just-kill-emacs): New function. | |
8367 (emacs-startup-hook): Set this instead of top-level. | |
8368 (save-context-buffer-name): Test dired-directory for non-nil. | |
8369 (save-context-buffer-file-name): New function. | |
8370 (save-context): Record read-only status of buffers. | |
8371 (recover-context): Handle that. | |
8372 | |
8373 * register.el (point-to-register): If arg, save screen config. | |
8374 (jump-to-register): Restore screen config. | |
8375 | |
8376 1990-12-15 Roland McGrath (roland@albert.ai.mit.edu) | |
8377 | |
8378 * compile.el (compilation-last-error): Remove this variable. | |
8379 (next-error): Don't set it. | |
8380 | |
40965 | 8381 1990-12-12 Ed Reingold (reingold@emr.cs.uiuc.edu) |
8382 | |
8383 * calendar.el (calendar-end-of-year): Delete extraneous statement | |
25830 | 8384 in let. |
40965 | 8385 (calendar-mode): Update old description of use of hooks to get the |
8386 fancy diary display. | |
25830 | 8387 |
8388 1990-12-12 Roland McGrath (roland@albert.ai.mit.edu) | |
8389 | |
8390 * compile.el (compilation-error-buffer): Removed. | |
8391 (compilation-last-buffer): Now last buffer in which any of: started | |
8392 compilation; C-x `; C-c C-c; was done. | |
8393 (compile-internal): Don't set compilation-error-buffer. | |
8394 Start the process after setting up the mode, etc. in the compilation | |
40965 | 8395 buffer. Name the process (downcase mode-name) instead of "compilation" |
25830 | 8396 (so it will be "grep" for M-x grep). |
8397 Make compilation-error-list, compilation-parsing-end local vars. | |
8398 (next-error): Slightly reorganized (changed (let* (while (save-ex))) to | |
8399 (let (save-ex (while)))). Be sure to be in the compilation buffer | |
8400 before doing anything, so we will get local values for vars. | |
8401 Before doing anything, if current buffer is a compilation buffer, set | |
8402 compilation-last-buffer to that. Always do things in | |
8403 compilation-last-buffer. | |
8404 | |
8405 * compile.el (compilation-error-regexp-alist, | |
8406 compilation-{enter,leave}-directory-regexp): Get rid of .*@the | |
8407 beginning of regexps. | |
8408 | |
8409 * compile.el (compilation-mode): Don't make local vars for parser, | |
8410 error-message, and regexp-alist. | |
8411 (compile-internal): Do it here, after calling compilation-mode. | |
8412 | |
8413 * compile.el (compilation-error-list): Changed elt format. | |
8414 (compilation-parse-errors): Don't find files when parsing. | |
8415 Instead record ((DIR . FILE) . LINENO) structures to describe each | |
8416 error. | |
8417 (next-error): Take the error descriptors, and find the file given in | |
8418 the descriptor, using compilation-find-file. Then goto the line number | |
8419 given in the descriptor and replace the error descriptor cons with a | |
8420 marker into the source file buffer. Then search through the | |
8421 compilation-error-list for errors in the same file, and turn their | |
8422 descriptors into markers as well. | |
8423 (compilation-find-file): Take new arg DIR, the directory to use as | |
40965 | 8424 default in expanding the filename, and MARKER. If we can't find the |
25830 | 8425 file@all, pop up MARKER's buffer and scroll to MARKER (to display |
8426 the error message for which we want this file), and ask the user where | |
8427 to find the file. | |
8428 | |
8429 1990-12-12 Richard Stallman (rms@mole.ai.mit.edu) | |
8430 | |
8431 * files.el (hack-local-variables): Display local vars@screen top. | |
8432 | |
8433 * server.el (server-process-filter): Don't be confused | |
8434 if input from process is split into multiple chunks. | |
8435 | |
8436 1990-12-10 Richard Stallman (rms@mole.ai.mit.edu) | |
8437 | |
8438 * c-mode.el (indent-c-find-real-comment): New function. | |
8439 | |
8440 * sort.el (sort-subr): Eliminate special case for floats. | |
8441 | |
8442 * sort.el (sort-reorder-buffer, sort-build-lists): | |
8443 Use (key start . end) to record a record. | |
8444 | |
8445 1990-12-09 Richard Stallman (rms@mole.ai.mit.edu) | |
8446 | |
8447 * lisp.el (insert-parentheses): Small cleanups. | |
8448 | |
8449 1990-12-05 Richard Stallman (rms@mole.ai.mit.edu) | |
8450 | |
8451 * replace.el (occur): Show all lines that contain part of a match. | |
8452 | |
8453 1990-12-04 Richard Stallman (rms@mole.ai.mit.edu) | |
8454 | |
8455 * time.el (display-time-filter): Let user specify mail file name. | |
8456 | |
8457 1990-12-04 Richard Stallman (rms@mole.ai.mit.edu) | |
8458 | |
8459 * rmail.el (rmail-mode-map): Make < same as j. | |
8460 | |
8461 1990-12-03 Richard Stallman (rms@mole.ai.mit.edu) | |
8462 | |
8463 * rmailsort.el (rmail-select-correspondent): New function. | |
8464 (rmail-sort-by-correspondent): New function. | |
8465 (rmail-sortable-date-string): Handle two-digit and four-digit years. | |
8466 (rmail-date-full-year): New subroutine. | |
8467 [Done by Szolovitz.] | |
8468 | |
8469 * fill.el (fill-region-as-paragraph): New feature: Adaptive Fill mode. | |
8470 (adaptive-fill-mode, adaptive-fill-regexp): New user options. | |
8471 | |
40965 | 8472 1990-11-30 Mike Newton (newton@gumby.cs.caltech.edu) |
25830 | 8473 |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8474 * bibtex.el (start comments): added earlier comments of Bengt |
25830 | 8475 Martensson. Some of the changes listed below are originally his |
8476 (including clean-entry, OPTkey and OPTannote, the function | |
8477 renaming and the preamble code). | |
8478 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8479 * bibtex.el (bibtex-field-* patterns): expanded to allow fields |
25830 | 8480 like 'title = poft # "Fifth Triquaterly" # random-conf,'. |
8481 Needs to have more work done to accept all cases. | |
8482 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8483 * bibtex.el (bibtex-clean-entry-zap-empty-opts): added. |
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8484 |
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8485 * bibtex.el (bibtex-include-OPTcrossref): added. If set, changes |
42674 | 8486 order of the lists presented to luser. |
25830 | 8487 |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8488 * bibtex.el (bibtex-include-OPTkey & bibtex-include-OPTannote): added |
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8489 |
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8490 * bibtex.el (bibtex-mode-user-optional-fields): can be set to a list |
25830 | 8491 of field the user wants to add to entries. |
8492 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8493 * bibtex.el (bibtex-mode documentation string): updated for new changes, |
25830 | 8494 DEAthesis added back in, bibtex-preamble call added. |
8495 | |
40965 | 8496 * bibtex.el (bibtex-entry): add OPTkey/annote. If OPTcrossref set |
25830 | 8497 then put it in. |
8498 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8499 * bibtex.el (bibtex-make-entry): renamed bibtex-make-field |
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8500 |
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8501 * bibtex.el (bibtex-make-optional-entry): renamed |
25830 | 8502 bibtex-make-optional-field. |
8503 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8504 * bibtex.el (bibtex-Article): change order of presentation |
25830 | 8505 if OPTcrossref is set. |
8506 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8507 * bibtex.el (bibtex-InBook): change order of presentation |
25830 | 8508 if OPTcrossref is set. |
8509 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8510 * bibtex.el (bibtex-InCollection): change order of presentation |
25830 | 8511 if OPTcrossref is set. |
8512 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8513 * bibtex.el (bibtex-InProceedings): change order of presentation |
25830 | 8514 if OPTcrossref is set. |
8515 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8516 * bibtex.el (bibtex-MastersThesis): added "note". |
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8517 |
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8518 * bibtex.el (bibtex-preamble): added. |
25830 | 8519 |
8520 * bibtex.el (bibtex-inside-field) : only go backwards if quote is there. | |
8521 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8522 * bibtex.el (bibtex-clean-entry): added call to |
25830 | 8523 bibtex-clean-entry-zap-empty-opts, OPT field testing for errors. |
8524 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8525 * bibtex.el (bibtex-x-help): added options Conference and preamble, |
25830 | 8526 restored DEAthesis. |
8527 | |
8528 1990-11-30 Richard Stallman (rms@mole.ai.mit.edu) | |
8529 | |
8530 * rmailsum.el (rmail-summary-mode-map): Don't rebind C-n and C-p. | |
8531 Put rmail-summary-next-all, etc., on M-n and M-p. | |
8532 | |
8533 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu) | |
8534 | |
8535 * rmail.el (rmail-insert-inbox-text): Don't give up if movemail fails. | |
8536 | |
8537 1990-11-28 Richard Stallman (rms@mole.ai.mit.edu) | |
8538 | |
8539 * bytecomp.el (byte-compile-form): Don't let handlers change depth. | |
8540 (byte-compile-normal-call): Don't alter byte-compile-depth. | |
8541 (byte-compile-funcall): New function. | |
8542 | |
40965 | 8543 1990-11-27 Ed Reingold (reingold@emr.cs.uiuc.edu) |
8544 | |
8545 * diary.el (diary-float): Allow month to be a list of months, a | |
25830 | 8546 single month, or t (for all months). |
8547 | |
40965 | 8548 1990-11-26 Jim Blandy (jimb@geech.ai.mit.edu) |
25830 | 8549 |
8550 * simple.el (copy-region-as-kill): No longer prints "Region | |
8551 copied" error message. | |
8552 | |
8553 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu) | |
8554 | |
8555 * bg-mouse.el (bg-insert-moused-sexp): If before ')', just skip that. | |
8556 | |
40965 | 8557 1990-11-26 Neil Mager (neilm@juliet.ll.mit.edu) |
8558 | |
8559 * appt.el: Fixed if construct for midnight update. | |
8560 | |
8561 1990-11-25 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8562 | |
8563 * diary.el (insert-block-diary-entry): Change reference to | |
25830 | 8564 mark-ring to calendar-mark-ring. |
8565 | |
40965 | 8566 1990-11-21 Neil Mager (neilm@juliet.ll.mit.edu) |
8567 | |
8568 * appt.el: Updated header of file to reflect changes. | |
8569 | |
8570 * appt.el: Added variable appt-display-diary to display the diary | |
8571 automatically when the appointments list is updated at midnight. | |
8572 | |
8573 * appt.el: Fixed bug to allow update of daily appointments list | |
8574 at midnight if today's diary had no entry. Required moving 'if' | |
8575 statement down several lines. | |
8576 | |
8577 * appt.el: Changed list-diary-entries-hook to diary-display-hook | |
8578 to be compatible with new version of the calendar/diary packgage. | |
8579 | |
8580 1990-11-20 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8581 | |
8582 * calendar.el (calendar-version): New constant, with date | |
8583 (calendar-count-days-region, calendar-not-available): New functions. | |
25830 | 8584 (calendar-mode-map): Put them on keys. |
40965 | 8585 (calendar-mode): Describe them. |
8586 | |
8587 1990-11-11 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8588 | |
8589 * diary.el (make-diary-entry): New function. | |
8590 (insert-diary-entry, insert-weekly-diary-entry, | |
8591 insert-monthly-diary-entry, insert-yearly-diary-entry, | |
8592 insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry, | |
8593 insert-yearly-hebrew-diary-entry, insert-islamic-diary-entry, | |
8594 insert-monthly-islamic-diary-entry, | |
8595 insert-yearly-islamic-diary-entry): Modified so that if a prefix arg | |
8596 is supplied these make nonmarking diary entries; otherwise the entries | |
8597 made are marking. | |
8598 (insert-block-diary-entry, insert-anniversary-diary-entry, | |
8599 insert-cyclic-diary-entry): New functions. | |
8600 * calendar.el: Autoload them. | |
25830 | 8601 (calendar-mode-map): Put them on keys. |
40965 | 8602 (calendar-mode): Describe them. |
8603 | |
8604 1990-11-08 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8605 | |
8606 * calendar.el (calendar-set-mark, | |
25830 | 8607 calendar-exchange-point-and-mark): New functions. |
8608 (calendar-mode-map): Put them on keys. | |
40965 | 8609 (calendar-mode): Describe them. |
8610 | |
8611 1990-11-06 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8612 | |
8613 * calendar.el (sexp-diary-entry-symbol): New variable. | |
8614 (cursor-to-iso-calendar-date): Simplified, slightly. | |
8615 (cursor-to-calendar-day-of-year): Fixed punctuation. | |
8616 (cursor-to-french-calendar-date): Moved French names to arrays. | |
8617 | |
8618 * diary.el (list-sexp-diary-entries, diary-sexp-entry, diary-cyclic, | |
8619 diary-hebrew-date, diary-iso-date, diary-day-of-year, | |
8620 diary-float, diary-islamic-date, diary-anniversary, diary-block, | |
8621 diary-french-date, diary-omer, diary-yahrzeit, diary-parasha, | |
8622 diary-rosh-hodesh, hebrew-calendar-parasha-name): New functions. | |
8623 (list-diary-entries): Added call to (list-sexp-diary-entries) and | |
8624 fixed an obscure error that caused a diary entry to be missed if it | |
8625 was preceded by an empty entry of the same style. | |
8626 (list-hebrew-diary-entries, list-islamic-diary-entries): Fixed an | |
8627 obscure error that caused a diary entry to be missed if it was | |
8628 preceded by an empty entry of the same style. | |
8629 (mark-islamic-calendar-date-pattern): Renamed some local variables | |
8630 more appropriately. | |
8631 | |
8632 | |
8633 1990-10-23 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8634 | |
8635 * diary.el (list-diary-entries): Added a separate hook to do the | |
25830 | 8636 display, so that the diary entries can be obtained without |
8637 displaying them. | |
40965 | 8638 (simple-diary-display): New function (renaming of |
8639 ordinary-list-diary-hook). | |
8640 (fancy-diary-display): New function (renaming of | |
8641 prepare-fancy-diary-buffer). | |
8642 | |
8643 calendar.el: Add default definition of diary-display-hook. | |
8644 | |
8645 1990-10-20 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8646 | |
8647 * calendar.el (describe-calendar-mode): Rewrote to give just a | |
25830 | 8648 brief description of the mode instead of calling describe-mode. |
8649 | |
40965 | 8650 1990-10-19 Neil Mager (neilm@juliet.ll.mit.edu) |
8651 | |
8652 * appt.el: Changed issue-appointments-message to | |
8653 appt.issue.message in header. | |
8654 | |
8655 * appt.el: Using copy modified by rms. | |
8656 | |
8657 1990-10-08 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8658 | |
8659 * holiday.el (calendar-holiday-function-hebrew): Fixed minor | |
25830 | 8660 problem with the code to short-circuit the calculations to save |
8661 time. | |
8662 | |
40965 | 8663 *diary.el (mark-hebrew-calendar-date-pattern): Fixed minor problem |
25830 | 8664 with the code to short-circuit the calculations to save time. |
8665 | |
8666 1990-11-22 Richard Stallman (rms@mole.ai.mit.edu) | |
8667 | |
8668 * files.el (basic-save-buffer): Run after-save-hooks. | |
8669 | |
40965 | 8670 1990-11-21 Robert J. Chassell (bob@gnu.ai.mit.edu) |
8671 | |
8672 * texinfmt.el (texinfo-parse-line-arg): Ignore spaces@end of | |
8673 line. | |
8674 (texinfo-format-make-node): Handle Info file names with periods in | |
8675 them. | |
8676 | |
8677 * history.el: Specify `(provide 'history)'. | |
8678 | |
8679 1990-11-20 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8680 | |
8681 * calendar.el: | |
8682 Added constant calendar-version with date | |
8683 (calendar-count-days-region), | |
8684 (calendar-not-available): New functions. | |
25830 | 8685 (calendar-mode-map): Put them on keys. |
40965 | 8686 (calendar-mode): Describe them. |
8687 | |
8688 1990-11-11 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8689 | |
8690 * diary.el: | |
8691 (make-diary-entry): New function. | |
8692 (insert-diary-entry), (insert-weekly-diary-entry), | |
8693 (insert-monthly-diary-entry), (insert-yearly-diary-entry), | |
8694 (insert-hebrew-diary-entry), (insert-monthly-hebrew-diary-entry), | |
8695 (insert-yearly-hebrew-diary-entry), (insert-islamic-diary-entry), | |
8696 (insert-monthly-islamic-diary-entry), | |
8697 (insert-yearly-islamic-diary-entry): Modified so that if a prefix arg | |
8698 is supplied these make nonmarking diary entries; otherwise the entries | |
8699 made are marking. | |
8700 (insert-block-diary-entry), (insert-anniversary-diary-entry), | |
8701 (insert-cyclic-diary-entry): New functions. | |
8702 | |
8703 * calendar.el: | |
8704 Autoload them. | |
25830 | 8705 (calendar-mode-map): Put them on keys. |
40965 | 8706 (calendar-mode): Describe them. |
8707 | |
8708 1990-11-08 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8709 | |
8710 * calendar.el: | |
8711 (calendar-set-mark), (calendar-exchange-point-and-mark): New functions. | |
25830 | 8712 (calendar-mode-map): Put them on keys. |
40965 | 8713 (calendar-mode): Describe them. |
8714 | |
8715 1990-11-06 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8716 | |
8717 * calendar.el: Added new variable sexp-diary-entry-symbol. | |
8718 (cursor-to-iso-calendar-date): Simplified, slightly. | |
8719 (cursor-to-calendar-day-of-year): Fixed punctuation. | |
8720 (cursor-to-french-calendar-date): Moved French names to arrays. | |
8721 | |
8722 * diary.el: | |
8723 (list-sexp-diary-entries), (diary-sexp-entry), (diary-cyclic), | |
8724 (diary-hebrew-date), (diary-iso-date), (diary-day-of-year), | |
8725 (diary-float), (diary-islamic-date), (diary-anniversary),(diary-block), | |
8726 (diary-french-date), (diary-omer), (diary-yahrzeit), (diary-parasha), | |
8727 (diary-rosh-hodesh), (hebrew-calendar-parasha-name): New functions. | |
8728 (list-diary-entries): Added call to (list-sexp-diary-entries) and | |
8729 fixed an obscure error that caused a diary entry to be missed if it | |
8730 was preceded by an empty entry of the same style. | |
8731 (list-hebrew-diary-entries), (list-islamic-diary-entries): Fixed an | |
8732 obscure error that caused a diary entry to be missed if it was | |
8733 preceded by an empty entry of the same style. | |
8734 (mark-islamic-calendar-date-pattern): Renamed some local variables | |
8735 more appropriately. | |
8736 | |
8737 | |
8738 1990-10-23 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8739 | |
8740 * diary.el | |
8741 (list-diary-entries): Added a separate hook to do the display, so | |
8742 that the diary entries can be obtained without displaying them. | |
8743 (simple-diary-display): New function (renaming of | |
8744 ordinary-list-diary-hook). | |
8745 (fancy-diary-display): New function (renaming of | |
8746 prepare-fancy-diary-buffer). | |
8747 | |
8748 calendar.el: Add default definition of diary-display-hook. | |
8749 | |
8750 1990-10-20 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8751 | |
8752 * calendar.el | |
8753 (describe-calendar-mode): Rewrote to give just a brief description | |
8754 of the mode instead of calling describe-mode. | |
8755 | |
8756 1990-10-08 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8757 | |
8758 * holiday.el: | |
8759 (calendar-holiday-function-hebrew): Fixed minor problem with the | |
8760 code to short-circuit the calculations to save time. | |
8761 | |
8762 *diary.el: | |
8763 (mark-hebrew-calendar-date-pattern): Fixed minor problem with the | |
8764 code to short-circuit the calculations to save time. | |
8765 | |
8766 1990-09-10 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8767 | |
8768 * diary.el: | |
8769 (list-diary-entries), (list-hebrew-diary-entries), | |
8770 (list-islamic-diary-entries): Fixed to use add-to-diary-list. | |
8771 | |
8772 1990-09-07 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8773 | |
8774 * holiday.el | |
8775 (filter-visible-calendar-holidays): New function. | |
8776 (calendar-holiday-function-rosh-hashanah-etc): Rewrote. | |
8777 (calendar-holiday-function-tisha-b-av-etc): New function. | |
8778 (calendar-holiday-function-passover-etc): New function. | |
8779 (calendar-holiday-function-hanukkah): New function. | |
8780 (calendar-holiday-function-easter-etc): Rewrote. | |
8781 | |
8782 * calendar.el: | |
8783 (calendar-other-month): Rewrote. | |
8784 (calendar-read), (calendar-make-alist): New functions. | |
8785 Eliminated constants calendar-day-abbrev-list and | |
8786 calendar-month-abbrev-list. | |
8787 (calendar-current-date): Eliminated use of calendar-month-abbrev-list. | |
8788 Modified the default value of `calendar-holidays'. | |
8789 Added variable `all-christian-calendar-holidays'. | |
8790 Added variable `all-islamic-calendar-holidays'. | |
8791 Added variable `all-hebrew-calendar-holidays'. | |
8792 (redraw-calendar), (calendar-goto-date), (calendar-goto-julian-date), | |
8793 (calendar-goto-hebrew-date), (calendar-goto-islamic-date), | |
8794 (calendar-goto-iso-date): New functions. | |
25830 | 8795 (calendar-mode-map): Put them on keys. |
40965 | 8796 (calendar-mode): Describe them. |
25830 | 8797 (calendar-mode-map): Put scroll-other-window on a key. |
40965 | 8798 list-diary-entries-hook: Changed the default value to |
8799 ordinary-list-diary-hook. | |
8800 | |
8801 * diary.el: | |
8802 (mark-diary-entries), (mark-islamic-diary-entries), | |
8803 (mark-hebrew-diary-entries): Eliminated use of constant alists for | |
8804 month and day names. | |
8805 (prepare-fancy-diary-buffer): Fixed the way holidays are displayed | |
8806 when there are no diary entries but lots of holidays. | |
8807 (ordinary-list-diary-hook), (add-to-diary-list): New functions. | |
8808 | |
8809 | |
8810 1990-09-06 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8811 | |
8812 * calendar.el: | |
8813 Changed reference at beginning of file from the report to the | |
8814 published version of the paper. | |
8815 Changed all calls to `mod' to call `%' to avoid problem with cl. | |
8816 (calendar-date-string): Added optional parameter `nodayname'. | |
8817 (cursor-to-islamic-calendar-date): Fixed so that | |
8818 calendar-date-string doesn't try find the day name. | |
8819 (cursor-to-hebrew-calendar-date): Fixed so that | |
8820 calendar-date-string doesn't try find the day name. | |
8821 nongregorian-diary-marking-hook: Fixed typo in doc string. | |
8822 (calendar-mode): Fixed a typo in doc string. | |
8823 (cursor-to-iso-calendar-date): Made message consistent with | |
8824 similar functions for Julian, Islamic, Hebrew, and French calendars. | |
8825 (calendar-absolute-from-gregorian): Simplified calculation. | |
8826 (calendar-mark-today): Changed today mark to `=' to avoid | |
8827 confusion with the default holiday mark. | |
8828 (calendar-julian-from-absolute): Rewrote parallel to other functions. | |
8829 (calendar-islamic-from-absolute): Rewrote parallel to other functions. | |
8830 (calendar-forward-day): Fixed movement when cursor is not on a date | |
8831 and arg is negative. | |
8832 Added description of new `if' form to doc string for calendar-holidays. | |
8833 | |
8834 | |
8835 * diary.el: | |
8836 Changed all calls to `mod' to call `%' to avoid problem with cl. | |
8837 (diary-entry-time): New function. | |
8838 (diary-entry-compare): Rewritten to take time of day into account. | |
8839 | |
8840 * holiday.el: | |
8841 Changed all calls to `mod' to call `%' to avoid problem with cl. | |
8842 (calendar-holiday-function-rosh-hashanah-etc): Fixed grammatical | |
8843 error in a comment. | |
8844 (calendar-holiday-function-hebrew): Fixed typo in doc string. | |
8845 (calendar-holiday-function-islamic): Fixed typo in doc string. | |
8846 (calendar-holiday-function-if): New function. | |
25830 | 8847 |
8848 1990-11-19 Richard Mlynarik (mly@august-east) | |
8849 | |
40965 | 8850 * rfc822.el (rfc822-addresses): Blow out, don't loop, on ") |
8851 (rfc822-addresses-1) Error if address "phrase" not followed by | |
25830 | 8852 route-spec |
8853 | |
40965 | 8854 * ebuff-menu.el (Electric-buffer-menu-mode): Remove questionable |
25830 | 8855 code which attempted to fake out mode-name in mode-line-list. |
40965 | 8856 Also, use slow \\<...> technology. |
8857 | |
8858 1990-11-13 David J. MacKenzie (djm@apple-gunkies) | |
25830 | 8859 |
8860 * fortran.el: Use domain format instead of uucp format for bug | |
8861 list address. | |
8862 | |
8863 1990-11-12 Richard Stallman (rms@mole.ai.mit.edu) | |
8864 | |
8865 * lisp.el (lisp-complete-symbol): Use emacs-lisp-mode-syntax-table. | |
8866 | |
8867 1990-11-05 Roland McGrath (roland@geech.ai.mit.edu) | |
8868 | |
8869 * compile.el (compilation-window-height): Added defconst for this, | |
8870 since it somehow disappeared. | |
8871 | |
8872 * compile.el: Unoverhauled. Restored from old 19 compile.el, plus | |
8873 these changes: (compilation-{enter,leave}-directory-regexp): New | |
8874 variables, specifying regexps that match lines saying the compilation | |
8875 process is entering/leaving a directory. The default values match the | |
8876 messages produced by the `-w' option to GNU make. | |
8877 (compilation-error-regexp-alist): [Idea from tale.] Replaces | |
8878 compilation-error-regexp. Alist (REGEXP FILE-IDX LINE-IDX) of regular | |
8879 expressions to match errors in compilation. If REGEXP matches, the | |
8880 FILE-IDX'th subexpression gives the file name, and the LINE-IDX'th | |
8881 subexpression gives the line number. | |
40965 | 8882 (compilation-parse-errors): Rewritten. Combine the error and |
25830 | 8883 enter/leave directory regexps into a single regexp to search for, and |
40965 | 8884 dispatch on which subexpressions match. When the enter-directory |
25830 | 8885 regexp matches, set default-directory to that directory, and push it |
40965 | 8886 on compilation-directory-stack. When the leave-directory regexp |
25830 | 8887 matches, pop the stack to find the matching directory, and set |
8888 default-directory to that. This change requries RE_NREGS to be (at | |
8889 least 26) (it's been upped from 10 to 30 in v19 ../src/regex.h). | |
8890 (compilation-finish-hook): New variable, a hook to run when a | |
8891 compilation finishes. Called with two args: the compilation buffer | |
8892 that finished, and the string passed to the process-sentinel | |
8893 describing how it finished ("exited", "signaled", etc.). | |
8894 (compilation-sentinel): Call it. (compilation-buffer-name-hook): Hook | |
8895 called to generate a name for a compilation buffer. Passed one arg, | |
8896 the name of the major mode of the buffer. (compile-internal): Use it. | |
8897 [From tale's changes:] | |
8898 (compile): Moved window enlarging to compile-internal. | |
8899 (compile-internal): Don't use with-output-to-temp-buffer. Use | |
8900 display-buffer instead. | |
8901 | |
8902 1990-11-05 David Lawrence (tale@pogo.ai.mit.edu) | |
8903 | |
8904 * c++-mode.el (c++-mode): Made several global variables related to | |
8905 comment handling buffer-local. | |
8906 | |
8907 * emerge.el: Moved the kill-buffers out of emerge-extract-* and | |
8908 into the emerge-make-*-list functions which are responsible for | |
8909 creating and using them. unwind-protect it to make sure the | |
8910 buffer is always killed. | |
8911 | |
8912 * subr.el: fset buffer-flush-undo to buffer-disable-undo, not | |
8913 buffer-enable-undo. | |
8914 | |
8915 * comint.el, inf-lisp.el, shell.el: Updated to meet Olin's | |
8916 version 2.0 comint offerings. | |
40965 | 8917 * ring.el: The underlying history mechanism for comint. |
25830 | 8918 Generalised handling of a ring data type based on vectors. |
8919 * history.el: For now, a symlink to ring.el. | |
40965 | 8920 * loaddefs.el: Updated shell-prompt-pattern doc string. |
25830 | 8921 |
8922 1990-11-02 Richard Stallman (rms@mole.ai.mit.edu) | |
8923 | |
8924 * files.el (set-visited-file-name): Reject empty string as name. | |
8925 | |
8926 * saveconf.el (save-context): Record dired buffers. | |
8927 (save-context-buffer-name): Compute the "name" of a buffer. | |
8928 (restore-context): Handle expressions as buffer names. | |
8929 | |
8930 1990-11-01 Richard Stallman (rms@mole.ai.mit.edu) | |
8931 | |
8932 * info.el (Info-find-node): Simplify file search. | |
8933 Try appending `.info' to specified name. | |
8934 | |
40965 | 8935 1990-10-31 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 8936 |
8937 * bytecomp.el: Put properties on * so that the byte-compiler knows | |
8938 how to inline multiplication. | |
8939 | |
8940 1990-10-30 Richard Stallman (rms@mole.ai.mit.edu) | |
8941 | |
8942 * files.el (delete-auto-save-file-if-necessary): | |
8943 Don't delete if auto-saveing in visited file. | |
8944 | |
40965 | 8945 1990-10-29 Jim Blandy (jimb@pogo.ai.mit.edu) |
25830 | 8946 |
8947 * subr.el: `buffer-flush-undo' is now officially named | |
8948 `buffer-enable-undo'; added an alias for backward compatibility. | |
8949 | |
8950 1990-10-28 Richard Stallman (rms@mole.ai.mit.edu) | |
8951 | |
8952 * dabbrev.el (dabbrev-expand): Use original abbrev for case pattern. | |
8953 Do preserve case if expansion has a single uppercase initial. | |
8954 | |
8955 1990-10-26 Richard Stallman (rms@mole.ai.mit.edu) | |
8956 | |
8957 * subr.el (keyboard-translate): New function. | |
8958 | |
40965 | 8959 1990-10-25 Robert J. Chassell (bob@gnu.ai.mit.edu) |
8960 | |
8961 * texinfmt.el (texinfo-format-defun-1): Replace with new version | |
8962 that handles @deftypefn and related typed definition commands. | |
8963 (texinfo-format-deftypefn-type, texinfo-format-deftypefn-index): | |
8964 Formatting commands for @deftypefn and related typed definition | |
8965 commands. Inserted related `put' expressions. | |
25830 | 8966 |
8967 1990-10-23 David Lawrence (tale@pogo.ai.mit.edu) | |
8968 | |
40965 | 8969 * emerge.el (emerge-setup, emerge-setup-with-ancestor): Moved |
25830 | 8970 insert-buffer calls back before call to emerge-extract-diffs where |
8971 the merge-buffer really needs to have something in it. | |
8972 (emerge-extract-diffs,emerge-extract-diffs3): Moved errant | |
8973 kill-buffer which interfered with return value of functions. | |
8974 | |
8975 1990-10-22 David Lawrence (tale@pogo.ai.mit.edu) | |
8976 | |
8977 * loaddefs.el, bibtex.el: Changed bogus "" sequences attempting | |
8978 to generate a single quote to \" pairs. | |
8979 | |
8980 * calc-aent.el, calc-alg-2.el, calc-alg.el, calc-arith.el, | |
8981 calc-bin.el, calc-comb.el, calc-comp.el, calc-cplx.el, | |
8982 calc-ext.el, calc-forms.el, calc-frac.el, calc-funcs.el, | |
8983 calc-graph.el, calc-incom.el, calc-lang.el, calc-macs.el, | |
8984 calc-map.el, calc-mat.el, calc-math.el, calc-misc.el, | |
8985 calc-mode.el, calc-prog.el, calc-rewr.el, calc-rules.el, | |
8986 calc-sel-2.el, calc-sel.el, calc-store.el, calc-stuff.el, | |
8987 calc-trail.el, calc-undo.el, calc-units.el, calc-vec.el, | |
40965 | 8988 calc-yank.el, calc.el: New files for a very complete RPN |
25830 | 8989 calculator which supports integer, rational, floating-point, |
8990 comples, matrix and symbolic arithmetic to arbitrary precision. | |
8991 | |
40965 | 8992 edmacro.el: New file, a keyboard macro editor. On its own |
25830 | 8993 probably not very useful, but in the context of calc |
8994 programmability it fits the model well. | |
8995 | |
8996 emerge.el: New file, for merging files or buffers based on their | |
8997 differences. | |
8998 | |
8999 loaddefs.el: Autoloads for calc, quick-calc, full-calc, | |
9000 calc-eval, defmath, calc-grab-region and calc-extensions for the | |
9001 calculator. Bind calc to M-#. | |
9002 Autoloads for edit-kbd-macro, edit-last-kbd-macro and | |
9003 read-kbd-macro for edmacro. | |
9004 Autoloads for emerge-files, emerge-files-with-ancestor, | |
9005 emerge-buffers and emerge-buffers-with-ancestor for emerge. | |
9006 | |
9007 1990-10-21 Richard Stallman (rms@mole.ai.mit.edu) | |
9008 | |
9009 * window.el (split-window-vertically): | |
9010 Select the bottom window if that lets point stay on screen. | |
9011 | |
9012 * etags.el (visit-tags-table-buffer): | |
9013 Handle local bindings of tags-file-name. | |
9014 | |
40965 | 9015 1990-10-19 Robert J. Chassell (bob@gnu.ai.mit.edu) |
9016 | |
9017 * texinfmt.el (texinfo-format-include, | |
9018 texinfo-format-setfilename): Redefined to handle new include | |
9019 files. (texinfo-format-buffer-1, texinfo-format-region): Add | |
9020 `last-input-buffer' so handles new include files. | |
9021 (texinfo-format-bullet, texinfo-format-minus, | |
9022 texinfo-format-paragraph-break): Require braces if used within | |
9023 line; do no require braces if used@end of line. | |
9024 (texinfo-optional-braces-discard): Discard optional braces. | |
9025 | |
9026 * texnfo-upd.el (texinfo-incorporate-descriptions): Require exact | |
9027 match for item names. | |
9028 (texinfo-update-menu-region-beginning): Do not accidentally copy | |
9029 an info-only title for the top node into the main menu. | |
9030 (texinfo-section-types-regexp): Add `@chapheading'. | |
9031 (texinfo-find-lower-level-node, texinfo-find-higher-level-node, | |
9032 texinfo-menu-locate-entry-p, texinfo-copy-menu-title, | |
9033 texinfo-update-menu-region-beginning, texinfo-update-menu-region-end): | |
9034 Handle `@ifinfo' as well as comment line following node line. | |
9035 (texinfo-multiple-files-update and aux. files): Added to handle | |
9036 multi-file Texinfo sources. | |
25830 | 9037 |
9038 1990-10-18 Richard Stallman (rms@mole.ai.mit.edu) | |
9039 | |
9040 * info.el (Info-help): Go to one window. | |
9041 | |
9042 1990-10-17 David Lawrence (tale@pogo.ai.mit.edu) | |
9043 | |
40965 | 9044 * lisp-mode.el: Indent autoload like defun. |
25830 | 9045 |
9046 * cl.el, mh-e.el, gnus.el: Change uses of lisp-indent-hook to | |
9047 lisp-indent-function. | |
9048 | |
9049 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu) | |
9050 | |
9051 * files.el (revert-buffer): Discard all undo records. | |
9052 * rmail.el (rmail-expunge, rmail-get-new-mail): Likewise. | |
9053 | |
9054 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu) | |
9055 | |
9056 * bytecomp.el (symbol-function, fset, read-char): Don't open code them. | |
9057 | |
9058 1990-10-11 Richard Stallman (rms@mole.ai.mit.edu) | |
9059 | |
9060 * Kill commands on read-only buffers, just copy to kill-ring. | |
9061 * simple.el (kill-region): If read-only, just copy to kill-ring. | |
9062 (zap-to-char, kill-line, kill-comment, kill-word): | |
9063 (backward-kill-word, kill-paragraph, backward-kill-paragraph): | |
9064 Allow read-only buffers. | |
9065 | |
9066 * csharp.el: New file. | |
9067 | |
9068 1990-10-10 Richard Stallman (rms@mole.ai.mit.edu) | |
9069 | |
9070 * rmailsum.el (rmail-summary-scroll-msg-up): Make msg visible. | |
9071 (rmail-summary-scroll-msg-down): Likewise. | |
9072 | |
9073 * bytecomp.el (byte-compile-associative): New function. | |
9074 (+, max, min, -): Use that. | |
9075 (byte-compile-make-binary, byte-compile-butlast): New functions. | |
9076 | |
9077 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu) | |
9078 | |
9079 * dired.el (dired-compress, dired-uncompress): Put output from | |
9080 subprocess in a buffer to display it. | |
9081 | |
9082 * appt.el (fix-time): Deleted. | |
9083 (appt-select-lowest-window): Renamed from select-lowest-window. | |
9084 (appt-visible): Renamed from appt-visable. | |
9085 | |
9086 * time.el (display-time-filter): Run display-time-hook. | |
9087 | |
9088 * lisp.el (lisp-complete-symbol): Last change clobbered beg. | |
9089 | |
9090 * lisp-mode.el (indent-sexp): Make sure outer loop ends@eob. | |
9091 | |
9092 1990-10-08 Richard Stallman (rms@mole.ai.mit.edu) | |
9093 | |
9094 * man.el (nuke-nroff-bs): Handle o\b+. | |
9095 | |
9096 * files.el (save-buffers-kill-emacs): Do querying here. | |
9097 Don't die if process-list is not defined. | |
9098 | |
9099 * simple.el (next-complex-command): Fix typo. | |
9100 | |
9101 1990-10-07 Richard Stallman (rms@mole.ai.mit.edu) | |
9102 | |
9103 * bytecomp.el (byte-compile-file): Run set-auto-mode. | |
9104 | |
9105 1990-10-01 David Lawrence (tale@pogo.ai.mit.edu) | |
9106 | |
40965 | 9107 * compile.el: Major overhauls. Remove references to mode, since |
25830 | 9108 it never really was a mode. |
40965 | 9109 (compile-regexp-list): Don't use a single regexp, but try |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
9110 multiple ones from a list. |
25830 | 9111 (next-error): Don't read in every single file when doing |
9112 next-error, just go to the line of the next file, reading it in if | |
9113 need be. The old method was slow and could end up creating a lot | |
9114 of buffers you never wanted around. | |
40965 | 9115 Use buffer named in compilation-buffer. Get buffer to use |
25830 | 9116 interactively via compilation-use-buffer if called with arg. |
9117 (compile-internal): Move window resizing here, since a grep | |
9118 window is still a compile window as far as this package is | |
9119 concerned. Don't use with-output-to-temp-buffer since it is very | |
9120 anti-social with show-temp-buffer-hooks which resize based on the | |
9121 how much data is output by its forms; it never worked with | |
9122 compile-window-height that way anyway. | |
9123 (compilation-parse-line): Figures out file and line for | |
9124 next-error from compile-regexp-list. | |
9125 (compilation-use-buffer): Function which sets buffer for | |
9126 next-error to use. | |
9127 | |
9128 1990-10-01 Richard Stallman (rms@mole.ai.mit.edu) | |
9129 | |
9130 * c-mode.el (c-indent-line): Special clause for `} else'. | |
9131 | |
9132 1990-09-30 Richard Stallman (rms@mole.ai.mit.edu) | |
9133 | |
9134 * compile.el (compilation-mode): Don't set compilation-error-regexp. | |
9135 (compile-internal): Set it here. | |
9136 (compilation-error-regexp): Put on permanent-local property. | |
9137 | |
9138 * startup.el (command-line-functions): New variable. | |
9139 (command-line-1): Do something with it. | |
9140 | |
9141 * diff.el (diff): Fix bug in searching for first change run. | |
9142 | |
9143 * bytecomp.el (byte-compile-lambda): Handle string constant as value. | |
9144 | |
9145 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu) | |
9146 | |
9147 * mh-e.el: New version from Larus. | |
9148 | |
9149 * c-mode.el (calculate-c-indent): When looking@previous column-0 | |
9150 line, allow whitespace between the close-paren and the semicolon. | |
9151 | |
9152 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu) | |
9153 | |
9154 * startup.el (command-line): Make init-file-user permanent. | |
9155 | |
9156 1990-09-25 David Lawrence (tale@pogo.ai.mit.edu) | |
9157 | |
9158 * edebug.el: New file for elisp source debugging. | |
9159 | |
40965 | 9160 * loaddefs.el: Autoload edebug with edebug-defun. |
25830 | 9161 |
9162 * lisp-mode.el (eval-defun): If arg, edebug-defun. | |
9163 | |
9164 * simple.el (comment-region): New function. | |
9165 | |
9166 * c-mode.el (c-beginning-of-statement, c-end-of-statement): | |
9167 New functions bound to M-a and M-e respectively. | |
9168 (c-beginning-of-statement-1, c-end-of-statement-1): Engines for | |
9169 above. | |
40965 | 9170 (set-c-style): New function to easily select a preferred |
25830 | 9171 indentation style. |
9172 (c-style-alist): Styles and variables values for set-c-style. | |
9173 | |
40965 | 9174 * asm-mode.el: New file. Mode for editing assembler code. |
25830 | 9175 |
9176 * loaddefs.el (auto-mode-alist): Use asm-mode for .s files. | |
9177 Autoload it. | |
9178 | |
9179 1990-09-24 Richard Stallman (rms@mole.ai.mit.edu) | |
9180 | |
9181 * loaddefs.el (auto-mode-alist): Use \\' for end of string. | |
9182 | |
9183 1990-09-22 David Lawrence (tale@pogo.ai.mit.edu) | |
9184 | |
9185 * simple.el (shell-command): Document in code comment why -f is | |
40965 | 9186 not used for C shells. Perhaps this will get people to stop |
25830 | 9187 asking about it. |
9188 | |
9189 1990-09-21 Richard Stallman (rms@mole.ai.mit.edu) | |
9190 | |
9191 * isearch.el (nonincremental-search): Bind cursor-in-echo-area | |
9192 only as long as necessary. | |
9193 | |
9194 1990-09-21 David Lawrence (tale@pogo.ai.mit.edu) | |
9195 | |
9196 * loaddefs.el (auto-mode-alist): Use bibtex-mode for .bib files | |
9197 and autoload it. | |
9198 | |
9199 1990-09-18 Richard Stallman (rms@mole.ai.mit.edu) | |
9200 | |
9201 * doctor.el (doctor-caddr, doctor-cadr, doctor-cddr): Renamed. | |
9202 | |
9203 1990-09-13 Richard Stallman (rms@mole.ai.mit.edu) | |
9204 | |
9205 * c-mode.el (calculate-c-indent): Skip back across preprocessor | |
9206 lines before testing for a continuation statement. | |
9207 | |
9208 * mouse.el (mouse-set-point): Compensate properly for hscroll. | |
9209 | |
40965 | 9210 1990-09-13 Robert J. Chassell (bob@gnu.ai.mit.edu) |
9211 | |
9212 * texinfmt.el (texinfo-format-inforef): Item name now optional. | |
25830 | 9213 |
9214 1990-09-13 Richard Stallman (rms@mole.ai.mit.edu) | |
9215 | |
9216 * rmail.el (rmail-nuke-pinhead-header): Save From line in Mail-from:. | |
9217 | |
9218 * help.el (print-help-return-message): Mention C-M-v. | |
9219 | |
9220 1990-09-10 Chris Hanson (cph@kleph) | |
9221 | |
9222 * xscheme.el (xscheme-eval): Add hook that allows Scheme to | |
9223 evaluate arbitrary expression in Emacs. | |
9224 (scheme-interaction-mode): Run scheme-mode-hook before | |
9225 scheme-interaction-mode-hook. | |
9226 Guarantee that the process-filter's state is correctly updated | |
9227 before calling any code that can possibly allow more input to be | |
9228 read from the process. | |
9229 | |
9230 1990-09-10 Richard Stallman (rms@mole.ai.mit.edu) | |
9231 | |
9232 * rmailsort.el (rmail-sortable-date-string): Handle excess space. | |
9233 Discard century from year. | |
9234 | |
9235 * files.el (after-find-file): Improve a message. | |
9236 | |
9237 1990-09-09 Richard Stallman (rms@mole.ai.mit.edu) | |
9238 | |
9239 * sendmail.el (mail-signature): t means use signature file. | |
9240 (mail-setup): Implement that. | |
9241 (mail-mode-map): Put mail-signature command back on C-c C-w. | |
9242 (mail-signature-inserted): Variable deleted. | |
9243 | |
9244 1990-09-08 Richard Stallman (rms@mole.ai.mit.edu) | |
9245 | |
9246 * ftp.el (ftp-command): Ignore output lines without status codes. | |
9247 | |
9248 1990-09-06 Richard Stallman (rms@mole.ai.mit.edu) | |
9249 | |
9250 * sendmail.el (mail-signature): New variable holds signature. | |
9251 (mail-setup): Default mail-signature from .signature file. | |
9252 Insert the value. | |
9253 | |
9254 1990-09-04 Richard Stallman (rms@mole.ai.mit.edu) | |
9255 | |
9256 * ftp.el (ftp-write-file): Accept status 125 as normal. | |
9257 | |
9258 1990-09-03 David Lawrence (tale@pogo.ai.mit.edu) | |
9259 | |
9260 * rnews.el: Reinstated. | |
9261 | |
9262 1990-09-01 Richard Stallman (rms@mole.ai.mit.edu) | |
9263 | |
9264 * files.el (backup-buffer): Test backup-inhibited. | |
9265 (find-file-noselect, set-visited-file-name): Set that var | |
9266 based on backup-enable-predicate. | |
9267 | |
9268 1990-08-31 David Lawrence (tale@pogo.ai.mit.edu) | |
9269 | |
9270 * sendmail.el (mail-send-and-exit): Remove dependency on other | |
9271 window being in rmail-mode in order to delete selected window. | |
9272 | |
9273 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu) | |
9274 | |
9275 * paths.el: Add gnus-default-nntp-server, gnus-nntp-service, | |
9276 gnus-your-domain, gnus-your-organization, and gnus-newsrc-file to | |
9277 be visible for admins during installation configuration. | |
9278 | |
9279 * loaddefs.el: | |
40965 | 9280 (gnus, gnus-post-news): Autoload gnus. |
25830 | 9281 (sendnews, postnews): fset to gnus-post-news instead of news-post-news. |
9282 (rnews, news-post-news): Removed autoloads. | |
9283 | |
9284 * gnus.el: New file. | |
9285 (gnus-make-newsrc-file): Removed. | |
9286 (gnus-read-newsrc-file): Work without above. | |
40965 | 9287 (gnus-Info-directory): Removed. |
9288 (gnus-Info-find-node): Work without above. | |
25830 | 9289 (lots of variables): Made non-interactive. Some doc fixes. |
9290 | |
9291 * gnuspost.el, gnusmail.el, gnusmisc.el, nntp.el, nnspool.el, | |
9292 * mhspool.el: New files. | |
9293 | |
9294 * rnews.el: Removed. (Renamed to rnews.el.~backout~.) | |
9295 | |
9296 1990-08-29 Richard Stallman (rms@mole.ai.mit.edu) | |
9297 | |
9298 * loaddefs.el: Put paragraph commands on M-{ and M-}. | |
9299 | |
9300 * files.el (basic-save-buffer): Make error messages more natural. | |
9301 | |
9302 * rmail.el (rmail-search): Call rmail-maybe-set-message-counters. | |
9303 | |
9304 1990-08-29 David Lawrence (tale@pogo.ai.mit.edu) | |
9305 | |
40965 | 9306 * files.el (basic-save-buffer): Signal an error when the directory |
25830 | 9307 doesn't exist or is write-protected. |
9308 (set-visited-file-name): When renaming buffer, don't switch from | |
9309 current name if that is the name causing the conflict for the new name. | |
9310 Eg, C-x b foo C-x C-w /tmp/foo would name the buffer foo<2> and | |
9311 leave no foo around. Now it stays foo. | |
9312 | |
9313 * fortran.el (fortran-mode): Define comment-line-start-skip based | |
9314 partially on value of fortran-comment-region; statements starting | |
9315 with c (eg: call, common) were being indented as comments. | |
9316 (fortran-current-line-indentation): Only skip over continuation | |
9317 char or line number for statements. It was giving back wrong | |
9318 values for statements which started in columns 1-6. | |
40965 | 9319 (fortran-mode-version): Removed. |
25830 | 9320 |
9321 1990-08-28 David Lawrence (tale@pogo.ai.mit.edu) | |
9322 | |
40965 | 9323 * loaddefs.el: Autoload reverse-region from sort.el. |
25830 | 9324 |
9325 * cl.el: | |
40965 | 9326 (defstruct): The copier function invoked the non-existent |
25830 | 9327 copy-vector. Calling copy-sequence does the job. |
40965 | 9328 (defsetf for point): Point's inverse is goto-char. Of course, |
9329 what do we do with the other basic types of Emacs Lisp? | |
9330 (member): Another, perhaps counterproductive, speed hack. When | |
25830 | 9331 test or testnot are symbols (hopefully, non-null), they are |
9332 replaced by their symbol-function slots. This presumably reduces | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
9333 one indirection per each funcall in the inner loop. |
40965 | 9334 (byte-compile-named-list-accessors): Another byte-compile |
25830 | 9335 handler, this one eliminates the extra call incurred when using |
9336 first, ..., tenth, or rest. This makes those list accessors | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
9337 essentially as primitive as car, cdr, or nth. |
40965 | 9338 (with-keyword-args): Macro that simplifies most of the handling of |
9339 klists. The only neglected functionality is that no supplied-p | |
25830 | 9340 forms exist (although that is true also of lambda lists in Emacs Lisp). |
9341 (cl-eval-print-last-sexp): Added half-hearted support for -, +, | |
9342 ++, +++, *, **, ***, /, //, ///; and cleared the mvalues mechanism | |
9343 at every call. | |
40965 | 9344 (declare, proclaim, the): Make some more CL codes easy to load. |
25830 | 9345 These are dummies, and have no effect whatsoever. (Perhaps `the' |
9346 could be made to check in interpreter, and to ignore in the | |
9347 compiler. Then again, writing `typecase' would be also useful and | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
9348 I haven't done it yet.) |
40965 | 9349 (byte-compile-ca*d*r): New function, used as a handler from |
25830 | 9350 byte-compile-form to eliminate the extra call to the c*r functions |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
9351 in compiled code. |
40965 | 9352 (adjoin, map): Changed to use `memq' instead of `member', too. |
9353 (case, ecase): Via a change in case-clausify, these macros now | |
25830 | 9354 generate tests using the primitive `memq', instead of the heavier |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
9355 `member'. |
40965 | 9356 (member): Rewrote it to exploit the keyword argument machinery. |
25830 | 9357 It also tries to call memq whenever possible. |
9358 (many funcs): Two-branch conds changed into simple ifs here and | |
9359 there, minor layout changes all over. | |
40965 | 9360 (defsetf): `Puts' occur in the generated code, not in the macro |
25830 | 9361 expander. (Didn't we fix this long ago?) |
40965 | 9362 (setf): Comment disagreed with the code. Code was right. |
9363 (defkeyword): Was dropping the DOCSTRING. | |
9364 (reduce): New function. Presented as an example of how to use | |
25830 | 9365 KLISTs to parse calls in functions that take keyword arguments. |
40965 | 9366 (concatenate, map): New functions. |
9367 (extract-from-klist): Swapped arguments for convenience. | |
9368 (keyword-argument-supplied-p, cl$subseq-as-list): New auxiliary | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
9369 functions. |
40965 | 9370 (build-klist): Better error messages. |
9371 (psetf): Rewrote, patterned after the new psetq. | |
9372 (psetq): Added early check for even number of arguments. This | |
25830 | 9373 causes a better error message than previously. |
40965 | 9374 (defstruct, parse$defstruct$options): asp@CS.CMU.EDU (James |
25830 | 9375 Aspnes) reported that defstruct wasn't handling properly the use |
9376 of accessors of an :included definition applied to instances of | |
9377 the :including structure. Indeed, the old version was | |
9378 implementing a (rather useless) sense of multiple-inheritance that | |
40965 | 9379 was inimical to the Common Lisp sense. Fixed here by adding |
25830 | 9380 properties :structure-includes and :structure-included-in to the |
9381 struct name. They keep track of the graph of inclusions. | |
40965 | 9382 (mapc, maplist, mapl, mapcan, mapcon, |
9383 copy-list, copy-tree, revappend, nreconc, nbutlast, | |
9384 subst, subst-if, subst-if-not, sublis, | |
9385 member-if, member-if-not, tailp): New functions, developed apart | |
25830 | 9386 and now merged with the main file. They still don't take :keyword |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
9387 arguments. |
25830 | 9388 |
40965 | 9389 * sort.el (sort-subr): Support floating point numbers. |
25830 | 9390 (sort-float-fields, reverse-region): New functions. |
40965 | 9391 (sort-numeric-fields, sort-fields, sort-float-fields): Use -ARG |
25830 | 9392 to mean count fields from right, not reverse. (Doc fixes.) |
9393 (sort-fields-1): Let negative arg pass unmolested. Always do | |
9394 ascending sort. | |
9395 (sort-skip-fields): Handle negative field. | |
9396 | |
9397 * tex-mode.el (tex-mode-map): Move bindings of M-{ and M-} to | |
9398 C-c { and C-c }. | |
9399 | |
9400 1990-08-28 Roland McGrath (roland@gnu.ai.mit.edu) | |
9401 | |
9402 * bytecomp.el (byte-compile-file): If interactive, ask user if he | |
9403 wants to save a buffer visiting file to be compiled. | |
9404 | |
9405 1990-08-27 David Lawrence (tale@pogo.ai.mit.edu) | |
9406 | |
9407 * compile.el (compilation-error-regexp): Padded up a little to | |
9408 work with new function: | |
9409 (compilation-get-file-and-line): Grabs file and line using | |
9410 matched sub-expressions in compilation-error-regexp. | |
9411 (compilation-parse-errors): Use new function. | |
40965 | 9412 (compilation-sentinel): Make buffer writable before trying to |
25830 | 9413 insert things. |
9414 | |
9415 * info.el (Info-extract-menu-item): Search for an exact match for | |
9416 menu item before looking for a partial match. Regexp-quote the | |
9417 search string. | |
9418 | |
9419 * lisp.el (lisp-complete-symbol): Display possibilities in | |
9420 *Completions* not *Help*. | |
9421 | |
9422 * help.el (describe-mode): Use Dale Worley's version to also show | |
40965 | 9423 minor mode documentation if argument is given. Fset |
25830 | 9424 defining-keyboard-macro to start-keyboard-macro so its |
9425 documentation can be found. Currently does not work with | |
9426 auto-fill-mode because of the hook nature of its minor mode | |
9427 indicator variable. | |
9428 | |
9429 1990-08-26 Richard Stallman (rms@mole.ai.mit.edu) | |
9430 | |
9431 * terminal.el: Move possibly offensive comments to term-nasty.el. | |
9432 (te-quote-arg-for-sh): Give some variables more useful names. | |
9433 | |
9434 1990-08-25 Richard Stallman (rms@mole.ai.mit.edu) | |
9435 | |
9436 * resume.el: New version from Joe Wells. | |
9437 | |
9438 1990-08-22 Joseph Arceneaux (jla@geech) | |
9439 | |
9440 * lisp.el (lisp-complete-symbol): Use lisp-mode-syntax table | |
9441 rather than current buffer's. | |
9442 | |
9443 1990-08-16 Richard Stallman (rms@mole.ai.mit.edu) | |
9444 | |
9445 * isearch.el (isearch): For C-y and C-w in regexp search, | |
9446 use regexp-quote. | |
9447 | |
9448 * time.el (display-time-filter): Check that file is non-empty. | |
9449 | |
9450 1990-08-16 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9451 | |
9452 * term/x-win.el: Don't define C-z here; it's now in screen.el. | |
9453 | |
40965 | 9454 1990-08-14 David J. MacKenzie (djm@apple-gunkies) |
25830 | 9455 |
9456 * time.el: New version that uses wakeup instead of loadst. | |
9457 | |
9458 1990-08-14 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9459 | |
9460 * simple.el (eval-current-buffer): New function. | |
9461 | |
9462 * screen.el: Moved screen convenience functions here, formerly in | |
9463 term/x-win.el. | |
9464 other-window now bound to esc-o, ctl-x-o now next-multiscreen-window. | |
9465 | |
9466 1990-08-13 Richard Stallman (rms@mole.ai.mit.edu) | |
9467 | |
9468 * files.el: Doc fix. | |
9469 | |
9470 1990-08-11 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9471 | |
9472 * screen.el (get-screen): Don't loop on screen-visible-p. | |
9473 Set auto-new-screen-function to new-screen. | |
9474 | |
9475 * gdb.el (gdb-break): Also handle temporary breaks. | |
9476 | |
9477 1990-08-01 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9478 | |
9479 * bytecomp.el (byte-compile-file): Fix format string in call to | |
9480 float-output-format. | |
9481 | |
9482 1990-07-31 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9483 | |
9484 * files.el (find-alternate-file): Don't depend on buffer being | |
9485 read-only for modifications to invoke yes-or-no-p. | |
9486 | |
9487 1990-07-28 Richard Stallman (rms@mole.ai.mit.edu) | |
9488 | |
9489 * paths.el (rmail-spool-directory): | |
9490 Change silicon-graphics-unix to irix. | |
9491 | |
9492 1990-07-27 Richard Stallman (rms@mole.ai.mit.edu) | |
9493 | |
9494 * tex-mode.el (tex-region): Set tex-last-temp-file in shell buffer. | |
9495 Give it tex-filter as a filter. | |
9496 (tex-filter): New function. Deletes the temp file and junk files. | |
9497 (tex-directory): Now set to `.'. | |
9498 | |
9499 1990-07-27 David Lawrence (tale@pogo.ai.mit.edu) | |
9500 | |
9501 * fill.el (fill-region-as-paragraph): Remove tabs that aren't in | |
9502 fill-prefix or part of paragraph indentation. | |
9503 | |
9504 1990-07-26 Richard Stallman (rms@mole.ai.mit.edu) | |
9505 | |
9506 * bytecomp.el (byte-compile-file-forms): New function. | |
9507 (byte-compile-file): Use that for the runs of ordinary forms. | |
9508 Don't crash when make-byte-code has only 3 elements. | |
9509 | |
9510 * help.el (view-lossage): Use insert, not `newline'. | |
9511 | |
9512 * info.el (Info-find-node): Set case-fold-search for tag tbl buffer. | |
9513 | |
9514 1990-07-26 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9515 | |
9516 * bytecomp.el (byte-compile-verbose): Baud rate is a variable, not | |
9517 a function in 19. | |
9518 | |
9519 1990-07-26 Richard Stallman (rms@mole.ai.mit.edu) | |
9520 | |
9521 * chistory.el (command-history-repeat): New function. | |
9522 (command-history-map): Put command-history-repeat on x. | |
9523 (command-history-mode): Document that. | |
9524 | |
9525 1990-07-26 David Lawrence (tale@pogo.ai.mit.edu) | |
9526 | |
9527 * c-mode.el (c-auto-newline): Doc addition. | |
9528 (electric-c-terminator): Removed bogus set-marker. | |
9529 (electric-c-sharp-sign): Make sure c-auto-newline is nil for call | |
9530 to electric-c-terminator. | |
9531 | |
9532 * texinfo.el: Bind tex-insert-quote to " in texinfo-mode-map. | |
9533 | |
9534 * simple.el (goal-column): Make buffer-local. | |
9535 | |
9536 * man.el (manual-entry): Enter view-mode. | |
9537 | |
9538 1990-07-25 David Lawrence (tale@pogo.ai.mit.edu) | |
9539 | |
9540 * replace.el (occur-last-string): New variable to hold last | |
9541 interactive regexp to occur. | |
9542 (occur): Use occur-last-string. | |
9543 | |
40965 | 9544 * lisp.el (down-list): Doc fix. |
25830 | 9545 |
9546 1990-07-24 Richard Stallman (rms@mole.ai.mit.edu) | |
9547 | |
9548 * files.el (find-file-noselect): Nice msg if can write but not read. | |
9549 | |
9550 * lisp.el: Doc fix. | |
9551 | |
9552 1990-07-19 Richard Stallman (rms@mole.ai.mit.edu) | |
9553 | |
9554 * bytecomp.el (byte-compile-lambda): Fix test for nontrivial function. | |
9555 | |
9556 1990-07-17 Richard Stallman (rms@mole.ai.mit.edu) | |
9557 | |
9558 * files.el (find-file-read-only-other-window): New function. | |
9559 Put on C-x 4 r. | |
9560 | |
9561 1990-07-15 Richard Stallman (rms@mole.ai.mit.edu) | |
9562 | |
9563 * register.el (view-register): Don't ignore first line of rect. | |
9564 | |
9565 1990-07-14 Richard Stallman (rms@mole.ai.mit.edu) | |
9566 | |
9567 * outline.el (show-children): Make default arg smarter. | |
9568 | |
9569 1990-07-12 Richard Stallman (rms@mole.ai.mit.edu) | |
9570 | |
9571 * compile.el (compile-internal): Make *compilation* read-only | |
9572 except during this function. | |
9573 | |
9574 1990-07-11 Richard Stallman (rms@mole.ai.mit.edu) | |
9575 | |
9576 * c-mode.el (c-comment-indent): Special case comment after }. | |
9577 | |
40965 | 9578 1990-07-05 Robert J. Chassell (bob@gnu.ai.mit.edu) |
9579 | |
9580 * texinfmt.el: Renamed Lisp definitions section to `Description | |
9581 formatting' and revised `texinfo-format-defun-1' and format | |
9582 defuns to handle object oriented descriptions properly. | |
25830 | 9583 |
9584 1990-06-30 Richard Stallman (rms@mole.ai.mit.edu) | |
9585 | |
9586 * dbx.el: Use C-x SPC for setting break point. | |
9587 | |
9588 1990-06-29 Richard Stallman (rms@mole.ai.mit.edu) | |
9589 | |
9590 * sort.el: Doc fix. | |
9591 | |
40965 | 9592 1990-06-28 Robert J. Chassell (bob@gnu.ai.mit.edu) |
9593 | |
9594 * texinfmt.el (texinfo-format-paragraph-break): @br{} no longer a | |
9595 noop. | |
9596 | |
9597 * texinfmt.el (texinfo-format-scan): @* now breaks lines; no | |
9598 longer does nothing. | |
9599 | |
9600 * texinfmt.el: `Bottom node' changed to `End node' and `BN' | |
9601 changed to `EN'; also, `footnote-style' changed to | |
9602 `texinfo-footnote-style'. | |
9603 | |
9604 * texnfo-upd.el (texinfo-all-menus-update): With a non-nil | |
9605 argument, now updates all the nodes in the buffer before | |
9606 updating the menus. | |
9607 | |
9608 * texnfo-upd.el (texinfo-master-menu): With non-nil argument | |
9609 (prefix, if interactive) means first update all existing nodes | |
9610 and menus, not just menus. | |
9611 | |
9612 * texinfo.el (texinfo-show-structure): With optional arg, list | |
9613 lines with @-sign commands for @chapter, @section and the like, | |
9614 but not @node lines. | |
25830 | 9615 |
9616 1990-06-27 Richard Stallman (rms@mole.ai.mit.edu) | |
9617 | |
9618 * paragraphs.el (start-of-paragraph-text): Avoid infinite loop. | |
9619 | |
9620 1990-06-26 Richard Stallman (rms@mole.ai.mit.edu) | |
9621 | |
9622 * disass.el (disassemble-1): Check ptr in range for aref. | |
9623 | |
9624 * bytecomp.el (byte-compile-defvar, byte-compile-defconst): New. | |
9625 (byte-compile-find-vars-1): Do nothing for defun or defmacro. | |
9626 Do nothing for defvar or defconst with only one argument. | |
9627 (byte-compile-lambda): New function for error checking. | |
9628 (byte-compile-verbose): New variable. | |
9629 (byte-compile-file, byte-compile-file-form): Check that for messages. | |
9630 | |
9631 1990-06-26 David Lawrence (tale@geech) | |
9632 | |
9633 * compile.el (grep): Use `grep-command' to also hold args for | |
9634 grep, like compile-command. | |
9635 | |
9636 * simple.el (kill-ring-save): Fixed to not reference free | |
9637 variable `verbose' but to just unconditionally echo message. | |
9638 (shell-command): Use new `last-shell-command' interactively. | |
9639 (shell-command-on-region): Use new `last-shell-command-on-region' | |
40965 | 9640 interactively. Delete *Shell Command Output* if no output. |
9641 (kill-comment): Error if no comment syntax defined. | |
25830 | 9642 |
9643 1990-06-25 Richard Stallman (rms@mole.ai.mit.edu) | |
9644 | |
9645 * simple.el (kill-region): New arg VERBOSE says print a message. | |
9646 (kill-ring-save): Print a message, instead of moving point. | |
9647 | |
9648 1990-06-23 Randall Smith (randy@substantia-nigra) | |
9649 | |
9650 * dired.el (dired-flag-regexp-files): Added function to flag all | |
9651 files matching a REGEXP for deletion. | |
9652 (): Bound this function to key "F" in dired-mode ("D" was already | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
9653 taken). |
25830 | 9654 |
9655 1990-06-22 Richard Stallman (rms@albert.ai.mit.edu) | |
9656 | |
9657 * fill.el (fill-region-as-paragraph): Don't consider colon as sentence | |
9658 end. Use syntax table to decide what is whitespace. | |
9659 (justify-current-line): Don't consider colon as sentence end. | |
9660 | |
9661 * c-mode.el (calculate-c-indent): Back up over comma before | |
9662 calling c-backward-to-start-of-continued-exp. | |
9663 (c-backward-to-start-of-continued-exp): Back up over strings. | |
9664 | |
40965 | 9665 1990-06-21 Robert J. Chassell (bob@pogo.ai.mit.edu) |
9666 | |
9667 * texinfmt.el (texinfo-format-include): Include files ending with | |
9668 ".texi" as well as ".texinfo" and ".tex". | |
9669 | |
9670 * texinfmt.el: Define @shortcontents, like @summaryconents, as | |
9671 'texinfo-discard-line-with-args. | |
25830 | 9672 |
9673 1990-06-20 Richard Stallman (rms@mole.ai.mit.edu) | |
9674 | |
9675 * isearch.el (isearch): Do exit on meta keys. | |
9676 Also exit on function keys and mouse clicks. | |
9677 * loaddefs.el (search-exit-char): Change back to escape. | |
9678 (search-ring-advance-char): Moved from isearch.el. | |
9679 (search-ring-retreat-char): Renamed from ...-recline-char and moved. | |
9680 | |
9681 * float.el: Provide 'float. | |
9682 | |
9683 1990-06-19 Richard Stallman (rms@mole.ai.mit.edu) | |
9684 | |
9685 * mouse.el (mouse-set-point): Compensate for horizontal scrolling. | |
9686 | |
9687 1990-06-19 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9688 | |
9689 * isearch.el (isearch): Don't quit on meta-chars. | |
9690 | |
9691 1990-06-15 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9692 | |
9693 * loaddefs.el: search-exit-char is now Return. | |
9694 * simple.el: Search-ring advance and recline characters are now | |
9695 M-n and M-p. | |
9696 | |
40965 | 9697 1990-06-15 Robert J. Chassell (bob@pogo.ai.mit.edu) |
9698 | |
9699 * tex-mode.el (tex-start-shell): Don't put `require' in defun, put | |
9700 it@top level. | |
9701 | |
9702 * texnfo-upd.el (texinfo-incorporate-descriptions): Don't | |
9703 accidently find a string in the description that is confused for | |
9704 a menu item. | |
9705 | |
9706 1990-06-01 Robert J. Chassell (bob@wheat-chex) | |
9707 | |
9708 * texinfo.el: Added `texinfo-tex-region' (C-c C-r) to run TeX on | |
9709 the current region, `texinfo-tex-buffer' (C-c C-t) to run TeX on | |
9710 the current buffer, and `texinfo-tex-print' (C-c C-p) to print | |
9711 the .dvi file made by TeX. | |
9712 | |
9713 Also, bound functions from TeX mode in Texinfo mode: | |
9714 `tex-kill-job' (C-c C-k), `tex-recenter-output-buffer' (C-c | |
9715 C-l), and `tex-show-print-queue' (C-c C-q). | |
25830 | 9716 |
9717 1990-05-31 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9718 | |
9719 * startup.el (command-line): Check environment variable | |
9720 VERSION_CONTROL and set version-control appropriately. | |
9721 | |
40965 | 9722 1990-05-31 Robert J. Chassell (bob@wheat-chex) |
9723 | |
9724 * texnfo-upd.el (texinfo-top-pointer-case): rewrote to handle | |
9725 @chapter (or other sectioning) command following Top node. | |
9726 | |
9727 (texinfo-master-menu): rewrote to remove pre-existing master | |
9728 menu, if there is one. Non-nil argument (prefix, if interactive) | |
9729 now means first update all existing menus---previously it always | |
9730 updated all existing menus (very time consuming). | |
9731 | |
9732 (texinfo-all-menus-update, texinfo-every-node-update): | |
9733 added a save-excursion to each so that point does not move when | |
9734 you update the menus or nodes. | |
9735 | |
9736 * texinfmt.el (texinfo-format-parse-args): expand arguments so | |
9737 they can include commands such as @code, etc. | |
25830 | 9738 |
9739 1990-05-31 David Lawrence (tale@geech) | |
9740 | |
9741 * backquote.el (bq-splicequote): Correctly splice in elements | |
9742 when followed by constant elements; don't list the constant elements. | |
9743 | |
9744 * add-log.el (add-change-log-entry): Fixed match test for full name. | |
9745 | |
9746 * lpr.el (print-buffer): Removed an extra trailing parenthesis. | |
9747 | |
9748 1990-05-30 David Lawrence (tale@geech) | |
9749 | |
40965 | 9750 * comint.el (comint-load-hook): Superseded by eval-after-load. |
9751 | |
9752 * inf-lisp.el (lisp-eval-region, lisp-compile-region): Use | |
25830 | 9753 temporary files instead of send-string to avoid problems with pty |
9754 buffering. | |
9755 | |
40965 | 9756 * tex-mode.el (tex-close-latex-block): Allow whitespace after |
25830 | 9757 \begin and \end before their opening brace. |
9758 (tex-last-unended-begin): Ditto. | |
9759 | |
9760 1990-05-30 Richard Stallman (rms@mole.ai.mit.edu) | |
9761 | |
9762 * subr.el (add-hook): New function. | |
9763 | |
9764 1990-05-30 David Lawrence (tale@geech) | |
9765 | |
9766 * dired.el (dired-revert): Preserve deletions across reversion | |
9767 and report files flagged for deletion which were already removed. | |
9768 When reading the root directory, name the buffer "/". | |
9769 | |
9770 1990-05-29 Richard Stallman (rms@mole.ai.mit.edu) | |
9771 | |
9772 * scheme.el (run-scheme): Autoload deleted. Already done in loaddefs. | |
9773 | |
40965 | 9774 1990-05-24 Robert J. Chassell (bob@rice-chex) |
9775 | |
9776 * page-ext.el (pages-directory-goto): Go to end of file if called | |
25830 | 9777 from the last line (which is empty) of the pages-directory |
9778 | |
9779 1990-05-24 David Lawrence (tale@pogo.ai.mit.edu) | |
9780 | |
9781 * shell.el (shell-load-hook): Superseded by eval-after-load. | |
9782 | |
9783 * files.el (cd): Make sure that directory can be changed to. | |
40965 | 9784 * shell.el (shell-process-cd-or-pushd): ditto. |
9785 | |
9786 * c++-mode.el: Installed latest version from David Detlefs with | |
25830 | 9787 all additions made since Sep 1989. |
9788 | |
40965 | 9789 1990-05-24 Robert J. Chassell (bob@apple-gunkies) |
9790 | |
9791 * texinfmt.el: Added texinfo-format-defindex which provides | |
25830 | 9792 @defindex and @defcodeindex. |
9793 | |
9794 Rewrote texinfo-format-synindex to be more modular; removed | |
9795 references to it in texinfo-format-scan and | |
9796 texinfo-format-printindex. | |
9797 | |
9798 1990-05-22 David Lawrence (tale@geech) | |
9799 | |
9800 * informat.el: (Info-tagify): Give status messages before and | |
9801 after tagifying. | |
9802 (batch-info-validate): Removed status messages around Info-tagify. | |
9803 | |
9804 * rmailout.el (rmail-output): Check for From:, Really-From: and | |
9805 Sender: fields, in that order, and run mail-strip-quoted-names on | |
9806 a non-nil value for the initial Unix mail "From user date" line. | |
9807 | |
9808 1990-05-21 Richard Stallman (rms@mole.ai.mit.edu) | |
9809 | |
9810 * buff-menu.el (Buffer-menu-buffer): Simplified. | |
9811 Set Buffer-menu-buffer-column initially. | |
9812 | |
40965 | 9813 1990-05-18 Robert J. Chassell (bob@apple-gunkies) |
9814 | |
9815 * page-ext.el: (pages-addresses-file-name): | |
25830 | 9816 Renamed from addresses-file-name. |
9817 | |
40965 | 9818 1990-05-17 Robert J. Chassell (bob@apple-gunkies) |
9819 | |
9820 * texinfo.el (texinfo-mode-map): Replace `C-c LETTER ...' key | |
9821 bindings for functions updating nodes and menus with `C-c C-...' | |
9822 keybindings, so as to leave `C-c LETTER' bindings free. | |
9823 | |
9824 * texnfo-upd.el (texinfo-menu-copy-old-description): Copy | |
9825 descriptions that begin with an `@' as well as with word syntax char. | |
9826 (texinfo-insert-master-menu-list): Print message telling which | |
9827 menu entry it is inserting. | |
25830 | 9828 |
9829 1990-05-12 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9830 | |
40965 | 9831 * isearch.el (isearch): Check non-nil of unread command char |
25830 | 9832 before checking >= 0. |
9833 | |
9834 1990-05-12 Richard Stallman (rms@mole.ai.mit.edu) | |
9835 | |
9836 * info.el (Info-read-subfile): Ignore blank lines in split file list. | |
9837 | |
9838 1990-05-11 Richard Stallman (rms@albert.ai.mit.edu) | |
9839 | |
9840 * isearch.el (isearch): Advance@least one character if empty string | |
9841 was found the previous time. | |
9842 * replace.el (keep-lines): Likewise. | |
9843 | |
40965 | 9844 1990-05-10 Robert J. Chassell (bob@wheat-chex) |
9845 | |
9846 * texinfmt.el: updated to correspond, more or less, to version 2.8 | |
9847 of texinfo.tex. Does not do refilling. | |
9848 | |
9849 texinfo-format-chapter-1 now displays message telling which | |
9850 section is being formatted, so formatting is no longer silent. | |
9851 | |
9852 Added notations: @quiv, @error, @expansion, @point, @print, @result | |
9853 | |
9854 Added @synindex and @syncodeindex, including | |
9855 texinfo-format-synindex, texinfo-format-syncodeindex, | |
9856 and defined syncode-arg as local variable in texinfo-format-scan. | |
9857 Modified texinfo-format-printindex to handle these. | |
9858 | |
9859 Added @ref, which the same as @xref in Info. | |
9860 Added @titlespec, which is ignored in Info. | |
9861 Added @br @need as noops. | |
9862 Added @today texinfo-format-today in `1 Jan 1900' style. | |
9863 Added @defconst, @defcmd to the texinfo-format-defun series | |
9864 | |
9865 Added @flushright @end flushright, including | |
9866 texinfo-format-flushright, texinfo-end-flushright, | |
9867 texinfo-do-flushright. | |
9868 | |
9869 Added @ftable, which is like the `@table' command but also | |
9870 inserts each item in the first column into the function index. | |
9871 Includes texinfo-ftable, texinfo-ftable-item, texinfo-end-ftable. | |
9872 | |
9873 Added @footnote, including texinfo-format-footnote, footnote-style, | |
9874 texinfo-format-make-node, texinfo-format-bottom-node. | |
25830 | 9875 |
9876 1990-05-10 Richard Stallman (rms@mole.ai.mit.edu) | |
9877 | |
9878 * bytecomp.el (byte-compile-cond-1): Handle (t). | |
9879 | |
9880 1990-05-04 Richard Stallman (rms@mole.ai.mit.edu) | |
9881 | |
9882 * simple.el (indent-new-comment-line): Delete the temporary newline | |
9883 even if point is not there after indent-for-comment. | |
9884 | |
9885 1990-05-04 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9886 | |
9887 * simple.el (open-line): Insert fill-prefix if defined. | |
9888 | |
9889 1990-05-01 Richard Stallman (rms@mole.ai.mit.edu) | |
9890 | |
9891 * c-mode.el (c-comment-indent): If@beginning of line and | |
9892 comment-column is 0, insert no space. | |
9893 | |
9894 * replace.el (occur): Avoid infinite loop@end of buffer. | |
9895 | |
9896 1990-04-30 Richard Stallman (rms@mole.ai.mit.edu) | |
9897 | |
9898 * float.el (float-to-string): | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
9899 Adjust POWER when rounding makes new digit. |
25830 | 9900 |
9901 1990-04-26 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9902 | |
9903 * man.el (manual-entry): Don't allow null topics. | |
9904 | |
9905 * dired.el (dired-create-directory): Use new primitive | |
9906 make-directory. | |
9907 (dired-do-deletions): Use new primitive remove-directory. | |
9908 | |
9909 1990-04-24 Richard Stallman (rms@mole.ai.mit.edu) | |
9910 | |
9911 * dired.el (dired-readin): Mark buffer unmodified@end. | |
9912 | |
9913 1990-04-18 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9914 | |
40965 | 9915 * loaddefs.el: Removed Meta-g def of fill-region. |
25830 | 9916 |
9917 1990-04-13 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9918 | |
9919 * c-mode.el (c-comment-indent): Don't need \n in #endif/#else | |
9920 regexps. | |
9921 | |
9922 1990-04-12 Richard Stallman (rms@mole.ai.mit.edu) | |
9923 | |
9924 * isearch.el (isearch): In reverse search, | |
9925 don't move point for C-w, C-y. | |
9926 | |
9927 * startup.el (normal-top-level): Don't check envvar PWD on vms. | |
9928 | |
9929 1990-04-10 Richard Stallman (rms@mole.ai.mit.edu) | |
9930 | |
9931 * add-log.el (add-change-log-entry): Require match in full-name | |
9932 as well as login-name. | |
9933 Don't switch windows if desired buffer already current. | |
9934 (add-change-log-entry-other-window): Take two args and pass on. | |
9935 Change interactive spec so default behavior doesn't change. | |
9936 | |
9937 1990-04-09 Richard Stallman (rms@mole.ai.mit.edu) | |
9938 | |
9939 * dired.el (dired-mode): Set list-buffers-directory | |
9940 like dired-directory. So name appears in list-buffers. | |
9941 | |
9942 * sendmail.el (mail-do-fcc): Append properly to rmail buffers. | |
9943 | |
9944 * bytecomp.el (byte-compile-find-vars-1): Treat interactive | |
9945 and save-window-excursion like condition-case. | |
9946 | |
9947 1990-04-08 Richard Stallman (rms@mole.ai.mit.edu) | |
9948 | |
9949 * bytecomp.el (byte-compile-file-form): Most forms pushed on `pending'. | |
9950 Those that are special print their output and first compile | |
9951 and print the contents of `pending'. | |
9952 (byte-compile-file):@end of file, compile and print `pending'. | |
9953 (byte-compile-pending): New function. | |
9954 | |
9955 * bytecomp.el (byte-compile-find-vars-1): | |
9956 Special case unwind-protect and save-window-excursion. | |
9957 | |
9958 1990-04-06 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9959 | |
9960 * mouse.el: Check consp of coordinates-in-window-p result. | |
9961 | |
9962 1990-04-06 Richard Stallman (rms@mole.ai.mit.edu) | |
9963 | |
9964 * bytecomp.el (byte-compile-file): Accumulate consecutive ordinary | |
9965 forms, put them together into lambdas, and call them. | |
9966 (byte-compile-file-form): With nil, do nothing fast. | |
9967 (byte-compile-lambda): Do nothing with trivial lambdas | |
9968 | |
9969 1990-04-05 Richard Stallman (rms@mole.ai.mit.edu) | |
9970 | |
9971 * rmailout.el (rmail-output-to-rmail-file): Set message counters | |
9972 before inserting in a file being visited. | |
9973 | |
9974 1990-04-05 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9975 | |
9976 * screen.el: Don't redefine ctl-x {p,n}, just ctl-x o. | |
9977 | |
9978 1990-04-05 Richard Stallman (rms@mole.ai.mit.edu) | |
9979 | |
9980 * startup.el (command-line-1): Always erase *scratch*, not current buf. | |
9981 | |
9982 1990-04-04 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9983 | |
9984 * screen.el: Define keys ctl-x {o, n, p}. Make C-Z iconify | |
9985 emacs. | |
9986 (next-multiscreen-window): | |
40965 | 9987 (previous-multiscreen-window): Include the minibuffer screen if |
42860 | 9988 the minibuffer is active. |
25830 | 9989 |
9990 1990-04-03 Richard Stallman (rms@mole.ai.mit.edu) | |
9991 | |
9992 * fill.el (fill-individual-paragraphs): Check for mail header name | |
9993 only@beginning of line. | |
9994 | |
9995 1990-03-29 Richard Stallman (rms@mole.ai.mit.edu) | |
9996 | |
9997 * keypad.el: Define the `do' key. | |
9998 | |
9999 * dired.el (dired-diff): New command. | |
10000 (dired-mode-map): Put on `='. | |
10001 | |
40965 | 10002 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu) |
25830 | 10003 |
10004 * rmail.el (rmail-insert-rmail-file-header, rmail-convert-file): | |
10005 Put in "-*- rmail -*-". | |
10006 Rename rmail-mode to rmail-mode-2. | |
10007 (rmail-mode): New function. | |
10008 Move docstring and (interactive) from rmail-mode to rmail-mode-2. | |
10009 (rmail): Call rmail-mode-2 not rmail-mode. | |
10010 | |
10011 1990-03-27 Richard Stallman (rms@mole.ai.mit.edu) | |
10012 | |
10013 * etags.el (tags-loop-continue): Print message when find a match, | |
10014 if tags-loop-operate is nil. | |
10015 | |
10016 * c-mode.el (calculate-c-indent): Don't consider a line as a | |
10017 function definition line if it contains `='. | |
10018 | |
10019 * compile.el (compile-find-file): New function, to search a path. | |
10020 (compilation-parse-errors): Use it. | |
10021 (compilation-search-path): New user variable. | |
10022 | |
10023 1990-03-25 Richard Stallman (rms@mole.ai.mit.edu) | |
10024 | |
10025 * loaddefs.el: Add autoloads for ispell.el. | |
10026 * ispell.el: Doc fixes. | |
10027 Problem: key for ispell-next was already used by set-selective-display. | |
10028 Should we move that? | |
10029 | |
10030 1990-03-25 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10031 | |
10032 * x-mouse.el (x-select): Only pass one arg to x-own-selection. | |
10033 | |
10034 1990-03-23 Richard Stallman (rms@mole.ai.mit.edu) | |
10035 | |
10036 * fortran.el (fortran-electric-line-number): | |
10037 Make sure arg to self-insert-command is a number. | |
10038 | |
10039 1990-03-21 Richard Stallman (rms@mole.ai.mit.edu) | |
10040 | |
10041 * fortran.el (fortran-electric-line-number): | |
10042 Use self-insert-command for all insertion. | |
10043 | |
10044 1990-03-21 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10045 | |
10046 * startup.el (command-line): Load the window-system file if | |
10047 DISPLAY is set or -d was specified on the command line. | |
10048 | |
10049 1990-03-20 Richard Stallman (rms@mole.ai.mit.edu) | |
10050 | |
10051 * lpr.el (print-region-1): New arg PAGE-HEADERS. | |
10052 On system V, handle it by running pr. | |
10053 Use print-region-new-buffer to copy text to temp buffer. | |
10054 (all commands): Pass new arg; pass lpr-switches unchanged. | |
10055 (print-region-new-buffer): New function. | |
10056 | |
10057 1990-03-20 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10058 | |
40965 | 10059 * term/x-win.el (x-pop-initial-window): Set mouse-motion-handler. |
25830 | 10060 |
10061 1990-03-19 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10062 | |
10063 * sendmail.el (mail-send): Force deletion of auto-save files. | |
40965 | 10064 (mail-do-fcc): Add closing paren. |
25830 | 10065 |
10066 1990-03-17 Richard Stallman (rms@mole.ai.mit.edu) | |
10067 | |
10068 * bytecomp.el (byte-compile-file): Turn off print-length. | |
10069 | |
10070 1990-03-16 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10071 | |
10072 * simple.el (auto-fill-mode): Doc fix. | |
10073 | |
10074 1990-03-14 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10075 | |
10076 * term/x-win.el: Set suspend hook here, as well as put | |
10077 'iconify-emacs on C-Z. | |
10078 | |
10079 * screen.el: Check screenp of last-selected-screen in | |
10080 iconification functions. | |
10081 | |
10082 1990-03-14 David Lawrence (tale@pogo.ai.mit.edu) | |
10083 | |
10084 * c++-mode.el (c++-comment-region): New function. | |
10085 (c++-uncomment-region): New function. | |
10086 | |
10087 1990-03-11 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10088 | |
10089 * mouse.el (track-mouse): x-mouse-grabbed now mouse-grabbed. | |
40965 | 10090 * x-mouse.el (dynamic-rect-selection): Ditto. |
25830 | 10091 |
10092 1990-03-10 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10093 | |
10094 * x-mouse.el: Conditionalization of certain functions dependent | |
10095 on X version. Added mouse-key descriptions for X11. | |
10096 | |
10097 1990-03-09 Richard Stallman (rms@mole.ai.mit.edu) | |
10098 | |
10099 * man.el (nuke-nroff-bs): Allow period in middle of topic name. | |
10100 | |
10101 * simple.el (do-auto-fill): Handle auto-fill-inhibit-regexp. | |
10102 * outline.el (outline-mode): Set that from outline-regexp. | |
10103 | |
10104 1990-03-08 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10105 | |
10106 * screen.el (deiconify-function, multi-minibuffer-startup, | |
10107 attached-minibuffer-startup, detached-minibuffer-startup): Pass | |
10108 second parameter t to select-screen. | |
10109 | |
10110 1990-03-07 Richard Stallman (rms@mole.ai.mit.edu) | |
10111 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
10112 * sendmail.el (mail-do-fcc): Temporarily unwiden |
25830 | 10113 |
10114 1990-03-06 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10115 | |
10116 * screen.el (deiconify-function): Setq last-selected-screen nil. | |
10117 | |
10118 * array.el, blackbox.el, compile.el, diff.el, files.el, ftp.el: | |
10119 * gomoku.el, hanoi.el, informat.el, ispell.el, life.el, mailalias.el: | |
10120 * man.el, rmail.el, sendmail.el, terminal.el: | |
40965 | 10121 * texinfmt.el: Renamed buffer-flush-undo to buffer-disable-undo. |
25830 | 10122 |
10123 1990-03-04 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10124 | |
10125 * screen.el (get-screen): If the screen is not visible, make it | |
10126 so. | |
10127 | |
10128 1990-03-02 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10129 | |
10130 * term/x-win.el: Don't set suspend-hook any more. | |
10131 | |
10132 * screen.el: No more x-specific things, this is now entirely | |
10133 window system independent. | |
10134 (new-screen): Use new function: | |
10135 (new-screen-position): Determine position of new screen based on | |
10136 that of selected-screen. | |
10137 (pop-initial-screen): Set first-screen-user-positioned if user did | |
10138 so. Also decide on which screen style depending on either new | |
10139 variable `separate-minibuffer-screen' or minibuffer elt in | |
10140 window-system-switches. | |
40965 | 10141 (detached-minibuffer-startup): Add screen colors to minibuffer |
25830 | 10142 alist if possible. Also make sure screen-default-alist has |
10143 minibuffer element none, and correct name. | |
10144 | |
10145 1990-03-01 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10146 | |
10147 * term/x-win.el: Require 'screen as well in initial setup code. | |
10148 Don't set suspend hook; this will be something else. | |
10149 Removed redundant cursor-shape delcarations. The all begin with | |
10150 x-pointer- now. | |
10151 Added some more definitions to the function keys. | |
10152 Generally cleaned up this file. | |
10153 | |
10154 1990-03-01 David Lawrence (tale@pogo.ai.mit.edu) | |
10155 | |
10156 * subr.el (force-mode-line-update): New function. | |
10157 time.el (display-time-filter): Update modeline with above. | |
10158 | |
10159 * rmail.el (rmail-get-new-mail): Remove " Mail" from | |
10160 display-time-string if necessary. | |
10161 | |
10162 1990-02-28 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10163 | |
10164 * screen.el (iconify-function, iconify-emacs, deiconify-function): | |
10165 New functions. | |
10166 | |
10167 * files.el (save-some-buffers): Removed last parameter skip-list. | |
10168 Now this checks for buffer-local variable save-buffers-skip to | |
10169 determine whether or not to avoid asking to save the buffer. | |
10170 * rmail.el (rmail-mode): Removed skip-list stuff. | |
10171 (rmail-variables): make-local-variable save-buffers-skip. | |
10172 * compile.el (compile): Removed additional parameter to | |
10173 save-buffers. | |
10174 | |
10175 1990-02-26 David Lawrence (tale@pogo.ai.mit.edu) | |
10176 | |
10177 * time.el (display-time-hook): New hook run by display-time-filter. | |
10178 (display-time-filter): Run display-time-hook after setting | |
10179 display-time-string. | |
10180 (rmail-pop-up): Default display-time-hook to automatically retrieve | |
10181 new mail if the variable rmail-pop-up is non-nil. | |
10182 (add-clock-handler): Removed; superceded by timer.el. | |
10183 | |
10184 * loaddefs.el: Removed add-clock-handler. | |
10185 | |
10186 1990-02-25 David Lawrence (tale@pogo.ai.mit.edu) | |
10187 | |
10188 * c++-mode.el: New file. | |
10189 (point-bol): Removed this function. | |
10190 | |
10191 * loaddefs.el: Autoload C++-mode. | |
10192 (auto-mode-alist): c++-mode for .C and .cc files. | |
10193 | |
10194 1990-02-25 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10195 | |
10196 * lisp-mode.el (indent-sexp): Changed opoint to last-point. Very | |
10197 strange, I thought I'd already fixed this. | |
10198 | |
10199 * screen.el: New file. | |
10200 | |
10201 1990-02-24 David Lawrence (tale@pogo.ai.mit.edu) | |
10202 | |
10203 * loaddefs.el: Autoload for diff. | |
10204 | |
10205 * files.el (diff): Superceded by diff.el. | |
10206 (diff-switches-function): Still needs to be merged into diff.el. | |
10207 | |
10208 * diff.el: New file. | |
10209 Changes from the original include recognition of context diffs, | |
10210 rewrites of motion functions for more efficiency, and general | |
10211 tidying of code. | |
10212 | |
10213 1990-02-22 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10214 | |
10215 * isearch.el (isearch): After doing read-event, check numberp of | |
10216 char first. | |
10217 | |
10218 * replace.el (perform-replace): Use read-event rather than | |
10219 read-char. Check that returned object is char before comparisons. | |
10220 | |
10221 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu) | |
10222 | |
10223 * files.el (file-newest-backup): Return either the name of an | |
10224 existing backup file or nil if none exists. | |
10225 | |
10226 * server.el (server-program): Renamed from "server" to "emacsserver". | |
10227 | |
10228 1990-02-20 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10229 | |
10230 * fill.el (fill-region-as-paragraph): Fixed regexp typo in call to | |
10231 re-search-forward. | |
10232 | |
10233 1990-02-19 David Lawrence (tale@pogo.ai.mit.edu) | |
10234 | |
10235 * simple.el (kill-comment): Take better advantage of comment-end. | |
10236 | |
10237 1990-02-18 Richard Stallman (rms@mole.ai.mit.edu) | |
10238 | |
10239 * ispell.el: new file. | |
10240 | |
10241 1990-02-14 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10242 | |
10243 * calendar.el: Require cl. | |
10244 | |
10245 1990-02-13 David Lawrence (tale@wheat-chex) | |
10246 | |
10247 * files.el: Set default-directory of *Directory* to one displayed | |
10248 by list-directory. | |
10249 | |
10250 * compile.el: Added to compilation-error-regexp pattern for errors | |
10251 from IBM High C. | |
10252 | |
10253 1990-02-13 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10254 | |
10255 * files.el (save-some-buffers): New parameter skip-list of buffers | |
10256 to not save. | |
10257 New variable save-buffers-skip-list. | |
10258 * rmail.el (rmail-mode): Add the RMAIL buffer to the skip list. | |
10259 * compile.el (compile): Pass save-buffers-skip-list to | |
10260 save-some-buffers. | |
10261 | |
10262 1990-02-12 Richard Stallman (rms@mole.ai.mit.edu) | |
10263 | |
10264 * rmailsum.el (rmail-summary-by-regexp, rmail-message-regexp-p): | |
10265 New functions. | |
10266 | |
10267 1990-02-12 David Lawrence (tale@galapas) | |
10268 | |
10269 * tex-mode.el: require oshell until converted to comint. | |
10270 | |
10271 * loaddefs.el: point run-lisp autoload to new file inf-lisp. | |
10272 | |
10273 * shell.el: converted to comint. Relegated original to oshell.el. | |
10274 | |
10275 * inf-lisp.el: converted to comint. | |
10276 | |
10277 * comint.el: removed last vestiges of original history stuff. | |
10278 | |
10279 1990-02-07 David Lawrence (tale@galapas) | |
10280 | |
10281 * inf-lisp.el: inferior-lisp-program can be a list of the programme | |
10282 name and its arguments. | |
10283 | |
40965 | 10284 1990-02-06 Ed Reingold (reingold@emr.cs.uiuc.edu) |
10285 | |
10286 * calendar.el: | |
10287 (french-calendar-leap-year-p): Rewritten with corrected rule. | |
10288 (calendar-absolute-from-french): Fixed comments. | |
10289 (calendar-french-from-absolute): Rewrote using calendar-sum. | |
10290 (cursor-to-french-calendar-date): Simplified and corrected spelling. | |
25830 | 10291 |
10292 1990-02-06 Richard Stallman (rms@mole.ai.mit.edu) | |
10293 | |
10294 * register.el (insert-register): Return nil. | |
10295 (jump-to-register): Likewise. | |
10296 | |
10297 * sort.el (sort-subr): Return nil. | |
10298 | |
10299 * simple.el (copy-region-as-kill): Return nil. | |
10300 | |
10301 * register.el (set-register): Return VALUE. | |
10302 | |
10303 1990-02-06 Joseph Arceneaux (jla@albert.ai.mit.edu) | |
10304 | |
10305 * term/x-win.el (x-pop-up-window): Die and leave disgusted message | |
10306 when we can't get our X-window up. | |
10307 | |
10308 1990-02-05 Richard Stallman (rms@mole.ai.mit.edu) | |
10309 | |
10310 * c-mode.el (calculate-c-indent): When distinguishing top level, | |
10311 check for doublequotes when checking for parens. | |
10312 | |
10313 1990-02-04 Richard Stallman (rms@mole.ai.mit.edu) | |
10314 | |
10315 * tex-mode.el (tex-show-print-queue): Restart shell like tex-file. | |
10316 | |
10317 1990-02-02 Richard Stallman (rms@mole.ai.mit.edu) | |
10318 | |
10319 * tex-mode.el (tex-bibtex-file, tex-file, tex-region): | |
10320 Restart the tex shell if process is gone or stopped. | |
10321 (tex-shell-running): New function. | |
10322 | |
10323 1990-02-01 Richard Stallman (rms@mole.ai.mit.edu) | |
10324 | |
10325 * texinfmt.el (batch-texinfo-format): Paren error on (setq error 1). | |
10326 | |
40965 | 10327 1990-01-27 Ed Reingold (reingold@emr.cs.uiuc.edu) |
10328 | |
10329 * calendar.el: | |
25830 | 10330 (scroll-calendar-left): Fixed so it works when the cursor is not |
40965 | 10331 positioned on a day. |
10332 (cursor-to-calendar-day-of-year): Fixed so that "day" is properly | |
10333 pluralized, depending how many days remain in the year. | |
10334 (french-calendar-leap-year-p): New function. | |
10335 (french-calendar-last-day-of-month): New function. | |
10336 (calendar-absolute-from-french): New function. | |
10337 (calendar-french-from-absolute): New function. | |
10338 (cursor-to-french-calendar-date): New function. | |
25830 | 10339 (calendar-mode-map): Put cursor-to-french-calendar-date on a key. |
40965 | 10340 (calendar-mode): Describe cursor-to-french-calendar-date. |
25830 | 10341 |
10342 1990-01-31 Richard Stallman (rms@mole.ai.mit.edu) | |
10343 | |
10344 * yow.el: Provide 'yow. | |
10345 | |
10346 1990-01-25 Richard Stallman (rms@mole.ai.mit.edu) | |
10347 | |
10348 * lisp-mode.el: Indent prog2 specially. | |
10349 | |
10350 1990-01-24 Richard Stallman (rms@albert.ai.mit.edu) | |
10351 | |
10352 * compare-w.el (compare-windows): Handle compare-ignore-case. | |
10353 | |
10354 1990-01-19 David Lawrence (tale@cocoa-puffs) | |
10355 | |
10356 * dired.el: Removed restriction for -s, -i and -F switches to ls. | |
10357 | |
10358 * loaddefs.el: Removed above from dired-listing-switches doc string. | |
10359 | |
40965 | 10360 * mh-e.el (c/o James Larus <larus@cs.wisc.edu>): |
25830 | 10361 Accepts message range specifications. |
10362 Defaults sequence name to previous sequence name when reading. | |
10363 Made mode-line id user-setable. | |
10364 Changes from Gildea: documentation and a few typos. | |
10365 Added command to pipe message through shell command. | |
10366 Fixed refile twice failed after second one moved. | |
10367 Added changes from Gildea to speed-up mh-e. | |
10368 Won't reverse sequence lists. | |
10369 Allows arbitrary fields for pick. | |
10370 Packing folder now properly updates sequence list. | |
10371 Added previously missing %s in mh-redistribute. | |
10372 | |
10373 * timer.el: (new file) Adds run-at-time function with absolute | |
10374 or relative time spec to run a function with args. | |
10375 | |
10376 * loaddefs.el: autoload for run-at-time. | |
10377 | |
10378 1990-01-16 Richard Stallman (rms@mole.ai.mit.edu) | |
10379 | |
10380 * rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name. | |
10381 | |
40965 | 10382 1990-01-16 Ed Reingold (reingold@emr.cs.uiuc.edu) |
10383 | |
10384 * diary.el: | |
10385 (insert-diary-entry): New function. | |
10386 (insert-weekly-diary-entry): New function. | |
10387 (insert-monthly-diary-entry): New function. | |
10388 (insert-yearly-diary-entry): New function. | |
10389 (insert-hebrew-diary-entry): New function. | |
10390 (insert-monthly-hebrew-diary-entry): New function. | |
10391 (insert-yearly-hebrew-diary-entry): New function. | |
10392 (insert-islamic-diary-entry): New function. | |
10393 (insert-monthly-islamic-diary-entry): New function. | |
10394 (insert-yearly-islamic-diary-entry): New function. | |
25830 | 10395 |
10396 * calendar.el: Autoload these functions. | |
10397 (calendar-mode-map): Put them on keys. | |
40965 | 10398 (calendar-mode): Describe them. |
10399 | |
10400 1990-01-11 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
10401 | |
10402 * diary.el | |
10403 (list-diary-entries): Deleted several lines of extraneous code | |
10404 and added `nongregorian-diary-listing-hook' to the list of hooks | |
10405 called@the end; this is for use in including Hebrew, Islamic, | |
10406 Julian, or ISO diary entries. A similar | |
10407 `nongregorian-diary-marking-hook' was added to the list of hooks | |
10408 called at the end of mark-diary-entries for the same reason. | |
10409 | |
10410 (diary-name-pattern): Fixed the documentation and added an optional | |
10411 parameter FULLNAME which insists on the full spelling of the name; | |
10412 this is also for use in marking Hebrew or Islamic diary entries | |
10413 (those month names are not unique in the first three characters). | |
10414 | |
10415 (mark-hebrew-diary-entries): New function. | |
10416 (list-hebrew-diary-entries): New function. | |
10417 (mark-hebrew-calendar-date-pattern): New function. | |
10418 (mark-islamic-diary-entries): New function. | |
10419 (list-islamic-diary-entries): New function. | |
10420 (mark-islamic-calendar-date-pattern): New function. | |
10421 | |
10422 (list-diary-entries): Added nongregorian-diary-listing-hook. | |
10423 (mark-diary-entries): Added nongregorian-diary-marking-hook. | |
10424 | |
10425 * calendar.el: Added documentation for the hooks described above. | |
25830 | 10426 |
10427 1990-01-10 Richard Stallman (rms@mole.ai.mit.edu) | |
10428 | |
10429 * isearch.el (isearch): Check adding * or | to regexp even if failing. | |
10430 | |
10431 * yow.el (yow): Don't be confused by percent in message. | |
10432 Use raw prefix arg as first argument; process it later. | |
10433 | |
40965 | 10434 1990-01-08 Robert J. Chassell (bob@apple-gunkies.ai.mit.edu) |
10435 | |
10436 * texnfo-upd.el (texinfo-update-node, | |
10437 texinfo-sequential-node-update): fixed auto-fill-hook bug. | |
25830 | 10438 |
10439 1990-01-08 Joseph Arceneaux (jla@spiff) | |
10440 | |
10441 * term/x-win.el (x-pop-up-window): Set global-minibuffer-screen. | |
10442 | |
40965 | 10443 1990-01-08 Ed Reingold (reingold@emr.cs.uiuc.edu) |
10444 | |
10445 * calendar.el (calendar-date-is-visible-p): | |
25830 | 10446 Fixed so it does not switch to the calendar buffer. |
10447 | |
40965 | 10448 * diary.el (prepare-fancy-diary-buffer): Compute the list of |
10449 holidays only once for each three-month period, not once for each date | |
10450 displayed in the calendar. This saves an enormous amount of time in | |
10451 the fancy diary display for multiple days. | |
10452 | |
10453 1990-01-07 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
10454 | |
10455 * calendar.el: Fixed the value of list-diary-entries-hook. | |
10456 (regenerate-calendar-window): Changed (update-display) to (sit-for 0). | |
10457 Corrected several instances of "dairy" to "diary". | |
10458 (describe-calendar-mode): Added this function to issue the message | |
10459 "Preparing..." to `?' key in calendar-mode because it's so incredibly | |
10460 slow for describe-mode to prepare the help buffer. | |
10461 (calendar-holidays): Fixed the examples in the doc-string. | |
10462 | |
10463 * diary.el: Corrected several instances of "dairy" to "diary". | |
25830 | 10464 |
10465 1990-01-05 Joseph Arceneaux (jla@spiff) | |
10466 | |
10467 * term/x-win.el: Function key stuff redone. | |
10468 | |
10469 1990-01-04 Richard Stallman (rms@mole.ai.mit.edu) | |
10470 | |
10471 * tex-mode.el (tex-kill-job): Avoid error if no process. | |
10472 | |
10473 * bibtex.el (sun menus): Avoid error if defmenu not defined. | |
10474 | |
10475 * doctor.el: Delete spurious symbol@top level. | |
10476 | |
10477 1990-01-03 Richard Stallman (rms@mole.ai.mit.edu) | |
10478 | |
10479 * view.el (View-scroll-lines-forward): | |
10480 Exit@end only if view-scroll-forward-exits is non-nil. | |
10481 | |
40965 | 10482 1989-12-29 Ed Reingold (reingold@emr.cs.uiuc.edu) |
10483 | |
10484 * calendar.el (mark-diary-entries): Made "sticky" so effect continues | |
10485 whenever the calendar is redisplayed. | |
10486 (mark-calendar-holidays, calendar-unmark): Likewise. | |
10487 | |
10488 1989-12-26 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
10489 | |
10490 * calendar.el: Fixed many minor bugs throughout the code. The major | |
10491 changes are as follows. | |
10492 Completely rewrote the Hebrew calendar functions to make them | |
10493 much faster and hence make holiday determination much faster | |
10494 | |
10495 Split the code into three files: the calendar stuff is in the | |
10496 main file, calendar.el; the diary stuff is in diary.el; the | |
10497 holiday stuff is in holiday.el. | |
10498 | |
10499 Added a diary hook example that shows how to get sorted diary | |
10500 entries in the fancy diary buffer. | |
10501 | |
10502 (calendar-iso-from-absolute): New function. | |
10503 (calendar-absolute-from-iso): New function. | |
10504 (cursor-to-iso-calendar-date): Added `D' calendar command to give | |
10505 the day number in the Gregorian year and number of days remaining. | |
10506 (mark-diary-entries): Made two-digit abbreviated years acceptable | |
10507 in diary entries. Changed possible diary entry styles: DAY | |
10508 entries are no longer available; European style is now an option. | |
10509 Diary entry styles are now controlled by a list of pseudo-patterns. | |
10510 (list-diary-entries): Made two-digit abbreviated years acceptable | |
10511 in diary entries. Changed possible diary entry styles: DAY | |
10512 entries are no longer available; European style is now an option. | |
10513 Diary entry styles are now controlled by a list of pseudo-patterns. | |
25830 | 10514 (calendar-date-string): Display style of dates is now controlled by |
40965 | 10515 a pseudo-pattern so the European style is available. |
10516 (all functions conatining the word `hebrew'). | |
10517 (list-diary-entries, mark-diary-entries): | |
10518 (include-other-diary-files, mark-included-diary-files): | |
10519 Added the possibity of `shared diary files' with a recursive | |
10520 include mechanism like the C preprocessor | |
10521 (list-calendar-holidays): Eliminated the 'special class of holidays, | |
10522 rewriting the entire mechanism to make it more general. | |
10523 (calendar-holiday-function-float): Changed the 'float class of | |
10524 holidays so that negative values count backward from end of month: 5 | |
10525 is no longer used for the last occurrence of a day in a month; -1 is | |
10526 used instead | |
25830 | 10527 |
10528 1989-12-27 Richard Stallman (rms@mole.ai.mit.edu) | |
10529 | |
10530 * rmail.el (rmail): Handle MAIL environment var. | |
10531 | |
10532 1989-12-25 Richard Stallman (rms@mole.ai.mit.edu) | |
10533 | |
10534 * loaddefs.el (sentence-end): Allow single space@EOL. | |
10535 | |
10536 * etags.el: New name for tags.el. | |
10537 * loaddefs.el: Autoloads changed. | |
10538 | |
10539 * paths.el (manual-formatted-dirlist): New alternative for UMAX. | |
10540 | |
10541 * simple.el (next-complex-command): Fix err msg. | |
10542 | |
10543 1989-12-21 Richard Stallman (rms@mole.ai.mit.edu) | |
10544 | |
10545 * lisp-mode.el (indent-sexp): Exit outer loop if make no progress. | |
10546 | |
10547 1989-12-20 Richard Stallman (rms@mole.ai.mit.edu) | |
10548 | |
10549 * telnet.el (telnet-initial-filter): Make `password' local. | |
10550 | |
10551 1989-12-18 Richard Stallman (rms@mole.ai.mit.edu) | |
10552 | |
10553 * simple.el (edit-and-eval-command): Add new command to history. | |
10554 * chistory.el (repeat-matching-complex-command): | |
10555 Delete the useless history entry for this command. | |
10556 | |
10557 1989-12-17 David Lawrence (tale@cocoa-puffs) | |
10558 | |
10559 * (comint-)shell.el: Use comint. NOT ready yet. | |
40965 | 10560 * (comint-)inf-lisp.el: Broke the inferior lisp code out to its |
10561 own file and converted for comint use. NOT ready yet. | |
25830 | 10562 |
10563 1989-12-16 Richard Stallman (rms@mole.ai.mit.edu) | |
10564 | |
10565 * c-mode.el (indent-c-exp): Verify that comment start isn't in string. | |
10566 Reindent comment on starting line like other comments. | |
10567 | |
10568 * tex-mode.el (validate-tex-buffer): Use tex-validate-region, | |
10569 not obsolete name. | |
10570 | |
10571 1989-12-15 Joseph Arceneaux (jla@spiff) | |
10572 | |
10573 * isearch.el: Replaced all occurences of read-char with | |
10574 read-event; and check return type. | |
10575 | |
10576 1989-12-15 Richard Stallman (rms@mole.ai.mit.edu) | |
10577 | |
10578 * appt.el: New file. | |
10579 | |
10580 * files.el (backup-buffer): Ask question (if nec) before writing file. | |
10581 | |
10582 1989-12-12 David Lawrence (tale@cocoa-puffs) | |
10583 | |
10584 * medit.el and simple.el: initial definition of keymaps uses | |
10585 copy-keymap, not copy-alist. | |
10586 | |
10587 1989-12-11 David Lawrence (tale@cocoa-puffs) | |
10588 | |
10589 * telnet.el: Converted to use comint. Removed | |
40965 | 10590 delete-char-or-send-eof and telnet-copy-last-input. Added |
10591 telnet-mode-hook. Modified telnet-filter to insert-before-markers | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
10592 at the process-mark. |
25830 | 10593 |
10594 1989-12-10 David Lawrence (tale@cocoa-puffs) | |
10595 | |
10596 * prolog.el: Converted to use comint. Replaced copy-keymap for | |
10597 copy-alist of comint-mode-map. | |
10598 | |
10599 * kermit.el: Converted to use comint. Replaced | |
10600 kermit-clean-filter with a more efficient version. | |
10601 | |
10602 * comint.el: Added optional arguments ``terminator'' and | |
40965 | 10603 ``delete'' to comint-send-input, for processes that want to see |
25830 | 10604 a CR or CR-LFD pair instead of LFD and for processes that do echoing. |
10605 | |
10606 1989-12-08 David Lawrence (tale@cocoa-puffs) | |
10607 | |
10608 * history.el (new file): general history mechanism, primarily | |
10609 intended for interactive processes. | |
10610 | |
10611 * comint.el: converted to use history.el. Took out all the ring | |
10612 code. comint-send-input will replace entire input region rather | |
10613 than append to it (user option?). comint-kill-output will only | |
10614 nuke through the last newline, to retain prompt. | |
10615 comint-show-output will start window@line before output start, | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
10616 to show command. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
10617 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
10618 * dbx.el: Converted to use comint-mode. |
25830 | 10619 |
10620 1989-12-06 David Lawrence (tale@wheat-chex) | |
10621 | |
10622 * comint.el: make-variable-buffer-local declarations moved from | |
10623 comint-mode to defvars. | |
10624 | |
10625 * gdb.el: Converted to use comint-mode. | |
10626 | |
10627 1989-12-05 David Lawrence (tale@wheat-chex) | |
10628 | |
10629 * comint.el (new file): | |
10630 Added FSF copyright. | |
40965 | 10631 Moved bindings off of C-c LETTER. |
25830 | 10632 Cleaned up references to cmu* files. |
10633 Made comint-send-input do unconditional end-of-line before processing. | |
10634 cominit-exec will signal an error if no programme name. | |
10635 Removed full-copy-sparse-keymap and comint-log-user. | |
10636 | |
10637 1989-12-04 Joseph Arceneaux (jla@spiff) | |
10638 | |
10639 * isearch.el: fset synonyms for re-search-*. | |
10640 | |
10641 1989-11-30 Joseph Arceneaux (jla@spiff) | |
10642 | |
10643 * c-mode.el (c-comment-indent): Place comments 2 spaces after | |
10644 #endif and #else. | |
10645 | |
10646 1989-11-27 Joseph Arceneaux (jla@spiff) | |
10647 | |
10648 * shell.el (shell-complete-file-name): Don't count tildes as | |
10649 filename separators if they are in the filename to be expanded. | |
10650 | |
10651 1989-11-22 Joseph Arceneaux (jla@spiff) | |
10652 | |
10653 * mouse.el, x-mouse.el: Moved button definitions from mouse.el to | |
10654 x-mouse.el. They are defined differently depending upon the X | |
10655 version. | |
10656 | |
10657 1989-11-17 Joseph Arceneaux (jla@spiff) | |
10658 | |
10659 * paths.el: Changed rmail-file-name from const to a var. | |
10660 | |
40965 | 10661 1989-11-16 Ed Reingold (reingold@cs.uiuc.edu) |
25830 | 10662 |
10663 * tex-mode.el (slitex-mode): | |
10664 New alternative to plain-tex-mode and latex-mode. | |
10665 (tex-mode): Know when to choose slitex mode. | |
10666 (tex-run-command, latex-run-command, slitex-run-command): New vars. | |
10667 (tex-mode, latex-mode, slitex-mode): Init tex-command from them. | |
10668 (tex-latex-block): Insert matching begin-end pair for latex. | |
10669 (tex-close-block): Be smart about nested begin-end pairs. | |
10670 (tex-last-unended-begin): New subroutine. | |
10671 (tex-region): Handle buffers with no files. | |
10672 (tex-file): Cleaner error for buffer with no file. | |
10673 (tex-generate-zap-file-name): New name for tex-generate-junk-file-name. | |
10674 | |
10675 1989-11-16 Joseph Arceneaux (jla@spiff) | |
10676 | |
10677 * simple.el: New variable x-select-kill. | |
10678 (copy-region-as-kill): If non-nil, make the killed text an X | |
10679 selection. | |
10680 | |
10681 * fill.el (justify-current-line, fill-region-as-paragraph): | |
10682 Consider : as sentence terminator. | |
10683 | |
10684 1989-11-14 Richard Stallman (rms@mole.ai.mit.edu) | |
10685 | |
10686 * bytecomp.el (byte-compile-file): Copy .el permissions to .elc. | |
10687 Delete .elc if possible before writing. | |
10688 | |
10689 1989-11-09 Joseph Arceneaux (jla@spiff) | |
10690 | |
10691 * x-mouse.el (x-select-wipe): New function. | |
10692 Bind the selection functions to the default keys. | |
10693 | |
10694 1989-11-08 Richard Stallman (rms@mole.ai.mit.edu) | |
10695 | |
10696 * tex-mode.el (tex-bibtex-file): New command. | |
10697 (tex-mode-map): Put on a key. | |
10698 | |
10699 * debug.el (debug): No need to check match-data for invalid markers. | |
10700 | |
10701 1989-11-08 Joseph Arceneaux (jla@spiff) | |
10702 | |
40965 | 10703 * paths.el (mh-progs, mh-lib): Use file-directory-p, and check |
25830 | 10704 /usr/local/bin as well. |
10705 | |
10706 1989-11-06 Richard Stallman (rms@mole.ai.mit.edu) | |
10707 | |
10708 * tex-mode.el (tex-print, tex-view): Run the command asynchronously. | |
10709 Eliminate tex-after-print-hook. | |
10710 | |
10711 1989-11-05 Richard Stallman (rms@mole.ai.mit.edu) | |
10712 | |
10713 * tex-mode.el (tex-region): Delete tex output files directly, not | |
10714 with rm. Use tex-generate-junk-file-name to make tex-out-file. | |
10715 (tex-generate-junk-file-name): New function. | |
10716 (tex-strip-dots): New name for TeX-strip-dots. | |
10717 (tex-append): New name for tex-append-dvi. Suffix is now argument. | |
10718 (tex-view): New function. | |
10719 (tex-dvi-view-command): New variable. | |
10720 | |
10721 * files.el (make-auto-save-file-name): For non-file buffer, | |
10722 use Emacs pid and buffer name. | |
10723 | |
10724 1989-10-31 Richard Stallman (rms@mole.ai.mit.edu) | |
10725 | |
10726 * files.el (hack-local-variables): save-excursion around the eval. | |
10727 | |
10728 1989-10-30 Richard Stallman (rms@mole.ai.mit.edu) | |
10729 | |
10730 * tex-mode.el (tex-region): Replace `.' in host name with `-'. | |
10731 Eliminate extra / in arg when running TeX. | |
10732 (TeX-strip-dots): New subroutine. | |
10733 | |
10734 1989-10-29 Richard Stallman (rms@mole.ai.mit.edu) | |
10735 | |
10736 * tex-mode.el (tex-region): Run TeX in dir the source file is in. | |
10737 | |
10738 1989-10-27 Richard Stallman (rms@mole.ai.mit.edu) | |
10739 | |
10740 * tex-mode.el (tex-region): Use shell pid and host name in zap file. | |
10741 (TeX-expand-files): New fn, not yet used. | |
10742 | |
10743 * startup.el (command-line): Error if foo-win library not found. | |
10744 | |
10745 1989-10-26 Joseph Arceneaux (jla@spiff) | |
10746 | |
10747 * dired.el (dired-first-filename): New function, move to first | |
10748 file found. | |
10749 (dired-noselect): Use it to position point@first file when | |
10750 entering dired. | |
10751 | |
10752 1989-10-25 Richard Stallman (rms@mole.ai.mit.edu) | |
10753 | |
10754 * simple.el (count-lines, goto-lines): ^M is line sep for outline md. | |
10755 | |
10756 1989-10-24 Richard Stallman (rms@mole.ai.mit.edu) | |
10757 | |
10758 * rmail.el (rmail-make-in-reply-to-field): Avoid bare singlequote. | |
10759 | |
10760 1989-10-21 Richard Stallman (rms@mole.ai.mit.edu) | |
10761 | |
10762 * replace.el (perform-replace): Always find null string@eob. | |
10763 | |
10764 1989-10-14 Richard Stallman (rms@mole.ai.mit.edu) | |
10765 | |
10766 * startup.el (command-line-1): If > 2 files visited, do buffer-menu. | |
10767 | |
10768 * texinfo.el (texinfo-mode): Set words-include-escapes to t. | |
10769 | |
10770 * tex-mode.el (tex-start-shell): Run tex-shell-hook. | |
10771 | |
10772 1989-10-12 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10773 | |
10774 * x-mouse.el (x-paste-text): push-mark before inserting text. | |
10775 (x-insert-selection): | |
10776 (x-select): Moved these functions over from the file: | |
10777 * mouse.el | |
10778 | |
10779 1989-10-12 Richard Stallman (rms@mole.ai.mit.edu) | |
10780 | |
10781 * simple.el (kill-ring-save): New command for M-w. | |
10782 Shows other end of region momentarily. | |
10783 | |
10784 * register.el (jump-to-register): New name for register-to-point. | |
10785 Old name remains as alias. | |
10786 | |
10787 * simple.el (end-of-buffer): Scroll to put point near screen bottom. | |
10788 | |
10789 1989-10-11 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10790 | |
10791 * compile.el (grep): Don't save buffers for grep. | |
10792 | |
10793 1989-10-10 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10794 | |
10795 * files.el (recover-file): Prompt with current buffer's filename. | |
10796 | |
10797 1989-10-09 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10798 | |
10799 * term/x-win.el (x-pop-up-window): If color screen, start out | |
10800 with some default colors. | |
10801 | |
10802 1989-10-08 Richard Stallman (rms@mole.ai.mit.edu) | |
10803 | |
10804 * rnewspost.el (news-mail-reply, news-reply, news-post-news): | |
10805 Include newline before the blank line, when narrowing. | |
10806 | |
10807 1989-10-04 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10808 | |
10809 * mouse.el (mouse-double-down, mouse-double-up): | |
10810 New functions for double-clicking. | |
10811 | |
10812 1989-10-03 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10813 | |
10814 * x-mouse.el (x-insert-selecton, x-select): New functions: | |
10815 | |
10816 * mouse.el: New [experimental] functions: | |
10817 (mouse-motion, track-mouse, mouse-select-buffer-line) | |
10818 (mouse-boxing, mouse-erase-box, incr-scroll-down) | |
10819 (incr-scroll-up, incremental-scroll, incr-scroll-stop) | |
10820 (mouse-kill-rectangle, mouse-open-rectangle, mouse-multiple-insert) | |
10821 (mouse-move-text) | |
10822 | |
10823 1989-10-01 Richard Stallman (rms@mole.ai.mit.edu) | |
10824 | |
10825 * rmailout.el (rmail-output): Check for an RMAIL file, and get error. | |
10826 | |
40965 | 10827 1989-09-30 Robert J. Chassell (bob@rice-chex) |
10828 | |
10829 * texnfo-upd.el (texinfo-copy-menu): Don't enter infinite loop | |
10830 when copying a multi-line description@the end of a menu. | |
25830 | 10831 |
10832 1989-09-28 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10833 | |
10834 * mouse.el: New function mouse-line-length. New constants for | |
10835 mouse-motion keys. | |
10836 | |
10837 1989-09-27 Richard Stallman (rms@mole.ai.mit.edu) | |
10838 | |
10839 * c-mode.el (calculate-c-indent): Don't treat function-name line | |
10840 as continuation, because its previous line's indent is zero. | |
10841 | |
10842 * sendmail.el (mail-do-fcc): No blank line before iff file is new. | |
10843 | |
40965 | 10844 1989-09-25 Robert J. Chassell (bob@apple-gunkies.ai.mit.edu) |
10845 | |
10846 * renamed texinfo-update.el to texnfo-upd.el and updated `provide' | |
10847 | |
10848 * texinfo.el: updated `require' to reflect new name for texnfo-upd | |
10849 | |
10850 1989-09-23 Robert J. Chassell (bob@rice-chex) | |
10851 | |
10852 * texinfo.el: Moved functions to update nodes and menus to | |
10853 texinfo-update.el. | |
10854 | |
10855 * texinfo.el, texinfo-update.el: Added `require' and `provide'. | |
10856 | |
10857 * texinfo.el: Added keybindings to insert frquently used @-commands. | |
10858 | |
10859 Added keybindings for `texinfo-format-buffer', | |
10860 `texinfo-update-node', `texinfo-every-node-update', | |
10861 `texinfo-make-menu', and `texinfo-all-menus-update'. | |
10862 | |
10863 * texinfo-update.el (texinfo-sequential-node-update): now updates | |
10864 node in which point is located so pointer are to next and | |
10865 previous node regardless of hierarchy. Non-nil argument | |
10866 (prefix, if interactive) means update nodes in region. | |
10867 | |
10868 (texinfo-every-node-update): updates every node in a Texinfo | |
10869 file. | |
10870 | |
10871 (texinfo-all-menus-update): updates all the regular menus in a | |
10872 Texinfo file. | |
10873 | |
10874 (texinfo-indent-menu-description, | |
10875 texinfo-menu-indent-description): Indent every description in | |
10876 menu following point to specified column. Non-nil argument | |
10877 (prefix, if interactive) means indent every description in every | |
10878 menu in the region. Does not indent second and subsequent lines | |
10879 of a multi-line description. | |
10880 | |
10881 (texinfo-insert-menu, texinfo-column-for-description): starts a | |
10882 menu description@column specified by variable | |
10883 `texinfo-column-for-description'. | |
10884 | |
10885 (texinfo-find-pointer, texinfo-insert-pointer): find and inserts | |
10886 higher level pointer as `Previous' pointer if there is no | |
10887 previous node@the same level. | |
10888 | |
10889 (texinfo-menu-copy-old-description): now copies `@' commands in | |
10890 old descriptions. | |
25830 | 10891 |
10892 | |
10893 1989-09-22 Richard Stallman (rms@mole.ai.mit.edu) | |
10894 | |
10895 * simple.el (previous-complex-command): If not already inside | |
10896 repeat-complex-command, enter it. | |
10897 (repeat-complex-command): Bind repeat-complex-command-flat to t. | |
10898 | |
10899 * prolog.el (prolog-comment-indent): Don't insist on 1 space | |
10900 if@left margin. | |
10901 | |
10902 1989-09-21 Richard Stallman (rms@mole.ai.mit.edu) | |
10903 | |
10904 * gdb.el (gdb-break): Go to line beg before counting lines. | |
10905 | |
10906 1989-09-21 Joseph Arceneaux (jla@susie) | |
10907 | |
10908 * term/x-win.el: Added cursor-shape list, removed x-defined-colors | |
10909 stuff. | |
10910 | |
10911 1989-09-21 Richard Stallman (rms@mole.ai.mit.edu) | |
10912 | |
10913 * simple.el (shell-command-on-region): If output is 1 line, | |
10914 display it in echo area. | |
10915 | |
10916 1989-09-19 Richard Stallman (rms@mole.ai.mit.edu) | |
10917 | |
10918 * files.el (not-modified): With arg, mark buffer as modified. | |
10919 | |
10920 * c-mode.el (indent-c-exp): Support do-while. | |
10921 | |
10922 1989-09-18 Richard Stallman (rms@mole.ai.mit.edu) | |
10923 | |
10924 * info.el (Info-mode, Info-edit-mode): Put on 'mode-class 'special. | |
10925 | |
10926 * c-mode.el (c-indent-line): Special for line starting in `while' | |
10927 to detect a do-while statement. | |
10928 (c-backward-to-start-of-do): New subroutine. | |
10929 | |
10930 1989-09-17 Richard Stallman (rms@mole.ai.mit.edu) | |
10931 | |
10932 * cl.el (safe-idiv): Avoid overflow calculating sign of quotient. | |
10933 | |
10934 1989-09-16 Richard Stallman (rms@mole.ai.mit.edu) | |
10935 | |
10936 * c-mode.el (calculate-c-indent): A line starting in `}' | |
10937 is not considered a continuation. | |
10938 | |
10939 * sendmail.el (sendmail-send-it): Don't let user specify `Sender'. | |
10940 Insert a `Sender' if From is specified and doesn't match login name. | |
10941 | |
10942 1989-09-15 Joseph Arceneaux (jla@spiff) | |
10943 | |
10944 * term/x-win.el: Removed function x-color-screen-p | |
10945 (now in xfns.c). New variables x-colors, x-display-defined colors. | |
10946 Initialize them. | |
10947 | |
10948 1989-09-14 Richard Stallman (rms@mole.ai.mit.edu) | |
10949 | |
10950 * startup.el (command-line): Rename local var for name of user | |
10951 to `init-file-user'. Advertise that for use in the init file. | |
10952 | |
40965 | 10953 1989-09-11 Robert J. Chassell (bob@apple-gunkies.ai.mit.edu) |
25830 | 10954 |
10955 * texinfo.el (texinfo-update-node, texinfo-make-menu, | |
10956 texinfo-master-menu, texinfo-sequential-node-update): Added | |
10957 functions to insert or update the next, previous, and up node | |
10958 pointers in a Texinfo file, or alternatively to insert node | |
10959 pointers as a depth-first traversal---sequentially through the | |
10960 file, each pointing to the next node regardless of its | |
10961 hierarchical level, and to create or update a menu or menus | |
10962 (preserving pre-existing descriptions, if any), to create a master | |
10963 menu for a Texinfo file accordng to the Manual recommendation. | |
10964 | |
10965 1989-09-11 Richard Stallman (rms@mole.ai.mit.edu) | |
10966 | |
10967 * sun-fns.c, term/sun.el: | |
10968 Rename prev-complex-command to select-previous... | |
10969 | |
10970 1989-09-10 Joseph Arceneaux (jla@spiff) | |
10971 | |
10972 * files.el (find-file-noselect): Indicate if file is a soft link | |
10973 to some file already present. | |
10974 | |
10975 1989-09-07 Richard Stallman (rms@mole.ai.mit.edu) | |
10976 | |
10977 * rmailmsc.el (set-rmail-inbox-list): Doc fix. | |
10978 | |
10979 1989-09-01 Richard Stallman (rms@mole.ai.mit.edu) | |
10980 | |
10981 * files.el (basic-save-buffer): On VMS, remove version number from | |
10982 visited file name before saving, and rename buffer. | |
10983 | |
10984 1989-08-31 Joseph Arceneaux (jla@spiff) | |
10985 | |
10986 * term/Old/wyse.el: New terminal configuration file. | |
10987 | |
10988 1989-08-30 Richard Stallman (rms@mole.ai.mit.edu) | |
10989 | |
10990 * rmail.el: `e' is now edit; only `x' for expunge. | |
10991 | |
10992 * term/x-win.el: Fix error message. | |
10993 | |
10994 * dired.el (dired-repeat-over-lines): FUNCTION returns t if it | |
10995 deleted the line. All callers changed to make it return nil. | |
10996 (dired-move-file, dired-create-directory): New functions. | |
10997 | |
10998 1989-08-29 Joseph Arceneaux (jla@spiff) | |
10999 | |
11000 * files.el: | |
11001 * bytecomp.el: Call read-file-name instead of new-read-file-name, | |
11002 since the latter subr has been renamed the former. | |
11003 | |
11004 1989-08-23 Richard Stallman (rms@apple-gunkies.ai.mit.edu) | |
11005 | |
11006 * startup.el (command-line-1): Update year in startup message. | |
11007 | |
11008 1989-08-23 Joseph Arceneaux (jla@spiff) | |
11009 | |
11010 * term/x-win.el: Open the X connection when this file is loaded; | |
11011 don't wait for pop-up-window. | |
11012 | |
11013 1989-08-22 Joseph Arceneaux (jla@spiff) | |
11014 | |
11015 * term/x-win.el: Changed the documentation of `x-switches'. | |
11016 | |
11017 1989-08-21 Joseph Arceneaux (jla@spiff) | |
11018 | |
11019 * term/x-win.el: Rewrote the code for handling command line args, | |
11020 including x-handle-switch. | |
11021 | |
11022 1989-08-19 Joseph Arceneaux (jla@spiff) | |
11023 | |
11024 * term/x-win.el: Changed iconic type option string from "-i" to | |
40965 | 11025 "-ib". Also normalized the options to the X toolkit standard. |
25830 | 11026 |
11027 1989-08-15 Richard Stallman (rms@hobbes.ai.mit.edu) | |
11028 | |
11029 * files.el (basic-save-buffer): For precious file, don't delete | |
11030 renamed old version if rename failed. | |
11031 | |
11032 * files.el (backup-buffer): Don't delete old backup, | |
11033 since rename-file should do it. | |
11034 | |
11035 * c-mode.el (electric-c-terminator): Recognize labels with _ or $. | |
11036 | |
11037 1989-08-15 Joseph Arceneaux (jla@spiff) | |
11038 | |
11039 * replace.el (occur): Optionally search whole buffer, controlled | |
11040 by new variable occur-whole-buffer. | |
11041 | |
11042 1989-08-15 Roland McGrath (roland@apple-gunkies.ai.mit.edu) | |
11043 | |
11044 * add-log.el (prompt-for-change-log-name): New macro to prompt for | |
11045 a change log file name. | |
11046 (add-change-log-entry): Use it. | |
11047 (add-change-log-entry-other-window): Take an arg, the file name of | |
40965 | 11048 the change log. If interactive: if given a prefix arg, prompt for |
25830 | 11049 the file name; if use default-directory. |
11050 | |
11051 1989-08-14 Richard Stallman (rms@hobbes.ai.mit.edu) | |
11052 | |
11053 * man.el (nuke-nroff-bs): Assume footers are what precede headers. | |
11054 Delete fixed number of lines around each header, so that significant | |
11055 blank lines next to these are preserved. | |
11056 | |
11057 1989-08-13 Richard Stallman (rms@hobbes.ai.mit.edu) | |
11058 | |
11059 * c-mode.el (indent-c-exp): Remove indentation from blank lines. | |
11060 When trying to move up to init contain-stack, don't go past | |
11061 start of function. If no containing open is found thus, | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
11062 set opoint to prev. function-start, so calculate-c-indent wins. |
25830 | 11063 |
11064 1989-08-12 Richard Stallman (rms@hobbes.ai.mit.edu) | |
11065 | |
11066 * rmailsum.el (rmail-new-summary): Use other-window-scroll-buffer | |
11067 to make scroll commands do the right thing. Make it local. | |
11068 | |
11069 1989-08-11 Richard Stallman (rms@hobbes.ai.mit.edu) | |
11070 | |
11071 * telnet.el (telnet-filter): Don't move point if was not@end. | |
11072 Eliminate ^M entirely. | |
11073 | |
11074 * tex-mode.el (tex-mode-syntax-table): Give \ the syntax code /. | |
11075 | |
11076 1989-08-06 Richard Stallman (rms@mole.ai.mit.edu) | |
11077 | |
11078 * sendmail.el (mail-text): New command, on C-c C-t. | |
11079 | |
11080 1989-08-05 Richard Stallman (rms@mole.ai.mit.edu) | |
11081 | |
11082 * rnewspost.el (news-setup): ACTIONS arg to mail-setup was missing. | |
11083 | |
11084 1989-08-04 Richard Stallman (rms@mole.ai.mit.edu) | |
11085 | |
11086 * hideif.el (hif-factor): Typo in error message. | |
11087 | |
11088 1989-08-03 Richard Stallman (rms@mole.ai.mit.edu) | |
11089 | |
11090 * sort.el, loaddefs.el: Doc fixed. | |
11091 | |
11092 1989-08-02 Richard Stallman (rms@mole) | |
11093 | |
11094 * cl.el (floor): Fix bug in last cond clause, (floor -10 2). | |
11095 | |
11096 * backquote.el (`): Upgrade doc string. | |
11097 | |
11098 1989-07-31 Richard Stallman (rms@mole.ai.mit.edu) | |
11099 | |
11100 * rmail.el (rmail): If existing buffer is empty, treat it as new. | |
11101 | |
11102 * abbrev.el (expand-region-abbrevs): Mention abbrev when querying. | |
11103 Test for abbrev definition without modifying buffer. | |
11104 No need to compare start with end, since (interactive "r") does it. | |
11105 Arrange for prefix arg as NOQUERY arg. | |
11106 (add-abbrev): Prompt differently if undefining an abbrev. | |
11107 (write-abbrev-file): Better default file name. | |
11108 (read-abbrev-file, quietly-read-abbrev-file): Make FILE arg optional. | |
11109 | |
11110 1989-07-25 Joseph Arceneaux (jla@spiff) | |
11111 | |
11112 * files.el (write-file): If no file is associated with the current | |
11113 buffer, prompt with the buffer name. | |
11114 | |
11115 1989-07-20 Richard Stallman (rms@mole.ai.mit.edu) | |
11116 | |
11117 * info.el (Info-follow-reference): Handle newline and indentation | |
11118 immediately after *note. | |
11119 | |
11120 1989-07-19 Joseph Arceneaux (jla@spiff) | |
11121 | |
11122 * keypad.el: Removed unused symbols, changed commentary. | |
11123 * term/x-win.el: Added mapping from emacs key symbols to strings | |
11124 used by X. | |
11125 (x-keypad-setup): Provide use of the function and keypad keys, | |
11126 using the standard keyboard files of /term/* | |
40965 | 11127 * term/news.el: New file for the Sony keyboard. This now works |
25830 | 11128 with both keypad.el and x-win.el. The other terminal files are |
11129 obsolete. | |
11130 | |
11131 1989-07-14 Joseph Arceneaux (jla@spiff) | |
11132 | |
11133 * gdb.el (gdb): Use "interactive f" instead of "F". | |
11134 | |
11135 1989-07-13 Joseph Arceneaux (jla@spiff) | |
11136 | |
11137 * outline.el (outline-flag-region): Don't pass optional last arg | |
11138 `t' to subst-char-in-region. | |
11139 | |
11140 1989-07-12 Joseph Arceneaux (jla@spiff) | |
11141 | |
11142 * lisp.el (insert-parentheses) Changed conditions for pre- and | |
11143 post- insertion of blanks. | |
11144 | |
11145 * bytecomp.el (byte-compile-file): If current buffer is in | |
11146 emacs-lisp mode, prompt with buffer's file name as default. | |
11147 | |
11148 1989-07-07 Joseph Arceneaux (jla@spiff) | |
11149 | |
11150 * files.el (basic-save-buffer) When querying for a final newline, | |
11151 use y-or-n-p instead of yes-or-no-p. | |
11152 | |
11153 1989-07-06 Joseph Arceneaux (jla@galapas.ai.mit.edu) | |
11154 | |
11155 * files.el: (find-alternate-file): Use new function | |
11156 new-read-file-name. This name is temporary. Also don't | |
11157 substitute `~' for homedir; new-read-file-name does this. | |
11158 | |
11159 1989-07-04 Richard Stallman (rms@mole.ai.mit.edu) | |
11160 | |
11161 * mailalias.el (build-mail-aliases): Accept `group' as synonym. | |
11162 | |
11163 * nroff-mode.el (electric-nroff-mode): Arg now optional. | |
11164 | |
11165 * man.el (insert-man-file): Handle HP's directories with .Z in | |
11166 their names. | |
11167 | |
11168 1989-06-27 Joseph Arceneaux (jla@mole.ai.mit.edu) | |
11169 | |
11170 * term/x-win.el (x-new-window) New function. | |
11171 | |
11172 1989-06-25 Richard Stallman (rms@mole.ai.mit.edu) | |
11173 | |
11174 * ledit.el (ledit-zap-file, etc.): Use user-login-name. | |
11175 * medit.el (medit-zap-file): Likewise. | |
11176 | |
11177 * subr.el (user-original-login-name): New function. | |
11178 * rmail.el (rmail, rmail-insert-inbox-text): Use that. | |
11179 * mail-utils.el (rmail-dont-reply-to): Use that. | |
11180 | |
11181 1989-06-24 Richard Stallman (rms@mole.ai.mit.edu) | |
11182 | |
11183 * compile.el: Doc fix. | |
11184 | |
11185 1989-06-23 Joseph Arceneaux (jla@all-bran.ai.mit.edu) | |
11186 | |
11187 * term/x-win.el (x-pop-up-window) Run hook x-pop-up-window-hook. | |
11188 (x-color-screen-p) New macro; used to be C function. | |
11189 | |
11190 1989-06-22 Richard Stallman (rms@mole.ai.mit.edu) | |
11191 | |
11192 * time.el (add-clock-handler): Call specified function each minute. | |
11193 * loaddefs.el: Autoload it. | |
11194 | |
11195 * subr.el: Doc fix. | |
11196 | |
11197 1989-06-22 Joseph Arceneaux (jla@gracilis.ai.mit.edu) | |
11198 | |
11199 * rmail.el: Fixed missing declares of rmail-inbox-list and | |
11200 rmail-keywords. | |
11201 * sendmail.el: Fixed missing declares of mail-reply-buffer and | |
11202 mail-send-actions. | |
11203 | |
11204 1989-06-21 Richard Stallman (rms@mole.ai.mit.edu) | |
11205 | |
11206 * sendmail.el (mail-recover): New command. | |
11207 | |
11208 1989-06-20 Richard Stallman (rms@mole.ai.mit.edu) | |
11209 | |
11210 * sendmail.el (mail-signature): Delete excess blank lines; | |
11211 put one blank line and one line of `--' before signature. | |
11212 | |
11213 * sort.el (sort-subr): Make sure markers@end of text | |
11214 stay at the end. | |
11215 (calls to sort-subr): Put save-excursion around save-restriction. | |
11216 Now all these commands preserve region around sorted text. | |
11217 | |
11218 1989-06-19 Richard Stallman (rms@mole.ai.mit.edu) | |
11219 | |
11220 * rnewspost.el (news-reply-yank-original): Break out insertion | |
11221 of header line into a hook, news-reply-header-hook. | |
11222 Recommended by Barry Warsaw. | |
11223 | |
11224 1989-06-19 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
11225 | |
11226 * files.el (find-alternate-file): Check that file <buffer name> is | |
11227 non nil. | |
11228 | |
11229 1989-06-18 Richard Stallman (rms@mole.ai.mit.edu) | |
11230 | |
11231 * sendmail.el (mail-mode): Make mail-signature-inserted local. | |
11232 (mail-setup): Set it to nil. | |
11233 (mail-signature): Set it to t. | |
11234 (mail-mode-map): Don't put that on a key. | |
11235 (mail-send): Call mail-signature if .signature exists and not | |
11236 already done. | |
11237 | |
11238 * texinfmt.el (texinfo-format-node): | |
11239 Add properly to texinfo-node-names. | |
11240 | |
11241 1989-06-16 Richard Stallman (rms@mole.ai.mit.edu) | |
11242 | |
11243 * texinfmt.el: Doc fix. | |
11244 | |
11245 1989-06-15 Richard Stallman (rms@mole.ai.mit.edu) | |
11246 | |
11247 * c-mode.el (electric-c-terminator, c-indent-line): | |
11248 (calculate-c-indent, indent-c-exp): Recognize `case' more generally. | |
11249 | |
11250 * c-mode.el (c-indent-command): With arg, find a sexp split over lines. | |
11251 | |
11252 * c-mode.el (indent-c-exp): Typo in local name innerloop-done. | |
11253 Declare last-depth. | |
11254 Use OPOINT by default as arg to calculate-c-indent. | |
11255 * lisp-mode.el (indent-sexp): Likewise. | |
11256 | |
11257 * dired.el (dired-readin): Detect non-existent directories. | |
11258 | |
11259 1989-06-08 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
11260 | |
11261 * term/x-win.el | |
11262 (new-screen): Added this function, which is the default | |
11263 auto-screen function. It uses new variables new-screen-x-delta | |
11264 and new-screen-y-delta. | |
11265 (next-multiscreen-window, previous-multiscreen-window): | |
11266 These new functions step through all windows, jumping screens when | |
11267 they need to.x | |
11268 | |
11269 1989-06-08 Richard Stallman (rms@mole.ai.mit.edu) | |
11270 | |
11271 * spell.el (spell-region): Downcase misspelled word. | |
11272 | |
11273 1989-06-06 Richard Stallman (rms@mole.ai.mit.edu) | |
11274 | |
11275 * chistory.el (list-command-history): Go to history buffer | |
11276 before examining its text. | |
11277 | |
11278 * subr.el (suppress-keymap): Store using define-key | |
11279 so that sparse keymaps work. | |
11280 | |
11281 1989-06-04 Richard Stallman (rms@mole.ai.mit.edu) | |
11282 | |
11283 * time.el (display-time-filter): Preserve the match data. | |
11284 | |
11285 1989-06-02 Richard Stallman (rms@mole.ai.mit.edu) | |
11286 | |
11287 * rmail.el (rmail-convert-to-babyl-format): Generalize time zone fmt. | |
11288 (rmail-nuke-pinhead-header): Likewise. | |
11289 | |
11290 * cmacexp.el (c-macro-expand): Terminate string or comment after | |
11291 last macro in the file. | |
11292 | |
11293 * bib-mode.el: New file. | |
11294 | |
11295 * sendmail.el (mail-mode-syntax-table): Seperate syntax table | |
40965 | 11296 for mail mode. Makes % a separator. |
25830 | 11297 |
11298 1989-05-31 Richard Stallman (rms@mole.ai.mit.edu) | |
11299 | |
11300 * cmacexp.el (c-macro-expand): Handle \-continuation of macros. | |
11301 | |
11302 * fill.el (fill-region-as-paragraph): Don't leave space@end of line. | |
11303 | |
11304 1989-05-30 Richard Stallman (rms@mole.ai.mit.edu) | |
11305 | |
11306 * replace.el (perform-replace): Fix typo. | |
11307 | |
11308 * shell.el (make-shell): Don't call shell-mode if already in that mode. | |
11309 | |
11310 * compile.el (next-error): Widen if necessary. | |
11311 | |
11312 1989-05-27 Richard Stallman (rms@mole.ai.mit.edu) | |
11313 | |
11314 * hexl.el: New file. | |
11315 | |
11316 1989-05-25 Richard Stallman (rms@mole.ai.mit.edu) | |
11317 | |
11318 * c-mode.el (c-indent-region): Make marker before indenting first line. | |
11319 (indent-c-exp): Find preceding open paren or open brace to initialize | |
11320 contain-stack, if have endpos. | |
11321 Don't treat next-depth = 0 as special if have endpos. | |
11322 Don't use next-depth as exit criterion if have endpos. | |
11323 | |
11324 1989-05-24 Richard Stallman (rms@mole.ai.mit.edu) | |
11325 | |
11326 * simple.el (do-auto-fill): Keep splitting until short line or give up. | |
11327 | |
11328 1989-05-23 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
11329 | |
11330 * rmailsum.el: Added C-d (rmail-summarey-delete-backward) to | |
11331 rmail-summary-mode-map. | |
11332 | |
11333 1989-05-22 Richard Stallman (rms@mole.ai.mit.edu) | |
11334 | |
11335 * dired.el (dired-chown): Put file name in a variable. | |
11336 | |
11337 1989-05-21 Richard Stallman (rms@mole.ai.mit.edu) | |
11338 | |
11339 * compile.el (compile-command): Add SPC@end of value. | |
11340 | |
11341 * simple.el (shell-command): If COMMAND ends in &, do it asynch. | |
11342 | |
11343 * apropos.el (apropos-match-keys): Ignore atoms in an alist. | |
11344 Ignore menu prompts in key bindings. | |
11345 | |
11346 * cl.el (defsetf): Put quotes into expansion where needed. | |
11347 | |
11348 * apropos.el (apropos): Call apropos-internal to get list of syms. | |
11349 | |
11350 * cl.el (isqrt): More accurate termination condition. | |
11351 Fewer special cases needed. | |
11352 | |
11353 * sendmail.el (mail-send): Ignore errors in mail-send-actions. | |
11354 | |
11355 1989-05-20 Richard Stallman (rms@mole.ai.mit.edu) | |
11356 | |
11357 * simple.el (insert-buffer): Default to (other-buffer). | |
11358 | |
11359 1989-05-18 Richard Stallman (rms@mole.ai.mit.edu) | |
11360 | |
11361 * isearch.el (isearch): Bug in previous change: was assuming regexp. | |
11362 | |
40965 | 11363 1989-05-17 Kyle Jones (kjones@talos.uucp) |
25830 | 11364 |
11365 * saveconf.el: Changed copying permissions and warranty | |
11366 disclaimer to those of the GNU General Public License | |
11367 | |
11368 * saveconf.el: Added usage instructions at the top of file. | |
11369 | |
11370 * saveconf.el (recover-context): Returns t if recover succeeds. | |
11371 | |
11372 1989-05-17 Richard Stallman (rms@mole.ai.mit.edu) | |
11373 | |
11374 * rmail.el (rmail-nuke-pinhead-header): Accept space before | |
11375 numeric time zone in From line. | |
11376 | |
11377 * sendmail.el (mail): Use multiple mail buffers. Reuse an | |
11378 unmodified one or make a new one. With arg, find a modified one. | |
11379 If have auto-save file, suggest M-x recover. | |
11380 | |
11381 * rmailout.el (rmail-output-to-rmail-file): Adjust narrowing@call to | |
11382 rmail-count-new-messages, for changes therein. | |
11383 | |
11384 1989-05-16 Chris Hanson (cph@kleph) | |
11385 | |
11386 * scheme.el: change syntax table entries to use new "p" bit. | |
11387 | |
11388 1989-05-15 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
11389 | |
11390 * tags.el (next-file): fixed typo: " *next-file*" --> "*next-file*" | |
11391 | |
11392 1989-05-14 Richard Stallman (rms@mole.ai.mit.edu) | |
11393 | |
11394 * files.el (set-visited-file-name): Don't rename autosave file. | |
11395 This avoids losing it when you do C-x C-w. | |
11396 | |
11397 1989-05-13 Richard Stallman (rms@mole.ai.mit.edu) | |
11398 | |
11399 * chistory.el (command-history-map): Share with shared-lisp-mode-map. | |
11400 | |
11401 1989-05-12 Richard Stallman (rms@mole.ai.mit.edu) | |
11402 | |
11403 * debug.el (debug): Use search to find extraneous part of backtrace. | |
11404 Works even interpreted. | |
11405 (debug-convert-byte-code): New function: | |
11406 convert byte-code object to a lambda-exp. | |
11407 (debug-on-entry, debugger-reenable): Call that function. | |
11408 | |
11409 * rmail.el (rmail-set-message-counters-counter): Change in search | |
11410 caused pointers to wrong place in message. | |
11411 | |
11412 * c-mode.el (c-indent-region): Pass marker to indent-c-exp. | |
11413 * lisp-mode.el (lisp-indent-region): Likewise. | |
11414 | |
11415 1989-05-12 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
11416 | |
11417 * term/x-win.el (x-set-display-name): Now works; correctly gets | |
11418 display name and removes those options from `command-line-args-left'. | |
11419 Renamed some of the options to be consistent with standard X | |
11420 applications. | |
11421 Added "-iconic" option for iconic startup; created variable | |
11422 `x-iconic-startup' and function `x-set-iconic-startup' | |
11423 (x-pop-up-window): initialize x-display-name first, then call | |
11424 x-open-connection. | |
11425 | |
11426 1989-05-11 Richard Stallman (rms@mole.ai.mit.edu) | |
11427 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
11428 * loaddefs.el (completion-ignored-extensions): Add .sbin. |
25830 | 11429 |
11430 * c-mode.el (c-fill-paragraph): Recognize first line of comment. | |
11431 Move to second line to get fill prefix. | |
11432 On one-line comment, pick reasonable prefix. | |
11433 Don't strand comment ender on separate line. | |
11434 | |
11435 1989-05-10 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
11436 | |
11437 * term/x-win.el (x-handle-numeric-switch) Just like | |
11438 x-handle-switch, but converts argument to int (e.g., "-b 4"). | |
11439 | |
11440 1989-05-10 Richard Stallman (rms@mole.ai.mit.edu) | |
11441 | |
11442 * man.el (manual-entry): Make buffer read only. | |
11443 | |
11444 1989-05-08 Richard Stallman (rms@mole.ai.mit.edu) | |
11445 | |
11446 * startup.el (command-line-1): Split paragraph in startup message. | |
11447 | |
11448 * simple.el (append-next-kill): Print a message. | |
11449 | |
11450 * startup.el (command-line-1): Except for first file, find in | |
11451 other window. | |
11452 | |
11453 * isearch.el (isearch): Don't move cursor for c-w, c-y in reverse. | |
11454 Allow longer match@point in non-regexp reverse search as in regexp. | |
11455 | |
11456 * startup.el (command-line): Give details on error in init file. | |
11457 | |
11458 * fill.el (fill-region-as-paragraph): Insert NL before delete space. | |
11459 | |
11460 1989-05-08 Joseph Arceneaux (jla@rice-chex.ai.mit.edu) | |
11461 | |
11462 * x-mouse.el (x-cut-text): sit-for 1 when warping mouse to mark. | |
11463 Also removed code dupicated by mouse.el | |
11464 (x-trace-mouse): debugging function which prints out mouse events | |
11465 as they arrive. | |
40965 | 11466 (x-paste-text): Don't set point before inserting cut text; too |
25830 | 11467 confusing and incompatible with xterm. |
11468 | |
11469 * mouse.el (mouse-scroll, mouse-del-char, mouse-kill-line, | |
11470 narrow-window-to-region, mouse-window-to-region): Added these | |
11471 new functions. | |
11472 | |
11473 1989-05-08 Richard Stallman (rms@mole.ai.mit.edu) | |
11474 | |
11475 * info.el (Info-find-node): Fix confusion testing file existence. | |
11476 | |
11477 * files.el (basic-save-buffer): Mention file name in "save anyway". | |
11478 | |
11479 1989-05-08 Richard Stallman (rms@mole.ai.mit.edu) | |
11480 | |
11481 * lisp-mode.el (lisp-indent-line, lisp-comment-indent): Use \\s< | |
11482 to recognize comment-start characters. | |
11483 (indent-sexp): likewise. | |
11484 * lisp.el (end-of-defun): likewise. | |
11485 | |
11486 1989-05-07 Richard Stallman (rms@mole.ai.mit.edu) | |
11487 | |
11488 * underline.el (ununderline-region): Handle pre- or -post underline. | |
11489 | |
11490 * rmail.el (rmail-search): Fix failure message. | |
11491 | |
11492 * paths.el (Info-directory-list): Replaces Info-directory. | |
11493 * info.el (Info-find-node): Search that directory list. | |
11494 | |
11495 * c-mode.el (electric-c-sharp-sign): Auto-align #@column 0. | |
11496 | |
11497 * rmail.el (rmail-parse-file-inboxes, rmail-get-new-mail): | |
11498 Require newline before ^_ when searching. More reliable. | |
11499 (rmail-count-new-messages, rmail-set-message-counters): Likewise. | |
11500 (rmail-set-message-counters-counter): Likewise. | |
11501 * rmailout.el (rmail-output-to-rmail-file): Likewise. | |
11502 | |
11503 * info.el (info-follow-reference): Provide default: ref point is in. | |
11504 | |
11505 * page.el (what-page): Reckon from beginning of line. | |
11506 | |
11507 * blackbox.el: Doc fix. | |
11508 (bb-done): Improve messages. | |
11509 | |
11510 * replace.el (perform-replace): Keep stack of previous pos for ^. | |
11511 | |
11512 * info.el: Doc fix. | |
11513 | |
11514 * simple.el: Doc fix. | |
11515 | |
11516 1989-05-05 Richard Stallman (rms@mole.ai.mit.edu) | |
11517 | |
11518 * view.el (view-mode): Save and set major-mode like mode-name. | |
11519 (view-exit): Restore it. | |
11520 (view-helpful-message): Update for new exit command. | |
11521 | |
11522 * tags.el (tags-loop-continue): Just set-buffer if not permanent. | |
11523 | |
11524 * tags.el (visit-tags-table-buffer): Clean up if file invalid. | |
11525 | |
40965 | 11526 * apropos.el: New file. Apropos now defined here. |
25830 | 11527 * loaddefs.el: Autoload it. |
11528 | |
11529 * help.el: Doc fix. | |
11530 | |
11531 * sort.el: Doc fix. | |
11532 | |
11533 * bytecomp.el (byte-compile-lambda): Return a byte-code object. | |
11534 (byte-compile-file-form): Return an fset form which constructs | |
11535 such a byte-code object and installs it. | |
11536 (byte-compile-defun, byte-compile-macro): Likewise. | |
11537 (byte-compile-function-form): Translate to a make-byte-code form. | |
11538 (byte-compile-file): Find and fix doc strings in fset forms. | |
11539 | |
11540 * loaddefs.el (completion-ignored-extensions): Add .fmt. | |
11541 | |
11542 1989-05-04 Richard Stallman (rms@mole.ai.mit.edu) | |
11543 | |
11544 * blackbox.el (bb-init-board): Use (random 8) to get # in [0,7]. | |
11545 * dissociate.el: Likewise. | |
11546 * fill.el (justify-current-line): Likewise. | |
11547 * flame.el (define-element, psychoanalize-flamer): Likewise. | |
11548 * yow.el (yow): Likewise. | |
11549 * doctor.el: Use (random N), not (random-range N). | |
11550 (random-range): Function deleted. | |
11551 | |
11552 * simple.el (auto-fill-mode): Arg now optional. | |
11553 | |
11554 1989-05-01 Richard Stallman (rms@mole.ai.mit.edu) | |
11555 | |
11556 * cl.el (cl-member): New name for Common Lisp `member'. | |
11557 | |
11558 1989-04-30 Richard Stallman (rms@mole.ai.mit.edu) | |
11559 | |
11560 * cmacexp.el (c-macro-expand): Use a second temp file for the region. | |
11561 | |
11562 * tags.el (tags-loop-continue): Widen the buffers. | |
11563 | |
11564 1989-04-29 Richard Stallman (rms@mole.ai.mit.edu) | |
11565 | |
11566 * cl.el (defsetf): Take effect@run time, not expansion time. | |
11567 | |
11568 * bytecomp.el (byte-compile-file-form): Expand top level macros. | |
11569 Look inside of progn. | |
11570 | |
11571 1989-04-27 Richard Stallman (rms@mole.ai.mit.edu) | |
11572 | |
11573 * replace.el (map-query-replace-regexp): New function. | |
11574 | |
11575 * replace.el (perform-replace): Allow list of strings to replace | |
11576 with; they are used in rotation. Optional arg repeat-count is | |
11577 number of times to use each string before rotating. | |
11578 | |
11579 1989-04-26 Richard Stallman (rms@mole.ai.mit.edu) | |
11580 | |
11581 * sendmail.el (mail-yank-original): Handle new var mail-yank-prefix. | |
11582 | |
11583 1989-04-25 Richard Stallman (rms@mole.ai.mit.edu) | |
11584 | |
11585 * rmail.el (rmail-output-to-rmail-file): If output buffer is not in | |
11586 rmail mode, insert@end of it. | |
11587 | |
11588 * rmail.el (rmail-set-attribute): search-forward's value is no longer | |
11589 t or nil; now may be a number. | |
11590 | |
11591 1989-04-24 Richard Stallman (rms@mole.ai.mit.edu) | |
11592 | |
11593 * rmail.el (rmail): Put existing buffer into rmail-mode if necessary. | |
11594 | |
11595 1989-04-20 Richard Stallman (rms@mole.ai.mit.edu) | |
11596 | |
11597 * x-mouse.el: Delete mouse-event-hook; now in keyboard.c. | |
11598 | |
11599 * term/x-win.el (x-switch-definitions, command-switch-alist): Add -bd. | |
11600 (x-set-*): New commands. | |
11601 | |
11602 * startup.el (command-line-1, normal-top-level): Call hooks with | |
11603 run-hooks. | |
11604 * sun-mouse.el: likewise. | |
11605 | |
11606 * mim-mode.el: rename indent-mim-hook to indent-mim-function. | |
11607 * scheme.el: likewise scheme-indent-hook. | |
11608 | |
11609 * lisp-mode.el, cl.el, cl-indent.el, loaddefs.el, sun-mouse.el: | |
11610 *lisp-indent-hook renamed to *lisp-indent-function. | |
11611 | |
11612 * kermit.el (shell-send-input-cr): use run-hooks. | |
11613 * shell.el (shell-send-input): run-hooks wants quoted arg. | |
11614 | |
11615 * simple.el, mlsupport.el, loaddefs.el, c-fill.el, doctor.el: | |
11616 blink-paren-hook and auto-fill-hook renamed to -function. | |
11617 | |
11618 * files.el (diff-switches-function): diff-switches-hook renamed. | |
11619 | |
11620 * compile.el (compile-reinitialize-errors): use run-hooks. | |
11621 | |
11622 * rmail.el (rmail-convert-to-babyl-format): error if unrecognized text. | |
11623 | |
11624 1989-04-19 Richard Stallman (rms@mole.ai.mit.edu) | |
11625 | |
11626 * replace.el (occur-mode-goto-occurrence): Insure arg to | |
11627 count-lines is@start of line. | |
11628 | |
11629 * replace.el (occur): Removed an extraneous save-excursion. | |
11630 | |
11631 * replace.el (perform-replace): make ! undo as a unit. | |
11632 | |
40965 | 11633 1989-04-17 Chris Smith (csmith@mozart) |
25830 | 11634 |
11635 * icon-mode.el (icon-comment-indent): When auto-fill breaks a | |
11636 line in a bol comment, start the continued line in column 1 | |
11637 not column 2. | |
11638 | |
11639 * icon-mode.el (icon-backward-to-noncomment): use parse-partial-sexp | |
11640 so as not to be fooled by # in strings. | |
11641 | |
11642 * icon-mode.el (icon-is-continuation-line): distinguish between | |
11643 tokens that end a statement but cause the following statement to | |
11644 be indented and tokens that cause the following line to be a | |
11645 continuation of the same statement. | |
11646 | |
11647 1989-04-12 Richard Stallman (rms@mole.ai.mit.edu) | |
11648 | |
11649 * rmail.el (rmail-message-labels-p): put save-excursion outside. | |
11650 | |
11651 * picture.el (picture-tab): Dumb errors in prefix-arg case. | |
11652 | |
11653 * tags.el (tags-loop-continue): No message if slow terminal. | |
11654 | |
11655 * c-mode.el (c-fill-paragraph): Don't fill a comment together with | |
11656 anything following it. | |
11657 | |
11658 1989-04-11 Richard Stallman (rms@mole.ai.mit.edu) | |
11659 | |
11660 * lpr.el (print-region-1): For tab-conversion case, insert specd range. | |
11661 | |
11662 1989-04-07 Richard Stallman (rms@mole.ai.mit.edu) | |
11663 | |
11664 * compile.el (compilation-mode): Doc fix. | |
11665 | |
11666 * loaddefs.el: Autoload ftp-list-directory. | |
11667 | |
11668 1989-04-06 Edward M. Reingold (reingold@cs.uiuc.edu) | |
11669 | |
40965 | 11670 Hook added to list-diary-entries, along with a possible |
11671 value for that hook which prepares a fancy diary buffer | |
11672 for display. | |
11673 | |
11674 Holidays integrated into the diary: in the ordinary diary | |
11675 buffer the holidays are given in the mode line. In the | |
11676 fancy diary buffer the holidays are given in the heading | |
11677 for each date. | |
11678 | |
11679 Added a new command to tell the holidays on a specific date, | |
11680 parallel to the way diary entries are given for a specific | |
11681 date. This new command became `h' and the old `h' became | |
11682 `a' to show all the holidays in a three-month period. | |
25830 | 11683 |
11684 1989-04-06 Richard Stallman (rms@mole.ai.mit.edu) | |
11685 | |
11686 * dired.el (dired-flag-backup-files, dired-flag-auto-save-files): | |
11687 With prefix arg, unflag the appropriate class of files. | |
11688 | |
11689 * info.el (Info-tag-table-marker): `read' now stops@end of line, | |
11690 so advance to next line. | |
11691 | |
11692 * info.el (Info-follow-nearest-node):@last line of text, | |
11693 move to next node. | |
11694 | |
11695 * rmail.el (rmail-message-labels-p): Widen. | |
11696 | |
11697 * term/iris-ansi.el: New file. | |
11698 * r2bibtex.el: New file. | |
11699 | |
11700 * files.el (rename-uniquely): New command. | |
11701 | |
11702 * bytecomp.el (byte-recompile-directory): Update mode lines | |
11703 after save-some-buffers. | |
11704 | |
11705 * buff-menu.el (Buffer-menu-visit-tags-table): New fn. | |
11706 (Buffer-menu-mode-map): `t' runs that. | |
11707 | |
11708 * rmail.el (rmail-delete-forward): If no nondeleted msg fwd, go bkwd. | |
11709 | |
11710 * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header): | |
11711 Accept spaces@end of Unix-style From line. | |
11712 | |
11713 * view.el (view-mode): Don't use a recursive edit; instead, | |
11714 save old mode info in local variables. | |
11715 Now two args: buffer to go back to, and fn to apply to viewed | |
11716 buffer when exiting. | |
11717 (view-exit): Restore old mode from those local variables. | |
11718 Apply specified fn to buffer that was viewed. | |
11719 This is on C-c and q. | |
11720 (view-command-loop): Deleted. | |
11721 (view-window-size): Now applies to selected window. | |
11722 | |
11723 * startup.el (normal-top-level): Use PWD envvar to set default dir. | |
11724 | |
11725 * rmail.el (rmail-convert-to-babyl-format): | |
11726 Bind case-fold-search to t for mmdf case. | |
11727 | |
11728 1989-04-03 Richard Stallman (rms@mole.ai.mit.edu) | |
11729 | |
11730 * modula2.el: Turn m2-newline back on. | |
11731 (various templates): Put relevant variable name in final comment. | |
11732 | |
11733 1989-04-02 Richard Stallman (rms@mole.ai.mit.edu) | |
11734 | |
11735 * paths.el (rmail-spool-directory): Treat silicon-graphics-unix | |
11736 like usg. | |
11737 | |
11738 1989-03-30 Richard Stallman (rms@mole.ai.mit.edu) | |
11739 | |
11740 * files.el: doc fix. | |
11741 | |
11742 * autoinsert.el (insert-auto-insert-files): Mark bfr unmodified | |
11743 if has just the autoinsert file. | |
11744 | |
11745 * sendmail.el: doc fix. | |
11746 | |
11747 1989-03-29 Richard Stallman (rms@mole.ai.mit.edu) | |
11748 | |
11749 * rmail.el (rmail-insert-inbox-text): Don't insert newline if | |
11750 inserted an empty file. | |
11751 | |
11752 * startup.el: doc fix. | |
11753 | |
40965 | 11754 1989-03-29 Edward M. Reingold (reingold@cs.uiuc.edu) |
11755 | |
11756 * calendar.el: Change shift-three-month functions so the name | |
25830 | 11757 includes the word ``calendar''. |
11758 | |
11759 * calendar.el (list-diary-entries): Delete extraneous command | |
11760 to indicate buffer is not modified. | |
11761 | |
11762 1989-03-15 Jeff Peck (rms@mole.ai.mit.edu) | |
11763 | |
11764 * term/sun.el (sunview-terminal): New default keybindings | |
11765 Check for (getenv "IN_EMACSTOOL") to automatically do emacstool-init. | |
11766 | |
11767 1989-02-24 Richard Mlynarik (mly@rice-chex.ai.mit.edu) | |
11768 | |
40965 | 11769 * terminal.el (terminal-emulator): Move help message after call-hooks |
11770 so that correct escape character is mentioned. | |
25830 | 11771 |
11772 1989-02-23 Richard Stallman (rms@mole.ai.mit.edu) | |
11773 | |
40965 | 11774 * Version 18.53 released(?) |
25830 | 11775 |
11776 * telnet.el: New vars telnet-initial-count and telnet-maximum-count. | |
11777 These replace constants in the code. | |
11778 (telnet, telnet-initial-filter): Use those vars. | |
11779 (telnet-filter): Use subst-char-in-region to change CR to Space. | |
11780 Advance point if insert@end of bfr. | |
11781 | |
11782 1989-02-21 Richard Stallman (rms@mole.ai.mit.edu) | |
11783 | |
11784 * flame.el: Fix spelling errors. | |
11785 | |
11786 * compile.el (compile-reinitialize-errors): New subroutine | |
11787 broken out from next-error. | |
11788 (compile-goto-error): New command, uses that and next-error. | |
11789 (compilation-mode): New command; sets major mode. | |
11790 (compile-internal): Use that function. | |
11791 (compilation-mode-map): New variable; define C-c C-c. | |
11792 | |
11793 1989-02-20 Richard Stallman (rms@mole.ai.mit.edu) | |
11794 | |
11795 * lisp-mode.el (indent-sexp): Optional arg says where to stop | |
11796 indenting; if spec', don't stop@end of first sexp. | |
11797 (lisp-indent-region): New fn: use that to do Lisp-style indent-region. | |
11798 (lisp-mode-variables): Set up indent-region-function as that. | |
11799 | |
11800 * c-mode.el (indent-c-exp, c-indent-region, c-mode): Similar changes. | |
11801 | |
11802 1989-02-19 Richard Stallman (rms@apple-gunkies.ai.mit.edu) | |
11803 | |
11804 * files.el (set-visited-file-name): Always rename the buffer; | |
11805 make name unique with <NNN> as find-file does. | |
11806 | |
11807 * compile.el (next-error): Prefix arg now says how many errors to move. | |
11808 When parsing more errors incrementally, append to previous list. | |
11809 (compile): Handle new option `compile-window-height'. | |
11810 | |
11811 1989-02-18 Richard Stallman (rms@mole.ai.mit.edu) | |
11812 | |
11813 * dbx.el (dbx-mode-map): Change C-c w to C-c C-w. | |
11814 | |
11815 * misc.el: New file. | |
11816 | |
11817 1989-02-17 Richard Stallman (rms@mole.ai.mit.edu) | |
11818 | |
11819 * rmailout.el (rmail-output*): Handle prefix arg and output | |
11820 consecutive nondeleted messages. | |
11821 | |
11822 * rmail.el (rmail-next-undeleted-message): Error if hit eob. | |
11823 | |
11824 * dbx.el (run-dbx): Do expand-file-name. | |
11825 | |
11826 * paths.el (manual-formatted-dirlist): More alternatives in sysV case. | |
11827 | |
11828 1989-02-15 Richard Stallman (rms@mole.ai.mit.edu) | |
11829 | |
11830 * dbx.el (run-dbx): Set dbx-process. | |
11831 (dbx-stop-at): Use that to decide where to send the string. | |
11832 | |
11833 1989-02-13 Marc Shapiro (shapiro@sor.inria.fr) | |
11834 | |
40965 | 11835 * bibtex.el (bibtex-clean-entry, bibtex-empty-field, bibtex-find-text, |
25830 | 11836 bibtex-kill-optional-field, bibtex-next-field, bibtex-pop-next, |
11837 bibtex-pop-previous, bibtex-cfield, bibtex-enclosing-field, | |
11838 bibtex-enclosing-reference, bibtex-enclosing-regexp, bibtex-flash-entry | |
11839 bibtex-flash-head, bibtex-inside-field, bibtex-make-optional-entry, | |
11840 bibtex-remove-OPT): New functions. | |
11841 (bibtex-find-it, bibtex-make-OPT-entry, bibtex-next-position): Deleted | |
11842 (kill-current-line): Deleted. | |
11843 (bibtex-mode-map): C-c keys to make entries moved to C-c C-e. | |
11844 (general): Use regexps instead of simple-minded cursor motion. | |
11845 New keys include C-c C-p, C-c C-n, C-c C-k, C-c C-d, C-c C-c, TAB, LF. | |
11846 | |
11847 1989-02-13 Richard Stallman (rms@mole.ai.mit.edu) | |
11848 | |
11849 * subr.el (suppress-keymap): Undefine chars iff self-inserting, | |
11850 not based on numeric range. | |
11851 | |
11852 * rmail.el (rmail-reply): Don't call rmail-retry-failure. | |
11853 (rmail-mode-map): Put that cmd on C-M-m. | |
11854 | |
11855 1989-02-11 Richard Stallman (rms@mole.ai.mit.edu) | |
11856 | |
11857 * debug.el (debug-on-entry): Special err msg for functions we | |
11858 can't handle. | |
11859 | |
11860 1989-02-10 Richard Stallman (rms@mole.ai.mit.edu) | |
11861 | |
11862 * files.el (list-directory-brief-switches): Value was garbled | |
11863 when VMS changes were installed. | |
11864 | |
11865 1989-02-09 Richard Stallman (rms@mole.ai.mit.edu) | |
11866 | |
11867 * loaddefs.el (calendar, diary, holidays): Autoload from calendar.el. | |
11868 | |
11869 1989-02-08 Richard Stallman (rms@mole.ai.mit.edu) | |
11870 | |
11871 * loaddefs.el (ctl-x-4-map): Fully define it here, as sparse keymap. | |
11872 * files.el: not here. | |
11873 | |
11874 * lisp-mode.el (lisp-interaction-mode): | |
11875 Use emacs-lisp-mode-syntax-table | |
11876 | |
11877 1989-02-07 Richard Stallman (rms@mole.ai.mit.edu) | |
11878 | |
11879 * c-style.el (set-c-style): Delete extra closeparen@end. | |
11880 | |
11881 * tex-mode.el: Doc fixes. | |
11882 | |
11883 1989-02-05 Richard Stallman (rms@mole.ai.mit.edu) | |
11884 | |
11885 * uncompress.el (uncompress-backup-file): Uncompress original file | |
11886 when it's time to make it unto a backup. | |
11887 | |
11888 1989-02-04 Richard Stallman (rms@mole.ai.mit.edu) | |
11889 | |
11890 * files.el: Make certain variables permenant if they are local. | |
11891 * ftp.el: Likewise. | |
11892 | |
11893 * dired.el (dired-rename-file): If file is visited, offer | |
11894 to change visited file name. | |
11895 | |
11896 * tags.el (find-tag, find-tag-other-window, find-tag-regexp): | |
11897 Bugs in interactive arg reading. | |
11898 | |
11899 * dired.el (dired-do-deletion): If list is small enough, | |
11900 display in half the screen. | |
11901 | |
11902 * files.el (basic-save-buffer): Check writability and make backup file | |
11903 only after trying the hooks. | |
11904 | |
11905 * ftp.el (ftp-write-file): do save-excursion. | |
11906 (ftp-write-file-hook): Clear modified-flag here. | |
11907 (ftp-setup-write-file-hooks): Clear read-only flag here. | |
11908 (ftp-sentinal): If input, clear modified flag. | |
11909 Don't bind buffer-read-only across (kill-buffer (current-buffer)). | |
11910 | |
11911 * texinfmt.el (texinfo-format-sp): New fn; handle @sp. | |
11912 (texinfo-format-noop): Handle @titlefont with this. | |
11913 | |
11914 1989-02-03 Richard Stallman (rms@mole.ai.mit.edu) | |
11915 | |
11916 * files.el (revert-buffer): New hook that replaces just the | |
11917 erase-buffer and the insert-file-contents. | |
11918 | |
11919 1989-01-30 Richard Stallman (rms@mole.ai.mit.edu) | |
11920 | |
11921 * term/x-win.el (initialization): Go through x-switches list. | |
11922 Don't set window-system-version; C code now does this. | |
11923 | |
11924 1989-01-29 Richard Stallman (rms@mole.ai.mit.edu) | |
11925 | |
11926 * undigest.el (undigestify-message): Allow submessage to have no | |
11927 `to', just a `from'. | |
11928 | |
11929 1989-01-28 Richard Stallman (rms@mole.ai.mit.edu) | |
11930 | |
11931 * rmail.el (rmail-reply): Search from msg-beg for rejection indicator | |
11932 | |
11933 1989-01-26 Richard Stallman (rms@mole.ai.mit.edu) | |
11934 | |
11935 * replace.el (occur-mode-goto-occurrence): error msg fix. | |
11936 | |
11937 * tex-mode.el (tex-mode-syntax-table): Initialize all elts afresh. | |
11938 (tex-common-initialization): Make local var compare-windows-whitespace. | |
11939 Make %-lines separate paragraphs. | |
11940 (latex-mode): No more need to override paragraphs. | |
11941 (tex-categorize-whitespace): New fn helps compare-windows. | |
11942 (tex-insert-quote): Use \\s when categorizing prev. char. | |
11943 | |
11944 * compare-w.el: provide 'compare-w. | |
11945 (compare-windows): Don't set success for just whitespace. | |
11946 Remember start-point in both buffers, and pass as arg to | |
11947 the whitespace-function. | |
11948 If whitespace regexp, back over all whitespace; | |
11949 but don't back up if@end of buffer. | |
11950 Set point for real after each bunch of matches, in case C-g. | |
11951 | |
11952 1989-01-25 Richard Stallman (rms@mole.ai.mit.edu) | |
11953 | |
11954 * paragraph.el (forward-paragraph): Check for end-of-buffer | |
11955 in forward-loop within backward-loop. | |
11956 | |
11957 * window.el (split-window-vertically): Set window-start and maybe | |
11958 window-point, to avoid scrolling. | |
11959 | |
11960 1989-01-24 Richard Stallman (rms@mole.ai.mit.edu) | |
11961 | |
11962 * window.el (balance-windows): New command. | |
11963 | |
11964 * subr.el (walk-windows): New function. | |
11965 | |
11966 1989-01-20 Richard Stallman (rms@mole.ai.mit.edu) | |
11967 | |
11968 * sort.el: doc fix. | |
11969 | |
11970 * server.el (server-buffer-clients): Now a permanent local. | |
11971 | |
11972 * dabbrev.el (dabbrev-expand): case-adapt only if expansion is l.c. | |
11973 (dabbrev-search): downcase the result if found@beg of sentence | |
11974 and only initial is upper case. | |
11975 | |
11976 1989-01-19 Richard Stallman (rms@mole.ai.mit.edu) | |
11977 | |
11978 * files.el (after-find-file): change calling sequence to sit-for. | |
11979 | |
11980 * bytecomp.el (byte-compile-defun,-defmacro): | |
11981 Compile `defun' and `defmacro' within functions. | |
11982 | |
11983 1989-01-18 Richard Stallman (rms@mole.ai.mit.edu) | |
11984 | |
11985 * tex-mode.el: Many changes. TeX changed to tex in all symbols. | |
11986 (tex-open-quote, tex-close-quote): New vars for tex-insert-quote. | |
11987 (tex-insert-quote): Those vars say what to insert. | |
11988 Inserting `"' is done by simply calling self-insert-command. | |
11989 (tex-last-buffer-texed, tex-print-file): New vars. | |
11990 (tex-region): Don't output line before start of header. | |
11991 Set those two variables. | |
11992 (tex-mode-map): C-c C-e and C-c C-f changed. | |
11993 (tex-common-initialization): comment-start-skip changed. | |
11994 (tex-validate-region): Fn renamed, and now leaves point@the error. | |
11995 (tex-terminate-paragraph): must save-excursion. | |
11996 (tex-start-shell):@end, sleep a little if I/O buffer is empty. | |
11997 (tex-file): New fn; save buffers and run TeX on visit file. | |
11998 (tex-print): Print buffer's most recent output, whether from tex-file | |
40965 | 11999 or tex-region. Use shell-command to do the printing. |
25830 | 12000 (tex-append-dvi): New subroutine. |
12001 | |
12002 * compare-w.el (compare-windows): Prefix arg means ignore | |
12003 whitespace changes. | |
12004 | |
12005 * bytecomp.el (byte-compile-form, byte-compile-find-vars-1): | |
12006 Handle forms containing explicit lambda-functions. | |
12007 | |
12008 1989-01-17 Richard Stallman (rms@mole.ai.mit.edu) | |
12009 | |
12010 * texinfmt.el: Define @s (small caps) like @var. | |
12011 | |
12012 1989-01-15 Richard Stallman (rms@mole.ai.mit.edu) | |
12013 | |
12014 * shell.el (inferior-lisp-mode-map): Copy shared-lisp-mode-map, | |
12015 inherit from shell-mode-map. | |
12016 | |
12017 * files.el (find-alternate-file): Don't drop a necessary `/'. | |
12018 | |
12019 1989-01-14 Richard Stallman (rms@mole.ai.mit.edu) | |
12020 | |
12021 * startup.el (normal-top-level): Abbrev default directory | |
12022 as in find-file-noselect. | |
12023 | |
12024 * lisp-mode.el (lisp-mode-variables): set parse-sexp-ignore-comments. | |
12025 | |
12026 1989-01-13 Richard Stallman (rms@mole.ai.mit.edu) | |
12027 | |
12028 * files.el (find-alternate-file): Don't change prefix to `~' | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
12029 unless a slash follows. |
25830 | 12030 |
12031 * lisp.el (insert-parentheses): skip leading spaces if arg, | |
12032 maybe insert one if no arg. | |
12033 | |
12034 * lisp-mode.el (shared-lisp-mode-map): New map contains shared keys. | |
12035 (*-mode-map): All inherit from that map. | |
12036 | |
12037 * text-mode.el (indented-text-mode-map): Inherit text-mode-map. | |
12038 * rmailedit.el (rmail-edit-map): Likewise. | |
12039 * outline.el (outline-mode-map): Likewise. | |
12040 | |
12041 * c-mode.el (c-fill-paragraph): New cmd, on M-q in C mode. | |
12042 If in a comment, fill with comment delimiters/decoration. | |
12043 (calculate-c-indent-within-comment): New arg after-star | |
12044 | |
12045 * field.el: New file. | |
12046 | |
12047 1989-01-11 Richard Stallman (rms@mole.ai.mit.edu) | |
12048 | |
12049 * shell.el (shell-send-input): Use run-hooks on | |
12050 shell-set-directory-error-hook. | |
12051 | |
12052 * subr.el (eval-after-load, eval-next-after-load): | |
12053 New fns to put entries on after-load-alist. | |
12054 | |
12055 * c-mode.el (c-backward-to-start-of-if): Stop looping@buffer beg. | |
12056 | |
12057 1989-01-09 Richard Stallman (rms@mole.ai.mit.edu) | |
12058 | |
12059 * simple.el (zap-to-char): Error if char not found. | |
12060 Killed region now includes the matching char. | |
12061 | |
12062 1989-01-07 Richard Stallman (rms@mole.ai.mit.edu) | |
12063 | |
12064 * options.el: doc fix. | |
12065 | |
12066 * mouse.el (mouse-delete-window): Delete window pointed at. | |
12067 | |
12068 * simple.el (backward-delete-char-untabify): In overwrite mode, | |
12069 back over columns clearing them out. | |
12070 | |
12071 * dired.el (dired-get-filename): filename ends before ` ->', not after. | |
12072 | |
12073 1989-01-06 Richard Stallman (rms@mole.ai.mit.edu) | |
12074 | |
12075 * rmail.el (rmail-retry-failure): Lv cursor on To: line. | |
12076 | |
12077 * compile.el (compile-internal): Delete typo `<'. | |
12078 | |
12079 * tags.el (file-of-tag): Just search backwards. | |
12080 (tag-table-files): Don't worry about char counts. Just search. | |
12081 | |
12082 * tags.el (next-file): Change NOWARN to NOVISIT: | |
12083 t =>get the file in a reusable temp buffer. | |
12084 (tags-loop-continue): Use NOVISIT while scanning. | |
12085 Use separate form tags-loop-scan to scan for interesting files. | |
12086 If we find one, visit the file for real if nec. | |
12087 then use tags-loop-operate to make changes. | |
12088 (tags-search, tags-query-replace): Use new interface. | |
12089 | |
12090 * files.el (find-file-noselect): Do directory abbrevs first thing | |
12091 so both dir name and file name show the abbreviations. | |
12092 | |
12093 * tags.el (find-tag): Fix bug in last changes. | |
12094 | |
12095 * debug.el (cancel-debug-on-entry): Use empty string for "cancel all". | |
12096 (debug-on-entry-1): Clean err msg for built-in function. | |
12097 | |
40965 | 12098 * session.el: New file. Load ~/.emacs-session. |
25830 | 12099 Related code moved here from startup.el. |
12100 * session.el (save-session): New fn. has meat of kill-emacs-hook. | |
12101 Call expand-file-name to expand `~'. | |
12102 Save the value of point, as well. | |
12103 | |
12104 * subr.el: Set run-hooks variable. | |
12105 | |
12106 * tex-mode.el (LaTeX-mode): %@line start separates paragraphs. | |
12107 | |
12108 * files.el (basic-save-buffer): Don't write over directories | |
12109 if file-precious-flag is set. | |
12110 | |
12111 1989-01-04 Richard Stallman (rms@mole.ai.mit.edu) | |
12112 | |
12113 * sendmail.el (sendmail-send-it): Always pass -f option to sendmail. | |
12114 | |
12115 * tags.el (find-tag): In regexp case, consider only matches that | |
12116 don't go past the DEL char. | |
12117 | |
12118 1989-01-03 Richard Stallman (rms@mole.ai.mit.edu) | |
12119 | |
12120 * loaddefs.el (auto-mode-alist): Add `.oak'. | |
12121 | |
12122 1989-01-02 Richard Stallman (rms@mole.ai.mit.edu) | |
12123 | |
12124 * files.el (diff): New command to compare file with its backup. | |
12125 (file-newest-backup): Return newest backup for given filename. | |
12126 | |
12127 * debug.el (debug-on-entry-1): Handle macros here. | |
12128 ({cancel-,}debug-on-entry): instead of here. | |
12129 But here maintain a list debug-function-list of functions set for | |
40965 | 12130 debug on entry. nil or empty arg to cancel-... means cancel all. |
25830 | 12131 (debugger-list-functions): New command, on `l'. |
12132 (debugger-jump): Continue to exit of this frame | |
12133 after turning off all debug-on-entries. | |
12134 (debugger-reenable): Turn back on all debug-on-entries that are | |
12135 supposed to be on. Called from `debug' and other debugging fns. | |
12136 | |
12137 * startup.el (kill-emacs-hook): If save-session-flag is set, | |
12138 write a file ~/.emacs-session recording file and line number. | |
12139 Put (load "~/.emacs-session" t t) (setq save-session-flag t) | |
12140 in your .emacs to enable session saving. | |
12141 | |
12142 * window.el (window-config-to-register, register-to-window-config): | |
12143 New fns, on C-x 6 and C-x 7. | |
12144 | |
12145 * vmsproc.el (subprocess-command-to-buffer): New function. | |
12146 | |
12147 * dired.el (dired-readin): Handle VMS. | |
12148 (dired-get-filename): handle VMS. Also move handling | |
12149 of LOCALP and NOERROR arguments to the end. | |
12150 | |
12151 * vms-patch.el (vms-read-directory): New function. | |
12152 | |
12153 * loaddefs.el (auto-mode-alist): Add `.for' and `.ltx'. | |
12154 | |
12155 * files.el (list-directory): Support for VMS. | |
12156 | |
12157 * c-style.el: New file. | |
12158 | |
12159 * vt200.el (keyboard-translate-table): Make a table, | |
12160 and use it to interchange ESC and backquote. | |
12161 | |
12162 1989-01-01 Richard Stallman (rms@mole.ai.mit.edu) | |
12163 | |
12164 * gdb.el (gdb-mode-map): continue now C-c C-p. | |
12165 | |
12166 * tags.el (find-tag-default): If not inside a tag, use previous | |
12167 or next tag found on current line. Never go outside current line. | |
12168 | |
12169 * sendmail.el (mail-mode-map): Make map inherit from text-mode-map. | |
12170 | |
12171 1988-12-31 Richard Stallman (rms@mole.ai.mit.edu) | |
12172 | |
12173 * files.el (find-alternate-file): Abbreviate homedir as `~'. | |
12174 | |
12175 * files.el (find-file-noselect): perform abbreviations on the | |
12176 directory name when setting the default--from directory-abbrev-alist. | |
12177 | |
12178 1988-12-30 Richard Stallman (rms@mole.ai.mit.edu) | |
12179 | |
12180 * tags.el (next-file): New arg means don't warn of readonly file, etc. | |
12181 (tags-loop-continue): Don't warn and don't do local vars when scanning. | |
12182 If scanning makes a new buffer, kill it and re-find the file "for real" | |
12183 after exiting the scanning loop. | |
12184 | |
12185 * files.el (hack-local-variables): Change `inhibit-local-variables' | |
12186 to `enable-local-variables'. Now three alternative values: | |
12187 nil (ignore them), t (use them) or otherwise (query). | |
12188 | |
12189 * startup.el (command-line-1): Rearrange startup message. | |
12190 | |
12191 1988-12-29 Richard Stallman (rms@mole.ai.mit.edu) | |
12192 | |
12193 * compile.el (compilation-sentinel): Set OPOINT, OMAX in proper buffer. | |
12194 | |
12195 1988-12-28 Richard Stallman (rms@mole.ai.mit.edu) | |
12196 | |
12197 * lpr.el (print-region-1): Anything except `berkeley-unix', | |
12198 treat like USG. | |
12199 | |
12200 * picture.el (picture-tab): Use move-to-tab-stop. | |
12201 * indent.el (move-to-tab-stop): Like tab-to-tab-stop but just move | |
12202 point; don't change buffer unless nec. to get a spot to move to. | |
12203 | |
12204 * indent.el (indent-region): If have fill-prefix, make each line | |
12205 start with the prefix. | |
12206 | |
12207 * awk-mode.el: New file. | |
12208 * loaddefs.el: Add autoload and auto-mode-alist entry. | |
12209 | |
12210 1988-12-24 Richard Stallman (rms@mole.ai.mit.edu) | |
12211 | |
12212 * mail-utils.el (mail-strip-quoted-names): Handle nested comments. | |
12213 | |
12214 * gdb.el (gdb-refresh): Call `recenter'. Take prefix arg and pass it. | |
12215 | |
12216 1988-12-23 Richard Stallman (rms@mole.ai.mit.edu) | |
12217 | |
12218 * dired.el (dired-get-filename): Handle spaces in filenames. | |
12219 | |
12220 1988-12-22 Richard Stallman (rms@mole.ai.mit.edu) | |
12221 | |
12222 * term/at386.el: Eric Raymond's changes to work with keypad.el. | |
12223 | |
12224 * loaddefs.el (completion-ignored-extensions): add .a and .ln. | |
12225 | |
12226 * shell.el (shell-set-directory): Convert // to one /, | |
12227 so Emacs emulates Unix conventions. | |
12228 (shell-unduplicate-slashes): New fn to convert a string that way. | |
12229 | |
12230 * info.el (Info-edit-map): Make this inherit text-mode-map, | |
12231 instead of copying that. TEST THIS LATER. | |
12232 | |
12233 * dired.el (dired-readin): Add the `d' option, if wildcard pattern. | |
12234 | |
12235 * gdb.el: Commands changed: M-c, M-u, M-d now use C-c prefix. | |
12236 (gdb-maybe-delete-prompt, gdb-call): | |
12237 Handle the fact that insertion is done with insert-before-markers. | |
12238 Also delete multiple prompts if they arrive in succession. | |
12239 Also work properly if buffer contains an unsent partial input line. | |
12240 Value of gdb-delete-prompt-marker is now a list: | |
12241 (BEG-OF-LINE-MARKER PROMPT-LENGTH PROMPT-STRING). | |
12242 | |
12243 1988-12-21 Chris Hanson (cph@kleph) | |
12244 | |
12245 * telnet.el (telnet-filter): Don't insert ^M's into the buffer. | |
12246 Don't force point to move to end of buffer; | |
12247 `insert-before-markers' will move it if that is appropriate. | |
12248 | |
12249 * netunam.el: New file supports hp-ux `RFA' feature. | |
12250 | |
12251 1988-12-20 Richard Stallman (rms@mole.ai.mit.edu) | |
12252 | |
12253 * backquote.el, loaddefs.el: doc fix. | |
12254 | |
12255 1988-12-18 Richard Stallman (rms@mole.ai.mit.edu) | |
12256 | |
12257 * keypad.el: Change from character numbers to named characters | |
12258 in the function keymap. | |
12259 | |
12260 1988-12-16 Richard Stallman (rms@mole.ai.mit.edu) | |
12261 | |
12262 * files.el (find-file-noselect): Mention file name when asking | |
12263 whether to read new version from disk. | |
12264 | |
12265 1988-12-14 Richard Stallman (rms@mole.ai.mit.edu) | |
12266 | |
12267 * mouse.el: New file; window-system-independent parts of mouse support. | |
40965 | 12268 * x-mouse.el: Parts moved to mouse.el. Require 'mouse. |
25830 | 12269 |
12270 * rmail.el (rmail-make-in-reply-to-field): Regexp had nested loops. | |
12271 | |
12272 * term/x-win.el: Add missing arg to set-input-mode. | |
12273 | |
12274 1988-12-12 Richard Stallman (rms@mole.ai.mit.edu) | |
12275 | |
12276 * telnet.el (telnet-send-input): Save input in telnet-previous-input | |
12277 (telnet-mode): Make that var buffer-local. | |
12278 (telnet-copy-last-input): New fn to yank that var; now on C-c C-y. | |
12279 | |
12280 * loaddefs.el (replace-string): Fix doc typo causing bug. | |
12281 | |
12282 1988-12-10 Richard Stallman (rms@mole.ai.mit.edu) | |
12283 | |
12284 * compile.el (compile-internal): Get old compile process just once. | |
12285 | |
12286 * hideif.el, keypad.el, terminal.el: | |
12287 Add new arg to calls to where-is-internal. | |
12288 | |
12289 * x-mouse.el (mouse-binding-names): Set up this table. | |
12290 | |
12291 * sort.el (sort-columns): On VMS, use sort-subr to do the work. | |
12292 | |
12293 * rmail.el (rmail-insert-inbox-text): Vary name of .newmail file | |
12294 based on name of inbox file. | |
12295 | |
12296 1988-12-07 Richard Stallman (rms@mole.ai.mit.edu) | |
12297 | |
12298 * shell.el (shell): Do M-x shell-mode only if new buffer. | |
12299 Don't bother setting NAME; it's not used again. | |
12300 | |
12301 1988-12-06 Richard Mlynarik (mly@peduncle.ai.mit.edu) | |
12302 | |
40965 | 12303 * files.el (toggle-read-only): +ve prefix arg means to set read-only |
25830 | 12304 |
12305 1988-12-04 Richard Stallman (rms@mole.ai.mit.edu) | |
12306 | |
12307 * debug.el (cancel-debug-on-entry): Fix typo in handling macros. | |
12308 | |
12309 * spell.el (spell-region): Win if spell-filter is buffer-local. | |
12310 | |
12311 * c-mode.el (electric-c-terminator): Don't use a marker | |
12312 to handle auto-fill from newline. Do it as in electric-c-brace. | |
12313 * keypad.el (function-key-sequence): Pass t as new arg. | |
12314 | |
12315 * rmailout.el (rmail-output-to-rmail-file): | |
12316 Temporarily undelete the message while it is being copied. | |
12317 | |
12318 * texinfmt.el (texinfo-format-emph): Was failing to rescan result. | |
12319 | |
12320 1988-12-03 Richard Stallman (rms@mole.ai.mit.edu) | |
12321 | |
12322 * rmail.el (rmail-reply): On a bounce notice, do rmail-retry-failure. | |
12323 (rmail-retry-failure): Set up to re-edit and re-send original msg. | |
12324 | |
12325 1988-12-01 Richard Stallman (rms@mole.ai.mit.edu) | |
12326 | |
12327 * dbx.el (dbx-filter): Use insert-before-markers. | |
40965 | 12328 * gdb.el (gdb-filter): Likewise... |
25830 | 12329 * kermit.el (kermit-clean-filter): |
12330 * mh-e.el (mh-process-demon): | |
12331 * telnet.el (telnet-filter): | |
12332 * terminal.el (te-filter): | |
12333 | |
12334 1988-11-30 Richard Stallman (rms@mole.ai.mit.edu) | |
12335 | |
12336 * rmail.el (rmail-convert-to-babyl-format): Turn case-fold-search off | |
12337 since `from' in l.c. can appear@beg of line within a | |
12338 Unix-format message. | |
12339 | |
12340 * files.el (set-auto-mode): Call the mode function outside | |
12341 of the save-excursion, so mode hooks can move point. | |
12342 | |
12343 * replace.el (occur-mode-goto-occurrence): Don't lose if not@col 0. | |
12344 | |
12345 1988-11-25 Richard Stallman (rms@mole.ai.mit.edu) | |
12346 | |
12347 * bytecomp.el (byte-compile-function-form): | |
12348 For symbol as arg, return the symbol, not its function definition. | |
12349 | |
12350 1988-11-19 Richard Stallman (rms@mole.ai.mit.edu) | |
12351 | |
12352 * tags.el (tags-completion-alist): New local var of each tag table, | |
12353 holding alist of all tags in it. Also a function to compute the alist. | |
12354 (visit-tags-table-buffer): Make that var local. | |
12355 (visit-tags-table): Compute the alist unless already done. | |
12356 (find-tag-tag): Do completing read using the alist. | |
12357 | |
12358 1988-11-17 Richard Stallman (rms@mole.ai.mit.edu) | |
12359 | |
12360 * sendmail.el (mail-sent-via): New command, entered in mail-mode-map. | |
12361 | |
12362 * files.el (find-alternate-file): Include old filename in | |
12363 initial contents of minibuf. | |
12364 | |
12365 * files.el (file-name-sans-versions): | |
12366 Fuller knowledge of VMS version numbers. | |
12367 | |
12368 1988-11-15 Richard Mlynarik (mly@peduncle.ai.mit.edu) | |
12369 | |
40965 | 12370 * rmail.el (rmail-make-in-reply-to-field): I'm sick of seeing |
12371 illegal headers generated by rmail. | |
12372 Note that this change undoes rms' change of 4-Jul-88" -- I'll | |
12373 check to see why that change was made in the first place. | |
12374 | |
12375 * rmail.el (rmail-forward): Set `forwarded' attribute only if mail | |
12376 is sent. | |
25830 | 12377 |
12378 1988-11-15 Richard Stallman (rms@mole.ai.mit.edu) | |
12379 | |
12380 * startup.el (command-line): Don't set mode of *scratch* if .emacs did. | |
12381 (command-line-1): Avoid binding load-path for -l switch. | |
12382 | |
12383 1988-11-13 Richard Stallman (rms@mole.ai.mit.edu) | |
12384 | |
12385 * time.el (display-time): Use pipes--don't waste a pty. | |
12386 * ispell.el (start-ispell): Likewise. | |
12387 | |
12388 1988-10-21 Chris Hanson (cph@kleph) | |
12389 | |
12390 * xscheme.el (xscheme-send-control-g-interrupt, | |
12391 xscheme-send-interrupt): Don't use second argument to | |
40965 | 12392 `interrupt-process' or `quit-process'. These aren't needed and |
25830 | 12393 they actually cause the wrong effect on Ultrix. |
12394 | |
12395 1988-10-12 Richard Stallman (rms@mole.ai.mit.edu) | |
12396 | |
12397 * rmail.el (rmail): Don't process local-variables specs in RMAIL files. | |
12398 | |
12399 1988-10-10 Richard Stallman (rms@mole.ai.mit.edu) | |
12400 | |
12401 * files.el (list-directory): Handle non-ex dirs properly. | |
12402 Use file-name-as-directory when appro. | |
12403 Simplify testing for dir-name vs. file-pattern. | |
12404 | |
12405 * rmail.el (rmail-set-attribute): Optional 3rd arg is message #. | |
12406 * sendmail.el (mail, mail-other-window, mail-setup): | |
12407 7th arg is list of (FCN . ARGS) to perform when msg is sent. | |
12408 * rmail.el (rmail-reply): Don't set `answered' now; | |
12409 use new arg to mail-other-window to get that done later. | |
12410 | |
12411 1988-10-08 Richard Stallman (rms@mole.ai.mit.edu) | |
12412 | |
12413 * gomoku.el, resume.el: New files. | |
12414 | |
12415 * server.el (server-visit-files): Run server-visit-hook. | |
12416 | |
12417 * electric.el (shrink-window-if-larger-than-buffer): | |
12418 Make proper buffer current when buffer-local let-vars are unwound. | |
12419 | |
12420 1988-10-07 Chris Hanson (cph@kleph) | |
12421 | |
12422 * texinfmt.el (texinfo-format-defun-1): Don't upcase &-keywords in | |
12423 @defun argument lists. | |
12424 | |
12425 1988-10-07 Richard Stallman (rms@mole.ai.mit.edu) | |
12426 | |
12427 * term/vt100.el (vt100-wide-mode): New function to toggle 132-col mode. | |
12428 | |
12429 * replace.el (perform-replace): typos in doc string. | |
12430 | |
12431 1988-10-06 Richard Stallman (rms@mole.ai.mit.edu) | |
12432 | |
12433 * files.el (recover-file): Don't turn-off auto-save. | |
12434 | |
12435 * time.el (display-time-filter): rmail-pop-up non-nil | |
12436 says, if have new mail, pop up rmail window and read it in. | |
12437 | |
12438 1988-10-05 Richard Stallman (rms@mole.ai.mit.edu) | |
12439 | |
12440 * compile.el (compile-internal): Must do fundamental-mode *before* | |
12441 make-local-variable. | |
12442 | |
12443 1988-10-04 Richard Stallman (rms@mole.ai.mit.edu) | |
12444 | |
12445 * files.el (backup-buffer): Chase symlinks and backup their target. | |
12446 | |
12447 1988-10-03 Richard Stallman (rms@corn-chex.ai.mit.edu) | |
12448 | |
12449 * compile.el (compile-internal): New name for compile1. | |
12450 Doc changes in many functions. | |
12451 | |
12452 1988-09-30 Richard Stallman (rms@mole.ai.mit.edu) | |
12453 | |
12454 * loaddefs.el: autoload mail-mode. | |
12455 | |
12456 1988-09-29 Richard Stallman (rms@mole.ai.mit.edu) | |
12457 | |
12458 * man.el (nuke-nroff-bs): Delete ESC 7, ESC 8, ESC 9. | |
12459 (manual-entry): Put the arg into the buffer name. | |
12460 | |
12461 1988-09-28 Richard Stallman (rms@mole.ai.mit.edu) | |
12462 | |
12463 * term/s4.el: Fix typo in `select' key, undefine ESC 0 and ESC 9. | |
12464 | |
12465 * mailalias.el (expand-mail-alias): New arg EXCLUDE is regex to delete. | |
12466 | |
12467 * loaddefs.el (auto-mode-alist): nroff-mode for .me, .mm, .[1-9]. | |
12468 | |
12469 * compile.el (next-error): Support multiple compilation buffers. | |
12470 (compile1): Likewise. New variable compilation-error-buffer. | |
12471 Variable compilation-process eliminated. | |
12472 compilation-error-buffer records which buffer next-error should use. | |
12473 (compilation-sentinel): Use positive indices in current-time-string. | |
12474 | |
12475 1988-09-27 Chris Hanson (cph@kleph) | |
12476 | |
12477 * dired.el (dired-chown): hp-ux puts the chown program in /bin, | |
12478 not /etc. | |
12479 | |
12480 1988-09-27 Richard Stallman (rms@corn-chex.ai.mit.edu) | |
12481 | |
12482 * files.el (delete-auto-save-file-if-necessary): New arg FORCE. | |
12483 Delete only if file is recent or if FORCE. | |
12484 (basic-save-buffer): Pass t for FORCE if auto save file was recent. | |
12485 (rename-auto-save-file): Don't rename file if not recent. | |
12486 | |
12487 * sendmail.el (mail-send): Query if buffer unmodified (already sent). | |
12488 | |
12489 1988-09-26 Richard Stallman (rms@mole.ai.mit.edu) | |
12490 | |
12491 * prolog.el (run-prolog): Use new var prolog-program-name. | |
12492 | |
12493 * compile.el (compile1): Don't call save-some-buffers. | |
12494 (compile, grep): Call it here. | |
12495 | |
12496 * compile.el (compile1): Two new args PARSER and REGEXP | |
12497 control local bindings for compilation-parse-errors-hook | |
12498 and compilation-error-regexp. | |
12499 (next-error): Call compilation-parse-errors-hook to parse errors. | |
12500 Save the entire list in compilation-old-error-list. | |
12501 Don't clear markers when used; put them in compilation-last-error. | |
12502 (compilation-forget-errors): Clear all the markers that were made. | |
12503 | |
12504 1988-09-25 Richard Stallman (rms@mole.ai.mit.edu) | |
12505 | |
12506 * text-mode.el (change-log-mode): New function. | |
12507 * loaddefs.el: Use that for ChangeLog files. | |
12508 * add-log.el (add-change-log-entry): Don't set major or minor modes. | |
12509 | |
12510 * tags.el (select-tags-table): New; offers menu for of tags tables. | |
12511 (visit-tags-table): Add each tags table to tags-table-file-list. | |
12512 | |
12513 * tags.el (find-tag): New arg REGEXP means 1st arg is a regexp. | |
12514 (last-tag): Now can be a list, whose car is a regexp. | |
12515 Means find-tag to repeat same tag should do regexp search. | |
12516 (find-tag-regexp): New command. | |
12517 | |
12518 * tags.el (tags-loop-continue): If we don't stop in a buffer | |
12519 and it isn't modified, kill it when get the next one. | |
12520 | |
12521 * bibtex.el: Greatly revised by Marc Shapiro. | |
12522 | |
12523 1988-09-23 Richard Stallman (rms@hobbes.ai.mit.edu) | |
12524 | |
12525 * sendmail.el (sendmail-send-it): Change "s:" to "subject:". | |
12526 | |
12527 1988-09-21 Richard Stallman (rms@hobbes.ai.mit.edu) | |
12528 | |
12529 * float.el (abs): Define it as in cl.el and mim-mode.el. | |
12530 | |
12531 * doctor.el (doctor-member): New name for `member'. | |
12532 | |
12533 * subr.el (mod): Name deleted. | |
12534 | |
12535 * mlsupport.el (setq-default): Defn deleted; data.c does it. | |
12536 | |
12537 * edt.el (edt-beginning-of-window): Function renamed. | |
12538 (edt-delete-previous-word): Function renamed. | |
12539 (edt-line-to-{top,bottom}-of-window): Function renamed. | |
12540 | |
12541 * cl.el: require cl, so that byte-compiler will load it. | |
12542 | |
12543 * lpr.el (print-region-1): Don't pass -T, -J switches on sysv. | |
12544 | |
12545 * bibtex.el (bibtex-entry): Insert comma only if both | |
12546 required and optional are non-nil. | |
12547 | |
12548 * autoinsert.el: Change defconst to defvar. | |
12549 | |
12550 1988-09-19 Richard Stallman (rms@mole.ai.mit.edu) | |
12551 | |
42166 | 12552 * shell.el: New commands TAB, M-n, M-p. |
25830 | 12553 (shell-complete-file-name): New function. |
12554 (shell-completion-cleanup): New function, called from | |
12555 kill-shell-input and shell-send-input. | |
12556 (kill-output-from-shell): Kill back to last recognized prompt. | |
12557 (shell-{next,prev}-command): New motion commands. | |
12558 | |
42166 | 12559 * text-mode.el (center-region): Don't change blank lines. |
25830 | 12560 |
12561 1988-09-17 Richard Stallman (rms@mole.ai.mit.edu) | |
12562 | |
42166 | 12563 * lisp.el (beginning-of-defun): Obey new var defun-prompt-regexp. |
25830 | 12564 |
12565 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu) | |
12566 | |
12567 * files.el (find-alternate-file): Don't kill OBUF if still current. | |
12568 | |
12569 * subr.el (start-process-shell-command): Start subprocess, exec'ing | |
12570 via the shell. | |
12571 * compile.el (compile1): Call that. | |
12572 | |
42166 | 12573 * server.el (server-temp-file-p): New function for recognizing |
25830 | 12574 which files are temp files. |
12575 (server-edit): Call it. | |
12576 (server-temp-file-regexp): Variable that controls the function. | |
12577 | |
42166 | 12578 * outline.el (outline-minor-mode): New command; adds outline-mode-ness |
25830 | 12579 to current major mode. |
12580 (outline-heading-end-regexp): New variable; how to find end of heading. | |
12581 (outline-end-of-heading): Move fwd to end of heading. | |
12582 So that a heading can be more than one line. | |
12583 Various functions call this. | |
12584 (outline-level): Now it's the indentation of the end of what matches. | |
12585 | |
12586 1988-09-15 Richard Stallman (rms@mole.ai.mit.edu) | |
12587 | |
12588 * compile.el (grep): Use grep-command for program. | |
42166 | 12589 * loaddefs.el (grep-command): New variable. |
25830 | 12590 (compile-command): Moved to compile.el. |
12591 | |
12592 * c-mode.el (electric-c-terminator): Make insertpos a marker. | |
12593 | |
12594 * c-mode.el (c-indent-command): `interactive' should follow doc string. | |
12595 | |
12596 1988-09-13 Richard Stallman (rms@corn-chex.ai.mit.edu) | |
12597 | |
12598 * hideif.el (hif-tokenize): Typo in token string. | |
12599 | |
12600 1988-09-12 Richard Stallman (rms@mole.ai.mit.edu) | |
12601 | |
12602 * help.el (locate-library): New command. | |
12603 | |
12604 * cl-indent.el (common-lisp-indent-hook): New clause for `,'. | |
12605 | |
12606 * c-mode.el (c-backward-to-noncomment): Stop better@beg of bfr. | |
12607 | |
12608 * info.el (Info-find-file): Clear buffer-file-name before calling | |
12609 erase-buffer. | |
12610 | |
12611 1988-09-06 Richard Stallman (rms@mole.ai.mit.edu) | |
12612 | |
12613 * loaddefs.el (shell-prompt-pattern): Allow prompt enclosed in parens. | |
12614 | |
12615 * lisp-mode.el (calculate-lisp-indent): bug in lisp-indent-offset case. | |
12616 | |
12617 See ChangeLog.2 for earlier changes. | |
39627 | 12618 |
12619 Copyright (C) 1989, 1993 Free Software Foundation, Inc. | |
12620 Copying and distribution of this file, with or without modification, | |
12621 are permitted provided the copyright notice and this notice are preserved. |