Mercurial > emacs
annotate lisp/ChangeLog.3 @ 95263:e0eb4e6f3741
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 23 May 2008 12:53:22 +0000 |
parents | ee5932bf781d |
children | c3309dba6542 |
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, | |
93515 | 12 * term/vt240.el, term/vt300.el, term/vt320.el, term/vt400.el, |
13 * term/vt420.el: New files. Just load vt100.el. | |
25830 | 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 | |
75609 | 120 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 121 |
122 * Version 19.9 released. | |
123 | |
75609 | 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 | |
75609 | 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 | |
75609 | 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 | |
75609 | 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 | |
75609 | 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 | |
75609 | 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 | |
75609 | 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, | |
93515 | 314 * iso-insert.el, iso-swed.el, iso-syntax.el, iso8859-1.el, |
315 * swedish.el: Change "i14n" keyword to "i18n". | |
25830 | 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 | |
75609 | 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 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
343 1993-05-23 Paul Eggert (eggert@twinsun.com) |
25830 | 344 |
93515 | 345 * calendar.el (calendar-daylight-savings-starts) |
346 (calendar-daylight-savings-ends): Default to nil if the locale | |
25830 | 347 never has DST. |
348 | |
75609 | 349 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
40965 | 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 | |
75609 | 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 | |
75609 | 396 1993-05-21 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 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 | |
75609 | 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. | |
93515 | 429 (calendar-time-zone, calendar-standard-time-zone-name) |
430 (calendar-daylight-time-zone-name): Use it instead of current-time-zone. | |
25830 | 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 | |
75609 | 450 1993-05-19 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 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 | |
75609 | 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 | |
75609 | 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 | |
75609 | 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 | |
75609 | 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 | |
75609 | 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 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
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. | |
93515 | 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 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
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 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
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 | |
75609 | 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 | |
93515 | 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 | |
75609 | 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 | |
75609 | 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 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
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 | |
75609 | 854 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
40965 | 855 |
93515 | 856 * term/x-win.el Require 'faces, too. Move (require 'select) to top, |
25830 | 857 with the other requires. |
858 | |
75609 | 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 | |
75609 | 904 1993-05-03 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 905 |
906 * calendar.el: Update reference to the papers in S-P&E. | |
907 (calendar-print-astro-day-number): Correct spelling error in | |
93515 | 908 message string. |
25830 | 909 |
910 1993-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
911 | |
93515 | 912 * help.el (help-for-help): Use lower case letters for help options. |
25830 | 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 | |
75609 | 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. | |
93515 | 1021 (picture-mode-map): Use substitute-key-definition. |
25830 | 1022 |
1023 * gud.el (gud-format-command): Fix %f expansion to send ondly the | |
1024 basename of files to gdb. | |
1025 | |
75609 | 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 | |
93515 | 1043 * lucid.el: Provide 'lucid. |
1044 | |
1045 * lucid.el (switch-to-other-buffer): Avoid buffers whose names | |
25830 | 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 | |
93515 | 1063 * cmacexp.el: Installed Francesco Potortì's enhanced and |
25830 | 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 | |
93515 | 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). | |
93515 | 1099 (vc-finish-logentry, vc-next-comment, vc-previous-comment): Replace |
25830 | 1100 *VC-comment-buffer* with a ring vector. |
1101 | |
1102 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1103 | |
93515 | 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 | |
93515 | 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. | |
93515 | 1124 (ring-rotate): Nuked. It was (a) unused, and (b) totally broken (as |
1125 in, any attempt to use it died with a type error, and when I patched | |
1126 it to fix that I found its algorithm was broken). | |
25830 | 1127 (ring-ref): Added doc string. |
1128 | |
75609 | 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 |
93515 | 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, | |
93515 | 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: | |
25830 | 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 | |
93515 | 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 | |
75609 | 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 | |
93515 | 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 | |
75609 | 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 | |
75609 | 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 | |
75609 | 1361 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
|
1362 |
25830 | 1363 * paragraphs.el (sentence-end, forward-sentence): Doc fixes. |
1364 | |
40965 | 1365 * finder.el (finder-by-keyword): Build an alist to pass to |
25830 | 1366 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
|
1367 |
25830 | 1368 * finder.el (finder-by-keyword): If the user quits or enters the |
1369 empty string in response to the keyword prompt, restore the old | |
1370 window configuration properly. | |
1371 | |
1372 1993-04-09 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1373 | |
1374 * emerge.el (emerge-with-ancestor): Applied Donald Erway's fix | |
1375 patch, which included the following explanatory comment: "D.Erway | |
1376 - This used to just do emerge-get-diff3-group on 2, then on | |
1377 3. This was incorrect, since the file 3 info for a diff can | |
1378 preceed the file 2 info for that same diff. So we save and restore | |
1379 point to overcome this." | |
1380 | |
75609 | 1381 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 1382 |
1383 * subr.el (overlay-start, overlay-end, overlay-buffer): New | |
1384 defsubsts. | |
1385 | |
40965 | 1386 * finder.el (finder-by-keyword): Build an alist to pass to |
25830 | 1387 completing-read, instead of building an invalid obarray. |
1388 | |
1389 * finder.el (finder-by-keyword): If the user quits or enters the | |
1390 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
|
1391 window configuration properly. |
25830 | 1392 |
1393 1993-04-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
1394 | |
1395 * autoload.el (generate-file-autoloads): Doc fix. | |
1396 | |
1397 1993-04-08 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1398 | |
1399 * gud.el: Massive changes, amounting nearly to a rewrite. The new | |
1400 features include auto-configuring support for SVr4, more commands, | |
1401 and a full minor-mode implementation that binds all GUD commands | |
1402 not just in the GUD interaction mode, but in C buffers visited by | |
1403 GUD. The common prefix of GUD commands is now C-x X, like | |
1404 electric-debug mode. | |
1405 | |
93515 | 1406 * vc-hooks.el (vc-mode): Name change. This looks better in keymap |
25830 | 1407 listings and conforms to the naming conventions used by other |
1408 packages. | |
1409 | |
93515 | 1410 * vc.el (vc-directory. vc-start-entry, vc-next-action) |
1411 (vc-next-action-on-file): The vc-directory listing is now in an | |
25830 | 1412 augmented Dired mode that supports vc-next-action on all marked |
1413 files. | |
1414 | |
93515 | 1415 * dired.el (dired-noselect, dired-internal-noselect) |
1416 (dired-insert-directory): Enhancements to support passing dired a | |
25830 | 1417 DIRNAME argument consisting of a directory-name car and a |
1418 list-of-files cdr. This is needed to support VC's augmented | |
1419 dired, which wants a filtered file display that recurses (showing | |
1420 all version-controlled files in subdirectories as well as the | |
1421 top-level ones). | |
1422 | |
1423 * menu-bar.el: Added and corrected library headers. | |
1424 | |
1425 1993-04-08 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
1426 | |
93515 | 1427 * menu-bar.el: Entered into RCS. |
25830 | 1428 |
1429 * lucid.el: Add copyright notice. | |
1430 | |
1431 1993-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
1432 | |
1433 * compile.el (compile-internal): Initialize the process-mark. | |
1434 | |
1435 * compile.el (compilation-error-regexp-alist): | |
1436 Tighten first regexp so that it | |
1437 requires a colon or open-paren before the line number, not just | |
1438 whitespace. | |
1439 | |
1440 * compile.el (compilation-parse-errors): Remove debugging setq. | |
1441 | |
1442 * compile.el (compilation-filter): New function. | |
1443 (compile-internal): Make it the process's filter. | |
1444 | |
1445 * compile.el (compilation-error-regexp-alist): | |
1446 Fixed MIPS CC regexp to match file | |
1447 names longer than one char. | |
1448 (compilation-parse-errors): Error if compilation-error-regexp-alist is nil. | |
1449 | |
1450 1993-04-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1451 | |
1452 * menu-bar.el: New file. | |
1453 | |
1454 * fill.el (fill-nonuniform-paragraphs): New command. | |
1455 | |
1456 1993-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
1457 | |
1458 * compile.el (compile-internal): Initialize the process-mark. | |
1459 | |
1460 1993-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
1461 | |
1462 * compile.el (compilation-error-regexp-alist): Tighten first | |
1463 regexp so that it requires a colon or open-paren before the line | |
1464 number, not just whitespace. | |
1465 | |
1466 1993-04-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1467 | |
1468 * files.el (find-file-noselect): | |
1469 Verify other buffers' file numbers are still valid. | |
1470 | |
1471 1993-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
1472 | |
1473 * compile.el (compilation-filter): New function. | |
1474 (compile-internal): Make it the process's filter. | |
1475 | |
1476 * compile.el (compilation-error-regexp-alist): Fixed MIPS CC | |
1477 regexp to match file names longer than one char. | |
1478 (compilation-parse-errors): Error if | |
1479 compilation-error-regexp-alist is nil. | |
1480 | |
1481 1993-04-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1482 | |
1483 * tabify.el (untabify): Don't really change where restriction starts. | |
1484 | |
1485 1993-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1486 | |
1487 * dired.el (dired-pop-to-buffer): Adjust count-lines val for last line. | |
1488 | |
1489 1993-04-05 Roland McGrath (roland@wookumz.gnu.ai.mit.edu) | |
1490 | |
1491 * add-log.el (find-change-log): New function. | |
1492 (add-change-log-entry): FILE-NAME frobnicating code moved there; | |
1493 call it. | |
1494 * vc.el (vc-comment-to-change-log): | |
1495 Renamed from vc-comment-to-changelog. | |
1496 Take optional arg and pass it to find-change-log. | |
1497 Added docstring and interactive spec. | |
1498 | |
1499 1993-04-05 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
1500 | |
1501 * compile.el (compilation-error-regexp-alist): | |
1502 Merged HP-UX 7.0 fc regexp with the | |
1503 GNU format regexp: just allowing blanks to terminate the line number | |
1504 makes that one handle the HP case. Merged MIPS RISC CC regexp with | |
1505 Apollo cc regexp: make "s optional, and don't anchor to bol. | |
1506 | |
1507 * compile.el (compilation-error-regexp-alist): | |
1508 Changed MIPS RISC CC regexp (last one) to | |
1509 be anchored at bol, and to never match multiple lines. | |
1510 | |
1511 1993-04-03 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1512 | |
1513 * man.el, assoc.el: Installed Barry Warsaw's new and much more | |
1514 featureful man page browser. | |
1515 | |
1516 * finder.el, help-screen.el, faces.el: Added or corrected | |
1517 documentation headers | |
1518 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1519 1993-04-03 Noah Friedman (friedman@splode.com) |
25830 | 1520 |
1521 * comint.el: New comint-read-noecho. | |
1522 | |
1523 1993-04-02 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1524 | |
1525 * chistory.el (repeat-history-command): Bug fix. Someone forgot a car. | |
1526 | |
1527 1993-04-02 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1528 | |
1529 * mpuz.el (mpuz-try-letter): Use read-char to read digit. | |
1530 Use message directly also. Use downcase. | |
1531 (mpuz-read-map): Deleted. | |
1532 | |
1533 * dired.el (dired-unmark-all-files): Read the arg as just a char. | |
1534 | |
1535 1993-04-01 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1536 | |
1537 * lisp-mode.el (eval-defun): Rename argument to avoid collision. | |
1538 (eval-last-sexp): Likewise. | |
1539 | |
1540 1993-03-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
1541 | |
93515 | 1542 * etags.el (etags-tags-completion-table): Rewritten with a mondo regexp. |
25830 | 1543 |
75609 | 1544 1993-03-31 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 1545 |
1546 * timer.el (timer-program): New defconst. | |
1547 (run-at-time): Use timer-program as the name of the program the | |
1548 subprocess should run, and search for it in exec-directory, rather | |
1549 than checking the entire exec path. | |
1550 | |
1551 1993-03-31 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
1552 | |
1553 * simple.el (indent-for-comment): Use skip-syntax-backward in place of | |
1554 skip-chars-backward. | |
1555 Correctly set INDENT to the return value of comment-indent-function. | |
1556 | |
1557 * etags.el (etags-tags-completion-table): Use skip-syntax-backward | |
1558 instead of skip-chars-backward. | |
1559 | |
1560 * view.el (view-exit): Use local map view-old-local-map, | |
1561 not (current-local-map). | |
1562 (view-buffer-other-window): Remove spurious backslashes from | |
1563 interactive spec. | |
1564 | |
1565 * map-ynp.el (map-y-or-n-p): Make bindings of user-defined keys be | |
93515 | 1566 each a vector containing the user's binding, rather than 'user. Check |
25830 | 1567 (vectorp DEF) and call the vector's elt, rather than checking (eq 'user |
1568 DEF) and calling something completely random. | |
1569 | |
1570 * novice.el (enable-command): Remove spurious assignment of free | |
1571 variable `foo'. | |
1572 | |
1573 * help.el (describe-function): For Lisp functions, write a | |
1574 prototype call before the docstring, instead of an argument | |
1575 description after it. | |
1576 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1577 1993-03-30 Noah Friedman (friedman@splode.com) |
25830 | 1578 |
1579 * files.el (find-backup-file-name): Delete nothing if overflow | |
1580 in number of versions to keep. | |
1581 | |
75609 | 1582 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 1583 |
1584 * subr.el (int-to-string): Make this an alias for the subr | |
1585 number-to-string. | |
1586 | |
1587 1993-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1588 | |
1589 * isearch.el (isearch-mode-map): Delete the binding for C-h. | |
1590 (isearch-done): Customize the message about mark. | |
1591 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1592 1993-03-30 Noah Friedman (friedman@splode.com) |
25830 | 1593 |
40965 | 1594 * comint.el (comint-read-noecho): Rewritten to provide some simple |
1595 editing ability and be able to abort when called from a process | |
93515 | 1596 filter. Re-arranged and updated docstring. |
25830 | 1597 |
1598 1993-03-30 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1599 | |
1600 * ring.el: Changed summary line. | |
1601 | |
1602 1993-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1603 | |
1604 * faces.el: New file. | |
1605 | |
1606 1993-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1607 | |
1608 * rmail.el (rmail): Don't use mbox as inbox by default. | |
1609 | |
1610 * simple.el (count-lines): Use save-match-data. | |
1611 | |
1612 * buff-menu.el: Put back removed years in copyright notice. | |
1613 | |
1614 1993-03-29 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1615 | |
1616 * vc.el (vc-next-action, vc-print-log, vc-diff, vc-revert-buffer): | |
1617 Improved logic for parent buffer finding. | |
1618 | |
93515 | 1619 (vc-cancel-version): Bug fix. |
25830 | 1620 |
1621 1993-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1622 | |
1623 * mailabbrev.el: Provide mailabbrev, not mail-abbrevs. | |
1624 | |
1625 1993-03-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1626 | |
1627 * fill.el (fill-individual-paragraphs): When skipping mail headers, | |
1628 skip to a blank line. | |
1629 | |
1630 * env.el (setenv): Renamed back from putenv. | |
1631 | |
1632 * replace.el (regexp-history): New history list. | |
1633 (occur, flush-lines, keep-lines, how-many): Use it. | |
1634 (occur): Don't insert previous string in minibuffer gratuitously. | |
1635 Just use it if input is empty. | |
1636 Use save-match-data around count-lines. | |
1637 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1638 1993-03-28 Noah Friedman (friedman@splode.com) |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1639 |
93515 | 1640 * setenv.el: Renamed to env.el. Provide `env', not `setenv'. |
40965 | 1641 (setenv): Renamed to `putenv', which is the more proper complement |
1642 of `getenv'. `setenv' retained as an alias. | |
1643 Make VALUE parameter optional; if not set, remove VARIABLE from | |
1644 process-environment. | |
1645 | |
1646 * rlogin.el (rlogin): If given a prefix argument and an rlogin | |
1647 session for HOST is already running, start a new rlogin process | |
1648 rather than switching to the existing one. Added docstring. | |
25830 | 1649 Bound `proc' in let*. |
40965 | 1650 (rlogin-explicit-args, rlogin-password-paranoia): New variables. |
1651 (rlogin-filter): Prompt for passwords in minibuffer if | |
1652 rlogin-password-paranoia is set. | |
1653 (rlogin-with-args, rlogin-password): New functions. | |
25830 | 1654 |
1655 1993-03-28 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1656 | |
1657 * vc.el (vc-comment-to-changelog): A useful vc-checkin hook, added. | |
1658 (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
|
1659 |
25830 | 1660 * vc.el: The `derived buffers' in the mode (the VC log buffer, |
1661 status buffers, and most buffer output commands) now know which | |
1662 file buffer was their parent, and most commands will try to find | |
1663 such a parent buffer when executed from within a special buffer. | |
1664 | |
1665 * makefile.el: Added autoload cookie for entry point. | |
1666 | |
93515 | 1667 * files.el (auto-mode-alist): Added pairs for .ms, .man, .mk, |
25830 | 1668 [Mm]akefile, .lex. |
1669 | |
93515 | 1670 * electric.el (shrink-window-if-larger-than-buffer): Added doc |
1671 string. Made argument optional, because window-buffer does the | |
25830 | 1672 right thing with nil. |
1673 | |
1674 * ebuff-menu.el (electric-buffer-menu-mode-map): fillarray isn't a | |
93515 | 1675 valid operation on maps any more. |
25830 | 1676 |
1677 1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1678 | |
1679 * refer.el: Installed. | |
1680 | |
1681 1993-03-27 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1682 | |
1683 * lucid.el (try-face-font, find-face, get-face): New aliases. | |
1684 | |
1685 1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1686 | |
93515 | 1687 * abbrevlist.el, old-inf-lisp.el, old-screen.el, old-shell.el, |
1688 * oshell.el: Removed. | |
25830 | 1689 |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1690 1993-03-27 Noah Friedman (friedman@splode.com) |
25830 | 1691 |
40965 | 1692 * rlogin.el: Updated copyright year and added autoload cookies. |
1693 (rlogin): Set process marker to beginning of buffer. | |
1694 (rlogin-filter): Use unwind-protect to restore match-data. Use | |
1695 insert-before-markers instead of insert to keep input and output | |
1696 from getting garbled. Delete spurious ?\C-m chars in output | |
1697 instead of replacing them with ?\ . | |
25830 | 1698 |
1699 1993-03-27 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1700 | |
1701 * case-table.el: Add autoloads. | |
1702 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax): | |
1703 Rename arg STRING to TABLE. Do not set the standard case table. | |
1704 | |
1705 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1706 | |
1707 * loaddefs.el: Commented out function-key-error definition and | |
1708 uses in the global keymaps. RMS and jimb objected to the amount | |
1709 of space these took up in the keybinding listings. | |
1710 | |
1711 1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1712 | |
1713 * lpr.el (printify-buffer): Added, debugged from Roland McGrath's | |
1714 printify-buffer code in LCD. | |
1715 | |
1716 * cookie.el (cookie): Enhanced it to handle both LINS files and | |
1717 UNIX fortune files. | |
1718 | |
93515 | 1719 * rect.el (fill-rectangle): Added. Inspired by Lynn Slater's |
25830 | 1720 insert-box package in LCD, but the interface and implementation |
1721 are different. | |
1722 | |
1723 * loaddefs.el (ctl-x-map): Added binding for fill-rectangle. | |
1724 | |
1725 * buff-menu.el (Buffer-menu-toggle-read-only): Added, per Rob | |
1726 Austein's suggestion in the LCD package bm-toggle.el. | |
1727 | |
93515 | 1728 * subr.el (add-hook): Added optional arg to cause hook to be |
25830 | 1729 appended rather than prepended to the hook list. This obviates |
1730 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
|
1731 |
25830 | 1732 * subr.el (current-word): Added. Lots of help and default-generator |
1733 functions in LCD use it, and it's remarkably difficult to get | |
1734 right, especially given the new syntax primitives. | |
1735 | |
1736 1993-03-26 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1737 | |
1738 * files.el (local-write-file-hooks): New variable. | |
1739 (set-visited-file-name): Kill local-write-file-hooks as local var. | |
1740 (basic-save-buffer): Use local-write-file-hooks. | |
1741 | |
1742 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1743 | |
93515 | 1744 * yow.el (psychoanalyze-pinhead): Needed a prefrontal lobotomy. I |
25830 | 1745 gave it one. |
1746 | |
1747 * two-column.el: Added Commentary. | |
1748 | |
1749 1993-03-25 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
1750 | |
1751 * help.el (describe-function): Add blank line above doc string. | |
1752 | |
1753 * uncompress.el: Add provide call. | |
1754 | |
1755 1993-03-25 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1756 | |
1757 * lisp-mnt.el (lm-last-modified-date): Fixed return bug. | |
1758 | |
1759 (lm-author, lm-maintainer): These now return cons pairs, not strings. | |
1760 | |
1761 * shell.el: Brent Benson's patch to support `cd -'. | |
1762 | |
1763 * mh-e.el (mh-unshar): Added. | |
1764 | |
1765 * emacsbug.el: Added a (provide 'emacsbug); lisp-mnt.el needs this. | |
1766 | |
75609 | 1767 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 1768 |
1769 * term/x-win.el (x-defined-colors): Use x-color-defined-p instead of | |
1770 x-defined-color. | |
1771 (x-handle-geometry): Use x-parse-geometry instead of x-geometry. | |
1772 | |
75609 | 1773 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 1774 |
1775 * calendar.el (calendar-standard-time-zone-name, | |
1776 calendar-daylight-time-zone-name): Initialize these at load-time, | |
1777 as well as calendar-time-zone. | |
1778 | |
1779 * calendar.el (calendar-time-zone): Fix code which initializes | |
1780 this. | |
1781 | |
1782 1993-03-24 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1783 | |
1784 * term/x-win.el: Bind M-next to an alias scroll-other-window-1 | |
1785 to get better doc string output. | |
1786 | |
1787 1993-03-23 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1788 | |
1789 * compile.el: Fix library headers. | |
1790 | |
75609 | 1791 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 1792 |
1793 * files.el (insert-directory): Do chase symlinks before passing | |
1794 the directory name to ls. | |
1795 | |
1796 1993-03-23 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1797 | |
1798 * buff-menu.el: Incorporated changes from Bob Weiner's enhanced | |
1799 buff-menu from the LCD archive. | |
1800 | |
1801 1993-03-23 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
1802 | |
1803 * replace.el (query-replace-map): Define backspace like delete. | |
1804 | |
1805 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1806 | |
40965 | 1807 * cookie.el: Created. This file contains what was formerly the |
25830 | 1808 guts of spook.el, lightly hacked to support more than one |
1809 simultaneous cookie database. | |
1810 | |
93515 | 1811 * spook.el, yow.el: Modified to use cookie.el. Total code in |
25830 | 1812 the three files cookie.el, yow.el and spook.el is less than the |
1813 old spook.el + yow.el. | |
1814 | |
1815 * time.el, timer.el, uncompress.el, underline.el, view.el, vip.el, | |
93515 | 1816 * xscheme.el: Added or corrected Commentary section. This finishes |
25830 | 1817 my pass over the lisp libraries; I'll teach the finder about |
1818 these commentary sections soon. | |
1819 | |
1820 1993-03-22 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
1821 | |
1822 * term/x-win.el (x-win-suspend-error): | |
1823 suspend-hook renamed from suspend-hooks. | |
1824 | |
1825 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1826 | |
1827 * help.el, register.el, replace.el, reposition.el, rfc822.el, | |
93515 | 1828 * rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el, |
1829 * setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el, | |
1830 * spook.el, studly.el, tabify.el, text-mode.el: Added or corrected | |
25830 | 1831 Commentary headers. |
1832 | |
75609 | 1833 1993-03-22 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 1834 |
1835 * diary-insert.el: Change the name to diary-ins.el. | |
1836 * calendar.el: Change all autoload references to diary-ins. | |
25830 | 1837 |
1838 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1839 | |
1840 * man.el, mlconvert.el, mlsupport.el, modula2.el, mouse.el, | |
93515 | 1841 * mpuz.el, netunam.el, novice.el, nroff-mode.el, options.el, |
1842 * outline.el, page.el, paragraphs.el, picture.el, prolog.el, | |
1843 * rect.el: Added or corrected Commentary sections. | |
25830 | 1844 |
1845 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1846 | |
1847 * abbrev.el, ada.el, add-log.el, array.el, autoinsert.el, | |
93515 | 1848 * autoload.el, awk-mode.el, bib-mode.el, bibtex.el, buff-menu.el, |
1849 * bytecomp.el, c++-mode.el, c-mode.el, cl-indent.el, cmacexp.el, | |
1850 * cmulisp.el, cmuscheme.el, comint.el, compare-w.el, compile.el, | |
1851 * debug.el, diff.el, dired-aux.el, dired.el, disass.el, | |
1852 * dissociate.el, doctor.el, ebuff-menu.el, edebug.el, ehelp.el, | |
1853 * emacsbug.el, emerge.el, files.el, fill.el, fortran.el, gosmacs.el, | |
1854 * hanoi.el, hexl.el, hideif.el, icon.el, indent.el, iso-insert.el, | |
1855 * iso-swed.el, iso-syntax.el, iso8859-1.el, ispell.el, kermit.el, | |
1856 * ledit.el, life.el, lisp-mode.el, lisp.el, lpr.el, macros.el, | |
1857 * mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el, | |
1858 * modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.el, | |
1859 * sgml-mode.el, tex-mode.el: | |
1860 Added or corrected Commentary sections. There's more of this | |
25830 | 1861 coming; soon, the package finder will be able to browse Commentary |
1862 sections, and I want almost all packages to have useful ones. | |
1863 | |
1864 1993-03-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1865 | |
1866 * help.el: Don't load help-screen at run time if compiled. | |
1867 | |
1868 * simple.el (line-number-mode): New function and variable. | |
1869 | |
1870 * loaddefs.el (default-mode-line-format-default): Use %l. | |
1871 | |
75609 | 1872 1993-03-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
40965 | 1873 |
1874 * time.el (display-time): Doc fix. | |
25830 | 1875 |
1876 * isearch.el (isearch-switch-frame-handler): Call | |
1877 handle-switch-frame instead of select-frame; it has been renamed. | |
1878 | |
1879 * simple.el (comment-indent-function): New variable, intended to | |
1880 replace comment-indent-hook. | |
1881 (comment-indent-hook): Make this default to nil now. | |
1882 (indent-for-comment): If comment-indent-hook is non-nil, call it | |
1883 for backward compatibility; otherwise, call | |
1884 comment-indent-function. | |
1885 * bytecomp.el: Declare comment-indent-hook an obsolete variable. | |
1886 | |
75609 | 1887 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 1888 |
1889 * lucid.el: Alias lower-screen and raise-screen to lower-frame and | |
1890 raise-frame, the new names for those functions. | |
1891 | |
1892 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1893 | |
1894 * bush.el: Deleted. | |
1895 | |
1896 * finder.el: Make sure that when new keywords are compiled, we see them | |
1897 immediately. | |
1898 | |
1899 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1900 | |
1901 * vt100-led.el, bg-mouse.el, sup-mouse.el, sun-mouse.el: | |
93515 | 1902 Moved to term directory. |
25830 | 1903 |
1904 1993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1905 | |
93515 | 1906 * Makefile: Created. This exists mainly so developers elsewhere |
25830 | 1907 can unlock the lisp files to accept an update tar, then relock |
1908 them without locking the few that should stay writeable. | |
1909 | |
1910 * solar.el, ange-ftp.el: Corrected Keywords header | |
1911 | |
1912 * ftp.el: Nuked (actually, moved to =ftp.el). | |
1913 ange-ftp.el replaces this. | |
1914 | |
75609 | 1915 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
40965 | 1916 |
1917 * solar.el (solar-time-string): Round the time properly. | |
25830 | 1918 |
1919 1993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1920 | |
1921 * abbrev.el, abbrevlist.el, add-log.el, apropos.el, array.el, | |
93515 | 1922 * autoload.el, awk-mode.el, cal-french.el, cal-mayan.el, |
1923 * calendar.el, cmulisp.el, cmuscheme.el, comint.el, compile.el, | |
1924 * completion.el, cust-print.el, dabbrev.el, debug.el, diary.el, | |
1925 * diff.el, disass.el, edebug.el, edmacro.el, emacsbug.el, finder.el, | |
1926 * inf-lisp.el, ispell.el, life.el, lisp.el, lunar.el, macros.el, | |
1927 * netunam.el, old-shell.el, scribe.el, spell.el, sun-cursors.el, | |
1928 * terminal.el, unrmail.el, vms-pmail.el: | |
25830 | 1929 Add or correct Keywords headers for finder. |
1930 | |
1931 1993-03-18 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
1932 | |
1933 * frame.el (make-frame): Renamed from new-frame. | |
1934 (new-frame): Alias for make-frame. | |
1935 | |
75609 | 1936 1993-03-18 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 1937 |
1938 * tex-mode.el (tex-send-command): Fix the command sent so that no | |
1939 blank is inserted when replacing the asterisk with the file name. | |
25830 | 1940 |
1941 1993-03-18 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1942 | |
93515 | 1943 * term/wyse50.el (function-key-map): Nuke code no longer bound to keys. |
1944 | |
1945 * term/tvi970.el (function-key-map): As many key cookies as possible | |
1946 renamed to fit the new conventions documented in lisp/term/README. | |
1947 | |
1948 * term/vt100.el, term/news.el (function-key-map): | |
25830 | 1949 Fix things so that bindings are added to the keymap already created by |
1950 terminal initialization. | |
1951 | |
1952 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1953 | |
93515 | 1954 * help-screen.el: Installed, following release. Now package |
25830 | 1955 writers can easily implement help screens resembling Emacs's |
1956 own on-line help system. | |
1957 | |
1958 * help.el: help-for-help now uses make-help-screen from help-screen.el. | |
1959 | |
1960 1993-03-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1961 | |
1962 * finder-inf.el: Deleted the RCS file. | |
1963 | |
1964 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1965 | |
1966 * isearch.el, lselect.el, select.el, scroll-bar.el, texinfo.el, | |
93515 | 1967 * pending-del.el, profile.el, texinfmt.el, ls-lisp.el, meese.el, |
1968 * isearch.el, tmenu.el, lmenu.el, rmailsum.el, unrmail.el, | |
1969 * hippie.el, lmenu.el, rmailmsc.el, rlogin.el, mhspool.el, | |
1970 * lisp-mode.el, novice.el, mouse.el, vms-pmail.el, vc-hooks.el, | |
1971 * levents.el, iso8859-1.el, isearch.el, hippie.el, find-gc.el, | |
1972 * cust-print.el, find-dired.el, etags.el, electric.el, dired.el, | |
1973 * dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.el, | |
1974 * case-table.el, byte-run.el, ange-ftp.el, backquote.el: | |
25830 | 1975 Added or corrected library header comments. |
1976 | |
1977 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1978 | |
1979 * finder.el (finder-compile-keywords): Treat nil in a path | |
1980 argument as $PWD. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1981 |
25830 | 1982 (finder-by-keyword): Handle LFD as input gracefully. |
1983 | |
1984 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1985 | |
1986 * vc-hooks.el: Increment version number to match vc.el's. | |
1987 | |
1988 * vc.el (vc-header-strings): Name changed to vc-header-alist, to match | |
1989 the docs. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
1990 |
93515 | 1991 (vc-finish-logentry, vc-next-comment, vc-previous-comment) |
1992 (vc-comment-search-forward, vc-comment-search-backward): The VC comment | |
25830 | 1993 ring is now a separate buffer from *VC-log*; editing of old comments |
1994 is no longer destructive. | |
1995 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
1996 1993-03-16 Paul Eggert (eggert@twinsun.com) |
25830 | 1997 |
93515 | 1998 * vc.el (vc-version-diff): |
1999 Use (message ...), not (message (format ...)). | |
2000 (vc-backend-checkout, vc-backend-assign-name): Correct bogus messages. | |
25830 | 2001 |
2002 * vc-hooks.el: Merge today's change by eric with everybody else's | |
2003 change (from 1992/08/04 through 1993/02/24). | |
2004 | |
75609 | 2005 1993-03-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2006 |
2007 * bytecomp.el (byte-compile-from-buffer): Put buffer containing | |
2008 compiled code in binary overwrite mode. | |
2009 | |
40965 | 2010 * simple.el (quoted-insert): In overwrite mode, don't read digits |
25830 | 2011 as an octal character code. In binary overwrite mode, overwrite |
2012 the characters instead of inserting them. | |
2013 (overwrite-mode-textual, overwrite-mode-binary): New symbols, for | |
2014 use in the mode line. | |
2015 (overwrite-mode): Doc fix. Use force-mode-line-update. | |
2016 (binary-overwrite-mode): New function. | |
40965 | 2017 * loaddefs.el (minor-mode-alist): Make the mode line element for |
25830 | 2018 overwrite-mode be the symbol `overwrite-mode'. |
2019 | |
2020 1993-03-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2021 | |
93515 | 2022 * vc.el, vc-hooks.el: The macro vc-error-occurred has to move from |
25830 | 2023 vc.el to vc-hooks.el for C-x C-f of a nonexistent file to work. |
2024 | |
75609 | 2025 1993-03-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2026 |
2027 * calendar.el (calendar-time-zone): Initialize this when | |
2028 calendar.el loads, not in the defvar. | |
2029 | |
75609 | 2030 1993-03-15 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2031 |
2032 * register.el (view-register): Neglect not to avoid failing to | |
2033 properly display all the possible sorts of things one might find | |
2034 in a buffer. | |
2035 | |
2036 Make frame configurations start with a distinctive symbol. | |
2037 * frame.el (current-frame-configuration): Return a list as before, | |
2038 but starting with `frame-configuration'. | |
2039 (set-frame-configuration): Check that CONFIGURATION is a list | |
2040 starting with `frame-configuration', strip it off, and do as before. | |
2041 (frame-configuration-p): New function. | |
2042 * register.el (jump-to-register): Use frame-configuration-p, | |
2043 instead of catching an error in set-frame-configuration. Really now. | |
2044 | |
2045 * indent.el (indent-region, indent-region-function): Doc fix. | |
2046 | |
2047 * indent.el (indent-line-function): Doc fix. | |
2048 | |
75609 | 2049 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2050 |
2051 * sort.el (sort-float-fields, sort-numeric-fields): Use | |
2052 string-to-number, not string-to-float or string-to-int. | |
2053 | |
2054 * sort.el (sort-float-fields): Make this autoloaded. | |
2055 | |
2056 * sort.el (sort-numeric-fields): Doc fix. | |
2057 | |
2058 1993-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2059 | |
2060 * lselect.el, select.el: New files. | |
2061 | |
2062 * term/x-win.el: Require select.el. | |
2063 (x-select-text): Update call to x-set-cut-buffer. | |
2064 Put `PRIMARY' and `CLIPBOARD' in upper case. | |
2065 (x-cut-buffer-or-selection-value): Put `PRIMARY' in upper case. | |
2066 | |
2067 * lucid.el, lmenu.el, levents.el: New files. | |
2068 Much of lmenu.el comes from Lucid. | |
2069 | |
2070 1993-03-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2071 | |
2072 * rmailsum.el (rmail-summary-next-msg): Call display-buffer. | |
2073 (rmail-summary-previous-all, rmail-summary-next-all): Likewise. | |
2074 (rmail-summary-rmail-update): Do nothing if rmail buffer not visible. | |
93515 | 2075 (rmail-summary-mode-map): Don't bind C-n, C-p. Use ordinary move cmds. |
25830 | 2076 |
2077 1993-03-12 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2078 | |
2079 * term/x-win.el: Added library headers. | |
2080 | |
2081 1993-03-12 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2082 | |
2083 * loaddefs.el (global-map): Fixed a typo in the binding of | |
2084 [kp-backtab]. | |
2085 | |
2086 * term/x-win.el: Added library headers back in. Didn't touch | |
2087 any key bindings or code, and won't without making sure there | |
2088 won't be any repeat of the bad-patch brouhaha. | |
2089 | |
2090 1993-03-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2091 | |
2092 * term/x-win.el: Cancel previous change, since it discarded | |
2093 earlier necessary changes. | |
2094 | |
2095 1993-03-11 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2096 | |
2097 * term/vt100.el: | |
2098 Added headers, commented out code the duplicates startup effects. | |
2099 | |
2100 * term/x-win.el: Added headers, removed function bindings. | |
2101 | |
2102 * term/wyse50.el: Added headers, changed some keycap names. | |
2103 | |
2104 * term/tvi970.el: Added headers, changes some keycap names. | |
2105 | |
2106 * term/sun.el: Added headers, removed function-key bindings. | |
2107 | |
2108 * term/news.el: Added headers, changed a few cookie names. | |
2109 | |
2110 * term/keyswap.el: Initial revision | |
2111 | |
75609 | 2112 1993-03-11 Jim Blandy (jimb@mole.gnu.ai.mit.edu) |
25830 | 2113 |
2114 * term/x-win.el: Disable suspending under X windows by setting | |
2115 suspend-hooks, not suspend-hook. The latter is an obsolete name. | |
2116 Use add-hook instead of setting suspend-hooks directly. | |
2117 | |
2118 1993-03-11 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2119 | |
2120 A boatload of changes to terminal support and terminal capability | |
2121 initialization that make it a lot smarter, with a more uniform | |
2122 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
|
2123 |
93515 | 2124 * term.c (fkey_table): Has been expanded to handle the entire |
2125 intersection of the capability sets defined by X keysyms and | |
2126 terminfo. That is, every keysym for which there is a natural | |
2127 equivalent in terminfo is now bound to that by the startup code. | |
25830 | 2128 |
2129 * loaddefs.el (global-map): Natural default keybindings set up for | |
93515 | 2130 almost all supported keysyms other than function keys. All |
2131 other keysyms are now default-bound to a function which explains | |
2132 that the key is not bound to anything, then raises an error. | |
2133 | |
2134 * term/README: Terminal package conventions and standard keysym | |
2135 cookies are now documented here. | |
2136 | |
2137 * term/AT386.el: New package installed. Handles IBM-AT style | |
2138 console keyboards with style and flair. | |
2139 | |
2140 * term/new-at386.el: Removed, it was obsolescent. | |
2141 | |
2142 * term/apollo.el: Nuked and linked to vt100.el. All it formerly | |
2143 did was load vt100.el. | |
2144 | |
2145 * term/bobcat.el: Copied and linked to `keyswap.el'. | |
2146 | |
2147 * term/keyswap.el: The old bobcat.el with headers and docs. | |
2148 This is available for other terminal packages to call. | |
2149 | |
2150 * term/news.el: Cleaned up, headers added. | |
2151 | |
2152 * term/sun.el: Headers added, [again] changed to [redo]. This | |
2153 package is a hairball and should probably be scrapped if we | |
2154 can find or built abetter one. | |
2155 | |
2156 * term/tvi970.el: Headers added, [enter] changed to [kp-enter]. | |
2157 | |
2158 * term/vt100.el: Headers added, cleanup, explicit function-key | |
2159 enable is no longer necessary. | |
2160 | |
2161 * term/vt200.el: Nuked. It's now a link to vt100.el. This is possible | |
2162 because all the things handled differently on the vt200 are | |
2163 mined out of termcap by 19's initialization before either | |
2164 package is loaded. | |
2165 | |
2166 * term/wyse50.el: Cleaned up, headers added, various cookie names | |
2167 changed, function bindings removed. | |
2168 | |
2169 * term/x-win.el: Cleaned up, headers added. Some bindings of keycap | |
2170 cookies to functions were removed; all that stuff is handled | |
2171 terminal-independently in loaddefs now. | |
25830 | 2172 |
40965 | 2173 Other changes: |
25830 | 2174 |
93515 | 2175 * help.el: Added binding and menu line for new `P' package-finder |
25830 | 2176 command. Won't actually take effect till the next Emacs build. |
2177 | |
2178 * vc.el (vc-backend-checkin): Fixed bizarre POM-dependent bug | |
2179 introduced into VC by a bad patch. This was one for the | |
2180 books....badly corrupted vc-checkin code somehow mostly functioned | |
93515 | 2181 for three days. The Code That Would Not Die... |
25830 | 2182 |
2183 1993-03-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2184 | |
2185 * startup.el (command-line-1): Fix copyright year. | |
2186 | |
75609 | 2187 1993-03-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 2188 |
2189 * diary-insert.el (insert-anniversary-diary-entry, | |
2190 insert-block-diary-entry): Fix calendar-date-display-form used. | |
2191 | |
75609 | 2192 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2193 |
2194 * files.el (basic-save-buffer): If file-precious-flag is set, and | |
2195 we write the buffer to a temp file and then rename it, don't | |
2196 neglect to set the new file's modes properly. | |
2197 | |
2198 1993-03-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2199 | |
2200 * term/x-win.el (function-key-map): | |
2201 Map key symbols backspace, return... into ASCII chars. | |
2202 Likewise their Meta versions. | |
2203 Also add `ascii-character' properties. | |
2204 | |
2205 1993-03-09 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
2206 | |
93515 | 2207 * term/at386.el: Removed. The new terminal initialization stuff |
2208 makes it superfluous. I wrote it, so I should know. :-) | |
2209 | |
2210 * vc.el: Installed version 5, the new baseline. This version | |
2211 merges my changes with Paul Eggert's. | |
25830 | 2212 |
2213 1993-03-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2214 | |
2215 * timer.el (run-at-time): Allow an integer as TIME. | |
2216 (cancel-timer): New function. | |
2217 | |
2218 * c-mode.el (c-beginning-of-statement): If next to a comment, | |
2219 use sentence motion. | |
2220 | |
2221 * map-ynp.el (map-y-or-n-p): Use query-replace-map. | |
2222 | |
2223 * replace.el (query-replace-map): New keymap. | |
2224 (perform-replace): Use query-replace-map. | |
93515 | 2225 (query-replace, query-replace-regexp, map-query-replace-regexp) |
25830 | 2226 (replace-string, replace-regexp): Don't print `done' if unread chars. |
2227 | |
2228 * help.el (command-apropos): Print echo area message iff found symbols. | |
2229 | |
2230 * rmailsum.el (rmail-update-summary): New function. | |
93515 | 2231 (rmail-new-summary): New arg redo-form. Considerable rewrite |
25830 | 2232 of how and when buffers are selected. |
2233 (rmail-summary-mode): New local vars rmail-summary-redo, | |
2234 revert-buffer-function, post-command-hook, rmail-current-message. | |
2235 (rmail-summary-expunge): Use rmail-update-summary. | |
2236 (rmail-summary-get-new-mail): Likewise. | |
2237 (rmail-summary-expunge-and-save): Likewise. | |
2238 (rmail-summary-input): Don't update summary at all. | |
2239 (rmail-summary-reply): Do the work inside save-window-excursion, | |
2240 then switch to the mail buffer. | |
2241 (rmail-summary-retry-failure): Likewise. | |
2242 (rmail-summary-edit-current-message): Delete spurious autoload. | |
2243 (rmail-summary-summary): Function deleted. | |
2244 Use plain rmail-summary on h and C-M-h. | |
2245 (rmail-summary-rmail-update): New function. | |
2246 | |
2247 * rmail.el (rmail-delete-forward): Go to summary buf to change D mark. | |
2248 Always do the motion in the rmail buffer; let that handle summary. | |
2249 (rmail-undelete-previous-message): Likewise. | |
2250 (rmail-select-summary): New macro. | |
2251 (rmail-show-message): Use rmail-select-summary. | |
2252 (rmail-get-new-mail): Likewise. | |
2253 (rmail-expunge): Likewise. | |
2254 | |
2255 * pending-del.el: New file. | |
2256 | |
2257 1993-03-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2258 | |
93515 | 2259 * subr.el (posn-timestamp, posn-col-row, posn-point, posn-window) |
25830 | 2260 (event-end, event-start, mouse-movement-p): Moved from mouse.el. |
2261 * mouse.el: Functions moved to subr.el. | |
2262 | |
2263 1993-03-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2264 | |
2265 * subr.el (event-basic-type): New function. | |
2266 | |
2267 * isearch.el: Renamed from isearch-mode.el. | |
2268 | |
2269 * isearch-mode.el (isearch-other-meta-char): Call listify-key-sequence. | |
2270 (isearch-unread): Don't call it here. | |
2271 (isearch-mode-map): Bind the ASCII-equivalent function keys. | |
2272 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
2273 1993-03-07 Paul Eggert (eggert@twinsun.com) |
25830 | 2274 |
2275 * vc.el (vc-update-change-log): Check that ChangeLog is writable | |
2276 before starting the expensive rcs2log process. | |
2277 Use call-process instead of shell-command to invoke rcs2log; | |
2278 this avoids undesired shell escapes and is more robust about errors. | |
2279 Put mark at point-min, so that the new insertion is in the region. | |
2280 (vc-checkin-hook): Fix `runs-hooks' typo. | |
2281 (vc-checkout-writeable-buffer-hook): New var. | |
2282 (vc-next-action): Fix bug: initial checkin was botched when C-x v v | |
2283 was applied to a new file while vc-initial-comment was non-nil. | |
2284 (vc-register): Don't barf when registering a new, empty buffer. | |
2285 (vc-directory): The `No files are currently registered' | |
2286 message was wrongly worded, because sometimes the message talks | |
2287 about locked files, not registered files. | |
2288 (vc-file-tree-walk): Change (apply 'funcall ...) to (apply | |
2289 ...), since the 'funcall is redundant. | |
2290 When traversing a directory tree, message | |
2291 "Traversing directory XXX" so that the user can see what progress is | |
2292 being made. Traversal can take a long time. Omit first argument, | |
2293 since it is always the current directory. All callers changed. | |
2294 (vc-file-tree-walk-internal): New function. | |
2295 (vc-do-command, vc-diff, vc-version-diff, vc-backend-diff): | |
2296 Remove redundant calls to `format'. | |
2297 (vc-diff): Remove unused variable `old'. | |
2298 (vc-version-diff): When recursively generating a difference | |
2299 listing, don't append the latest output unless diff was actually run; | |
2300 otherwise, you'll get the output from the previous file by mistake. | |
2301 | |
2302 1993-03-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2303 | |
2304 * term/x-win.el (function-key-map): | |
2305 Map key symbols backspace, return... into ASCII chars. | |
2306 | |
2307 1993-03-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2308 | |
2309 * isearch-mode.el (isearch-mode): Don't make a pre-command-hook. | |
2310 | |
2311 * vc.el (vc-revert-buffer1): Use mark-marker; don't alter mark-active. | |
2312 | |
2313 * subr.el (event-modifiers): New function. | |
2314 (eventp): New function. | |
2315 | |
2316 1993-03-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2317 | |
2318 * isearch-mode.el (isearch-unread): Find last list element by hand. | |
2319 | |
2320 * info.el (Info-forward-node): Properly go to first menu item. | |
2321 (Info-insert-dir): Bind temp wider, around use. | |
2322 | |
2323 * term/x-win.el (function-key-map): | |
2324 Map key symbols backspace, return... into ASCII chars. | |
2325 Likewise their Meta versions. | |
2326 Also add `ascii-character' properties. | |
2327 | |
2328 * simple.el (set-mark): Activate the mark. | |
2329 (mark): Handle region-active. New optional arg FORCE. | |
2330 (exchange-point-and-mark, push_mark): Pass FORCE. | |
2331 (set-mark-command): Likewise. | |
2332 | |
2333 * terminal.el (te-escape-extended-command-unread): Handle any key seq. | |
2334 | |
2335 * emerge.el (emerge-show-file-name): Handle any kind of event. | |
2336 | |
2337 * fortran.el (fortran-abbrev-start): Handle any kind of event. | |
2338 (fortran-window-create-momentarily): Likewise. | |
2339 | |
2340 * ehelp.el (electric-help-command-loop): Handle any kind of event. | |
2341 | |
2342 * ebuff-menu.el (electric-buffer-list): Handle any kind of event. | |
2343 (Electric-buffer-menu-exit): Handle any key sequence. | |
2344 | |
2345 * info.el (Info-summary): Handle any event | |
2346 when flushing the display. | |
2347 | |
2348 * simula.el (simula-electric-label): Handle any event | |
2349 when flushing the display. | |
2350 | |
2351 * subr.el (momentary-string-display): Handle any event | |
2352 when flushing the display. | |
2353 | |
2354 * comint.el (comint-dynamic-list-completions): Handle any event | |
2355 when flushing the display. | |
2356 | |
2357 * subr.el (listify-key-sequence): New function. | |
2358 * simple.el (prefix-arg-internal): Use listify-key-sequence. | |
2359 | |
2360 * isearch-mode.el (isearch-unread): Handle multiple args. | |
2361 For Emacs 19, use listify-key-sequence. | |
2362 If not Emacs 19, assume they are a meta sequence. | |
2363 (isearch-other-meta-char): Pass the whole key sequence. | |
2364 (isearch-other-control-char): Make this alias for ...-meta-char. | |
2365 | |
2366 * rmail.el (rmail-bury): Record Rmail buffer to bury it later. | |
2367 | |
2368 1993-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2369 | |
2370 * disp-table.el: Add autoload comments. | |
2371 (rope-to-vector): Deleted. | |
2372 (describe-display-table): Don't use rope-to-vector. | |
2373 | |
2374 * compare-w.el (compare-windows): Use compare-buffer-substrings. | |
2375 | |
75609 | 2376 1993-03-05 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2377 |
2378 * bytecomp.el: Declare suspend-hook to be an obsolete variable. | |
2379 | |
75609 | 2380 1993-03-05 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 2381 |
2382 * calendar.el (hebrew-calendar-yahrzeit): Change reference to | |
2383 nonexistent function last-month-of-hebrew-year to the correct | |
2384 function hebrew-calendar-last-month-of-year. | |
2385 | |
2386 * cal-mayan.el (calendar-mayan-haab-on-or-before, | |
2387 calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'. | |
25830 | 2388 |
2389 * cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second | |
2390 defun. | |
2391 | |
75609 | 2392 1993-03-04 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2393 |
2394 * simple.el (kill-ring-save): Doc fix. | |
2395 | |
2396 * sun-mouse.el (suspend-emacstool): Run suspend-hooks, not | |
2397 suspend-hook. | |
2398 | |
2399 * resume.el: Doc fix. | |
2400 | |
2401 * simple.el (yank, yank-pop): Always return nil; don't rely on | |
2402 exchange-point-and-mark to return nil. | |
2403 * fill.el (justify-current-line): Return nil, to be sure to | |
2404 conform with documentation. | |
2405 | |
2406 1993-03-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2407 | |
2408 * files.el (write-file): Handle directory name as arg. | |
2409 | |
2410 * rmail.el: Major changes from Bob Weiner <weiner@pts.mot.com> | |
2411 Handle some Emacs 18 function names to run in 18. | |
2412 This is to facilitate working with Weiner. | |
2413 (rmail-reply-prefix): New variable. | |
2414 (rmail-reply): Use that variable to add to subject. | |
2415 (rmail-retry-failure): Change binding to M-m. | |
2416 (rmail-forward): Look for >From as well as for From. | |
2417 Handle case where neither is found. | |
2418 (rmail-last-regexp): New variable. | |
2419 (rmail-mode): Make rmail-last-regexp local. | |
2420 (rmail): Don't update rmail-mode data for old buffer | |
2421 if it's not in rmail mode. | |
2422 Error if in Rmail Edit mode. | |
2423 (rmail-bury): New command, plus key binding. | |
2424 (rmail-summary-by-topic): New key binding. | |
2425 (rmail-insert-inbox-text): Check for pop case earlier. | |
2426 (rmail-convert-to-babyl-format): Handle Content-Length field. | |
2427 (rmail-maybe-display-summary): New function. | |
2428 (rmail-redisplay-summary): New user option. | |
93515 | 2429 (rmail-undelete-previous-message, rmail-delete-forward) |
25830 | 2430 (rmail-get-new-mail, rmail-show-message): Update summary buffer if any. |
2431 Call rmail-maybe-display-summary to put it back on screen. | |
2432 (rmail-only-expunge): Renamed from rmail-expunge. | |
2433 (rmail-expunge): New function. | |
2434 (rmail-message-recipients-p, rmail-message-regexp-p): New functions. | |
2435 (rmail-summary-exists, rmail-summary-displayed): New functions. | |
2436 | |
2437 1993-03-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2438 | |
2439 * cl.el (defsetf): Use eval-and-compile for self-update-fn. | |
2440 | |
2441 * add-log.el (add-change-log-entry): Never move past second hdr line. | |
2442 | |
75609 | 2443 1993-03-02 Jim Blandy (jimb@mole.gnu.ai.mit.edu) |
25830 | 2444 |
2445 * term/x-win.el (x-switch-definitions): Use the proper names for | |
2446 the scroll bar parameters. | |
2447 | |
2448 Use the term `scroll bar', instead of `scrollbar'. | |
2449 * term/x-win.el, frame.el, mouse.el: Terminology changed. | |
2450 * scrollbar.el: Renamed to scroll-bar.el. | |
2451 | |
2452 * term/x-win.el: Require `scroll-bar', not `scrollbar'. | |
2453 | |
75609 | 2454 1993-03-02 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2455 |
2456 * frame.el (new-frame): Doc fix. | |
2457 | |
2458 * info.el (Info-directory-list): Doc fix; it is set according to | |
2459 INFOPATH, not INFODIR. | |
2460 | |
2461 * info.el (Info-find-node): Don't try to set the info buffer's | |
2462 directory according to Info-directory; that variable doesn't exist | |
2463 any more. Instead, let Info-insert-dir set the current directory. | |
2464 (Info-insert-dir): Properly check for upper- and lower-case forms | |
2465 of "dir", with and without ".info" extension. Set the buffer's | |
2466 default-directory to the directory containing the first dir file | |
2467 we find, and cache it in Info-dir-contents-directory. | |
2468 (Info-dir-contents-directory): New variable, to cache the | |
2469 directory we decided to use as the merged directory's | |
2470 default-directory. | |
2471 | |
2472 * term/x-win.el (x-switch-definitions): Use the proper names for | |
2473 the scroll bar parameters. | |
2474 | |
2475 1993-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2476 | |
2477 * frame.el: Doc fixes. | |
2478 (set-pointer-color): Renamed to set-mouse-color. | |
2479 (set-border-color): New function. | |
2480 | |
2481 * info.el (Info-insert-dir): Make menu items in Top node | |
2482 pointing each of the other nodes. | |
2483 | |
2484 * rmail.el (rmail-get-new-mail): Reset read-only after find-file. | |
2485 | |
75609 | 2486 1993-03-01 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2487 |
2488 * simple.el (kill-region): If the buffer is read-only, call | |
2489 `barf-if-buffer-read-only' instead of just `ding', to get the | |
2490 appropriate error condition and message. | |
2491 | |
2492 * hexl.el (hexl-mode-map): When initializing, remember that the | |
2493 argument to key-binding is a key sequence, not a single key. | |
2494 | |
2495 * mouse.el (mouse-split-window-vertically): If the user clicks too | |
2496 close to the top or bottom of a window, split at the closest | |
2497 reasonable line. Give a helpful error message if the window is | |
2498 too small to be split anywhere. | |
2499 (mouse-split-window-horizontally): Similar changes. | |
2500 | |
75609 | 2501 1993-02-28 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2502 |
2503 * simple.el (insert-buffer): Make sure this returns nil. | |
2504 | |
2505 * simple.el (quoted-insert): Use insert-char, instead of writing | |
2506 out the loop. | |
2507 | |
2508 * etags.el (find-tag-other-window): If another window is already | |
2509 displaying the tag's buffer, explicitly set that window's point to | |
2510 the tag's position. | |
2511 | |
2512 Use the term `scroll bar', instead of `scrollbar'. | |
2513 * term/x-win.el, frame.el, mouse.el: Terminology changed. | |
2514 * scrollbar.el: Renamed to scroll-bar.el. | |
2515 | |
2516 1993-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2517 | |
2518 * frame.el (auto-raise-mode): Renamed from toggle-auto-raise. | |
2519 (auto-lower-mode): Renamed from toggle-auto-lower. | |
2520 | |
75609 | 2521 1993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2522 |
2523 * timer.el (run-at-time): Doc fix. | |
2524 | |
2525 * autoload.el (generate-file-autoloads): Add another | |
2526 save-excursion so that point is before the generated autoloads | |
2527 after we scan the file. | |
2528 | |
2529 1993-02-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2530 | |
2531 * add-log.el (add-change-log-entry): Find end of first paragraph | |
2532 from after the header line. | |
2533 | |
2534 * subr.el (walk-windows): Doc fix. | |
2535 | |
2536 * register.el (point-to-register): Make arg ARG optional. | |
2537 (window-configuration-to-register): Likewise. | |
2538 (frame-configuration-to-register): Likewise. | |
2539 | |
75609 | 2540 1993-02-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2541 |
2542 * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move these | |
2543 functions to scrolbar.el. | |
2544 * scrollbar.el (scroll-bar-mode, scroll-bar-mode): Here they are. | |
2545 Make scroll-bar-mode set the {vertical,horizontal}-scrollbars | |
2546 parameters in default-frame-alist, and modify all extant screens | |
2547 using the correct parameter names. | |
2548 | |
2549 1993-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2550 | |
2551 * vc-hooks.el (vc-find-file-hook): Discard vc status of file | |
2552 if we will actually have to create the buffer. | |
2553 | |
75609 | 2554 1993-02-22 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2555 |
2556 * gud.el (gud-break): With a prefix argument, set a temporary | |
2557 breakpoint. | |
2558 (gud-apply-from-source): New argument ARGS, to pass to FUNC. Now | |
2559 it's really like `apply'. | |
2560 (gud-set-break): Add another argument to this method. | |
2561 Document it in the section describing how the methods are supposed | |
2562 to be used. | |
2563 (gud-gdb-set-break): New argument TEMP; if non-nil, set a | |
2564 temporary breakpoint. | |
2565 (gud-sdb-set-break, gud-dbx-set-break): New argument TEMP. Ignore | |
2566 it, since I don't know how to set a temporary breakpoint in these | |
2567 debuggers. | |
2568 | |
2569 * subr.el (string-to-int): Make this an alias for | |
2570 string-to-number. | |
2571 | |
75609 | 2572 1993-02-21 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2573 |
2574 * two-column.el: Add autoloads for the functions defined in | |
2575 tc-mode-map. | |
2576 | |
2577 1993-02-21 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
2578 | |
2579 * info.el (Info-insert-dir): New function. | |
2580 (Info-find-node): Use Info-insert-dir to visit dir file. | |
2581 | |
2582 * mlsupport.el (esc-map, ctl-x-map): Define as functions. | |
2583 | |
2584 1993-02-20 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) | |
2585 | |
2586 * apropos.el (super-apropos-check-doc-file): | |
2587 Look for DOC file in proper directory. | |
2588 | |
2589 * files.el (insert-directory): Doc fix. | |
2590 | |
2591 1993-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2592 | |
2593 * help.el (describe-function): | |
2594 Print the arglist if the function is bytecode or a list. | |
2595 | |
75609 | 2596 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2597 |
2598 * files.el (revert-buffer): Reverse the sense of the first | |
2599 argument, but leave interactive usage the same. | |
2600 * vc.el (vc-resynch-window): Call vc-revert-buffer1 with the newly | |
93515 | 2601 appropriate arguments. This seems to be the only file which was |
25830 | 2602 adjusted for the new meaning of the revert-buffer arguments. |
2603 | |
2604 1993-02-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
2605 | |
2606 * autoload.el (generate-file-autoloads): | |
2607 If no buffer was visiting FILE when we started, | |
2608 kill the buffer we create. | |
2609 | |
2610 1993-02-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2611 | |
2612 * isearch-mode.el (isearch-backward-regexp): | |
2613 New arg no-recursive-edit, always non-nil for interactive call. | |
2614 Rename first arg, and set it right in interactive call. | |
2615 (isearch-forward-regexp): Likewise. | |
2616 (isearch-forward, isearch-backward): Likewise no-recursive-edit. | |
2617 | |
2618 1993-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2619 | |
2620 * frame.el (frame-initialize): Fix error syntax. | |
2621 (toggle-horizontal-scroll-bar): Likewise. | |
2622 (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar | |
2623 (toggle-vertical-scroll-bar): Likewise. | |
2624 (toggle-auto-lower, toggle-auto-raise): Likewise. | |
2625 (set-foreground-color, set-background-color): | |
2626 Renamed from set-frame-{fore,back}ground. | |
2627 | |
75609 | 2628 1993-02-15 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2629 |
2630 * informat.el (Info-tagify): Change the regular expression which | |
2631 recognizes node names to work properly with Emacs 19's regexp | |
2632 semantics. | |
2633 | |
2634 1993-02-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2635 | |
2636 * files.el (find-file-hooks): Delete permanent-local property. | |
2637 (find-file-not-found-hooks): Likewise. | |
2638 | |
2639 * bytecomp.el (byte-compile-lambda): | |
2640 Test of byte-compile-compatibility was backwards. | |
2641 | |
75609 | 2642 1993-02-12 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2643 |
2644 * gosmacs.el: Bind M-h to delete-previous-word, not | |
2645 backward-kill-word; the latter has different prefix semantics. | |
2646 | |
2647 * frame.el: Clean up initialization code. | |
2648 (initial-frame-alist): Doc fix. | |
2649 (minibuffer-frame-alist): New default value, with a reasonable height. | |
2650 (filtered-frame-list, minibuffer-frame-list): New functions. | |
2651 (frame-initialize): Use minibuffer-frame-list, instead of writing | |
2652 it out. | |
2653 (frame-notice-user-settings): Thoroughly rearranged. | |
2654 Notice changes to default-frame-alist as well as initial-frame-alist. | |
2655 Properly handle requests to make the initial frame into a | |
2656 minibufferless or minibuffer-only frame. | |
2657 Create a minibuffer-only frame if the initial frame should lack a | |
2658 minibuffer and there are no other minibuffer frames created by the | |
2659 user's initialization file. | |
2660 Fix any frames using the initial frame as a surrogate minibuffer | |
2661 frame. | |
2662 Restore the current buffer after creating and deleting all these | |
2663 frames. | |
2664 | |
93515 | 2665 * frame.el (set-default-font, set-frame-background) |
2666 (set-frame-foreground, set-cursor-color, set-pointer-color) | |
2667 (set-auto-raise, set-auto-lower, set-vertical-bar) | |
2668 (set-horizontal-bar): Give these docstrings. | |
2669 (set-auto-raise, set-auto-lower, set-vertical-bar) | |
2670 (set-horizontal-bar): Make these toggle or look at the prefix | |
25830 | 2671 argument, like minor modes. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
2672 |
25830 | 2673 * frame.el (set-vertical-bar): Use the proper parameter symbol. |
2674 (set-horizontal-bar): Signal an error indicating that horizontal | |
2675 scrollbars are not implemented. | |
2676 | |
2677 * lisp-mode.el (lisp-fill-paragraph): New function. | |
2678 (shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph. | |
2679 | |
2680 1993-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2681 | |
2682 * flow-ctrl.el (enable-flow-control...): Renamed from evade... | |
2683 (enable-flow-control): Add autoload. | |
2684 | |
2685 1993-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2686 | |
2687 * gosmacs.el (set-gosmacs-bindings): Fix binding of \eh. | |
2688 | |
75609 | 2689 1993-02-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2690 |
2691 * gosmacs.el: Require 'mlsupport, to get definition of | |
2692 backward-kill-word. | |
2693 | |
2694 1993-02-10 Stephen A. Wood (saw@cebaf.gov) | |
2695 | |
2696 * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in | |
2697 front of first argument to `insert-abbrev-table-description'. | |
2698 | |
2699 * fortran.el (fortran-is-in-string-p): Fixed incorrect behaviour | |
2700 when in first statement of a buffer. | |
2701 | |
2702 1993-02-08 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
2703 | |
2704 * add-log.el (add-change-log-entry): Undo Jan 25 change. It worked | |
2705 for buffers in indented-text-mode, but lost for change-log-mode, | |
2706 which is what matters. | |
2707 | |
2708 1993-02-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
2709 | |
2710 * compile.el (compilation-forget-errors): Just set | |
2711 compilation-directory-stack to nil; no need to loop through it. | |
2712 (next-error): For a non-numeric prefix arg, pass nil for | |
2713 compile-reinitialize-errors's FIND-AT-LEAST arg. | |
2714 (next-error): When getting marker for error source location, be | |
2715 sure to examine buffer local value of compilation-old-error-list | |
2716 before switching to source file buffer. | |
2717 | |
75609 | 2718 1993-02-08 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2719 |
2720 * rmailout.el (rmail-output, rmail-output-to-mail-file): Reverse | |
2721 the order of the arguments and make COUNT optional, for backward | |
2722 compatibility's sake. | |
2723 | |
2724 * cl.el (cl-version): Mark as no longer in beta test. | |
2725 | |
75609 | 2726 1993-02-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2727 |
2728 * subr.el (mod): Add back this alias for %. | |
2729 | |
2730 1993-02-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2731 | |
2732 * sort.el (sort-build-lists): Record the key as pair of positions; | |
2733 don't copy string from buffer. | |
2734 (sort-subr): Use compare-buffer-substrings. | |
2735 | |
2736 1993-02-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2737 | |
2738 * sendmail.el (mail-setup): Use fill-region-as-paragraph | |
2739 for To field; handle the CC just like the To. | |
2740 | |
2741 * rmailsum.el: Big rewrite from weiner@pts.mot.com. | |
2742 | |
2743 1993-02-05 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
2744 | |
2745 * comint.el (make-comint): Added docstring. | |
2746 | |
2747 1993-02-05 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
2748 | |
2749 * simple.el: Restore nuked information in minibuffer history bindings. | |
2750 Use intelligent method of disabling completion-oriented bindings. | |
2751 | |
2752 1993-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2753 | |
2754 * simple.el: Once again, go back to ordinary next-history-element | |
2755 for M-n in minibuf, even for completion. | |
2756 | |
2757 1993-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2758 | |
2759 * sort.el (sort-subr): Doc fixes. | |
2760 | |
2761 * sendmail.el (mail-do-fcc): Allow dash in timezone name. | |
2762 | |
75609 | 2763 1993-02-01 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2764 |
2765 * texinfo.el (texinfo-mode): Make page-delimiter buffer-local, and | |
2766 set it according to texinfo-chapter-level-regexp. | |
2767 | |
2768 * simple.el (kill-region): If the buffer is read-only, do beep, | |
2769 but also put the region in the kill ring. Doc fix. | |
2770 | |
2771 1993-01-31 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
2772 | |
2773 * mailabbrev.el (mail-abbrev-end-of-buffer): | |
2774 Changed interactive spec from "P" to "p". | |
2775 | |
2776 1993-01-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2777 | |
2778 * cmacexp.el (c-macro-expand): Use expanded name to write or delete. | |
2779 Send two eofs. | |
2780 | |
2781 1993-01-28 Roland McGrath (roland@wookumz.gnu.ai.mit.edu) | |
2782 | |
2783 * simple.el (next-complete-history-element): Restore point after | |
2784 replacing the buffer text with the appropriate history element. | |
2785 | |
2786 1993-01-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2787 | |
2788 * simple.el: Don't use the completion-oriented history commands. | |
2789 * paths.el (sendmail-program): Try /usr/ucblib/sendmail. | |
2790 | |
75609 | 2791 1993-01-26 Jim Blandy (jimb@mole.gnu.ai.mit.edu) |
25830 | 2792 |
2793 * term/x-win.el: x-selection-value has been renamed to x-selection. | |
2794 x-own-selection has been renamed to x-set-selection, and the order | |
2795 of its arguments has been reversed, for consistency with other | |
2796 lisp functions like put and aset. | |
2797 * term/x-win.el (x-select-text): Adjusted. | |
2798 (x-cut-buffer-or-selection-value): Check the primary selection, | |
2799 using x-selection, instead of checking the cut buffer again. | |
2800 | |
2801 * term/x-win.el: Doc fix. | |
2802 | |
75609 | 2803 1993-01-25 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2804 |
2805 * frame.el (frame-notice-user-settings): Use new name | |
2806 frame-live-p, instead of live-frame-p. | |
2807 | |
2808 x-selection-value has been renamed to x-selection. | |
2809 x-own-selection has been renamed to x-set-selection, and the order | |
2810 of its arguments has been reversed, for consistency with other | |
2811 lisp functions like put and aset. | |
2812 * term/x-win.el (x-select-text): Adjusted. | |
2813 (x-cut-buffer-or-selection-value): Check the primary selection, | |
2814 using x-selection, instead of checking the cut buffer again. | |
2815 | |
2816 * disass.el (disassemble): Add autoload cookie for this. | |
2817 * bytecomp.el (byte-decompile-bytecode): Add an autoload for this. | |
2818 | |
2819 compiled-function-p has been renamed to byte-code-function-p. | |
2820 * subr.el: Define compiled-function-p as an alias for it. | |
2821 * bytecomp.el: Register compiled-function-p as obsolete. | |
2822 * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change | |
2823 uses. | |
2824 | |
2825 * subr.el (numberp): Remove fset which made this an alias for | |
2826 integerp; now numberp also recognizes floats. | |
2827 | |
2828 1993-01-25 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
2829 | |
2830 * etags.el (tags-query-replace): C-t. | |
2831 | |
2832 * add-log.el (add-change-log-entry): Restrict PARAGRAPH-END to | |
2833 being on the first page. | |
2834 | |
2835 * simple.el (next-complete-history-element): Use only buffer | |
2836 contents before point to match history elements. | |
2837 | |
2838 1993-01-25 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
2839 | |
2840 * simple.el ({next,previous}-complete-history-element): New functions. | |
2841 Bind them to M-n/M-p and next/prior in minibuffer completion maps. | |
2842 | |
75609 | 2843 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2844 |
2845 unread-command-event has been replaced by unread-command-events. | |
2846 * simple.el (prefix-arg-internal): Use this to push back all | |
2847 key sequences for processing by the main command loop, instead of | |
2848 trying to simulate its behavior ourselves. | |
2849 * bytecomp.el: Document unread-command-event as an obsolete | |
2850 variable, although nothing but the GNU Emacs 19 sources use it. | |
2851 Adjust obsolescence message for unread-command-char. | |
2852 * comint.el (comint-dynamic-list-completions): Change uses of | |
2853 unread-command-event to work with unread-command-events. | |
2854 * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit): | |
2855 Same. | |
2856 * edebug.el (edebug-outside-excursion): Same. | |
2857 * ehelp.el (electric-help-command-loop): Same. | |
2858 * electric.el (Electric-command-loop): Same. | |
2859 * emerge.el (emerge-show-file-name): Same. | |
2860 * fortran.el (fortran-abbrev-start, | |
2861 fortran-window-create-momentarily): Same. | |
2862 * gnus.el (gnus-Subject-next-article): Same. | |
2863 * info.el (Info-summary): Same. | |
2864 * isearch-mode.el (isearch-update, isearch-unread): Same. | |
2865 * map-ynp.el (map-y-or-n-p): Same. | |
2866 * mlsupport.el (push-back-character): Same. | |
2867 * replace.el (perform-replace): Same. | |
2868 * simula.el (simula-electric-label): Same. | |
2869 * subr.el (read-quoted-char, momentary-string-display): Same. | |
2870 * sun-mouse.el (mouse-second-hit): Same. | |
2871 * terminal.el (te-escape-extended-command-unread): Same. | |
93515 | 2872 * vip.el (vip-escape-to-emacs, vip-prefix-arg-value) |
2873 (vip-prefix-arg-com): Same. | |
25830 | 2874 |
2875 * simple.el (quoted-insert): Doc fix. | |
2876 | |
75609 | 2877 1993-01-23 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2878 |
2879 * mouse.el (mouse-save-then-kill): Instead of deleting the text | |
2880 whenever the text of the region happens to be the same as the | |
2881 front of the kill-ring, delete it only when the front of the kill | |
2882 ring is identical to the last text we put there, and point and the | |
2883 mouse click are at the same position. | |
2884 | |
2885 * mouse.el (mouse-save-then-kill): If the undo list is disabled, | |
2886 don't build an undo record. | |
2887 | |
2888 * mouse.el (mouse-save-then-kill): If we're deleting the text, | |
2889 kill from point to the mouse click, not from point to mark; mark | |
2890 and the mouse click may not be the same. If they're not, this | |
2891 screws up the undo record we create, corrupting the undo list | |
2892 pretty nastily. | |
2893 | |
75609 | 2894 1993-01-22 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2895 |
2896 * term/x-win.el: Doc fix. | |
2897 | |
2898 * mouse.el (mouse-set-font): Account for the fact that | |
2899 x-popup-menu returns nil if no selection is made. | |
2900 | |
2901 * mouse.el (mouse-buffer-menu, mouse-set-font): Bind these to the | |
2902 down-going events. | |
2903 (mouse-split-window-vertically): Move the binding for this down | |
2904 out of the commented-out scrollbar section, so it is on S-mouse-2 | |
2905 on the mode line. | |
2906 | |
75609 | 2907 1993-01-21 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2908 |
2909 * c-mode.el (c-fill-paragraph): Fix the regular expressions used | |
2910 for finding paragraph beginnings and endings so that they think | |
2911 lines containing only whitespace and asterisks are paragraph | |
2912 separators/starters. | |
2913 | |
2914 * add-log.el (add-change-log-entry): If we've just started a new | |
2915 date, limit the searches to within the current date, not the first | |
2916 paragraph; the latter extends into the previous date. | |
2917 | |
2918 1993-01-21 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
2919 | |
2920 * etags.el (tags-loop-scan): Set default value to an error form. | |
2921 | |
2922 * etags.el (visit-tags-table-buffer): When propagating a change of | |
2923 name after file-find-noselect, refer to tags-file-name, not the | |
2924 undefined var FILE. | |
2925 | |
75609 | 2926 1993-01-20 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2927 |
2928 * c-mode.el (c-fill-paragraph): When modifying the | |
2929 paragraph-separate regexp, don't let it match paragraph starts. | |
2930 | |
2931 1993-01-19 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
2932 | |
2933 * etags.el (visit-tags-table-buffer): | |
2934 Error if called with 'same and no current table. | |
2935 | |
75609 | 2936 1993-01-19 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2937 |
2938 * mouse.el (event-end): Work on click events, too. | |
2939 (mouse-split-window-vertically): Use event-end and | |
2940 posn-col-row, instead of mouse-coords, which is obsolete. | |
2941 | |
2942 * mouse.el: Comment out the scrollbar commands until we make them work. | |
2943 | |
2944 * mouse.el: Comment out jla's experimental things. What are these | |
2945 doing in the distribution source anyway? | |
2946 | |
2947 * mouse.el: Bind the help menu to C-down-mouse-2, instead of | |
2948 C-mouse-2; this way, you can use the mouse-up event to make the | |
2949 menu selection. | |
93515 | 2950 (help-apropos-map, help-keys-map, help-manual-map, help-misc-map) |
2951 (help-modes-map, help-admin-map): Give the menu names for these | |
25830 | 2952 keymaps using make-sparse-keymap's optional argument, rather than |
2953 constructing them by hand. | |
2954 | |
93515 | 2955 * scrollbar.el: Require 'mouse. |
2956 (scrollbar-set-window-start, scrollbar-scroll-down) | |
2957 (scrollbar-scroll-up): Use event-end, from mouse.el. | |
25830 | 2958 |
75609 | 2959 1993-01-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 2960 |
2961 * x-mouse.el: Deleted; it was the interface to the Emacs 18-style | |
2962 mouse interface, which doesn't exist anymore. | |
2963 | |
75609 | 2964 1993-01-15 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2965 |
2966 * c-mode.el (c-switch-label-regexp): New constant. | |
2967 (electric-c-terminator, c-indent-line, indent-c-exp): Use it to | |
2968 correctly recognize default labels in switch statements. | |
2969 | |
2970 1993-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2971 | |
2972 * shell.el (shell): Doc fix. | |
2973 | |
2974 1993-01-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
2975 | |
2976 * files.el (switch-to-buffer-other-frame): Pass t to pop-to-buffer. | |
2977 | |
75609 | 2978 1993-01-14 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2979 |
2980 * scrollbar.el: New file. | |
2981 * term/x-win.el: Require 'scrollbar. | |
2982 | |
2983 1993-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2984 | |
2985 * mouse.el (mouse-save-then-kill): When deleting, avoid delay | |
93515 | 2986 and don't set the mark. Replace obsolete fn event-point. |
25830 | 2987 (mouse-kill): Replace obsolete fn event-point. |
2988 | |
75609 | 2989 1993-01-11 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2990 |
2991 * page-ext.el (next-page): Correctly handle negative page count. | |
2992 | |
2993 1993-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
2994 | |
2995 * simple.el (kill-append): Doc fix. | |
2996 | |
75609 | 2997 1993-01-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 2998 |
2999 * frame.el (frame-notice-user-settings): Don't try to delete the | |
3000 initial frame if the user took care of that. | |
3001 | |
3002 1993-01-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3003 | |
3004 * rmail.el (mail-unsent-separator): Add `-- begin message --'. | |
3005 | |
3006 * dired.el (dired-regexp-history): New history list. | |
3007 (dired-read-regexp): Use that history list. Take just one arg. | |
3008 * dired-aux.el (dired-mark-read-regexp): Give dired-read-regexp 1 arg. | |
3009 | |
3010 1993-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3011 | |
3012 * upd-copyr.el (update-copyright): Doc fix. | |
3013 | |
3014 1993-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3015 | |
3016 * add-log.el (add-change-log-entry): Search for existing ChangeLog | |
3017 in parent dir and its parents. | |
3018 | |
3019 1993-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3020 | |
3021 * timer.el (run-at-time): Use a pipe to talk to the timer process. | |
3022 | |
75609 | 3023 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3024 |
3025 * simple.el (set-goal-column): Make this disabled by default. | |
3026 | |
3027 1993-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3028 | |
3029 * sendmail.el (mail-send): | |
3030 Don't clear modified or delete autosave if visiting a file. | |
3031 | |
3032 1993-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3033 | |
3034 * hippie.el: New file. | |
3035 | |
3036 1993-01-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3037 | |
3038 * apropos.el (apropos-match-keys): Handle non-chars as keys. | |
3039 | |
3040 1993-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3041 | |
3042 * compile.el (compilation-sentinel): Change buffer-read-only with let. | |
3043 | |
3044 1992-12-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3045 | |
3046 * mouse.el (mouse-buffer-menu): Select the window clicked on. | |
3047 | |
3048 1992-12-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3049 | |
3050 * add-log.el (add-change-log-entry): | |
3051 Notice when ENTRY is equal to FILE-NAME, | |
3052 not the hard-wired string "ChangeLog". | |
3053 Added missing regexp-quote's in same-day entry search. | |
3054 Search only in the first paragraph for a similar entry to add to. | |
3055 | |
3056 1992-12-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3057 | |
3058 * files.el (abbreviated-home-dir): New variable. | |
3059 (abbreviate-file-name): Properly convert abbreviated homedir to ~. | |
3060 | |
3061 1992-12-24 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
3062 | |
3063 * etags.el (visit-tags-table-buffer): | |
3064 When picking a table and using tags-table-list, | |
3065 skip over nonexistent files in the list. | |
3066 | |
3067 * etags.el (etags-verify-tags-table): | |
3068 Use eq instead of = in case char-after returns nil. | |
3069 | |
3070 1992-12-21 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
3071 | |
3072 * etags.el (visit-tags-table-buffer): | |
3073 Don't look in list for tags-file-name if nil. | |
3074 | |
3075 * etags.el: Many comments added and docstrings fixed. | |
3076 (tags-table-list): Elt of nil is not special. | |
3077 (tags-expand-table-name): Value of nil is not special. | |
3078 (tags-next-table): Removed arg RESET; no caller used it. | |
3079 (visit-tags-table-buffer): Don't need to do tags-expand-table-name | |
3080 in or form. When table is invalid, only set tags-file-name to nil | |
3081 globally if its global value contained the losing table file name. | |
3082 (find-tag-tag): Return a string, not a list. | |
93515 | 3083 (find-tag-noselect, find-tag, find-tag-other-window) |
3084 (find-tag-other-frame): Changed callers. | |
25830 | 3085 (etags-recognize-tags-table): Call etags-verify-tags-table, rather than |
3086 duplicating its functionality. | |
3087 (visit-tags-table-buffer): When CONT is 'same, set it to nil after the | |
3088 cond. We want the normal list frobbing to take place in this case. | |
3089 (find-tag-other-window): Save and restore window-point around call to | |
3090 find-tag-noselect. | |
3091 | |
3092 1992-12-21 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
3093 | |
3094 * subr.el (ignore): | |
3095 Use defun instead of fset to define; the byte compiler is smart | |
3096 enough now not to compile this trivial function into slow byte code. | |
3097 | |
75609 | 3098 1992-12-21 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3099 |
3100 * c-mode.el (c-fill-paragraph): Calculating the proper fill-prefix | |
93515 | 3101 shouldn't change the buffer text. Make it not. If we're in the |
25830 | 3102 blank space before another comment, fill that one as a comment, |
3103 not as normal text. | |
3104 | |
75609 | 3105 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3106 |
3107 * simple.el (kill-region): Change interactive spec to signal an | |
3108 error if the buffer is read-only, and remove the code to do a | |
3109 copy-region-as-kill if the buffer is read-only. | |
3110 | |
3111 1992-12-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3112 | |
3113 * loadup.el: Display load-path at start. | |
3114 | |
75609 | 3115 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3116 |
3117 * sendmail.el (mail-position-on-field): `end' is guaranteed to be | |
3118 at the beginning of the header separator; don't skip back to the | |
3119 end of the previous line. | |
3120 | |
3121 * loadup.el: Dump under the name `emacs', not `xemacs'. | |
3122 | |
3123 * compile.el (compilation-error-regexp-alist): Tightened up | |
3124 BSD/GNU regexp to insist that line number end with a colon or | |
3125 close-paren. | |
3126 | |
75609 | 3127 1992-12-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3128 |
3129 * rmail.el (rmail-unix-mail-delimiter): Not all time zone names | |
3130 end with "T". Accept any sequence of three or four alphabetic | |
3131 characters. | |
3132 | |
3133 * simple.el (set-mark-command): Clarify doc string. | |
3134 | |
3135 * simple.el (prefix-arg-internal): Don't apply string-to-char to | |
3136 get the first element of the key sequence - it might be a vector. | |
3137 | |
75609 | 3138 1992-12-15 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3139 |
3140 * c-mode.el (c-fill-paragraph): When guessing the fill prefix, | |
3141 don't ever grab any actual text. | |
3142 | |
75609 | 3143 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3144 |
3145 * compile.el (compilation-error-regexp-alist): Add regexp for the | |
3146 MIPS CC distributed with Ultrix. | |
3147 | |
75609 | 3148 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3149 |
3150 * paths.el (Info-default-directory-list): The info files are | |
3151 supposed to be in /usr/local/info these days. Add it to the list | |
3152 of directories to search. | |
3153 | |
75609 | 3154 1992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3155 |
3156 * vc.el (vc-do-command): Set the default directory of the *vc* | |
3157 buffer to the directory containing FILE. | |
3158 | |
3159 1992-12-09 Roland McGrath (roland@wookumz.gnu.ai.mit.edu) | |
3160 | |
3161 * info.el (Info-{first,second,third,fourth,fifth}-menu-item): Removed. | |
3162 (Info-nth-menu-item): New function; bound to 1..9. | |
3163 | |
75609 | 3164 1992-12-08 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3165 |
3166 The find-file-name-handler function in ../src/fileio.c is now | |
3167 callable from lisp; use it instead of writing out its code. | |
3168 * dired-aux.el (dired-compress-file): Just that. | |
3169 * dired.el (dired-uncache): Just that. | |
93515 | 3170 * files.el (file-local-copy, file-truename) |
3171 (file-name-sans-versions, make-directory, save-buffers-kill-emacs): | |
25830 | 3172 Just that. |
3173 * ls-lisp.el (insert-directory): Just that. | |
3174 | |
3175 * ange-ftp.el (ange-ftp-unhandled-file-name-directory): New | |
3176 function. Set ange-ftp's `unhandled-file-name-property' to its | |
3177 name. | |
3178 | |
75609 | 3179 1992-12-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3180 |
3181 * lpr.el (lpr-switches, lpr-command): Make these defvars, not | |
3182 defconsts. | |
3183 | |
75609 | 3184 1992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3185 |
3186 * c-mode.el (c-fill-paragraph): When trying to make sure that the | |
3187 comment ender isn't on its own line, don't signal an error if | |
3188 there is no comment ender. | |
3189 | |
75609 | 3190 1992-12-03 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3191 |
93515 | 3192 * sendmail.el (mail-self-blind, mail-interactive) |
3193 (mail-yank-ignored-headers): Make these defvars, not defconsts. | |
25830 | 3194 Otherwise, they wipe out the user's customizations when we |
3195 autoload sendmail.el. | |
3196 | |
75609 | 3197 1992-12-01 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3198 |
3199 * hanoi.el (hanoi): If pole-spacing is odd, round down, not up. | |
3200 To see if the window is wide enough, just check if one half of a | |
3201 ring will fit inside pole-spacing. | |
3202 | |
3203 1992-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3204 | |
3205 * add-log.el (add-change-log-entry): | |
3206 Expand file-name again after chasing links. | |
3207 | |
3208 1992-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3209 | |
3210 * vc.el (vc-next-action): Undo previous change. | |
3211 | |
75609 | 3212 1992-11-19 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3213 |
3214 * vc.el (vc-next-action): Pass t as NOQUERY argument to | |
3215 vc-resynch-window here too. This means that all uses of | |
3216 vc-resynch-window pass t; I'm going to wait until I understand the | |
3217 situation better before I rip out the NOQUERY argument | |
3218 altogether. | |
3219 | |
3220 * vc.el (vc-revert-buffer1): Try to preserve the position of mark | |
3221 as well as point. | |
3222 (vc-position-context, vc-find-position-by-context): New functions | |
3223 to help with that, made out of the old innards of vc-revert-buffer1. | |
3224 | |
75609 | 3225 1992-11-18 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3226 |
3227 * fortran.el: New version of version 1.30 (!) from Stephen A. Wood | |
3228 <saw@hallc1.cebaf.gov> | |
3229 | |
75609 | 3230 1992-11-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3231 |
3232 * fortran.el: New version (1.30) from "Stephen A. Wood" | |
3233 <saw@hallc1.cebaf.gov> | |
3234 | |
3235 * subr.el (lambda): Doc fix. | |
3236 | |
75609 | 3237 1992-11-15 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3238 |
3239 * simple.el (comment-column): Doc fix. | |
3240 | |
75609 | 3241 1992-11-13 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3242 |
3243 * paths.el (rmail-spool-directory): Add dgux-unix to the list of | |
3244 systems which put their mail in "/usr/mail". | |
3245 | |
3246 * lpr.el (lpr-command, lpr-switches): Removed strings starting | |
3247 with \newline; this file is loaded in loaddefs.el, and doesn't | |
3248 need to follow that convention. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
3249 |
25830 | 3250 * lpr.el (lpr-command): Add dgux-unix to the list of systems which |
3251 want "lp". | |
3252 | |
75609 | 3253 1992-11-12 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3254 |
3255 * bytecomp.el: Declare unread-command-char an obsolete variable. | |
93515 | 3256 * vip.el (vip-escape-to-emacs, vip-prefix-arg-value) |
3257 (vip-prefix-arg-com): Use unread-command-event instead of | |
25830 | 3258 unread-command-char; respect its new semantics. |
3259 * simula.el (simula-electric-label): Same. | |
3260 * comint.el (comint-dynamic-list-completions): Same. | |
3261 * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit): | |
3262 Same. | |
3263 * ehelp.el (electric-help-command-loop): Same. | |
3264 * electric.el (Electric-command-loop): Same. | |
3265 * emerge.el (emerge-show-file-name): Same. | |
3266 * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily): | |
3267 Same. | |
3268 * gnus.el (gnus-Subject-next-article): Same. | |
3269 * info.el (Info-summary): Same. | |
3270 * isearch-mode.el (isearch-update, isearch-unread): Same. | |
3271 * map-ynp.el (map-y-or-n-p): Same. | |
3272 * mlsupport.el (push-back-character): Same. | |
3273 * replace.el (perform-replace): Same. | |
3274 * simple.el (prefix-arg-internal): Same. | |
3275 * subr.el (read-quoted-char, momentary-string-display): Same. | |
3276 * sun-mouse.el (mouse-second-hit): Same. | |
3277 * terminal.el (te-escape-extended-command-unread): Same. | |
3278 | |
3279 * emerge.el (emerge-file-names): Use `temp-buffer-show-function', | |
3280 not `temp-buffer-show-hook'. | |
3281 (emerge-combine-versions-edit): Fix misarranged cond expression; | |
3282 the t is an `else' clause, not a function call in the preceeding | |
3283 clause. | |
3284 | |
3285 * simula.el (simula-calculate-indent): Call backward-word with the | |
3286 appropriate argument. | |
3287 | |
3288 * vip.el (vip-delete-char, vip-delete-backward-char, ex-delete): | |
3289 Don't pass nil as a fourth argument to vip-append-to-register; it | |
3290 takes only three. | |
3291 (vip-mark-point, ex-mark): Pass required second argument to | |
3292 point-to-register. | |
3293 | |
93515 | 3294 * bytecomp.el: Require 'backquote. |
25830 | 3295 |
3296 * subr.el (lambda): Don't use backquotes in lambda's definition. | |
3297 | |
3298 * disass.el (byte-compile): Specify that the 'byte-compile feature | |
3299 is provided in the file "bytecomp". | |
3300 | |
75609 | 3301 1992-11-11 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3302 |
3303 * ange-ftp.el (ange-ftp-repaint-buffer): Give this a non-hacky | |
3304 definition using (message nil). | |
3305 (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the | |
3306 calls to ange-ftp-repaint-buffer. | |
3307 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
3308 1992-11-11 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
25830 | 3309 |
3310 * c-mode.el (c-style-alist): Add quotes around C++ style name. | |
3311 | |
75609 | 3312 1992-11-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3313 |
3314 * rect.el (operate-on-rectangle): Use move-to-column's FORCE | |
3315 argument instead of implementing it ourselves. | |
3316 (rectangle-coerce-tab): No longer used; deleted. | |
3317 | |
3318 * rect.el (open-rectangle): Leave point at the upper corner of the | |
3319 rectangle just opened, in imitation of open-line. Fix doc typo. | |
3320 (open-rectangle-line): Use skip-chars-backward's LIM argument to | |
3321 leave spaces before the line segment's beginning undisturbed. | |
3322 | |
3323 * rect.el: Provide 'rect. | |
3324 | |
3325 1992-11-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3326 | |
3327 * vc.el (vc-cancel-version): Use yes-or-no-p. | |
3328 | |
3329 1992-11-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3330 | |
3331 * startup.el (after-init-hook): Doc fix. | |
3332 | |
75609 | 3333 1992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
40965 | 3334 |
3335 * isearch.el (isearch-frames-exist): This isn't what we want - | |
25830 | 3336 replaced by... |
93515 | 3337 (isearch-gnu-emacs-events): Non-nil if should expect events in the |
25830 | 3338 style generated by GNU Emacs 19. Set if set-frame-height is |
3339 fboundp; this is true on any GNU Emacs 19, whether or not it was | |
3340 compiled with multiple frame support. | |
3341 (isearch-mode-map): Test isearch-gnu-emacs-events instead of | |
3342 isearch-frames-exist to see if we should bind switch-frame events. | |
3343 (isearch-update): Test isearch-gnu-emacs-events instead of | |
3344 isearch-frames-exist to see if unread-command-char's quiescent | |
3345 value is nil or -1. | |
3346 | |
3347 * simple.el (previous-line): Doc fix. | |
3348 | |
3349 1992-11-05 Stephen A. Wood (saw@cebaf.gov) | |
3350 | |
93515 | 3351 * fortran.el: Version 1.28.8. |
25830 | 3352 (fortran-indent-to-column): Make turning of lines that begin with |
3353 `fortran-continuation-string' into properly formated continuation | |
3354 lines work for fortran TAB mode. | |
3355 | |
93515 | 3356 * fortran.el: Version 1.28.7a. |
25830 | 3357 Cleaned up some doc strings. |
3358 | |
3359 (fortran-abbrev-help, fortran-prepare-abbrev-list-buffer): Use | |
3360 `insert-abbrev-table-description' and make buffer in abbrevs-mode. | |
3361 | |
93515 | 3362 * fortran.el: Version 1.28.7. |
3363 Many changes since version 1.28.3. Added auto-fill-mode, support | |
3364 for some Fortran 90 statements. Adjust comments to conform to new | |
25830 | 3365 gnu conventions. |
3366 | |
3367 (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
|
3368 \\2 and include cpp statements in matching. Changes for auto fill. |
25830 | 3369 |
93515 | 3370 (fortran-auto-fill-mode, fortran-do-auto-fill, fortran-break-line): |
3371 New functions to implement auto fill. | |
25830 | 3372 |
3373 (fortran-indent-line, fortran-reindent-then-newline-and-indent): | |
3374 Added auto fill support. | |
3375 | |
3376 (find-comment-start-skip, is-in-fortran-string-p): New functions. | |
3377 | |
3378 (fortran-electric-line-number): Works better in overwrite mode. | |
3379 | |
93515 | 3380 (fortran-indent-comment, fortran-indent-line) |
3381 (fortran-indent-to-column): Use find-comment-start-skip instead of | |
25830 | 3382 searching for `comment-start-skip'. |
3383 | |
3384 (fortran-mode, calculate-fortran-indent): Added indentation | |
3385 for fortran 90 statements. | |
3386 | |
3387 (fortran-next-statement, fortran-previous-statement): Bug fixes. | |
3388 | |
93515 | 3389 (fortran-mode, calculate-fortran-indent) |
3390 (fortran-setup-tab-format-style, fortran-setup-fixed-format-style): | |
3391 `fortran-comment-line-column' meaning changed. Now defaults to 0. | |
25830 | 3392 |
3393 1992-11-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3394 | |
3395 * term/x-win.el (command-switch-alist, x-switch-definitions): | |
3396 -ib was used for two things. Use -itype for icon type. | |
3397 | |
75609 | 3398 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3399 |
3400 * term/x-win.el: Moved functions to support selections and cut | |
3401 buffers out from amidst the X initialization code. | |
3402 | |
93515 | 3403 * simple.el (kill-line): Don't shift point before doing the delete. |
25830 | 3404 |
3405 * startup.el (normal-top-level): Don't worry about setting | |
3406 default-directory to PWD if PWD is shorter. And, if PWD isn't | |
3407 accurate, delete it. | |
3408 | |
75609 | 3409 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3410 |
3411 * compile.el (compile-internal): Use NAME-OF-MODE in the prompt | |
3412 when offering to kill an existing process. | |
3413 | |
3414 * autoload.el (make-autoload): When creating an autoload | |
3415 invocation for a macro, pass (list 'quote 'macro) as the sixth | |
3416 argument, not just t. autoload's sixth argument is now a type | |
3417 instead of just a boolean value, so we should use a value which | |
3418 reflects that. | |
3419 | |
3420 * cl.el: New version - 3.0 - from Cesar Quiroz. | |
3421 | |
3422 * etags.el (find-tag-noselect): Doc fix. | |
3423 | |
3424 1992-11-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3425 | |
3426 * rect.el (insert-rectangle): Put mark at upper left corner. | |
3427 | |
3428 * dired-aux.el (dired-mark-confirm): For `compress', | |
3429 say `Compress or uncompress'. | |
3430 (dired-map-over-marks-check): Likewise. | |
3431 | |
3432 1992-11-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3433 | |
3434 * isearch-mode.el (isearch-search): Handle all sorts of errors | |
3435 from regexp search. | |
3436 | |
3437 1992-10-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3438 | |
3439 * files.el (make-directory): Renamed from make-directory-path. | |
3440 Optional argument says whether to create parent dirs. | |
3441 Invoke file-name handler here. | |
3442 (after-find-file): Delete code that offers to create dir. | |
3443 Instead, just print a message. | |
3444 | |
3445 * bytecomp.el (byte-compile-lambda): | |
3446 Don't compile the interactive spec if it is a call to `list'. | |
3447 | |
75609 | 3448 1992-10-30 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3449 |
3450 * ange-ftp.el: Tighten the regular expression used in | |
3451 file-name-handler-alist to recognized ange-ftp filenames; the | |
3452 slash, username and hostname must be at the start of the filename, | |
3453 not just anywhere in the filename. | |
3454 | |
3455 1992-10-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3456 | |
3457 * tabify.el: Doc fix. | |
3458 | |
3459 1992-10-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3460 | |
3461 * vc.el (vc-admin): Pass t as noquery arg to vc-resynch-window. | |
3462 | |
3463 * paths.el (manual-program): Always use /usr/ucb/man if that exists. | |
3464 | |
3465 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3466 | |
3467 * fortran.el (fortran-tab-mode): Add defvar. | |
3468 (fortran-analyze-file-format): Bind i. | |
3469 (fortran-tab-mode-string): Add defvar. | |
3470 (fortran-tab-mode): Use `arg' as variable, not as function. | |
3471 (fortran-prepare-abbrev-list-buffer): New function. | |
3472 (fortran-abbrev-help): Call that. | |
3473 (fortran-window-create): Use screen-width, not frame-width. | |
3474 | |
3475 * info.el: Rename buffer-flush-undo to buffer-disable-undo. | |
3476 (Info-goto-emacs-key-command-node): Fix typo. | |
3477 (Info-menu-item-sequence): Commented out. | |
3478 (Info-follow-nearest-node): Use new event format. | |
3479 Select the window clicked on. | |
3480 | |
3481 * vc.el (vc-log-file, vc-log-version): Declared. | |
3482 | |
3483 * simple.el (shell-command-on-region): | |
3484 Use region-beginning and region-end, in interactive spec. | |
3485 | |
3486 1992-10-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3487 | |
3488 * isearch-mode.el (isearch-edit-string): | |
3489 Bind cursor-in-echo-area only around read-char/allocate-event. | |
3490 | |
3491 1992-10-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3492 | |
3493 * vc-hooks.el (vc-prefix-map): Put vc-diff on = and vc-directory on d. | |
3494 | |
3495 * vc.el (vc-resynch-window): New arg NOQUERY. | |
3496 Pass it to vc-revert-buffer1. | |
3497 (vc-checkout, vc-finish-logentry, vc-revert-buffer, vc-finish-steal): | |
3498 Supply t as NOQUERY arg for vc-resynch-window. | |
3499 (vc-next-action): | |
3500 Don't revert workfile from master if buffer is modified. | |
3501 | |
3502 1992-10-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3503 | |
3504 * files.el (set-visited-file-name): Change the auto save file name. | |
3505 | |
3506 * macros.el (insert-kbd-macro): Replace nonprinting chars with escapes. | |
3507 If arg is empty, use last macro as default. | |
3508 | |
3509 * sendmail.el (mail-aliases): Doc fix. | |
3510 | |
3511 * help.el (describe-function): Print `an autoloaded', not `a ...'. | |
3512 | |
3513 * simple.el (goal-column): Don't put the defvar inside the | |
3514 make-variable-buffer-local. | |
3515 | |
3516 1992-10-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3517 | |
3518 * dired.el (dired-chown-program): | |
3519 Treat silicon-graphics-unix like usg-unix-v. | |
3520 | |
3521 * rmail.el (rmail-mode-map): Delete binding of M-r (use global one). | |
3522 | |
3523 * lpr.el (lpr-command): | |
3524 Treat hpux and silicon-graphics-unix like usg-unix-v. | |
3525 | |
3526 * rmailout.el (rmail-output-to-rmail-file): Call abbreviate-file-name. | |
3527 | |
3528 * files.el: Doc fixes. | |
3529 | |
3530 1992-10-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3531 | |
3532 * simple.el (comment-region): Do move to next line, in neg arg case. | |
3533 | |
3534 * isearch-mode.el (isearch-mode-map): Make the top-level keymap dense. | |
3535 Explicitly bind control characters at that level. | |
3536 | |
3537 * files.el (file-truename): Check for root by seeing if | |
3538 directory-file-name returns same as DIR. | |
3539 Look for a file-truename handler for the file name. | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42860
diff
changeset
|
3540 * vc-hooks.el (vc-registered): Look for a vc-registered handler. |
25830 | 3541 But only if file-name-handler-alist is bound. |
3542 * ange-ftp.el: Add dummy handlers for file-truename and vc-registered. | |
93515 | 3543 (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host) |
25830 | 3544 (ange-ftp-add-dumb-unix-host): |
3545 Use default-directory, not dired-directory. | |
3546 (ange-ftp-allow-child-lookup): Eliminate dired-local-variables-file. | |
3547 | |
3548 * mailalias.el (mail-aliases): Add definition here. | |
3549 | |
3550 1992-10-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3551 | |
3552 * add-log.el (add-log-current-defun): Add condition-case around | |
3553 the body, so at worst we return nil. | |
3554 | |
3555 1992-10-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3556 | |
93515 | 3557 * paragraphs.el (kill-sentence, backward-kill-sentence) |
25830 | 3558 (kill-paragraph, backward-kill-paragraph): |
3559 Don't change point before calling kill-region. | |
3560 | |
3561 * sendmail.el (mail-setup): | |
3562 Call build-mail-aliases, not mail-abbrev-setup. | |
3563 (sendmail-send-it): Call expand-mail-aliases. | |
3564 | |
3565 * mailalias.el: Doc fixes. | |
3566 | |
3567 * mailabbrev.el: Delete version 18 compatibility stuff. | |
93515 | 3568 (mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs) |
25830 | 3569 (merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'. |
3570 (mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer. | |
3571 (mail-abbrev-next-line): Renamed from abbrev-hacking-next-line. | |
3572 | |
3573 * isearch-mode.el (isearch-mode-map): Use sparse keymaps. | |
3574 Start printing-char loop at SPC. | |
3575 | |
3576 * rmailsort.el (rmail-sort-messages): | |
3577 Give up right away if not Rmail mode. | |
3578 | |
3579 1992-10-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3580 | |
3581 * replace.el (occur): Always search entire buffer. | |
3582 | |
75609 | 3583 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3584 |
3585 * mouse.el (mouse-tear-off-window): New function. | |
3586 | |
3587 1992-10-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3588 | |
3589 * mouse.el (mouse-set-region): New command. Bind drag-mouse-1 to it. | |
3590 | |
3591 1992-10-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3592 | |
3593 * telnet.el (telnet): Wait for telnet output before sending `open'. | |
3594 | |
75609 | 3595 1992-10-14 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3596 |
3597 * files.el (file-truename): The variable ~ should be considered an | |
93515 | 3598 absolute pathname; handle it correctly. Concatenate the directory |
25830 | 3599 onto the filename in the correct order. |
3600 | |
3601 1992-10-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3602 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
3603 * isearch-mode.el (isearch-mode-map): Bind t in top-level map |
25830 | 3604 and in the submap for meta keys. Don't bind the individual chars. |
3605 | |
3606 1992-10-12 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
3607 | |
3608 * etags.el (visit-tags-table-buffer): When trying to pick table, call | |
3609 tags-expand-table-name on alternatives that might be nil. | |
3610 (tags-table-files): Don't call visit-tags-table-buffer; assume we | |
3611 are there. | |
3612 | |
3613 1992-10-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3614 | |
3615 * picture.el (edit-picture): Run picture-mode-hook. | |
3616 | |
75609 | 3617 1992-10-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) |
25830 | 3618 |
3619 * dired-aux.el (dired-compress-file): Change references to | |
3620 `from-file' to use `file'; the former only works because | |
3621 dired-compress-file is only called by dired-compress, which binds | |
3622 from-file. | |
3623 | |
3624 * rmail.el (rmail-mode): Make this autoload; we might find a file | |
3625 whose first line local variables want to put it in RMAIL mode; | |
3626 that ought to work. | |
3627 | |
3628 1992-10-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3629 | |
3630 * comint.el (comint-last-input-match): defvar moved up. | |
3631 | |
3632 * files.el (buffer-file-number): New variable. | |
3633 (find-file-noselect): Record the file's filenum and devnum. | |
3634 Notify if any buffer has the same values. | |
3635 (basic-save-buffer): Save new filenum and devnum. | |
3636 For file-precious-flag, pass real name as VISIT arg of write-region. | |
3637 (set-visited-file-name): Likewise. | |
3638 Clear buffer-file-{number,truename} if now visiting no file. | |
3639 | |
3640 1992-10-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3641 | |
3642 * rmail.el (mail-unsent-separator): Handle "Message text follows". | |
3643 | |
3644 * files.el (hack-one-local-variables): New subroutine. | |
3645 (hack-local-variables-prop-line): New function. | |
3646 (hack-local-variables): Use them both. | |
3647 (ignored-local-variables): New variable. | |
3648 | |
3649 * files.el (file-truename): New function. | |
3650 (find-file-noselect): Look for buffer with same truename. | |
3651 Warn about it; optionally find it. Set buffer-file-truename. | |
3652 (set-visited-file-name): Set buffer-file-truename. | |
3653 (buffer-file-truename): New var, permanent local in all buffers. | |
3654 (find-file-visit-truename, find-file-compare-truenames): New options. | |
3655 | |
3656 1992-10-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3657 | |
3658 * rmail.el (mail-unsent-separator): Allow "original message" as | |
3659 alternative. Allow extra dashes and spaces. | |
3660 (rmail-retry-failure): Ignore case while searching for unsent sep. | |
3661 | |
3662 * add-log.el (add-log-current-defun): In normal C case, | |
3663 start with beginning-of-line. | |
3664 In last (fallback) case, start with end-of-line. | |
3665 (add-log-current-defun-header-regexp): In first alternative | |
3666 within the parens, don't allow space as last character. | |
3667 | |
3668 * cust-print.el (custom-prin1-chars): | |
3669 Var defined, and renamed from prin1-chars. | |
3670 (circle-tree, circle-table): Define vars. | |
3671 (cust-print-vector, cust-print-list): Rename level to circle-level. | |
3672 (cust-print-top-level): Likewise. | |
3673 (circle-level): Var defined. | |
3674 | |
3675 * cmuscheme.el (inferior-scheme-filter-regexp): | |
3676 Move definition of this var up before first use. | |
3677 (scheme-buffer): Define variable. | |
3678 | |
3679 * cmulisp.el (cmulisp-mode): Eliminate compatibility code calling | |
3680 lisp-mode-variables with no arg. | |
3681 (cmulisp-mode-map): Use shared-lisp-mode-map as tail. | |
3682 (cmulisp-args-to-list): Fix typo in recursive call. | |
3683 (cmulisp-buffer): Define variable. | |
3684 | |
3685 * files.el (hack-local-variables): Ignore attempts to bind | |
3686 enable-local-eval. | |
3687 | |
3688 1992-10-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3689 | |
3690 * cust-print.el: CP:: changed to cust-print- in all names. | |
3691 Lots of doc fixes. | |
3692 | |
3693 1992-10-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3694 | |
3695 * add-log.el (add-log-current-defun): Catch errors checking for DEFUN. | |
3696 | |
3697 1992-10-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3698 | |
3699 * vc.el (vc-steal-lock): Use mail-setup, and do like `mail'. | |
3700 Supply vc-finish-steal as an action on sending. | |
3701 (vc-finish-steal): Delete the code to send the message. | |
3702 (vc-backend-steal): Put filename after options in rcs commands. | |
3703 Delete the workfile after the rcs -M -u. | |
3704 | |
3705 1992-10-05 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu) | |
3706 | |
3707 * rmail.el (rmail-first-unseen-message): Don't show the message, | |
3708 just return its number, if there was an unseen message. | |
3709 (rmail): Check for unseen messages before calling | |
3710 rmail-get-new-mail. After getting the new mail, call | |
93515 | 3711 rmail-show-message to show the pre-existing unseen message, or if |
25830 | 3712 that is nil, the current message, which rmail-get-new-mail sets to |
3713 the first new message. | |
3714 | |
3715 1992-10-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3716 | |
3717 * isearch-mode.el (isearch-ring-advance-edit): Delete spurious `)'. | |
3718 | |
3719 * info.el (Info-restore-point): Delete duplicate definition. | |
3720 | |
3721 1992-10-05 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
3722 | |
3723 * vc.el (vc-backend-checkin): | |
3724 Change buffers to get local value of vc-checkin-switches. | |
3725 | |
3726 * vc.el (vc-backend-checkin): | |
3727 Use apply on vc-do-command: vc-checkin-switches is a | |
3728 list. | |
3729 | |
3730 1992-10-05 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
3731 | |
3732 * vc.el (vc-checkin-switches): New defvar. | |
3733 (vc-backend-checkin): Pass vc-checkin-switches to prog. | |
3734 | |
3735 1992-10-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3736 | |
3737 * ls-lisp.el (insert-directory): Renamed from dired-ls. | |
3738 All other functions renamed to start with ls-lisp. | |
3739 | |
3740 * ls-lisp.el: New file from Kremer. | |
3741 | |
3742 1992-10-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3743 | |
3744 * fill.el (fill-paragraph): Don't actually change point before | |
3745 calling fill-region-as-paragraph. | |
3746 (fill-region-as-paragraph): Save point on undo list at start. | |
3747 | |
3748 1992-10-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3749 | |
3750 * simple.el (insert-buffer): Before reading arg, barf if read-only. | |
3751 | |
75609 | 3752 1992-10-03 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 3753 |
3754 * mouse.el: Begin adapting this to the new event format. | |
3755 (event-window, event-point, mouse-coords, mouse-timestamp): | |
3756 Removed. | |
93515 | 3757 (event-start, event-end, posn-window, posn-point, posn-col-row) |
3758 (posn-timestamp): New accessors; these are defsubsts. | |
3759 (mouse-delete-window, mouse-delete-other-windows) | |
3760 (mouse-split-window-vertically, mouse-set-point): Rewritten to use | |
25830 | 3761 the new accessors. |
3762 | |
3763 * mouse.el: Remove hack of binding down-mouse-1. | |
3764 | |
3765 * mouse.el (mouse-movement-p): Add docstring for this. | |
3766 | |
3767 1992-10-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3768 | |
3769 * simple.el (open-line): Shield undo from the hack to insert at pt-1. | |
3770 | |
3771 1992-10-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3772 | |
3773 * man.el (nuke-nroff-bs): 4 lines after header was 1 too many. | |
3774 Likewise for 10 before the header. | |
3775 | |
3776 1992-10-01 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
3777 | |
3778 * compile.el (compilation-parse-errors): Save (match-beginning 0) | |
3779 in a variable, so the looking-at call doesn't clobber its value | |
3780 when we want to use it to back up before the error we discard. | |
3781 Make sure compilation-error-list is at least two elts long before | |
3782 checking its first two elts for being in the same file. | |
3783 | |
3784 1992-09-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3785 | |
3786 * simple.el (kill-word): Don't change point before calling kill-region. | |
3787 (delete-indentation): Don't go beyond eob, comparing with fill-prefix. | |
3788 | |
75609 | 3789 1992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 3790 |
3791 * gud.el (gud-last-frame): Added defvar for this. | |
3792 | |
3793 1992-09-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3794 | |
3795 * info.el (Info-follow-nearest-node): Handle line breaks after *note. | |
93515 | 3796 Fix interactive spec. Doc fix. Put on mouse-3. |
25830 | 3797 |
3798 1992-09-30 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
3799 | |
3800 * compile.el (compilation-parse-errors): After we get enough errors | |
3801 to stop early, toss the last one (which is for a different file), | |
3802 so we don't lose the same way on the next run. | |
3803 | |
3804 1992-09-29 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
3805 | |
3806 * compile.el (compilation-parse-errors): When we reach | |
3807 FIND-AT-LEAST errors, keep going until we have seen all the | |
3808 consecutive errors in the same file. | |
3809 | |
3810 1992-09-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3811 | |
3812 * sendmail.el (mail-send-and-exit): Do other-buffer before bury-buffer. | |
3813 | |
3814 * rmail.el (mail-unsent-separator): Add another alternative. | |
3815 | |
75609 | 3816 1992-09-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 3817 |
3818 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value): | |
3819 Use x-get-cut-buffer and x-set-cut-buffer, instead of expecting | |
3820 x-selection-value to manipulate the cut buffers. | |
3821 | |
3822 * term/x-win.el (x-cut-buffer-or-selection-value): Treat | |
3823 selections whose value is the empty string like unset selections. | |
3824 This allows us to truncate cut buffers to the empty string (if the | |
3825 text is too large, say) without causing | |
3826 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
|
3827 |
25830 | 3828 * gud.el: When we send a command to the debugger via gud-call, |
3829 it's annoying to see the command and the new prompt in the | |
3830 debugger interaction buffer; nuke the command and the old prompt. | |
3831 (gud-delete-prompt-marker): New variable, with extensive documentation. | |
3832 (gud-mode): Make gud-delete-prompt-marker buffer-local, and | |
3833 initialize it. | |
3834 (gud-filter-insert): If gud-delete-prompt-marker is set, delete | |
3835 the prompt, and clear gud-delete-prompt-marker. | |
3836 (gud-call): Arrange for the last prompt printed to get deleted, by | |
3837 setting gud-delete-prompt-char. | |
3838 | |
3839 * gud.el (gud-def): Doc fix. | |
93515 | 3840 (gud-gdb-marker-filter, gud-sdb-marker-filter, gud-dbx-marker-filter): |
3841 Rename the argument `s' or `str' to `string', and change all uses; | |
3842 these definitions were referring to `string', which is unbound in the | |
3843 lexical context, but which happens to end up being bound to the right | |
3844 thing by the caller, gud-filter. | |
25830 | 3845 (sdb): Set comint-prompt-regexp, not comint-prompt-pattern; the |
3846 latter doesn't exist. | |
3847 (gud-dbx-debugger-setup): Use the argument `f', not the variable | |
3848 `file', which happens to be bound in the caller. | |
3849 (gud-filter-insert): The variable `start' is never used. The | |
3850 variable `moving' is unnecessary. The variable `old-buffer' and | |
3851 the unwind-protect form are unneeded, since save-excursion can do | |
3852 their work. The binding of output-after-point should be done after | |
3853 switching to the process's buffer, not in whatever random buffer | |
3854 happens to be current when the process filter is called. There's | |
3855 no need to set the process mark if we've just inserted at its | |
3856 location using insert-before-markers. | |
3857 (gud-read-address): Don't bother setting the variable `result'; it | |
3858 is never used. | |
3859 | |
3860 1992-09-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3861 | |
3862 * ange-ftp.el (ange-ftp-kill-ftp-process): Delete spurious ". | |
3863 | |
3864 * files.el (file-relative-name-1): New function split out. | |
3865 (file-relative-name): Use it. | |
3866 | |
3867 * timer.el (timer-process-sentinel): Don't set timer-scratch. | |
3868 | |
3869 * ws-mode.el (ws-mark-word): Use forward-word, with an arg, | |
3870 instead of backward-word. | |
3871 (wordstar-mode): Move after definition of keymap. | |
3872 (ws-move-block): Just two args for kill-region. | |
3873 | |
3874 * vc.el (vc-rename-file): Use OLD, not FILE which is unbound. | |
3875 | |
3876 * two-column.el: Use frame-width instead of screen-width. | |
3877 | |
3878 1992-09-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3879 | |
3880 * map-ynp.el: Use (function ...) around lambdas, so it works in v18. | |
3881 | |
3882 1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3883 | |
3884 * vc.el (vc-update-change-log): Use file-relative-name. | |
3885 | |
3886 1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3887 | |
3888 * files.el (file-relative-name): | |
3889 Rewritten so unrelativizable file names win. | |
3890 | |
3891 1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3892 | |
3893 * files.el (file-relative-name): Don't lose when DIRECTORY is nil. | |
3894 | |
3895 * files.el (file-relative-name): New function. | |
3896 | |
3897 1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3898 | |
3899 * vc.el (vc-checkin-hook): New user hook variable. | |
3900 (vc-log-after-operation-hook): New internal defvar. | |
3901 (vc-checkin): Set vc-log-after-operation-hook to 'vc-checkin-hook. | |
93515 | 3902 (vc-finish-logentry): Run vc-log-after-operation-hook at end. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
3903 |
25830 | 3904 (vc-update-change-log): When doing all visited files, remove directory |
3905 names from file names that are in default-directory. | |
3906 | |
3907 * vc.el (vc-update-change-log): | |
3908 Use shell-command, not shell-command-on-region. | |
3909 Take optional args to pass to script. | |
3910 Add fancy interactive spec: C-u for current file only; | |
3911 M-0 for all visited. | |
3912 | |
3913 1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3914 | |
3915 * find-dired.el: New version from sk. | |
3916 Changed copyright owner to FSF, and updated year. | |
3917 (find-grep-dired): Use ! -type d, not -type f. | |
3918 | |
3919 1992-09-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
3920 | |
3921 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
3922 (vc-mode-line): Add interactive spec. | |
3923 | |
3924 1992-09-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3925 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
3926 * two-column.el (tc-window-width, tc-separator, tc-other): |
25830 | 3927 Add permanent-local property. |
3928 (tc-two-columns): Renamed from tc-split. | |
3929 (tc-split): Renamed from tc-unmerge. Put it on C-x 6 s. | |
3930 Use make-local-variable on tc-separator. | |
3931 | |
3932 * spook.el (spook): Make it autoload. | |
3933 | |
3934 * gomoku.el (gomoku): Make it autoload. | |
3935 | |
3936 * mpuz.el: Fix setup of mpuz-read-map not to depend on keymap format. | |
3937 (mpuz): Renamed from mult-puzzle. Make it autoload. | |
3938 | |
93515 | 3939 * setenv.el (setenv): Doc fix. Make it autoload. |
25830 | 3940 |
3941 * diff.el (diff): Don't print echo area message. | |
3942 (diff-parse-differences): Always add `done' to message, at end. | |
3943 New local num-loci-found counts the loci. | |
3944 | |
3945 * mouse.el (mouse-split-window-vertically): Use @. | |
3946 (mouse-split-window-horizontally): New command. | |
3947 Use S-mouse-2 for them. | |
3948 (mouse-delete-window): Put on mode-line mouse-3. | |
3949 (mouse-save-then-kill): New command, on mouse-3. | |
3950 (mouse-delete-other-windows): Use @. Now on mode-line mouse-1. | |
3951 (mouse-scroll-down, mouse-scroll-up): Use e, get line from event. | |
3952 (mouse-scroll-move-cursor): Likewise. | |
3953 (mouse-scroll-left, mouse-scroll-right): Likewise for column. | |
3954 (mouse-scroll-move-cursor-horizontally): Likewise. | |
3955 | |
3956 1992-09-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3957 | |
3958 * files.el (after-find-file): New arg NOAUTO. | |
3959 (revert-buffer, recover-file): Pass t for that arg. | |
3960 | |
75609 | 3961 1992-09-23 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 3962 |
3963 * cal-mayan.el (calendar-print-mayan-date): Fix conversion in | |
3964 output message. | |
25830 | 3965 |
3966 1992-09-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3967 | |
3968 * c-mode.el (calculate-c-indent): When testing for function-start line, | |
3969 always match the first paren if have more than one. | |
3970 | |
3971 1992-09-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3972 | |
3973 * vms-pmail.el: New file. | |
3974 | |
3975 * texinfo.el (texinfo-mode): Capitalize the mode name string. | |
3976 | |
3977 * mail-extr.el (mail-undo-backslash-quoting): Renamed from undo-... | |
3978 (mail-safe-move-sexp): Renamed from safe-... | |
3979 (mail-variant-method): Renamed from variant-method. | |
3980 | |
3981 * tq.el: Doc fixes. Make tq-create autoload. | |
3982 | |
3983 * keypad.el: File deleted (obsolete). | |
3984 | |
3985 * setenv.el (setenv): Add interactive spec. Use \\` for string beg. | |
3986 Improve error message. | |
3987 | |
3988 * isearch-mode.el (isearch-other-meta-char): Use isearch-unread. | |
3989 Support `edit' as search-exit-option. | |
3990 | |
3991 * recompile-startup.el: File deleted. | |
3992 | |
3993 * at386.el: Deleted from here; latest version moved into term. | |
3994 | |
3995 * c-mode.el (calculate-c-indent): When checking for DEFUN macro, | |
3996 stop moving down if reach eob. | |
3997 | |
3998 1992-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
3999 | |
4000 * prompt.el: File deleted. | |
4001 | |
4002 * find-dired.el (start-process-shell-command): Deleted. | |
4003 | |
4004 * diff.el (diff-switches): Default is now -c. | |
4005 (diff-parse-differences): Use line beg as location of message. | |
4006 | |
4007 * c-mode.el (calculate-c-indent): When checking for DEFUN macro, | |
4008 stop moving down at line with # or /. | |
4009 (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
|
4010 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
|
4011 by excluding it from the region and adding spaces to bring back |
25830 | 4012 proper indentation of that point. |
4013 | |
4014 1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4015 | |
4016 * ange-ftp.el (ange-ftp-generate-anonymous-password): Default now t. | |
4017 ??? This file is waiting for papers from several people. | |
4018 | |
4019 * vms-patch.el (vms-command-line-again): New function. | |
4020 (vms-pmail-setup): Autoload added here. | |
4021 (vms-suspend-resume-hook): Handle envvars EMACS_COMMAND_ARGS and | |
4022 EMACS_FILE_LINE. | |
4023 | |
4024 * dired.el (dired-view-file, dired-up-directory): Test that | |
4025 dired-subdir-alist has more than one element, to use dired-goto-subdir. | |
4026 (dired-goto-file, dired-clean-up-after-deletion): Likewise. | |
4027 (dired-mark): Likewise, before dired-get-subdir. | |
4028 (dired-subdir-max): Likewise, before dired-next-subdir. | |
4029 | |
4030 * isearch-mode.el (isearch-done): Do push on ring if ring is empty. | |
4031 (isearch-edit-string): Get default from search ring. | |
4032 Don't set the default here. | |
4033 (search-last-string, search-last-regexp): Vars deleted. | |
4034 (search-highlight): No longer a user option. | |
4035 | |
4036 * subr.el (baud-rate): Defined. | |
4037 (substitute-key-definition): Understand today's keymap format. | |
93515 | 4038 New arg OLDMAP. Operate recursively on prefix keys. |
25830 | 4039 |
4040 * rmail.el (rmail-insert-inbox-text): Make the inbox file empty here | |
4041 if we rename it with rename-file here. | |
4042 (rmail-get-new-mail): Always try deleting the files in delete-files. | |
4043 | |
4044 1992-09-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4045 | |
4046 * lisp-mode.el (eval-last-sexp): Narrow before reading | |
4047 so don't read past point. | |
4048 | |
4049 * isearch-mode.el (isearch-mode): Change back to (baud-rate). | |
4050 | |
4051 * rmail.el (rmail-get-new-mail): Truncate inbox file if we | |
4052 fail to delete it, or if it's not in the ordinary mail spool dir. | |
4053 | |
4054 1992-09-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4055 | |
4056 * c-mode.el (calculate-c-indent): When checking for DEFUN macro, | |
4057 stop moving down at line with open-brace or close-brace. | |
4058 | |
4059 * ange-ftp.el (ange-ftp-file-name-as-directory): Fix typo. | |
4060 | |
75609 | 4061 1992-09-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4062 |
4063 * gud.el (gud-mode-map): Bind gud-refresh to C-c C-l, not C-c l; | |
4064 the latter is reserved for the user's purposes. | |
4065 | |
4066 1992-09-16 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu) | |
4067 | |
93515 | 4068 * isearch-mode.el (isearch-ring-advance-edit): Added missing |
25830 | 4069 closing paren to end of this function. |
4070 | |
4071 1992-09-16 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
4072 | |
4073 * rmail.el (rmail-insert-inbox-text): Avoid "Getting mail from" | |
4074 message for zero-length files. | |
4075 | |
4076 1992-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4077 | |
4078 * term/x-win.el: Bind M-next to scroll-other-window. | |
4079 | |
4080 * etags.el (visit-tags-table-buffer): Only return nil if (null | |
4081 tags-table-list-pointer) when CONT is t, not anything non-nil. | |
4082 | |
4083 * etags.el (tags-apropos): Pass arg to tags-apropos-function. | |
4084 | |
4085 * mailabbrev.el: Delete comment about needing papers. We have them. | |
4086 | |
4087 * etags.el (tags-apropos): Start FIRST-TIME as t, not nil. | |
4088 Set it to nil inside the loop. | |
4089 | |
4090 1992-09-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4091 | |
4092 * simple.el (previous-history-element): Doc fix. | |
4093 | |
4094 * isearch-mode.el (isearch-event-data-type): | |
4095 Renamed from isearch-events-exist. | |
4096 (isearch-frames-exist): Set properly in Emacs 18. | |
4097 (isearch-mode): Use baud-rate as variable, not function. | |
4098 (isearch-abort): Use nil as 2nd arg to `signal'. | |
4099 (isearch-ring-advance-edit, isearch-ring-retreat-edit): Fns deleted. | |
4100 (isearch-ring-adjust-edit): Fns deleted. | |
4101 (isearch-done): Add new string to ring unless matches newest elt. | |
4102 Don't update the yank pointers. | |
4103 (isearch-repeat): Always use newest elt of ring. | |
4104 (isearch-mode): Set *search-ring-yank-pointer to nil. | |
4105 (isearch-edit-string): Set cursor-in-echo-area to nil after read-char. | |
4106 Use read-from-minibuffer and specify a ring as history. | |
4107 (*search-ring-yank-pointer): Value now integer or nil. | |
4108 (isearch-ring-adjust1): Modify yank pointer usage accordingly. | |
4109 | |
4110 1992-09-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4111 | |
4112 * dabbrev.el: Change provide to 'dabbrev from 'dabbrevs. | |
4113 | |
4114 * etags.el (find-tag-noselect, next-file, list-tags, tags-apropos): | |
4115 Call visit-tags-table-buffer with nil, not 'reset. | |
4116 (tags-expand-table-name): New function. | |
4117 (tags-table-list-member): New function. | |
4118 (tags-next-table): New function. | |
4119 (visit-tags-file): Folded into visit-tags-table-buffer. | |
4120 (tags-table-list-started-at): New defvar. | |
4121 (visit-tags-table-buffer): Rewritten. No longer groks 'reset arg. | |
4122 For 'same, just expand tags-file-name. | |
4123 For t, use tags-next-table, and skip over nonexistent files. | |
4124 Use tags-table-list-member to search lists. | |
4125 Set tags-table-list-started-at. | |
4126 (visit-tags-table): Use (visit-tags-table-buffer 'same) in place of | |
4127 visit-tags-file. | |
4128 (tags-table-parent-pointer-list): Doc fix. | |
4129 (tags-table-including): New function, subr of visit-tags-table-buffer. | |
4130 | |
75609 | 4131 1992-09-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4132 |
4133 * gud.el (gdb, sdb, dbx): Use C-c C-r ("resume") for continuing, | |
4134 instead of C-c C-c. C-c C-c should be comint-interrupt-subjob; | |
4135 it's important to have that available, and the C-c C-c binding is | |
4136 consistent with all the other comint-derived modes. | |
4137 | |
4138 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4139 | |
4140 * isearch-mode.el: Add global key bindings. | |
4141 (isearch-mode-map): Use only define-key, not aset. | |
4142 Don't try using length of keymap. | |
4143 (isearch-update): Handle unread-command-char properly for Emacs 19. | |
4144 (isearch-switch-frame-handler): Use select-frame to switch frames. | |
4145 (isearch-pre-command-hook): Commented out. | |
4146 (search-upper-case): Renamed from search-caps-disable-folding. | |
4147 | |
4148 1992-09-14 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
4149 | |
4150 * etags.el (visit-tags-file): Return t iff tags file exists. | |
4151 (visit-tags-table): Error if file doesn't exist. | |
4152 (tags-next-table): New function, code broken out from | |
4153 visit-tags-table-buffer. | |
4154 (visit-tags-table-buffer): Use it. | |
4155 Skip over nonexistent files in the tags-table-list. | |
4156 (find-tag-in-order): When (not FIRST-SEARCH), call | |
4157 visit-tags-table-buffer with 'same, not nil. | |
4158 | |
4159 * etags.el (visit-tags-file): Check for file being a directory here. | |
4160 (visit-tags-table-buffer): Not here. | |
4161 (visit-tags-table): Or here. | |
4162 | |
4163 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4164 | |
4165 * rmail.el (rmail-retry-failure): Bind off mail-signature and | |
4166 mail-setup-hook. | |
4167 (rmail-forward): Likewise. | |
4168 | |
4169 * loaddefs.el: Added autoloads for dabbrev. (That section got lost.) | |
4170 | |
4171 * simple.el (repeat-complex-command): Get rid of strings added | |
4172 to command-history by read-from-minibuffer. | |
4173 Don't bind minibuffer-history-variable here. | |
4174 (previous-matching-history-element): Read argument manually, | |
4175 with a special history list. Delete this command from command-history. | |
4176 Fix arithmetic for counting N. | |
4177 (next-matching-history-element): Likewise. | |
4178 (minibuffer-history-search-history): New variable. | |
4179 | |
4180 * simple.el (read-expression-map): New keymap, w/ lisp-complete-symbol. | |
4181 (eval-expression, edit-and-eval-command): Use read-expression-map. | |
4182 (repeat-complex-command): Likewise. | |
4183 | |
4184 1992-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4185 | |
4186 * compile.el: Fix first lines of doc strings. | |
4187 (compilation-sentinel): Use local value of compilation-finish-function. | |
4188 (compilation-num-errors-found): New variable. | |
4189 (compilation-parse-errors): Use that, not `nfound'. | |
4190 * diff.el (diff-parse-differences): Likewise. | |
4191 | |
4192 * lisp-mode.el (save-match-data): Define indentation. | |
4193 | |
4194 * files.el (file-local-copy): New function, replaces diff-prepare. | |
4195 | |
4196 * subr.el (save-match-data): New macro. | |
4197 * files.el (insert-directory): Use that macro. | |
4198 (file-name-sans-versions): Likewise. | |
4199 * dired-aux.el (dired-compress-file): Likewise. | |
4200 * diff.el (diff-old-file, diff-new-file): Vars declared. | |
4201 (diff-old-temp-file, diff-new-temp-file): Vars declared. | |
4202 (dired-add-entry): Pass t as wildcard arg to insert-directory. | |
4203 (diff): Use compilation-finish-function to delete temp files. | |
4204 | |
4205 * comint.el (comint-mode): Reinsert kill-all-local-variables. | |
4206 Delete kludges to preserve comint-ptyp and comint-input-ring. | |
4207 (comint-ptyp): Move declaration before uses. Make permanent. | |
4208 (comint-input-ring): Make permanent. | |
4209 (comint-input-ring-index): Declare it. | |
4210 | |
4211 * bytecomp.el (byte-compile-report-error): | |
4212 Set byte-compiler-have-errors. | |
4213 (byte-compile-file): Don't kill ` *Compiler Input*' buffer if error. | |
4214 Put input and output buffers in local vars when made. | |
4215 Make two separate save-excursion forms, excluding the call | |
4216 to byte-compile-from-buffer. | |
4217 | |
4218 * dired.el (dired-uncache): New function. | |
4219 (dired-revert, dired-insert-old-subdirs): Use it. | |
4220 (dired-view-file): Undo previous change. | |
4221 | |
75609 | 4222 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4223 |
4224 * mouse.el: Change uses of 'K' interactive spec to 'e'. | |
4225 | |
4226 1992-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4227 | |
4228 * diff.el (diff): Call diff-prepare. If we do have temporary files, | |
4229 tell diff to override their names in the listing; delete them at end. | |
4230 (diff-prepare): New function. | |
4231 | |
4232 * 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
|
4233 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
|
4234 |
93515 | 4235 * dired.el (dired-display-file, dired-find-file-other-window) |
25830 | 4236 (dired-view-file, dired-find-file): Call file-name-sans-versions |
4237 to remove non-backup version numbers. | |
4238 | |
4239 * dired-aux.el (dired-compress-file): New function. | |
4240 (dired-compress): Call that, to compress and determine new name. | |
4241 | |
4242 * files.el (insert-directory): New function; based on dired-ls. | |
4243 Supports file-name-handler-alist. | |
4244 (insert-directory-program): New variable. | |
4245 * dired-aux.el (dired-add-entry, dired-insert-subdir-doinsert): | |
4246 Use insert-directory. | |
4247 * dired.el (dired-readin-insert): Use insert-directory. | |
4248 (dired-ls, dired-ls-program): Deleted. | |
4249 | |
4250 1992-09-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4251 | |
4252 * autoload.el (update-file-autoloads): Use beginning of specified line. | |
4253 | |
4254 * loaddefs.el: Sort alphabetically by file name. | |
4255 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4256 * files.el (backup-buffer): If backup file to copy into exists |
25830 | 4257 and is not writable, try deleting it. |
4258 | |
4259 * ange-ftp.el: New version from Andrew Norman. | |
4260 Modified to use file-name-handler-alist. | |
4261 Get rid of the dummy shell mode. | |
4262 Rename many variables used free to start with ange-ftp. | |
4263 Don't do anything special for revert-buffer. | |
4264 | |
4265 1992-09-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4266 | |
4267 * mouse.el (x-fixed-font-alist): New variable. | |
4268 (mouse-set-font): New function, now on C-mouse-3. | |
4269 | |
4270 * term/x-win.el (scroll-bar-mode): New function (and variable too). | |
4271 | |
4272 * dired.el (dired-next-subdir, dired-subdir-index): Moved here | |
4273 * dired-aux.el: From here. | |
4274 * 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
|
4275 Clarify final message. |
25830 | 4276 |
4277 * files.el (auto-mode-alist): Recognize ChangeLog.N as change-log-mode. | |
4278 Move *.N pattern for nroff mode after ChangeLog.N. | |
4279 | |
4280 1992-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4281 | |
4282 * add-log.el (add-log-current-defun): Use eq instead of = when one | |
4283 side might be nil. | |
4284 | |
75609 | 4285 1992-09-09 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
40965 | 4286 |
4287 * frame.el (frame-notice-user-settings): In situations where we | |
25830 | 4288 have to delete the existing frame and create a new one, redirect |
4289 the dying frame's focus to the new frame, so that characters typed | |
4290 ahead won't get lost. | |
4291 | |
4292 * frame.el (frame-notice-user-settings): Explicitly include | |
4293 default-frame-alist in the frame parameter lists; it was nil | |
4294 before the .emacs file was loaded, and now we have to make sure it | |
4295 takes effect. | |
4296 | |
4297 * subr.el (keyboard-translate): keyboard-translate-table is a C | |
4298 variable; it's never unbound. Assume it's bound, and create a new | |
4299 string if its current value is a non-array, or if the current | |
4300 array is too short to handle FROM or TO. | |
4301 | |
4302 1992-09-08 Joseph Arceneaux (jla@geech.gnu.ai.mit.edu) | |
4303 | |
4304 * mailabbrev.el (sendmail-pre-abbrev-expand-hook): Changed the | |
93515 | 4305 structure of this function: don't check to call |
25830 | 4306 mail-resolve-all-aliases unless we are actually in a header field |
4307 where an abbrev should be expanded. | |
4308 | |
4309 1992-09-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4310 | |
4311 * c-mode.el (c-fill-paragraph): Fix the cases where point is before | |
4312 or after the comment. This uses new var comment-start-place. | |
4313 | |
75609 | 4314 1992-09-04 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4315 |
4316 * rmail.el (rmail-unix-mail-delimiter): Expand this to recognize | |
93515 | 4317 time zones after the date too. Re-arranged some of the whitespace |
25830 | 4318 matching, to facilitate factoring out the time zone regexp. |
4319 (rmail-nuke-pinhead-header): Deal with the timezone matched in | |
4320 either position. | |
4321 | |
4322 1992-09-04 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
4323 | |
4324 * server.el: Add provide. | |
4325 | |
4326 1992-09-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4327 | |
4328 * c-mode.el (calculate-c-indent): Delete stray setq of tem. | |
4329 (c-fill-paragraph): If line contains any comment, treat as comment. | |
4330 | |
4331 * add-log.el (change-log-mode): Match start of word at start of line. | |
4332 * page.el (forward-page): Handle page delim that matches null string. | |
4333 | |
4334 * rmail.el (rmail-mode): Doc fix. | |
4335 | |
4336 * shell.el (shell): Doc fix. | |
4337 | |
4338 * sendmail.el (mail-do-fcc): Copy code from Emacs 18 to add time zone. | |
4339 | |
75609 | 4340 1992-09-03 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4341 |
4342 * rmail.el (rmail-unix-mail-delimiter): Split this up and comment | |
4343 its various components so it looks a bit less like three lines of | |
4344 garbage. | |
4345 | |
4346 1992-09-02 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
4347 | |
4348 * compile.el (compile-goto-error): Move to bol before looking for | |
4349 the error. | |
4350 | |
75609 | 4351 1992-09-02 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4352 |
4353 * c-mode.el (c-auto-newline): Added backslashed before quotes in | |
4354 docstring. | |
4355 | |
4356 1992-09-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4357 | |
4358 * lpr.el (lpr-command): Make this autoload. | |
4359 | |
4360 * fill.el (justify-current-line): Fix escape syntax of regexp constant. | |
4361 | |
4362 1992-08-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4363 | |
4364 * files.el (enable-local-eval): Default value is `maybe'. | |
4365 (hack-local-variables): Ask just once about `eval:', not each time. | |
4366 | |
4367 1992-08-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4368 | |
4369 * loadup.el: Don't delete old DOC-M.N.O file if it doesn't exist. | |
4370 | |
4371 1992-08-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4372 | |
4373 * loadup.el: Delete old DOC-M.N.O file before copying to it. | |
4374 | |
4375 * c-mode.el (calculate-c-indent): Recognize the Emacs DEFUN macro. | |
4376 Do condition-case around sexp functions when checking for | |
4377 function arg decls. | |
4378 (c-fill-paragraph): Detect comment starting after code on current line. | |
4379 Exclude everything before line where comment starts. | |
4380 | |
4381 * add-log.el (add-log-current-defun): Fix test for LOCATION | |
4382 in range, for instace of DEFUN macro. | |
4383 | |
4384 * simple.el (open-line): Fix fill-prefix case. | |
4385 | |
4386 * loaddefs.el: Swap bindings of C-x a i l and C-x a i g. | |
4387 The former is now for mode abbrevs and the latter for global. | |
4388 | |
4389 1992-08-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4390 | |
4391 * mouse.el: Add bindings for down-mouse-1, drag-mouse-1, | |
4392 S-mouse-3, C-mouse-1. | |
4393 Add real keybindings for scroll bar commands. | |
4394 (help-menu-map): New tree of menu-maps, on C-mouse-2. | |
4395 (mouse-buffer-menu): New function. | |
4396 | |
4397 1992-08-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4398 | |
4399 * c-mode.el (calculate-c-indent): If taking indent from prev stmt | |
4400 and it starts with an {, subtract c-brace-offset. | |
4401 | |
4402 1992-08-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4403 | |
4404 * add-log.el (add-log-current-defun): Recognize Emacs DEFUN properly. | |
4405 | |
75609 | 4406 1992-08-24 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4407 |
4408 * rnewspost.el (news-setup): Don't use kill-line; that puts | |
4409 trash in the kill ring; instead, use delete-region. | |
4410 | |
4411 * mouse.el (mouse-kill, mouse-set-point): Remember that | |
4412 event-point does not always return a number; it may return | |
4413 `mode-line' or `vertical-line'. | |
4414 | |
4415 * simple.el (prefix-arg-internal): Make sure that the key | |
4416 sequence is a string before comparing it against "0" and "9". | |
4417 | |
4418 1992-08-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4419 | |
4420 * etags.el (etags-recognize-tags-table): Don't print message. | |
4421 | |
4422 1992-08-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4423 | |
4424 * simple.el: Doc fixes. | |
4425 | |
75609 | 4426 1992-08-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 4427 |
4428 * sendmail.el (mail-signature-file): Undo the previous change - | |
4429 replace this with mail-signature. The manual has already gone to | |
4430 the printer. | |
4431 (mail-setup): Use mail-signature, rather than mail-signature-file. | |
4432 (mail-signature): Use "~/.signature", rather than | |
4433 mail-signature-file. | |
4434 (mail): Doc fix. | |
4435 | |
4436 1992-08-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4437 | |
4438 * rmail.el (rmail): Bind enable-local-variables, not inhibit... | |
4439 | |
4440 * sendmail.el (mail-setup): Don't use mail-signature-file | |
93515 | 4441 if nonexistent. Insert just one newline if no signature. |
25830 | 4442 |
4443 1992-08-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4444 | |
4445 * rmail.el (rmail-next-undeleted-message): No error at eob, | |
4446 just message. (This reverses the previous change.) | |
4447 | |
75609 | 4448 1992-08-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4449 |
4450 * sendmail.el (mail-signature): Variable replaced with... | |
4451 (mail-signature-file): This, since this is the way all the | |
4452 other lisp packages do it, and it's how people always say they | |
4453 want it on the mailing lists. | |
4454 (mail-setup, mail-signature): Adjusted accordingly. | |
4455 (mail): Doc fix. | |
4456 | |
4457 1992-08-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4458 | |
4459 * sort.el (sort-subr): No progress messages if sorting less than 50k. | |
4460 | |
75609 | 4461 1992-08-17 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 4462 |
4463 * solar.el (sunrise-sunset): Get various values set properly when | |
4464 there is (or isn't) a double prefix arg. | |
4465 | |
75609 | 4466 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4467 |
4468 * timer.el (run-at-time, timer-process-filter): The character | |
4469 used to separate the time from the token in input to the timer | |
4470 subprocess used to be ?\001, which is not human-readable. | |
4471 Make it ?@, which is. | |
4472 | |
4473 1992-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4474 | |
4475 * info.el (Info-find-node): Be more flexible about format of | |
4476 tags table. | |
4477 | |
4478 1992-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4479 | |
4480 * unrmail.el: New file. | |
4481 | |
75609 | 4482 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
40965 | 4483 |
4484 * hideif.el (hide-ifdef-mode): Made this function autoload. | |
93515 | 4485 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines): |
4486 Make these variables autoload. | |
25830 | 4487 |
4488 1992-08-12 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4489 | |
4490 * compile.el (grep-regexp-alist): New defvar. | |
4491 (grep): Pass grep-regexp-alist to compile-internal. | |
4492 | |
93515 | 4493 * etags.el (find-tag-noselect): |
4494 If NEXT-P, (visit-tags-table-buffer 'same) first. | |
25830 | 4495 |
4496 * add-log.el: Add (provide 'add-log). | |
4497 | |
4498 1992-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4499 | |
4500 * add-log.el (change-log-mode): Make it autoload. | |
4501 | |
75609 | 4502 1992-08-12 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4503 |
4504 * frame.el (initial-frame-alist): Change the initial frame | |
4505 alist from ((minibuffer . nil)), which asks for no minibuffer, | |
4506 to ((minibuffer . t)), which asks for a minibuffer. | |
4507 | |
40965 | 4508 * term/x-win.el: Don't call set-input-mode from here; it's |
25830 | 4509 already taken care of in x_term_init, which is called from |
4510 Fx_open_connection. Rah. | |
4511 | |
75609 | 4512 1992-08-11 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4513 |
4514 * calendar.el, diary.el, diary-insert.el, holidays.el, | |
93515 | 4515 * cal-french.el, cal-mayan.el, solar.el, lunar.el: Installed the |
25830 | 4516 latest update of this calendar stuff from that calendar guy, Ed |
4517 Reingold. Entries for his changes have been inserted in this | |
4518 file, ordered by date amongst the rest of the changes. | |
4519 * diary-add.el: This has become diary-insert.el. | |
93515 | 4520 * calendar.el (generate-calendar-window, update-calendar-mode-line) |
4521 (calendar-set-mode-line): Replace uses of screen-width with frame-width. | |
25830 | 4522 * diary.el (simple-diary-entry, fancy-diary-entry): Same. |
4523 | |
4524 1992-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4525 | |
4526 * simple.el (eval-expression): Doc fix. | |
4527 | |
4528 1992-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4529 | |
4530 * add-log.el (add-log-current-defun): Protect against "Unbalanced | |
4531 parens" error from down-list. | |
4532 | |
75609 | 4533 1992-08-10 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4534 |
4535 * frame.el (set-screen-width, set-screen-height): Make the | |
4536 docstring say that these are obsolete. | |
93515 | 4537 (screen-width, screen-height, set-screen-width, set-screen-height): |
4538 Apply make-obsolete to these. | |
25830 | 4539 |
75609 | 4540 1992-08-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 4541 |
4542 * calendar.el (calendar-mode): Update mode line. | |
4543 | |
4544 * calendar.el (calendar-read-date): New function. | |
4545 (calendar-goto-date): Use it. | |
4546 | |
4547 * holidays.el (holidays): Optional prefix arg causes prompting for | |
4548 month and year. | |
4549 | |
4550 * calendar.el (calendar-interval): Fix doc string. | |
4551 | |
4552 * calendar.el (calendar): Changed use of prefix arg--now it causes | |
4553 prompting for the month and year. | |
4554 (regenerate-calendar-window): Renamed generate-calendar-window. | |
4555 Changed optional argument from an offset from the current month to | |
4556 a month, year pair. | |
93515 | 4557 (redraw-calendar, calendar-current-month, scroll-calendar-left) |
4558 (calendar-other-month): Change calls from regenerate-calendar-window | |
40965 | 4559 to generate-calendar-window. |
25830 | 4560 |
4561 1992-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4562 | |
40965 | 4563 * vc.el (vc-revert-buffer): Use yes-or-no-p. Doc fix. |
4564 | |
4565 * Reinstalled a loaddefs.el backup dated Aug 4. | |
4566 The installed copy seems to be a very old version. | |
4567 | |
75609 | 4568 1992-08-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4569 |
4570 * frame.el (set-screen-width, set-screen-height): Changed these | |
4571 from fset aliases to actual functions, since they aren't supposed | |
4572 to take a frame argument, while set-frame-{width,height} do. | |
4573 | |
4574 1992-08-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
4575 | |
4576 * add-log.el (add-log-current-defun): Handle ansidecl DEFUN macros. | |
4577 (change-log-mode): Doc fix. | |
4578 | |
4579 * add-log.el (add-log-current-defun): Use an intelligent regexps | |
4580 instead of many looking-at calls. Use memq instead of (or (eq x a) | |
4581 (eq x b)). Stupidity reigns. | |
4582 | |
75609 | 4583 1992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4584 |
4585 * frame.el (set-frame-width, set-frame-height): Functions deleted | |
4586 *again*. Where did these come from? | |
4587 | |
4588 * bytecomp.el: Merged changes up to version 2.08 of the | |
4589 Zawinski-Furuseth compiler. Added a comment above the declaration | |
4590 of byte-compile-version indicating this, to assist future patchers. | |
4591 (byte-compile-warnings): Doc fix. | |
4592 (byte-recompile-directory): Ignore CVS subdirectories, as well as | |
4593 RCS dirs. | |
4594 * byte-opt.el: Correctly extract the components of a compiled | |
4595 function object. | |
4596 | |
4597 * bytecomp.el (byte-compile-warnings): Have this default to t, | |
4598 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
|
4599 variables. |
25830 | 4600 |
93515 | 4601 * appt.el (appt-issue-message, appt-message-warning-time) |
4602 (appt-audible, appt-visible, appt-display-mode-line) | |
4603 (appt-msg-window, appt-display-duration, appt-display-diary): Added | |
25830 | 4604 ;;;###autoload cookies for these variables, since they are options |
4605 for the user to set. | |
93515 | 4606 * tex-mode.el (tex-shell-file-name, tex-directory, tex-offer-save) |
4607 (tex-run-command, latex-run-command, latex-block-names) | |
4608 (slitex-run-command, tex-bibtex-command, tex-dvi-print-command) | |
4609 (tex-alt-dvi-print-command, tex-dvi-view-command) | |
4610 (tex-show-queue-command, tex-default-mode, tex-open-quote) | |
4611 (tex-close-quote): Same. | |
25830 | 4612 |
4613 1992-08-06 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
4614 | |
4615 * add-log.el (add-log-current-defun): Use eq instead of = when one | |
4616 side might be nil. | |
4617 | |
4618 * compile.el (compilation-mode-map): Change | |
4619 compilation-previous/next-file bindings to M-{ and M-}. | |
4620 | |
75609 | 4621 1992-08-05 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 4622 |
93515 | 4623 * cl.el (*cl-valid-named-list-accessors*, *cl-valid-nth-offsets*) |
4624 (byte-compile-named-accessors): Deleted. | |
25830 | 4625 (first, second, ... tenth, rest): Define these with defsubst, to |
4626 get the same effect. | |
4627 (byte-compile-ca*d*r): Deleted. | |
4628 (caar, cadr, ..., cddddr): Define these using defsubst. | |
4629 | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42860
diff
changeset
|
4630 Installed changes from Zawinski-Furuseth 2.04 to 2.07: |
25830 | 4631 * byte-run.el (dont-compile): Doc fix. |
4632 (make-obsolete-variable): New function. | |
4633 * bytecomp.el (byte-compile-log-1): Added new optional argument, | |
4634 FILL; if it is non-nil, reformat the error message. | |
4635 (byte-compile-warn): Use that flag. | |
93515 | 4636 (byte-recompile-directory): Offer to recompile subdirectories. |
4637 If prefix argument is zero, create .elc files for those .el files | |
25830 | 4638 which lack them, without asking. |
4639 (byte-compile-output-form, byte-compile-output-docform): Disable | |
4640 print-gensym while writing the form. | |
4641 (byte-compile-form): Warn if t or nil are called as functions. | |
4642 (byte-compile-variable-ref): Check for, and warn about, obsolete | |
4643 variable uses. | |
93515 | 4644 (byte-set-marker, byte-string=, byte-string<, byte-setcar) |
4645 (byte-setcdr, byte-rem): Define these with byte-defop-compiler19, | |
25830 | 4646 not plain byte-defop-compiler. |
93515 | 4647 (auto-fill-hook, blink-paren-hook, lisp-indent-hook) |
4648 (temp-buffer-show-hook, inhibit-local-variables): Declare these | |
25830 | 4649 variables to be obsolete. |
4650 * byte-opt.el (byte-optimize-apply): If the last argument to apply | |
4651 is a constant list, and we therefore decide to turn this into a | |
4652 funcall, then don't forget to quote all the elements of the | |
4653 constant list. | |
4654 | |
93515 | 4655 * inf-lisp.el (inferior-lisp-filter-regexp, inferior-lisp-program) |
4656 (inferior-lisp-load-command, inferior-lisp-prompt) | |
4657 (inferior-lisp-mode-hook, inferior-lisp): Added ;;;###autoload | |
25830 | 4658 cookies for these. |
4659 | |
4660 * bytecomp.el (byte-compile-warnings): When choosing the default | |
4661 value for this variable, don't forget to apply delq to a COPY of | |
4662 byte-compile-warning-types, so we don't nuke the `free-vars' flag | |
4663 altogether. | |
4664 | |
4665 1992-08-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4666 | |
4667 * 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
|
4668 Choice of amount to increment n by was backwards. |
25830 | 4669 (rmail-search-backwards): Setting of reversep was backwards. |
4670 | |
4671 1992-08-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4672 | |
4673 * compile.el (compilation-next-file): Use FILE instead of "This" | |
4674 in error for moving too far. | |
4675 | |
4676 1992-08-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4677 | |
4678 * comint.el (comint-mode-map): Set to nil at load time. | |
4679 | |
4680 * lint.el: File deleted. | |
4681 | |
4682 1992-08-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4683 | |
4684 * compile.el (compilation-parse-errors): Write progress messages | |
4685 on all regexp matches, not just errors. | |
4686 | |
4687 1992-08-04 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
4688 | |
93515 | 4689 * view.el (view-mode): Teach this how to use help-char. |
25830 | 4690 |
4691 * info.el (Info-mode): scroll-up, scroll-down now do the right | |
4692 thing for preorder browsing when the beginning/end of the node | |
4693 is visible. RET now goes to the next preorder node. These | |
4694 changes make sequential reading of info subtrees easier. | |
4695 | |
75609 | 4696 1992-08-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 4697 |
4698 * appt.el (appt-make-list): Add ;;;###autoload cookie for this | |
4699 function. | |
4700 | |
4701 * vc-hooks.el: Removed autoloads; this task is better performed by | |
4702 the autoload cookies. | |
93515 | 4703 * vc.el (vc-next-action, vc-register, vc-diff, vc-insert-headers) |
4704 (vc-directory, vc-create-snapshot, vc-retrieve-snapshot) | |
4705 (vc-print-log, vc-revert-buffer, vc-cancel-version) | |
4706 (vc-update-change-log): Added the ;;;###autoload cookies to these | |
25830 | 4707 functions, since they get bound to keys in the global keymap. |
4708 * loadup.el: Load vc-hooks.el. | |
4709 | |
4710 1992-08-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4711 | |
4712 * compile.el (compile-error-at-point): New function. | |
4713 (compilation-next-error): Use it. | |
4714 (compile-file-of-error): New function. | |
4715 (compilation-next-file, compilation-previous-file): New functions. | |
4716 (compilation-mode-map): Bind C-x [ and C-x ] to them. | |
4717 | |
4718 1992-08-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4719 | |
4720 * compile.el (next-error): Call compile-reinitialize-errors with | |
4721 3rd arg of ARGP-1, not ARGP. | |
4722 (compile-reinitialize-errors): Don't need to parse if | |
4723 compilation-parsing-end is past LIMIT-SEARCH. | |
4724 (compilation-next-error): Rewritten to use compile-reinitialize-errors | |
4725 limiting args. | |
4726 (compile-reinitialize-errors): Don't parse at all if | |
4727 compilation-parsing-end is at (point-max). | |
4728 | |
4729 * loaddefs.el (complete-tag): Define here to always error; loading | |
4730 etags will redefine it. | |
4731 | |
4732 * etags.el (complete-tag): Error if no tags table loaded. | |
4733 | |
4734 1992-08-03 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
4735 | |
93515 | 4736 * ebuff-menu.el, echistory.el, help.el, hexl.el: Teach these packages |
25830 | 4737 to use help-char, and add the appropriate magic to doc strings. |
4738 | |
4739 1992-08-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4740 | |
4741 * gud.el (gud-def): If KEY is nil, don't make a binding. | |
4742 | |
75609 | 4743 1992-08-03 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 4744 |
4745 * diary.el (print-diary-entries): Rewrote to work for either | |
4746 simple or fancy diary display. | |
4747 (add-diary-heading): Deleted--incorporated into print-diary-entries. | |
4748 * calendar.el (print-diary-entries-hook): Change default value. | |
25830 | 4749 |
4750 1992-08-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4751 | |
4752 * add-log.el (change-log-mode): Doc fix. | |
4753 | |
4754 * map-ynp.el (map-y-or-n-p): Use key-description for USER-KEYS. | |
4755 | |
75609 | 4756 1992-08-03 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4757 |
4758 * 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
|
4759 It doesn't seem to be wedged for me, and I can't find out how it is |
25830 | 4760 wedged unless it's enabled. |
4761 | |
93515 | 4762 * terminal.el (terminal-map, terminal-escape-map) |
4763 (terminal-more-break-map): Apply fillarray to the cadr of the map, | |
25830 | 4764 not to the map itself; dense keymaps are no longer vectors. |
4765 * ehelp.el (electric-help-map): Same here. | |
4766 | |
4767 * bytecomp.el (byte-compile-file): Don't catch errors here. | |
4768 (displaying-byte-compile-warnings): Catch them here. This way, | |
4769 errors get caught no matter which compilation entry point we use; | |
4770 anyplace that can report warnings, also catches errors. | |
4771 | |
4772 * sun-cursors.el: Require 'cl, for the sake of the push macro. | |
4773 (sc::pic-ins-at-mouse): Call move-to-column with the FORCE | |
4774 argument true, instead of calling an unknown function named | |
4775 `move-to-column-force'. | |
4776 | |
4777 * medit.el (medit-zap-define-to-mdl): Fix interactive spec. | |
4778 (medit-zap-define-to-mdl): Change `medit-save-defun' to | |
4779 `medit-save-define'. | |
4780 (medit-save-region, medit-save-buffer, medit-zap-define-to-mdl): | |
93515 | 4781 Changed `medit-go-to-mdl' to `medit-goto-mdl'. Did anyone ever |
25830 | 4782 try this code? |
4783 | |
4784 1992-08-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4785 | |
4786 * comint.el: Fix message syntax. | |
4787 (comint-previous-similar-input): Use error, not message. | |
4788 | |
4789 * files.el (save-some-buffers): Use C-r, not v, to look at a buffer. | |
4790 Use view-buffer and a recursive edit to do it. | |
4791 | |
4792 * view.el: Delete key bindings for C-x v and C-x 4 v. | |
4793 (View-scroll-lines-forward, view-helpful-message): | |
4794 Use view-exit, not exit-recursive-edit. | |
4795 | |
4796 * map-ynp.el: Fix prompt. | |
4797 | |
4798 * 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
|
4799 (dired-change-marks): New command. |
25830 | 4800 (dired-mode-map): Put dired-change-marks on c. |
4801 Put dired-do-kill-lines on k. | |
4802 | |
4803 * dired-aux.el: Require dired.el for compilation. | |
4804 (dired-bunch-files): Was duplicating PENDING in apply calls. Fixed. | |
4805 (dired-do-shell-command, dired-run-shell-command): | |
4806 Delete arg IN-BACKGROUND; rely on including & at end of command. | |
4807 (dired-run-shell-command): Return nil. | |
4808 (dired-do-shell-command): Accept COMMAND as arg; use minibuf | |
4809 within `interactive'. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4810 (dired-create-files, dired-handle-overwrite): |
25830 | 4811 Rename overwrite-confirmed to dired-overwrite-confirmed. |
4812 (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
|
4813 (dired-kill-line-or-subdir): Deleted. |
25830 | 4814 |
4815 1992-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4816 | |
4817 * mailabbrev.el [from jwz] (mail-interactive-insert-alias): Do | |
4818 mail-aliases-setup if necessary before completing for interactive. | |
4819 (build-mail-aliases): Changed parsing regexp. | |
4820 | |
4821 * compile.el (compilation-parse-errors): Take 2nd arg FIND-AT-LEAST. | |
4822 If non-nil, stop after parsing that many new errors. | |
4823 (compilation-parse-errors-function): Document 2nd arg. | |
4824 (compile-reinitialize-errors): Take optional 3rd arg; pass to parser. | |
4825 (next-error): Pass repeat count to compile-reinitialize-errors. | |
4826 * diff.el (diff-parse-differences): Take same new arg. | |
4827 | |
4828 * reposition.el (C-l): Fix typo. | |
4829 | |
4830 1992-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4831 | |
4832 * comint.el: ring-* functions deleted--get them from ring.el. | |
4833 | |
4834 * ring.el (ring-mod): Renamed from comint-mod. | |
4835 Provide `ring', not history'. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4836 (make-ring, ring-p): Add autoloads. |
25830 | 4837 * history.el: Link deleted. |
4838 | |
4839 * c-mode.el (c-up-conditional): New function. | |
4840 | |
4841 * add-log.el (add-log-current-defun): In C and Lisp, verify the defun | |
4842 really starts at or before the original point. | |
4843 | |
75609 | 4844 1992-08-01 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4845 |
4846 * mailalias.el: Provide 'mailalias. | |
4847 * mailpost.el: Require 'mailalias and 'sendmail, since we use | |
4848 expand-mail-aliases and mail-do-fcc. | |
4849 | |
4850 * mail-extr.el (mail-extract-address-components, variant-method): | |
4851 Use buffer-disable-undo instead of buffer-flush-undo; the latter | |
4852 is obsolete. | |
4853 | |
4854 * lpr.el (print-region-new-buffer): Added arguments START and END; | |
4855 this used to use dynamic scope, but it makes things less readable. | |
4856 (print-region-1): Always call this with two arguments, not | |
4857 sometimes two and sometimes none. | |
4858 | |
4859 * lint.el: Require 'compile. | |
4860 (compilation-convert-lint): Call set-buffer with only one argument. | |
4861 | |
4862 * life.el: Move the definitions of the macros out of the require | |
4863 clause; the new compiler seems to handle the macros correctly. | |
4864 (life): Add an autoload cookie for this. | |
4865 (life-display-generation): If the sit-for returns before the | |
4866 timeout has elapsed, exit the life loop. | |
4867 | |
4868 * ledit.el (ledit-setup): Use shared-lisp-mode-map, instead of | |
4869 lisp-mode-commands. | |
4870 | |
4871 * kermit.el (kermit-send-input-cr): comint-send-input doesn't | |
4872 accept any arguments. Instead of applying comint-send-input to | |
4873 "\r", call comint-send-input on no arguments, and then use | |
4874 comint-send-string to send the carriage return. | |
4875 (kermit-clean-filter): Call re-search-backward, not | |
4876 re-search-backware. | |
4877 (kermit-clean-on): Remove extra quote from doc string. | |
4878 | |
4879 * informat.el (batch-info-validate): Don't pass any arguments to | |
4880 Info-tagify; it doesn't want any. | |
4881 | |
4882 * hideif.el (hif-endif-to-ifdef): Fix munged comment which was | |
4883 interfering with parsing. | |
4884 | |
4885 * hexl.el (hexl-next-line): Fixed up malformed let binding. | |
4886 | |
4887 * bytecomp.el (byte-compile-file): Catch errors that occur during | |
4888 compilation, and record them in the compilation log. This allows | |
4889 us to find the name of the guilty file when we get a "invalid read | |
4890 syntax" error or some such. | |
4891 | |
4892 * gud.el: Require `etags', not `tags'. | |
4893 (sdb): Move interactive spec to top of function, just under doc string. | |
4894 (gud-read-address, send-gud-command): Use the point and point-max | |
4895 function instead of dot and dot-max; the latter two are obsolete. | |
4896 | |
93515 | 4897 * gnus.el (gnus-Group-mode, gnus-Subject-mode) |
4898 (gnus-Subject-rmail-digest, gnus-Article-mode, gnus-output-to-rmail) | |
4899 (gnus-output-to-file): Use buffer-disable-undo, instead of | |
4900 buffer-flush-undo; the latter is an obsolete name. | |
25830 | 4901 |
4902 * simple.el: Bind the `next' and `prior' function keys to | |
4903 next-history-element and previous-history-element in the | |
4904 minibuffer maps. Clean up binding code. | |
4905 | |
4906 * two-column.el: Doc fixes. | |
4907 | |
4908 * loaddefs.el (function-keymap): Definition deleted; this has been | |
4909 superceded by function-key-map. | |
4910 | |
4911 * gomoku.el (gomoku-mode-map): Use function key symbols, instead | |
4912 of the keypad.el facilities. | |
4913 | |
4914 * edt.el: Converted to use the new function key events instead of | |
4915 keypad.el. Don't require keypad. Change global key bindings. | |
4916 (advance-direction, backup-direction): Bind the function key | |
4917 symbols directly in the global map, not in function-keymap. | |
4918 (edt-emulation-on): Doc fix. This function will now work when | |
4919 called simply from .emacs; it doesn't need to be run after the | |
4920 terminal-dependent file has been loaded. | |
4921 | |
4922 * cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r): | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42860
diff
changeset
|
4923 Change these to work correctly with the Zawinski-Furuseth byte |
25830 | 4924 compiler. |
4925 | |
75609 | 4926 1992-07-31 Robert J. Chassell (bob@churchy.gnu.ai.mit.edu) |
25830 | 4927 |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4928 * loaddefs.el: New keybinding, `C-x r y', for `yank-rectangle'. |
25830 | 4929 |
75609 | 4930 1992-07-31 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 4931 |
4932 * calendar.el (calendar-string-spread): New function. | |
4933 (calendar-mode-line-format): Redefine it. | |
4934 (calendar-set-mode-line): Rewrite using new function. | |
4935 (update-calendar-mode-line): Rewrite using new function. | |
25830 | 4936 |
4937 1992-07-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4938 | |
4939 * startup.el (command-line-1): Mention info in startup message. | |
4940 | |
4941 1992-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4942 | |
4943 * byte-opt.el (byte-optimize-plus): Don't entirely eliminate the call. | |
4944 (byte-optimize-minus): Likewise. | |
93515 | 4945 (byte-optimize-multiply, byte-optimize-divide): Likewise. |
25830 | 4946 |
4947 1992-07-30 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
4948 | |
4949 * compile.el (compile-goto-error): Set compilation-error-list to | |
4950 the one we want, not the one before it. | |
4951 (next-error): Use the ARGP-1th, not ARGPth cdr of | |
4952 compilation-error-list. | |
4953 | |
75609 | 4954 1992-07-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 4955 |
4956 * bytecomp.el (byte-compile-warnings): By default, do not display | |
4957 warnings about references free variables. | |
4958 | |
4959 1992-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4960 | |
4961 * sendmail.el (mail): Get rid of the multiple mail buffer feature. | |
4962 | |
75609 | 4963 1992-07-29 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 4964 |
93515 | 4965 * calendar.el (general-holidays, hebrew-holidays, local-holidays) |
4966 (christian-holidays, islamic-holidays, solar-holidays, other-holidays): | |
40965 | 4967 New variables. |
4968 (calendar-holidays): Use them to define the default value. | |
25830 | 4969 |
4970 1992-07-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4971 | |
4972 * comint.el (comint-mode-map): comint-previous-similar-input now M-r. | |
4973 (comint-previous-similar-input): | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
4974 Initialize comint-input-ring-index if nil. |
25830 | 4975 (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
|
4976 Initialize comint-input-ring-index if nil. |
25830 | 4977 (comint-next-similar-input): New command, on M-s. |
4978 (comint-previous-input): Always delete what was already given | |
4979 for the next input. Initialize comint-input-ring-index if nil. | |
4980 (comint-send-input): Set comint-input-ring-index to nil. | |
4981 | |
4982 * field.el, cmushell.el: Files deleted. | |
4983 | |
4984 * co-isearch.el: File deleted; comint should have M-r and M-s | |
4985 like the minibuffer, instead. | |
4986 | |
4987 1992-07-29 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4988 | |
4989 * diff.el: Everything but diff and diff-backup removed. | |
4990 (diff-regexp-alist): New defvar. | |
4991 (diff-parse-differences): New defun. | |
4992 (diff): Use compile-internal. | |
4993 Take optional arg SWITCHES; interactively, prompt if prefix arg. | |
4994 (diff-backup): Take same new arg. | |
4995 Make this autoload. | |
4996 | |
4997 * compile.el (compilation-parse-errors): No message when we stop | |
4998 at LIMIT-SEARCH. | |
4999 (compile-reinitialize-errors): Don't short-circuit if passed | |
5000 a non-nil LIMIT-SEARCH. | |
5001 (compilation-next-error): New; bound to M-n. | |
5002 (compilation-previous-error): New; bound to M-p. | |
5003 | |
5004 1992-07-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5005 | |
5006 * compile.el (compilation-mode-map): Bind SPC, DEL, M-n, M-p. | |
5007 | |
5008 1992-07-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5009 | |
5010 * texinfo.el (texinfo-mode-map): Move M-} and M-{ to C-c prefix. | |
5011 | |
5012 * simple.el (delete-indentation): Delete fill prefix from after join. | |
5013 | |
5014 1992-07-28 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5015 | |
5016 * map-ynp.el (map-y-or-n-p-help): Remove. | |
5017 (map-y-or-n-p): Take new arg ACTION-ALIST. | |
5018 Compute help string fully instead of using map-y-or-n-p-help. | |
5019 * files.el (save-some-buffers): Pass new arg to map-y-or-n-p, so | |
5020 `v' displays the buffer. Change save-excursion to | |
5021 save-window-excursion; it was only there to restore the current | |
5022 buffer, and now display-buffer might change windows. | |
5023 | |
5024 * compile.el (compilation-parse-errors): Fix M-t-o on `found-desired'. | |
5025 (compilation-error-list): Doc fix. | |
5026 (compile-internal): Document to return the buffer. | |
5027 (next-error): Simplify code to set NEXT-ERRORS from | |
5028 compilation-error-list and ARGP. | |
5029 (compile-goto-error): Rewrote searching so it finds the error that | |
5030 point is in or after; the error need not start at bol. | |
5031 Restore current buffer after calling other-window. | |
5032 | |
75609 | 5033 1992-07-28 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 5034 |
93515 | 5035 * holidays.el (calendar-holiday-function-sexp): New function. |
5036 * calendar.el (calendar-holidays): Describe it and use it for daylight | |
76504
793bae12d5ec
Fix "daylight savings" -> "daylight saving" typo.
Chong Yidong <cyd@stupidchicken.com>
parents:
75774
diff
changeset
|
5037 saving. |
40965 | 5038 |
5039 * calendar.el, cal-mayan.el, cal-french.el: Change names of all | |
5040 calendar-goto-next- or calendar-goto-previous- commands to | |
5041 eliminate the word "goto". | |
5042 | |
5043 Change names of all cursor-to-***-calendar-date commands to | |
5044 calendar-print-***-date. | |
5045 | |
5046 * diary.el (sort-diary-entries): New function. | |
25830 | 5047 |
5048 1992-07-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5049 | |
5050 * files.el (backup-extract-version): Copied from Emacs 18. | |
5051 (find-backup-file-name): Use that. | |
5052 | |
5053 * dired-aux.el (dired-clean-directory): Moved here. | |
93515 | 5054 (dired-map-dired-file-lines, dired-collect-file-versions) |
25830 | 5055 (dired-trample-file-versions): Likewise. |
5056 * dired.el: Moved from here. | |
5057 (dired-clean-directory): Auto load added. | |
5058 | |
5059 * add-log.el (add-change-log-entry): Chase symlinks. | |
5060 | |
5061 1992-07-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5062 | |
5063 * gud.el (gdb, dbx, sdb): Change C-c LETTER commands to C-c C-LETTER. | |
5064 | |
5065 * 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
|
5066 Handle the DEFUN macro used in Emacs C sources. |
25830 | 5067 |
5068 1992-07-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5069 | |
5070 * compile.el (compilation-parse-errors): Take arg LIMIT-SEARCH; | |
5071 if non-nil stop parsing when we pass that location. | |
5072 (compilation-parse-errors-function): Document arg. | |
5073 (compile-reinitialize-errors): Take optional 2nd arg; pass to parser. | |
5074 (compile-goto-error): Pass (point) to compile-reinitialize-errors. | |
5075 | |
5076 * compile.el (compile-goto-error): Doc fix. | |
5077 | |
5078 * etags.el (find-tag): Fixed prompt. | |
5079 (tag-exact-match-p): Rewritten (again). | |
5080 | |
5081 * startup.el (command-line): Load site-start here. | |
5082 (normal-top-level): Not here. | |
5083 | |
5084 * etags.el: Remove M-? binding; move M-TAB binding to after defun. | |
5085 | |
5086 1992-07-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5087 | |
5088 * completion.el: Moved to external-lisp. | |
5089 | |
5090 * diff.el (diff-rcs, diff-sccs): Deleted. | |
5091 | |
5092 1992-07-27 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5093 | |
93515 | 5094 * tar-mode.el (tar-subfile-save-buffer): Whoever changed |
25830 | 5095 current-time forgot to check for breakage. Added code to print |
5096 the seconds parts of a (current-time) value as 11 octal digits | |
5097 (yes, this is nontrivial). | |
5098 | |
5099 1992-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5100 | |
5101 * simple.el (next-history-element): Fix error messages. | |
5102 (previous-matching-history-element): Likewise. | |
5103 | |
5104 * help.el (describe-function): Don't give the file name | |
5105 in the case of an autoloaded function. | |
5106 | |
5107 * lisp-mode.el (emacs-lisp-mode-map, lisp-interaction-mode-map): | |
5108 Add M-TAB as lisp-complete-symbol. | |
5109 * loaddefs.el: Delete binding of M-TAB. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5110 * etags.el: Add binding of M-TAB. |
25830 | 5111 |
5112 1992-07-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5113 | |
5114 * etags.el (tags-exact-match-p): Rewritten. | |
5115 (tags-with-syntax): New macro. | |
5116 | |
75609 | 5117 1992-07-26 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 5118 |
5119 * calendar.el (calendar-cursor-to-date): Change `current-day' to | |
5120 `starred-day'. | |
5121 (calendar-star-date): Create and set buffer local var `starred-day'. | |
5122 (calendar-mode): Don't create buffer local vars current-month, | |
5123 current-day, current-year. | |
5124 (regenerate-calendar-window, calendar-current-date): Don't set | |
5125 buffer local vars current-month, current-day, current-year. | |
93515 | 5126 (calendar, redraw-calendar, scroll-calendar-left) |
5127 (calendar-other-month, calendar-goto-date, calendar-goto-hebrew-date) | |
5128 (calendar-goto-julian-date, calendar-goto-islamic-date) | |
5129 (calendar-goto-iso-date): Use `calendar-current-date' instead of | |
40965 | 5130 buffer local vars current-month, current-day, current-year. |
25830 | 5131 |
5132 1992-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5133 | |
5134 * diff.el (diff-backup): New function. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5135 (diff-last-backup-file): Renamed from dired-last-backup-file. |
25830 | 5136 * dired-aux.el (dired-backup-diff): Use diff-backup. |
5137 (dired-last-backup-file): Moved and renamed. | |
5138 * dired.el, dired-aux.el (dired-diff, dired-backup-diff): Doc fixes. | |
5139 | |
5140 * 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
|
5141 |
25830 | 5142 * finder.el (finder-by-keyword): Rewrite to read args in `interactive' |
5143 and use with-output-to-temp-buffer. | |
5144 | |
5145 * startup.el (normal-top-level): Load site-start if it exists. | |
5146 | |
5147 * add-log.el (add-log-current-defun): In C, when moving back over arg | |
5148 decls, stop at beg of buffer. | |
5149 (add-change-log-entry): Likewise for blank lines at end of buffer. | |
5150 | |
5151 * picture.el (picture-mode-old-major-mode): Declared. | |
5152 (picture-mode-old-mode-name, picture-mode-old-local-map): Likewise. | |
5153 (picture-mode-map): Don't use aset directly; use define-key. | |
5154 | |
5155 * saveconf.el: File deleted. | |
5156 | |
5157 * rmail.el (rmail-search): Accept repeat count. | |
5158 (rmail-search-backwards): New command, on M-r. | |
5159 | |
5160 * simple.el (previous-matching-history-element): New command. On M-r. | |
5161 (next-matching-history-element): New command. On M-s. | |
5162 | |
5163 1992-07-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5164 | |
5165 * c-mode.el (c-beginning-of-statement): If in string or comment, | |
5166 move by sentences. | |
5167 | |
5168 * compile.el (compile-history): New variable. | |
5169 (compile): Specify history list copile-history, with | |
5170 compile-command as initial contents. | |
5171 (grep): Specify constant "grep -n" as initial input, | |
5172 and history list grep-history. | |
5173 (grep-command): Variable deleted. | |
5174 | |
5175 * 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
|
5176 It reads two args using query-replace-history. |
93515 | 5177 (query-replace, query-replace-regexp, replace-string) |
25830 | 5178 (replace-regexp): Use query-replace-read-args. |
5179 (map-query-replace-regexp): Read args using query-replace-history. | |
5180 (perform-replace): Add local binding for `char'. | |
5181 | |
5182 * dired.el: Don't check for version 18. | |
5183 (dired-file-version-alist): New defvar. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5184 Use this instead of file-version-assoc-list. |
25830 | 5185 (dired-shrink-to-fit): Default is always t. |
5186 (dired-internal-do-deletions): remove-directory => delete-directory. | |
5187 | |
5188 * abbrev.el (define-abbrevs): Bind name, hook, exp, count. | |
5189 | |
5190 * replace.el (perform-replace): Fix typo: match-after => match-again. | |
5191 (map-query-replace-regexp): Delete duplicate definition. | |
5192 | |
5193 * subr.el (defun-inline): Commented out. | |
5194 | |
5195 * comint.el (comint-input-ring*): Renamed from input-ring*. | |
93515 | 5196 (ring-remove, ring-rotate): Use setcar, not set-car. |
25830 | 5197 * co-isearch.el: input-ring* renamed to comint-input-ring*. |
5198 | |
5199 * tex-mode.el: Don't require comint. | |
5200 * comint.el (make-comint): Make this autoload. | |
5201 | |
5202 * case-table.el (describe-buffer-case-table): Move the describe-vector | |
5203 inside the let. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5204 |
25830 | 5205 * c++-mode.el (indent-c++-exp): Fix typo "innerloop-done". |
5206 Make last-depth local. | |
5207 | |
5208 1992-07-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5209 | |
93515 | 5210 * flow-ctrl.el: Fixed set-input-mode call broken by new third |
5211 arg for meta control. | |
25830 | 5212 |
75609 | 5213 1992-07-23 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 5214 |
93515 | 5215 * calendar.el (cursor-to-islamic-calendar-date) |
5216 (cursor-to-hebrew-calendar-date): Add phrase "until sunset" to message. | |
5217 | |
5218 * calendar.el (calendar-goto-astro-day-number) | |
5219 (calendar-print-astro-day-number): New functions. | |
40965 | 5220 (calendar-mode): Put them on keys and describe them. |
5221 * diary.el (diary-astro-day-number): New function. | |
5222 | |
5223 * diary.el (diary-julian-date): New function. | |
25830 | 5224 |
5225 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
|
5226 |
25830 | 5227 * simple.el (current-kill): Ignore the interprogram paste feature; |
5228 it is wedged. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5229 |
25830 | 5230 * paths.el (mh-lib, mh-prog): Add more alternatives. |
5231 | |
5232 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
|
5233 |
25830 | 5234 * emerge.el (emerge-startup-hook, emerge-quit-hook): |
5235 Renamed from ...-hooks. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5236 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5237 * 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
|
5238 |
25830 | 5239 * 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
|
5240 |
25830 | 5241 1992-07-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
5242 | |
5243 * etags.el (visit-tags-table-buffer): Look for a tags table | |
5244 containing buffer-file-name's tags. | |
5245 | |
5246 1992-07-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5247 | |
5248 * etags.el (last-tag): New defvar. | |
5249 (find-tag-noselect): Set and use it. | |
5250 | |
75609 | 5251 1992-07-22 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5252 |
5253 * edebug.el, gnus.el, gnusmail.el, gnusmisc.el, gnuspost.el, | |
93515 | 5254 * hideif.el, isearch-mode.el, mh-e.el, mhspool.el, netunam.el, |
5255 * nnspool.el, nntp.el, scheme.el, xscheme.el: Removed RCS "$Header" | |
25830 | 5256 and "$Log" files; K. Richard Pixley <rich@cygnus.com> says they |
5257 cause trouble with patches. | |
5258 | |
5259 1992-07-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5260 | |
5261 * etags.el (find-tag-noselect): Properly return | |
5262 find-tag-in-order's value. | |
5263 | |
75609 | 5264 1992-07-22 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5265 |
5266 * bytecomp.el: Removed relative jump instructions. | |
5267 (byte-rel-goto-ops): Variable deleted. | |
5268 (byte-compile-lapcode): Code to recognize potential relative jumps | |
5269 and patch the PC into relative jumps removed. | |
5270 * byte-opt.el (disassemble-offset, byte-decompile-bytecode-1): | |
5271 Support for relative jumps removed. | |
5272 | |
5273 1992-07-22 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5274 | |
5275 * Removed all Last-Modified headers. | |
5276 | |
5277 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
|
5278 |
25830 | 5279 * files.el (trim-versions-without-asking): Non-nil, non-t value |
5280 suppresses all trimming of excess backups. This is so we can make | |
5281 the @!%$@ question at save time go away.... | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5282 |
25830 | 5283 1992-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
5284 | |
5285 * simple.el (kill-ring-save): Display only if interactive-p. | |
5286 | |
5287 * c-mode.el (c-backslash-region): New command. | |
5288 (c-append-backslash, c-delete-backslash): New functions. | |
5289 * c++-mode.el (c++-macroize-region, backslashify-current-line): | |
5290 Deleted. | |
5291 (c++-comment-region, c++-uncomment-region): Deleted. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5292 comment-region works just fine. |
25830 | 5293 (c++-beginning-of-defun, c++-end-defun, c++-indent-defun): Deleted. |
5294 (c++-point-bol): Renamed from point-bol. | |
5295 (c++-within-string-p): Renamed from within-string-p. | |
5296 (c++-count-char-in-string): Renamed from count-char-in-string. | |
5297 (fill-c++-comment): Renamed from fill-C-comment. | |
5298 (c++-insert-header): Deleted. | |
5299 | |
75609 | 5300 1992-07-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5301 |
5302 * inf-lisp.el: When creating inferior-lisp-mode-map, use | |
5303 shared-lisp-mode-map, instead of calling the function | |
5304 lisp-mode-commands; that doesn't exist any more. | |
5305 (inferior-lisp-args-to-list): Recurse, rather than | |
5306 calling tea-args-to-list, which doesn't exist. | |
5307 (inferior-lisp-mode): Always call lisp-mode-variables with one | |
5308 argument; there's no longer any need to adapt to different | |
5309 versions of Emacs. | |
5310 | |
75609 | 5311 1992-07-21 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 5312 |
5313 * calendar.el (calendar-set-mode-line): New function. | |
5314 (list-yahrzeit-dates): Use it for mode line. | |
5315 * diary.el (simple-diary-display, fancy-diary-display): Use it for | |
5316 mode line. | |
5317 * diary.el (show-all-diary-entries): Use default mode line. | |
5318 * lunar.el (calendar-phases-of-moon): Use it for mode line. | |
5319 * holiday.el (list-calendar-holidays, calendar-cursor-holidays): | |
5320 Use it for mode line. | |
25830 | 5321 |
5322 1992-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5323 | |
5324 * dired.el (dired-remember-hidden): Fix typo in `following-char'. | |
5325 | |
5326 * add-log.el (add-change-log-entry): Avoid spurious whitespace | |
93515 | 5327 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
|
5328 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
|
5329 Always put a space after the colon. |
25830 | 5330 (add-log-current-defun): Verify the defun actually contains point. |
5331 Handle the lines of a C function before the open brace. | |
5332 | |
5333 * 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
|
5334 |
25830 | 5335 * 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
|
5336 |
25830 | 5337 * c-mode.el (set-c-style): Deleted the first version of this function. |
5338 It was badly written. | |
5339 Modified the remaining version by adding new argument GLOBAL | |
5340 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
|
5341 |
25830 | 5342 1992-07-21 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
5343 | |
5344 * Turfed r2bibtex.el. Refbib.el turns out to be a newer version | |
5345 of the same package. | |
5346 | |
5347 * Installed co-isearch.el, new gud.el (1.19) | |
5348 | |
75609 | 5349 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
|
5350 |
25830 | 5351 * frame.el (get-frame): Renamed to get-other-frame; get-frame |
5352 sounds like a parallel to get-buffer or get-process. | |
5353 | |
5354 * c-mode.el (set-c-style): Remove the extraneous copy of this | |
5355 function. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5356 |
25830 | 5357 * c++-mode.el (within-string-p): Use `%', not `mod', as the name |
5358 of the modulus function. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5359 |
25830 | 5360 * frame.el (frame-height, frame-width): Fixed several confusions |
5361 here. | |
5362 | |
5363 * blackbox.el: When building blackbox-mode-map, locally rebind all | |
5364 keys to which the movement commands are bound to blackbox's | |
5365 movement functions. Define the insert and kp-enter keys. | |
5366 | |
75609 | 5367 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
|
5368 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5369 * blackbox.el (blackbox): Doc fix. |
25830 | 5370 (bb-outside-box): For some reason, this function was replaced by |
5371 the comment ";; blackbox.el ends here" | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5372 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5373 * dired.el (dired): Doc fix. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5374 |
25830 | 5375 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
|
5376 |
25830 | 5377 * sendmail.el (mail-send-and-exit): Just switch windows |
5378 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
|
5379 |
25830 | 5380 1992-07-20 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
5381 | |
5382 * simple.el (set-variable): If VAR has a `variable-interactive' | |
5383 property, use it as an interactive spec to prompt for VAL. | |
5384 * etags.el (tags-file-name): Give it a variable-interactive property. | |
5385 | |
5386 * etags.el (tags-table-format-hooks): Remove ctags-recognize-tags-table | |
5387 * ctags.el: Removed. | |
5388 (visit-tags-table): Don't call abbreviate-file-name. | |
5389 (visit-tags-file): If find-file-noselect changed the file name, | |
5390 propagate the change to tags-file-name and tags-table-list. | |
5391 | |
5392 * startup.el (command-line): Fixed typo in comment. | |
5393 | |
75609 | 5394 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
|
5395 |
25830 | 5396 * bytecomp.el (byte-compile-warnings): Include the full |
5397 documentation given in the comments at the top of the file in this | |
5398 variable's docstring. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5399 |
25830 | 5400 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
|
5401 |
25830 | 5402 * 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
|
5403 |
25830 | 5404 * simple.el (kill-ring-save): Say "saved", not "killed", in messages. |
5405 Let message do the formatting. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5406 |
25830 | 5407 * fill.el (fill-individual-paragraphs): If MAILP, skip indented headers |
5408 and blank lines. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5409 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5410 * register.el (window-configuration-to-register): New function. |
25830 | 5411 (frame-configuration-to-register): New function. |
5412 * loaddefs.el: Put them on C-x r w, C-x r f. | |
5413 * window.el (window-config-to-register, register-to-window-config): | |
5414 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
|
5415 |
75609 | 5416 1992-07-19 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 5417 |
5418 * cal-mayan.el: New file. The only functions visible to the | |
5419 outside world are calendar-goto-mayan-date, | |
5420 calendar-next-haab-date, calendar-previous-haab-date, | |
5421 calendar-next-tzolkin-date, calendar-previous-tzolkin-date, | |
5422 calendar-next-calendar-round-date, | |
5423 calendar-previous-calendar-round-date, | |
5424 diary-mayan-date, and cursor-to-mayan-calendar-date. | |
5425 * diary.el: Autoload diary-mayan-date. | |
5426 * calendar.el: Autoload the 7 "goto" functions. | |
5427 (calendar-mode-map): Put them on keys. | |
5428 (calendar-mode): Describe them. | |
5429 | |
5430 * cal-french.el (french-calendar-month-name-array): Add accents to | |
5431 month names. | |
5432 (cursor-to-french-calendar-date): Add accents. | |
5433 | |
5434 * cal-french.el (calendar-goto-french-date): New function. | |
5435 * calendar.el: Autoload it. | |
5436 (calendar-mode-map): Put it on a key. | |
5437 (calendar-mode): Describe it. | |
5438 | |
5439 * cal-french.el (diary-french-date): Moved from diary.el and fixed | |
5440 accent. | |
5441 * diary.el: Move dairy-french-date to cal-french.el and autoload it. | |
5442 | |
93515 | 5443 * diary-insert.el: Move all diary inserting commands from diary.el. |
5444 * diary.el: Move all diary inserting commands to diary-insert.el. | |
40965 | 5445 * calendar.el: Change autoloads for all diary inserting commands |
5446 from diary.el to diary-insert.el. | |
5447 | |
5448 * calendar.el: Put ";;;###autoload" before calendar function and | |
5449 before list-yahrzeit-dates function. | |
5450 * holiday.el: Put ";;;###autoload" before holiday function. | |
5451 * diary.el: Put ";;;###autoload" before diary function. | |
5452 | |
5453 * cal-french.el: New file. All French Revolutionary calendar | |
5454 code from calendar.el has been moved here. | |
5455 | |
5456 * calendar.el: All French Revolutionary calendar code moved to a | |
5457 new file, cal-french.el. Autoload cursor-to-french-calendar-date. | |
5458 | |
5459 * diary.el (list-sexp-diary-entries): Add mention of | |
5460 diary-sunrise-sunset, diary-lunar-phase, and diary-sabbath-candles | |
5461 to doc string. | |
5462 | |
5463 * calendar.el (list-yahrzeit-dates): Prompt for date of death if | |
5464 not called from the calendar window. This function should now be | |
5465 known to the outside world. | |
5466 | |
5467 * calendar.el (diary-file): Add mention of diary-sunrise-sunset, | |
5468 diary-lunar-phase, and diary-sabbath-candles to doc string. | |
25830 | 5469 |
5470 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
|
5471 |
25830 | 5472 * bytecomp.el (compile-defun): Use displaying-byte-compile-warnings. |
5473 (byte-compile-warn): Don't display the warning now, just log it. | |
5474 | |
5475 * files.el (auto-mode-alist): Recognize .texi. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5476 |
25830 | 5477 * 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
|
5478 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
|
5479 |
75609 | 5480 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5481 |
5482 * etags.el (visit-tags-table-buffer): Call abbreviate-file-name on | |
5483 the argument before setting tags-file-name. | |
5484 | |
5485 * files.el (automount-dir-prefix): New variable. | |
5486 (abbreviate-file-name): Remove the automount prefix here, rather | |
5487 than in find-file-noselect. Use automount-dir-prefix. | |
5488 (find-file-noselect): Don't remove the automount prefix here; let | |
5489 abbreviate-file-name take care of it. | |
5490 | |
5491 1992-07-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5492 | |
93515 | 5493 * Keywords added for [n-z]*.el. Finder now under construction. |
40965 | 5494 |
75609 | 5495 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5496 |
5497 * rmail.el (rmail-insert-inbox-text): Generate an alternate name | |
5498 to use for tofile by appending a `+' to file, not a `~'; files | |
5499 ending with the latter may be deleted accidentally when space is | |
5500 low. | |
5501 | |
5502 1992-07-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5503 | |
93515 | 5504 * Keywords added for [a-m]*.el. The keyword categories will |
25830 | 5505 probably need some tuning, but at least this will suffice |
5506 for testing the finder code. | |
5507 | |
5508 * makefile.el, two-column.el, sgml-mode.el, resume.el, | |
93515 | 5509 * mail-extr.el: Installed. |
25830 | 5510 |
5511 1992-07-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5512 | |
5513 * Changed all copying notices to GPL version 2. | |
5514 | |
5515 1992-07-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5516 | |
5517 * Finished decorating the library files with new standard headers. | |
5518 | |
75609 | 5519 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
|
5520 |
25830 | 5521 * disass.el: Require `byte-compile', not 'bytecomp'. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5522 |
25830 | 5523 * bytecomp.el (byte-compile-file): Correct parens in interactive |
5524 form so that it returns a list containing the filename and the | |
5525 prefix argument, not just the prefix argument by itself. | |
5526 | |
5527 * bytecomp.el (byte-compile-file): Changed reference to | |
5528 byte-compile-report-call-tree to use display-call-tree. | |
5529 | |
93515 | 5530 * bytecomp.el (byte-recompile-directory, byte-compile-file) |
5531 (batch-byte-compile, byte-compile, compile-defun) | |
5532 (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
|
5533 |
25830 | 5534 1992-07-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
5535 | |
5536 * etags.el: Major rewrite with many new features. | |
5537 * ctags.el: New file; goes with new etags.el. | |
5538 | |
75609 | 5539 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
|
5540 |
25830 | 5541 * byte-run.el (defsubst): Removed extra closing paren at the end |
5542 of this function. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5543 |
25830 | 5544 1992-07-16 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
5545 | |
5546 * At RMS's request, all occurrences of `elisp' changed to `Emacs Lisp'. | |
5547 | |
5548 * New library headers for [fghijklmn]*.el. First steps towards | |
93515 | 5549 keyword-based code finder via Keywords header. |
25830 | 5550 |
5551 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
|
5552 |
93515 | 5553 * New library headers for [opqrst]*.el. Ghod, this is boring. |
40965 | 5554 |
75609 | 5555 1992-07-15 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 5556 |
5557 * lunar.el: New file. The only functions known to outside world | |
93515 | 5558 are calendar-phases-of-moon, diary-phases-of-moon, and phases-of-moon. |
40965 | 5559 |
5560 * calendar.el (calendar-mode): Put calendar-phases-of-moon on a key | |
5561 and describe it. | |
5562 | |
5563 * diary.el: Autoload diary-lunar-phase. | |
25830 | 5564 |
5565 1992-07-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5566 | |
5567 * loaddefs.el: Added C-x a, C-x r and C-x n as prefixes. | |
5568 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. | |
5569 Also C-x /, C-x C-a, C-x C-h, C-x +, C-x -. | |
5570 Added bindings for function keys insert-line, delete-line, delete-char. | |
5571 | |
5572 * bytecomp.el: Deleted support for running compiler in Emacs 18. | |
5573 Spell "Emacs 18" properly. | |
5574 (byte-compile-version): FSF 2.1. | |
5575 (byte-compiler-valid-options): Deleted. | |
5576 (byte-compile-single-version): Always return nil. | |
5577 (byte-compiler-version-cond): Always return the argument. | |
5578 | |
5579 * loaddefs.el: Key bindings moved here. | |
5580 * simple.el: From here. | |
5581 | |
75609 | 5582 1992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5583 |
5584 * byte-opt.el (byte-boolean-vars): Rebuilt for Emacs 19. | |
5585 | |
5586 * screen.el: Renamed to frame.el. The term is no longer `screen', | |
5587 but `frame'. All variables and functions renamed. | |
5588 * x-menu.el, window.el, sup-mouse.el, sun-mouse.el, subr.el, | |
93515 | 5589 * startup.el, sendmail.el, register.el, prompt.el, mlconvert.el, |
5590 * loadup.el, ispell.el, isearch.el, holidays.el, fortran.el, | |
5591 * files.el, etags.el, emerge.el, electric.el, edebug.el, dired.el, | |
5592 * diary.el, csharp.el, compile.el, comint.el, calendar.el, | |
5593 * buff-mune.el, bg-mouse.el, appt.el, abbrevlist.el, term/x-win.el, | |
5594 * term/wyse50.el, term/vt200.el, term/vt100.el: All uses changed. | |
5595 * screen.el (screen-height, screen-width, set-screen-height) | |
5596 (set-screen-width): Defined as aliases for frame-height, | |
25830 | 5597 frame-width, set-frame-height, and set-frame-width. |
5598 (set-frame-height, set-frame-width): Functions deleted; they are | |
5599 defined in frame.c. | |
5600 | |
5601 1992-07-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5602 | |
5603 * [uvwxy]*.el: Added headers for new Emacs Lisp documentation | |
5604 conventions. | |
5605 | |
75609 | 5606 1992-07-14 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 5607 |
5608 * calendar.el (calendar-mode): Change key bindings for all | |
5609 functions to make them consistent with Version 19 requirements. | |
25830 | 5610 |
5611 1992-07-13 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5612 | |
93515 | 5613 * comint.el: Minor changes to comments to reflect the fact that |
25830 | 5614 comint has won its war and replaced shell mode. |
5615 | |
5616 1992-07-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5617 | |
5618 * rmailsort.el: Change copyright to FSF; update permission notice. | |
5619 | |
5620 * byte-run.el: Delete compatibility definition of make-byte-code. | |
5621 (byte-compiler-options): Commented out. | |
5622 (proclaim-inline, proclaim-notinline): Commented out. | |
5623 | |
5624 * byte-opt.el: Change several doc strings to comments. | |
5625 They had the wrong format anyway. | |
5626 Delete the `require' and the test for wrong compiler version. | |
5627 | |
5628 * disass.el: Require just bytecomp, not byte-opt. | |
5629 | |
5630 * bytecomp.el (emacs-lisp-file-regexp): | |
5631 Renamed from elisp-source-file-re. All uses changed. | |
5632 (byte-compile-dest-file): Don't use that var. | |
5633 (compile-defun): Renamed from elisp-compile-defun. | |
5634 (byte-compile-report-ops): Define unconditionally. | |
5635 It's a bad idea to make function definitions of moderate size | |
5636 conditional on anything. | |
5637 (byte-compile-and-load-file): Commented out. | |
5638 (byte-compiler-valid-options): | |
5639 Renamed from byte-compiler-legal-options. | |
5640 (byte-compile-overwrite-file): Variable deleted. | |
5641 (byte-compile-file): Don't use that var. | |
5642 (byte-compile-compatibility): | |
5643 Renamed from byte-compile-emacs18-compatibility. | |
5644 (byte-compile-generate-emacs19-bytecodes): Variable deleted. | |
5645 Use byte-compile-compatibility instead. | |
5646 (byte-compiler-options-handler): Deleted. | |
5647 (byte-compile-body-do-effect, byte-compile-form-do-effect): | |
5648 Use defsubst, not proclaim-inline. | |
5649 | |
5650 * byte-opt.el: Renamed from byte-optimize.el. | |
5651 * byte-run.el: Renamed from bytecomp-runtime.el. | |
5652 * bytecomp.el, loadup.el: References to those files fixed. | |
5653 | |
5654 * bytecomp.el: Style corrected in calls to error. | |
5655 Many doc strings corrected in style. | |
5656 | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42860
diff
changeset
|
5657 Repeated the following changes: |
25830 | 5658 * bytecomp.el (byte-compile-file): Don't put file name in minibuffer. |
5659 (byte-compile-buffer): Function commented out. | |
5660 | |
5661 1992-07-13 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
5662 | |
5663 * loaddefs.el (completion-ignored-extensions): nconc together | |
5664 list of common extensions and list of unix or vms-specific ones. | |
5665 | |
75609 | 5666 1992-07-13 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5667 |
5668 * simple.el (kill-region): The variable `undo-high-threshold' has | |
5669 been renamed to `undo-strong-limit'. Change its use here. | |
5670 | |
75609 | 5671 1992-07-13 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 5672 |
5673 * calendar.el (exit-calendar): Bury buffers instead of killing them. | |
5674 | |
5675 (european-calendar-display-form, american-calendar-display-form): | |
5676 Make comma after day name conditional so it's available for more | |
5677 general use. | |
5678 (calendar-date-string): Make dayname nil instead of the empty string. | |
93515 | 5679 (cursor-to-julian-calendar-date, cursor-to-islamic-calendar-date) |
5680 (cursor-to-hebrew-calendar-date, list-yahrzeit-dates): Use nodayname | |
40965 | 5681 form of display. |
5682 | |
93515 | 5683 * diary.el (diary-islamic-date, diary-hebrew-date, insert-diary-entry) |
5684 (insert-anniversary-diary-entry, insert-block-diary-entry) | |
5685 (insert-cyclic-diary-entry, insert-hebrew-diary-entry) | |
5686 (insert-islamic-diary-entry): Use nodayname form of display. | |
25830 | 5687 |
5688 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
|
5689 |
25830 | 5690 * 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
|
5691 after apparent function decl inside a comment. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5692 |
75609 | 5693 1992-07-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5694 |
5695 * bytecomp.el: Replaced with Jamie Zawinksi's byte compiler. | |
5696 * byte-optimize.el, bytecomp-runtime.el: New files, supporting | |
5697 bytecomp.el. | |
5698 * loadup.el: Load bytecomp-runtime into the dumped Emacs. | |
5699 * disass.el: New version of the disassembler, to fit with the new | |
5700 compiler. | |
5701 | |
5702 * mouse.el (mouse-select-buffer-line): Removed extraneous setting | |
5703 of the variable `the-buffer'; it's never used elsewhere. | |
5704 | |
5705 * mouse.el (mouse-kill): Don't set the mark; pass point and the | |
5706 click's position to kill-region directly. | |
5707 | |
75609 | 5708 1992-07-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5709 |
5710 * abbrev.el (write-abbrev-file): Removed extraneous interactive spec. | |
5711 | |
5712 * screen.el (current-screen-configuration, | |
5713 set-screen-configuration): New functions. | |
5714 | |
5715 * buff-menu.el (buffer-menu): Make ARG an optional argument. | |
5716 | |
5717 * screen.el (iconify): Call the function `make-screen-visible' | |
5718 instead of `deiconify-screen'; the latter no longer exists. | |
5719 | |
5720 * files.el (find-backup-file-name): Replace the reference to | |
5721 `backup-extract-version' with a literal `function' form. This | |
5722 eliminates the use of dynamic binding, and allows us to remove | |
5723 backup-extract-version, which doesn't really want to be its own | |
5724 function. | |
5725 (backup-extract-version): Function removed. | |
5726 | |
5727 * help.el (help-with-tutorial): Zap the value of | |
5728 `buffer-auto-save-file-name', not `auto-save-file-name'. | |
5729 | |
5730 * loadup.el: Don't forget to garbage-collect after loading each | |
5731 file. Yes, some of the files are small enough that it won't make | |
5732 much of a difference, but there's no reason not to garbage collect | |
5733 here (other parts of the build process are much slower), and these | |
5734 files might grow. | |
5735 | |
5736 * startup.el (command-line): Comment out the code which chooses a | |
5737 default value for split-window-keep-point; let's see if we can live | |
5738 without this option. | |
5739 | |
5740 1992-07-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5741 | |
5742 * terminal.el (te-set-escape-char): Improve messages. | |
5743 | |
5744 1992-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5745 | |
5746 * etags.el (find-tag): Don't set tags-loop-form. | |
5747 | |
5748 1992-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5749 | |
5750 * sendmail.el (mail-do-fcc): Call rmail-set-message-counters. | |
5751 | |
75609 | 5752 1992-07-06 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 5753 |
5754 * etags.el (visit-tags-table): Remove automounter prefixes before | |
5755 setting tags-file-name. | |
5756 | |
5757 1992-07-06 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
5758 | |
5759 * Moved gdb.el to =gdb.el. The autoload generation for | |
5760 loaddefs.el was getting screwed up by the conflicting autoloads | |
5761 generated from gdb.el and gud.el. In any case gdb.el is obsolete; | |
5762 we're using the gdb entry point of gud.el now. | |
5763 | |
5764 * Installed tq.el. | |
5765 | |
75609 | 5766 1992-07-06 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 5767 |
5768 * tex-mode.el (tex-file): Fix reference to tex-offer-save. | |
5769 | |
75609 | 5770 1992-07-05 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 5771 |
5772 * tex-mode.el: Require comint instead of oshell. | |
5773 (tex-start-shell): Use comint, not oshell. | |
5774 (tex-filter): Deleted function; no filter is now longer needed. | |
5775 | |
93515 | 5776 * tex-mode.el (tex-run-command, latex-run-command, slitex-run-command) |
5777 (tex-bibtex-run-command, tex-dvi-print-command) | |
5778 (tex-alt-dvi-print-command, tex-dvi-view-command): Change doc strings | |
40965 | 5779 to reflect the fact that `*' will be replaced by the file name. |
5780 (tex-send-command): New function to interact with comint subshell and | |
5781 replace `*' by the file name. | |
93515 | 5782 (tex-file, tex-region, tex-print, tex-view, tex-bibtex-file) |
5783 (tex-show-print-queue): Use tex-send-command to send commands. | |
40965 | 5784 |
5785 * tex-mode.el (tex-offer-save): New variable. | |
5786 (tex-file): Offer to save buffers if tex-offer-save is t (default). | |
5787 | |
93515 | 5788 * tex-mode.el (latex-block-names, standard-latex-block-names): |
5789 New variables. | |
40965 | 5790 (tex-latex-block): Use them to do completing-read for block name. |
5791 | |
5792 * tex-mode.el (tex-last-temp-file): New variable to remember file | |
5793 name for clean up. | |
5794 (tex-shell-sentinel): New function--clean up when tex process dies. | |
5795 (tex-delete-last-temp-files): New function to do the cleanup. | |
5796 Add this function to kill-emacs-hook. | |
5797 (tex-region): Do clean up of files from last invocation. | |
5798 | |
5799 * tex-mode.el (tex-insert-quote): Make it barf on read-only buffers. | |
5800 | |
5801 * tex-mode.el (tex-terminate-paragraph): Make it barf on read-only | |
5802 buffers. | |
5803 | |
5804 * tex-mode.el (tex-insert-braces): Make it barf on read-only buffers. | |
5805 | |
5806 * tex-mode.el (tex-close-latex-block): Change void var `ERR' to `nil'. | |
5807 | |
5808 * tex-mode.el (tex-print): Use alternative printer when given prefix | |
5809 arg. | |
5810 | |
5811 * tex-mode.el (tex-mode-load-hook): New variable. | |
5812 Run-hooks on it. | |
25830 | 5813 |
5814 1992-07-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5815 | |
5816 * compile.el (compilation-in-progress): New variable. | |
5817 Add it to minor-mode-alist. | |
5818 (compile-internal): Cons the new process onto it. | |
5819 (compilation-sentinel): Remove the dead process from it. | |
5820 | |
5821 1992-07-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5822 | |
5823 * tex-mode.el: New version from reingold. | |
5824 | |
5825 * files.el (save-buffers-kill-emacs): Consider open net connections | |
5826 as possibly requiring a query. | |
5827 | |
5828 1992-07-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5829 | |
5830 * files.el (recover-file): Pass -L option to ls, if file is link. | |
5831 | |
5832 1992-07-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5833 | |
5834 * files.el (ctl-x-4-map): Bind `C-x 4 o' to display-buffer. | |
5835 | |
5836 * buff-menu.el (Buffer-menu-switch-other-window): New function, | |
5837 bound to C-o in Buffer-menu-mode-map. | |
5838 | |
5839 1992-07-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5840 | |
5841 * cmutex.el: Deleted, following recommendation of reingold. | |
5842 | |
75609 | 5843 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 5844 |
5845 * startup.el (command-line-1): Signal an error if the argument to | |
5846 the `-insert' option isn't a string. | |
5847 | |
75609 | 5848 1992-06-28 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 5849 |
5850 * completion.el (completion-separator-self-insert-autofilling): | |
5851 Changed references to `auto-fill-hook' to `auto-fill-function'. | |
5852 * mh-e.el (mh-letter-mode): Same thing. | |
5853 * texinfo-upd.el (texinfo-update-node, | |
5854 texinfo-sequential-node-update): Same thing. | |
5855 | |
75609 | 5856 1992-06-28 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 5857 |
5858 * solar.el: New file. | |
5859 The only functions known to outside world are calendar-sunrise-sunset, | |
5860 diary-sunrise-sunset, diary-sabbath-candles, sunrise-sunset, and | |
5861 calendar-holiday-function-solar-equinoxes-solstices. | |
25830 | 5862 |
5863 * calendar.el (calendar-holidays): Add equinoxes and solstices. | |
40965 | 5864 (calendar-mode-map): Add key for sunrise/sunset. |
5865 Add a new variables calendar-time-display-form, calendar-latitude, | |
5866 calendar-longitude, calendar-location-name, calendar-time-zone, | |
5867 calendar-standard-time-zone-name, calendar-daylight-time-zone-name, | |
5868 calendar-daylight-savings-starts, calendar-daylight-savings-ends. | |
5869 Add autoload of calendar-sunrise-sunset. | |
5870 (calendar-mode): Add description of sunrise/sunset capability. | |
5871 (calendar-version): Changed to 5. | |
5872 | |
5873 * diary.el: Autoload diary-sunrise-sunset and diary-sabbath-candles. | |
25830 | 5874 |
5875 * holidays.el: Autoload | |
40965 | 5876 calendar-holiday-function-solar-equinoxes-solstices. |
5877 | |
75609 | 5878 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
|
5879 |
25830 | 5880 * info.el: Bindings for Info-goto-emacs-command-node and |
5881 Info-goto-emacs-key-command-node in help-map moved from here... | |
5882 * help.el: to here. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5883 |
25830 | 5884 * compile.el (compile-internal): Make the buffer read-only, to |
5885 remind people that they probably don't want to mess with it. | |
5886 (compilation-sentinel): Make the buffer temporarily writable, so | |
5887 we can insert the termination message. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
5888 |
25830 | 5889 * help.el, indent.el, paragraphs.el, isearch.el, replace.el: |
5890 Deleted autoload cookies from these files; they are all loaded | |
5891 into Emacs by loadup.el. | |
5892 * 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
|
5893 |
40965 | 5894 * loaddefs.el: Put autoload sections in alphabetical order by file |
25830 | 5895 name. |
5896 | |
5897 * replace.el (perform-replace): Remember the match data from the | |
5898 real occurrence found, and restore it before executing the | |
5899 command. This preserves the match data across various other | |
5900 matching we do, and protects it from mungement while we're waiting | |
5901 for input. | |
5902 | |
5903 * loaddefs.el: Bind [M-right], [M-left], [M-up], and [M-down] to | |
5904 backward-sexp, forward-sexp, backward-list, and forward-list. | |
5905 | |
75609 | 5906 1992-06-26 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
25830 | 5907 |
5908 * holidays.el (calendar-holiday-list): Protect holiday evaluation from | |
93515 | 5909 bogus holidays on list. |
25830 | 5910 |
5911 1992-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5912 | |
5913 * outline.el (outline-flag-region): Bind buffer-read-only to nil. | |
5914 | |
75609 | 5915 1992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 5916 |
5917 * calendar.el, diary.el, holidays.el: Merged new versions from Ed | |
5918 Reingold. | |
93515 | 5919 * calendar.el (mark-holidays-in-calendar, all-hebrew-calendar-holidays) |
5920 (all-christian-calendar-holidays, all-islamic-calendar-holidays) | |
5921 (list-diary-entries-hook, diary-display-hook) | |
5922 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook) | |
5923 (diary-list-include-blanks): Added autoload cookie for these; | |
5924 Reingold's distribution suggests that these variables are ones | |
5925 that you are especially likely to want to customize. | |
25830 | 5926 * holiday.el (holidays): Added autoload cookie for this. |
5927 | |
75609 | 5928 1992-06-25 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
25830 | 5929 |
5930 * diary.el (diary-rosh-hodesh): Change mod to % in two places. | |
5931 | |
75609 | 5932 1992-06-24 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 5933 |
93515 | 5934 * holidays.el (calendar-holiday-function-fixed) |
5935 (calendar-holiday-function-float, calendar-holiday-function-julian) | |
5936 (calendar-holiday-function-islamic, calendar-holiday-function-hebrew): | |
40965 | 5937 Correct documentation strings. |
5938 | |
5939 * holidays.el (calendar-holiday-function-greek-orthodox-easter): | |
5940 New function. | |
5941 | |
5942 * calendar.el (calendar-holidays): Add Greek Orthodox Easter to | |
5943 all Christian holidays list. | |
5944 | |
93515 | 5945 * calendar.el (calendar-load-hook): New variable; use it with run-hooks. |
5946 (calendar): Describe use of calendar-load-hook. | |
40965 | 5947 |
75609 | 5948 1992-06-23 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 5949 |
5950 * autoload.el: The docstring is the third element of a `defun' | |
5951 form, not the second. | |
5952 | |
5953 1992-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5954 | |
5955 * fill.el (fill-region-as-paragraph): Don't assume any indentation | |
5956 for a one-line paragraph. | |
5957 | |
5958 * dired.el: Complete rewrite, mostly by sk@thp.uni-koeln.de. | |
5959 * dired-aux.el: Other parts of dired. | |
5960 | |
5961 * files.el (enable-local-eval): Renamed from `ignore-local-eval'; | |
5962 now has values like `enable-local-variables'. | |
5963 (hack-local-variables): Test `enable-local-eval' properly. | |
5964 | |
75609 | 5965 1992-06-22 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 5966 |
5967 * autoload.el (generate-file-autoloads): Do attach a | |
40965 | 5968 `doc-string-elt' property to `defun', `defvar', `defconst', and |
5969 `defmacro'; since the files with ";;;autoload" cookies in them are | |
5970 never loaded into the dumped Emacs - otherwise, why would you be | |
5971 autoloading them?. | |
25830 | 5972 |
5973 1992-06-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
5974 | |
5975 * fill.el (fill-region-as-paragraph): | |
5976 Handle fill-prefix wider than fill-column. | |
5977 Ensure we keep at least one word on each line. | |
5978 Also don't break after a period followed by just one space. | |
5979 | |
75609 | 5980 1992-06-21 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 5981 |
5982 * screen.el (ctl-x-5-map): Removed declaration and initialization | |
40965 | 5983 of this here; it's done in subr.el, alongside ctl-x-4-map. |
25830 | 5984 |
5985 * autoload.el (generate-file-autoloads): If FILE is in the same | |
40965 | 5986 directory as the current buffer's file, or a subdirectory thereof, |
5987 change FILE to be a path relative to the current buffer's file. | |
5988 This will allow `update-autoloads-here' to find a section's file | |
5989 even if the Emacs tree has been moved, as it would be when | |
5990 installed on a different system. | |
25830 | 5991 |
5992 1992-06-19 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
5993 | |
5994 * upd-copyr.el (update-copyright): Grok abbreviated years. | |
5995 | |
75609 | 5996 1992-06-19 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 5997 |
5998 * lisp-mode.el (indent-sexp): The local variable `last-point' was | |
40965 | 5999 being asked to do double-duty - `calculate-lisp-indent' needs to |
6000 be given a location guaranteed to be outside of the current | |
6001 s-expression, but the outer loop (according to the change made Dec | |
6002 21 1989) needs to know where point was at the top of the loop. | |
6003 Added variable `starting-point' for `calculate-lisp-indent' to | |
6004 use. | |
25830 | 6005 |
6006 * lisp-mode.el (indent-sexp): Change the `while' loop to an `if', | |
6007 using `make-list' and `-' instead of `(list nil)' and `1+'. | |
6008 | |
75609 | 6009 1992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6010 |
6011 * edebug.el (edebug-debug): Added autoload cookie for this. | |
6012 | |
6013 * etags.el (find-tag-other-frame): New function. Bind it to | |
6014 `C-x 5 .'. | |
6015 | |
75609 | 6016 1992-06-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6017 |
6018 * compile.el (compilation-error-regexp-alist): Tightened up the | |
6019 regular expressions designed to match lint pass 2 and lint pass 3 | |
93515 | 6020 error messages. These were too loose; they were matching the |
25830 | 6021 "grep exited 00:06:20" messages at the end of the buffer. |
6022 | |
6023 1992-06-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6024 | |
6025 * upd-copyr.el (update-copyright): Do nothing if | |
6026 inhibit-update-copyright is non-nil. If the user answers "no", set | |
6027 that to t locally. | |
6028 (inhibit-update-copyright): New defvar. | |
6029 | |
6030 1992-06-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6031 | |
6032 * mailabbrev.el: New version from jwz. | |
6033 | |
75609 | 6034 1992-06-15 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6035 |
6036 * compile.el (compilation-enter-directory-regexp, | |
6037 compilation-leave-directory-regexp): In strings, replace uses of | |
6038 "\\\(" or "\\\)" with "\\(" or "\\)". | |
6039 (compilation-error-regexp-alist): Remember to include newlines in | |
6040 all the complemented character sets; none of these should match | |
6041 across a newline. | |
6042 | |
75609 | 6043 1992-06-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6044 |
6045 * isearch-mode.el (isearch-forward): Remove sentence from doc | |
6046 string claiming that the key bindings are controlled by variables | |
6047 named `search-FOO-char'. That was true of the old isearch.el, but | |
6048 now the keymap `isearch-mode-map' controls special characters in | |
6049 isearch-mode. | |
6050 | |
6051 * blackbox.el (blackbox): Added ;;;###autoload cookie. | |
6052 | |
6053 * add-log.el (change-log-mode): Integrated some code from the | |
6054 `change-log-mode' function in `text-mode.el'. Docstring now | |
6055 mentions that it prevents numeric backups, and sets `left-margin' | |
6056 and `fill-column'. Code now actually sets `left-margin' and | |
6057 `fill-column', as advertised. | |
6058 * text-mode.el (change-log-mode): Function deleted, since it's | |
6059 been superceded by the one in add-log.el. | |
6060 | |
6061 1992-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6062 | |
6063 * gnus.el (gnus-start-news-server): Criterion for using the local | |
6064 news spool is now that gnus-nntp-server is "::". | |
6065 | |
6066 1992-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6067 | |
6068 * gnus.el (gnus-nntp-server): Eval gnus-default-nntp-server only | |
6069 if bound. | |
6070 | |
75609 | 6071 1992-06-12 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6072 |
6073 * isearch-mode.el: New package, which will probably supercede | |
40965 | 6074 isearch.el. |
25830 | 6075 (isearch-mode-map, isearch-mode-meta-map): When initializing |
6076 these, remember that vectors are no longer keymaps. | |
6077 (isearch-update): unread-command-char is no longer -1 when | |
6078 there is no unread character - it's nil. | |
6079 | |
6080 * simple.el (interprogram-paste-function): Add the stipulation | |
6081 that the function this points to should return nil if Emacs sent | |
6082 the most recent string for interprogram pasting; the function | |
6083 should never return the same string Emacs posted with | |
6084 `interprogram-cut-function'. | |
6085 * term/x-win.el (x-last-selected-text): New variable. | |
6086 (x-select-text): Set it, so we can check later against returning | |
6087 it. | |
6088 (x-cut-buffer-or-selection-value): Check it, to make sure we don't | |
6089 return our own text. | |
6090 | |
6091 1992-06-12 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu) | |
6092 | |
6093 * simple.el (current-kill): Fixed misnamed parameter and | |
6094 reorganized code slightly. | |
6095 | |
6096 1992-06-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6097 | |
6098 * rmailout.el (rmail-output): Get date using mail-fetch-field. | |
6099 | |
6100 1992-06-10 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6101 | |
6102 * compile.el (compile-internal): Do buffer-disable-undo here. | |
6103 (compilation-mode): Not here. | |
6104 | |
75609 | 6105 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 6106 |
6107 * simple.el (rotate-yank-pointer): Move the guts of this to | |
6108 current-kill, and get rid of the optional DO-NOT-MOVE argument. | |
6109 (current-kill): Rotate the yank pointer here. | |
6110 | |
75609 | 6111 1992-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 6112 |
6113 * subr.el (one-window-p): Rename argument ARG to NOMINI, so | |
6114 that the docstring will agree with the argument list generated | |
6115 by make-docfile.c. | |
6116 | |
40965 | 6117 * simple.el (kill-region): Undo May 20th change - add back |
25830 | 6118 Roland McGrath's hack of June 17, 1991, which allows |
6119 kill-region to work on read-only buffers - in read-only | |
6120 buffers, it acts just like copy-region-as-kill. | |
6121 | |
6122 1992-06-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6123 | |
6124 * electric.el (Electric-command-loop): Set last-command after each cmd. | |
6125 | |
6126 * server.el (server-buffer-clients): Add permanent-local property. | |
6127 | |
6128 1992-06-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6129 | |
6130 * csharp.el (c-find-nesting): Renamed from csharp-find-nesting. | |
6131 Add autoload. | |
6132 All other functions in this file renamed to start with c-find-nesting. | |
6133 | |
6134 1992-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6135 | |
6136 * window.el (split-window-keep-point): Make it t by default. | |
6137 | |
6138 1992-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6139 | |
6140 * simple.el (delete-blank-lines): Handle special case near eob. | |
6141 | |
6142 1992-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6143 | |
6144 * simple.el (universal-argument): Don't call describe-arg. | |
6145 Pass t as 2nd arg to read-key-sequence. | |
6146 (prefix-arg-internal): Likewise. | |
6147 | |
6148 1992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6149 | |
6150 * startup.el (command-line): Run after-init-hook. | |
6151 Renamed pre-init-hook to before-init-hook for consistency with | |
6152 e.g., before-change-function. | |
6153 (after-init-hook): New defvar. | |
6154 * screen.el: Use before-init-hook instead of pre-init-hook. | |
6155 | |
6156 1992-06-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6157 | |
6158 * simple.el: Doc fix. | |
6159 | |
6160 1992-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6161 | |
6162 * info.el (Info-enable-edit): Now a user option. | |
6163 | |
6164 1992-06-03 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
6165 | |
6166 * sendmail.el (mail-signature): Suppress move to end of buffer if | |
6167 we gave a prefix argument (requested by Bob Chassell). | |
6168 | |
6169 1992-06-03 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6170 | |
6171 * add-log.el (add-change-log-entry): Match the file name followed | |
6172 by a colon in an existing entry. | |
6173 To find a blank line, search for one containing only whitespace, | |
6174 not two consecutive newlines. | |
6175 When adding to an existing entry, open a line and indent. | |
6176 | |
6177 1992-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6178 | |
6179 * add-log.el (change-log-mode): Set version-control to 'never | |
40965 | 6180 locally. Set adaptive-fill-regexp. Make paragraph-separate |
6181 match date lines. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6182 |
25830 | 6183 * bytecomp.el (byte-compile-file): Don't put file name in minibuffer. |
6184 (byte-compile-buffer): Function commented out. | |
6185 | |
6186 * lisp-mode.el (lisp-indent-line): Keep point unchanged in ;;; | |
40965 | 6187 line. |
25830 | 6188 |
6189 1992-06-02 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6190 | |
6191 * add-log.el (add-change-log-entry): If the visited file is in | |
6192 the directory tree under the directory containing the change | |
6193 log file, insert the path to it from there, rather than just | |
93515 | 6194 the file name. Also removed setq of random variable |
25830 | 6195 `formatted-revision'. |
6196 | |
75609 | 6197 1992-06-02 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 6198 |
6199 * yow.el: Somehow, the semicolons introducing the comment on the | |
93515 | 6200 first line disappeared. Put them back. |
25830 | 6201 |
6202 1992-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6203 | |
6204 * subr.el (eval-current-buffer): Add as alias for eval-buffer. | |
6205 | |
6206 * calendar.el (calendar): Add an autoload. | |
6207 * cal.el: File deleted. | |
6208 | |
6209 1992-06-02 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6210 | |
6211 * add-log.el: Fixed copyright years to not use a range. | |
6212 (change-log-mode): Added docstring. | |
6213 (add-change-log-entry): Put a space between the file name and | |
6214 "(function name):". Put a colon after the file name if we have | |
6215 found no function name. | |
6216 | |
6217 1992-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6218 | |
6219 * edebug.el (edebug-eval-buffer): New function. | |
6220 Install it in place of eval-buffer if eval-buffer is defined. | |
6221 (edebug-eval-current-buffer): Define this, not eval-current-buffer. | |
6222 Use fset to install it in place of eval-current-buffer. | |
6223 ??? mlconvert.el needs fixing too. | |
6224 | |
6225 * ispell.el: Add some autoloads. | |
6226 (ispell-word): Accept prefix arg, meaning do ispell-next. | |
6227 | |
75609 | 6228 1992-06-01 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6229 |
6230 * simple.el (current-kill): Name the variable which holds the | |
6231 value from other programs to be pasted interprogram-paste, not | |
6232 interprogram-cut. | |
6233 | |
6234 * files.el: Bind find-file-other-screen to C-x 5 C-f as well as | |
6235 C-x 5 f, for symmetry with C-x C-f. | |
6236 | |
6237 1992-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6238 | |
6239 * asm-mode.el (asm-mode-map): Don't override RET. | |
6240 | |
6241 * teco.el: Rename `teco:' to `teco-' in all symbols. | |
6242 (teco-command): Make it autoload. | |
6243 | |
6244 * edebug.el (edebug-defun): Make it autoload. | |
6245 | |
6246 * hexl.el (hexl-save-buffer): Return t. | |
6247 (hexl-mode): Put hexl-save-buffer in write-contents-hooks. | |
6248 (hexl-mode-map): Put the 1k page commands on C-x [ and C-x ]. | |
6249 | |
6250 * diff.el: Doc fix. | |
6251 | |
6252 * fill.el (fill-region-as-paragraph): Treat } like closeparen. | |
6253 If a fill prefix is specified globally, always use that one. | |
6254 | |
6255 * flow-ctrl.el (evade-flow-control-memstr=): Renamed from memstr=. | |
6256 | |
6257 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
|
6258 |
93515 | 6259 * bibtex.el: Merged in alarson's changes. |
6260 | |
6261 * simula.el: Replaced Björn Hessen's version with Hans Henrik | |
6262 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
|
6263 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6264 1992-05-31 Noah Friedman (friedman@splode.com) |
25830 | 6265 |
40965 | 6266 * subr.el (lambda): Added docstring. |
25830 | 6267 |
6268 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
|
6269 |
93515 | 6270 * gdb.el: Nuked --- subsumed by gdb entry point of gud.el. |
6271 | |
6272 * dbx.el: Nuked --- subsumed by dbx entry point of gud.el. | |
6273 | |
6274 * session.el: Nuked --- saveconf.el is better. | |
6275 | |
6276 * 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
|
6277 consecutive entries by the same user on the same day and try to |
25830 | 6278 auto-generate both the file key and function changed fields --- the |
6279 old version still exists in the ~n~ files if this loses, but | |
6280 the code looks good. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6281 |
25830 | 6282 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
|
6283 |
93515 | 6284 * profile.el: Installed. |
6285 | |
6286 * cus-print.el: Installed. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6287 |
75609 | 6288 1992-05-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6289 |
6290 * startup.el (normal-top-level): Call abbreviate-file-name instead | |
6291 of writing out its code. | |
6292 | |
6293 * comint.el: Merged with Olin Shivers' comint version 2.03. | |
6294 (comint-version): Changed accordingly. | |
6295 (comint-previous-input-matching): Bind this to c-m-r, rather | |
6296 than c-c c-r. | |
6297 (comint-exec-hook): Make this variable buffer-local. | |
6298 (comint-exec): Put the code which feeds the startfile to the | |
6299 inferior inside the let which binds ``proc'', as suggested by | |
6300 the indentation. | |
6301 (comint-read-noecho): New optional argument STARS, which | |
6302 causes input to be echoed with '*' characters on the prompt | |
6303 line. | |
6304 (send-invisible): Change prompt from "Enter non-echoed text: " | |
93515 | 6305 to "Non-echoed text: ". This conforms with the convention |
25830 | 6306 used by existing prompts, and gives more room to type stuff. |
6307 | |
6308 * comint.el (comint-last-input-start): New varible. In | |
6309 particular, this helps support subprocesses that insist on echoing | |
6310 their input. Added comments to porting guide indicating that | |
6311 this should probably not be used for implementing history stuff. | |
6312 (comint-mode): Create and initialize comint-last-input-start as a | |
6313 buffer-local var. | |
6314 (comint-send-input): Set comint-last-input-start when we send the | |
6315 input. | |
6316 Porting documentation at end of file adjusted to describe the | |
6317 differences between the old shell mode's last-input-start variable | |
6318 and comint-last-input-start. | |
6319 * telnet.el (telnet-send-input): If telnet-remote-echos is | |
6320 non-nil, use comint-last-input-start and comint-last-input-end to | |
6321 delete the input we just sent. | |
6322 | |
75609 | 6323 1992-05-29 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6324 |
6325 * simple.el (append-to-buffer): When called interactively, default | |
6326 to (other-buffer nil t). This way, it will offer to insert into | |
6327 the buffer in the other window. | |
6328 | |
75609 | 6329 1992-05-27 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6330 |
6331 * term/x-win.el (x-cut-buffer-or-selection-value): New function. | |
6332 Set interprogram-paste-function to use it. | |
6333 (x-select-text): For backwards compatibility, set cut buffer 0 as | |
6334 well as claiming ownership of the other selections. | |
6335 | |
6336 1992-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6337 | |
6338 * simple.el (indent-new-comment-line): Change handling of | |
6339 comment-multi-line (which is effectively obsolete now). | |
6340 | |
6341 1992-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6342 | |
6343 * simple.el (set-selective-display): Keep vpos of point constant. | |
6344 | |
75609 | 6345 1992-05-24 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 6346 |
6347 * calendar.el (list-yahrzeit-dates): New function. | |
6348 (hebrew-calendar-yahrzeit): Moved from diary.el. | |
6349 | |
6350 * diary.el (hebrew-calendar-yahrzeit): Moved to calendar.el. | |
93515 | 6351 (diary-ordinal-suffix): Give correct suffix for 111, 112, 113, 211, |
40965 | 6352 212, 213, etc. |
6353 | |
75609 | 6354 1992-05-21 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6355 |
6356 * mouse.el: Emulate the Emacs 18 mouse button bindings for now. | |
6357 (mouse-yank-at-click): New function. | |
6358 | |
6359 * term/x-win.el (x-select-text): Don't bother to check if the | |
6360 window system is X; if it isn't, then this function would never | |
6361 have been defined, let alone called. Is this right, Joe? | |
6362 | |
6363 * simple.el (interprogram-paste-function): New hook, for getting | |
6364 the current pasting text from the window system. | |
6365 (kill-ring): Doc fix, encouraging people to use the functions | |
6366 below instead of manipulating the kill ring directly, since the | |
6367 functions correctly deal with interprogram cutting and pasting. | |
6368 (kill-new): New function. | |
6369 (kill-append): Added doc string. Be sure to call the | |
6370 interprogram-cut-function on the new string. | |
6371 (current-kill): New function. | |
6372 (rotate-yank-pointer): New optional argument do-not-move, to | |
6373 support vi.el and vip.el's style of ring access. | |
6374 (kill-region, copy-region-as-kill): Call kill-new, instead of | |
6375 writing out all the logic. | |
6376 (yank-pop): Use current-kill, rather than assuming that | |
6377 kill-ring-yank-pointer points to the text you should use. | |
6378 (yank): Use current-kill, instead of calling rotate-yank-pointer | |
6379 and then fetching through the kill-ring-yank-pointer. | |
6380 * vi.el (vi-put-before): Instead of figuring out the index into | |
6381 the kill-ring and fetching directly, call current-kill. | |
6382 * vip.el (vip-put-back, vip-Put-back, ex-copy): Use current-kill, | |
6383 don't access the kill ring directly. | |
6384 * term/x-win.el: Set interprogram-paste-function to | |
6385 'x-selection-value. | |
40965 | 6386 * sun-fns.el (mouse-yank-at-point): Instead of rotating the yank |
25830 | 6387 pointer one spot and then accessing the kill ring directly, just |
6388 call the function current-kill with an argument of one. | |
6389 | |
6390 * simple.el (kill-ring-save): Blink to the other end of the saved | |
6391 region, if it's on the screen, or print out the text if it's not, | |
6392 instead of printing the number of characters saved. Nobody cares | |
6393 how many characters were saved, and it's hard to interpret | |
6394 intuitively. | |
6395 | |
6396 * screen.el (ctl-x-3-map): Renamed to ctl-x-5-map, and now bound | |
6397 to C-x 5, not C-x 3. This makes a nicer analogy with C-x 4. | |
6398 Moving split-window-horizontally to C-x 3 also makes a nicer | |
6399 analogy with C-x 2. | |
6400 * files.el, sendmail.el, subr.el: Uses of ctl-x-3-map here | |
6401 renamed. | |
6402 * window.el: Binding of split-window-horizontally moved from C-x 5 | |
6403 to C-x 3. | |
6404 | |
75609 | 6405 1992-05-20 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6406 |
6407 * simple.el (kill-region): This used to forgo actually deleting | |
6408 the region if the buffer was read-only, meaning that the command | |
6409 would silently copy the region to the kill ring, but leave the | |
6410 buffer unmodified. Now it tries to delete the region, even if the | |
6411 buffer is read-only; go ahead and get the error. | |
6412 | |
6413 1992-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6414 | |
6415 * subr.el (one-window-p): If arg is t, completely avoid minibuffer. | |
6416 | |
75609 | 6417 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6418 |
6419 * version.el (version): New alias for emacs-version. | |
6420 | |
75609 | 6421 1992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 6422 |
6423 * startup.el (normal-top-level): Typo: s/getev/getenv/. | |
6424 | |
75609 | 6425 1992-05-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6426 |
6427 * subr.el (lambda): Define this as a macro which wraps the lambda | |
93515 | 6428 expression in a (function ...) quoter. This means that you don't |
25830 | 6429 need to write out the cursed ``function'' any more. It might be |
6430 cleaner to simply change the way the interpreter and compiler | |
6431 treat lambda. | |
6432 | |
6433 * loadup.el: Disable undo recording in scratch while we load all | |
6434 the files; re-enable them before we dump. | |
6435 | |
75609 | 6436 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
|
6437 |
25830 | 6438 * startup.el (normal-top-level): If (getenv "PWD") or (getenv |
6439 "HOME") refer to the same directory as default-directory, change | |
6440 default-directory to the shortest of the three. | |
6441 | |
6442 * disass.el (disassemble-internal): Use indirect-function instead | |
6443 of just looping. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6444 |
25830 | 6445 1992-05-12 Joseph Arceneaux (jla@churchy.gnu.ai.mit.edu) |
6446 | |
40965 | 6447 * simple.el (kill-region): Call the interprogram-cut-function if |
25830 | 6448 it's non-nil. |
6449 | |
6450 * term/x-win.el (x-select-text): New function for selecting text, | |
6451 asserts both PRIMARY and CLIPBOARD selections. | |
6452 | |
6453 1992-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6454 | |
6455 * ftp.el (ftp-command): Correctly ignore lines without status codes. | |
6456 | |
6457 * fill.el (fill-individual-paragraphs): Choice of two modes, | |
6458 controlled by fill-individual-varying-indent. | |
6459 | |
6460 1992-05-05 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6461 | |
6462 * files.el (save-some-buffers): Use save-excursion around whole | |
6463 fn, rather than several inside. | |
6464 | |
6465 1992-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6466 | |
6467 * terminal.el (terminal-emulator): Use process-enironment, not env. | |
6468 Get rid of code that used start-subprocess. | |
6469 | |
6470 1992-05-03 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6471 | |
6472 * mailabbrev.el (mail-abbrevs-v18-munge-map): Use define-key | |
6473 instead of making up an extra alist and nconcing it onto the keymap. | |
6474 | |
75609 | 6475 1992-05-02 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 6476 |
6477 * calendar.el (generate-calendar-month): Center heading over each | |
25830 | 6478 month. |
6479 | |
75609 | 6480 1992-04-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6481 |
6482 * loaddefs.el: Moved (put 'narrow-to-page 'disabled t)... | |
6483 * page.el: To here. | |
6484 | |
75609 | 6485 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6486 |
6487 * mh-e.el (mh-signature-file-name): New variable. | |
6488 (mh-insert-signature): Use it. | |
6489 | |
6490 1992-04-27 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6491 | |
6492 * mailabbrev.el: New version from jwz. | |
6493 | |
6494 1992-04-26 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6495 | |
6496 * loaddefs.el: Removed (put 'narrow-to-region 'disabled t). | |
6497 It is done in simple.el. | |
6498 | |
75609 | 6499 1992-04-25 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6500 |
6501 * dired.el (dired-mode): Make the modeline display the entire path | |
6502 of the directory, not just the buffer name. | |
6503 | |
75609 | 6504 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6505 |
6506 * flame.el: Add "flame-" prefix to internal functions, to conform | |
6507 with the naming conventions of the rest of Emacs. | |
6508 | |
75609 | 6509 1992-04-21 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6510 |
6511 * doctor.el (doctor-svo): Deleted second expression from top let | |
6512 binding; it used to read "(let ((foo <exp> sent)) ...)"; let | |
6513 bindings can only have one expression. | |
6514 | |
6515 * flame.el: We might as well (provide 'flame). | |
6516 | |
75609 | 6517 1992-04-18 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6518 |
93515 | 6519 * startup.el (normal-top-level): Don't change default-directory |
6520 to (getenv "PWD") unless they actually refer to the same directory. | |
25830 | 6521 |
6522 * rmail.el (rmail-unix-mail-delimiter): Doc fix. | |
6523 | |
75609 | 6524 1992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6525 |
6526 * rmail.el (rmail-unix-mail-delimiter): Don't bother giving this a | |
6527 docstring; move it to a comment. | |
6528 | |
6529 1992-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6530 | |
6531 * cmacexp.el: Doc fix. | |
6532 | |
75609 | 6533 1992-04-15 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6534 |
6535 * simple.el (reindent-then-newline-and-indent, | |
6536 newline-and-indent): Call the newline function instead of saying | |
6537 (insert ?\n), so that auto fill mode will break lines correctly. | |
6538 | |
6539 * upd-copyr.el (update-copyright): Used to not change the | |
6540 copyright version when user elected to update the copyright year, | |
6541 but would change it when user decided not to update. Now doesn't | |
6542 do anything unless user gives permission, and when the user does | |
6543 give permission, does everything. | |
6544 | |
6545 * rmail.el (rmail-unix-mail-delimiter): New variable. | |
6546 (rmail-convert-to-babyl-format): Use it to recognize the start of | |
6547 an mbox message. | |
6548 (rmail-nuke-pinhead-header): Same. | |
6549 | |
6550 1992-04-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6551 | |
6552 * compile.el (compilation-find-buffer): Optional non-nil arg says | |
6553 to try to find some buffer other than the current one. | |
6554 | |
75609 | 6555 1992-04-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 6556 |
6557 * holidays.el (calendar-cursor-holidays): Signal error when cursor | |
25830 | 6558 is not on a date. |
6559 | |
75609 | 6560 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6561 |
93515 | 6562 * doctex.el, gdb.el, mh-e.el, vip.el: Use point{,-min,-max,-marker} |
6563 functions instead of dot{,-min,-max,-marker}. | |
25830 | 6564 |
6565 1992-04-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6566 | |
6567 * mailabbrev.el (mail-abbrev-expand-hook): Rewritten so it won't | |
6568 loop if a single address doesn't fit within fill-column. | |
6569 | |
6570 1992-04-05 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6571 | |
6572 * mailabbrev.el (sendmail-v18-self-insert-command): Just pass arg | |
6573 to sendmail-pre-abbrev-expand-hook. | |
6574 (sendmail-pre-abbrev-expand-hook): Take optional arg; if non-nil, | |
6575 call self-insert-command with it, and don't do expand-abbrev; just | |
6576 | |
75609 | 6577 1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6578 |
6579 * lpr.el (lpr-command): Make this variable settable. | |
6580 | |
75609 | 6581 1992-04-03 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6582 |
6583 * files.el (revert-buffer): Reverse the sense of the prefix | |
6584 argument; by default, do not offer to revert from the auto-save | |
6585 file. | |
6586 | |
6587 1992-04-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6588 | |
6589 * files.el (write-contents-hooks): New variable. | |
6590 (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
|
6591 |
75609 | 6592 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6593 |
6594 * bytecomp.el (byte-compile-let, byte-compile-let*): Signal an | |
6595 error message if a binding has more than one value form. | |
6596 | |
6597 * sendmail.el (mail-position-on-field): Search for the mail header | |
6598 separator only occurring at the beginning of a line. Insert new | |
6599 headers correctly even if there are no other headers. | |
6600 | |
6601 * loadup.el: When finding pointers to doc strings, place the doc | |
6602 file in ../etc, not ../share-lib. It's been renamed. | |
6603 | |
6604 1992-03-24 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6605 | |
6606 * mailabbrev.el: New version from jwz. | |
6607 | |
6608 * mailabbrev.el (mail-abbrev-expand-hook): If an address in the | |
6609 expansion begins with a /, turn it into an FCC header. | |
6610 | |
6611 * mailabbrev.el: Major rehacking. Should work in 18 and 19. | |
6612 | |
6613 1992-03-23 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6614 | |
6615 * simple.el (copy-region-as-kill): Doc fix. | |
6616 | |
75609 | 6617 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6618 |
6619 * Moved provide clauses to bottom of every elisp file that | |
6620 contains one. | |
6621 | |
6622 * simple.el (undo): Don't print the "Undo!" message if we're in | |
6623 the minibuffer. | |
6624 | |
6625 1992-03-16 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6626 | |
6627 * upd-copyr.el (update-copyright): Don't update the GPL version or | |
6628 replace the notice if the user said not to update the copyright. | |
6629 | |
75609 | 6630 1992-03-11 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6631 |
6632 * sendmail.el (mail-fcc): New function. | |
6633 (mail-mode-map): Bind C-c C-f C-f to mail-fcc. | |
6634 | |
6635 * sendmail.el (mail-position-on-field): Recognize the | |
6636 mail-header-separator string, even when it's at the beginning of | |
6637 the buffer. | |
6638 | |
6639 1992-03-11 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6640 | |
6641 * map-ynp.el (map-y-or-n-p): Doc fix. | |
6642 | |
6643 1992-03-07 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6644 | |
6645 * upd-copyr.el (update-copyright): Take two new optional args, to | |
6646 ask the user whether to update, and whether to replace the year. | |
6647 When asking the user, narrow it down to things that look like GPL | |
6648 notices. | |
6649 (ask-to-update-copyright): New function, meant to be put on | |
6650 write-file-hooks. | |
6651 | |
6652 1992-03-05 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6653 | |
6654 * compile.el (compilation-mode-hook): New variable. | |
6655 (compilation-mode): Run it. | |
6656 (compilation-search-path): Made user variable, added autoload cookie. | |
6657 (compilaton-window-height): Added autoload cookie. | |
6658 | |
75609 | 6659 1992-02-27 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6660 |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42860
diff
changeset
|
6661 * files.el (hack-local-variables): Don't take a FORCE argument; |
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42860
diff
changeset
|
6662 it's as easy to bind enable-local-variables to t for a while as it |
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42860
diff
changeset
|
6663 is to pass an extra argument, and it's cleaner. |
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42860
diff
changeset
|
6664 (normal-mode): Instead of passing the FORCE argument, bind |
25830 | 6665 enable-local-variables. |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42860
diff
changeset
|
6666 (set-auto-mode): Don't check for the -*- mode tag if |
25830 | 6667 enable-local-variables is nil. |
6668 | |
6669 * loaddefs.el (auto-mode-alist): There's no reason for this | |
6670 definition and initialization to be here; moved it to... | |
6671 * files.el: Here. | |
6672 | |
75609 | 6673 1992-02-21 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6674 |
6675 * telnet.el (read-password): Let the quit character terminate | |
6676 password entry. | |
6677 | |
75609 | 6678 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6679 |
6680 * info.el: Doc fix. | |
6681 | |
75609 | 6682 1992-01-27 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6683 |
6684 * simple.el (universal-argument): Read key sequences, not single | |
6685 keys. Renamed `c-u' to `factor'. Describe the argument in the | |
6686 minibuffer as it is read. | |
6687 (prefix-arg-internal): Same changes here. Renamed CHAR argument | |
6688 KEY, to reflect the fact that it can now be an event sequence. | |
6689 (describe-arg): New function (actually, uncommented). | |
6690 (digit-argument, negative): Call prefix-arg-internal with a | |
6691 string for KEY argument, not a character. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6692 |
25830 | 6693 * simple.el (digit-argument): Strip off high bit of |
6694 last-command-char. | |
6695 | |
75609 | 6696 1992-01-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6697 |
6698 * term/tvi970.el: New file. | |
6699 | |
75609 | 6700 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
|
6701 |
25830 | 6702 * screen.el: Don't automatically bind C-z to iconify; this is |
6703 inappropriate on terminals. | |
6704 * term/x-win.el: Bind C-z to iconify here. | |
6705 | |
75609 | 6706 1992-01-15 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6707 |
6708 * term/wyse50.el: Rewritten to use function-key-map. | |
6709 | |
6710 * simple.el: Include bindings for [up], [down], [left], and [right]. | |
6711 | |
75609 | 6712 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25830 | 6713 |
6714 * setenv.el: New file. | |
6715 | |
6716 * simple.el (x-select-kill): Variable removed. | |
6717 (interprogram-cut-function): New variable. | |
6718 (copy-region-as-kill): Use it. | |
6719 | |
6720 * term/new-at386.el: Rewritten to use function-key-map. | |
6721 | |
6722 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
|
6723 |
93515 | 6724 * flow-ctrl.el: Installed. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
6725 |
75609 | 6726 1992-01-08 Jim Blandy (jimb@occs.cs.oberlin.edu) |
25830 | 6727 |
6728 * simple.el (temporary-goal-column): Added missing closing paren. | |
6729 | |
40965 | 6730 1991-12-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6731 |
6732 * mail-utils.el (mail-strip-quoted-names): Return nil if given nil. | |
6733 | |
40965 | 6734 1991-12-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6735 |
6736 * debug.el (cancel-debug-on-entry): Complete over debugged functions. | |
6737 | |
75609 | 6738 1991-12-21 Jim Blandy (jimb@occs.cs.oberlin.edu) |
25830 | 6739 |
6740 * at386.el: Moved to term/at386.el, changed to use | |
6741 function-key-map. | |
6742 | |
75609 | 6743 1991-12-20 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6744 |
6745 * term/news.el, term/vt100.el: Converted to use function-key-map | |
6746 instead of old keypad.el. | |
6747 * term/sun.el: Console key sequences converted to use | |
6748 function-key-map; emacstool bindings left alone. | |
6749 | |
40965 | 6750 1991-12-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6751 |
6752 * mailabbrev.el: New file. | |
6753 * sendmail.el (mail-setup): Delete code for mail-aliases. | |
6754 Call mail-aliases-setup instead. | |
6755 (sendmail-send-it): Delete code for mail-aliases. | |
6756 (build-mail-aliases, expand-mail-aliases): Autoloads deleted. | |
6757 | |
40965 | 6758 1991-12-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
25830 | 6759 |
93515 | 6760 * etags.el (find-tag-noselect): Fixed subtle bug due to |
25830 | 6761 save-excursion. |
6762 | |
93515 | 6763 (tags-tag-match): New function, made smarter about exact matches. |
25830 | 6764 |
40965 | 6765 1991-12-13 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
25830 | 6766 |
93515 | 6767 * perl-mode.el: Installed. |
25830 | 6768 |
40965 | 6769 1991-12-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6770 |
6771 * sendmail.el (mail-default-headers): New user variable. | |
6772 (mail-setup): Insert value of that variable. | |
6773 | |
40965 | 6774 1991-12-11 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
25830 | 6775 |
93515 | 6776 * c-mode.el: Added C++ style to c-style-alist. |
6777 | |
6778 * at386.el: Installed. | |
25830 | 6779 |
40965 | 6780 1991-12-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6781 |
6782 * man.el (nuke-nroff-bs): Simplify o^H+. Delete "reformatting" msg. | |
6783 | |
40965 | 6784 1991-12-08 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
25830 | 6785 |
6786 * blackbox.el: Applied doc patch. No functions affected. | |
6787 | |
93515 | 6788 * etags.el: Support new (find-tag-noselect) entry point. |
6789 | |
6790 * info.el: Patched to restore point on `up' to previously | |
6791 visited buffer. | |
6792 | |
6793 * sccs.el: Installed 3.5. | |
25830 | 6794 |
75609 | 6795 1991-12-08 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6796 |
6797 * simple.el (universal-argument): If there is already an argument | |
6798 specified, don't toss it and read a new one; instead, end argument | |
6799 processing and read the next key literally. | |
6800 (digit-argument, negative-argument): Doc fix. | |
6801 | |
6802 * tar-mode.el (tar-subfile-save-buffer): Use the new current-time | |
6803 subr to generate real timestamps. | |
6804 (tar-update-datestamp): Remove docstring paragraph that claims the | |
6805 feature is not implemented. Remove similar paragraph from TO DO | |
6806 list at top of file. | |
6807 | |
40965 | 6808 1991-12-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6809 |
6810 * diff.el (diff-internal-diff): New subroutine. | |
6811 (diff): Removed from here. | |
6812 (diff-sccs, diff-rcs): New commands using diff-internal-diff. | |
6813 (diff-rcs-extension): New variable. | |
6814 | |
75609 | 6815 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6816 |
6817 * apropos.el, doctex.el, help.el, paths.el, spook.el, yow.el: | |
6818 These files expected to find their data in exec-directory, but | |
93515 | 6819 their data is now located under data-directory. Changed to use |
25830 | 6820 data-directory as appropriate. |
6821 * loadup.el: Changed to use the appropriate path names. | |
6822 | |
40965 | 6823 1991-12-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6824 |
6825 * mailalias.el (define-mail-alias): Handle quoted aliases. | |
6826 | |
40965 | 6827 1991-11-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6828 |
6829 * simple.el (prefix-arg-internal): Make C-u end the arg. | |
6830 Doc fixes on the argument commands. | |
6831 | |
40965 | 6832 1991-11-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6833 |
6834 * emacsbug.el (report-emacs-bug): Now autoloaded. | |
6835 | |
40965 | 6836 1991-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6837 |
6838 * simple.el: Doc fix. | |
6839 | |
75609 | 6840 1991-11-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6841 |
6842 * startup.el (command-line): Don't bother catching errors that | |
6843 occur while the window system file is loading; cmd_error can now | |
6844 properly handle errors that occur before screens are set up | |
6845 properly. | |
6846 | |
6847 * startup.el (command-line): baud-rate is a variable, not a | |
6848 function. | |
6849 | |
75609 | 6850 1991-11-14 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6851 |
6852 * info.el (Info-mode): Mention Info-directory in the list of | |
6853 commands in the docstring. | |
6854 (Info-follow-nearest-node): Rebalance parens. | |
6855 | |
6856 1991-11-11 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6857 | |
6858 * find-dired.el: New version munged by sk for tree dired. | |
6859 | |
75609 | 6860 1991-11-06 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6861 |
6862 * screen.el (screen-initialize, screen-notice-user-settings): | |
6863 Renamed global-minibuffer-screen to default-minibuffer-screen. | |
6864 | |
75609 | 6865 1991-11-05 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 6866 |
6867 * diary.el (diary-rosh-hodesh): Add Erev Rosh Hodesh to the diary, | |
25830 | 6868 as needed. |
6869 | |
40965 | 6870 1991-10-31 Richard Mlynarik (mly@peduncle) |
6871 | |
93515 | 6872 * ebuff-menu.el (eletric-buffer-menu-mode-map): Define |
40965 | 6873 < and > to scroll-left and scroll-right per user suggestion. |
6874 | |
75609 | 6875 1991-10-31 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6876 |
6877 * files.el (cd): Don't bother calling pwd after changing the | |
6878 directory. | |
6879 | |
6880 * shell.el (shell-mode): Doc fix. | |
6881 | |
6882 * screen.el (screen-notice-user-settings): When replacing the | |
6883 initial screen with a minibuffer-only screen, append the original | |
6884 screen's parameters to initial-screen-parameters, so that moves | |
6885 and resizes may take place if appropriate. | |
6886 | |
40965 | 6887 * cmushell.el: This is now the real shell.el. Removed the "cmu" |
25830 | 6888 prefix from names. |
6889 (shell): Marked this to be autoloaded. | |
6890 | |
75609 | 6891 1991-10-29 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6892 |
6893 * files.el (find-file-noselect): Extract filename abbreviation | |
6894 code into separate function. | |
6895 (abbreviate-file-name): This is that. | |
6896 | |
6897 * files.el (after-find-file): If the directory containing the file | |
6898 doesn't exist, offer to create it. | |
6899 (make-directory-path): New function to support this offer. | |
6900 | |
75609 | 6901 1991-10-28 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6902 |
6903 * macros.el (apply-macro-to-region-lines): Use a marker to keep | |
6904 track of the next line to operate on, so the macro can delete or | |
6905 add lines. | |
6906 | |
75609 | 6907 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
|
6908 |
25830 | 6909 * disass.el (disassemble): Correctly distinguish functions with no |
93515 | 6910 interactive spec and functions that are (interactive). Correctly |
25830 | 6911 extract components of explicit calls to byte-code (old-style |
6912 compiled functions). Correctly pass byte code of function to | |
6913 disassemble-1. | |
6914 (disassemble-1): Use nth to extract components of explicit call to | |
6915 byte-code, not car and cdr. | |
6916 | |
75609 | 6917 1991-10-25 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6918 |
93515 | 6919 * lisp-mode.el (eval-print-last-sexp): Saying (terpri (current-buffer)) |
6920 after evaluating the expression does bad things if the expression | |
6921 changes the current buffer, so bind standard-input to the buffer that | |
6922 is current before evaluation. | |
25830 | 6923 |
6924 1991-10-21 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6925 | |
93515 | 6926 * compile.el (compilation-buffer-name-function) |
6927 (compilation-finish-function): Add autoload cookie for these. | |
25830 | 6928 |
75609 | 6929 1991-10-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6930 |
6931 * info.el (Info-follow-nearest-node): Adjusted for new return | |
6932 value format from coordinates-in-window-p. | |
6933 | |
6934 1991-10-08 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6935 | |
6936 * add-log.el (change-log-name): New fn. | |
6937 (add-change-log-entry, add-change-log-entry-other-window): All | |
93515 | 6938 args optional. FILE-NAME defaults to new var |
25830 | 6939 `change-log-default-name'. Give this var a local value in the |
6940 buffer we were run from, pointing to the file we found. | |
6941 | |
6942 1991-10-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
6943 | |
6944 * compile.el (compilation-buffer-p): New fn. | |
6945 (compilation-find-buffer, compile-goto-error): Use it. | |
6946 | |
6947 1991-10-05 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6948 | |
6949 * compile.el (compile-internal): Don't make state vars local. | |
6950 (compilation-mode): Do it here. | |
6951 (compilation-parse-errors-function, compilation-error-message): | |
6952 Give initial values. | |
6953 (compile-goto-error): Look for compilation-error-list rather than | |
6954 compilation-parse-errors-function in the buffer-local variables | |
6955 to see if this is a compilation buffer, because the latter might | |
6956 not be local. | |
6957 | |
75609 | 6958 1991-10-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6959 |
6960 * files.el (revert-buffer): Call verify-visited-file-modtime with | |
6961 one arg (the current buffer), instead of none. | |
6962 | |
6963 1991-10-04 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6964 | |
6965 * rmail.el: Changed two regexps not to look specifically for 19yy | |
6966 for years; look for yyyy instead. Planning for the millenium. | |
6967 | |
6968 1991-10-03 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
6969 | |
6970 * version.el (emacs-version): (From Bob:) Take optional arg | |
6971 (prefix arg) to insert version text at point. | |
6972 | |
75609 | 6973 1991-09-26 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 6974 |
6975 * info.el (Info-default-directory-list): defvar this instead of | |
6976 defconsting it, so paths.el can set it. | |
6977 | |
6978 1991-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
6979 | |
6980 * map-ynp.el (map-y-or-n-p): Fixed for lists containing nil. | |
6981 | |
6982 1991-09-10 Roland McGrath (roland@wookumz.gnu.ai.mit.edu) | |
6983 | |
6984 * autoload.el (batch-update-autoloads): Use catch and throw to | |
6985 give up on a file altogether if it gets an error. | |
6986 | |
6987 * autoload.el (update-file-autoloads): Always check the old section. | |
6988 If the file has no cookies, it will be deleted and not replaced. | |
6989 | |
40965 | 6990 1991-09-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6991 |
6992 * simple.el (line-move): After C-e, do consider eol of blank line. | |
6993 Don't treat start of blank line as eol. | |
6994 | |
40965 | 6995 1991-09-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 6996 |
6997 * fill.el (fill-individual-paragraphs): | |
6998 Find a fill-prefix that works for the whole paragraph. | |
6999 | |
7000 * simple.el (line-move): Don't treat start of blank line as eol. | |
7001 | |
40965 | 7002 1991-09-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7003 |
7004 * debug.el (debugger-step-through): Fix message typo. | |
7005 | |
40965 | 7006 1991-09-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7007 |
7008 * server.el (server-start): Delete old socket in /tmp as well as in ~. | |
7009 | |
40965 | 7010 1991-08-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7011 |
7012 * abbrev.el, chistory.el: Remove periods from error messages. | |
7013 | |
40965 | 7014 1991-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7015 |
7016 * help.el (describe-function, describe-variable): | |
7017 Return the same text as was displayed. | |
7018 | |
7019 * files.el: Doc fix. | |
7020 | |
7021 * files.el: Don't require map-ynp. | |
7022 * map-ynp.el: No need for provide. | |
7023 * loadup.el: Load map-ynp. | |
7024 | |
75609 | 7025 1991-08-23 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 7026 |
93515 | 7027 * calendar.el (calendar-last-day-of-month, calendar-leap-year-p) |
7028 (calendar-day-number, calendar-absolute-from-gregorian): | |
7029 Change from functions to macros for speed. | |
25830 | 7030 |
7031 1991-08-22 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7032 | |
7033 * files.el (find-backup-file-name): | |
7034 (apply fun (cons first rest)) => (apply fun first rest). | |
7035 Come on, guys. | |
7036 | |
75609 | 7037 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
|
7038 |
25830 | 7039 * 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
|
7040 missing paren in the wrong place; fixed. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7041 |
25830 | 7042 * screen.el (screen-initialize): Added missing `function' around |
7043 lambda expression. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7044 |
25830 | 7045 1991-08-20 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
7046 | |
7047 * files.el (switch-to-buffer-other-screen, | |
7048 find-file-read-only-other-screen): Remove extra parens. | |
7049 | |
7050 * rmail.el (rmail-convert-to-babyl-format): Add missing paren. | |
7051 | |
75609 | 7052 1991-08-19 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 7053 |
7054 * calendar.el (redraw-calendar): Preserve cursor location in | |
25830 | 7055 redrawing. |
93515 | 7056 (extract-calendar-month, extract-calendar-day, extract-calendar-year): |
40965 | 7057 Change from functions to macros to speed up computation. |
7058 | |
93515 | 7059 * holiday.el (calendar-holiday-function-rosh-hashanah-etc): |
7060 Correct date of Selichot. | |
40965 | 7061 |
7062 1991-08-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
25830 | 7063 |
7064 * rmail.el (rmail-convert-to-babyl-format): | |
7065 If can't find end of babyl header or babyl message, | |
7066 try to resync with next ordinary message. | |
7067 | |
7068 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7069 | |
7070 * doctor.el (doctor-strangelove): New fn. | |
7071 (doctor-member): Removed. | |
7072 (doctor-doc): Use member instead of doctor-member. | |
7073 (doctor-rms): Restored. | |
7074 | |
75609 | 7075 1991-08-16 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7076 |
7077 * term/x-win.el: Removed obsolete definitions for function keys. | |
7078 | |
75609 | 7079 1991-08-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7080 |
7081 * screen.el (screen-create-initial-screen): Renamed to | |
7082 screen-initialize. Arrange to cause errors if people try to | |
7083 create screens when no window system is running. | |
7084 | |
93515 | 7085 * loadup.el: Load screen.el into the dumped emacs. |
25830 | 7086 |
7087 * subr.el (add-hook): Cons FUNCTION onto the value of the symbol | |
7088 HOOK, not the symbol itself. | |
7089 | |
7090 * loaddefs.el (ctl-x-4-map): Move definition from here... | |
7091 * subr.el (ctl-x-4-map): To here. | |
7092 (ctl-x-3-map): New prefix. | |
7093 (mouse-map): Deleted. | |
7094 | |
93515 | 7095 * screen.el (new-screen-x-delta, new-screen-y-delta) |
7096 (new-screen-position): Removed. | |
25830 | 7097 (new-screen): Simplified. |
7098 (split-to-other-screen): Removed. | |
93515 | 7099 (switch-to-buffer-other-screen, find-file-other-screen) |
7100 (find-file-read-only-other-screen, mail-other-screen): Moved, along | |
25830 | 7101 with their keybindings, to... |
93515 | 7102 * files.el (switch-to-buffer-other-screen, find-file-other-screen) |
7103 (find-file-read-only-other-screen): Here... | |
25830 | 7104 * sendmail.el (mail-other-screen): And here. |
7105 | |
75609 | 7106 1991-08-14 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7107 |
7108 * files.el (generate-new-buffer): Function moved here from | |
7109 src/buffer.c. | |
7110 (set-visited-file-name): Use the new argument to rename-buffer. | |
7111 | |
7112 * macros.el (apply-macro-to-region-lines): Don't complain if there | |
7113 is no defined keyboard macro if one was passed as an argument. | |
7114 Don't test if macro is null inside the loop; set it to | |
7115 last-kbd-macro outside the loop. | |
7116 | |
7117 1991-08-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7118 | |
7119 * info.el: Removed bindings and help reference to nonexistent | |
7120 mouse commands. | |
7121 (Info-default-directory-list): New defconst, list to initialize | |
7122 Info-directory-list with by default. | |
7123 (info): Initialize Info-directory-list to | |
7124 Info-default-directory-list if there is no INFODIR envariable. | |
7125 * paths.el (Info-default-directory-list): Define instead of | |
7126 Info-directory-list. | |
7127 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
7128 1991-08-13 Ken Raeburn (raeburn@watch.com) |
25830 | 7129 |
7130 * time.el (display-time-24hr-format): New variable. | |
7131 (display-time-filter): If display-time-24hr-format is non-nil, | |
7132 display time in 24-hour format, rather than using AM/PM suffix. | |
7133 Also, don't blow up in substring if load average is unavailable. | |
7134 | |
75609 | 7135 1991-08-13 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7136 |
7137 * screen.el: Incorporated other-screen functions and key bindings. | |
7138 | |
93515 | 7139 * screen.el: Iconification code reworked; this code will require |
25830 | 7140 a mapping hook of some sort to work correctly. |
7141 | |
7142 * screen.el, term/x-win.el: Renamed screen-default-alist to | |
7143 default-screen-alist. | |
7144 (default-screen-alist): Moved declaration to screen.c; the | |
7145 screen creation subrs should consult this transparently. | |
7146 | |
7147 * term/x-win.el (x-get-resources, x-pop-initial-window): Functions | |
7148 deleted. Don't call them at the bottom of the file anymore. | |
7149 | |
7150 1991-08-12 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7151 | |
7152 * simple.el (undo-start): Doc fix: undo-pointer -> pending-undo-list. | |
7153 | |
7154 * files.el (save-some-buffers): Add missing `(and' and matching | |
7155 `)' so that buffer-offer-save is actually tested. | |
7156 | |
75609 | 7157 1991-08-12 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7158 |
7159 * window.el (split-window-keep-point): New user option. | |
7160 (split-window-vertically): Modified to support it. | |
7161 * startup.el (command-line): Choose a default value for | |
7162 split-window-keep-point according to the baud rate. | |
7163 * term/x-win.el: Set split-window-keep-point. | |
7164 | |
75609 | 7165 1991-08-10 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7166 |
7167 * term/x-win.el (x-daemon-mode, x-establish-daemon-mode): Removed | |
7168 these functions; we do this differently now. | |
7169 | |
7170 1991-08-07 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7171 | |
7172 * autoload.el (batch-update-autoloads): Do (save-some-buffers t) | |
7173 before killing emacs, so loaddefs.el will be saved. | |
7174 | |
75609 | 7175 1991-08-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7176 |
7177 * screen.el (screen-creation-func): Renamed to | |
7178 screen-creation-function, as per the convention. | |
7179 | |
7180 * screen.el (screen-creation-func): Do not initialize this | |
7181 according to the window system name; let the window | |
7182 system-specific file initialize it however it wants. | |
7183 * term/x-win.el: Set screen-creation-function to x-create-screen. | |
7184 | |
7185 * screen.el: All of the screen startup code reworked. | |
7186 | |
75609 | 7187 1991-08-01 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7188 |
7189 * startup.el (pre-init-hook): New variable. | |
7190 (window-setup-hook): Doc fix. | |
7191 (command-line): Call pre-init-hook. | |
7192 (command-line-1): Updated copyright date. | |
7193 | |
75609 | 7194 1991-07-31 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7195 |
7196 * rmailedit.el: When initializing rmail-edit-map, take the cdr of | |
7197 text-mode-map before nconcing it, to omit the keymap header. | |
7198 | |
7199 1991-07-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7200 | |
7201 * screen.el (auto-new-screen-function): Renamed to | |
7202 pop-up-screen-function. | |
7203 (buffer-in-other-screen): Use pop-up-screens, not auto-new-screen. | |
7204 | |
40965 | 7205 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7206 |
7207 * apropos.el (apropos, super-apropos): Don't make window for no syms. | |
7208 | |
75609 | 7209 1991-07-29 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7210 |
7211 * loaddefs.el: Don't make backup versions of this file. | |
7212 | |
7213 1991-07-28 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7214 | |
7215 * autoload.el (generate-autoload-cookie): Doc fix. | |
7216 | |
75609 | 7217 1991-07-28 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7218 |
7219 * etags.el: Renamed new-etags.el, copied Emacs 18's tags package | |
7220 into its place - the new version seemed to have half-completed | |
93515 | 7221 major changes. Added autoload marks and changed it to (provide |
25830 | 7222 'etags) instead of tags. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7223 |
40965 | 7224 * help.el: Autoload the (defvar help-map ...) so that info.el |
25830 | 7225 can define keys in it. |
7226 * loaddefs.el: Updated. | |
7227 | |
7228 1991-07-27 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7229 | |
7230 * info.el (Info-find-emacs-command-node): New fn. | |
7231 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node): | |
7232 New fns, bound to C-h C-f and C-h C-k, to pop to the info node for | |
7233 an Emacs command or keystroke. | |
7234 | |
40965 | 7235 1991-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7236 |
7237 * terminal.el (te-stty-string): Delete `new' since loses on SYSV. | |
7238 | |
7239 1991-07-25 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7240 | |
7241 * edebug.el: Version 2.5 from LaLiberte. | |
7242 | |
75609 | 7243 1991-07-25 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7244 |
7245 * view.el: (define-key "C-xv" 'view-file). | |
7246 (view-file-other-window, view-buffer-other-window): New functions. | |
7247 (view-prev-buffer): Renamed to view-return-here. | |
7248 (view-exit): If view-return-here is a buffer, switch to it; | |
7249 if it is a window configuration, apply it. | |
7250 | |
7251 * subr.el (search-forward-regexp, search-backward-regexp): Added | |
7252 alternate names. | |
7253 | |
75609 | 7254 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
|
7255 |
25830 | 7256 * diff.el (diff): Turn off read-only flag to insert "no |
7257 differences" message. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7258 |
75609 | 7259 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
|
7260 |
25830 | 7261 * isearch.el (isearch): If the user switches to a different |
7262 screen, exit the isearch. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7263 |
25830 | 7264 * isearch.el (isearch): Changed reference to `cmds' to use |
7265 variable's new name `history'. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7266 |
25830 | 7267 1991-07-23 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
7268 | |
7269 * rmail.el (rmail-first-unseen-message): Make loop looking for | |
7270 unseen msgs not skip the first one. | |
7271 | |
7272 * rmail.el (rmail-widen-to-current-msgbeg): Added missing close paren. | |
7273 | |
75609 | 7274 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
|
7275 |
25830 | 7276 * isearch.el (isearch): Don't assume that we're repeating a search |
7277 that found an empty string; check history to make sure we're | |
7278 repeating a search and not starting one up with a pattern from the | |
7279 ring. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7280 |
25830 | 7281 * view.el: When initializing view-mode-map, use the new-style key |
7282 maps. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7283 |
25830 | 7284 * screen.el (auto-new-screen-function): Set this to a lambda which |
7285 calls the screen-creation-func. | |
7286 | |
40965 | 7287 1991-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7288 |
7289 * backquote.el (bq-make-maker): | |
7290 Don't replace quoted shared structure by copies. | |
7291 | |
7292 1991-07-19 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7293 | |
7294 * files.el (save-some-buffers): Added save-excursions around code | |
7295 that does set-buffer. | |
7296 | |
7297 1991-07-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7298 | |
7299 * etags.el (visit-tags-table): Don't make tags-completion-alist. | |
7300 (tags-completion-alist): If tags-completion-alist is non-nil, | |
7301 return it; else build it and then return it. | |
7302 (find-tag-tag): Pass 'tags-completion-alist as TABLE to | |
7303 completing-read, so the table is built on demand. | |
7304 | |
7305 * sendmail.el (mail-do-fcc): Added missing close paren. | |
7306 | |
75609 | 7307 1991-07-15 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7308 |
7309 * term/x-win.el: Enable interrupt-driven input after opening the X | |
7310 connection, so that the fcntls on file descriptor 0 apply to the | |
7311 socket, not the terminal. | |
7312 | |
7313 * screen.el: Don't bind `C-x o' to next-multiscreen-window or | |
7314 displace other-window to `M-o'. | |
7315 | |
40965 | 7316 1991-07-15 Stephen A. Wood (saw@hallc1) |
25830 | 7317 |
7318 * fortran.el version 1.28.3 | |
7319 Now works in either mode when `tab-width' is not 8. | |
7320 | |
7321 (fortran-electric-line-number, fortran-indent-to-column): Use | |
7322 `fortran-minimum-statement-indent' instead of 8. | |
7323 | |
93515 | 7324 (fortran-current-line-indentation): Now skips over line number |
25830 | 7325 and whitespace correctly when tab-width is not 8. |
7326 | |
93515 | 7327 (fortran-setup-tab-format-style): Set `fortran-comment-line-column' and |
25830 | 7328 `fortran-minimum-statement-indent' to (max tab-width 6) instead of 8. |
7329 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
|
7330 |
75609 | 7331 1991-07-13 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) |
25830 | 7332 |
7333 * info.el (Info-find-node): Call buffer-flush-undo with one arg, | |
7334 instead of none. Change call to get-buffer-c>reate to | |
7335 get-buffer-create. | |
7336 | |
7337 * startup.el (command-line): Remove the arguments from | |
7338 command-line-args as we process them. | |
7339 (command-line-1): Removed code to ignore the arguments processed | |
7340 in command-line, because they're all deleted now. | |
7341 | |
7342 * replace.el (occur): Set tem to the location of the match before | |
7343 adding it to occur-pos-list, so we don't end up with an | |
7344 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
|
7345 marker once, so we don't allocate jillions of markers in the |
25830 | 7346 |
75609 | 7347 1991-07-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 7348 |
7349 * term/x-win.el (x-handle-args): Re-written to take the command | |
7350 line switch as an argument, instead of just assuming it's in ARGS, | |
7351 and return the modified list. Changed caller to pass and set | |
7352 command-line-args. | |
7353 | |
7354 * startup.el (command-line): Re-balance parens. | |
7355 Pass command-line-args to command-line-1, not args. | |
7356 | |
7357 1991-07-09 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7358 | |
7359 * map-ynp.el (map-y-or-n-p): Fixed lossage on ? or random char. | |
7360 | |
40965 | 7361 1991-07-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7362 |
7363 * ftp.el (ftp-command): Skip multiline messages. | |
7364 | |
7365 1991-07-08 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7366 | |
7367 * ispell.el (ispell-buffer): fset to 'ispell. | |
7368 | |
7369 * map-ynp.el (map-y-or-n-p): Don't quote a form inside quasiquote. | |
7370 | |
40965 | 7371 1991-07-04 Stephen A. Wood (saw@hallc1.cebaf.gov) |
25830 | 7372 |
7373 * fortran.el: Added ;;;###autoload definition for | |
7374 fortran-tab-mode-default variable. | |
7375 | |
7376 * fortran.el (fortran-numerical-continuation-char): Replace | |
7377 (backward-line 1) with (forward-line -1) since backward-line is | |
7378 defined only in edt. | |
7379 (fortran-previous-statement): Fix error in parens. | |
7380 (fortran-indent-to-column): Likewise. | |
7381 | |
7382 1991-07-04 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7383 | |
7384 * files.el (save-some-buffers): Use map-y-or-n-p return value. | |
7385 | |
7386 * map-ynp.el (map-y-or-n-p): Fixed bug that caused first elt on ! | |
7387 hit not get acted on. | |
7388 | |
40965 | 7389 1991-07-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7390 |
7391 * cmacexp.el (c-macro-expand): Use new variables | |
7392 c-macro-preprocessor and c-macro-options. | |
7393 | |
7394 * teco.el: New file. | |
7395 | |
7396 1991-07-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7397 | |
7398 * map-ynp.el (map-y-or-n-p): Fixed misplaced paren. | |
7399 Fixed list-eating bug. | |
7400 | |
40965 | 7401 1991-07-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7402 |
7403 * ws-mode.el: New file. | |
7404 | |
7405 * forms.el: New version from Vromans. | |
7406 | |
7407 1991-06-29 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7408 | |
7409 * map-ynp.el (map-y-or-n-p): LISTS may also be an iterator fn. | |
7410 PROMPTER may also be a format string. | |
7411 | |
40965 | 7412 1991-06-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7413 |
7414 * simple.el (shell-command-on-region): | |
7415 Handle case where input is from *Shell Command Output*. | |
7416 | |
40965 | 7417 1991-06-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7418 |
7419 * startup.el (command-line): Let init file change command-line-args. | |
7420 Don't fail to advance args past -debug-init. | |
7421 (command-line-1): Ignore here options processed at earlier stages. | |
7422 | |
75609 | 7423 1991-06-26 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7424 |
7425 * term/x-win.el (x-read-resources): When a resource is not | |
93515 | 7426 available, use (nth 2 key-resname-default) to get the default, |
7427 not (nth 3 key-resname-default), which is nil. | |
25830 | 7428 Open the connection to the server *before* trying to read the |
7429 resources, silly. | |
7430 | |
75609 | 7431 1991-06-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 7432 |
7433 * subr.el (ignore): Added docstring for this; it appears as a key | |
7434 binding, so it ought to be described. | |
7435 | |
7436 1991-06-19 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7437 | |
7438 * find-dired.el (find-dired-sentinel): Don't twiddle a killed buffer. | |
7439 | |
7440 1991-06-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7441 | |
7442 * simple.el (kill-region): Allow read-only buffers. | |
7443 | |
7444 * find-dired.el (find-dired-filter): If the buffer has been | |
7445 killed, delete the process. | |
7446 | |
7447 * find-dired.el (find-ls-option): Made a defvar rather than defconst. | |
7448 | |
7449 1991-06-12 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7450 | |
7451 * upd-copyr.el (update-copyright): Fixed typo in help text. | |
7452 | |
7453 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
|
7454 |
25830 | 7455 * 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
|
7456 |
75609 | 7457 1991-05-26 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 7458 |
7459 * holiday.el (calendar-holiday-function-passover-etc): Correct | |
25830 | 7460 date and spelling of Yom HaAtzma'ut. |
7461 | |
75609 | 7462 1991-05-23 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7463 |
7464 * mail-utils.el: Require lisp-mode, because we use | |
93515 | 7465 lisp-mode-syntax-table. Lisp-mode is usually in the dumped emacs, |
25830 | 7466 but dumping should always be a convenience, not an unstated |
7467 expectation. | |
7468 * lisp-mode.el: Do a (provide 'lisp-mode). | |
7469 Initialize lisp-mode-syntax-table outside of all functions, so | |
7470 that we don't have to hope that lisp-mode-variables has been | |
7471 called before using mail-strip-quoted-name. Odd dependencies. | |
7472 | |
7473 * sendmail.el (mail-archive-file-name): Make this a defvar, not a | |
7474 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
|
7475 defconst. |
25830 | 7476 |
7477 * text-mode.el (indented-text-mode-map): When redefining TAB, | |
7478 don't clobber the definition in text-mode-map, but DO share the | |
7479 rest of text-mode-map. | |
7480 | |
75609 | 7481 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
|
7482 |
93515 | 7483 * startup.el (command-line): Don't do anything if $VERSION_CONTROL |
7484 is not set; move code to import environment var ahead of .emacs load. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7485 |
40965 | 7486 1991-05-22 Brian Preble (rassilon@mole.gnu.ai.mit.edu) |
25830 | 7487 |
7488 * forms.el (scroll-up, scroll-down): Made argument &optional. | |
7489 | |
75609 | 7490 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
|
7491 |
25830 | 7492 * rmail.el (rmail-variables): Rmail should not be a |
7493 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
|
7494 behavior, it can be personally customized. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7495 |
75609 | 7496 1991-05-22 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 7497 |
7498 * term/x-win.el (x-switches-specified): Variable deleted; the | |
7499 options given on the command line are placed in screen-default | |
7500 alist, so that all the screens created get them. | |
7501 (x-handle-switch, x-handle-numeric-switch): Put the values in | |
7502 screen-default alist instead of in x-switches-specified. | |
7503 (x-handle-geometry): Put the geometry in initial-screen-alist. | |
7504 (x-pop-initial-window): Build the arguments to | |
7505 pop-initial-screen from initial-screen-alist and | |
7506 screen-default-alist alone; don't use x-switches-specified. | |
7507 (x-read-resources): New function to read the X defaults and put | |
7508 them in screen-default-alist. Call this function at the bottom. | |
7509 * screen.el (death-function): Removed, because this is now handled | |
7510 better in startup.el. | |
7511 (pop-initial-screen): Don't do a condition-case to call | |
7512 death-function. | |
7513 | |
75609 | 7514 1991-05-18 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7515 |
7516 * macros.el (apply-macro-to-region-lines): Added a save-excursion | |
7517 around the macro invocation, so that the macro doesn't need to | |
7518 stay on the same line. | |
7519 | |
7520 * gdb.el (gdb-call): Don't set gdb-delete-prompt-marker to an | |
7521 empty region when the process-mark was at the beginning of the | |
7522 line, because this will cause an infinite loop in | |
7523 gdb-maybe-delete-prompt. | |
7524 | |
7525 * startup.el (command-line): If an error occurs while initializing | |
7526 the window system, catch it and write the error message to | |
7527 external-debugging-output. | |
7528 | |
75609 | 7529 1991-05-17 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 7530 |
93515 | 7531 * holiday.el: Add Erev Shavuot to the full list of Jewish holidays. |
25830 | 7532 |
75609 | 7533 1991-05-16 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 7534 |
7535 * macros.el (apply-macro-to-region-lines): New function. | |
7536 | |
7537 * term/x-win.el (x-handle-switch): The newline at the end of the | |
7538 comment line at the top of this function was missing. | |
7539 | |
7540 1991-05-16 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7541 | |
7542 * autoload.el (batch-update-autoloads): New function to update | |
7543 autoloads with emacs -batch. | |
7544 | |
7545 * autoload.el (generate-file-autoloads): Don't put non-autoload | |
7546 forms in the (autoloads ...) list in the header. | |
7547 | |
7548 1991-05-14 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7549 | |
7550 * map-ynp.el (map-y-or-n-p): Put the cursor in the echo area while | |
7551 prompting. | |
7552 | |
40965 | 7553 1991-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7554 |
7555 * bytecomp.el (byte-compile-setq): Clean error if var not a symbol. | |
7556 | |
7557 1991-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7558 | |
7559 * autoload.el (update-file-autoloads): If the file is in a buffer | |
7560 and that buffer is modified, update the autoloads regardless of | |
7561 the file times. | |
7562 If the file was not in a buffer before, kill the buffer we create. | |
7563 update-directory-autoloads on /gd/gnu/emacs/lisp had a tendency to | |
7564 eat all available memory. | |
7565 | |
40965 | 7566 1991-05-13 Brian Preble (rassilon@mole.gnu.ai.mit.edu) |
25830 | 7567 |
7568 * abbrev.el, add-log.el, apropos.el, asm-mode.el, autoload.el: | |
93515 | 7569 * awk-mode.el, backquote.el, bibtex.el, bytecomp.el, c++-mode.el: |
7570 * cal.el, calc-ext.el, calc.el, chistory.el, cl-indent.el, etags.el: | |
7571 * compare-w.el, compile.el, dabbrev.el, debug.el, diary.el, diff.el: | |
7572 * dired.el, disass.el, dissociate.el, doctor.el, ebuff-menu.el, edt.el: | |
7573 * echistory.el, edebug.el, edmacro.el, emerge.el, find-dired.el: | |
7574 * fortran.el, ftp.el, gdb.el, gnus.el, gnuspost.el, gosmacs.el: | |
7575 * hanoi.el, helper.el, holidays.el, indent.el, info.el, informat.el: | |
7576 * isearch.el, ispell.el, ledit.el, loaddefs.el, rect.el, macros.el: | |
7577 * mail-utils.el, mailalias.el, makesum.el, man.el, map-ynp.el, mh-e.el: | |
7578 * mlconvert.el, modula2.el, novice.el, nroff-mode.el, options.el: | |
7579 * outline.el, paragraphs.el, picture.el, prolog.el, lpr.el, replace.el: | |
7580 * reposition.el, rmail.el, spell.el, scribe.el, sendmail.el, server.el: | |
7581 * shell.el, sort.el, scheme.el, tabify.el, telnet.el, terminal.el: | |
7582 * tex-mode.el, texinfmt.el, texinfo.el, time.el, timer.el: | |
7583 * underline.el, userlock.el, vi.el, view.el, vip.el, xscheme.el, yow.el: | |
25830 | 7584 Fixed ;;;###autoload definitions. |
7585 | |
7586 1991-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7587 | |
7588 * autoload.el (generate-file-autoloads): Don't do special | |
7589 doc-string hacking for defvar and defconst. We in fact don't want | |
7590 loaddefs.el to have docstrings make-docfile can grok; it should be | |
7591 able to grok the originals, but not the copies, so there will be | |
7592 only one copy of each docstring in the DOC file. | |
7593 | |
75609 | 7594 1991-05-13 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25830 | 7595 |
7596 * isearch.el (search-exit-char): As per the opinion poll results, | |
7597 change this to RET. | |
7598 (isearch): Change miscellanous internals so that newline is | |
7599 automatically quoted, and change the docstring and comments to say | |
7600 that RET exits the search. | |
7601 | |
7602 1991-05-13 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7603 | |
7604 * find-dired.el (find-ls-option): New defconst, string for "-ls". | |
7605 (find-dired): Use it. | |
7606 | |
40965 | 7607 1991-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7608 |
7609 * loaddefs.el (auto-mode-alist): Recognize .emacs only at end. | |
7610 | |
75609 | 7611 1991-05-13 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
25830 | 7612 |
7613 * simple.el (blink-matching-open): Make this function interactive. | |
7614 | |
7615 1991-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
7616 | |
7617 * find-dired.el (find-name-dired): Simple-minded find-dired | |
7618 interface to do "find -name PATTERN". | |
7619 | |
7620 * find-dired.el (find-dired-filter): Don't search; use | |
7621 forward-line instead. | |
7622 (find-dired-filter, find-dired-sentinel): Changed docstrings to | |
7623 comments. | |
7624 | |
7625 1991-05-11 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7626 | |
7627 * loaddefs.el: Moved some defvars and defconsts to other files | |
7628 (with ;;;###autoload). | |
7629 | |
7630 * reposition.el: Bind reposition-window to M-C-l. | |
7631 | |
7632 1991-05-09 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
7633 | |
7634 * autoload.el: New file, a package to maintain autoloads in | |
7635 loaddefs.el. | |
93515 | 7636 * *.el: Make everything use it. Comments in loaddefs.el explain |
25830 | 7637 what to do. |
7638 | |
7639 * etags.el: (provide 'etags) inside of (provide 'tags). | |
7640 Why was the file renamed?? | |
7641 | |
7642 * lisp-mode.el (eval-print-last-sexp): Use terpri instead of newline. | |
7643 | |
75609 | 7644 1991-05-09 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 7645 |
7646 * disass.el (disassemble-internal): Rearranged to conveniently | |
7647 handle compiled-function objects. | |
7648 (disassemble-1): Extract bytes and constants correctly from both | |
7649 compiled-function objects and calls to the byte-code function. | |
7650 | |
7651 * simple.el (kill-region): Remove the second item from the | |
7652 interactive spec; this is a vestige from when this function took a | |
7653 "verbose" argument. | |
7654 | |
7655 * lisp-mode.el (eval-print-last-sexp): Insert newlines before and | |
7656 after evaluating the expression. | |
7657 | |
7658 1991-05-08 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7659 | |
7660 * map-ynp.el: New file defines new fn map-y-or-n-p. | |
7661 * files.el (save-some-buffers): Rewritten to use it. | |
7662 | |
40965 | 7663 1991-05-08 Brian Preble (rassilon@mole.gnu.ai.mit.edu) |
25830 | 7664 |
7665 * rmail.el: Doc fix. | |
7666 (rmail-first-message): New function; bound to "<". | |
7667 | |
75609 | 7668 1991-05-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) |
25830 | 7669 |
7670 * screen.el: Removed temporary hack to set up auto-new-screen and | |
7671 auto-new-screen-function. | |
7672 | |
7673 1991-05-07 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
7674 | |
7675 * find-dired.el: New fn M-x find-dired lets you run a `find' | |
7676 command and do dired on the result. | |
7677 * loaddefs.el (find-dired): Autoload it. | |
7678 | |
40965 | 7679 1991-05-06 Stephen A. Wood (saw@hallc1.cebaf.gov) |
25830 | 7680 |
7681 * fortran.el version 1.28 | |
93515 | 7682 Major upgrade of previous version 1.21. Cleaned up doc-strings, made |
25830 | 7683 all lines 80 or less characters and made the following changes. |
7684 | |
7685 Added modify-syntax-entry's for ?\r and ?=. | |
7686 Bound LFD to fortran-reindent-then-newline-and-indent. | |
7687 Rebound \C-c\C-w to fortran-window-create-momentarily. | |
7688 Added numerous default abbreviations for keywords. | |
7689 | |
7690 (fortran-mode): Definition of `comment-line-start-skip' changed. | |
7691 `abbrev-mode' is set to t by default. New local variables | |
7692 `fortran-tab-mode', `fortran-comment-line-column', | |
7693 `fortran-minimum-statement-indent', `fortran-column-ruler', | |
93515 | 7694 and `fortran-tab-mode-string'. Call fortran-analyze-file-format. |
7695 | |
7696 (fortran-window-create, fortran-window-create-momentarily): Cleaned | |
25830 | 7697 up first function, created second to create a window 72 characters |
7698 wide until a key is struck. | |
7699 | |
7700 (fortran-electric-line-number): Distinguish digit as continuation | |
7701 character from digit as line number. | |
7702 | |
7703 (fortran-previous-statement, fortran-next-statement): | |
7704 Recognize tab-digit continuation lines as well as fixed format. | |
7705 | |
7706 (fortran-blink-matching-if): New command. | |
7707 (fortran-indent-line): Change indentation of comments. | |
7708 (fortran-reindent-then-newline-and-indent): New command. | |
7709 | |
7710 (calculate-fortran-indent): Now handles tab format style. | |
7711 If a previous END statement is found, the indentation is reset to the | |
7712 minimum. | |
7713 | |
93515 | 7714 (fortran-current-line-indentation, fortran-indent-to-column) |
7715 (fortran-split-line, fortran-numerical-continuation-char) | |
25830 | 7716 (fortran-line-number-indented-correctly-p): Handle tab format style. |
7717 | |
93515 | 7718 (fortran-analyze-file-format) |
7719 (fortran-tab-mode, fortran-setup-tab-mode-style) | |
25830 | 7720 (fortran-setup-fixed-format-style): New commands. |
7721 | |
75609 | 7722 1991-05-05 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25830 | 7723 |
7724 * calc.el: When setting up calc-digit-map, don't try to apply aref | |
7725 to the keymaps; extract the vectors from the keymaps before | |
7726 working on them. | |
7727 * calc-ext.el: When setting up calc-mode-map, use define-key and | |
7728 lookup-key instead of aset and aref. | |
7729 | |
40965 | 7730 1991-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7731 |
7732 * help.el (function-called-at-point): Try a symbol around point. | |
7733 (describe-function): Describe datatype also. | |
7734 | |
40965 | 7735 1991-05-01 Roland McGrath (roland@albert.gnu.ai.mit.edu) |
25830 | 7736 |
7737 * lisp-mode.el (eval-last-sexp, eval-defun): Bind standard-output | |
7738 to where the value of the form will be printed while evalling it. | |
7739 | |
40965 | 7740 1991-04-30 Roland McGrath (roland@albert.gnu.ai.mit.edu) |
25830 | 7741 |
7742 * lisp-mode.el (eval-last-sexp): Rewritten to read a form and then | |
93515 | 7743 eval it, rather than using eval-region. The old version could |
25830 | 7744 lose if the form being eval'd moved point or twiddled the restriction. |
7745 (eval-defun): Similarly rewritten. | |
7746 (eval-print-last-sexp): Rewritten to just call eval-last-sexp; | |
7747 removed some duplicated code. | |
7748 | |
40965 | 7749 1991-04-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7750 |
7751 * isearch.el (isearch): * and ? are not special after incomplete input. | |
7752 When they are special, use old other-end for cs in both reverse | |
7753 and forward. | |
7754 | |
40965 | 7755 1991-04-30 Stephen A. Wood (saw@hallc1.cebaf.gov) |
25830 | 7756 |
7757 * fortran.el version 1.28. | |
7758 Major upgrade of previous version 1.21. | |
7759 | |
7760 Now supports tab or fixed format style of continuation control and | |
7761 indentation. In tab style, lines start with a tab, or a line | |
7762 number followed by a tab. If the first character after the tab is | |
7763 a digit from 1 to 9, the line is a continuation line. When | |
7764 entering fortran mode for a file, the first line that begins with | |
7765 6 spaces or a tab is found. The buffer is then set respectively | |
7766 to either fixed format or tab format style. The mode may be | |
7767 toggled with the command fortran-tab-mode. | |
7768 | |
7769 Fixed a bug in which indenting a comment line that contained a `!' | |
7770 caused a max-lisp-eval-depth exceeded error. | |
7771 | |
7772 Bound LFD to fortran-reindent-then-newline-and-indent. | |
7773 | |
7774 Added command fortran-blink-matching-if which is called when an | |
7775 endif statement is indented. Enabled/disabled by setting variable | |
7776 of same name to t/nil. | |
7777 | |
7778 Added some abbreviations for modern fortrans. | |
7779 | |
7780 C-c C-w bound to new function fortran-window-create-momentarily | |
7781 which creates a 72 character wide window until the next key is struck. | |
7782 | |
7783 Variable fortran-continuation-char changed to | |
7784 fortran-continuation-string. | |
7785 | |
7786 Modified fortran-electric-line-number to just insert the struck | |
7787 digit when the point is located after 5 spaces, or when the point | |
7788 is located after a tab character and the last command was not | |
7789 fortran-indent-line or fortran-reindent-then-newline-and-indent. | |
7790 This allows digits to be manually used as continuation line | |
7791 indicators. | |
7792 Also fixed a bug in fortran-electric-line-number which caused the | |
7793 digit keys not to work at all if electric line numbering was | |
7794 disabled. | |
7795 | |
40965 | 7796 1991-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25830 | 7797 |
7798 * info.el (Info-read-subfile): Skip blank lines. | |
7799 | |
7800 1991-04-22 Brian Preble (rassilon@gnu.ai.mit.edu) | |
7801 | |
7802 * resume.el, rfc822.el, rmail-kill.el: Doc fix. | |
7803 | |
7804 1991-04-18 Roland McGrath (roland@gnu.ai.mit.edu) | |
7805 | |
7806 * add-log.el (prompt-for-change-log-name): Made a defun rather | |
7807 than a defmacro (braino fix). | |
7808 | |
75609 | 7809 1991-04-18 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 7810 |
7811 * simple.el (count-lines-region): Display the number of characters | |
7812 in the region as well. | |
7813 | |
75609 | 7814 1991-04-14 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 7815 |
7816 * diary.el (diary-omer, diary-parasha): Fix punctuation in diary | |
25830 | 7817 entries. |
7818 | |
7819 1991-04-12 Brian Preble (rassilon@gnu.ai.mit.edu) | |
7820 | |
7821 * prolog.el, r2bibtex.el, rect.el, refbib.el, register.el: Doc fix. | |
7822 * remote.el, replace.el: Doc fix. | |
7823 | |
75609 | 7824 1991-04-11 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 7825 |
7826 * simple.el (kill-region): Don't print out a message saying how | |
7827 many characters are being killed. | |
7828 | |
7829 1991-04-10 Brian Preble (rassilon@gnu.ai.mit.edu) | |
7830 | |
7831 * modula2.el, mouse.el, mpuz.el, nntp.el, options.el: Doc fix. | |
7832 * oshell.el, page-ext.el, page.el, paragraphs.el, picture.el: Doc fix. | |
7833 | |
7834 1991-04-05 Raul Acevedo (kitaro@gnu.ai.mit.edu) | |
7835 | |
7836 * options.el: Edit-options-mode runs `Edit-options-mode-hook'. | |
7837 Also fixed the regexp used by Edit-options-modify so you can | |
7838 modify a variable if at the beginning of the buffer. | |
7839 | |
7840 1991-04-05 Brian Preble (rassilon@gnu.ai.mit.edu) | |
7841 | |
7842 * man.el, medit.el, mh-e.el, mhspool.el, mim-mode.el: Doc fix. | |
7843 | |
7844 1991-04-04 Raul Acevedo (kitaro@gnu.ai.mit.edu) | |
7845 | |
93515 | 7846 * info.el (Info-mode): Now runs `Info-mode-hook'. |
25830 | 7847 |
7848 1991-04-02 Brian Preble (rassilon@gnu.ai.mit.edu) | |
7849 | |
7850 * mailpost.el, mail-utils.el, mailalias.el: Doc fix. | |
7851 | |
7852 1991-03-24 Richard Stallman (rms@gnu.ai.mit.edu) | |
7853 | |
7854 * rmail.el (rmail-resend): New function. | |
7855 * sendmail.el (mail-alias-file): New global variable. | |
7856 (sendmail-send-it): Use that variable. | |
7857 * mailalias.el (expand-mail-aliases): Handle resent-to. | |
7858 | |
7859 * files.el (hack-local-variables): ignore-local-eval ignores `eval'. | |
7860 | |
7861 1991-03-19 Richard Stallman (rms@gnu.ai.mit.edu) | |
7862 | |
7863 * fill.el (justify-current-line): Adjust for 18.57 behavior | |
7864 of current-column. | |
7865 | |
7866 1991-03-17 Richard Stallman (rms@mole.ai.mit.edu) | |
7867 | |
7868 * add-log.el (add-change-log-entry): Recognize `@', not ` at '. | |
7869 | |
7870 * fill.el (justify-current-line): Handle extra indent after prefix. | |
7871 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
7872 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
|
7873 |
40965 | 7874 * info.el (Info-forward-node): Go up several levels, if necessary. |
7875 Add two new arguments. | |
7876 (Info-final-node): Go forward from last node in menu. | |
25830 | 7877 (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
|
7878 |
25830 | 7879 1991-03-14 Richard Stallman (rms@mole.ai.mit.edu) |
7880 | |
7881 * add-log.el (add-change-log-entry): Use `@', not ` at '. | |
7882 | |
7883 1991-03-14 Brian Preble (rassilon@mole.ai.mit.edu) | |
7884 | |
7885 * loaddefs.el, lpr.el: Doc fix. | |
7886 | |
7887 1991-03-12 Richard Stallman (rms@mole.ai.mit.edu) | |
7888 | |
7889 * compare-w.el (compare-windows-whitespace): | |
7890 Now a set of chars, not a regexp. | |
7891 (compare-windows): Use it properly. | |
7892 | |
7893 1991-03-12 Brian Preble (rassilon@gnu.ai.mit.edu) | |
7894 | |
7895 * info.el, informat.el, ispell.el, kermit.el, keypad.el: Doc fix. | |
7896 * ledit.el, lisp-mode.el, lisp.el: Doc fix. | |
7897 | |
7898 1991-03-11 Richard Stallman (rms@mole.ai.mit.edu) | |
7899 | |
7900 * simple.el (kill-region): Make undo buffer and kill ring share. | |
7901 | |
7902 1991-03-10 Richard Stallman (rms@mole.ai.mit.edu) | |
7903 | |
7904 * tar-mode.el: New file. | |
7905 | |
7906 1991-03-08 Brian Preble (rassilon@mole.ai.mit.edu) | |
7907 | |
7908 * indent.el, inf-lisp.el: Doc fix. | |
7909 | |
7910 1991-03-08 Richard Stallman (rms@mole.ai.mit.edu) | |
7911 | |
7912 * bytecomp.el (byte-compile-file-form): | |
7913 Print warning for " unescaped in doc string. | |
7914 | |
7915 1991-03-06 Brian Preble (rassilon@mole.ai.mit.edu) | |
7916 | |
7917 * gosmacs.el, help.el, helper.el, hexl.el, hideif.el: Doc fix. | |
7918 * holidays.el, icon.el: Doc fix. | |
7919 | |
7920 1991-03-05 Brian Preble (rassilon@mole.ai.mit.edu) | |
7921 | |
7922 * gnusmail.el, gnusmisc.el, gnuspost.el, gomoku.el: Doc fix. | |
7923 | |
7924 1991-03-04 Richard Stallman (rms@mole.ai.mit.edu) | |
7925 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
7926 * info.el (Info-extract-menu-item): Use regexp search. |
25830 | 7927 (Info-extract-menu-node-name): Fix typo in arglist. |
7928 | |
7929 * info.el (Info-top-node, Info-final-node): New functions. | |
7930 (Info-forward-node, Info-backward-node): New functions. | |
7931 | |
7932 1991-03-04 Brian Preble (rassilon@mole.ai.mit.edu) | |
7933 | |
7934 * gnus.el: Doc fix. | |
7935 | |
7936 1991-03-01 Richard Stallman (rms@mole.ai.mit.edu) | |
7937 | |
7938 * rmailout.el (rmail-output-to-rmail-file, rmail-output): | |
7939 Expand file name in dir used for completion. | |
7940 | |
7941 1991-03-01 Brian Preble (rassilon@mole.ai.mit.edu) | |
7942 | |
7943 * emerge.el, etags.el, field.el, files.el, fill.el, float.el: Doc fix. | |
7944 * fortran.el, ftp.el, gdb.el: Doc fix. | |
7945 | |
7946 1991-02-28 Richard Stallman (rms@mole.ai.mit.edu) | |
7947 | |
7948 * bytecomp.el (byte-compile-cond-1): Fix handling of unconditional | |
7949 clauses. | |
7950 | |
7951 1991-02-28 Brian Preble (rassilon@mole.ai.mit.edu) | |
7952 | |
7953 * edmacro.el, edt.el, edt-doc.el, ehelp.el, emacsbug.el: Doc fix. | |
7954 | |
7955 1991-02-27 Brian Preble (rassilon@mole.ai.mit.edu) | |
7956 | |
7957 * ebuff-menu.el, echistory.el, edebug.el: Doc fix. | |
7958 | |
7959 1991-02-26 Richard Stallman (rms@mole.ai.mit.edu) | |
7960 | |
7961 * isearch.el (isearch): Copy point from small window | |
7962 before deciding whether to set the mark. | |
7963 | |
7964 1991-02-26 Brian Preble (rassilon@mole.ai.mit.edu) | |
7965 | |
7966 * dired.el: Doc fix. | |
7967 (dired-flag-backup-and-auto-save-files): New arg UNFLAG-P. | |
7968 * disp-table.el, doctex.el, doctor.el: Doc fix. | |
7969 * doctex.el (LaTeXify-DOC): Use new permission wording. | |
7970 | |
7971 1991-02-25 Paul Hilfinger (hilfingr@hilfinger.cs.nyu.edu) | |
7972 | |
7973 * fill.el (fill-individual-paragraphs): Changed response to mailp | |
7974 to effect only leading lines in a region (was getting confused | |
7975 about colons embedded in ordinary text). Changed method of | |
7976 moving to next paragraph in the main loop to use forward-paragraph | |
7977 rather than goto-char, since the final character position is | |
7978 rendered obsolete by the intervening fill-region-as-paragraph. | |
7979 | |
75609 | 7980 1991-02-24 Edward M. Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 7981 |
7982 * diary.el (include-other-diary-files): Fix documentation string. | |
25830 | 7983 |
7984 1991-02-23 Roland McGrath (mcgrath@cygint.cygnus.com) | |
7985 | |
7986 * compile.el (next-error): Fixed bug in rms's optimization. | |
7987 | |
7988 1991-02-23 Richard Stallman (rms@mole.ai.mit.edu) | |
7989 | |
7990 * reposition.el: New file. | |
7991 * loaddefs.el (reposition-window): Autoload it. | |
7992 | |
7993 * rmailkwd.el: Doc fix. | |
7994 | |
7995 * rmail.el (rmail-first-unseen-message): New function. | |
7996 (rmail): Call that. | |
7997 | |
7998 * buff-menu.el (Buffer-menu-mode-map): Make `n' and `p' move by lines. | |
7999 | |
8000 1991-02-21 Roland McGrath (mcgrath@cygint.cygnus.com) | |
8001 | |
8002 * compile.el (next-error): Do rms's optimization (Feb 8 change) | |
8003 when moving backward, too. | |
8004 | |
75609 | 8005 1991-02-20 Jim Blandy (jimb@geech.ai.mit.edu) |
25830 | 8006 |
8007 * startup.el (command-line): Re-arranged nested ifs that handle | |
8008 the different command-line arguments into a cond, to make it | |
8009 easier for me to read. | |
8010 | |
75609 | 8011 1991-02-15 Jim Blandy (jimb@pogo.ai.mit.edu) |
25830 | 8012 |
8013 * loaddefs.el: Bind \M-C-r to isearch-backward-regexp, since | |
8014 it really ought to be there. I want it often. | |
8015 | |
8016 1991-02-08 Richard Stallman (rms@mole.ai.mit.edu) | |
8017 | |
8018 * compile.el (next-error): Count lines from prev error, not file beg. | |
8019 | |
8020 1991-02-07 Brian Preble (rassilon@mole.ai.mit.edu) | |
8021 | |
8022 * c++-mode.el, c-comment.el, c-fill.el, c-mode.el: Doc fix. | |
8023 * cal.el, calc-alg2.el, calc.el, calendar.el, case-table.el: Doc fix. | |
8024 * chistory.el, cl-indent.el, cl.el, compare-w.el: Doc fix. | |
8025 * compile.el, completion.el, dabbrev.el, dbx.el, debug.el: Doc fix. | |
8026 * diary-add.el, diary.el, diff.el: Doc fix. | |
8027 | |
8028 1991-02-06 Richard Stallman (rms@mole.ai.mit.edu) | |
8029 | |
8030 * c-mode.el (indent-c-exp, electric-c-terminator, c-indent-line): | |
8031 Treat `default:' like `case...:'. | |
8032 | |
8033 1991-02-06 Brian Preble (rassilon@mole.ai.mit.edu) | |
8034 | |
8035 * blackbox.el, buff-menu.el, bug-screen.el, bytecomp.el: Doc fix. | |
8036 | |
8037 1991-02-04 Richard Stallman (rms@mole.ai.mit.edu) | |
8038 | |
8039 * info.el (Info-extract-menu-node-name): New arg MULTI-LINE. | |
8040 (Info-follow-reference): Pass t for that. | |
8041 | |
8042 1991-02-04 Brian Preble (rassilon@mole.ai.mit.edu) | |
8043 | |
8044 * bg-mouse.el, bib-mode.el: Doc fix. | |
8045 | |
75609 | 8046 1991-02-04 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 8047 |
8048 * simple.el (eval-current-buffer): Removed, since it has been | |
8049 reintroduced to the C code. | |
8050 | |
75609 | 8051 1991-02-02 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 8052 |
8053 * comint.el (comint-mode): Move the creation of input-ring down | |
8054 with the other variables, and (golly!) initialize it to a ring. | |
8055 (make-comint): Pass a parameter to comint-check-proc - buffer. | |
93515 | 8056 * shell.el (shell): Rebalance parens. |
25830 | 8057 |
8058 1991-01-31 Richard Stallman (rms@mole.ai.mit.edu) | |
8059 | |
8060 * replace.el (perform-replace): Prevent spurious match | |
8061 of ^foo in second part of foofoo after first part is deleted. | |
8062 | |
75609 | 8063 1991-01-31 Jim Blandy (jimb@pogo.ai.mit.edu) |
25830 | 8064 |
8065 * files.el (find-file-noselect): Strip auto-mount prefix only if safe. | |
8066 | |
8067 1991-01-31 Richard Stallman (rms@mole.ai.mit.edu) | |
8068 | |
8069 * time.el (display-time-filter): Use display-time-file-nonempty-p. | |
8070 (display-time-file-nonempty-p): New function; trace symlinks. | |
8071 | |
8072 1991-01-30 Brian Preble (rassilon@mole.ai.mit.edu) | |
8073 | |
8074 * ada.el (ada-tabsize): Use prefix arg, not minibuffer. | |
8075 Doc fix. | |
8076 | |
8077 * abbrev.el: Doc fix. | |
8078 * abbrevlist.el: Doc fix. | |
8079 * apropos.el: Doc fix. | |
8080 * appt.el: Doc fix. | |
8081 * array.el: Doc fix. | |
8082 * asm-mode.el: Doc fix. | |
8083 * awk-mode.el: Doc fix. | |
8084 | |
8085 1991-01-30 Roland McGrath (roland@cygint.cygnus.com) | |
8086 | |
8087 * compile.el (compilation-parse-errors): Don't remove duplicate errors. | |
8088 (next-error): Skip over duplicates here instead. | |
8089 | |
8090 1991-01-30 Richard Stallman (rms@mole.ai.mit.edu) | |
8091 | |
8092 * appt.el: Doc fix. | |
8093 | |
75609 | 8094 1991-01-30 Jim Blandy (jimb@pogo.ai.mit.edu) |
25830 | 8095 |
8096 * paths.el (Info-directory-list): Look for info files in | |
8097 /usr/local/lib/info first, since this is the standard place for | |
8098 info files. | |
8099 | |
8100 1991-01-29 Richard Stallman (rms@mole.ai.mit.edu) | |
8101 | |
8102 * info.el (info): With prefix arg, read file name and visit it. | |
8103 | |
75609 | 8104 1991-01-26 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 8105 |
8106 * term/x-win.el: Do not define the f1 function key to run rmail. | |
8107 | |
8108 1991-01-25 Richard Stallman (rms@mole.ai.mit.edu) | |
8109 | |
8110 * help.el (help-for-help): Call delete-other-windows. | |
8111 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
8112 1991-01-21 Mike Newton (newton@fig) |
25830 | 8113 |
93515 | 8114 * 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
|
8115 bibtex-mode : updated comments to indicate new use of |
25830 | 8116 address, add minor explanations and fix small omissions. |
8117 bibtex-entry : fixed spelling of variable | |
8118 | |
36085
0b84ec0dc628
Fix problems confusing authors.el.
Dave Love <fx@gnu.org>
parents:
26162
diff
changeset
|
8119 * bibtex.el: Expanded the various bibtex-field-* patterns to |
93515 | 8120 allow fields like 'title = poft # "Fifth Triquaterly" # random-conf,'. |
25830 | 8121 Needs to have more work done to accept all cases. Added code for |
8122 the bibtex 'crossref' command, which subsumes other options. Made | |
8123 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
|
8124 have a list of field to be added to all entries |
25830 | 8125 (bibtex-mode-user-optional-fields). Merged in Bengt Martensson's |
8126 changes. | |
8127 | |
8128 1991-01-18 Roland McGrath (roland@cygint.cygnus.com) | |
8129 | |
8130 * compile.el (compilation-find-buffer): New function to find a | |
8131 compilation buffer to use (or barf if there aren't any). | |
8132 (kill-compilation, compile-goto-error, next-error): Use it. | |
8133 | |
8134 1991-01-17 Richard Stallman (rms@mole.ai.mit.edu) | |
8135 | |
8136 * info.el (Info): Init Info-directory-list from INFOPATH. | |
8137 | |
75609 | 8138 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
|
8139 |
93515 | 8140 * etags.el (visit-tags-file-buffer): Use progn instead of |
25830 | 8141 save-excursion, so the buffer actually gets visited. |
8142 | |
8143 1991-01-11 Richard Mlynarik (mly@august-east.ai.mit.edu) | |
8144 | |
93515 | 8145 * terminal.el (terminal-cease-edit): If this dubious code |
25830 | 8146 is really necessary it might as well be more bug-free. |
8147 | |
93515 | 8148 * ehelp.el (with-electric-help): Use window-configs. |
25830 | 8149 |
8150 1991-01-10 Richard Stallman (rms@mole.ai.mit.edu) | |
8151 | |
8152 * loaddefs.el (minor-mode-alist): Doc fix. | |
8153 | |
8154 1991-01-08 Roland McGrath (roland@albert.ai.mit.edu) | |
8155 | |
8156 * compile.el (compilation-parse-errors): Fixed maintenance of | |
8157 last-linenum, so dups are really found. | |
8158 | |
75609 | 8159 1991-01-08 Jim Blandy (jimb@pogo.ai.mit.edu) |
25830 | 8160 |
93515 | 8161 * bytecomp.el (byte-compile-byte-code-maker): Since |
25830 | 8162 byte-compile-lambda is free to return the original lambda |
8163 expression, we'd better be prepared to handle things that aren't | |
8164 bytecode objects. | |
8165 | |
75609 | 8166 1991-01-07 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 8167 |
8168 * loaddefs.el: Don't forget to specify the filenames when | |
8169 autoload-ing byte-compile-buffer and byte-compile-defun. | |
8170 | |
8171 1991-01-04 Richard Stallman (rms@mole.ai.mit.edu) | |
8172 | |
8173 * files.el (find-file-noselect): Get rid of automounter prefixes. | |
8174 | |
8175 1991-01-02 Richard Stallman (rms@mole.ai.mit.edu) | |
8176 | |
8177 * lpr.el (print-region-function): New hook variable. | |
8178 (print-region-1): Use it if non-nil. | |
8179 * vms-patch.el (print-region-function): Specify a function. | |
8180 | |
8181 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu) | |
8182 | |
8183 * files.el (revert-buffer): Clear buffer-backed-up if file has changed. | |
8184 | |
8185 1990-12-30 Richard Stallman (rms@mole.ai.mit.edu) | |
8186 | |
8187 * bytecomp.el (byte-compile-buffer, byte-compile-defun): New functions. | |
8188 * loaddefs.el: Autoload them, and byte-compile also. | |
8189 | |
8190 * isearch.el (isearch-message): Always mention if case-sensitive. | |
8191 (isearch): Don't turn off uppercase-flag when char is not upper case. | |
8192 | |
8193 1990-12-29 Richard Stallman (rms@mole.ai.mit.edu) | |
8194 | |
8195 * terminal.el (te-edit): New command. | |
8196 (terminal-edit-mode, te-terminal-cease-edit): New functions. | |
8197 | |
8198 * isearch.el (isearch): An upper-case letter sets uppercase-flag | |
8199 which turns off case-folding. Save flag in search rings. | |
8200 (isearch-push-state, isearch-pop): Push and pop uppercase-flag. | |
8201 (isearch-search, isearch-message): Handle uppercase-flag. | |
8202 (search-ring, regexp-search-ring): Record uppercase-flag. | |
8203 (isearch-get-string-from-ring): New function. | |
8204 | |
8205 1990-12-27 Richard Stallman (rms@mole.ai.mit.edu) | |
8206 | |
8207 * rmailsort.el (rmail-sort-messages): Print more progress messages. | |
8208 (rmail-sort-by-size-lines): New command. | |
8209 (rmail-sortable-date-string): Handle non-abbreviated month names. | |
8210 (rmail-sort-messages): Always show message 1. | |
8211 | |
8212 1990-12-26 Richard Stallman (rms@mole.ai.mit.edu) | |
8213 | |
8214 * startup.el (command-line): Handle -debug-init: use debugger. | |
8215 | |
8216 * isearch.el (isearch): Use only barrier, not opoint, | |
8217 in starting point for reverse search. | |
8218 | |
8219 1990-12-24 Richard Stallman (rms@mole.ai.mit.edu) | |
8220 | |
8221 * mouse.el (mouse-set-mark): Use sit-for, not sleep-for. | |
8222 (mouse-fill-paragraph): New command. | |
8223 (mouse-fill-paragraph-with-prefix): New command. | |
8224 | |
8225 * rmailout.el (rmail-output-to-rmail-file): | |
8226 Suggest file based on rmail-output-file-alist. | |
8227 | |
8228 1990-12-23 Richard Stallman (rms@mole.ai.mit.edu) | |
8229 | |
8230 * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header): | |
8231 Accept `remote from ...'@end of UNIX From line. | |
8232 | |
8233 1990-12-22 Richard Stallman (rms@mole.ai.mit.edu) | |
8234 | |
8235 * subr.el (defun-inline): New function. | |
8236 | |
8237 * bytecomp.el (byte-compile-form): Delete unreachable cond-clause. | |
8238 | |
8239 * time.el (display-time): Specify precise directory for wakeup. | |
8240 (display-time-filter): Don't display 0 as load. | |
8241 Catch error in load-average. | |
8242 | |
8243 1990-12-21 Chris Hanson (cph@kleph) | |
8244 | |
8245 * info.el (Info-extract-menu-node-name): Permit \n between colon | |
8246 and start of node name. | |
8247 | |
8248 1990-12-20 Chris Hanson (cph@kleph) | |
8249 | |
8250 * texnfo-upd.el (texinfo-update-menu-region-beginning): Change | |
8251 code that searches for "top" node so it returns the position of | |
93515 | 8252 the beginning of the node line. Always search from the buffer's |
25830 | 8253 start when looking for that node. |
8254 (texinfo-make-one-menu): Bump forward over the outer node line. | |
8255 | |
8256 1990-12-20 Richard Stallman (rms@mole.ai.mit.edu) | |
8257 | |
8258 * fortran.el: New version from gildea. | |
8259 | |
8260 1990-12-20 Chris Hanson (cph@kleph) | |
8261 | |
8262 * texinfmt.el (texinfo-format-footnote): Number each footnote in a | |
8263 node so that multiple footnotes can be distinguished. | |
8264 | |
8265 * texnfo-upd.el: Change regular expression used to identify the | |
8266 "Top" node so that names that begin with "Top" do not confuse it. | |
8267 | |
39229
bf5f26157d70
Update Stephen Gildea's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
36085
diff
changeset
|
8268 1990-12-19 Stephen Gildea (gildea@stop.mail-abuse.org) |
25830 | 8269 |
8270 * fortran.el: Changes for version 1.21.1: | |
8271 Provide the 'fortran feature. | |
8272 Change syntax of '=' to punctuation. | |
8273 Add some more abbrevs. | |
8274 Change fortran-mode-map keymap to non-sparse. | |
8275 (fortran-electric-line-number): Fix bug occurring when | |
8276 fortran-electric-line-number is nil. | |
93515 | 8277 (fortran-mode, fortran-next-statement) |
25830 | 8278 (fortran-line-number-indented-correctly-p): Fix up doc strings. |
8279 (fortran-indent-to-column): Protect against nil comment-start-skip. | |
8280 | |
8281 1990-12-19 Richard Stallman (rms@mole.ai.mit.edu) | |
8282 | |
8283 * mpuz.el: New file. | |
8284 | |
8285 1990-12-18 Richard Stallman (rms@mole.ai.mit.edu) | |
8286 | |
8287 * files.el (hack-local-variables): Match suffix only@eol. | |
8288 | |
8289 1990-12-16 Richard Stallman (rms@mole.ai.mit.edu) | |
8290 | |
8291 * startup.el (normal-top-level): Execute emacs-startup-hook. | |
8292 | |
8293 * rmail.el (rmail-parse-file-inboxes): Look for BABYL OPTIONS in u.c. | |
8294 (rmail-convert-to-babyl-format): Likewise. | |
8295 And don't skip white space after ^_ that ends a babyl format message. | |
8296 | |
8297 * saveconf.el: No need to rename kill-emacs. | |
8298 (save-context-predicate): Now uses save-buffer-context-predicate. | |
8299 (save-buffer-context-predicate): New function. | |
8300 (kill-emacs-hook): Supply a hook. | |
8301 (just-kill-emacs): New function. | |
8302 (emacs-startup-hook): Set this instead of top-level. | |
8303 (save-context-buffer-name): Test dired-directory for non-nil. | |
8304 (save-context-buffer-file-name): New function. | |
8305 (save-context): Record read-only status of buffers. | |
8306 (recover-context): Handle that. | |
8307 | |
8308 * register.el (point-to-register): If arg, save screen config. | |
8309 (jump-to-register): Restore screen config. | |
8310 | |
8311 1990-12-15 Roland McGrath (roland@albert.ai.mit.edu) | |
8312 | |
8313 * compile.el (compilation-last-error): Remove this variable. | |
8314 (next-error): Don't set it. | |
8315 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
8316 1990-12-12 Ed Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 8317 |
8318 * calendar.el (calendar-end-of-year): Delete extraneous statement | |
25830 | 8319 in let. |
40965 | 8320 (calendar-mode): Update old description of use of hooks to get the |
8321 fancy diary display. | |
25830 | 8322 |
8323 1990-12-12 Roland McGrath (roland@albert.ai.mit.edu) | |
8324 | |
8325 * compile.el (compilation-error-buffer): Removed. | |
8326 (compilation-last-buffer): Now last buffer in which any of: started | |
8327 compilation; C-x `; C-c C-c; was done. | |
8328 (compile-internal): Don't set compilation-error-buffer. | |
8329 Start the process after setting up the mode, etc. in the compilation | |
93515 | 8330 buffer. Name the process (downcase mode-name) instead of "compilation" |
25830 | 8331 (so it will be "grep" for M-x grep). |
8332 Make compilation-error-list, compilation-parsing-end local vars. | |
8333 (next-error): Slightly reorganized (changed (let* (while (save-ex))) to | |
8334 (let (save-ex (while)))). Be sure to be in the compilation buffer | |
8335 before doing anything, so we will get local values for vars. | |
8336 Before doing anything, if current buffer is a compilation buffer, set | |
8337 compilation-last-buffer to that. Always do things in | |
8338 compilation-last-buffer. | |
8339 | |
8340 * compile.el (compilation-error-regexp-alist, | |
8341 compilation-{enter,leave}-directory-regexp): Get rid of .*@the | |
8342 beginning of regexps. | |
8343 | |
8344 * compile.el (compilation-mode): Don't make local vars for parser, | |
8345 error-message, and regexp-alist. | |
8346 (compile-internal): Do it here, after calling compilation-mode. | |
8347 | |
8348 * compile.el (compilation-error-list): Changed elt format. | |
8349 (compilation-parse-errors): Don't find files when parsing. | |
8350 Instead record ((DIR . FILE) . LINENO) structures to describe each | |
8351 error. | |
8352 (next-error): Take the error descriptors, and find the file given in | |
8353 the descriptor, using compilation-find-file. Then goto the line number | |
8354 given in the descriptor and replace the error descriptor cons with a | |
8355 marker into the source file buffer. Then search through the | |
8356 compilation-error-list for errors in the same file, and turn their | |
8357 descriptors into markers as well. | |
8358 (compilation-find-file): Take new arg DIR, the directory to use as | |
93515 | 8359 default in expanding the filename, and MARKER. If we can't find the |
25830 | 8360 file@all, pop up MARKER's buffer and scroll to MARKER (to display |
8361 the error message for which we want this file), and ask the user where | |
8362 to find the file. | |
8363 | |
8364 1990-12-12 Richard Stallman (rms@mole.ai.mit.edu) | |
8365 | |
8366 * files.el (hack-local-variables): Display local vars@screen top. | |
8367 | |
8368 * server.el (server-process-filter): Don't be confused | |
8369 if input from process is split into multiple chunks. | |
8370 | |
8371 1990-12-10 Richard Stallman (rms@mole.ai.mit.edu) | |
8372 | |
8373 * c-mode.el (indent-c-find-real-comment): New function. | |
8374 | |
8375 * sort.el (sort-subr): Eliminate special case for floats. | |
8376 | |
8377 * sort.el (sort-reorder-buffer, sort-build-lists): | |
8378 Use (key start . end) to record a record. | |
8379 | |
8380 1990-12-09 Richard Stallman (rms@mole.ai.mit.edu) | |
8381 | |
8382 * lisp.el (insert-parentheses): Small cleanups. | |
8383 | |
8384 1990-12-05 Richard Stallman (rms@mole.ai.mit.edu) | |
8385 | |
8386 * replace.el (occur): Show all lines that contain part of a match. | |
8387 | |
8388 1990-12-04 Richard Stallman (rms@mole.ai.mit.edu) | |
8389 | |
8390 * time.el (display-time-filter): Let user specify mail file name. | |
8391 | |
8392 1990-12-04 Richard Stallman (rms@mole.ai.mit.edu) | |
8393 | |
8394 * rmail.el (rmail-mode-map): Make < same as j. | |
8395 | |
8396 1990-12-03 Richard Stallman (rms@mole.ai.mit.edu) | |
8397 | |
8398 * rmailsort.el (rmail-select-correspondent): New function. | |
8399 (rmail-sort-by-correspondent): New function. | |
8400 (rmail-sortable-date-string): Handle two-digit and four-digit years. | |
8401 (rmail-date-full-year): New subroutine. | |
8402 [Done by Szolovitz.] | |
8403 | |
8404 * fill.el (fill-region-as-paragraph): New feature: Adaptive Fill mode. | |
8405 (adaptive-fill-mode, adaptive-fill-regexp): New user options. | |
8406 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
8407 1990-11-30 Mike Newton (newton@gumby.cs.caltech.edu) |
25830 | 8408 |
93515 | 8409 * bibtex.el (start comments): Added earlier comments of Bengt |
8410 Martensson. Some of the changes listed below are originally | |
8411 his (including clean-entry, OPTkey and OPTannote, the function | |
25830 | 8412 renaming and the preamble code). |
8413 | |
93515 | 8414 * bibtex.el (bibtex-field-* patterns): Expanded to allow fields |
8415 like 'title = poft # "Fifth Triquaterly" # random-conf,'. | |
25830 | 8416 Needs to have more work done to accept all cases. |
8417 | |
93515 | 8418 * bibtex.el (bibtex-clean-entry-zap-empty-opts): Added. |
8419 | |
8420 * bibtex.el (bibtex-include-OPTcrossref): Added. If set, changes | |
42674 | 8421 order of the lists presented to luser. |
25830 | 8422 |
93515 | 8423 * bibtex.el (bibtex-include-OPTkey & bibtex-include-OPTannote): Added. |
8424 | |
8425 * bibtex.el (bibtex-mode-user-optional-fields): Can be set to a list | |
25830 | 8426 of field the user wants to add to entries. |
8427 | |
93515 | 8428 * bibtex.el (bibtex-mode documentation string): Updated for new changes, |
25830 | 8429 DEAthesis added back in, bibtex-preamble call added. |
8430 | |
93515 | 8431 * bibtex.el (bibtex-entry): Add OPTkey/annote. If OPTcrossref set |
25830 | 8432 then put it in. |
8433 | |
93515 | 8434 * bibtex.el (bibtex-make-entry): Renamed bibtex-make-field. |
8435 | |
8436 * bibtex.el (bibtex-make-optional-entry): Renamed | |
25830 | 8437 bibtex-make-optional-field. |
8438 | |
93515 | 8439 * bibtex.el (bibtex-Article): Change order of presentation |
25830 | 8440 if OPTcrossref is set. |
8441 | |
93515 | 8442 * bibtex.el (bibtex-InBook): Change order of presentation |
25830 | 8443 if OPTcrossref is set. |
8444 | |
93515 | 8445 * bibtex.el (bibtex-InCollection): Change order of presentation |
25830 | 8446 if OPTcrossref is set. |
8447 | |
93515 | 8448 * bibtex.el (bibtex-InProceedings): Change order of presentation |
25830 | 8449 if OPTcrossref is set. |
8450 | |
93515 | 8451 * bibtex.el (bibtex-MastersThesis): Added "note". |
8452 | |
8453 * bibtex.el (bibtex-preamble): Added. | |
8454 | |
8455 * bibtex.el (bibtex-inside-field): Only go backwards if quote is there. | |
8456 | |
8457 * bibtex.el (bibtex-clean-entry): Added call to | |
25830 | 8458 bibtex-clean-entry-zap-empty-opts, OPT field testing for errors. |
8459 | |
93515 | 8460 * bibtex.el (bibtex-x-help): Added options Conference and preamble, |
25830 | 8461 restored DEAthesis. |
8462 | |
8463 1990-11-30 Richard Stallman (rms@mole.ai.mit.edu) | |
8464 | |
8465 * rmailsum.el (rmail-summary-mode-map): Don't rebind C-n and C-p. | |
8466 Put rmail-summary-next-all, etc., on M-n and M-p. | |
8467 | |
8468 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu) | |
8469 | |
8470 * rmail.el (rmail-insert-inbox-text): Don't give up if movemail fails. | |
8471 | |
8472 1990-11-28 Richard Stallman (rms@mole.ai.mit.edu) | |
8473 | |
8474 * bytecomp.el (byte-compile-form): Don't let handlers change depth. | |
8475 (byte-compile-normal-call): Don't alter byte-compile-depth. | |
8476 (byte-compile-funcall): New function. | |
8477 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
8478 1990-11-27 Ed Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 8479 |
8480 * diary.el (diary-float): Allow month to be a list of months, a | |
25830 | 8481 single month, or t (for all months). |
8482 | |
75609 | 8483 1990-11-26 Jim Blandy (jimb@geech.ai.mit.edu) |
25830 | 8484 |
8485 * simple.el (copy-region-as-kill): No longer prints "Region | |
8486 copied" error message. | |
8487 | |
8488 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu) | |
8489 | |
8490 * bg-mouse.el (bg-insert-moused-sexp): If before ')', just skip that. | |
8491 | |
75609 | 8492 1990-11-26 Neil Mager (neilm@juliet.ll.mit.edu) |
40965 | 8493 |
8494 * appt.el: Fixed if construct for midnight update. | |
8495 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
8496 1990-11-25 Ed Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 8497 |
8498 * diary.el (insert-block-diary-entry): Change reference to | |
25830 | 8499 mark-ring to calendar-mark-ring. |
8500 | |
93515 | 8501 1990-11-22 Richard Stallman (rms@mole.ai.mit.edu) |
8502 | |
8503 * files.el (basic-save-buffer): Run after-save-hooks. | |
8504 | |
75609 | 8505 1990-11-21 Neil Mager (neilm@juliet.ll.mit.edu) |
40965 | 8506 |
8507 * appt.el: Updated header of file to reflect changes. | |
8508 | |
8509 * appt.el: Added variable appt-display-diary to display the diary | |
8510 automatically when the appointments list is updated at midnight. | |
8511 | |
8512 * appt.el: Fixed bug to allow update of daily appointments list | |
8513 at midnight if today's diary had no entry. Required moving 'if' | |
8514 statement down several lines. | |
8515 | |
8516 * appt.el: Changed list-diary-entries-hook to diary-display-hook | |
8517 to be compatible with new version of the calendar/diary packgage. | |
8518 | |
75609 | 8519 1990-11-21 Robert J. Chassell (bob@gnu.ai.mit.edu) |
40965 | 8520 |
93515 | 8521 * texinfmt.el (texinfo-parse-line-arg): Ignore spaces@end of line. |
8522 (texinfo-format-make-node): Handle Info file names with periods in them. | |
40965 | 8523 |
8524 * history.el: Specify `(provide 'history)'. | |
8525 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
8526 1990-11-20 Ed Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 8527 |
93515 | 8528 * calendar.el (calendar-version): New constant, with date. |
8529 (calendar-count-days-region, calendar-not-available): New functions. | |
25830 | 8530 (calendar-mode-map): Put them on keys. |
40965 | 8531 (calendar-mode): Describe them. |
8532 | |
25830 | 8533 1990-11-19 Richard Mlynarik (mly@august-east) |
8534 | |
93515 | 8535 * rfc822.el (rfc822-addresses): Blow out, don't loop, on "). |
8536 (rfc822-addresses-1): Error if address "phrase" not followed by | |
8537 route-spec. | |
25830 | 8538 |
40965 | 8539 * ebuff-menu.el (Electric-buffer-menu-mode): Remove questionable |
25830 | 8540 code which attempted to fake out mode-name in mode-line-list. |
40965 | 8541 Also, use slow \\<...> technology. |
8542 | |
75609 | 8543 1990-11-13 David J. MacKenzie (djm@apple-gunkies) |
25830 | 8544 |
8545 * fortran.el: Use domain format instead of uucp format for bug | |
8546 list address. | |
8547 | |
8548 1990-11-12 Richard Stallman (rms@mole.ai.mit.edu) | |
8549 | |
8550 * lisp.el (lisp-complete-symbol): Use emacs-lisp-mode-syntax-table. | |
8551 | |
93515 | 8552 1990-11-11 Ed Reingold (reingold@emr.cs.uiuc.edu) |
8553 | |
8554 * diary.el (make-diary-entry): New function. | |
8555 (insert-diary-entry, insert-weekly-diary-entry) | |
8556 (insert-monthly-diary-entry, insert-yearly-diary-entry) | |
8557 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry) | |
8558 (insert-yearly-hebrew-diary-entry, insert-islamic-diary-entry) | |
8559 (insert-monthly-islamic-diary-entry) | |
8560 (insert-yearly-islamic-diary-entry): Modified so that if a prefix arg | |
8561 is supplied these make nonmarking diary entries; otherwise the entries | |
8562 made are marking. | |
8563 (insert-block-diary-entry, insert-anniversary-diary-entry) | |
8564 (insert-cyclic-diary-entry): New functions. | |
8565 | |
8566 * calendar.el: Autoload them. | |
8567 (calendar-mode-map): Put them on keys. | |
8568 (calendar-mode): Describe them. | |
8569 | |
8570 1990-11-08 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8571 | |
8572 * calendar.el (calendar-set-mark, calendar-exchange-point-and-mark): | |
8573 New functions. | |
8574 (calendar-mode-map): Put them on keys. | |
8575 (calendar-mode): Describe them. | |
8576 | |
8577 1990-11-06 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
8578 | |
8579 * calendar.el (sexp-diary-entry-symbol): New variable. | |
8580 (cursor-to-iso-calendar-date): Simplified, slightly. | |
8581 (cursor-to-calendar-day-of-year): Fixed punctuation. | |
8582 (cursor-to-french-calendar-date): Moved French names to arrays. | |
8583 | |
8584 * diary.el (list-sexp-diary-entries, diary-sexp-entry, diary-cyclic) | |
8585 (diary-hebrew-date, diary-iso-date, diary-day-of-year) | |
8586 (diary-float, diary-islamic-date, diary-anniversary, diary-block) | |
8587 (diary-french-date, diary-omer, diary-yahrzeit, diary-parasha) | |
8588 (diary-rosh-hodesh, hebrew-calendar-parasha-name): New functions. | |
8589 (list-diary-entries): Added call to (list-sexp-diary-entries) and | |
8590 fixed an obscure error that caused a diary entry to be missed if it | |
8591 was preceded by an empty entry of the same style. | |
8592 (list-hebrew-diary-entries, list-islamic-diary-entries): Fixed an | |
8593 obscure error that caused a diary entry to be missed if it was | |
8594 preceded by an empty entry of the same style. | |
8595 (mark-islamic-calendar-date-pattern): Renamed some local variables | |
8596 more appropriately. | |
8597 | |
25830 | 8598 1990-11-05 Roland McGrath (roland@geech.ai.mit.edu) |
8599 | |
8600 * compile.el (compilation-window-height): Added defconst for this, | |
8601 since it somehow disappeared. | |
8602 | |
8603 * compile.el: Unoverhauled. Restored from old 19 compile.el, plus | |
93515 | 8604 these changes: |
8605 (compilation-{enter,leave}-directory-regexp): New variables, specifying | |
8606 regexps that match lines saying the compilation process is | |
8607 entering/leaving a directory. The default values match the messages | |
8608 produced by the `-w' option to GNU make. | |
25830 | 8609 (compilation-error-regexp-alist): [Idea from tale.] Replaces |
8610 compilation-error-regexp. Alist (REGEXP FILE-IDX LINE-IDX) of regular | |
8611 expressions to match errors in compilation. If REGEXP matches, the | |
8612 FILE-IDX'th subexpression gives the file name, and the LINE-IDX'th | |
8613 subexpression gives the line number. | |
93515 | 8614 (compilation-parse-errors): Rewritten. Combine the error and |
25830 | 8615 enter/leave directory regexps into a single regexp to search for, and |
93515 | 8616 dispatch on which subexpressions match. When the enter-directory |
25830 | 8617 regexp matches, set default-directory to that directory, and push it |
93515 | 8618 on compilation-directory-stack. When the leave-directory regexp |
25830 | 8619 matches, pop the stack to find the matching directory, and set |
8620 default-directory to that. This change requries RE_NREGS to be (at | |
8621 least 26) (it's been upped from 10 to 30 in v19 ../src/regex.h). | |
8622 (compilation-finish-hook): New variable, a hook to run when a | |
8623 compilation finishes. Called with two args: the compilation buffer | |
8624 that finished, and the string passed to the process-sentinel | |
8625 describing how it finished ("exited", "signaled", etc.). | |
8626 (compilation-sentinel): Call it. (compilation-buffer-name-hook): Hook | |
8627 called to generate a name for a compilation buffer. Passed one arg, | |
8628 the name of the major mode of the buffer. (compile-internal): Use it. | |
8629 [From tale's changes:] | |
8630 (compile): Moved window enlarging to compile-internal. | |
93515 | 8631 (compile-internal): Don't use with-output-to-temp-buffer. |
8632 Use display-buffer instead. | |
25830 | 8633 |
8634 1990-11-05 David Lawrence (tale@pogo.ai.mit.edu) | |
8635 | |
93515 | 8636 * c++-mode.el (c++-mode): Made several global variables related to |
25830 | 8637 comment handling buffer-local. |
8638 | |
93515 | 8639 * emerge.el: Moved the kill-buffers out of emerge-extract-* and |
25830 | 8640 into the emerge-make-*-list functions which are responsible for |
8641 creating and using them. unwind-protect it to make sure the | |
8642 buffer is always killed. | |
8643 | |
93515 | 8644 * subr.el: fset buffer-flush-undo to buffer-disable-undo, not |
25830 | 8645 buffer-enable-undo. |
8646 | |
93515 | 8647 * comint.el, inf-lisp.el, shell.el: Updated to meet Olin's |
25830 | 8648 version 2.0 comint offerings. |
93515 | 8649 * ring.el: The underlying history mechanism for comint. |
25830 | 8650 Generalised handling of a ring data type based on vectors. |
93515 | 8651 * history.el: For now, a symlink to ring.el. |
8652 * loaddefs.el: Updated shell-prompt-pattern doc string. | |
25830 | 8653 |
8654 1990-11-02 Richard Stallman (rms@mole.ai.mit.edu) | |
8655 | |
8656 * files.el (set-visited-file-name): Reject empty string as name. | |
8657 | |
8658 * saveconf.el (save-context): Record dired buffers. | |
8659 (save-context-buffer-name): Compute the "name" of a buffer. | |
8660 (restore-context): Handle expressions as buffer names. | |
8661 | |
8662 1990-11-01 Richard Stallman (rms@mole.ai.mit.edu) | |
8663 | |
8664 * info.el (Info-find-node): Simplify file search. | |
8665 Try appending `.info' to specified name. | |
8666 | |
75609 | 8667 1990-10-31 Jim Blandy (jimb@gnu.ai.mit.edu) |
25830 | 8668 |
8669 * bytecomp.el: Put properties on * so that the byte-compiler knows | |
8670 how to inline multiplication. | |
8671 | |
8672 1990-10-30 Richard Stallman (rms@mole.ai.mit.edu) | |
8673 | |
8674 * files.el (delete-auto-save-file-if-necessary): | |
8675 Don't delete if auto-saveing in visited file. | |
8676 | |
75609 | 8677 1990-10-29 Jim Blandy (jimb@pogo.ai.mit.edu) |
25830 | 8678 |
8679 * subr.el: `buffer-flush-undo' is now officially named | |
8680 `buffer-enable-undo'; added an alias for backward compatibility. | |
8681 | |
8682 1990-10-28 Richard Stallman (rms@mole.ai.mit.edu) | |
8683 | |
8684 * dabbrev.el (dabbrev-expand): Use original abbrev for case pattern. | |
8685 Do preserve case if expansion has a single uppercase initial. | |
8686 | |
8687 1990-10-26 Richard Stallman (rms@mole.ai.mit.edu) | |
8688 | |
8689 * subr.el (keyboard-translate): New function. | |
8690 | |
75609 | 8691 1990-10-25 Robert J. Chassell (bob@gnu.ai.mit.edu) |
40965 | 8692 |
8693 * texinfmt.el (texinfo-format-defun-1): Replace with new version | |
8694 that handles @deftypefn and related typed definition commands. | |
8695 (texinfo-format-deftypefn-type, texinfo-format-deftypefn-index): | |
8696 Formatting commands for @deftypefn and related typed definition | |
8697 commands. Inserted related `put' expressions. | |
25830 | 8698 |
93515 | 8699 1990-10-23 Ed Reingold (reingold@emr.cs.uiuc.edu) |
8700 | |
8701 * diary.el (list-diary-entries): Add a separate hook to do the display, | |
8702 so that the diary entries can be obtained without displaying them. | |
8703 (simple-diary-display): New function (renaming of | |
8704 ordinary-list-diary-hook). | |
8705 (fancy-diary-display): New function (renaming of | |
8706 prepare-fancy-diary-buffer). | |
8707 | |
8708 * calendar.el: Add default definition of diary-display-hook. | |
8709 | |
25830 | 8710 1990-10-23 David Lawrence (tale@pogo.ai.mit.edu) |
8711 | |
93515 | 8712 * emerge.el (emerge-setup, emerge-setup-with-ancestor): Moved |
25830 | 8713 insert-buffer calls back before call to emerge-extract-diffs where |
8714 the merge-buffer really needs to have something in it. | |
93515 | 8715 (emerge-extract-diffs,emerge-extract-diffs3): Moved errant |
25830 | 8716 kill-buffer which interfered with return value of functions. |
8717 | |
8718 1990-10-22 David Lawrence (tale@pogo.ai.mit.edu) | |
8719 | |
93515 | 8720 * loaddefs.el, bibtex.el: Changed bogus "" sequences attempting |
25830 | 8721 to generate a single quote to \" pairs. |
8722 | |
8723 * calc-aent.el, calc-alg-2.el, calc-alg.el, calc-arith.el, | |
93515 | 8724 * calc-bin.el, calc-comb.el, calc-comp.el, calc-cplx.el, |
8725 * calc-ext.el, calc-forms.el, calc-frac.el, calc-funcs.el, | |
8726 * calc-graph.el, calc-incom.el, calc-lang.el, calc-macs.el, | |
8727 * calc-map.el, calc-mat.el, calc-math.el, calc-misc.el, | |
8728 * calc-mode.el, calc-prog.el, calc-rewr.el, calc-rules.el, | |
8729 * calc-sel-2.el, calc-sel.el, calc-store.el, calc-stuff.el, | |
8730 * calc-trail.el, calc-undo.el, calc-units.el, calc-vec.el, | |
8731 * calc-yank.el, calc.el: New files for a very complete RPN | |
25830 | 8732 calculator which supports integer, rational, floating-point, |
8733 comples, matrix and symbolic arithmetic to arbitrary precision. | |
8734 | |
93515 | 8735 * edmacro.el: New file, a keyboard macro editor. On its own |
8736 probably not very useful, but in the context of calc programmability | |
8737 it fits the model well. | |
8738 | |
8739 * emerge.el: New file, for merging files or buffers based on their | |
25830 | 8740 differences. |
8741 | |
93515 | 8742 * loaddefs.el: Autoloads for calc, quick-calc, full-calc, |
25830 | 8743 calc-eval, defmath, calc-grab-region and calc-extensions for the |
8744 calculator. Bind calc to M-#. | |
8745 Autoloads for edit-kbd-macro, edit-last-kbd-macro and | |
8746 read-kbd-macro for edmacro. | |
8747 Autoloads for emerge-files, emerge-files-with-ancestor, | |
8748 emerge-buffers and emerge-buffers-with-ancestor for emerge. | |
8749 | |
8750 1990-10-21 Richard Stallman (rms@mole.ai.mit.edu) | |
8751 | |
8752 * window.el (split-window-vertically): | |
8753 Select the bottom window if that lets point stay on screen. | |
8754 | |
8755 * etags.el (visit-tags-table-buffer): | |
8756 Handle local bindings of tags-file-name. | |
8757 | |
93515 | 8758 1990-10-20 Ed Reingold (reingold@emr.cs.uiuc.edu) |
8759 | |
8760 * calendar.el (describe-calendar-mode): Rewrote to give just a brief | |
8761 description of the mode instead of calling describe-mode. | |
8762 | |
8763 1990-10-19 Neil Mager (neilm@juliet.ll.mit.edu) | |
8764 | |
8765 * appt.el: Changed issue-appointments-message to | |
8766 appt.issue.message in header. | |
8767 | |
8768 * appt.el: Using copy modified by rms. | |
8769 | |
75609 | 8770 1990-10-19 Robert J. Chassell (bob@gnu.ai.mit.edu) |
40965 | 8771 |
93515 | 8772 * texinfmt.el (texinfo-format-include, texinfo-format-setfilename): |
8773 Redefined to handle new include files. | |
8774 (texinfo-format-buffer-1, texinfo-format-region): | |
8775 Add `last-input-buffer' so handles new include files. | |
8776 (texinfo-format-bullet, texinfo-format-minus) | |
8777 (texinfo-format-paragraph-break): Require braces if used within | |
8778 line; do no require braces if used at end of line. | |
40965 | 8779 (texinfo-optional-braces-discard): Discard optional braces. |
8780 | |
8781 * texnfo-upd.el (texinfo-incorporate-descriptions): Require exact | |
8782 match for item names. | |
8783 (texinfo-update-menu-region-beginning): Do not accidentally copy | |
8784 an info-only title for the top node into the main menu. | |
8785 (texinfo-section-types-regexp): Add `@chapheading'. | |
93515 | 8786 (texinfo-find-lower-level-node, texinfo-find-higher-level-node) |
8787 (texinfo-menu-locate-entry-p, texinfo-copy-menu-title) | |
8788 (texinfo-update-menu-region-beginning, texinfo-update-menu-region-end): | |
40965 | 8789 Handle `@ifinfo' as well as comment line following node line. |
93515 | 8790 (texinfo-multiple-files-update and aux. files): Added to handle |
40965 | 8791 multi-file Texinfo sources. |
25830 | 8792 |
8793 1990-10-18 Richard Stallman (rms@mole.ai.mit.edu) | |
8794 | |
8795 * info.el (Info-help): Go to one window. | |
8796 | |
8797 1990-10-17 David Lawrence (tale@pogo.ai.mit.edu) | |
8798 | |
93515 | 8799 * lisp-mode.el: Indent autoload like defun. |
8800 | |
8801 * cl.el, mh-e.el, gnus.el: Change uses of lisp-indent-hook to | |
25830 | 8802 lisp-indent-function. |
8803 | |
8804 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu) | |
8805 | |
8806 * files.el (revert-buffer): Discard all undo records. | |
8807 * rmail.el (rmail-expunge, rmail-get-new-mail): Likewise. | |
8808 | |
8809 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu) | |
8810 | |
8811 * bytecomp.el (symbol-function, fset, read-char): Don't open code them. | |
8812 | |
8813 1990-10-11 Richard Stallman (rms@mole.ai.mit.edu) | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
8814 |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42860
diff
changeset
|
8815 * simple.el: Kill commands on read-only buffers, just copy to |
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42860
diff
changeset
|
8816 kill-ring. |
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
42860
diff
changeset
|
8817 (kill-region): If read-only, just copy to kill-ring. |
93515 | 8818 (zap-to-char, kill-line, kill-comment, kill-word) |
25830 | 8819 (backward-kill-word, kill-paragraph, backward-kill-paragraph): |
8820 Allow read-only buffers. | |
8821 | |
8822 * csharp.el: New file. | |
8823 | |
8824 1990-10-10 Richard Stallman (rms@mole.ai.mit.edu) | |
8825 | |
8826 * rmailsum.el (rmail-summary-scroll-msg-up): Make msg visible. | |
8827 (rmail-summary-scroll-msg-down): Likewise. | |
8828 | |
8829 * bytecomp.el (byte-compile-associative): New function. | |
8830 (+, max, min, -): Use that. | |
8831 (byte-compile-make-binary, byte-compile-butlast): New functions. | |
8832 | |
8833 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu) | |
8834 | |
8835 * dired.el (dired-compress, dired-uncompress): Put output from | |
8836 subprocess in a buffer to display it. | |
8837 | |
8838 * appt.el (fix-time): Deleted. | |
8839 (appt-select-lowest-window): Renamed from select-lowest-window. | |
8840 (appt-visible): Renamed from appt-visable. | |
8841 | |
8842 * time.el (display-time-filter): Run display-time-hook. | |
8843 | |
8844 * lisp.el (lisp-complete-symbol): Last change clobbered beg. | |
8845 | |
8846 * lisp-mode.el (indent-sexp): Make sure outer loop ends@eob. | |
8847 | |
93515 | 8848 1990-10-08 Ed Reingold (reingold@emr.cs.uiuc.edu) |
8849 | |
8850 * holiday.el (calendar-holiday-function-hebrew): Fixed minor problem | |
8851 with the code to short-circuit the calculations to save time. | |
8852 | |
8853 * diary.el (mark-hebrew-calendar-date-pattern): Fixed minor problem | |
8854 with the code to short-circuit the calculations to save time. | |
8855 | |
25830 | 8856 1990-10-08 Richard Stallman (rms@mole.ai.mit.edu) |
8857 | |
8858 * man.el (nuke-nroff-bs): Handle o\b+. | |
8859 | |
8860 * files.el (save-buffers-kill-emacs): Do querying here. | |
8861 Don't die if process-list is not defined. | |
8862 | |
8863 * simple.el (next-complex-command): Fix typo. | |
8864 | |
8865 1990-10-07 Richard Stallman (rms@mole.ai.mit.edu) | |
8866 | |
8867 * bytecomp.el (byte-compile-file): Run set-auto-mode. | |
8868 | |
8869 1990-10-01 David Lawrence (tale@pogo.ai.mit.edu) | |
8870 | |
93515 | 8871 * compile.el: Major overhauls. Remove references to mode, since |
25830 | 8872 it never really was a mode. |
93515 | 8873 (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
|
8874 multiple ones from a list. |
25830 | 8875 (next-error): Don't read in every single file when doing |
8876 next-error, just go to the line of the next file, reading it in if | |
8877 need be. The old method was slow and could end up creating a lot | |
8878 of buffers you never wanted around. | |
93515 | 8879 Use buffer named in compilation-buffer. Get buffer to use |
25830 | 8880 interactively via compilation-use-buffer if called with arg. |
93515 | 8881 (compile-internal): Move window resizing here, since a grep |
25830 | 8882 window is still a compile window as far as this package is |
8883 concerned. Don't use with-output-to-temp-buffer since it is very | |
8884 anti-social with show-temp-buffer-hooks which resize based on the | |
8885 how much data is output by its forms; it never worked with | |
8886 compile-window-height that way anyway. | |
93515 | 8887 (compilation-parse-line): Figures out file and line for |
25830 | 8888 next-error from compile-regexp-list. |
93515 | 8889 (compilation-use-buffer): Function which sets buffer for |
25830 | 8890 next-error to use. |
8891 | |
8892 1990-10-01 Richard Stallman (rms@mole.ai.mit.edu) | |
8893 | |
8894 * c-mode.el (c-indent-line): Special clause for `} else'. | |
8895 | |
8896 1990-09-30 Richard Stallman (rms@mole.ai.mit.edu) | |
8897 | |
8898 * compile.el (compilation-mode): Don't set compilation-error-regexp. | |
8899 (compile-internal): Set it here. | |
8900 (compilation-error-regexp): Put on permanent-local property. | |
8901 | |
8902 * startup.el (command-line-functions): New variable. | |
8903 (command-line-1): Do something with it. | |
8904 | |
8905 * diff.el (diff): Fix bug in searching for first change run. | |
8906 | |
8907 * bytecomp.el (byte-compile-lambda): Handle string constant as value. | |
8908 | |
8909 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu) | |
8910 | |
8911 * mh-e.el: New version from Larus. | |
8912 | |
8913 * c-mode.el (calculate-c-indent): When looking@previous column-0 | |
8914 line, allow whitespace between the close-paren and the semicolon. | |
8915 | |
8916 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu) | |
8917 | |
8918 * startup.el (command-line): Make init-file-user permanent. | |
8919 | |
8920 1990-09-25 David Lawrence (tale@pogo.ai.mit.edu) | |
8921 | |
93515 | 8922 * edebug.el: New file for elisp source debugging. |
8923 | |
8924 * loaddefs.el: Autoload edebug with edebug-defun. | |
8925 | |
8926 * lisp-mode.el (eval-defun): If arg, edebug-defun. | |
8927 | |
8928 * simple.el (comment-region): New function. | |
25830 | 8929 |
8930 * c-mode.el (c-beginning-of-statement, c-end-of-statement): | |
8931 New functions bound to M-a and M-e respectively. | |
93515 | 8932 (c-beginning-of-statement-1, c-end-of-statement-1): Engines for |
25830 | 8933 above. |
93515 | 8934 (set-c-style): New function to easily select a preferred |
25830 | 8935 indentation style. |
93515 | 8936 (c-style-alist): Styles and variables values for set-c-style. |
8937 | |
8938 * asm-mode.el: New file. Mode for editing assembler code. | |
8939 | |
8940 * loaddefs.el (auto-mode-alist): Use asm-mode for .s files. | |
25830 | 8941 Autoload it. |
8942 | |
8943 1990-09-24 Richard Stallman (rms@mole.ai.mit.edu) | |
8944 | |
8945 * loaddefs.el (auto-mode-alist): Use \\' for end of string. | |
8946 | |
8947 1990-09-22 David Lawrence (tale@pogo.ai.mit.edu) | |
8948 | |
93515 | 8949 * simple.el (shell-command): Document in code comment why -f is |
8950 not used for C shells. Perhaps this will get people to stop | |
25830 | 8951 asking about it. |
8952 | |
8953 1990-09-21 Richard Stallman (rms@mole.ai.mit.edu) | |
8954 | |
8955 * isearch.el (nonincremental-search): Bind cursor-in-echo-area | |
8956 only as long as necessary. | |
8957 | |
8958 1990-09-21 David Lawrence (tale@pogo.ai.mit.edu) | |
8959 | |
93515 | 8960 * loaddefs.el (auto-mode-alist): Use bibtex-mode for .bib files |
25830 | 8961 and autoload it. |
8962 | |
8963 1990-09-18 Richard Stallman (rms@mole.ai.mit.edu) | |
8964 | |
8965 * doctor.el (doctor-caddr, doctor-cadr, doctor-cddr): Renamed. | |
8966 | |
8967 1990-09-13 Richard Stallman (rms@mole.ai.mit.edu) | |
8968 | |
8969 * c-mode.el (calculate-c-indent): Skip back across preprocessor | |
8970 lines before testing for a continuation statement. | |
8971 | |
8972 * mouse.el (mouse-set-point): Compensate properly for hscroll. | |
8973 | |
75609 | 8974 1990-09-13 Robert J. Chassell (bob@gnu.ai.mit.edu) |
40965 | 8975 |
8976 * texinfmt.el (texinfo-format-inforef): Item name now optional. | |
25830 | 8977 |
8978 1990-09-13 Richard Stallman (rms@mole.ai.mit.edu) | |
8979 | |
8980 * rmail.el (rmail-nuke-pinhead-header): Save From line in Mail-from:. | |
8981 | |
8982 * help.el (print-help-return-message): Mention C-M-v. | |
8983 | |
93515 | 8984 1990-09-10 Ed Reingold (reingold@emr.cs.uiuc.edu) |
8985 | |
8986 * diary.el (list-diary-entries, list-hebrew-diary-entries) | |
8987 (list-islamic-diary-entries): Fixed to use add-to-diary-list. | |
8988 | |
25830 | 8989 1990-09-10 Chris Hanson (cph@kleph) |
8990 | |
8991 * xscheme.el (xscheme-eval): Add hook that allows Scheme to | |
8992 evaluate arbitrary expression in Emacs. | |
8993 (scheme-interaction-mode): Run scheme-mode-hook before | |
8994 scheme-interaction-mode-hook. | |
8995 Guarantee that the process-filter's state is correctly updated | |
8996 before calling any code that can possibly allow more input to be | |
8997 read from the process. | |
8998 | |
8999 1990-09-10 Richard Stallman (rms@mole.ai.mit.edu) | |
9000 | |
9001 * rmailsort.el (rmail-sortable-date-string): Handle excess space. | |
9002 Discard century from year. | |
9003 | |
9004 * files.el (after-find-file): Improve a message. | |
9005 | |
9006 1990-09-09 Richard Stallman (rms@mole.ai.mit.edu) | |
9007 | |
9008 * sendmail.el (mail-signature): t means use signature file. | |
9009 (mail-setup): Implement that. | |
9010 (mail-mode-map): Put mail-signature command back on C-c C-w. | |
9011 (mail-signature-inserted): Variable deleted. | |
9012 | |
9013 1990-09-08 Richard Stallman (rms@mole.ai.mit.edu) | |
9014 | |
9015 * ftp.el (ftp-command): Ignore output lines without status codes. | |
9016 | |
93515 | 9017 1990-09-07 Ed Reingold (reingold@emr.cs.uiuc.edu) |
9018 | |
9019 * holiday.el (filter-visible-calendar-holidays): New function. | |
9020 (calendar-holiday-function-rosh-hashanah-etc): Rewrote. | |
9021 (calendar-holiday-function-tisha-b-av-etc): New function. | |
9022 (calendar-holiday-function-passover-etc): New function. | |
9023 (calendar-holiday-function-hanukkah): New function. | |
9024 (calendar-holiday-function-easter-etc): Rewrote. | |
9025 | |
9026 * calendar.el (calendar-other-month): Rewrote. | |
9027 (calendar-read, calendar-make-alist): New functions. | |
9028 Eliminated constants calendar-day-abbrev-list and | |
9029 calendar-month-abbrev-list. | |
9030 (calendar-current-date): Eliminated use of calendar-month-abbrev-list. | |
9031 Modified the default value of `calendar-holidays'. | |
9032 Added variable `all-christian-calendar-holidays'. | |
9033 Added variable `all-islamic-calendar-holidays'. | |
9034 Added variable `all-hebrew-calendar-holidays'. | |
9035 (redraw-calendar, calendar-goto-date, calendar-goto-julian-date) | |
9036 (calendar-goto-hebrew-date, calendar-goto-islamic-date) | |
9037 (calendar-goto-iso-date): New functions. | |
9038 (calendar-mode-map): Put them on keys. | |
9039 (calendar-mode): Describe them. | |
9040 (calendar-mode-map): Put scroll-other-window on a key. | |
9041 list-diary-entries-hook: Changed the default value to | |
9042 ordinary-list-diary-hook. | |
9043 | |
9044 * diary.el (mark-diary-entries, mark-islamic-diary-entries) | |
9045 (mark-hebrew-diary-entries): Eliminated use of constant alists for | |
9046 month and day names. | |
9047 (prepare-fancy-diary-buffer): Fixed the way holidays are displayed | |
9048 when there are no diary entries but lots of holidays. | |
9049 (ordinary-list-diary-hook, add-to-diary-list): New functions. | |
9050 | |
9051 1990-09-06 Ed Reingold (reingold@emr.cs.uiuc.edu) | |
9052 | |
9053 * calendar.el: | |
9054 Changed reference at beginning of file from the report to the | |
9055 published version of the paper. | |
9056 Changed all calls to `mod' to call `%' to avoid problem with cl. | |
9057 (calendar-date-string): Added optional parameter `nodayname'. | |
9058 (cursor-to-islamic-calendar-date): Fixed so that | |
9059 calendar-date-string doesn't try find the day name. | |
9060 (cursor-to-hebrew-calendar-date): Fixed so that | |
9061 calendar-date-string doesn't try find the day name. | |
9062 nongregorian-diary-marking-hook: Fixed typo in doc string. | |
9063 (calendar-mode): Fixed a typo in doc string. | |
9064 (cursor-to-iso-calendar-date): Made message consistent with | |
9065 similar functions for Julian, Islamic, Hebrew, and French calendars. | |
9066 (calendar-absolute-from-gregorian): Simplified calculation. | |
9067 (calendar-mark-today): Changed today mark to `=' to avoid | |
9068 confusion with the default holiday mark. | |
9069 (calendar-julian-from-absolute): Rewrote parallel to other functions. | |
9070 (calendar-islamic-from-absolute): Rewrote parallel to other functions. | |
9071 (calendar-forward-day): Fixed movement when cursor is not on a date | |
9072 and arg is negative. | |
9073 Added description of new `if' form to doc string for calendar-holidays. | |
9074 | |
9075 * diary.el: | |
9076 Changed all calls to `mod' to call `%' to avoid problem with cl. | |
9077 (diary-entry-time): New function. | |
9078 (diary-entry-compare): Rewritten to take time of day into account. | |
9079 | |
9080 * holiday.el: | |
9081 Changed all calls to `mod' to call `%' to avoid problem with cl. | |
9082 (calendar-holiday-function-rosh-hashanah-etc): Fixed grammatical | |
9083 error in a comment. | |
9084 (calendar-holiday-function-hebrew): Fixed typo in doc string. | |
9085 (calendar-holiday-function-islamic): Fixed typo in doc string. | |
9086 (calendar-holiday-function-if): New function. | |
9087 | |
25830 | 9088 1990-09-06 Richard Stallman (rms@mole.ai.mit.edu) |
9089 | |
9090 * sendmail.el (mail-signature): New variable holds signature. | |
9091 (mail-setup): Default mail-signature from .signature file. | |
9092 Insert the value. | |
9093 | |
9094 1990-09-04 Richard Stallman (rms@mole.ai.mit.edu) | |
9095 | |
9096 * ftp.el (ftp-write-file): Accept status 125 as normal. | |
9097 | |
9098 1990-09-03 David Lawrence (tale@pogo.ai.mit.edu) | |
9099 | |
93515 | 9100 * rnews.el: Reinstated. |
25830 | 9101 |
9102 1990-09-01 Richard Stallman (rms@mole.ai.mit.edu) | |
9103 | |
9104 * files.el (backup-buffer): Test backup-inhibited. | |
9105 (find-file-noselect, set-visited-file-name): Set that var | |
9106 based on backup-enable-predicate. | |
9107 | |
9108 1990-08-31 David Lawrence (tale@pogo.ai.mit.edu) | |
9109 | |
93515 | 9110 * sendmail.el (mail-send-and-exit): Remove dependency on other |
25830 | 9111 window being in rmail-mode in order to delete selected window. |
9112 | |
9113 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu) | |
9114 | |
93515 | 9115 * paths.el: Add gnus-default-nntp-server, gnus-nntp-service, |
25830 | 9116 gnus-your-domain, gnus-your-organization, and gnus-newsrc-file to |
9117 be visible for admins during installation configuration. | |
9118 | |
9119 * loaddefs.el: | |
93515 | 9120 (gnus, gnus-post-news): Autoload gnus. |
25830 | 9121 (sendnews, postnews): fset to gnus-post-news instead of news-post-news. |
93515 | 9122 (rnews, news-post-news): Removed autoloads. |
9123 | |
9124 * gnus.el: New file. | |
9125 (gnus-make-newsrc-file): Removed. | |
9126 (gnus-read-newsrc-file): Work without above. | |
9127 (gnus-Info-directory): Removed. | |
9128 (gnus-Info-find-node): Work without above. | |
9129 (lots of variables): Made non-interactive. Some doc fixes. | |
25830 | 9130 |
9131 * gnuspost.el, gnusmail.el, gnusmisc.el, nntp.el, nnspool.el, | |
93515 | 9132 * mhspool.el: New files. |
9133 | |
9134 * rnews.el: Removed. (Renamed to rnews.el.~backout~.) | |
25830 | 9135 |
9136 1990-08-29 Richard Stallman (rms@mole.ai.mit.edu) | |
9137 | |
9138 * loaddefs.el: Put paragraph commands on M-{ and M-}. | |
9139 | |
9140 * files.el (basic-save-buffer): Make error messages more natural. | |
9141 | |
9142 * rmail.el (rmail-search): Call rmail-maybe-set-message-counters. | |
9143 | |
9144 1990-08-29 David Lawrence (tale@pogo.ai.mit.edu) | |
9145 | |
93515 | 9146 * files.el (basic-save-buffer): Signal an error when the directory |
25830 | 9147 doesn't exist or is write-protected. |
93515 | 9148 (set-visited-file-name): When renaming buffer, don't switch from |
25830 | 9149 current name if that is the name causing the conflict for the new name. |
9150 Eg, C-x b foo C-x C-w /tmp/foo would name the buffer foo<2> and | |
9151 leave no foo around. Now it stays foo. | |
9152 | |
93515 | 9153 * fortran.el (fortran-mode): Define comment-line-start-skip based |
25830 | 9154 partially on value of fortran-comment-region; statements starting |
9155 with c (eg: call, common) were being indented as comments. | |
93515 | 9156 (fortran-current-line-indentation): Only skip over continuation |
25830 | 9157 char or line number for statements. It was giving back wrong |
9158 values for statements which started in columns 1-6. | |
93515 | 9159 (fortran-mode-version): Removed. |
25830 | 9160 |
9161 1990-08-28 David Lawrence (tale@pogo.ai.mit.edu) | |
9162 | |
93515 | 9163 * loaddefs.el: Autoload reverse-region from sort.el. |
9164 | |
9165 * cl.el (defstruct): The copier function invoked the non-existent | |
25830 | 9166 copy-vector. Calling copy-sequence does the job. |
93515 | 9167 (defsetf for point): Point's inverse is goto-char. Of course, |
40965 | 9168 what do we do with the other basic types of Emacs Lisp? |
93515 | 9169 (member): Another, perhaps counterproductive, speed hack. When |
25830 | 9170 test or testnot are symbols (hopefully, non-null), they are |
9171 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
|
9172 one indirection per each funcall in the inner loop. |
93515 | 9173 (byte-compile-named-list-accessors): Another byte-compile |
25830 | 9174 handler, this one eliminates the extra call incurred when using |
9175 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
|
9176 essentially as primitive as car, cdr, or nth. |
40965 | 9177 (with-keyword-args): Macro that simplifies most of the handling of |
93515 | 9178 klists. The only neglected functionality is that no supplied-p |
25830 | 9179 forms exist (although that is true also of lambda lists in Emacs Lisp). |
93515 | 9180 (cl-eval-print-last-sexp): Added half-hearted support for -, +, |
25830 | 9181 ++, +++, *, **, ***, /, //, ///; and cleared the mvalues mechanism |
9182 at every call. | |
93515 | 9183 (declare, proclaim, the): Make some more CL codes easy to load. |
25830 | 9184 These are dummies, and have no effect whatsoever. (Perhaps `the' |
93515 | 9185 could be made to check in interpreter, and to ignore in the |
25830 | 9186 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
|
9187 I haven't done it yet.) |
93515 | 9188 (byte-compile-ca*d*r): New function, used as a handler from |
25830 | 9189 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
|
9190 in compiled code. |
93515 | 9191 (adjoin, map): Changed to use `memq' instead of `member', too. |
9192 (case, ecase): Via a change in case-clausify, these macros now | |
25830 | 9193 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
|
9194 `member'. |
93515 | 9195 (member): Rewrote it to exploit the keyword argument machinery. |
25830 | 9196 It also tries to call memq whenever possible. |
93515 | 9197 (many funcs): Two-branch conds changed into simple ifs here and |
25830 | 9198 there, minor layout changes all over. |
93515 | 9199 (defsetf): `Puts' occur in the generated code, not in the macro |
25830 | 9200 expander. (Didn't we fix this long ago?) |
93515 | 9201 (setf): Comment disagreed with the code. Code was right. |
9202 (defkeyword): Was dropping the DOCSTRING. | |
9203 (reduce): New function. Presented as an example of how to use | |
25830 | 9204 KLISTs to parse calls in functions that take keyword arguments. |
93515 | 9205 (concatenate, map): New functions. |
9206 (extract-from-klist): Swapped arguments for convenience. | |
9207 (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
|
9208 functions. |
93515 | 9209 (build-klist): Better error messages. |
9210 (psetf): Rewrote, patterned after the new psetq. | |
9211 (psetq): Added early check for even number of arguments. This | |
25830 | 9212 causes a better error message than previously. |
93515 | 9213 (defstruct, parse$defstruct$options): asp@CS.CMU.EDU (James |
25830 | 9214 Aspnes) reported that defstruct wasn't handling properly the use |
9215 of accessors of an :included definition applied to instances of | |
9216 the :including structure. Indeed, the old version was | |
9217 implementing a (rather useless) sense of multiple-inheritance that | |
93515 | 9218 was inimical to the Common Lisp sense. Fixed here by adding |
25830 | 9219 properties :structure-includes and :structure-included-in to the |
9220 struct name. They keep track of the graph of inclusions. | |
93515 | 9221 (mapc, maplist, mapl, mapcan, mapcon, copy-list, copy-tree, revappend) |
9222 (nreconc, nbutlast, subst, subst-if, subst-if-not, sublis, member-if) | |
9223 (member-if-not, tailp): New functions, developed apart and now merged | |
9224 with the main file. They still don't take :keyword arguments. | |
9225 | |
9226 * sort.el (sort-subr): Support floating point numbers. | |
9227 (sort-float-fields, reverse-region): New functions. | |
9228 (sort-numeric-fields, sort-fields, sort-float-fields): Use -ARG | |
25830 | 9229 to mean count fields from right, not reverse. (Doc fixes.) |
93515 | 9230 (sort-fields-1): Let negative arg pass unmolested. Always do |
25830 | 9231 ascending sort. |
93515 | 9232 (sort-skip-fields): Handle negative field. |
9233 | |
9234 * tex-mode.el (tex-mode-map): Move bindings of M-{ and M-} to | |
9235 C-c { and C-c }. | |
25830 | 9236 |
9237 1990-08-28 Roland McGrath (roland@gnu.ai.mit.edu) | |
9238 | |
9239 * bytecomp.el (byte-compile-file): If interactive, ask user if he | |
9240 wants to save a buffer visiting file to be compiled. | |
9241 | |
9242 1990-08-27 David Lawrence (tale@pogo.ai.mit.edu) | |
9243 | |
93515 | 9244 * compile.el (compilation-error-regexp): Padded up a little to |
25830 | 9245 work with new function: |
93515 | 9246 (compilation-get-file-and-line): Grabs file and line using |
25830 | 9247 matched sub-expressions in compilation-error-regexp. |
93515 | 9248 (compilation-parse-errors): Use new function. |
9249 (compilation-sentinel): Make buffer writable before trying to | |
25830 | 9250 insert things. |
9251 | |
93515 | 9252 * info.el (Info-extract-menu-item): Search for an exact match for |
25830 | 9253 menu item before looking for a partial match. Regexp-quote the |
9254 search string. | |
9255 | |
93515 | 9256 * lisp.el (lisp-complete-symbol): Display possibilities in |
25830 | 9257 *Completions* not *Help*. |
9258 | |
93515 | 9259 * help.el (describe-mode): Use Dale Worley's version to also show |
9260 minor mode documentation if argument is given. Fset | |
25830 | 9261 defining-keyboard-macro to start-keyboard-macro so its |
9262 documentation can be found. Currently does not work with | |
9263 auto-fill-mode because of the hook nature of its minor mode | |
9264 indicator variable. | |
9265 | |
9266 1990-08-26 Richard Stallman (rms@mole.ai.mit.edu) | |
9267 | |
9268 * terminal.el: Move possibly offensive comments to term-nasty.el. | |
9269 (te-quote-arg-for-sh): Give some variables more useful names. | |
9270 | |
9271 1990-08-25 Richard Stallman (rms@mole.ai.mit.edu) | |
9272 | |
9273 * resume.el: New version from Joe Wells. | |
9274 | |
9275 1990-08-22 Joseph Arceneaux (jla@geech) | |
9276 | |
9277 * lisp.el (lisp-complete-symbol): Use lisp-mode-syntax table | |
9278 rather than current buffer's. | |
9279 | |
9280 1990-08-16 Richard Stallman (rms@mole.ai.mit.edu) | |
9281 | |
9282 * isearch.el (isearch): For C-y and C-w in regexp search, | |
9283 use regexp-quote. | |
9284 | |
9285 * time.el (display-time-filter): Check that file is non-empty. | |
9286 | |
9287 1990-08-16 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9288 | |
9289 * term/x-win.el: Don't define C-z here; it's now in screen.el. | |
9290 | |
75609 | 9291 1990-08-14 David J. MacKenzie (djm@apple-gunkies) |
25830 | 9292 |
9293 * time.el: New version that uses wakeup instead of loadst. | |
9294 | |
9295 1990-08-14 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9296 | |
9297 * simple.el (eval-current-buffer): New function. | |
9298 | |
9299 * screen.el: Moved screen convenience functions here, formerly in | |
9300 term/x-win.el. | |
9301 other-window now bound to esc-o, ctl-x-o now next-multiscreen-window. | |
9302 | |
9303 1990-08-13 Richard Stallman (rms@mole.ai.mit.edu) | |
9304 | |
9305 * files.el: Doc fix. | |
9306 | |
9307 1990-08-11 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9308 | |
93515 | 9309 * screen.el (get-screen): Don't loop on screen-visible-p. |
25830 | 9310 Set auto-new-screen-function to new-screen. |
9311 | |
9312 * gdb.el (gdb-break): Also handle temporary breaks. | |
9313 | |
9314 1990-08-01 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9315 | |
9316 * bytecomp.el (byte-compile-file): Fix format string in call to | |
9317 float-output-format. | |
9318 | |
9319 1990-07-31 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9320 | |
93515 | 9321 * files.el (find-alternate-file): Don't depend on buffer being |
25830 | 9322 read-only for modifications to invoke yes-or-no-p. |
9323 | |
9324 1990-07-28 Richard Stallman (rms@mole.ai.mit.edu) | |
9325 | |
9326 * paths.el (rmail-spool-directory): | |
9327 Change silicon-graphics-unix to irix. | |
9328 | |
9329 1990-07-27 Richard Stallman (rms@mole.ai.mit.edu) | |
9330 | |
9331 * tex-mode.el (tex-region): Set tex-last-temp-file in shell buffer. | |
9332 Give it tex-filter as a filter. | |
9333 (tex-filter): New function. Deletes the temp file and junk files. | |
9334 (tex-directory): Now set to `.'. | |
9335 | |
9336 1990-07-27 David Lawrence (tale@pogo.ai.mit.edu) | |
9337 | |
93515 | 9338 * fill.el (fill-region-as-paragraph): Remove tabs that aren't in |
25830 | 9339 fill-prefix or part of paragraph indentation. |
9340 | |
9341 1990-07-26 Richard Stallman (rms@mole.ai.mit.edu) | |
9342 | |
9343 * bytecomp.el (byte-compile-file-forms): New function. | |
9344 (byte-compile-file): Use that for the runs of ordinary forms. | |
9345 Don't crash when make-byte-code has only 3 elements. | |
9346 | |
9347 * help.el (view-lossage): Use insert, not `newline'. | |
9348 | |
9349 * info.el (Info-find-node): Set case-fold-search for tag tbl buffer. | |
9350 | |
9351 1990-07-26 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9352 | |
9353 * bytecomp.el (byte-compile-verbose): Baud rate is a variable, not | |
9354 a function in 19. | |
9355 | |
9356 1990-07-26 Richard Stallman (rms@mole.ai.mit.edu) | |
9357 | |
9358 * chistory.el (command-history-repeat): New function. | |
9359 (command-history-map): Put command-history-repeat on x. | |
9360 (command-history-mode): Document that. | |
9361 | |
9362 1990-07-26 David Lawrence (tale@pogo.ai.mit.edu) | |
9363 | |
93515 | 9364 * c-mode.el (c-auto-newline): Doc addition. |
9365 (electric-c-terminator): Removed bogus set-marker. | |
9366 (electric-c-sharp-sign): Make sure c-auto-newline is nil for call | |
25830 | 9367 to electric-c-terminator. |
9368 | |
93515 | 9369 * texinfo.el: Bind tex-insert-quote to " in texinfo-mode-map. |
9370 | |
9371 * simple.el (goal-column): Make buffer-local. | |
9372 | |
9373 * man.el (manual-entry): Enter view-mode. | |
25830 | 9374 |
9375 1990-07-25 David Lawrence (tale@pogo.ai.mit.edu) | |
9376 | |
93515 | 9377 * replace.el (occur-last-string): New variable to hold last |
25830 | 9378 interactive regexp to occur. |
93515 | 9379 (occur): Use occur-last-string. |
9380 | |
9381 * lisp.el (down-list): Doc fix. | |
25830 | 9382 |
9383 1990-07-24 Richard Stallman (rms@mole.ai.mit.edu) | |
9384 | |
9385 * files.el (find-file-noselect): Nice msg if can write but not read. | |
9386 | |
9387 * lisp.el: Doc fix. | |
9388 | |
9389 1990-07-19 Richard Stallman (rms@mole.ai.mit.edu) | |
9390 | |
9391 * bytecomp.el (byte-compile-lambda): Fix test for nontrivial function. | |
9392 | |
9393 1990-07-17 Richard Stallman (rms@mole.ai.mit.edu) | |
9394 | |
9395 * files.el (find-file-read-only-other-window): New function. | |
9396 Put on C-x 4 r. | |
9397 | |
9398 1990-07-15 Richard Stallman (rms@mole.ai.mit.edu) | |
9399 | |
9400 * register.el (view-register): Don't ignore first line of rect. | |
9401 | |
9402 1990-07-14 Richard Stallman (rms@mole.ai.mit.edu) | |
9403 | |
9404 * outline.el (show-children): Make default arg smarter. | |
9405 | |
9406 1990-07-12 Richard Stallman (rms@mole.ai.mit.edu) | |
9407 | |
9408 * compile.el (compile-internal): Make *compilation* read-only | |
9409 except during this function. | |
9410 | |
9411 1990-07-11 Richard Stallman (rms@mole.ai.mit.edu) | |
9412 | |
9413 * c-mode.el (c-comment-indent): Special case comment after }. | |
9414 | |
75609 | 9415 1990-07-05 Robert J. Chassell (bob@gnu.ai.mit.edu) |
40965 | 9416 |
9417 * texinfmt.el: Renamed Lisp definitions section to `Description | |
93515 | 9418 formatting' and revised `texinfo-format-defun-1' and format |
9419 defuns to handle object oriented descriptions properly. | |
25830 | 9420 |
9421 1990-06-30 Richard Stallman (rms@mole.ai.mit.edu) | |
9422 | |
9423 * dbx.el: Use C-x SPC for setting break point. | |
9424 | |
9425 1990-06-29 Richard Stallman (rms@mole.ai.mit.edu) | |
9426 | |
9427 * sort.el: Doc fix. | |
9428 | |
75609 | 9429 1990-06-28 Robert J. Chassell (bob@gnu.ai.mit.edu) |
40965 | 9430 |
93515 | 9431 * texinfmt.el (texinfo-format-paragraph-break): @br{} no longer a noop. |
40965 | 9432 |
9433 * texinfmt.el (texinfo-format-scan): @* now breaks lines; no | |
93515 | 9434 longer does nothing. |
40965 | 9435 |
9436 * texinfmt.el: `Bottom node' changed to `End node' and `BN' | |
93515 | 9437 changed to `EN'; also, `footnote-style' changed to |
9438 `texinfo-footnote-style'. | |
40965 | 9439 |
9440 * texnfo-upd.el (texinfo-all-menus-update): With a non-nil | |
93515 | 9441 argument, now updates all the nodes in the buffer before |
9442 updating the menus. | |
9443 | |
9444 * texnfo-upd.el (texinfo-master-menu): With non-nil argument (prefix, | |
9445 if interactive) means first update all existing nodes and menus, | |
9446 not just menus. | |
40965 | 9447 |
9448 * texinfo.el (texinfo-show-structure): With optional arg, list | |
93515 | 9449 lines with @-sign commands for @chapter, @section and the like, |
9450 but not @node lines. | |
25830 | 9451 |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
9452 1990-06-27 Richard Stallman (rms@mole.ai.mit.edu) |
25830 | 9453 |
9454 * paragraphs.el (start-of-paragraph-text): Avoid infinite loop. | |
9455 | |
9456 1990-06-26 Richard Stallman (rms@mole.ai.mit.edu) | |
9457 | |
9458 * disass.el (disassemble-1): Check ptr in range for aref. | |
9459 | |
9460 * bytecomp.el (byte-compile-defvar, byte-compile-defconst): New. | |
9461 (byte-compile-find-vars-1): Do nothing for defun or defmacro. | |
9462 Do nothing for defvar or defconst with only one argument. | |
9463 (byte-compile-lambda): New function for error checking. | |
9464 (byte-compile-verbose): New variable. | |
9465 (byte-compile-file, byte-compile-file-form): Check that for messages. | |
9466 | |
9467 1990-06-26 David Lawrence (tale@geech) | |
9468 | |
93515 | 9469 * compile.el (grep): Use `grep-command' to also hold args for |
25830 | 9470 grep, like compile-command. |
9471 | |
93515 | 9472 * simple.el (kill-ring-save): Fixed to not reference free |
25830 | 9473 variable `verbose' but to just unconditionally echo message. |
93515 | 9474 (shell-command): Use new `last-shell-command' interactively. |
9475 (shell-command-on-region): Use new `last-shell-command-on-region' | |
9476 interactively. Delete *Shell Command Output* if no output. | |
9477 (kill-comment): Error if no comment syntax defined. | |
25830 | 9478 |
9479 1990-06-25 Richard Stallman (rms@mole.ai.mit.edu) | |
9480 | |
9481 * simple.el (kill-region): New arg VERBOSE says print a message. | |
9482 (kill-ring-save): Print a message, instead of moving point. | |
9483 | |
9484 1990-06-23 Randall Smith (randy@substantia-nigra) | |
9485 | |
9486 * dired.el (dired-flag-regexp-files): Added function to flag all | |
9487 files matching a REGEXP for deletion. | |
9488 (): 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
|
9489 taken). |
25830 | 9490 |
9491 1990-06-22 Richard Stallman (rms@albert.ai.mit.edu) | |
9492 | |
9493 * fill.el (fill-region-as-paragraph): Don't consider colon as sentence | |
9494 end. Use syntax table to decide what is whitespace. | |
9495 (justify-current-line): Don't consider colon as sentence end. | |
9496 | |
9497 * c-mode.el (calculate-c-indent): Back up over comma before | |
9498 calling c-backward-to-start-of-continued-exp. | |
9499 (c-backward-to-start-of-continued-exp): Back up over strings. | |
9500 | |
75609 | 9501 1990-06-21 Robert J. Chassell (bob@pogo.ai.mit.edu) |
40965 | 9502 |
9503 * texinfmt.el (texinfo-format-include): Include files ending with | |
93515 | 9504 ".texi" as well as ".texinfo" and ".tex". |
40965 | 9505 |
9506 * texinfmt.el: Define @shortcontents, like @summaryconents, as | |
93515 | 9507 'texinfo-discard-line-with-args. |
25830 | 9508 |
9509 1990-06-20 Richard Stallman (rms@mole.ai.mit.edu) | |
9510 | |
9511 * isearch.el (isearch): Do exit on meta keys. | |
9512 Also exit on function keys and mouse clicks. | |
9513 * loaddefs.el (search-exit-char): Change back to escape. | |
9514 (search-ring-advance-char): Moved from isearch.el. | |
9515 (search-ring-retreat-char): Renamed from ...-recline-char and moved. | |
9516 | |
9517 * float.el: Provide 'float. | |
9518 | |
9519 1990-06-19 Richard Stallman (rms@mole.ai.mit.edu) | |
9520 | |
9521 * mouse.el (mouse-set-point): Compensate for horizontal scrolling. | |
9522 | |
9523 1990-06-19 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9524 | |
9525 * isearch.el (isearch): Don't quit on meta-chars. | |
9526 | |
9527 1990-06-15 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9528 | |
9529 * loaddefs.el: search-exit-char is now Return. | |
9530 * simple.el: Search-ring advance and recline characters are now | |
9531 M-n and M-p. | |
9532 | |
75609 | 9533 1990-06-15 Robert J. Chassell (bob@pogo.ai.mit.edu) |
40965 | 9534 |
9535 * tex-mode.el (tex-start-shell): Don't put `require' in defun, put | |
93515 | 9536 it@top level. |
40965 | 9537 |
9538 * texnfo-upd.el (texinfo-incorporate-descriptions): Don't | |
93515 | 9539 accidently find a string in the description that is confused for |
9540 a menu item. | |
40965 | 9541 |
75609 | 9542 1990-06-01 Robert J. Chassell (bob@wheat-chex) |
40965 | 9543 |
9544 * texinfo.el: Added `texinfo-tex-region' (C-c C-r) to run TeX on | |
93515 | 9545 the current region, `texinfo-tex-buffer' (C-c C-t) to run TeX on |
9546 the current buffer, and `texinfo-tex-print' (C-c C-p) to print | |
9547 the .dvi file made by TeX. | |
9548 | |
9549 Also, bound functions from TeX mode in Texinfo mode: | |
9550 `tex-kill-job' (C-c C-k), `tex-recenter-output-buffer' (C-c | |
9551 C-l), and `tex-show-print-queue' (C-c C-q). | |
25830 | 9552 |
9553 1990-05-31 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9554 | |
93515 | 9555 * startup.el (command-line): Check environment variable |
25830 | 9556 VERSION_CONTROL and set version-control appropriately. |
9557 | |
75609 | 9558 1990-05-31 Robert J. Chassell (bob@wheat-chex) |
40965 | 9559 |
93515 | 9560 * texnfo-upd.el (texinfo-top-pointer-case): Rewrote to handle |
9561 @chapter (or other sectioning) command following Top node. | |
9562 | |
9563 (texinfo-master-menu): Rewrote to remove pre-existing master | |
9564 menu, if there is one. Non-nil argument (prefix, if interactive) | |
9565 now means first update all existing menus---previously it always | |
9566 updated all existing menus (very time consuming). | |
9567 | |
9568 (texinfo-all-menus-update, texinfo-every-node-update): | |
9569 Added a save-excursion to each so that point does not move when | |
9570 you update the menus or nodes. | |
9571 | |
9572 * texinfmt.el (texinfo-format-parse-args): Expand arguments so | |
9573 they can include commands such as @code, etc. | |
25830 | 9574 |
9575 1990-05-31 David Lawrence (tale@geech) | |
9576 | |
93515 | 9577 * backquote.el (bq-splicequote): Correctly splice in elements |
25830 | 9578 when followed by constant elements; don't list the constant elements. |
9579 | |
93515 | 9580 * add-log.el (add-change-log-entry): Fixed match test for full name. |
9581 | |
9582 * lpr.el (print-buffer): Removed an extra trailing parenthesis. | |
25830 | 9583 |
9584 1990-05-30 David Lawrence (tale@geech) | |
9585 | |
93515 | 9586 * comint.el (comint-load-hook): Superseded by eval-after-load. |
9587 | |
9588 * inf-lisp.el (lisp-eval-region, lisp-compile-region): Use | |
25830 | 9589 temporary files instead of send-string to avoid problems with pty |
9590 buffering. | |
9591 | |
93515 | 9592 * tex-mode.el (tex-close-latex-block): Allow whitespace after |
25830 | 9593 \begin and \end before their opening brace. |
93515 | 9594 (tex-last-unended-begin): Ditto. |
25830 | 9595 |
9596 1990-05-30 Richard Stallman (rms@mole.ai.mit.edu) | |
9597 | |
9598 * subr.el (add-hook): New function. | |
9599 | |
9600 1990-05-30 David Lawrence (tale@geech) | |
9601 | |
93515 | 9602 * dired.el (dired-revert): Preserve deletions across reversion |
25830 | 9603 and report files flagged for deletion which were already removed. |
9604 When reading the root directory, name the buffer "/". | |
9605 | |
9606 1990-05-29 Richard Stallman (rms@mole.ai.mit.edu) | |
9607 | |
9608 * scheme.el (run-scheme): Autoload deleted. Already done in loaddefs. | |
9609 | |
75609 | 9610 1990-05-24 Robert J. Chassell (bob@rice-chex) |
40965 | 9611 |
9612 * page-ext.el (pages-directory-goto): Go to end of file if called | |
25830 | 9613 from the last line (which is empty) of the pages-directory |
9614 | |
9615 1990-05-24 David Lawrence (tale@pogo.ai.mit.edu) | |
9616 | |
93515 | 9617 * shell.el (shell-load-hook): Superseded by eval-after-load. |
9618 | |
9619 * files.el (cd): Make sure that directory can be changed to. | |
9620 * shell.el (shell-process-cd-or-pushd): Ditto. | |
9621 | |
9622 * c++-mode.el: Installed latest version from David Detlefs with | |
25830 | 9623 all additions made since Sep 1989. |
9624 | |
75609 | 9625 1990-05-24 Robert J. Chassell (bob@apple-gunkies) |
40965 | 9626 |
93515 | 9627 * texinfmt.el: Added texinfo-format-defindex which provides |
25830 | 9628 @defindex and @defcodeindex. |
9629 | |
93515 | 9630 Rewrote texinfo-format-synindex to be more modular; removed references |
9631 to it in texinfo-format-scan and texinfo-format-printindex. | |
25830 | 9632 |
9633 1990-05-22 David Lawrence (tale@geech) | |
9634 | |
93515 | 9635 * informat.el (Info-tagify): Give status messages before and |
25830 | 9636 after tagifying. |
9637 (batch-info-validate): Removed status messages around Info-tagify. | |
9638 | |
93515 | 9639 * rmailout.el (rmail-output): Check for From:, Really-From: and |
25830 | 9640 Sender: fields, in that order, and run mail-strip-quoted-names on |
9641 a non-nil value for the initial Unix mail "From user date" line. | |
9642 | |
9643 1990-05-21 Richard Stallman (rms@mole.ai.mit.edu) | |
9644 | |
9645 * buff-menu.el (Buffer-menu-buffer): Simplified. | |
9646 Set Buffer-menu-buffer-column initially. | |
9647 | |
75609 | 9648 1990-05-18 Robert J. Chassell (bob@apple-gunkies) |
40965 | 9649 |
93515 | 9650 * page-ext.el (pages-addresses-file-name): |
25830 | 9651 Renamed from addresses-file-name. |
9652 | |
75609 | 9653 1990-05-17 Robert J. Chassell (bob@apple-gunkies) |
40965 | 9654 |
9655 * texinfo.el (texinfo-mode-map): Replace `C-c LETTER ...' key | |
93515 | 9656 bindings for functions updating nodes and menus with `C-c C-...' |
9657 keybindings, so as to leave `C-c LETTER' bindings free. | |
40965 | 9658 |
9659 * texnfo-upd.el (texinfo-menu-copy-old-description): Copy | |
93515 | 9660 descriptions that begin with an `@' as well as with word syntax char. |
9661 (texinfo-insert-master-menu-list): Print message telling which | |
9662 menu entry it is inserting. | |
25830 | 9663 |
9664 1990-05-12 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9665 | |
93515 | 9666 * isearch.el (isearch): Check non-nil of unread command char |
25830 | 9667 before checking >= 0. |
9668 | |
9669 1990-05-12 Richard Stallman (rms@mole.ai.mit.edu) | |
9670 | |
9671 * info.el (Info-read-subfile): Ignore blank lines in split file list. | |
9672 | |
9673 1990-05-11 Richard Stallman (rms@albert.ai.mit.edu) | |
9674 | |
9675 * isearch.el (isearch): Advance@least one character if empty string | |
9676 was found the previous time. | |
9677 * replace.el (keep-lines): Likewise. | |
9678 | |
75609 | 9679 1990-05-10 Robert J. Chassell (bob@wheat-chex) |
40965 | 9680 |
93515 | 9681 * texinfmt.el: Updated to correspond, more or less, to version 2.8 |
9682 of texinfo.tex. Does not do refilling. | |
9683 | |
9684 texinfo-format-chapter-1 now displays message telling which | |
40965 | 9685 section is being formatted, so formatting is no longer silent. |
9686 | |
93515 | 9687 Added notations: @quiv, @error, @expansion, @point, @print, @result. |
40965 | 9688 |
9689 Added @synindex and @syncodeindex, including | |
9690 texinfo-format-synindex, texinfo-format-syncodeindex, | |
93515 | 9691 and defined syncode-arg as local variable in texinfo-format-scan. |
9692 Modified texinfo-format-printindex to handle these. | |
9693 | |
9694 Added @ref, which the same as @xref in Info. | |
9695 Added @titlespec, which is ignored in Info. | |
9696 Added @br @need as noops. | |
9697 Added @today texinfo-format-today in `1 Jan 1900' style. | |
9698 Added @defconst, @defcmd to the texinfo-format-defun series | |
9699 | |
9700 Added @flushright @end flushright, including | |
40965 | 9701 texinfo-format-flushright, texinfo-end-flushright, |
9702 texinfo-do-flushright. | |
9703 | |
93515 | 9704 Added @ftable, which is like the `@table' command but also |
40965 | 9705 inserts each item in the first column into the function index. |
9706 Includes texinfo-ftable, texinfo-ftable-item, texinfo-end-ftable. | |
9707 | |
93515 | 9708 Added @footnote, including texinfo-format-footnote, footnote-style, |
40965 | 9709 texinfo-format-make-node, texinfo-format-bottom-node. |
25830 | 9710 |
9711 1990-05-10 Richard Stallman (rms@mole.ai.mit.edu) | |
9712 | |
9713 * bytecomp.el (byte-compile-cond-1): Handle (t). | |
9714 | |
9715 1990-05-04 Richard Stallman (rms@mole.ai.mit.edu) | |
9716 | |
9717 * simple.el (indent-new-comment-line): Delete the temporary newline | |
9718 even if point is not there after indent-for-comment. | |
9719 | |
9720 1990-05-04 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9721 | |
93515 | 9722 * simple.el (open-line): Insert fill-prefix if defined. |
25830 | 9723 |
9724 1990-05-01 Richard Stallman (rms@mole.ai.mit.edu) | |
9725 | |
9726 * c-mode.el (c-comment-indent): If@beginning of line and | |
9727 comment-column is 0, insert no space. | |
9728 | |
9729 * replace.el (occur): Avoid infinite loop@end of buffer. | |
9730 | |
9731 1990-04-30 Richard Stallman (rms@mole.ai.mit.edu) | |
9732 | |
9733 * float.el (float-to-string): | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
9734 Adjust POWER when rounding makes new digit. |
25830 | 9735 |
9736 1990-04-26 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9737 | |
93515 | 9738 * man.el (manual-entry): Don't allow null topics. |
9739 | |
9740 * dired.el (dired-create-directory): Use new primitive | |
25830 | 9741 make-directory. |
93515 | 9742 (dired-do-deletions): Use new primitive remove-directory. |
25830 | 9743 |
9744 1990-04-24 Richard Stallman (rms@mole.ai.mit.edu) | |
9745 | |
9746 * dired.el (dired-readin): Mark buffer unmodified@end. | |
9747 | |
9748 1990-04-18 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9749 | |
93515 | 9750 * loaddefs.el: Removed Meta-g def of fill-region. |
25830 | 9751 |
9752 1990-04-13 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9753 | |
93515 | 9754 * c-mode.el (c-comment-indent): Don't need \n in #endif/#else regexps. |
25830 | 9755 |
9756 1990-04-12 Richard Stallman (rms@mole.ai.mit.edu) | |
9757 | |
9758 * isearch.el (isearch): In reverse search, | |
9759 don't move point for C-w, C-y. | |
9760 | |
9761 * startup.el (normal-top-level): Don't check envvar PWD on vms. | |
9762 | |
9763 1990-04-10 Richard Stallman (rms@mole.ai.mit.edu) | |
9764 | |
9765 * add-log.el (add-change-log-entry): Require match in full-name | |
9766 as well as login-name. | |
9767 Don't switch windows if desired buffer already current. | |
9768 (add-change-log-entry-other-window): Take two args and pass on. | |
9769 Change interactive spec so default behavior doesn't change. | |
9770 | |
9771 1990-04-09 Richard Stallman (rms@mole.ai.mit.edu) | |
9772 | |
9773 * dired.el (dired-mode): Set list-buffers-directory | |
9774 like dired-directory. So name appears in list-buffers. | |
9775 | |
9776 * sendmail.el (mail-do-fcc): Append properly to rmail buffers. | |
9777 | |
9778 * bytecomp.el (byte-compile-find-vars-1): Treat interactive | |
9779 and save-window-excursion like condition-case. | |
9780 | |
9781 1990-04-08 Richard Stallman (rms@mole.ai.mit.edu) | |
9782 | |
9783 * bytecomp.el (byte-compile-file-form): Most forms pushed on `pending'. | |
9784 Those that are special print their output and first compile | |
9785 and print the contents of `pending'. | |
9786 (byte-compile-file):@end of file, compile and print `pending'. | |
9787 (byte-compile-pending): New function. | |
9788 | |
9789 * bytecomp.el (byte-compile-find-vars-1): | |
9790 Special case unwind-protect and save-window-excursion. | |
9791 | |
9792 1990-04-06 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9793 | |
93515 | 9794 * mouse.el: Check consp of coordinates-in-window-p result. |
25830 | 9795 |
9796 1990-04-06 Richard Stallman (rms@mole.ai.mit.edu) | |
9797 | |
9798 * bytecomp.el (byte-compile-file): Accumulate consecutive ordinary | |
9799 forms, put them together into lambdas, and call them. | |
9800 (byte-compile-file-form): With nil, do nothing fast. | |
9801 (byte-compile-lambda): Do nothing with trivial lambdas | |
9802 | |
9803 1990-04-05 Richard Stallman (rms@mole.ai.mit.edu) | |
9804 | |
9805 * rmailout.el (rmail-output-to-rmail-file): Set message counters | |
9806 before inserting in a file being visited. | |
9807 | |
9808 1990-04-05 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9809 | |
93515 | 9810 * screen.el: Don't redefine ctl-x {p,n}, just ctl-x o. |
25830 | 9811 |
9812 1990-04-05 Richard Stallman (rms@mole.ai.mit.edu) | |
9813 | |
9814 * startup.el (command-line-1): Always erase *scratch*, not current buf. | |
9815 | |
9816 1990-04-04 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9817 | |
93515 | 9818 * screen.el: Define keys ctl-x {o, n, p}. Make C-Z iconify emacs. |
9819 (next-multiscreen-window, previous-multiscreen-window): | |
9820 Include the minibuffer screen if the minibuffer is active. | |
25830 | 9821 |
9822 1990-04-03 Richard Stallman (rms@mole.ai.mit.edu) | |
9823 | |
9824 * fill.el (fill-individual-paragraphs): Check for mail header name | |
9825 only@beginning of line. | |
9826 | |
9827 1990-03-29 Richard Stallman (rms@mole.ai.mit.edu) | |
9828 | |
9829 * keypad.el: Define the `do' key. | |
9830 | |
9831 * dired.el (dired-diff): New command. | |
9832 (dired-mode-map): Put on `='. | |
9833 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
9834 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu) |
25830 | 9835 |
9836 * rmail.el (rmail-insert-rmail-file-header, rmail-convert-file): | |
9837 Put in "-*- rmail -*-". | |
9838 Rename rmail-mode to rmail-mode-2. | |
9839 (rmail-mode): New function. | |
9840 Move docstring and (interactive) from rmail-mode to rmail-mode-2. | |
9841 (rmail): Call rmail-mode-2 not rmail-mode. | |
9842 | |
9843 1990-03-27 Richard Stallman (rms@mole.ai.mit.edu) | |
9844 | |
9845 * etags.el (tags-loop-continue): Print message when find a match, | |
9846 if tags-loop-operate is nil. | |
9847 | |
9848 * c-mode.el (calculate-c-indent): Don't consider a line as a | |
9849 function definition line if it contains `='. | |
9850 | |
9851 * compile.el (compile-find-file): New function, to search a path. | |
9852 (compilation-parse-errors): Use it. | |
9853 (compilation-search-path): New user variable. | |
9854 | |
9855 1990-03-25 Richard Stallman (rms@mole.ai.mit.edu) | |
9856 | |
9857 * loaddefs.el: Add autoloads for ispell.el. | |
9858 * ispell.el: Doc fixes. | |
9859 Problem: key for ispell-next was already used by set-selective-display. | |
9860 Should we move that? | |
9861 | |
9862 1990-03-25 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9863 | |
93515 | 9864 * x-mouse.el (x-select): Only pass one arg to x-own-selection. |
25830 | 9865 |
9866 1990-03-23 Richard Stallman (rms@mole.ai.mit.edu) | |
9867 | |
9868 * fortran.el (fortran-electric-line-number): | |
9869 Make sure arg to self-insert-command is a number. | |
9870 | |
9871 1990-03-21 Richard Stallman (rms@mole.ai.mit.edu) | |
9872 | |
9873 * fortran.el (fortran-electric-line-number): | |
9874 Use self-insert-command for all insertion. | |
9875 | |
9876 1990-03-21 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9877 | |
93515 | 9878 * startup.el (command-line): Load the window-system file if |
25830 | 9879 DISPLAY is set or -d was specified on the command line. |
9880 | |
9881 1990-03-20 Richard Stallman (rms@mole.ai.mit.edu) | |
9882 | |
9883 * lpr.el (print-region-1): New arg PAGE-HEADERS. | |
9884 On system V, handle it by running pr. | |
9885 Use print-region-new-buffer to copy text to temp buffer. | |
9886 (all commands): Pass new arg; pass lpr-switches unchanged. | |
9887 (print-region-new-buffer): New function. | |
9888 | |
9889 1990-03-20 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9890 | |
93515 | 9891 * term/x-win.el (x-pop-initial-window): Set mouse-motion-handler. |
25830 | 9892 |
9893 1990-03-19 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9894 | |
93515 | 9895 * sendmail.el (mail-send): Force deletion of auto-save files. |
9896 (mail-do-fcc): Add closing paren. | |
25830 | 9897 |
9898 1990-03-17 Richard Stallman (rms@mole.ai.mit.edu) | |
9899 | |
9900 * bytecomp.el (byte-compile-file): Turn off print-length. | |
9901 | |
9902 1990-03-16 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9903 | |
93515 | 9904 * simple.el (auto-fill-mode): Doc fix. |
25830 | 9905 |
9906 1990-03-14 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9907 | |
93515 | 9908 * term/x-win.el: Set suspend hook here, as well as put |
25830 | 9909 'iconify-emacs on C-Z. |
9910 | |
93515 | 9911 * screen.el: Check screenp of last-selected-screen in |
25830 | 9912 iconification functions. |
9913 | |
9914 1990-03-14 David Lawrence (tale@pogo.ai.mit.edu) | |
9915 | |
9916 * c++-mode.el (c++-comment-region): New function. | |
93515 | 9917 (c++-uncomment-region): New function. |
25830 | 9918 |
9919 1990-03-11 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9920 | |
93515 | 9921 * mouse.el (track-mouse): x-mouse-grabbed now mouse-grabbed. |
9922 * x-mouse.el (dynamic-rect-selection): Ditto. | |
25830 | 9923 |
9924 1990-03-10 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9925 | |
93515 | 9926 * x-mouse.el: Conditionalization of certain functions dependent |
25830 | 9927 on X version. Added mouse-key descriptions for X11. |
9928 | |
9929 1990-03-09 Richard Stallman (rms@mole.ai.mit.edu) | |
9930 | |
9931 * man.el (nuke-nroff-bs): Allow period in middle of topic name. | |
9932 | |
9933 * simple.el (do-auto-fill): Handle auto-fill-inhibit-regexp. | |
9934 * outline.el (outline-mode): Set that from outline-regexp. | |
9935 | |
9936 1990-03-08 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9937 | |
93515 | 9938 * screen.el (deiconify-function, multi-minibuffer-startup) |
9939 (attached-minibuffer-startup, detached-minibuffer-startup): | |
9940 Pass second parameter t to select-screen. | |
25830 | 9941 |
9942 1990-03-07 Richard Stallman (rms@mole.ai.mit.edu) | |
9943 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
9944 * sendmail.el (mail-do-fcc): Temporarily unwiden |
25830 | 9945 |
9946 1990-03-06 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9947 | |
93515 | 9948 * screen.el (deiconify-function): Setq last-selected-screen nil. |
25830 | 9949 |
9950 * array.el, blackbox.el, compile.el, diff.el, files.el, ftp.el: | |
9951 * gomoku.el, hanoi.el, informat.el, ispell.el, life.el, mailalias.el: | |
9952 * man.el, rmail.el, sendmail.el, terminal.el: | |
93515 | 9953 * texinfmt.el: Renamed buffer-flush-undo to buffer-disable-undo. |
25830 | 9954 |
9955 1990-03-04 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9956 | |
93515 | 9957 * screen.el (get-screen): If the screen is not visible, make it so. |
25830 | 9958 |
9959 1990-03-02 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9960 | |
9961 * term/x-win.el: Don't set suspend-hook any more. | |
9962 | |
93515 | 9963 * screen.el: No more x-specific things, this is now entirely |
25830 | 9964 window system independent. |
9965 (new-screen): Use new function: | |
9966 (new-screen-position): Determine position of new screen based on | |
9967 that of selected-screen. | |
93515 | 9968 (pop-initial-screen): Set first-screen-user-positioned if user did so. |
9969 Also decide on which screen style depending on either new | |
25830 | 9970 variable `separate-minibuffer-screen' or minibuffer elt in |
9971 window-system-switches. | |
93515 | 9972 (detached-minibuffer-startup): Add screen colors to minibuffer |
25830 | 9973 alist if possible. Also make sure screen-default-alist has |
9974 minibuffer element none, and correct name. | |
9975 | |
9976 1990-03-01 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9977 | |
9978 * term/x-win.el: Require 'screen as well in initial setup code. | |
9979 Don't set suspend hook; this will be something else. | |
93515 | 9980 Removed redundant cursor-shape declarations. They all begin with |
25830 | 9981 x-pointer- now. |
9982 Added some more definitions to the function keys. | |
9983 Generally cleaned up this file. | |
9984 | |
9985 1990-03-01 David Lawrence (tale@pogo.ai.mit.edu) | |
9986 | |
9987 * subr.el (force-mode-line-update): New function. | |
9988 time.el (display-time-filter): Update modeline with above. | |
9989 | |
9990 * rmail.el (rmail-get-new-mail): Remove " Mail" from | |
9991 display-time-string if necessary. | |
9992 | |
9993 1990-02-28 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
9994 | |
9995 * screen.el (iconify-function, iconify-emacs, deiconify-function): | |
9996 New functions. | |
9997 | |
9998 * files.el (save-some-buffers): Removed last parameter skip-list. | |
9999 Now this checks for buffer-local variable save-buffers-skip to | |
10000 determine whether or not to avoid asking to save the buffer. | |
10001 * rmail.el (rmail-mode): Removed skip-list stuff. | |
10002 (rmail-variables): make-local-variable save-buffers-skip. | |
93515 | 10003 * compile.el (compile): Removed additional parameter to save-buffers. |
25830 | 10004 |
10005 1990-02-26 David Lawrence (tale@pogo.ai.mit.edu) | |
10006 | |
10007 * time.el (display-time-hook): New hook run by display-time-filter. | |
10008 (display-time-filter): Run display-time-hook after setting | |
10009 display-time-string. | |
10010 (rmail-pop-up): Default display-time-hook to automatically retrieve | |
10011 new mail if the variable rmail-pop-up is non-nil. | |
10012 (add-clock-handler): Removed; superceded by timer.el. | |
10013 | |
10014 * loaddefs.el: Removed add-clock-handler. | |
10015 | |
10016 1990-02-25 David Lawrence (tale@pogo.ai.mit.edu) | |
10017 | |
10018 * c++-mode.el: New file. | |
10019 (point-bol): Removed this function. | |
10020 | |
10021 * loaddefs.el: Autoload C++-mode. | |
10022 (auto-mode-alist): c++-mode for .C and .cc files. | |
10023 | |
10024 1990-02-25 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10025 | |
93515 | 10026 * lisp-mode.el (indent-sexp): Changed opoint to last-point. |
10027 Very strange, I thought I'd already fixed this. | |
25830 | 10028 |
10029 * screen.el: New file. | |
10030 | |
10031 1990-02-24 David Lawrence (tale@pogo.ai.mit.edu) | |
10032 | |
10033 * loaddefs.el: Autoload for diff. | |
10034 | |
10035 * files.el (diff): Superceded by diff.el. | |
10036 (diff-switches-function): Still needs to be merged into diff.el. | |
10037 | |
10038 * diff.el: New file. | |
10039 Changes from the original include recognition of context diffs, | |
10040 rewrites of motion functions for more efficiency, and general | |
10041 tidying of code. | |
10042 | |
10043 1990-02-22 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10044 | |
10045 * isearch.el (isearch): After doing read-event, check numberp of | |
10046 char first. | |
10047 | |
93515 | 10048 * replace.el (perform-replace): Use read-event rather than read-char. |
10049 Check that returned object is char before comparisons. | |
25830 | 10050 |
10051 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu) | |
10052 | |
10053 * files.el (file-newest-backup): Return either the name of an | |
10054 existing backup file or nil if none exists. | |
10055 | |
10056 * server.el (server-program): Renamed from "server" to "emacsserver". | |
10057 | |
10058 1990-02-20 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10059 | |
10060 * fill.el (fill-region-as-paragraph): Fixed regexp typo in call to | |
10061 re-search-forward. | |
10062 | |
10063 1990-02-19 David Lawrence (tale@pogo.ai.mit.edu) | |
10064 | |
10065 * simple.el (kill-comment): Take better advantage of comment-end. | |
10066 | |
10067 1990-02-18 Richard Stallman (rms@mole.ai.mit.edu) | |
10068 | |
93515 | 10069 * ispell.el: New file. |
25830 | 10070 |
10071 1990-02-14 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10072 | |
10073 * calendar.el: Require cl. | |
10074 | |
10075 1990-02-13 David Lawrence (tale@wheat-chex) | |
10076 | |
10077 * files.el: Set default-directory of *Directory* to one displayed | |
10078 by list-directory. | |
10079 | |
10080 * compile.el: Added to compilation-error-regexp pattern for errors | |
10081 from IBM High C. | |
10082 | |
10083 1990-02-13 Joseph Arceneaux (jla@gnu.ai.mit.edu) | |
10084 | |
10085 * files.el (save-some-buffers): New parameter skip-list of buffers | |
10086 to not save. | |
10087 New variable save-buffers-skip-list. | |
10088 * rmail.el (rmail-mode): Add the RMAIL buffer to the skip list. | |
10089 * compile.el (compile): Pass save-buffers-skip-list to | |
10090 save-some-buffers. | |
10091 | |
10092 1990-02-12 Richard Stallman (rms@mole.ai.mit.edu) | |
10093 | |
10094 * rmailsum.el (rmail-summary-by-regexp, rmail-message-regexp-p): | |
10095 New functions. | |
10096 | |
10097 1990-02-12 David Lawrence (tale@galapas) | |
10098 | |
93515 | 10099 * tex-mode.el: Require oshell until converted to comint. |
10100 | |
10101 * loaddefs.el: Point run-lisp autoload to new file inf-lisp. | |
10102 | |
10103 * shell.el: Converted to comint. Relegated original to oshell.el. | |
10104 | |
10105 * inf-lisp.el: Converted to comint. | |
10106 | |
10107 * comint.el: Removed last vestiges of original history stuff. | |
25830 | 10108 |
10109 1990-02-07 David Lawrence (tale@galapas) | |
10110 | |
10111 * inf-lisp.el: inferior-lisp-program can be a list of the programme | |
93515 | 10112 name and its arguments. |
25830 | 10113 |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
10114 1990-02-06 Ed Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 10115 |
93515 | 10116 * calendar.el (french-calendar-leap-year-p): |
10117 Rewritten with corrected rule. | |
40965 | 10118 (calendar-absolute-from-french): Fixed comments. |
10119 (calendar-french-from-absolute): Rewrote using calendar-sum. | |
10120 (cursor-to-french-calendar-date): Simplified and corrected spelling. | |
25830 | 10121 |
10122 1990-02-06 Richard Stallman (rms@mole.ai.mit.edu) | |
10123 | |
10124 * register.el (insert-register): Return nil. | |
10125 (jump-to-register): Likewise. | |
10126 | |
10127 * sort.el (sort-subr): Return nil. | |
10128 | |
10129 * simple.el (copy-region-as-kill): Return nil. | |
10130 | |
10131 * register.el (set-register): Return VALUE. | |
10132 | |
10133 1990-02-06 Joseph Arceneaux (jla@albert.ai.mit.edu) | |
10134 | |
10135 * term/x-win.el (x-pop-up-window): Die and leave disgusted message | |
10136 when we can't get our X-window up. | |
10137 | |
10138 1990-02-05 Richard Stallman (rms@mole.ai.mit.edu) | |
10139 | |
10140 * c-mode.el (calculate-c-indent): When distinguishing top level, | |
10141 check for doublequotes when checking for parens. | |
10142 | |
10143 1990-02-04 Richard Stallman (rms@mole.ai.mit.edu) | |
10144 | |
10145 * tex-mode.el (tex-show-print-queue): Restart shell like tex-file. | |
10146 | |
10147 1990-02-02 Richard Stallman (rms@mole.ai.mit.edu) | |
10148 | |
10149 * tex-mode.el (tex-bibtex-file, tex-file, tex-region): | |
10150 Restart the tex shell if process is gone or stopped. | |
10151 (tex-shell-running): New function. | |
10152 | |
10153 1990-02-01 Richard Stallman (rms@mole.ai.mit.edu) | |
10154 | |
10155 * texinfmt.el (batch-texinfo-format): Paren error on (setq error 1). | |
10156 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
10157 1990-01-27 Ed Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 10158 |
93515 | 10159 * calendar.el (scroll-calendar-left): Fixed so it works when the cursor |
10160 is not positioned on a day. | |
40965 | 10161 (cursor-to-calendar-day-of-year): Fixed so that "day" is properly |
10162 pluralized, depending how many days remain in the year. | |
10163 (french-calendar-leap-year-p): New function. | |
10164 (french-calendar-last-day-of-month): New function. | |
10165 (calendar-absolute-from-french): New function. | |
10166 (calendar-french-from-absolute): New function. | |
10167 (cursor-to-french-calendar-date): New function. | |
25830 | 10168 (calendar-mode-map): Put cursor-to-french-calendar-date on a key. |
40965 | 10169 (calendar-mode): Describe cursor-to-french-calendar-date. |
25830 | 10170 |
10171 1990-01-31 Richard Stallman (rms@mole.ai.mit.edu) | |
10172 | |
10173 * yow.el: Provide 'yow. | |
10174 | |
10175 1990-01-25 Richard Stallman (rms@mole.ai.mit.edu) | |
10176 | |
10177 * lisp-mode.el: Indent prog2 specially. | |
10178 | |
10179 1990-01-24 Richard Stallman (rms@albert.ai.mit.edu) | |
10180 | |
10181 * compare-w.el (compare-windows): Handle compare-ignore-case. | |
10182 | |
10183 1990-01-19 David Lawrence (tale@cocoa-puffs) | |
10184 | |
10185 * dired.el: Removed restriction for -s, -i and -F switches to ls. | |
10186 | |
10187 * loaddefs.el: Removed above from dired-listing-switches doc string. | |
10188 | |
40965 | 10189 * mh-e.el (c/o James Larus <larus@cs.wisc.edu>): |
93515 | 10190 Accepts message range specifications. |
10191 Defaults sequence name to previous sequence name when reading. | |
10192 Made mode-line id user-setable. | |
10193 Changes from Gildea: documentation and a few typos. | |
10194 Added command to pipe message through shell command. | |
10195 Fixed refile twice failed after second one moved. | |
10196 Added changes from Gildea to speed-up mh-e. | |
10197 Won't reverse sequence lists. | |
10198 Allows arbitrary fields for pick. | |
10199 Packing folder now properly updates sequence list. | |
10200 Added previously missing %s in mh-redistribute. | |
10201 | |
10202 * timer.el: New file. Adds run-at-time function with absolute | |
10203 or relative time spec to run a function with args. | |
10204 | |
10205 * loaddefs.el: Autoload for run-at-time. | |
25830 | 10206 |
10207 1990-01-16 Richard Stallman (rms@mole.ai.mit.edu) | |
10208 | |
10209 * rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name. | |
10210 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
10211 1990-01-16 Ed Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 10212 |
93515 | 10213 * diary.el (insert-diary-entry): New function. |
40965 | 10214 (insert-weekly-diary-entry): New function. |
10215 (insert-monthly-diary-entry): New function. | |
10216 (insert-yearly-diary-entry): New function. | |
10217 (insert-hebrew-diary-entry): New function. | |
10218 (insert-monthly-hebrew-diary-entry): New function. | |
10219 (insert-yearly-hebrew-diary-entry): New function. | |
10220 (insert-islamic-diary-entry): New function. | |
10221 (insert-monthly-islamic-diary-entry): New function. | |
10222 (insert-yearly-islamic-diary-entry): New function. | |
25830 | 10223 |
10224 * calendar.el: Autoload these functions. | |
10225 (calendar-mode-map): Put them on keys. | |
40965 | 10226 (calendar-mode): Describe them. |
10227 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
10228 1990-01-11 Ed Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 10229 |
93515 | 10230 * diary.el (list-diary-entries): Deleted several lines of extraneous |
10231 code and added `nongregorian-diary-listing-hook' to the list of hooks | |
40965 | 10232 called@the end; this is for use in including Hebrew, Islamic, |
10233 Julian, or ISO diary entries. A similar | |
10234 `nongregorian-diary-marking-hook' was added to the list of hooks | |
10235 called at the end of mark-diary-entries for the same reason. | |
10236 | |
10237 (diary-name-pattern): Fixed the documentation and added an optional | |
10238 parameter FULLNAME which insists on the full spelling of the name; | |
10239 this is also for use in marking Hebrew or Islamic diary entries | |
10240 (those month names are not unique in the first three characters). | |
10241 | |
10242 (mark-hebrew-diary-entries): New function. | |
10243 (list-hebrew-diary-entries): New function. | |
10244 (mark-hebrew-calendar-date-pattern): New function. | |
10245 (mark-islamic-diary-entries): New function. | |
10246 (list-islamic-diary-entries): New function. | |
10247 (mark-islamic-calendar-date-pattern): New function. | |
10248 | |
10249 (list-diary-entries): Added nongregorian-diary-listing-hook. | |
10250 (mark-diary-entries): Added nongregorian-diary-marking-hook. | |
10251 | |
10252 * calendar.el: Added documentation for the hooks described above. | |
25830 | 10253 |
10254 1990-01-10 Richard Stallman (rms@mole.ai.mit.edu) | |
10255 | |
10256 * isearch.el (isearch): Check adding * or | to regexp even if failing. | |
10257 | |
10258 * yow.el (yow): Don't be confused by percent in message. | |
10259 Use raw prefix arg as first argument; process it later. | |
10260 | |
75609 | 10261 1990-01-08 Robert J. Chassell (bob@apple-gunkies.ai.mit.edu) |
40965 | 10262 |
93515 | 10263 * texnfo-upd.el (texinfo-update-node, texinfo-sequential-node-update): |
10264 Fixed auto-fill-hook bug. | |
25830 | 10265 |
10266 1990-01-08 Joseph Arceneaux (jla@spiff) | |
10267 | |
10268 * term/x-win.el (x-pop-up-window): Set global-minibuffer-screen. | |
10269 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
10270 1990-01-08 Ed Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 10271 |
10272 * calendar.el (calendar-date-is-visible-p): | |
25830 | 10273 Fixed so it does not switch to the calendar buffer. |
10274 | |
40965 | 10275 * diary.el (prepare-fancy-diary-buffer): Compute the list of |
10276 holidays only once for each three-month period, not once for each date | |
10277 displayed in the calendar. This saves an enormous amount of time in | |
10278 the fancy diary display for multiple days. | |
10279 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
10280 1990-01-07 Ed Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 10281 |
10282 * calendar.el: Fixed the value of list-diary-entries-hook. | |
10283 (regenerate-calendar-window): Changed (update-display) to (sit-for 0). | |
10284 Corrected several instances of "dairy" to "diary". | |
10285 (describe-calendar-mode): Added this function to issue the message | |
10286 "Preparing..." to `?' key in calendar-mode because it's so incredibly | |
10287 slow for describe-mode to prepare the help buffer. | |
10288 (calendar-holidays): Fixed the examples in the doc-string. | |
10289 | |
10290 * diary.el: Corrected several instances of "dairy" to "diary". | |
25830 | 10291 |
10292 1990-01-05 Joseph Arceneaux (jla@spiff) | |
10293 | |
10294 * term/x-win.el: Function key stuff redone. | |
10295 | |
10296 1990-01-04 Richard Stallman (rms@mole.ai.mit.edu) | |
10297 | |
10298 * tex-mode.el (tex-kill-job): Avoid error if no process. | |
10299 | |
10300 * bibtex.el (sun menus): Avoid error if defmenu not defined. | |
10301 | |
10302 * doctor.el: Delete spurious symbol@top level. | |
10303 | |
10304 1990-01-03 Richard Stallman (rms@mole.ai.mit.edu) | |
10305 | |
10306 * view.el (View-scroll-lines-forward): | |
10307 Exit@end only if view-scroll-forward-exits is non-nil. | |
10308 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
10309 1989-12-29 Ed Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 10310 |
10311 * calendar.el (mark-diary-entries): Made "sticky" so effect continues | |
10312 whenever the calendar is redisplayed. | |
10313 (mark-calendar-holidays, calendar-unmark): Likewise. | |
10314 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
10315 1989-12-26 Ed Reingold (reingold@emr.cs.uiuc.edu) |
40965 | 10316 |
10317 * calendar.el: Fixed many minor bugs throughout the code. The major | |
10318 changes are as follows. | |
10319 Completely rewrote the Hebrew calendar functions to make them | |
10320 much faster and hence make holiday determination much faster | |
10321 | |
10322 Split the code into three files: the calendar stuff is in the | |
10323 main file, calendar.el; the diary stuff is in diary.el; the | |
10324 holiday stuff is in holiday.el. | |
10325 | |
10326 Added a diary hook example that shows how to get sorted diary | |
10327 entries in the fancy diary buffer. | |
10328 | |
10329 (calendar-iso-from-absolute): New function. | |
10330 (calendar-absolute-from-iso): New function. | |
10331 (cursor-to-iso-calendar-date): Added `D' calendar command to give | |
10332 the day number in the Gregorian year and number of days remaining. | |
10333 (mark-diary-entries): Made two-digit abbreviated years acceptable | |
10334 in diary entries. Changed possible diary entry styles: DAY | |
10335 entries are no longer available; European style is now an option. | |
10336 Diary entry styles are now controlled by a list of pseudo-patterns. | |
10337 (list-diary-entries): Made two-digit abbreviated years acceptable | |
10338 in diary entries. Changed possible diary entry styles: DAY | |
10339 entries are no longer available; European style is now an option. | |
10340 Diary entry styles are now controlled by a list of pseudo-patterns. | |
25830 | 10341 (calendar-date-string): Display style of dates is now controlled by |
40965 | 10342 a pseudo-pattern so the European style is available. |
93515 | 10343 (all functions containing the word `hebrew'). |
10344 (list-diary-entries, mark-diary-entries) | |
40965 | 10345 (include-other-diary-files, mark-included-diary-files): |
10346 Added the possibity of `shared diary files' with a recursive | |
10347 include mechanism like the C preprocessor | |
10348 (list-calendar-holidays): Eliminated the 'special class of holidays, | |
10349 rewriting the entire mechanism to make it more general. | |
10350 (calendar-holiday-function-float): Changed the 'float class of | |
10351 holidays so that negative values count backward from end of month: 5 | |
10352 is no longer used for the last occurrence of a day in a month; -1 is | |
93515 | 10353 used instead. |
25830 | 10354 |
10355 1989-12-27 Richard Stallman (rms@mole.ai.mit.edu) | |
10356 | |
10357 * rmail.el (rmail): Handle MAIL environment var. | |
10358 | |
10359 1989-12-25 Richard Stallman (rms@mole.ai.mit.edu) | |
10360 | |
10361 * loaddefs.el (sentence-end): Allow single space@EOL. | |
10362 | |
10363 * etags.el: New name for tags.el. | |
10364 * loaddefs.el: Autoloads changed. | |
10365 | |
10366 * paths.el (manual-formatted-dirlist): New alternative for UMAX. | |
10367 | |
10368 * simple.el (next-complex-command): Fix err msg. | |
10369 | |
10370 1989-12-21 Richard Stallman (rms@mole.ai.mit.edu) | |
10371 | |
10372 * lisp-mode.el (indent-sexp): Exit outer loop if make no progress. | |
10373 | |
10374 1989-12-20 Richard Stallman (rms@mole.ai.mit.edu) | |
10375 | |
10376 * telnet.el (telnet-initial-filter): Make `password' local. | |
10377 | |
10378 1989-12-18 Richard Stallman (rms@mole.ai.mit.edu) | |
10379 | |
10380 * simple.el (edit-and-eval-command): Add new command to history. | |
10381 * chistory.el (repeat-matching-complex-command): | |
10382 Delete the useless history entry for this command. | |
10383 | |
10384 1989-12-17 David Lawrence (tale@cocoa-puffs) | |
10385 | |
10386 * (comint-)shell.el: Use comint. NOT ready yet. | |
93515 | 10387 * (comint-)inf-lisp.el: Broke the inferior lisp code out to its |
10388 own file and converted for comint use. NOT ready yet. | |
25830 | 10389 |
10390 1989-12-16 Richard Stallman (rms@mole.ai.mit.edu) | |
10391 | |
10392 * c-mode.el (indent-c-exp): Verify that comment start isn't in string. | |
10393 Reindent comment on starting line like other comments. | |
10394 | |
10395 * tex-mode.el (validate-tex-buffer): Use tex-validate-region, | |
10396 not obsolete name. | |
10397 | |
10398 1989-12-15 Joseph Arceneaux (jla@spiff) | |
10399 | |
93515 | 10400 * isearch.el: Replaced all occurrences of read-char with |
25830 | 10401 read-event; and check return type. |
10402 | |
10403 1989-12-15 Richard Stallman (rms@mole.ai.mit.edu) | |
10404 | |
10405 * appt.el: New file. | |
10406 | |
10407 * files.el (backup-buffer): Ask question (if nec) before writing file. | |
10408 | |
10409 1989-12-12 David Lawrence (tale@cocoa-puffs) | |
10410 | |
93515 | 10411 * medit.el, simple.el: Initial definition of keymaps uses |
25830 | 10412 copy-keymap, not copy-alist. |
10413 | |
10414 1989-12-11 David Lawrence (tale@cocoa-puffs) | |
10415 | |
10416 * telnet.el: Converted to use comint. Removed | |
40965 | 10417 delete-char-or-send-eof and telnet-copy-last-input. Added |
10418 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
|
10419 at the process-mark. |
25830 | 10420 |
10421 1989-12-10 David Lawrence (tale@cocoa-puffs) | |
10422 | |
10423 * prolog.el: Converted to use comint. Replaced copy-keymap for | |
10424 copy-alist of comint-mode-map. | |
10425 | |
10426 * kermit.el: Converted to use comint. Replaced | |
10427 kermit-clean-filter with a more efficient version. | |
10428 | |
10429 * comint.el: Added optional arguments ``terminator'' and | |
93515 | 10430 ``delete'' to comint-send-input, for processes that want to see |
25830 | 10431 a CR or CR-LFD pair instead of LFD and for processes that do echoing. |
10432 | |
10433 1989-12-08 David Lawrence (tale@cocoa-puffs) | |
10434 | |
93515 | 10435 * history.el: New file. General history mechanism, primarily |
25830 | 10436 intended for interactive processes. |
10437 | |
93515 | 10438 * comint.el: Converted to use history.el. Took out all the ring |
25830 | 10439 code. comint-send-input will replace entire input region rather |
10440 than append to it (user option?). comint-kill-output will only | |
10441 nuke through the last newline, to retain prompt. | |
10442 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
|
10443 to show command. |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
10444 |
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
10445 * dbx.el: Converted to use comint-mode. |
25830 | 10446 |
10447 1989-12-06 David Lawrence (tale@wheat-chex) | |
10448 | |
10449 * comint.el: make-variable-buffer-local declarations moved from | |
10450 comint-mode to defvars. | |
10451 | |
10452 * gdb.el: Converted to use comint-mode. | |
10453 | |
10454 1989-12-05 David Lawrence (tale@wheat-chex) | |
10455 | |
10456 * comint.el (new file): | |
10457 Added FSF copyright. | |
40965 | 10458 Moved bindings off of C-c LETTER. |
25830 | 10459 Cleaned up references to cmu* files. |
10460 Made comint-send-input do unconditional end-of-line before processing. | |
10461 cominit-exec will signal an error if no programme name. | |
10462 Removed full-copy-sparse-keymap and comint-log-user. | |
10463 | |
10464 1989-12-04 Joseph Arceneaux (jla@spiff) | |
10465 | |
10466 * isearch.el: fset synonyms for re-search-*. | |
10467 | |
10468 1989-11-30 Joseph Arceneaux (jla@spiff) | |
10469 | |
10470 * c-mode.el (c-comment-indent): Place comments 2 spaces after | |
10471 #endif and #else. | |
10472 | |
10473 1989-11-27 Joseph Arceneaux (jla@spiff) | |
10474 | |
10475 * shell.el (shell-complete-file-name): Don't count tildes as | |
10476 filename separators if they are in the filename to be expanded. | |
10477 | |
10478 1989-11-22 Joseph Arceneaux (jla@spiff) | |
10479 | |
10480 * mouse.el, x-mouse.el: Moved button definitions from mouse.el to | |
10481 x-mouse.el. They are defined differently depending upon the X | |
10482 version. | |
10483 | |
10484 1989-11-17 Joseph Arceneaux (jla@spiff) | |
10485 | |
10486 * paths.el: Changed rmail-file-name from const to a var. | |
10487 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
10488 1989-11-16 Ed Reingold (reingold@cs.uiuc.edu) |
25830 | 10489 |
10490 * tex-mode.el (slitex-mode): | |
10491 New alternative to plain-tex-mode and latex-mode. | |
10492 (tex-mode): Know when to choose slitex mode. | |
10493 (tex-run-command, latex-run-command, slitex-run-command): New vars. | |
10494 (tex-mode, latex-mode, slitex-mode): Init tex-command from them. | |
10495 (tex-latex-block): Insert matching begin-end pair for latex. | |
10496 (tex-close-block): Be smart about nested begin-end pairs. | |
10497 (tex-last-unended-begin): New subroutine. | |
10498 (tex-region): Handle buffers with no files. | |
10499 (tex-file): Cleaner error for buffer with no file. | |
10500 (tex-generate-zap-file-name): New name for tex-generate-junk-file-name. | |
10501 | |
10502 1989-11-16 Joseph Arceneaux (jla@spiff) | |
10503 | |
10504 * simple.el: New variable x-select-kill. | |
93515 | 10505 (copy-region-as-kill): If non-nil, make the killed text an X selection. |
25830 | 10506 |
10507 * fill.el (justify-current-line, fill-region-as-paragraph): | |
10508 Consider : as sentence terminator. | |
10509 | |
10510 1989-11-14 Richard Stallman (rms@mole.ai.mit.edu) | |
10511 | |
10512 * bytecomp.el (byte-compile-file): Copy .el permissions to .elc. | |
10513 Delete .elc if possible before writing. | |
10514 | |
10515 1989-11-09 Joseph Arceneaux (jla@spiff) | |
10516 | |
10517 * x-mouse.el (x-select-wipe): New function. | |
10518 Bind the selection functions to the default keys. | |
10519 | |
10520 1989-11-08 Richard Stallman (rms@mole.ai.mit.edu) | |
10521 | |
10522 * tex-mode.el (tex-bibtex-file): New command. | |
10523 (tex-mode-map): Put on a key. | |
10524 | |
10525 * debug.el (debug): No need to check match-data for invalid markers. | |
10526 | |
10527 1989-11-08 Joseph Arceneaux (jla@spiff) | |
10528 | |
93515 | 10529 * paths.el (mh-progs, mh-lib): Use file-directory-p, and check |
25830 | 10530 /usr/local/bin as well. |
10531 | |
10532 1989-11-06 Richard Stallman (rms@mole.ai.mit.edu) | |
10533 | |
10534 * tex-mode.el (tex-print, tex-view): Run the command asynchronously. | |
10535 Eliminate tex-after-print-hook. | |
10536 | |
10537 1989-11-05 Richard Stallman (rms@mole.ai.mit.edu) | |
10538 | |
10539 * tex-mode.el (tex-region): Delete tex output files directly, not | |
10540 with rm. Use tex-generate-junk-file-name to make tex-out-file. | |
10541 (tex-generate-junk-file-name): New function. | |
10542 (tex-strip-dots): New name for TeX-strip-dots. | |
10543 (tex-append): New name for tex-append-dvi. Suffix is now argument. | |
10544 (tex-view): New function. | |
10545 (tex-dvi-view-command): New variable. | |
10546 | |
10547 * files.el (make-auto-save-file-name): For non-file buffer, | |
10548 use Emacs pid and buffer name. | |
10549 | |
10550 1989-10-31 Richard Stallman (rms@mole.ai.mit.edu) | |
10551 | |
10552 * files.el (hack-local-variables): save-excursion around the eval. | |
10553 | |
10554 1989-10-30 Richard Stallman (rms@mole.ai.mit.edu) | |
10555 | |
10556 * tex-mode.el (tex-region): Replace `.' in host name with `-'. | |
10557 Eliminate extra / in arg when running TeX. | |
10558 (TeX-strip-dots): New subroutine. | |
10559 | |
10560 1989-10-29 Richard Stallman (rms@mole.ai.mit.edu) | |
10561 | |
10562 * tex-mode.el (tex-region): Run TeX in dir the source file is in. | |
10563 | |
10564 1989-10-27 Richard Stallman (rms@mole.ai.mit.edu) | |
10565 | |
10566 * tex-mode.el (tex-region): Use shell pid and host name in zap file. | |
10567 (TeX-expand-files): New fn, not yet used. | |
10568 | |
10569 * startup.el (command-line): Error if foo-win library not found. | |
10570 | |
10571 1989-10-26 Joseph Arceneaux (jla@spiff) | |
10572 | |
10573 * dired.el (dired-first-filename): New function, move to first | |
10574 file found. | |
10575 (dired-noselect): Use it to position point@first file when | |
10576 entering dired. | |
10577 | |
10578 1989-10-25 Richard Stallman (rms@mole.ai.mit.edu) | |
10579 | |
10580 * simple.el (count-lines, goto-lines): ^M is line sep for outline md. | |
10581 | |
10582 1989-10-24 Richard Stallman (rms@mole.ai.mit.edu) | |
10583 | |
10584 * rmail.el (rmail-make-in-reply-to-field): Avoid bare singlequote. | |
10585 | |
10586 1989-10-21 Richard Stallman (rms@mole.ai.mit.edu) | |
10587 | |
10588 * replace.el (perform-replace): Always find null string@eob. | |
10589 | |
10590 1989-10-14 Richard Stallman (rms@mole.ai.mit.edu) | |
10591 | |
10592 * startup.el (command-line-1): If > 2 files visited, do buffer-menu. | |
10593 | |
10594 * texinfo.el (texinfo-mode): Set words-include-escapes to t. | |
10595 | |
10596 * tex-mode.el (tex-start-shell): Run tex-shell-hook. | |
10597 | |
10598 1989-10-12 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10599 | |
10600 * x-mouse.el (x-paste-text): push-mark before inserting text. | |
93515 | 10601 (x-insert-selection, x-select): |
10602 Moved these functions over from mouse.el. | |
25830 | 10603 |
10604 1989-10-12 Richard Stallman (rms@mole.ai.mit.edu) | |
10605 | |
10606 * simple.el (kill-ring-save): New command for M-w. | |
10607 Shows other end of region momentarily. | |
10608 | |
10609 * register.el (jump-to-register): New name for register-to-point. | |
10610 Old name remains as alias. | |
10611 | |
10612 * simple.el (end-of-buffer): Scroll to put point near screen bottom. | |
10613 | |
10614 1989-10-11 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10615 | |
10616 * compile.el (grep): Don't save buffers for grep. | |
10617 | |
10618 1989-10-10 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10619 | |
93515 | 10620 * files.el (recover-file): Prompt with current buffer's filename. |
25830 | 10621 |
10622 1989-10-09 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10623 | |
93515 | 10624 * term/x-win.el (x-pop-up-window): If color screen, start out |
25830 | 10625 with some default colors. |
10626 | |
10627 1989-10-08 Richard Stallman (rms@mole.ai.mit.edu) | |
10628 | |
10629 * rnewspost.el (news-mail-reply, news-reply, news-post-news): | |
10630 Include newline before the blank line, when narrowing. | |
10631 | |
10632 1989-10-04 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10633 | |
10634 * mouse.el (mouse-double-down, mouse-double-up): | |
10635 New functions for double-clicking. | |
10636 | |
10637 1989-10-03 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10638 | |
93515 | 10639 * x-mouse.el (x-insert-selecton, x-select): New functions. |
10640 | |
10641 * mouse.el (mouse-motion, track-mouse, mouse-select-buffer-line) | |
25830 | 10642 (mouse-boxing, mouse-erase-box, incr-scroll-down) |
10643 (incr-scroll-up, incremental-scroll, incr-scroll-stop) | |
10644 (mouse-kill-rectangle, mouse-open-rectangle, mouse-multiple-insert) | |
93515 | 10645 (mouse-move-text): New [experimental] functions. |
25830 | 10646 |
10647 1989-10-01 Richard Stallman (rms@mole.ai.mit.edu) | |
10648 | |
10649 * rmailout.el (rmail-output): Check for an RMAIL file, and get error. | |
10650 | |
75609 | 10651 1989-09-30 Robert J. Chassell (bob@rice-chex) |
40965 | 10652 |
10653 * texnfo-upd.el (texinfo-copy-menu): Don't enter infinite loop | |
93515 | 10654 when copying a multi-line description@the end of a menu. |
25830 | 10655 |
10656 1989-09-28 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
10657 | |
93515 | 10658 * mouse.el (mouse-line-length): New function. |
10659 New constants for mouse-motion keys. | |
25830 | 10660 |
10661 1989-09-27 Richard Stallman (rms@mole.ai.mit.edu) | |
10662 | |
10663 * c-mode.el (calculate-c-indent): Don't treat function-name line | |
10664 as continuation, because its previous line's indent is zero. | |
10665 | |
10666 * sendmail.el (mail-do-fcc): No blank line before iff file is new. | |
10667 | |
75609 | 10668 1989-09-25 Robert J. Chassell (bob@apple-gunkies.ai.mit.edu) |
40965 | 10669 |
93515 | 10670 * renamed texinfo-update.el to texnfo-upd.el and updated `provide'. |
10671 | |
10672 * texinfo.el: Updated `require' to reflect new name for texnfo-upd | |
40965 | 10673 |
75609 | 10674 1989-09-23 Robert J. Chassell (bob@rice-chex) |
40965 | 10675 |
10676 * texinfo.el: Moved functions to update nodes and menus to | |
93515 | 10677 texinfo-update.el. |
40965 | 10678 |
10679 * texinfo.el, texinfo-update.el: Added `require' and `provide'. | |
10680 | |
93515 | 10681 * texinfo.el: Added keybindings to insert frequently used @-commands. |
10682 | |
10683 Added keybindings for `texinfo-format-buffer', | |
10684 `texinfo-update-node', `texinfo-every-node-update', | |
10685 `texinfo-make-menu', and `texinfo-all-menus-update'. | |
10686 | |
10687 * texinfo-update.el (texinfo-sequential-node-update): Now updates | |
10688 node in which point is located so pointer are to next and | |
10689 previous node regardless of hierarchy. Non-nil argument (prefix, | |
10690 if interactive) means update nodes in region. | |
10691 | |
10692 (texinfo-every-node-update): Updates every node in a Texinfo file. | |
10693 | |
10694 (texinfo-all-menus-update): Updates all the regular menus in a | |
10695 Texinfo file. | |
10696 | |
10697 (texinfo-indent-menu-description, texinfo-menu-indent-description): | |
10698 Indent every description in menu following point to specified column. | |
10699 Non-nil argument (prefix, if interactive) means indent every | |
10700 description in every menu in the region. Does not indent second and | |
10701 subsequent lines of a multi-line description. | |
10702 | |
10703 (texinfo-insert-menu, texinfo-column-for-description): | |
10704 Starts a menu description at column specified by variable | |
10705 `texinfo-column-for-description'. | |
10706 | |
10707 (texinfo-find-pointer, texinfo-insert-pointer): Find and inserts higher | |
10708 level pointer as `Previous' pointer if there is no previous node at the | |
10709 same level. | |
10710 | |
10711 (texinfo-menu-copy-old-description): Now copies `@' commands in | |
10712 old descriptions. | |
25830 | 10713 |
10714 1989-09-22 Richard Stallman (rms@mole.ai.mit.edu) | |
10715 | |
10716 * simple.el (previous-complex-command): If not already inside | |
10717 repeat-complex-command, enter it. | |
10718 (repeat-complex-command): Bind repeat-complex-command-flat to t. | |
10719 | |
10720 * prolog.el (prolog-comment-indent): Don't insist on 1 space | |
10721 if@left margin. | |
10722 | |
10723 1989-09-21 Richard Stallman (rms@mole.ai.mit.edu) | |
10724 | |
10725 * gdb.el (gdb-break): Go to line beg before counting lines. | |
10726 | |
10727 1989-09-21 Joseph Arceneaux (jla@susie) | |
10728 | |
10729 * term/x-win.el: Added cursor-shape list, removed x-defined-colors | |
10730 stuff. | |
10731 | |
10732 1989-09-21 Richard Stallman (rms@mole.ai.mit.edu) | |
10733 | |
10734 * simple.el (shell-command-on-region): If output is 1 line, | |
10735 display it in echo area. | |
10736 | |
10737 1989-09-19 Richard Stallman (rms@mole.ai.mit.edu) | |
10738 | |
10739 * files.el (not-modified): With arg, mark buffer as modified. | |
10740 | |
10741 * c-mode.el (indent-c-exp): Support do-while. | |
10742 | |
10743 1989-09-18 Richard Stallman (rms@mole.ai.mit.edu) | |
10744 | |
10745 * info.el (Info-mode, Info-edit-mode): Put on 'mode-class 'special. | |
10746 | |
10747 * c-mode.el (c-indent-line): Special for line starting in `while' | |
10748 to detect a do-while statement. | |
10749 (c-backward-to-start-of-do): New subroutine. | |
10750 | |
10751 1989-09-17 Richard Stallman (rms@mole.ai.mit.edu) | |
10752 | |
10753 * cl.el (safe-idiv): Avoid overflow calculating sign of quotient. | |
10754 | |
10755 1989-09-16 Richard Stallman (rms@mole.ai.mit.edu) | |
10756 | |
10757 * c-mode.el (calculate-c-indent): A line starting in `}' | |
10758 is not considered a continuation. | |
10759 | |
10760 * sendmail.el (sendmail-send-it): Don't let user specify `Sender'. | |
10761 Insert a `Sender' if From is specified and doesn't match login name. | |
10762 | |
10763 1989-09-15 Joseph Arceneaux (jla@spiff) | |
10764 | |
93515 | 10765 * term/x-win.el: Removed function x-color-screen-p (now in xfns.c). |
10766 New variables x-colors, x-display-defined colors. Initialize them. | |
25830 | 10767 |
10768 1989-09-14 Richard Stallman (rms@mole.ai.mit.edu) | |
10769 | |
10770 * startup.el (command-line): Rename local var for name of user | |
10771 to `init-file-user'. Advertise that for use in the init file. | |
10772 | |
75609 | 10773 1989-09-11 Robert J. Chassell (bob@apple-gunkies.ai.mit.edu) |
25830 | 10774 |
93515 | 10775 * texinfo.el (texinfo-update-node, texinfo-make-menu) |
10776 (texinfo-master-menu, texinfo-sequential-node-update): Added functions | |
10777 to insert or update the next, previous, and up node pointers in a | |
10778 Texinfo file, or alternatively to insert node pointers as a depth-first | |
10779 traversal---sequentially through the file, each pointing to the next | |
10780 node regardless of its hierarchical level, and to create or update a | |
10781 menu or menus (preserving pre-existing descriptions, if any), to create | |
10782 a master menu for a Texinfo file accordng to the Manual recommendation. | |
25830 | 10783 |
10784 1989-09-11 Richard Stallman (rms@mole.ai.mit.edu) | |
10785 | |
10786 * sun-fns.c, term/sun.el: | |
10787 Rename prev-complex-command to select-previous... | |
10788 | |
10789 1989-09-10 Joseph Arceneaux (jla@spiff) | |
10790 | |
10791 * files.el (find-file-noselect): Indicate if file is a soft link | |
10792 to some file already present. | |
10793 | |
10794 1989-09-07 Richard Stallman (rms@mole.ai.mit.edu) | |
10795 | |
10796 * rmailmsc.el (set-rmail-inbox-list): Doc fix. | |
10797 | |
10798 1989-09-01 Richard Stallman (rms@mole.ai.mit.edu) | |
10799 | |
10800 * files.el (basic-save-buffer): On VMS, remove version number from | |
10801 visited file name before saving, and rename buffer. | |
10802 | |
10803 1989-08-31 Joseph Arceneaux (jla@spiff) | |
10804 | |
93515 | 10805 * term/wyse.el: New terminal configuration file. |
25830 | 10806 |
10807 1989-08-30 Richard Stallman (rms@mole.ai.mit.edu) | |
10808 | |
10809 * rmail.el: `e' is now edit; only `x' for expunge. | |
10810 | |
10811 * term/x-win.el: Fix error message. | |
10812 | |
10813 * dired.el (dired-repeat-over-lines): FUNCTION returns t if it | |
10814 deleted the line. All callers changed to make it return nil. | |
10815 (dired-move-file, dired-create-directory): New functions. | |
10816 | |
10817 1989-08-29 Joseph Arceneaux (jla@spiff) | |
10818 | |
10819 * files.el: | |
10820 * bytecomp.el: Call read-file-name instead of new-read-file-name, | |
10821 since the latter subr has been renamed the former. | |
10822 | |
10823 1989-08-23 Richard Stallman (rms@apple-gunkies.ai.mit.edu) | |
10824 | |
10825 * startup.el (command-line-1): Update year in startup message. | |
10826 | |
10827 1989-08-23 Joseph Arceneaux (jla@spiff) | |
10828 | |
10829 * term/x-win.el: Open the X connection when this file is loaded; | |
10830 don't wait for pop-up-window. | |
10831 | |
10832 1989-08-22 Joseph Arceneaux (jla@spiff) | |
10833 | |
10834 * term/x-win.el: Changed the documentation of `x-switches'. | |
10835 | |
10836 1989-08-21 Joseph Arceneaux (jla@spiff) | |
10837 | |
10838 * term/x-win.el: Rewrote the code for handling command line args, | |
10839 including x-handle-switch. | |
10840 | |
10841 1989-08-19 Joseph Arceneaux (jla@spiff) | |
10842 | |
10843 * term/x-win.el: Changed iconic type option string from "-i" to | |
93515 | 10844 "-ib". Also normalized the options to the X toolkit standard. |
25830 | 10845 |
10846 1989-08-15 Richard Stallman (rms@hobbes.ai.mit.edu) | |
10847 | |
10848 * files.el (basic-save-buffer): For precious file, don't delete | |
10849 renamed old version if rename failed. | |
10850 | |
10851 * files.el (backup-buffer): Don't delete old backup, | |
10852 since rename-file should do it. | |
10853 | |
10854 * c-mode.el (electric-c-terminator): Recognize labels with _ or $. | |
10855 | |
10856 1989-08-15 Joseph Arceneaux (jla@spiff) | |
10857 | |
10858 * replace.el (occur): Optionally search whole buffer, controlled | |
10859 by new variable occur-whole-buffer. | |
10860 | |
10861 1989-08-15 Roland McGrath (roland@apple-gunkies.ai.mit.edu) | |
10862 | |
10863 * add-log.el (prompt-for-change-log-name): New macro to prompt for | |
10864 a change log file name. | |
10865 (add-change-log-entry): Use it. | |
10866 (add-change-log-entry-other-window): Take an arg, the file name of | |
93515 | 10867 the change log. If interactive: if given a prefix arg, prompt for |
25830 | 10868 the file name; if use default-directory. |
10869 | |
10870 1989-08-14 Richard Stallman (rms@hobbes.ai.mit.edu) | |
10871 | |
10872 * man.el (nuke-nroff-bs): Assume footers are what precede headers. | |
10873 Delete fixed number of lines around each header, so that significant | |
10874 blank lines next to these are preserved. | |
10875 | |
10876 1989-08-13 Richard Stallman (rms@hobbes.ai.mit.edu) | |
10877 | |
10878 * c-mode.el (indent-c-exp): Remove indentation from blank lines. | |
10879 When trying to move up to init contain-stack, don't go past | |
10880 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
|
10881 set opoint to prev. function-start, so calculate-c-indent wins. |
25830 | 10882 |
10883 1989-08-12 Richard Stallman (rms@hobbes.ai.mit.edu) | |
10884 | |
10885 * rmailsum.el (rmail-new-summary): Use other-window-scroll-buffer | |
10886 to make scroll commands do the right thing. Make it local. | |
10887 | |
10888 1989-08-11 Richard Stallman (rms@hobbes.ai.mit.edu) | |
10889 | |
10890 * telnet.el (telnet-filter): Don't move point if was not@end. | |
10891 Eliminate ^M entirely. | |
10892 | |
10893 * tex-mode.el (tex-mode-syntax-table): Give \ the syntax code /. | |
10894 | |
10895 1989-08-06 Richard Stallman (rms@mole.ai.mit.edu) | |
10896 | |
10897 * sendmail.el (mail-text): New command, on C-c C-t. | |
10898 | |
10899 1989-08-05 Richard Stallman (rms@mole.ai.mit.edu) | |
10900 | |
10901 * rnewspost.el (news-setup): ACTIONS arg to mail-setup was missing. | |
10902 | |
10903 1989-08-04 Richard Stallman (rms@mole.ai.mit.edu) | |
10904 | |
10905 * hideif.el (hif-factor): Typo in error message. | |
10906 | |
10907 1989-08-03 Richard Stallman (rms@mole.ai.mit.edu) | |
10908 | |
10909 * sort.el, loaddefs.el: Doc fixed. | |
10910 | |
10911 1989-08-02 Richard Stallman (rms@mole) | |
10912 | |
10913 * cl.el (floor): Fix bug in last cond clause, (floor -10 2). | |
10914 | |
10915 * backquote.el (`): Upgrade doc string. | |
10916 | |
10917 1989-07-31 Richard Stallman (rms@mole.ai.mit.edu) | |
10918 | |
10919 * rmail.el (rmail): If existing buffer is empty, treat it as new. | |
10920 | |
10921 * abbrev.el (expand-region-abbrevs): Mention abbrev when querying. | |
10922 Test for abbrev definition without modifying buffer. | |
10923 No need to compare start with end, since (interactive "r") does it. | |
10924 Arrange for prefix arg as NOQUERY arg. | |
10925 (add-abbrev): Prompt differently if undefining an abbrev. | |
10926 (write-abbrev-file): Better default file name. | |
10927 (read-abbrev-file, quietly-read-abbrev-file): Make FILE arg optional. | |
10928 | |
10929 1989-07-25 Joseph Arceneaux (jla@spiff) | |
10930 | |
10931 * files.el (write-file): If no file is associated with the current | |
10932 buffer, prompt with the buffer name. | |
10933 | |
10934 1989-07-20 Richard Stallman (rms@mole.ai.mit.edu) | |
10935 | |
10936 * info.el (Info-follow-reference): Handle newline and indentation | |
10937 immediately after *note. | |
10938 | |
10939 1989-07-19 Joseph Arceneaux (jla@spiff) | |
10940 | |
10941 * keypad.el: Removed unused symbols, changed commentary. | |
10942 * term/x-win.el: Added mapping from emacs key symbols to strings | |
10943 used by X. | |
10944 (x-keypad-setup): Provide use of the function and keypad keys, | |
10945 using the standard keyboard files of /term/* | |
93515 | 10946 * term/news.el: New file for the Sony keyboard. This now works |
25830 | 10947 with both keypad.el and x-win.el. The other terminal files are |
10948 obsolete. | |
10949 | |
10950 1989-07-14 Joseph Arceneaux (jla@spiff) | |
10951 | |
10952 * gdb.el (gdb): Use "interactive f" instead of "F". | |
10953 | |
10954 1989-07-13 Joseph Arceneaux (jla@spiff) | |
10955 | |
10956 * outline.el (outline-flag-region): Don't pass optional last arg | |
10957 `t' to subst-char-in-region. | |
10958 | |
10959 1989-07-12 Joseph Arceneaux (jla@spiff) | |
10960 | |
93515 | 10961 * lisp.el (insert-parentheses): Changed conditions for pre- and |
25830 | 10962 post- insertion of blanks. |
10963 | |
10964 * bytecomp.el (byte-compile-file): If current buffer is in | |
10965 emacs-lisp mode, prompt with buffer's file name as default. | |
10966 | |
10967 1989-07-07 Joseph Arceneaux (jla@spiff) | |
10968 | |
93515 | 10969 * files.el (basic-save-buffer): When querying for a final newline, |
25830 | 10970 use y-or-n-p instead of yes-or-no-p. |
10971 | |
10972 1989-07-06 Joseph Arceneaux (jla@galapas.ai.mit.edu) | |
10973 | |
93515 | 10974 * files.el (find-alternate-file): Use new function new-read-file-name. |
10975 This name is temporary. Also don't substitute `~' for homedir; | |
10976 new-read-file-name does this. | |
25830 | 10977 |
10978 1989-07-04 Richard Stallman (rms@mole.ai.mit.edu) | |
10979 | |
10980 * mailalias.el (build-mail-aliases): Accept `group' as synonym. | |
10981 | |
10982 * nroff-mode.el (electric-nroff-mode): Arg now optional. | |
10983 | |
10984 * man.el (insert-man-file): Handle HP's directories with .Z in | |
10985 their names. | |
10986 | |
10987 1989-06-27 Joseph Arceneaux (jla@mole.ai.mit.edu) | |
10988 | |
93515 | 10989 * term/x-win.el (x-new-window): New function. |
25830 | 10990 |
10991 1989-06-25 Richard Stallman (rms@mole.ai.mit.edu) | |
10992 | |
10993 * ledit.el (ledit-zap-file, etc.): Use user-login-name. | |
10994 * medit.el (medit-zap-file): Likewise. | |
10995 | |
10996 * subr.el (user-original-login-name): New function. | |
10997 * rmail.el (rmail, rmail-insert-inbox-text): Use that. | |
10998 * mail-utils.el (rmail-dont-reply-to): Use that. | |
10999 | |
11000 1989-06-24 Richard Stallman (rms@mole.ai.mit.edu) | |
11001 | |
11002 * compile.el: Doc fix. | |
11003 | |
11004 1989-06-23 Joseph Arceneaux (jla@all-bran.ai.mit.edu) | |
11005 | |
93515 | 11006 * term/x-win.el (x-pop-up-window): Run hook x-pop-up-window-hook. |
11007 (x-color-screen-p): New macro; used to be C function. | |
25830 | 11008 |
11009 1989-06-22 Richard Stallman (rms@mole.ai.mit.edu) | |
11010 | |
11011 * time.el (add-clock-handler): Call specified function each minute. | |
11012 * loaddefs.el: Autoload it. | |
11013 | |
11014 * subr.el: Doc fix. | |
11015 | |
11016 1989-06-22 Joseph Arceneaux (jla@gracilis.ai.mit.edu) | |
11017 | |
11018 * rmail.el: Fixed missing declares of rmail-inbox-list and | |
11019 rmail-keywords. | |
11020 * sendmail.el: Fixed missing declares of mail-reply-buffer and | |
11021 mail-send-actions. | |
11022 | |
11023 1989-06-21 Richard Stallman (rms@mole.ai.mit.edu) | |
11024 | |
11025 * sendmail.el (mail-recover): New command. | |
11026 | |
11027 1989-06-20 Richard Stallman (rms@mole.ai.mit.edu) | |
11028 | |
11029 * sendmail.el (mail-signature): Delete excess blank lines; | |
11030 put one blank line and one line of `--' before signature. | |
11031 | |
11032 * sort.el (sort-subr): Make sure markers@end of text | |
11033 stay at the end. | |
11034 (calls to sort-subr): Put save-excursion around save-restriction. | |
11035 Now all these commands preserve region around sorted text. | |
11036 | |
11037 1989-06-19 Richard Stallman (rms@mole.ai.mit.edu) | |
11038 | |
11039 * rnewspost.el (news-reply-yank-original): Break out insertion | |
11040 of header line into a hook, news-reply-header-hook. | |
11041 Recommended by Barry Warsaw. | |
11042 | |
11043 1989-06-19 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
11044 | |
11045 * files.el (find-alternate-file): Check that file <buffer name> is | |
11046 non nil. | |
11047 | |
11048 1989-06-18 Richard Stallman (rms@mole.ai.mit.edu) | |
11049 | |
11050 * sendmail.el (mail-mode): Make mail-signature-inserted local. | |
11051 (mail-setup): Set it to nil. | |
11052 (mail-signature): Set it to t. | |
11053 (mail-mode-map): Don't put that on a key. | |
11054 (mail-send): Call mail-signature if .signature exists and not | |
11055 already done. | |
11056 | |
11057 * texinfmt.el (texinfo-format-node): | |
11058 Add properly to texinfo-node-names. | |
11059 | |
11060 1989-06-16 Richard Stallman (rms@mole.ai.mit.edu) | |
11061 | |
11062 * texinfmt.el: Doc fix. | |
11063 | |
11064 1989-06-15 Richard Stallman (rms@mole.ai.mit.edu) | |
11065 | |
93515 | 11066 * c-mode.el (electric-c-terminator, c-indent-line) |
25830 | 11067 (calculate-c-indent, indent-c-exp): Recognize `case' more generally. |
11068 | |
11069 * c-mode.el (c-indent-command): With arg, find a sexp split over lines. | |
11070 | |
11071 * c-mode.el (indent-c-exp): Typo in local name innerloop-done. | |
11072 Declare last-depth. | |
11073 Use OPOINT by default as arg to calculate-c-indent. | |
11074 * lisp-mode.el (indent-sexp): Likewise. | |
11075 | |
11076 * dired.el (dired-readin): Detect non-existent directories. | |
11077 | |
11078 1989-06-08 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
11079 | |
93515 | 11080 * term/x-win.el (new-screen): Added this function, which is the default |
25830 | 11081 auto-screen function. It uses new variables new-screen-x-delta |
11082 and new-screen-y-delta. | |
11083 (next-multiscreen-window, previous-multiscreen-window): | |
11084 These new functions step through all windows, jumping screens when | |
11085 they need to.x | |
11086 | |
11087 1989-06-08 Richard Stallman (rms@mole.ai.mit.edu) | |
11088 | |
11089 * spell.el (spell-region): Downcase misspelled word. | |
11090 | |
11091 1989-06-06 Richard Stallman (rms@mole.ai.mit.edu) | |
11092 | |
11093 * chistory.el (list-command-history): Go to history buffer | |
11094 before examining its text. | |
11095 | |
11096 * subr.el (suppress-keymap): Store using define-key | |
11097 so that sparse keymaps work. | |
11098 | |
11099 1989-06-04 Richard Stallman (rms@mole.ai.mit.edu) | |
11100 | |
11101 * time.el (display-time-filter): Preserve the match data. | |
11102 | |
11103 1989-06-02 Richard Stallman (rms@mole.ai.mit.edu) | |
11104 | |
11105 * rmail.el (rmail-convert-to-babyl-format): Generalize time zone fmt. | |
11106 (rmail-nuke-pinhead-header): Likewise. | |
11107 | |
11108 * cmacexp.el (c-macro-expand): Terminate string or comment after | |
11109 last macro in the file. | |
11110 | |
11111 * bib-mode.el: New file. | |
11112 | |
11113 * sendmail.el (mail-mode-syntax-table): Seperate syntax table | |
93515 | 11114 for mail mode. Makes % a separator. |
25830 | 11115 |
11116 1989-05-31 Richard Stallman (rms@mole.ai.mit.edu) | |
11117 | |
11118 * cmacexp.el (c-macro-expand): Handle \-continuation of macros. | |
11119 | |
11120 * fill.el (fill-region-as-paragraph): Don't leave space@end of line. | |
11121 | |
11122 1989-05-30 Richard Stallman (rms@mole.ai.mit.edu) | |
11123 | |
11124 * replace.el (perform-replace): Fix typo. | |
11125 | |
11126 * shell.el (make-shell): Don't call shell-mode if already in that mode. | |
11127 | |
11128 * compile.el (next-error): Widen if necessary. | |
11129 | |
11130 1989-05-27 Richard Stallman (rms@mole.ai.mit.edu) | |
11131 | |
11132 * hexl.el: New file. | |
11133 | |
11134 1989-05-25 Richard Stallman (rms@mole.ai.mit.edu) | |
11135 | |
11136 * c-mode.el (c-indent-region): Make marker before indenting first line. | |
11137 (indent-c-exp): Find preceding open paren or open brace to initialize | |
11138 contain-stack, if have endpos. | |
11139 Don't treat next-depth = 0 as special if have endpos. | |
11140 Don't use next-depth as exit criterion if have endpos. | |
11141 | |
11142 1989-05-24 Richard Stallman (rms@mole.ai.mit.edu) | |
11143 | |
11144 * simple.el (do-auto-fill): Keep splitting until short line or give up. | |
11145 | |
11146 1989-05-23 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
11147 | |
11148 * rmailsum.el: Added C-d (rmail-summarey-delete-backward) to | |
11149 rmail-summary-mode-map. | |
11150 | |
11151 1989-05-22 Richard Stallman (rms@mole.ai.mit.edu) | |
11152 | |
11153 * dired.el (dired-chown): Put file name in a variable. | |
11154 | |
11155 1989-05-21 Richard Stallman (rms@mole.ai.mit.edu) | |
11156 | |
11157 * compile.el (compile-command): Add SPC@end of value. | |
11158 | |
11159 * simple.el (shell-command): If COMMAND ends in &, do it asynch. | |
11160 | |
11161 * apropos.el (apropos-match-keys): Ignore atoms in an alist. | |
11162 Ignore menu prompts in key bindings. | |
11163 | |
11164 * cl.el (defsetf): Put quotes into expansion where needed. | |
11165 | |
11166 * apropos.el (apropos): Call apropos-internal to get list of syms. | |
11167 | |
11168 * cl.el (isqrt): More accurate termination condition. | |
11169 Fewer special cases needed. | |
11170 | |
11171 * sendmail.el (mail-send): Ignore errors in mail-send-actions. | |
11172 | |
11173 1989-05-20 Richard Stallman (rms@mole.ai.mit.edu) | |
11174 | |
11175 * simple.el (insert-buffer): Default to (other-buffer). | |
11176 | |
11177 1989-05-18 Richard Stallman (rms@mole.ai.mit.edu) | |
11178 | |
11179 * isearch.el (isearch): Bug in previous change: was assuming regexp. | |
11180 | |
75609 | 11181 1989-05-17 Kyle Jones (kjones@talos.uucp) |
25830 | 11182 |
11183 * saveconf.el: Changed copying permissions and warranty | |
11184 disclaimer to those of the GNU General Public License | |
11185 | |
11186 * saveconf.el: Added usage instructions at the top of file. | |
11187 | |
11188 * saveconf.el (recover-context): Returns t if recover succeeds. | |
11189 | |
11190 1989-05-17 Richard Stallman (rms@mole.ai.mit.edu) | |
11191 | |
11192 * rmail.el (rmail-nuke-pinhead-header): Accept space before | |
11193 numeric time zone in From line. | |
11194 | |
11195 * sendmail.el (mail): Use multiple mail buffers. Reuse an | |
11196 unmodified one or make a new one. With arg, find a modified one. | |
11197 If have auto-save file, suggest M-x recover. | |
11198 | |
11199 * rmailout.el (rmail-output-to-rmail-file): Adjust narrowing@call to | |
11200 rmail-count-new-messages, for changes therein. | |
11201 | |
11202 1989-05-16 Chris Hanson (cph@kleph) | |
11203 | |
93515 | 11204 * scheme.el: Change syntax table entries to use new "p" bit. |
25830 | 11205 |
11206 1989-05-15 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
11207 | |
93515 | 11208 * tags.el (next-file): Fixed typo: " *next-file*" --> "*next-file*" |
25830 | 11209 |
11210 1989-05-14 Richard Stallman (rms@mole.ai.mit.edu) | |
11211 | |
11212 * files.el (set-visited-file-name): Don't rename autosave file. | |
11213 This avoids losing it when you do C-x C-w. | |
11214 | |
11215 1989-05-13 Richard Stallman (rms@mole.ai.mit.edu) | |
11216 | |
11217 * chistory.el (command-history-map): Share with shared-lisp-mode-map. | |
11218 | |
11219 1989-05-12 Richard Stallman (rms@mole.ai.mit.edu) | |
11220 | |
11221 * debug.el (debug): Use search to find extraneous part of backtrace. | |
11222 Works even interpreted. | |
11223 (debug-convert-byte-code): New function: | |
11224 convert byte-code object to a lambda-exp. | |
11225 (debug-on-entry, debugger-reenable): Call that function. | |
11226 | |
11227 * rmail.el (rmail-set-message-counters-counter): Change in search | |
11228 caused pointers to wrong place in message. | |
11229 | |
11230 * c-mode.el (c-indent-region): Pass marker to indent-c-exp. | |
11231 * lisp-mode.el (lisp-indent-region): Likewise. | |
11232 | |
11233 1989-05-12 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
11234 | |
93515 | 11235 * term/x-win.el (x-set-display-name): Now works; correctly gets |
25830 | 11236 display name and removes those options from `command-line-args-left'. |
11237 Renamed some of the options to be consistent with standard X | |
11238 applications. | |
93515 | 11239 Added "-iconic" option for iconic startup; created variable |
11240 `x-iconic-startup' and function `x-set-iconic-startup'. | |
11241 (x-pop-up-window): Initialize x-display-name first, then call | |
25830 | 11242 x-open-connection. |
11243 | |
11244 1989-05-11 Richard Stallman (rms@mole.ai.mit.edu) | |
11245 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25830
diff
changeset
|
11246 * loaddefs.el (completion-ignored-extensions): Add .sbin. |
25830 | 11247 |
11248 * c-mode.el (c-fill-paragraph): Recognize first line of comment. | |
11249 Move to second line to get fill prefix. | |
11250 On one-line comment, pick reasonable prefix. | |
11251 Don't strand comment ender on separate line. | |
11252 | |
11253 1989-05-10 Joseph Arceneaux (jla@apple-gunkies.ai.mit.edu) | |
11254 | |
93515 | 11255 * term/x-win.el (x-handle-numeric-switch): Just like |
25830 | 11256 x-handle-switch, but converts argument to int (e.g., "-b 4"). |
11257 | |
11258 1989-05-10 Richard Stallman (rms@mole.ai.mit.edu) | |
11259 | |
11260 * man.el (manual-entry): Make buffer read only. | |
11261 | |
11262 1989-05-08 Richard Stallman (rms@mole.ai.mit.edu) | |
11263 | |
11264 * startup.el (command-line-1): Split paragraph in startup message. | |
11265 | |
11266 * simple.el (append-next-kill): Print a message. | |
11267 | |
11268 * startup.el (command-line-1): Except for first file, find in | |
11269 other window. | |
11270 | |
11271 * isearch.el (isearch): Don't move cursor for c-w, c-y in reverse. | |
11272 Allow longer match@point in non-regexp reverse search as in regexp. | |
11273 | |
11274 * startup.el (command-line): Give details on error in init file. | |
11275 | |
11276 * fill.el (fill-region-as-paragraph): Insert NL before delete space. | |
11277 | |
11278 1989-05-08 Joseph Arceneaux (jla@rice-chex.ai.mit.edu) | |
11279 | |
93515 | 11280 * x-mouse.el (x-cut-text): sit-for 1 when warping mouse to mark. |
25830 | 11281 Also removed code dupicated by mouse.el |
93515 | 11282 (x-trace-mouse): Debugging function which prints out mouse events |
25830 | 11283 as they arrive. |
93515 | 11284 (x-paste-text): Don't set point before inserting cut text; too |
25830 | 11285 confusing and incompatible with xterm. |
11286 | |
93515 | 11287 * mouse.el (mouse-scroll, mouse-del-char, mouse-kill-line) |
11288 (narrow-window-to-region, mouse-window-to-region): Added these | |
25830 | 11289 new functions. |
11290 | |
11291 1989-05-08 Richard Stallman (rms@mole.ai.mit.edu) | |
11292 | |
11293 * info.el (Info-find-node): Fix confusion testing file existence. | |
11294 | |
11295 * files.el (basic-save-buffer): Mention file name in "save anyway". | |
11296 | |
11297 1989-05-08 Richard Stallman (rms@mole.ai.mit.edu) | |
11298 | |
11299 * lisp-mode.el (lisp-indent-line, lisp-comment-indent): Use \\s< | |
11300 to recognize comment-start characters. | |
93515 | 11301 (indent-sexp): Likewise. |
11302 * lisp.el (end-of-defun): Likewise. | |
25830 | 11303 |
11304 1989-05-07 Richard Stallman (rms@mole.ai.mit.edu) | |
11305 | |
11306 * underline.el (ununderline-region): Handle pre- or -post underline. | |
11307 | |
11308 * rmail.el (rmail-search): Fix failure message. | |
11309 | |
11310 * paths.el (Info-directory-list): Replaces Info-directory. | |
11311 * info.el (Info-find-node): Search that directory list. | |
11312 | |
11313 * c-mode.el (electric-c-sharp-sign): Auto-align #@column 0. | |
11314 | |
11315 * rmail.el (rmail-parse-file-inboxes, rmail-get-new-mail): | |
11316 Require newline before ^_ when searching. More reliable. | |
11317 (rmail-count-new-messages, rmail-set-message-counters): Likewise. | |
11318 (rmail-set-message-counters-counter): Likewise. | |
11319 * rmailout.el (rmail-output-to-rmail-file): Likewise. | |
11320 | |
11321 * info.el (info-follow-reference): Provide default: ref point is in. | |
11322 | |
11323 * page.el (what-page): Reckon from beginning of line. | |
11324 | |
11325 * blackbox.el: Doc fix. | |
11326 (bb-done): Improve messages. | |
11327 | |
11328 * replace.el (perform-replace): Keep stack of previous pos for ^. | |
11329 | |
11330 * info.el: Doc fix. | |
11331 | |
11332 * simple.el: Doc fix. | |
11333 | |
11334 1989-05-05 Richard Stallman (rms@mole.ai.mit.edu) | |
11335 | |
11336 * view.el (view-mode): Save and set major-mode like mode-name. | |
11337 (view-exit): Restore it. | |
11338 (view-helpful-message): Update for new exit command. | |
11339 | |
11340 * tags.el (tags-loop-continue): Just set-buffer if not permanent. | |
11341 | |
11342 * tags.el (visit-tags-table-buffer): Clean up if file invalid. | |
11343 | |
93515 | 11344 * apropos.el: New file. Apropos now defined here. |
25830 | 11345 * loaddefs.el: Autoload it. |
11346 | |
11347 * help.el: Doc fix. | |
11348 | |
11349 * sort.el: Doc fix. | |
11350 | |
11351 * bytecomp.el (byte-compile-lambda): Return a byte-code object. | |
11352 (byte-compile-file-form): Return an fset form which constructs | |
11353 such a byte-code object and installs it. | |
11354 (byte-compile-defun, byte-compile-macro): Likewise. | |
11355 (byte-compile-function-form): Translate to a make-byte-code form. | |
11356 (byte-compile-file): Find and fix doc strings in fset forms. | |
11357 | |
11358 * loaddefs.el (completion-ignored-extensions): Add .fmt. | |
11359 | |
11360 1989-05-04 Richard Stallman (rms@mole.ai.mit.edu) | |
11361 | |
11362 * blackbox.el (bb-init-board): Use (random 8) to get # in [0,7]. | |
11363 * dissociate.el: Likewise. | |
11364 * fill.el (justify-current-line): Likewise. | |
11365 * flame.el (define-element, psychoanalize-flamer): Likewise. | |
11366 * yow.el (yow): Likewise. | |
11367 * doctor.el: Use (random N), not (random-range N). | |
11368 (random-range): Function deleted. | |
11369 | |
11370 * simple.el (auto-fill-mode): Arg now optional. | |
11371 | |
11372 1989-05-01 Richard Stallman (rms@mole.ai.mit.edu) | |
11373 | |
11374 * cl.el (cl-member): New name for Common Lisp `member'. | |
11375 | |
11376 1989-04-30 Richard Stallman (rms@mole.ai.mit.edu) | |
11377 | |
11378 * cmacexp.el (c-macro-expand): Use a second temp file for the region. | |
11379 | |
11380 * tags.el (tags-loop-continue): Widen the buffers. | |
11381 | |
11382 1989-04-29 Richard Stallman (rms@mole.ai.mit.edu) | |
11383 | |
11384 * cl.el (defsetf): Take effect@run time, not expansion time. | |
11385 | |
11386 * bytecomp.el (byte-compile-file-form): Expand top level macros. | |
11387 Look inside of progn. | |
11388 | |
11389 1989-04-27 Richard Stallman (rms@mole.ai.mit.edu) | |
11390 | |
11391 * replace.el (map-query-replace-regexp): New function. | |
11392 | |
11393 * replace.el (perform-replace): Allow list of strings to replace | |
11394 with; they are used in rotation. Optional arg repeat-count is | |
11395 number of times to use each string before rotating. | |
11396 | |
11397 1989-04-26 Richard Stallman (rms@mole.ai.mit.edu) | |
11398 | |
11399 * sendmail.el (mail-yank-original): Handle new var mail-yank-prefix. | |
11400 | |
11401 1989-04-25 Richard Stallman (rms@mole.ai.mit.edu) | |
11402 | |
11403 * rmail.el (rmail-output-to-rmail-file): If output buffer is not in | |
11404 rmail mode, insert@end of it. | |
11405 | |
11406 * rmail.el (rmail-set-attribute): search-forward's value is no longer | |
11407 t or nil; now may be a number. | |
11408 | |
11409 1989-04-24 Richard Stallman (rms@mole.ai.mit.edu) | |
11410 | |
11411 * rmail.el (rmail): Put existing buffer into rmail-mode if necessary. | |
11412 | |
11413 1989-04-20 Richard Stallman (rms@mole.ai.mit.edu) | |
11414 | |
11415 * x-mouse.el: Delete mouse-event-hook; now in keyboard.c. | |
11416 | |
11417 * term/x-win.el (x-switch-definitions, command-switch-alist): Add -bd. | |
11418 (x-set-*): New commands. | |
11419 | |
11420 * startup.el (command-line-1, normal-top-level): Call hooks with | |
11421 run-hooks. | |
93515 | 11422 * sun-mouse.el: Likewise. |
11423 | |
11424 * mim-mode.el: Rename indent-mim-hook to indent-mim-function. | |
11425 * scheme.el: Likewise scheme-indent-hook. | |
25830 | 11426 |
11427 * lisp-mode.el, cl.el, cl-indent.el, loaddefs.el, sun-mouse.el: | |
11428 *lisp-indent-hook renamed to *lisp-indent-function. | |
11429 | |
93515 | 11430 * kermit.el (shell-send-input-cr): Use run-hooks. |
25830 | 11431 * shell.el (shell-send-input): run-hooks wants quoted arg. |
11432 | |
11433 * simple.el, mlsupport.el, loaddefs.el, c-fill.el, doctor.el: | |
11434 blink-paren-hook and auto-fill-hook renamed to -function. | |
11435 | |
11436 * files.el (diff-switches-function): diff-switches-hook renamed. | |
11437 | |
93515 | 11438 * compile.el (compile-reinitialize-errors): Use run-hooks. |
11439 | |
11440 * rmail.el (rmail-convert-to-babyl-format): Error if unrecognized text. | |
25830 | 11441 |
11442 1989-04-19 Richard Stallman (rms@mole.ai.mit.edu) | |
11443 | |
11444 * replace.el (occur-mode-goto-occurrence): Insure arg to | |
11445 count-lines is@start of line. | |
11446 | |
11447 * replace.el (occur): Removed an extraneous save-excursion. | |
11448 | |
93515 | 11449 * replace.el (perform-replace): Make ! undo as a unit. |
25830 | 11450 |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
11451 1989-04-17 Chris Smith (csmith@mozart) |
25830 | 11452 |
11453 * icon-mode.el (icon-comment-indent): When auto-fill breaks a | |
11454 line in a bol comment, start the continued line in column 1 | |
11455 not column 2. | |
11456 | |
93515 | 11457 * icon-mode.el (icon-backward-to-noncomment): Use parse-partial-sexp |
25830 | 11458 so as not to be fooled by # in strings. |
11459 | |
93515 | 11460 * icon-mode.el (icon-is-continuation-line): Distinguish between |
25830 | 11461 tokens that end a statement but cause the following statement to |
11462 be indented and tokens that cause the following line to be a | |
11463 continuation of the same statement. | |
11464 | |
11465 1989-04-12 Richard Stallman (rms@mole.ai.mit.edu) | |
11466 | |
93515 | 11467 * rmail.el (rmail-message-labels-p): Put save-excursion outside. |
25830 | 11468 |
11469 * picture.el (picture-tab): Dumb errors in prefix-arg case. | |
11470 | |
11471 * tags.el (tags-loop-continue): No message if slow terminal. | |
11472 | |
11473 * c-mode.el (c-fill-paragraph): Don't fill a comment together with | |
11474 anything following it. | |
11475 | |
11476 1989-04-11 Richard Stallman (rms@mole.ai.mit.edu) | |
11477 | |
11478 * lpr.el (print-region-1): For tab-conversion case, insert specd range. | |
11479 | |
11480 1989-04-07 Richard Stallman (rms@mole.ai.mit.edu) | |
11481 | |
11482 * compile.el (compilation-mode): Doc fix. | |
11483 | |
11484 * loaddefs.el: Autoload ftp-list-directory. | |
11485 | |
49599
5ade352e8d1c
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
11486 1989-04-06 Edward M. Reingold (reingold@cs.uiuc.edu) |
25830 | 11487 |
93515 | 11488 Hook added to list-diary-entries, along with a possible |
11489 value for that hook which prepares a fancy diary buffer | |
11490 for display. | |
11491 | |
11492 Holidays integrated into the diary: in the ordinary diary | |
11493 buffer the holidays are given in the mode line. In the | |
11494 fancy diary buffer the holidays are given in the heading | |
11495 for each date. | |
11496 | |
11497 Added a new command to tell the holidays on a specific date, | |
11498 parallel to the way diary entries are given for a specific | |
11499 date. This new command became `h' and the old `h' became | |
11500 `a' to show all the holidays in a three-month period. | |
25830 | 11501 |
11502 1989-04-06 Richard Stallman (rms@mole.ai.mit.edu) | |
11503 | |
11504 * dired.el (dired-flag-backup-files, dired-flag-auto-save-files): | |
11505 With prefix arg, unflag the appropriate class of files. | |
11506 | |
11507 * info.el (Info-tag-table-marker): `read' now stops@end of line, | |
11508 so advance to next line. | |
11509 | |
11510 * info.el (Info-follow-nearest-node):@last line of text, | |
11511 move to next node. | |
11512 | |
11513 * rmail.el (rmail-message-labels-p): Widen. | |
11514 | |
11515 * term/iris-ansi.el: New file. | |
11516 * r2bibtex.el: New file. | |
11517 | |
11518 * files.el (rename-uniquely): New command. | |
11519 | |
11520 * bytecomp.el (byte-recompile-directory): Update mode lines | |
11521 after save-some-buffers. | |
11522 | |
11523 * buff-menu.el (Buffer-menu-visit-tags-table): New fn. | |
11524 (Buffer-menu-mode-map): `t' runs that. | |
11525 | |
11526 * rmail.el (rmail-delete-forward): If no nondeleted msg fwd, go bkwd. | |
11527 | |
11528 * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header): | |
11529 Accept spaces@end of Unix-style From line. | |
11530 | |
11531 * view.el (view-mode): Don't use a recursive edit; instead, | |
11532 save old mode info in local variables. | |
11533 Now two args: buffer to go back to, and fn to apply to viewed | |
11534 buffer when exiting. | |
11535 (view-exit): Restore old mode from those local variables. | |
11536 Apply specified fn to buffer that was viewed. | |
11537 This is on C-c and q. | |
11538 (view-command-loop): Deleted. | |
11539 (view-window-size): Now applies to selected window. | |
11540 | |
11541 * startup.el (normal-top-level): Use PWD envvar to set default dir. | |
11542 | |
11543 * rmail.el (rmail-convert-to-babyl-format): | |
11544 Bind case-fold-search to t for mmdf case. | |
11545 | |
11546 1989-04-03 Richard Stallman (rms@mole.ai.mit.edu) | |
11547 | |
11548 * modula2.el: Turn m2-newline back on. | |
11549 (various templates): Put relevant variable name in final comment. | |
11550 | |
11551 1989-04-02 Richard Stallman (rms@mole.ai.mit.edu) | |
11552 | |
11553 * paths.el (rmail-spool-directory): Treat silicon-graphics-unix | |
11554 like usg. | |
11555 | |
11556 1989-03-30 Richard Stallman (rms@mole.ai.mit.edu) | |
11557 | |
93515 | 11558 * files.el: Doc fix. |
25830 | 11559 |
11560 * autoinsert.el (insert-auto-insert-files): Mark bfr unmodified | |
11561 if has just the autoinsert file. | |
11562 | |
93515 | 11563 * sendmail.el: Doc fix. |
25830 | 11564 |
11565 1989-03-29 Richard Stallman (rms@mole.ai.mit.edu) | |
11566 | |
11567 * rmail.el (rmail-insert-inbox-text): Don't insert newline if | |
11568 inserted an empty file. | |
11569 | |
93515 | 11570 * startup.el: Doc fix. |
25830 | 11571 |
75609 | 11572 1989-03-29 Edward M. Reingold (reingold@cs.uiuc.edu) |
11573 | |
11574 * calendar.el: Change shift-three-month functions so the name | |
11575 includes the word ``calendar''. | |
25830 | 11576 |
11577 * calendar.el (list-diary-entries): Delete extraneous command | |
75609 | 11578 to indicate buffer is not modified. |
25830 | 11579 |
11580 1989-03-15 Jeff Peck (rms@mole.ai.mit.edu) | |
11581 | |
11582 * term/sun.el (sunview-terminal): New default keybindings | |
11583 Check for (getenv "IN_EMACSTOOL") to automatically do emacstool-init. | |
11584 | |
11585 1989-02-24 Richard Mlynarik (mly@rice-chex.ai.mit.edu) | |
11586 | |
93515 | 11587 * terminal.el (terminal-emulator): Move help message after call-hooks |
40965 | 11588 so that correct escape character is mentioned. |
25830 | 11589 |
11590 1989-02-23 Richard Stallman (rms@mole.ai.mit.edu) | |
11591 | |
40965 | 11592 * Version 18.53 released(?) |
25830 | 11593 |
11594 * telnet.el: New vars telnet-initial-count and telnet-maximum-count. | |
11595 These replace constants in the code. | |
11596 (telnet, telnet-initial-filter): Use those vars. | |
11597 (telnet-filter): Use subst-char-in-region to change CR to Space. | |
11598 Advance point if insert@end of bfr. | |
11599 | |
11600 1989-02-21 Richard Stallman (rms@mole.ai.mit.edu) | |
11601 | |
11602 * flame.el: Fix spelling errors. | |
11603 | |
11604 * compile.el (compile-reinitialize-errors): New subroutine | |
11605 broken out from next-error. | |
11606 (compile-goto-error): New command, uses that and next-error. | |
11607 (compilation-mode): New command; sets major mode. | |
11608 (compile-internal): Use that function. | |
11609 (compilation-mode-map): New variable; define C-c C-c. | |
11610 | |
11611 1989-02-20 Richard Stallman (rms@mole.ai.mit.edu) | |
11612 | |
11613 * lisp-mode.el (indent-sexp): Optional arg says where to stop | |
11614 indenting; if spec', don't stop@end of first sexp. | |
11615 (lisp-indent-region): New fn: use that to do Lisp-style indent-region. | |
11616 (lisp-mode-variables): Set up indent-region-function as that. | |
11617 | |
11618 * c-mode.el (indent-c-exp, c-indent-region, c-mode): Similar changes. | |
11619 | |
11620 1989-02-19 Richard Stallman (rms@apple-gunkies.ai.mit.edu) | |
11621 | |
11622 * files.el (set-visited-file-name): Always rename the buffer; | |
11623 make name unique with <NNN> as find-file does. | |
11624 | |
11625 * compile.el (next-error): Prefix arg now says how many errors to move. | |
11626 When parsing more errors incrementally, append to previous list. | |
11627 (compile): Handle new option `compile-window-height'. | |
11628 | |
11629 1989-02-18 Richard Stallman (rms@mole.ai.mit.edu) | |
11630 | |
11631 * dbx.el (dbx-mode-map): Change C-c w to C-c C-w. | |
11632 | |
11633 * misc.el: New file. | |
11634 | |
11635 1989-02-17 Richard Stallman (rms@mole.ai.mit.edu) | |
11636 | |
11637 * rmailout.el (rmail-output*): Handle prefix arg and output | |
11638 consecutive nondeleted messages. | |
11639 | |
11640 * rmail.el (rmail-next-undeleted-message): Error if hit eob. | |
11641 | |
11642 * dbx.el (run-dbx): Do expand-file-name. | |
11643 | |
11644 * paths.el (manual-formatted-dirlist): More alternatives in sysV case. | |
11645 | |
11646 1989-02-15 Richard Stallman (rms@mole.ai.mit.edu) | |
11647 | |
11648 * dbx.el (run-dbx): Set dbx-process. | |
11649 (dbx-stop-at): Use that to decide where to send the string. | |
11650 | |
73791
5b2c6589d110
Update Marc Shapiro's email address.
Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
parents:
52401
diff
changeset
|
11651 1989-02-13 Marc Shapiro (marc.shapiro@acm.org) |
25830 | 11652 |
93515 | 11653 * bibtex.el (bibtex-clean-entry, bibtex-empty-field, bibtex-find-text) |
11654 (bibtex-kill-optional-field, bibtex-next-field, bibtex-pop-next) | |
11655 (bibtex-pop-previous, bibtex-cfield, bibtex-enclosing-field) | |
11656 (bibtex-enclosing-reference, bibtex-enclosing-regexp, bibtex-flash-entr) | |
11657 (bibtex-flash-head, bibtex-inside-field, bibtex-make-optional-entry) | |
11658 (bibtex-remove-OPT): New functions. | |
11659 (bibtex-find-it, bibtex-make-OPT-entry, bibtex-next-position): Deleted. | |
25830 | 11660 (kill-current-line): Deleted. |
11661 (bibtex-mode-map): C-c keys to make entries moved to C-c C-e. | |
11662 (general): Use regexps instead of simple-minded cursor motion. | |
11663 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. | |
11664 | |
11665 1989-02-13 Richard Stallman (rms@mole.ai.mit.edu) | |
11666 | |
11667 * subr.el (suppress-keymap): Undefine chars iff self-inserting, | |
11668 not based on numeric range. | |
11669 | |
11670 * rmail.el (rmail-reply): Don't call rmail-retry-failure. | |
11671 (rmail-mode-map): Put that cmd on C-M-m. | |
11672 | |
11673 1989-02-11 Richard Stallman (rms@mole.ai.mit.edu) | |
11674 | |
11675 * debug.el (debug-on-entry): Special err msg for functions we | |
11676 can't handle. | |
11677 | |
11678 1989-02-10 Richard Stallman (rms@mole.ai.mit.edu) | |
11679 | |
11680 * files.el (list-directory-brief-switches): Value was garbled | |
11681 when VMS changes were installed. | |
11682 | |
11683 1989-02-09 Richard Stallman (rms@mole.ai.mit.edu) | |
11684 | |
11685 * loaddefs.el (calendar, diary, holidays): Autoload from calendar.el. | |
11686 | |
11687 1989-02-08 Richard Stallman (rms@mole.ai.mit.edu) | |
11688 | |
11689 * loaddefs.el (ctl-x-4-map): Fully define it here, as sparse keymap. | |
93515 | 11690 * files.el: Not here. |
25830 | 11691 |
11692 * lisp-mode.el (lisp-interaction-mode): | |
11693 Use emacs-lisp-mode-syntax-table | |
11694 | |
11695 1989-02-07 Richard Stallman (rms@mole.ai.mit.edu) | |
11696 | |
11697 * c-style.el (set-c-style): Delete extra closeparen@end. | |
11698 | |
11699 * tex-mode.el: Doc fixes. | |
11700 | |
11701 1989-02-05 Richard Stallman (rms@mole.ai.mit.edu) | |
11702 | |
11703 * uncompress.el (uncompress-backup-file): Uncompress original file | |
11704 when it's time to make it unto a backup. | |
11705 | |
11706 1989-02-04 Richard Stallman (rms@mole.ai.mit.edu) | |
11707 | |
11708 * files.el: Make certain variables permenant if they are local. | |
11709 * ftp.el: Likewise. | |
11710 | |
11711 * dired.el (dired-rename-file): If file is visited, offer | |
11712 to change visited file name. | |
11713 | |
11714 * tags.el (find-tag, find-tag-other-window, find-tag-regexp): | |
11715 Bugs in interactive arg reading. | |
11716 | |
11717 * dired.el (dired-do-deletion): If list is small enough, | |
11718 display in half the screen. | |
11719 | |
11720 * files.el (basic-save-buffer): Check writability and make backup file | |
11721 only after trying the hooks. | |
11722 | |
93515 | 11723 * ftp.el (ftp-write-file): Do save-excursion. |
25830 | 11724 (ftp-write-file-hook): Clear modified-flag here. |
11725 (ftp-setup-write-file-hooks): Clear read-only flag here. | |
11726 (ftp-sentinal): If input, clear modified flag. | |
11727 Don't bind buffer-read-only across (kill-buffer (current-buffer)). | |
11728 | |
11729 * texinfmt.el (texinfo-format-sp): New fn; handle @sp. | |
11730 (texinfo-format-noop): Handle @titlefont with this. | |
11731 | |
11732 1989-02-03 Richard Stallman (rms@mole.ai.mit.edu) | |
11733 | |
11734 * files.el (revert-buffer): New hook that replaces just the | |
11735 erase-buffer and the insert-file-contents. | |
11736 | |
11737 1989-01-30 Richard Stallman (rms@mole.ai.mit.edu) | |
11738 | |
11739 * term/x-win.el (initialization): Go through x-switches list. | |
11740 Don't set window-system-version; C code now does this. | |
11741 | |
11742 1989-01-29 Richard Stallman (rms@mole.ai.mit.edu) | |
11743 | |
11744 * undigest.el (undigestify-message): Allow submessage to have no | |
11745 `to', just a `from'. | |
11746 | |
11747 1989-01-28 Richard Stallman (rms@mole.ai.mit.edu) | |
11748 | |
11749 * rmail.el (rmail-reply): Search from msg-beg for rejection indicator | |
11750 | |
11751 1989-01-26 Richard Stallman (rms@mole.ai.mit.edu) | |
11752 | |
93515 | 11753 * replace.el (occur-mode-goto-occurrence): Error msg fix. |
25830 | 11754 |
11755 * tex-mode.el (tex-mode-syntax-table): Initialize all elts afresh. | |
11756 (tex-common-initialization): Make local var compare-windows-whitespace. | |
11757 Make %-lines separate paragraphs. | |
11758 (latex-mode): No more need to override paragraphs. | |
11759 (tex-categorize-whitespace): New fn helps compare-windows. | |
11760 (tex-insert-quote): Use \\s when categorizing prev. char. | |
11761 | |
93515 | 11762 * compare-w.el: Provide 'compare-w. |
25830 | 11763 (compare-windows): Don't set success for just whitespace. |
11764 Remember start-point in both buffers, and pass as arg to | |
11765 the whitespace-function. | |
11766 If whitespace regexp, back over all whitespace; | |
11767 but don't back up if@end of buffer. | |
11768 Set point for real after each bunch of matches, in case C-g. | |
11769 | |
11770 1989-01-25 Richard Stallman (rms@mole.ai.mit.edu) | |
11771 | |
11772 * paragraph.el (forward-paragraph): Check for end-of-buffer | |
11773 in forward-loop within backward-loop. | |
11774 | |
11775 * window.el (split-window-vertically): Set window-start and maybe | |
11776 window-point, to avoid scrolling. | |
11777 | |
11778 1989-01-24 Richard Stallman (rms@mole.ai.mit.edu) | |
11779 | |
11780 * window.el (balance-windows): New command. | |
11781 | |
11782 * subr.el (walk-windows): New function. | |
11783 | |
11784 1989-01-20 Richard Stallman (rms@mole.ai.mit.edu) | |
11785 | |
93515 | 11786 * sort.el: Doc fix. |
25830 | 11787 |
11788 * server.el (server-buffer-clients): Now a permanent local. | |
11789 | |
93515 | 11790 * dabbrev.el (dabbrev-expand): Case-adapt only if expansion is l.c. |
11791 (dabbrev-search): Downcase the result if found@beg of sentence | |
25830 | 11792 and only initial is upper case. |
11793 | |
11794 1989-01-19 Richard Stallman (rms@mole.ai.mit.edu) | |
11795 | |
93515 | 11796 * files.el (after-find-file): Change calling sequence to sit-for. |
25830 | 11797 |
11798 * bytecomp.el (byte-compile-defun,-defmacro): | |
11799 Compile `defun' and `defmacro' within functions. | |
11800 | |
11801 1989-01-18 Richard Stallman (rms@mole.ai.mit.edu) | |
11802 | |
11803 * tex-mode.el: Many changes. TeX changed to tex in all symbols. | |
11804 (tex-open-quote, tex-close-quote): New vars for tex-insert-quote. | |
11805 (tex-insert-quote): Those vars say what to insert. | |
11806 Inserting `"' is done by simply calling self-insert-command. | |
11807 (tex-last-buffer-texed, tex-print-file): New vars. | |
11808 (tex-region): Don't output line before start of header. | |
11809 Set those two variables. | |
11810 (tex-mode-map): C-c C-e and C-c C-f changed. | |
11811 (tex-common-initialization): comment-start-skip changed. | |
11812 (tex-validate-region): Fn renamed, and now leaves point@the error. | |
93515 | 11813 (tex-terminate-paragraph): Must save-excursion. |
25830 | 11814 (tex-start-shell):@end, sleep a little if I/O buffer is empty. |
11815 (tex-file): New fn; save buffers and run TeX on visit file. | |
11816 (tex-print): Print buffer's most recent output, whether from tex-file | |
93515 | 11817 or tex-region. Use shell-command to do the printing. |
25830 | 11818 (tex-append-dvi): New subroutine. |
11819 | |
11820 * compare-w.el (compare-windows): Prefix arg means ignore | |
11821 whitespace changes. | |
11822 | |
11823 * bytecomp.el (byte-compile-form, byte-compile-find-vars-1): | |
11824 Handle forms containing explicit lambda-functions. | |
11825 | |
11826 1989-01-17 Richard Stallman (rms@mole.ai.mit.edu) | |
11827 | |
11828 * texinfmt.el: Define @s (small caps) like @var. | |
11829 | |
11830 1989-01-15 Richard Stallman (rms@mole.ai.mit.edu) | |
11831 | |
11832 * shell.el (inferior-lisp-mode-map): Copy shared-lisp-mode-map, | |
11833 inherit from shell-mode-map. | |
11834 | |
11835 * files.el (find-alternate-file): Don't drop a necessary `/'. | |
11836 | |
11837 1989-01-14 Richard Stallman (rms@mole.ai.mit.edu) | |
11838 | |
11839 * startup.el (normal-top-level): Abbrev default directory | |
11840 as in find-file-noselect. | |
11841 | |
93515 | 11842 * lisp-mode.el (lisp-mode-variables): Set parse-sexp-ignore-comments. |
25830 | 11843 |
11844 1989-01-13 Richard Stallman (rms@mole.ai.mit.edu) | |
11845 | |
11846 * 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
|
11847 unless a slash follows. |
25830 | 11848 |
93515 | 11849 * lisp.el (insert-parentheses): Skip leading spaces if arg, |
25830 | 11850 maybe insert one if no arg. |
11851 | |
11852 * lisp-mode.el (shared-lisp-mode-map): New map contains shared keys. | |
11853 (*-mode-map): All inherit from that map. | |
11854 | |
11855 * text-mode.el (indented-text-mode-map): Inherit text-mode-map. | |
11856 * rmailedit.el (rmail-edit-map): Likewise. | |
11857 * outline.el (outline-mode-map): Likewise. | |
11858 | |
11859 * c-mode.el (c-fill-paragraph): New cmd, on M-q in C mode. | |
11860 If in a comment, fill with comment delimiters/decoration. | |
11861 (calculate-c-indent-within-comment): New arg after-star | |
11862 | |
11863 * field.el: New file. | |
11864 | |
11865 1989-01-11 Richard Stallman (rms@mole.ai.mit.edu) | |
11866 | |
11867 * shell.el (shell-send-input): Use run-hooks on | |
11868 shell-set-directory-error-hook. | |
11869 | |
11870 * subr.el (eval-after-load, eval-next-after-load): | |
11871 New fns to put entries on after-load-alist. | |
11872 | |
11873 * c-mode.el (c-backward-to-start-of-if): Stop looping@buffer beg. | |
11874 | |
11875 1989-01-09 Richard Stallman (rms@mole.ai.mit.edu) | |
11876 | |
11877 * simple.el (zap-to-char): Error if char not found. | |
11878 Killed region now includes the matching char. | |
11879 | |
11880 1989-01-07 Richard Stallman (rms@mole.ai.mit.edu) | |
11881 | |
93515 | 11882 * options.el: Doc fix. |
25830 | 11883 |
11884 * mouse.el (mouse-delete-window): Delete window pointed at. | |
11885 | |
11886 * simple.el (backward-delete-char-untabify): In overwrite mode, | |
11887 back over columns clearing them out. | |
11888 | |
93515 | 11889 * dired.el (dired-get-filename): Filename ends before ` ->', not after. |
25830 | 11890 |
11891 1989-01-06 Richard Stallman (rms@mole.ai.mit.edu) | |
11892 | |
11893 * rmail.el (rmail-retry-failure): Lv cursor on To: line. | |
11894 | |
11895 * compile.el (compile-internal): Delete typo `<'. | |
11896 | |
11897 * tags.el (file-of-tag): Just search backwards. | |
11898 (tag-table-files): Don't worry about char counts. Just search. | |
11899 | |
11900 * tags.el (next-file): Change NOWARN to NOVISIT: | |
11901 t =>get the file in a reusable temp buffer. | |
11902 (tags-loop-continue): Use NOVISIT while scanning. | |
11903 Use separate form tags-loop-scan to scan for interesting files. | |
11904 If we find one, visit the file for real if nec. | |
11905 then use tags-loop-operate to make changes. | |
11906 (tags-search, tags-query-replace): Use new interface. | |
11907 | |
11908 * files.el (find-file-noselect): Do directory abbrevs first thing | |
11909 so both dir name and file name show the abbreviations. | |
11910 | |
11911 * tags.el (find-tag): Fix bug in last changes. | |
11912 | |
11913 * debug.el (cancel-debug-on-entry): Use empty string for "cancel all". | |
11914 (debug-on-entry-1): Clean err msg for built-in function. | |
11915 | |
93515 | 11916 * session.el: New file. Load ~/.emacs-session. |
25830 | 11917 Related code moved here from startup.el. |
11918 * session.el (save-session): New fn. has meat of kill-emacs-hook. | |
11919 Call expand-file-name to expand `~'. | |
11920 Save the value of point, as well. | |
11921 | |
11922 * subr.el: Set run-hooks variable. | |
11923 | |
11924 * tex-mode.el (LaTeX-mode): %@line start separates paragraphs. | |
11925 | |
11926 * files.el (basic-save-buffer): Don't write over directories | |
11927 if file-precious-flag is set. | |
11928 | |
11929 1989-01-04 Richard Stallman (rms@mole.ai.mit.edu) | |
11930 | |
11931 * sendmail.el (sendmail-send-it): Always pass -f option to sendmail. | |
11932 | |
11933 * tags.el (find-tag): In regexp case, consider only matches that | |
11934 don't go past the DEL char. | |
11935 | |
11936 1989-01-03 Richard Stallman (rms@mole.ai.mit.edu) | |
11937 | |
11938 * loaddefs.el (auto-mode-alist): Add `.oak'. | |
11939 | |
11940 1989-01-02 Richard Stallman (rms@mole.ai.mit.edu) | |
11941 | |
11942 * files.el (diff): New command to compare file with its backup. | |
11943 (file-newest-backup): Return newest backup for given filename. | |
11944 | |
11945 * debug.el (debug-on-entry-1): Handle macros here. | |
93515 | 11946 ({cancel-,}debug-on-entry): Instead of here. |
25830 | 11947 But here maintain a list debug-function-list of functions set for |
93515 | 11948 debug on entry. nil or empty arg to cancel-... means cancel all. |
25830 | 11949 (debugger-list-functions): New command, on `l'. |
11950 (debugger-jump): Continue to exit of this frame | |
11951 after turning off all debug-on-entries. | |
11952 (debugger-reenable): Turn back on all debug-on-entries that are | |
11953 supposed to be on. Called from `debug' and other debugging fns. | |
11954 | |
11955 * startup.el (kill-emacs-hook): If save-session-flag is set, | |
11956 write a file ~/.emacs-session recording file and line number. | |
11957 Put (load "~/.emacs-session" t t) (setq save-session-flag t) | |
11958 in your .emacs to enable session saving. | |
11959 | |
11960 * window.el (window-config-to-register, register-to-window-config): | |
11961 New fns, on C-x 6 and C-x 7. | |
11962 | |
11963 * vmsproc.el (subprocess-command-to-buffer): New function. | |
11964 | |
11965 * dired.el (dired-readin): Handle VMS. | |
93515 | 11966 (dired-get-filename): Handle VMS. Also move handling |
25830 | 11967 of LOCALP and NOERROR arguments to the end. |
11968 | |
11969 * vms-patch.el (vms-read-directory): New function. | |
11970 | |
11971 * loaddefs.el (auto-mode-alist): Add `.for' and `.ltx'. | |
11972 | |
11973 * files.el (list-directory): Support for VMS. | |
11974 | |
11975 * c-style.el: New file. | |
11976 | |
11977 * vt200.el (keyboard-translate-table): Make a table, | |
11978 and use it to interchange ESC and backquote. | |
11979 | |
11980 1989-01-01 Richard Stallman (rms@mole.ai.mit.edu) | |
11981 | |
93515 | 11982 * gdb.el (gdb-mode-map): Continue now C-c C-p. |
25830 | 11983 |
11984 * tags.el (find-tag-default): If not inside a tag, use previous | |
11985 or next tag found on current line. Never go outside current line. | |
11986 | |
11987 * sendmail.el (mail-mode-map): Make map inherit from text-mode-map. | |
11988 | |
11989 1988-12-31 Richard Stallman (rms@mole.ai.mit.edu) | |
11990 | |
11991 * files.el (find-alternate-file): Abbreviate homedir as `~'. | |
11992 | |
93515 | 11993 * files.el (find-file-noselect): Perform abbreviations on the |
25830 | 11994 directory name when setting the default--from directory-abbrev-alist. |
11995 | |
11996 1988-12-30 Richard Stallman (rms@mole.ai.mit.edu) | |
11997 | |
11998 * tags.el (next-file): New arg means don't warn of readonly file, etc. | |
11999 (tags-loop-continue): Don't warn and don't do local vars when scanning. | |
12000 If scanning makes a new buffer, kill it and re-find the file "for real" | |
12001 after exiting the scanning loop. | |
12002 | |
12003 * files.el (hack-local-variables): Change `inhibit-local-variables' | |
12004 to `enable-local-variables'. Now three alternative values: | |
12005 nil (ignore them), t (use them) or otherwise (query). | |
12006 | |
12007 * startup.el (command-line-1): Rearrange startup message. | |
12008 | |
12009 1988-12-29 Richard Stallman (rms@mole.ai.mit.edu) | |
12010 | |
12011 * compile.el (compilation-sentinel): Set OPOINT, OMAX in proper buffer. | |
12012 | |
12013 1988-12-28 Richard Stallman (rms@mole.ai.mit.edu) | |
12014 | |
12015 * lpr.el (print-region-1): Anything except `berkeley-unix', | |
12016 treat like USG. | |
12017 | |
12018 * picture.el (picture-tab): Use move-to-tab-stop. | |
12019 * indent.el (move-to-tab-stop): Like tab-to-tab-stop but just move | |
12020 point; don't change buffer unless nec. to get a spot to move to. | |
12021 | |
12022 * indent.el (indent-region): If have fill-prefix, make each line | |
12023 start with the prefix. | |
12024 | |
12025 * awk-mode.el: New file. | |
12026 * loaddefs.el: Add autoload and auto-mode-alist entry. | |
12027 | |
12028 1988-12-24 Richard Stallman (rms@mole.ai.mit.edu) | |
12029 | |
12030 * mail-utils.el (mail-strip-quoted-names): Handle nested comments. | |
12031 | |
12032 * gdb.el (gdb-refresh): Call `recenter'. Take prefix arg and pass it. | |
12033 | |
12034 1988-12-23 Richard Stallman (rms@mole.ai.mit.edu) | |
12035 | |
12036 * dired.el (dired-get-filename): Handle spaces in filenames. | |
12037 | |
12038 1988-12-22 Richard Stallman (rms@mole.ai.mit.edu) | |
12039 | |
12040 * term/at386.el: Eric Raymond's changes to work with keypad.el. | |
12041 | |
93515 | 12042 * loaddefs.el (completion-ignored-extensions): Add .a and .ln. |
25830 | 12043 |
12044 * shell.el (shell-set-directory): Convert // to one /, | |
12045 so Emacs emulates Unix conventions. | |
12046 (shell-unduplicate-slashes): New fn to convert a string that way. | |
12047 | |
12048 * info.el (Info-edit-map): Make this inherit text-mode-map, | |
12049 instead of copying that. TEST THIS LATER. | |
12050 | |
12051 * dired.el (dired-readin): Add the `d' option, if wildcard pattern. | |
12052 | |
12053 * gdb.el: Commands changed: M-c, M-u, M-d now use C-c prefix. | |
12054 (gdb-maybe-delete-prompt, gdb-call): | |
12055 Handle the fact that insertion is done with insert-before-markers. | |
12056 Also delete multiple prompts if they arrive in succession. | |
12057 Also work properly if buffer contains an unsent partial input line. | |
12058 Value of gdb-delete-prompt-marker is now a list: | |
12059 (BEG-OF-LINE-MARKER PROMPT-LENGTH PROMPT-STRING). | |
12060 | |
12061 1988-12-21 Chris Hanson (cph@kleph) | |
12062 | |
12063 * telnet.el (telnet-filter): Don't insert ^M's into the buffer. | |
12064 Don't force point to move to end of buffer; | |
12065 `insert-before-markers' will move it if that is appropriate. | |
12066 | |
12067 * netunam.el: New file supports hp-ux `RFA' feature. | |
12068 | |
12069 1988-12-20 Richard Stallman (rms@mole.ai.mit.edu) | |
12070 | |
93515 | 12071 * backquote.el, loaddefs.el: Doc fix. |
25830 | 12072 |
12073 1988-12-18 Richard Stallman (rms@mole.ai.mit.edu) | |
12074 | |
12075 * keypad.el: Change from character numbers to named characters | |
12076 in the function keymap. | |
12077 | |
12078 1988-12-16 Richard Stallman (rms@mole.ai.mit.edu) | |
12079 | |
12080 * files.el (find-file-noselect): Mention file name when asking | |
12081 whether to read new version from disk. | |
12082 | |
12083 1988-12-14 Richard Stallman (rms@mole.ai.mit.edu) | |
12084 | |
12085 * mouse.el: New file; window-system-independent parts of mouse support. | |
93515 | 12086 * x-mouse.el: Parts moved to mouse.el. Require 'mouse. |
25830 | 12087 |
12088 * rmail.el (rmail-make-in-reply-to-field): Regexp had nested loops. | |
12089 | |
12090 * term/x-win.el: Add missing arg to set-input-mode. | |
12091 | |
12092 1988-12-12 Richard Stallman (rms@mole.ai.mit.edu) | |
12093 | |
12094 * telnet.el (telnet-send-input): Save input in telnet-previous-input | |
12095 (telnet-mode): Make that var buffer-local. | |
12096 (telnet-copy-last-input): New fn to yank that var; now on C-c C-y. | |
12097 | |
12098 * loaddefs.el (replace-string): Fix doc typo causing bug. | |
12099 | |
12100 1988-12-10 Richard Stallman (rms@mole.ai.mit.edu) | |
12101 | |
12102 * compile.el (compile-internal): Get old compile process just once. | |
12103 | |
12104 * hideif.el, keypad.el, terminal.el: | |
12105 Add new arg to calls to where-is-internal. | |
12106 | |
12107 * x-mouse.el (mouse-binding-names): Set up this table. | |
12108 | |
12109 * sort.el (sort-columns): On VMS, use sort-subr to do the work. | |
12110 | |
12111 * rmail.el (rmail-insert-inbox-text): Vary name of .newmail file | |
12112 based on name of inbox file. | |
12113 | |
12114 1988-12-07 Richard Stallman (rms@mole.ai.mit.edu) | |
12115 | |
12116 * shell.el (shell): Do M-x shell-mode only if new buffer. | |
12117 Don't bother setting NAME; it's not used again. | |
12118 | |
12119 1988-12-06 Richard Mlynarik (mly@peduncle.ai.mit.edu) | |
12120 | |
93515 | 12121 * files.el (toggle-read-only): +ve prefix arg means to set read-only. |
25830 | 12122 |
12123 1988-12-04 Richard Stallman (rms@mole.ai.mit.edu) | |
12124 | |
12125 * debug.el (cancel-debug-on-entry): Fix typo in handling macros. | |
12126 | |
12127 * spell.el (spell-region): Win if spell-filter is buffer-local. | |
12128 | |
12129 * c-mode.el (electric-c-terminator): Don't use a marker | |
12130 to handle auto-fill from newline. Do it as in electric-c-brace. | |
12131 * keypad.el (function-key-sequence): Pass t as new arg. | |
12132 | |
12133 * rmailout.el (rmail-output-to-rmail-file): | |
12134 Temporarily undelete the message while it is being copied. | |
12135 | |
12136 * texinfmt.el (texinfo-format-emph): Was failing to rescan result. | |
12137 | |
12138 1988-12-03 Richard Stallman (rms@mole.ai.mit.edu) | |
12139 | |
12140 * rmail.el (rmail-reply): On a bounce notice, do rmail-retry-failure. | |
12141 (rmail-retry-failure): Set up to re-edit and re-send original msg. | |
12142 | |
12143 1988-12-01 Richard Stallman (rms@mole.ai.mit.edu) | |
12144 | |
12145 * dbx.el (dbx-filter): Use insert-before-markers. | |
93515 | 12146 * gdb.el (gdb-filter): Likewise... |
25830 | 12147 * kermit.el (kermit-clean-filter): |
12148 * mh-e.el (mh-process-demon): | |
12149 * telnet.el (telnet-filter): | |
12150 * terminal.el (te-filter): | |
12151 | |
12152 1988-11-30 Richard Stallman (rms@mole.ai.mit.edu) | |
12153 | |
12154 * rmail.el (rmail-convert-to-babyl-format): Turn case-fold-search off | |
12155 since `from' in l.c. can appear@beg of line within a | |
12156 Unix-format message. | |
12157 | |
12158 * files.el (set-auto-mode): Call the mode function outside | |
12159 of the save-excursion, so mode hooks can move point. | |
12160 | |
12161 * replace.el (occur-mode-goto-occurrence): Don't lose if not@col 0. | |
12162 | |
12163 1988-11-25 Richard Stallman (rms@mole.ai.mit.edu) | |
12164 | |
12165 * bytecomp.el (byte-compile-function-form): | |
12166 For symbol as arg, return the symbol, not its function definition. | |
12167 | |
12168 1988-11-19 Richard Stallman (rms@mole.ai.mit.edu) | |
12169 | |
12170 * tags.el (tags-completion-alist): New local var of each tag table, | |
12171 holding alist of all tags in it. Also a function to compute the alist. | |
12172 (visit-tags-table-buffer): Make that var local. | |
12173 (visit-tags-table): Compute the alist unless already done. | |
12174 (find-tag-tag): Do completing read using the alist. | |
12175 | |
12176 1988-11-17 Richard Stallman (rms@mole.ai.mit.edu) | |
12177 | |
12178 * sendmail.el (mail-sent-via): New command, entered in mail-mode-map. | |
12179 | |
12180 * files.el (find-alternate-file): Include old filename in | |
12181 initial contents of minibuf. | |
12182 | |
12183 * files.el (file-name-sans-versions): | |
12184 Fuller knowledge of VMS version numbers. | |
12185 | |
12186 1988-11-15 Richard Mlynarik (mly@peduncle.ai.mit.edu) | |
12187 | |
93515 | 12188 * rmail.el (rmail-make-in-reply-to-field): I'm sick of seeing |
40965 | 12189 illegal headers generated by rmail. |
12190 Note that this change undoes rms' change of 4-Jul-88" -- I'll | |
12191 check to see why that change was made in the first place. | |
12192 | |
12193 * rmail.el (rmail-forward): Set `forwarded' attribute only if mail | |
12194 is sent. | |
25830 | 12195 |
12196 1988-11-15 Richard Stallman (rms@mole.ai.mit.edu) | |
12197 | |
12198 * startup.el (command-line): Don't set mode of *scratch* if .emacs did. | |
12199 (command-line-1): Avoid binding load-path for -l switch. | |
12200 | |
12201 1988-11-13 Richard Stallman (rms@mole.ai.mit.edu) | |
12202 | |
12203 * time.el (display-time): Use pipes--don't waste a pty. | |
12204 * ispell.el (start-ispell): Likewise. | |
12205 | |
12206 1988-10-21 Chris Hanson (cph@kleph) | |
12207 | |
12208 * xscheme.el (xscheme-send-control-g-interrupt, | |
12209 xscheme-send-interrupt): Don't use second argument to | |
93515 | 12210 `interrupt-process' or `quit-process'. These aren't needed and |
25830 | 12211 they actually cause the wrong effect on Ultrix. |
12212 | |
12213 1988-10-12 Richard Stallman (rms@mole.ai.mit.edu) | |
12214 | |
12215 * rmail.el (rmail): Don't process local-variables specs in RMAIL files. | |
12216 | |
12217 1988-10-10 Richard Stallman (rms@mole.ai.mit.edu) | |
12218 | |
12219 * files.el (list-directory): Handle non-ex dirs properly. | |
12220 Use file-name-as-directory when appro. | |
12221 Simplify testing for dir-name vs. file-pattern. | |
12222 | |
12223 * rmail.el (rmail-set-attribute): Optional 3rd arg is message #. | |
12224 * sendmail.el (mail, mail-other-window, mail-setup): | |
12225 7th arg is list of (FCN . ARGS) to perform when msg is sent. | |
12226 * rmail.el (rmail-reply): Don't set `answered' now; | |
12227 use new arg to mail-other-window to get that done later. | |
12228 | |
12229 1988-10-08 Richard Stallman (rms@mole.ai.mit.edu) | |
12230 | |
12231 * gomoku.el, resume.el: New files. | |
12232 | |
12233 * server.el (server-visit-files): Run server-visit-hook. | |
12234 | |
12235 * electric.el (shrink-window-if-larger-than-buffer): | |
12236 Make proper buffer current when buffer-local let-vars are unwound. | |
12237 | |
12238 1988-10-07 Chris Hanson (cph@kleph) | |
12239 | |
12240 * texinfmt.el (texinfo-format-defun-1): Don't upcase &-keywords in | |
12241 @defun argument lists. | |
12242 | |
12243 1988-10-07 Richard Stallman (rms@mole.ai.mit.edu) | |
12244 | |
12245 * term/vt100.el (vt100-wide-mode): New function to toggle 132-col mode. | |
12246 | |
93515 | 12247 * replace.el (perform-replace): Typos in doc string. |
25830 | 12248 |
12249 1988-10-06 Richard Stallman (rms@mole.ai.mit.edu) | |
12250 | |
12251 * files.el (recover-file): Don't turn-off auto-save. | |
12252 | |
12253 * time.el (display-time-filter): rmail-pop-up non-nil | |
12254 says, if have new mail, pop up rmail window and read it in. | |
12255 | |
12256 1988-10-05 Richard Stallman (rms@mole.ai.mit.edu) | |
12257 | |
12258 * compile.el (compile-internal): Must do fundamental-mode *before* | |
12259 make-local-variable. | |
12260 | |
12261 1988-10-04 Richard Stallman (rms@mole.ai.mit.edu) | |
12262 | |
12263 * files.el (backup-buffer): Chase symlinks and backup their target. | |
12264 | |
12265 1988-10-03 Richard Stallman (rms@corn-chex.ai.mit.edu) | |
12266 | |
12267 * compile.el (compile-internal): New name for compile1. | |
12268 Doc changes in many functions. | |
12269 | |
12270 1988-09-30 Richard Stallman (rms@mole.ai.mit.edu) | |
12271 | |
93515 | 12272 * loaddefs.el: Autoload mail-mode. |
25830 | 12273 |
12274 1988-09-29 Richard Stallman (rms@mole.ai.mit.edu) | |
12275 | |
12276 * man.el (nuke-nroff-bs): Delete ESC 7, ESC 8, ESC 9. | |
12277 (manual-entry): Put the arg into the buffer name. | |
12278 | |
12279 1988-09-28 Richard Stallman (rms@mole.ai.mit.edu) | |
12280 | |
12281 * term/s4.el: Fix typo in `select' key, undefine ESC 0 and ESC 9. | |
12282 | |
12283 * mailalias.el (expand-mail-alias): New arg EXCLUDE is regex to delete. | |
12284 | |
12285 * loaddefs.el (auto-mode-alist): nroff-mode for .me, .mm, .[1-9]. | |
12286 | |
12287 * compile.el (next-error): Support multiple compilation buffers. | |
12288 (compile1): Likewise. New variable compilation-error-buffer. | |
12289 Variable compilation-process eliminated. | |
12290 compilation-error-buffer records which buffer next-error should use. | |
12291 (compilation-sentinel): Use positive indices in current-time-string. | |
12292 | |
12293 1988-09-27 Chris Hanson (cph@kleph) | |
12294 | |
12295 * dired.el (dired-chown): hp-ux puts the chown program in /bin, | |
12296 not /etc. | |
12297 | |
12298 1988-09-27 Richard Stallman (rms@corn-chex.ai.mit.edu) | |
12299 | |
12300 * files.el (delete-auto-save-file-if-necessary): New arg FORCE. | |
12301 Delete only if file is recent or if FORCE. | |
12302 (basic-save-buffer): Pass t for FORCE if auto save file was recent. | |
12303 (rename-auto-save-file): Don't rename file if not recent. | |
12304 | |
12305 * sendmail.el (mail-send): Query if buffer unmodified (already sent). | |
12306 | |
12307 1988-09-26 Richard Stallman (rms@mole.ai.mit.edu) | |
12308 | |
12309 * prolog.el (run-prolog): Use new var prolog-program-name. | |
12310 | |
12311 * compile.el (compile1): Don't call save-some-buffers. | |
12312 (compile, grep): Call it here. | |
12313 | |
12314 * compile.el (compile1): Two new args PARSER and REGEXP | |
12315 control local bindings for compilation-parse-errors-hook | |
12316 and compilation-error-regexp. | |
12317 (next-error): Call compilation-parse-errors-hook to parse errors. | |
12318 Save the entire list in compilation-old-error-list. | |
12319 Don't clear markers when used; put them in compilation-last-error. | |
12320 (compilation-forget-errors): Clear all the markers that were made. | |
12321 | |
12322 1988-09-25 Richard Stallman (rms@mole.ai.mit.edu) | |
12323 | |
12324 * text-mode.el (change-log-mode): New function. | |
12325 * loaddefs.el: Use that for ChangeLog files. | |
12326 * add-log.el (add-change-log-entry): Don't set major or minor modes. | |
12327 | |
12328 * tags.el (select-tags-table): New; offers menu for of tags tables. | |
12329 (visit-tags-table): Add each tags table to tags-table-file-list. | |
12330 | |
12331 * tags.el (find-tag): New arg REGEXP means 1st arg is a regexp. | |
12332 (last-tag): Now can be a list, whose car is a regexp. | |
12333 Means find-tag to repeat same tag should do regexp search. | |
12334 (find-tag-regexp): New command. | |
12335 | |
12336 * tags.el (tags-loop-continue): If we don't stop in a buffer | |
12337 and it isn't modified, kill it when get the next one. | |
12338 | |
12339 * bibtex.el: Greatly revised by Marc Shapiro. | |
12340 | |
12341 1988-09-23 Richard Stallman (rms@hobbes.ai.mit.edu) | |
12342 | |
12343 * sendmail.el (sendmail-send-it): Change "s:" to "subject:". | |
12344 | |
12345 1988-09-21 Richard Stallman (rms@hobbes.ai.mit.edu) | |
12346 | |
12347 * float.el (abs): Define it as in cl.el and mim-mode.el. | |
12348 | |
12349 * doctor.el (doctor-member): New name for `member'. | |
12350 | |
12351 * subr.el (mod): Name deleted. | |
12352 | |
12353 * mlsupport.el (setq-default): Defn deleted; data.c does it. | |
12354 | |
12355 * edt.el (edt-beginning-of-window): Function renamed. | |
12356 (edt-delete-previous-word): Function renamed. | |
12357 (edt-line-to-{top,bottom}-of-window): Function renamed. | |
12358 | |
93515 | 12359 * cl.el: Require cl, so that byte-compiler will load it. |
25830 | 12360 |
12361 * lpr.el (print-region-1): Don't pass -T, -J switches on sysv. | |
12362 | |
12363 * bibtex.el (bibtex-entry): Insert comma only if both | |
12364 required and optional are non-nil. | |
12365 | |
12366 * autoinsert.el: Change defconst to defvar. | |
12367 | |
12368 1988-09-19 Richard Stallman (rms@mole.ai.mit.edu) | |
12369 | |
42166 | 12370 * shell.el: New commands TAB, M-n, M-p. |
25830 | 12371 (shell-complete-file-name): New function. |
12372 (shell-completion-cleanup): New function, called from | |
12373 kill-shell-input and shell-send-input. | |
12374 (kill-output-from-shell): Kill back to last recognized prompt. | |
12375 (shell-{next,prev}-command): New motion commands. | |
12376 | |
42166 | 12377 * text-mode.el (center-region): Don't change blank lines. |
25830 | 12378 |
12379 1988-09-17 Richard Stallman (rms@mole.ai.mit.edu) | |
12380 | |
42166 | 12381 * lisp.el (beginning-of-defun): Obey new var defun-prompt-regexp. |
25830 | 12382 |
12383 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu) | |
12384 | |
12385 * files.el (find-alternate-file): Don't kill OBUF if still current. | |
12386 | |
12387 * subr.el (start-process-shell-command): Start subprocess, exec'ing | |
12388 via the shell. | |
12389 * compile.el (compile1): Call that. | |
12390 | |
42166 | 12391 * server.el (server-temp-file-p): New function for recognizing |
25830 | 12392 which files are temp files. |
12393 (server-edit): Call it. | |
12394 (server-temp-file-regexp): Variable that controls the function. | |
12395 | |
42166 | 12396 * outline.el (outline-minor-mode): New command; adds outline-mode-ness |
25830 | 12397 to current major mode. |
12398 (outline-heading-end-regexp): New variable; how to find end of heading. | |
12399 (outline-end-of-heading): Move fwd to end of heading. | |
12400 So that a heading can be more than one line. | |
12401 Various functions call this. | |
12402 (outline-level): Now it's the indentation of the end of what matches. | |
12403 | |
12404 1988-09-15 Richard Stallman (rms@mole.ai.mit.edu) | |
12405 | |
12406 * compile.el (grep): Use grep-command for program. | |
42166 | 12407 * loaddefs.el (grep-command): New variable. |
25830 | 12408 (compile-command): Moved to compile.el. |
12409 | |
12410 * c-mode.el (electric-c-terminator): Make insertpos a marker. | |
12411 | |
12412 * c-mode.el (c-indent-command): `interactive' should follow doc string. | |
12413 | |
12414 1988-09-13 Richard Stallman (rms@corn-chex.ai.mit.edu) | |
12415 | |
12416 * hideif.el (hif-tokenize): Typo in token string. | |
12417 | |
12418 1988-09-12 Richard Stallman (rms@mole.ai.mit.edu) | |
12419 | |
12420 * help.el (locate-library): New command. | |
12421 | |
12422 * cl-indent.el (common-lisp-indent-hook): New clause for `,'. | |
12423 | |
12424 * c-mode.el (c-backward-to-noncomment): Stop better@beg of bfr. | |
12425 | |
12426 * info.el (Info-find-file): Clear buffer-file-name before calling | |
12427 erase-buffer. | |
12428 | |
12429 1988-09-06 Richard Stallman (rms@mole.ai.mit.edu) | |
12430 | |
12431 * loaddefs.el (shell-prompt-pattern): Allow prompt enclosed in parens. | |
12432 | |
93515 | 12433 * lisp-mode.el (calculate-lisp-indent): Bug in lisp-indent-offset case. |
25830 | 12434 |
12435 See ChangeLog.2 for earlier changes. | |
39627 | 12436 |
93515 | 12437 ;; Local Variables: |
12438 ;; coding: utf-8 | |
12439 ;; End: | |
12440 | |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75609
diff
changeset
|
12441 Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, 2005, 2006, |
79721 | 12442 2007, 2008 Free Software Foundation, Inc. |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75609
diff
changeset
|
12443 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75609
diff
changeset
|
12444 This file is part of GNU Emacs. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75609
diff
changeset
|
12445 |
94678
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93515
diff
changeset
|
12446 GNU Emacs is free software: you can redistribute it and/or modify |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75609
diff
changeset
|
12447 it under the terms of the GNU General Public License as published by |
94678
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93515
diff
changeset
|
12448 the Free Software Foundation, either version 3 of the License, or |
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93515
diff
changeset
|
12449 (at your option) any later version. |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75609
diff
changeset
|
12450 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75609
diff
changeset
|
12451 GNU Emacs is distributed in the hope that it will be useful, |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75609
diff
changeset
|
12452 but WITHOUT ANY WARRANTY; without even the implied warranty of |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75609
diff
changeset
|
12453 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75609
diff
changeset
|
12454 GNU General Public License for more details. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75609
diff
changeset
|
12455 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75609
diff
changeset
|
12456 You should have received a copy of the GNU General Public License |
94678
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93515
diff
changeset
|
12457 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
52401 | 12458 |
12459 ;;; arch-tag: f07a3446-5672-464a-8fdc-2ca92e8e7b2a |