comparison lisp/ChangeLog.1 @ 109569:62aece7dd5af

Fix typos in ChangeLogs.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 29 Jul 2010 04:42:53 +0200
parents e6408c088fbc
children b8fde5ef9e14
comparison
equal deleted inserted replaced
109568:7af1a36b6b28 109569:62aece7dd5af
171 171
172 Also adds the 'c' command to copy a message. 172 Also adds the 'c' command to copy a message.
173 173
174 1986-03-15 Bill Rozas (jinx@prep) 174 1986-03-15 Bill Rozas (jinx@prep)
175 175
176 * scheme.el: (scheme-zap-name) Uses expand-file-name to obtain an 176 * scheme.el (scheme-zap-name): Uses expand-file-name to obtain an
177 absolute pathname. 177 absolute pathname.
178 178
179 1986-03-15 Richard M. Stallman (rms@prep) 179 1986-03-15 Richard M. Stallman (rms@prep)
180 180
181 * replace.el (perform-replace): 181 * replace.el (perform-replace):
182 Hack for preventing loops matching null strings at same place 182 Hack for preventing loops matching null strings at same place
183 was also preventing them at successive characters. Fixed. 183 was also preventing them at successive characters. Fixed.
184 184
185 1986-03-13 Bill Rozas (jinx@prep) 185 1986-03-13 Bill Rozas (jinx@prep)
186 186
187 * scheme.el: (scheme-zap-name) change it back to fromedit.zap 187 * scheme.el (scheme-zap-name): Change it back to fromedit.zap
188 since that is where scheme expects it and it is too much work to 188 since that is where scheme expects it and it is too much work to
189 change scheme right now. This interface is obsolete anyway, but 189 change scheme right now. This interface is obsolete anyway, but
190 some people (athena) still use it. 190 some people (athena) still use it.
191 191
192 1986-03-13 Richard M. Stallman (rms@prep) 192 1986-03-13 Richard M. Stallman (rms@prep)
382 1986-02-06 Richard Mlynarik (mly@prep) 382 1986-02-06 Richard Mlynarik (mly@prep)
383 383
384 * info.el (Info-find-node): 384 * info.el (Info-find-node):
385 Fix braino. 385 Fix braino.
386 Also, allow abbreviations for node names. 386 Also, allow abbreviations for node names.
387 Info-tagify: insert tags in forward order so that 387 (Info-tagify): Insert tags in forward order so that
388 an abbrev finds the textually first possibility rather than the 388 an abbrev finds the textually first possibility rather than the
389 last. 389 last.
390 390
391 1986-02-06 Richard M. Stallman (rms@prep) 391 1986-02-06 Richard M. Stallman (rms@prep)
392 392
568 Clarified when to use byte-compile-push-constant 568 Clarified when to use byte-compile-push-constant
569 vs byte-compile-constant. 569 vs byte-compile-constant.
570 570
571 1986-01-18 Richard M. Stallman (rms@prep) 571 1986-01-18 Richard M. Stallman (rms@prep)
572 572
573 * doctor.el: Fix typo "symtoms". 573 * doctor.el: Fix typo "symtoms".
574 574
575 1986-01-10 Richard Mlynarik (mly@prep) 575 1986-01-10 Richard Mlynarik (mly@prep)
576 576
577 * mail-utils.el (mail-fetch-field) 577 * mail-utils.el (mail-fetch-field)
578 regexp-quote the argument. 578 regexp-quote the argument.
658 Match [ \n]* after *note when finding all refs. 658 Match [ \n]* after *note when finding all refs.
659 659
660 1985-12-27 Richard Mlynarik (mly@prep) 660 1985-12-27 Richard Mlynarik (mly@prep)
661 661
662 * view.el: 662 * view.el:
663 Various: Fix cases of "view" => "View" which were missed. Damn. 663 Various: Fix cases of "view" => "View" which were missed. Damn.
664 664
665 1985-12-27 Richard M. Stallman (rms@prep) 665 1985-12-27 Richard M. Stallman (rms@prep)
666 666
667 * simple.el (exchange-dot-and-mark): 667 * simple.el (exchange-dot-and-mark):
668 Define as an alias. 668 Define as an alias.
915 1985-12-08 Richard M. Stallman (rms@prep) 915 1985-12-08 Richard M. Stallman (rms@prep)
916 916
917 * files.el (normal-mode): 917 * files.el (normal-mode):
918 New command to choose major mode automatically. 918 New command to choose major mode automatically.
919 919
920 * inc-vers.el: Renamed from inc-version.el 920 * inc-vers.el: Renamed from inc-version.el
921 for file name length reasons. 921 for file name length reasons.
922 922
923 * term/*.el: terminal-specific files found here now. 923 * term/*.el: terminal-specific files found here now.
924 term-*.el have been renamed to term/*.el. 924 term-*.el have been renamed to term/*.el.
925 Changed makedist to handle this subdirectory. 925 Changed makedist to handle this subdirectory.
1135 Simplify finding end of buffer name; 1135 Simplify finding end of buffer name;
1136 don't get confused if buffer name ends with digits. 1136 don't get confused if buffer name ends with digits.
1137 1137
1138 1985-11-27 Richard Mlynarik (mly@prep) 1138 1985-11-27 Richard Mlynarik (mly@prep)
1139 1139
1140 * rnews.el: (news-mode, news-set-mode-line): 1140 * rnews.el (news-mode, news-set-mode-line):
1141 Get rid of news-mode-group-string. 1141 Get rid of news-mode-group-string.
1142 1142
1143 * rnews.el (news-unsubscribe-internal): 1143 * rnews.el (news-unsubscribe-internal):
1144 Fix confirmation message. 1144 Fix confirmation message.
1145 1145
1612 Start count at 0, not 1. Ignore matches of null 1612 Start count at 0, not 1. Ignore matches of null
1613 string that don't move point. 1613 string that don't move point.
1614 1614
1615 1985-10-17 Richard Mlynarik (mly@mit-prep) 1615 1985-10-17 Richard Mlynarik (mly@mit-prep)
1616 1616
1617 * rnews.el: (news-save-item-in-file) 1617 * rnews.el (news-save-item-in-file):
1618 Append to file, rather than overwriting. 1618 Append to file, rather than overwriting.
1619 1619
1620 * isearch.el 1620 * isearch.el
1621 Eliminate confused attempts at indicating that long isearch was 1621 Eliminate confused attempts at indicating that long isearch was
1622 `in progress' 1622 `in progress'
2519 The only reason it worked here before is because exec-directory is 2519 The only reason it worked here before is because exec-directory is
2520 in most people's shell paths. 2520 in most people's shell paths.
2521 No, this directory is added automatically to the path 2521 No, this directory is added automatically to the path
2522 used by call-process. It should have worked before. - RMS 2522 used by call-process. It should have worked before. - RMS
2523 2523
2524 * loaddefs.el: C-z -> C-c in documentation for mail. 2524 * loaddefs.el: C-z -> C-c in documentation for mail.
2525 autoload report-emacs-bug from emacsbug.el. 2525 autoload report-emacs-bug from emacsbug.el.
2526 2526
2527 * emacsbug.el: New file. Reports bugs with version info. 2527 * emacsbug.el: New file. Reports bugs with version info.
2528 2528
2529 * helper.el (Helper-describe-bindings): 2529 * helper.el (Helper-describe-bindings):
2530 Make it describe local bindings faster by binding global map to 2530 Make it describe local bindings faster by binding global map to
2531 nil so describe-bindings is faked out. 2531 nil so describe-bindings is faked out.
2532 2532
2533 * lisp-mode.el: First form of prog1 is distinguished. 2533 * lisp-mode.el: First form of prog1 is distinguished.
2534 2534
2535 * loaddefs.el: autoload functions from chistory.el and echistory.el. 2535 * loaddefs.el: Autoload functions from chistory.el and echistory.el.
2536 2536
2537 * chistory.el: 2537 * chistory.el:
2538 New file containing two alternatives to `repeat-complex-command' 2538 New file containing two alternatives to `repeat-complex-command'
2539 which put the form in the minibuffer instead of asking for 2539 which put the form in the minibuffer instead of asking for
2540 confirmation. 2540 confirmation.
2583 * rmail.el (rmail-get-attribute-string): 2583 * rmail.el (rmail-get-attribute-string):
2584 Rewritten by rlk to be smaller and more general. 2584 Rewritten by rlk to be smaller and more general.
2585 2585
2586 1985-06-11 K. Shane Hartman (shane@mit-prep) 2586 1985-06-11 K. Shane Hartman (shane@mit-prep)
2587 2587
2588 * ebuff-menu.el: Make M-C-v scroll-other-window instead of 2588 * ebuff-menu.el: Make M-C-v scroll-other-window instead of
2589 scroll-down. Make M-v scroll-down. 2589 scroll-down. Make M-v scroll-down.
2590 2590
2591 * ebuff-menu.el, echistory.el: Made them use electric. 2591 * ebuff-menu.el, echistory.el: Made them use electric.
2592 2592
2593 * electric.el: 2593 * electric.el:
2594 New module for packages that retain control until some event 2594 New module for packages that retain control until some event
2595 occurs. Command loop and window maker. 2595 occurs. Command loop and window maker.
2596 2596
2598 2598
2599 * echistory.el: 2599 * echistory.el:
2600 Made it use helper.el. Remove kill-ring-save stuff pending use of 2600 Made it use helper.el. Remove kill-ring-save stuff pending use of
2601 new winning prin1-to-string for minibuffer hacking. 2601 new winning prin1-to-string for minibuffer hacking.
2602 2602
2603 * view.el: Made it use helper.el. 2603 * view.el: Made it use helper.el.
2604 2604
2605 * helper.el: 2605 * helper.el:
2606 New module for packages which want to do help without giving up 2606 New module for packages which want to do help without giving up
2607 control. 2607 control.
2608 2608
2800 2800
2801 * simple.el: define turn-on-auto-fill. 2801 * simple.el: define turn-on-auto-fill.
2802 2802
2803 1985-06-01 K. Shane Hartman (shane@mit-prep) 2803 1985-06-01 K. Shane Hartman (shane@mit-prep)
2804 2804
2805 * loaddefs.el: Update documentation for rmail. 2805 * loaddefs.el: Update documentation for rmail.
2806 2806
2807 * lisp-mode.el (calculate-lisp-indent): 2807 * lisp-mode.el (calculate-lisp-indent):
2808 Asked (fboundp 'lisp-indent-hook). Right question is boundp. 2808 Asked (fboundp 'lisp-indent-hook). Right question is boundp.
2809 2809
2810 * scheme-mode.el (calculate-scheme-indent): Ditto. 2810 * scheme-mode.el (calculate-scheme-indent): Ditto.
2854 2854
2855 * mlconvert.el (fixup-mlisp-symbols): 2855 * mlconvert.el (fixup-mlisp-symbols):
2856 Skip strings, comments, char constants. 2856 Skip strings, comments, char constants.
2857 Find symbols even if they have no letters in them. 2857 Find symbols even if they have no letters in them.
2858 2858
2859 * mlsupport.el: Insert symbol-value call in use-local-map. 2859 * mlsupport.el: Insert symbol-value call in use-local-map.
2860 Handle key codes > 127 in local-bind-to-key. 2860 Handle key codes > 127 in local-bind-to-key.
2861 Write ml-modify-syntax-entry. 2861 Write ml-modify-syntax-entry.
2862 2862
2863 1985-05-30 Richard Mlynarik (mly@mit-prep) 2863 1985-05-30 Richard Mlynarik (mly@mit-prep)
2864 2864
3163 * buff-menu.el: Make splitting screen between > 2 buffers work. 3163 * buff-menu.el: Make splitting screen between > 2 buffers work.
3164 3164
3165 1985-05-16 K. Shane Hartman (shane@mit-prep) 3165 1985-05-16 K. Shane Hartman (shane@mit-prep)
3166 3166
3167 * dired.el: Put dired-rename-file, dired-copy file-on keys. Make 3167 * dired.el: Put dired-rename-file, dired-copy file-on keys. Make
3168 them change buffer if appropriate. Put dired-mark-backup-files, 3168 them change buffer if appropriate. Put dired-mark-backup-files,
3169 dired-mark-temp-files on keys. Eliminate possibility of looping 3169 dired-mark-temp-files on keys. Eliminate possibility of looping
3170 at last line in dired-repeat-over-filenames. 3170 at last line in dired-repeat-over-filenames.
3171 3171
3172 1985-05-15 K. Shane Hartman (shane@mit-grape-nehi) 3172 1985-05-15 K. Shane Hartman (shane@mit-grape-nehi)
3173 3173
3192 3192
3193 * replace.el: Add ?^ to list of special characters in query 3193 * replace.el: Add ?^ to list of special characters in query
3194 replace loop so that replacing continues after moving back to 3194 replace loop so that replacing continues after moving back to
3195 previous. 3195 previous.
3196 3196
3197 * add-log.el: add prefix arg to add-change-log-entry so will 3197 * add-log.el: Add prefix arg to add-change-log-entry so will
3198 prompt for information if desired. If there is an entry for today, 3198 prompt for information if desired. If there is an entry for today,
3199 make sure login-name is same before using it, else make new entry. 3199 make sure login-name is same before using it, else make new entry.
3200 Use auto-fill-mode. 3200 Use auto-fill-mode.
3201 3201
3202 1985-05-12 Richard M. Stallman (rms@mit-prep) 3202 1985-05-12 Richard M. Stallman (rms@mit-prep)
3203 3203
3204 * lisp-mode.el: defined lisp-mode-commands, lisp-mode-variables. 3204 * lisp-mode.el: Defined lisp-mode-commands, lisp-mode-variables.
3205 Added external-lisp-mode. 3205 Added external-lisp-mode.
3206 Made doc strings mention mode hook variables. 3206 Made doc strings mention mode hook variables.
3207 3207
3208 * shell.el: defined functions `lisp' and `inferior-lisp-mode'. 3208 * shell.el: Defined functions `lisp' and `inferior-lisp-mode'.
3209 Renamed shell-send-defun... to lisp-send-defun... 3209 Renamed shell-send-defun... to lisp-send-defun...
3210 and made them use process "lisp", buffer *lisp*. 3210 and made them use process "lisp", buffer *lisp*.
3211 3211
3212 * text-mode.el: made indented-text-mode not call text-mode. 3212 * text-mode.el: Made indented-text-mode not call text-mode.
3213 Made doc strings mention mode hook variables. 3213 Made doc strings mention mode hook variables.
3214 3214
3215 * c-mode.el: Made doc strings mention mode hook variables. 3215 * c-mode.el: Made doc strings mention mode hook variables.
3216 3216
3217 * add-log.el 3217 * add-log.el:
3218 Change format used for change log entries. 3218 Change format used for change log entries.
3219 Select indented-text-mode for the change log file. 3219 Select indented-text-mode for the change log file.
3220 3220
3221 1985-05-12 K. Shane Hartman (shane@mit-ajax) 3221 1985-05-12 K. Shane Hartman (shane@mit-ajax)
3222 simple.el: suppress matching close paren if preceded 3222
3223 * simple.el: Suppress matching close paren if preceded
3223 by char syntax \. 3224 by char syntax \.
3224 mim-mode.el: flush private paren blinker in favor of default. 3225 * mim-mode.el: Flush private paren blinker in favor of default.
3225 add-log.el: change mode-string to mode-name so reflected in 3226 * add-log.el: Change mode-string to mode-name so reflected in
3226 mode-line. change \\W to \\sW when looking for place to add. 3227 mode-line. change \\W to \\sW when looking for place to add.
3227 3228
3228 1985-05-12 Richard M. Stallman (rms@mit-prep) 3229 1985-05-12 Richard M. Stallman (rms@mit-prep)
3229 simple.el: modified open-line to insert newlines before 3230
3231 * simple.el: Modified open-line to insert newlines before
3230 an existing one before dot. This makes better redisplay. 3232 an existing one before dot. This makes better redisplay.
3231 dired.el: Installed Shane's changes that allow user to choose 3233 * dired.el: Installed Shane's changes that allow user to choose
3232 switches to use. 3234 switches to use.
3233 3235
3234 1985-05-11 Richard M. Stallman (rms@mit-prep) 3236 1985-05-11 Richard M. Stallman (rms@mit-prep)
3235 rmail.el: if given file name as argument, 3237
3238 * rmail.el: If given file name as argument,
3236 correctly displays one message of that file 3239 correctly displays one message of that file
3237 but does not try to get new mail. 3240 but does not try to get new mail.
3238 simple.el: Fix what-line bug: line # too high by 1 if not at bol. 3241 * simple.el: Fix what-line bug: line # too high by 1 if not at bol.
3239 Put in blink-matching-paren-distance, 3242 Put in blink-matching-paren-distance,
3240 and check for wrong kinds of parens matching. 3243 and check for wrong kinds of parens matching.
3241 time.el: Put in display-time-day-and-date flag, 3244 * time.el: Put in display-time-day-and-date flag,
3242 to display day and date in addition to the time. 3245 to display day and date in addition to the time.
3243 startup.el: Call lisp-interaction-mode-hook if defined. 3246 * startup.el: Call lisp-interaction-mode-hook if defined.
3244 Set current buffer variables from defaults 3247 Set current buffer variables from defaults
3245 in case user's init file has changed them. 3248 in case user's init file has changed them.
3246 3249
3247 Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 3250 Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
3248 Free Software Foundation, Inc. 3251 Free Software Foundation, Inc.