comparison lisp/ChangeLog.6 @ 98317:36acd6af0772

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 24 Sep 2008 01:16:16 +0000
parents c3309dba6542
children e44273834265
comparison
equal deleted inserted replaced
98316:8ecc08b621cb 98317:36acd6af0772
269 (outline-hide-current-leaves, outline-new-exposure): Doc fix. 269 (outline-hide-current-leaves, outline-new-exposure): Doc fix.
270 270
271 1996-07-13 François Pinard <pinard@iro.umontreal.ca> 271 1996-07-13 François Pinard <pinard@iro.umontreal.ca>
272 272
273 * allout.el (outline-resolve-xref): Do not mistake a blank line 273 * allout.el (outline-resolve-xref): Do not mistake a blank line
274 following an xref (@) bullet as part of the rerefenced file name. 274 following an xref (@) bullet as part of the referenced file name.
275 275
276 1996-07-13 Christopher J. Madsen <ac608@yfn.ysu.edu> 276 1996-07-13 Christopher J. Madsen <ac608@yfn.ysu.edu>
277 277
278 * time.el (display-time): Fix start time for run-at-time. 278 * time.el (display-time): Fix start time for run-at-time.
279 279
705 705
706 1996-06-22 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.db.de> 706 1996-06-22 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.db.de>
707 707
708 * skeleton.el (skeleton-autowrap): New variable. 708 * skeleton.el (skeleton-autowrap): New variable.
709 (skeleton-abbrev-cleanup): Added variable documentation. 709 (skeleton-abbrev-cleanup): Added variable documentation.
710 (skeleton-proxy): Added optional autowrappping feature. 710 (skeleton-proxy): Added optional autowrapping feature.
711 (skeleton-proxy, skeleton-abbrev-cleanup): Use `post-command-hook' 711 (skeleton-proxy, skeleton-abbrev-cleanup): Use `post-command-hook'
712 instead of someday to be obsolete defer. 712 instead of someday to be obsolete defer.
713 713
714 1996-06-21 Michael Kifer <kifer@cs.sunysb.edu> 714 1996-06-21 Michael Kifer <kifer@cs.sunysb.edu>
715 715
790 not the whole regexp. 790 not the whole regexp.
791 791
792 * smtpmail.el (smtpmail-read-response): Goto smtpmail-read-point 792 * smtpmail.el (smtpmail-read-response): Goto smtpmail-read-point
793 on every iteration to deal with multiple line banners. 793 on every iteration to deal with multiple line banners.
794 794
795 * smptmail.el (smtpmail-via-smtp): Bracket names in FROM 795 * smtpmail.el (smtpmail-via-smtp): Bracket names in FROM
796 and RCPT TO commands. 796 and RCPT TO commands.
797 797
798 1996-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 798 1996-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
799 799
800 * ange-ftp.el (ange-ftp-kill-ftp-process): Really use the BUFFER arg. 800 * ange-ftp.el (ange-ftp-kill-ftp-process): Really use the BUFFER arg.
850 850
851 * rlogin.el (rlogin): Doc fix. 851 * rlogin.el (rlogin): Doc fix.
852 852
853 1996-06-14 Ed Reingold <reingold@albert.gnu.ai.mit.edu> 853 1996-06-14 Ed Reingold <reingold@albert.gnu.ai.mit.edu>
854 854
855 * cal-tex.el (cal-tex-mini-calendar): Add optional paramter COLSEP. 855 * cal-tex.el (cal-tex-mini-calendar): Add optional parameter COLSEP.
856 (cal-tex-cursor-filofax-year): Use it. Also, adjust other sizes. 856 (cal-tex-cursor-filofax-year): Use it. Also, adjust other sizes.
857 857
858 1996-06-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 858 1996-06-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
859 859
860 * simple.el (set-fill-column): Error if no argument. 860 * simple.el (set-fill-column): Error if no argument.
1126 1126
1127 1996-05-21 Scott M. Meyers <spirit2@shellus.com> 1127 1996-05-21 Scott M. Meyers <spirit2@shellus.com>
1128 1128
1129 * cmacexp.el (c-macro-expansion): Delete ??! trigraph in uniquestring. 1129 * cmacexp.el (c-macro-expansion): Delete ??! trigraph in uniquestring.
1130 Use same syntax table in outbuf as in inbuf. 1130 Use same syntax table in outbuf as in inbuf.
1131 Insert newline instead of space at end, for proprocessors which 1131 Insert newline instead of space at end, for preprocessors which
1132 don't like truncated lines. 1132 don't like truncated lines.
1133 1133
1134 1996-05-21 Francesco Potortì <F.Potorti@cnuce.cnr.it> 1134 1996-05-21 Francesco Potortì <F.Potorti@cnuce.cnr.it>
1135 1135
1136 * cmacexp.el (c-macro-expansion): Correct bug in creating tempname. 1136 * cmacexp.el (c-macro-expansion): Correct bug in creating tempname.
1793 comments to lowercase (C-c rather than C-C), added SPC to play and 1793 comments to lowercase (C-c rather than C-C), added SPC to play and
1794 undo's binding to go back. 1794 undo's binding to go back.
1795 (gomoku-emacs-won, gomoku-font-lock-O-face, gomoku-font-lock-X-face) 1795 (gomoku-emacs-won, gomoku-font-lock-O-face, gomoku-font-lock-X-face)
1796 (gomoku-font-lock-keywords): New variables. 1796 (gomoku-font-lock-keywords): New variables.
1797 (gomoku-mode): Use it and make buffer read-only for user. 1797 (gomoku-mode): Use it and make buffer read-only for user.
1798 (gomoku-terminate-game): Remove (ding) -- maybe should be optonal. 1798 (gomoku-terminate-game): Remove (ding) -- maybe should be optional.
1799 (gomoku-init-display): Rewritten, makes fields intangible so you 1799 (gomoku-init-display): Rewritten, makes fields intangible so you
1800 can't go in between. Make free fields have mouse-face. 1800 can't go in between. Make free fields have mouse-face.
1801 (gomoku-cross-qtuple): Take account of intangible text, and that 1801 (gomoku-cross-qtuple): Take account of intangible text, and that
1802 empty lines are now really empty. 1802 empty lines are now really empty.
1803 (gomoku-move-left, gomoku-move-right): Removed thanks to intangibility. 1803 (gomoku-move-left, gomoku-move-right): Removed thanks to intangibility.
2489 smooth out the possible differences between common emacs 2489 smooth out the possible differences between common emacs
2490 intersection/union and cl.el. 2490 intersection/union and cl.el.
2491 2491
2492 * viper.el: Added face support for devices that have faces. 2492 * viper.el: Added face support for devices that have faces.
2493 (vip-forward-paragraph, vip-backward-paragraph): Now work 2493 (vip-forward-paragraph, vip-backward-paragraph): Now work
2494 corretly when they are used as motion specs in other commands. 2494 correctly when they are used as motion specs in other commands.
2495 (vip-set-hooks): Added viper to tcl-mode-hook. 2495 (vip-set-hooks): Added viper to tcl-mode-hook.
2496 2496
2497 * viper-util.el (vip-has-face-support-p, vip-abbreviate-file-name): 2497 * viper-util.el (vip-has-face-support-p, vip-abbreviate-file-name):
2498 New functions. 2498 New functions.
2499 (vip-force-faces): New variable. 2499 (vip-force-faces): New variable.
3194 * f90.el (f90-face-*): Reinstalled code deleted on Sep 22. 3194 * f90.el (f90-face-*): Reinstalled code deleted on Sep 22.
3195 (f90-hilit-patterns): New variable. 3195 (f90-hilit-patterns): New variable.
3196 (f90-mode): Call hilit-set-mode-patterns if defined. 3196 (f90-mode): Call hilit-set-mode-patterns if defined.
3197 (f90-auto-hilit19): New variable. 3197 (f90-auto-hilit19): New variable.
3198 (f90-fill-region): Bind f90-auto-hilit19 to nil. 3198 (f90-fill-region): Bind f90-auto-hilit19 to nil.
3199 (f90-update-line): Rehilight if appropriate. 3199 (f90-update-line): Rehighlight if appropriate.
3200 3200
3201 1996-01-24 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de> 3201 1996-01-24 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de>
3202 3202
3203 * sgml-mode.el (sgml-quick-keys): New variable. 3203 * sgml-mode.el (sgml-quick-keys): New variable.
3204 (sgml-mode-map): Use it, defined additional long keys to compensate. 3204 (sgml-mode-map): Use it, defined additional long keys to compensate.
4025 (command-line-1): Ignore X options when not using X. 4025 (command-line-1): Ignore X options when not using X.
4026 4026
4027 * jka-compr.el (auto-compression-mode): This is now a stub function 4027 * jka-compr.el (auto-compression-mode): This is now a stub function
4028 that calls toggle-auto-compression, and is put bodily into loaddefs.el. 4028 that calls toggle-auto-compression, and is put bodily into loaddefs.el.
4029 (toggle-auto-compression): Renamed from auto-compression-mode. 4029 (toggle-auto-compression): Renamed from auto-compression-mode.
4030 Not autloaded. 4030 Not autoloaded.
4031 4031
4032 1995-12-28 Karl Eichwalder <ke@ke.Central.DE> 4032 1995-12-28 Karl Eichwalder <ke@ke.Central.DE>
4033 4033
4034 * dired.el (dired): Fix typo. 4034 * dired.el (dired): Fix typo.
4035 4035
4369 1995-12-19 Noah Friedman <friedman@splode.com> 4369 1995-12-19 Noah Friedman <friedman@splode.com>
4370 4370
4371 * yow.el (apropos-zippy): New command. 4371 * yow.el (apropos-zippy): New command.
4372 (yow-load-message, yow-after-load-message): New constants. 4372 (yow-load-message, yow-after-load-message): New constants.
4373 (yow, read-zippyism): Use them. 4373 (yow, read-zippyism): Use them.
4374 Now KEN and BARBIE are PERMANENTLY ADDICTED to MIND-ALTERING DRUGS.. 4374 Now KEN and BARBIE are PERMANENTLY ADDICTED to MIND-ALTERING DRUGS.
4375 4375
4376 1995-12-19 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de> 4376 1995-12-19 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de>
4377 4377
4378 * apropos.el (apropos-match-face): Use `secondary-selection' rather 4378 * apropos.el (apropos-match-face): Use `secondary-selection' rather
4379 than `highlight' to distinguish it from mouse-face highlighting of 4379 than `highlight' to distinguish it from mouse-face highlighting of
4908 4908
4909 * faces.el (face-color-supported-p): Return nil if no window system. 4909 * faces.el (face-color-supported-p): Return nil if no window system.
4910 4910
4911 1995-11-17 Ed Reingold <reingold@spiff.gnu.ai.mit.edu> 4911 1995-11-17 Ed Reingold <reingold@spiff.gnu.ai.mit.edu>
4912 4912
4913 * cal-coptic.el: Fix epoch of Ethiopiac calendar. 4913 * cal-coptic.el: Fix epoch of Ethiopic calendar.
4914 4914
4915 * cal-chinese.el: Minor fixes. 4915 * cal-chinese.el: Minor fixes.
4916 4916
4917 1995-11-17 Boris Goldowsky <boris@gnu.ai.mit.edu> 4917 1995-11-17 Boris Goldowsky <boris@gnu.ai.mit.edu>
4918 4918
5108 5108
5109 1995-11-10 Boris Goldowsky <boris@gnu.ai.mit.edu> 5109 1995-11-10 Boris Goldowsky <boris@gnu.ai.mit.edu>
5110 5110
5111 * facemenu.el (facemenu-unlisted-faces): Remove font-lock faces from 5111 * facemenu.el (facemenu-unlisted-faces): Remove font-lock faces from
5112 the default list. The list of face names was out of sync; to 5112 the default list. The list of face names was out of sync; to
5113 prevent this from happenning again I made font-lock.el, and other 5113 prevent this from happening again I made font-lock.el, and other
5114 packages that create "private" faces, put them on the list 5114 packages that create "private" faces, put them on the list
5115 themselves. This should give them a better chance of being 5115 themselves. This should give them a better chance of being
5116 updated when the packages are changed. 5116 updated when the packages are changed.
5117 5117
5118 * calendar.el (holiday-face, calendar-today-face, diary-face): Add 5118 * calendar.el (holiday-face, calendar-today-face, diary-face): Add
5775 * cal-tex.el: Minor fixes to doc strings and other small changes. 5775 * cal-tex.el: Minor fixes to doc strings and other small changes.
5776 5776
5777 1995-10-12 Richard Stallman <rms@mole.gnu.ai.mit.edu> 5777 1995-10-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5778 5778
5779 * help.el (variable-at-point, function-called-at-point): 5779 * help.el (variable-at-point, function-called-at-point):
5780 Fix revious changes. 5780 Fix previous changes.
5781 5781
5782 * iso-transl.el: Handle aliases dead-acute,... 5782 * iso-transl.el: Handle aliases dead-acute,...
5783 5783
5784 1995-10-12 Ed Reingold <reingold@cs.uiuc.edu> 5784 1995-10-12 Ed Reingold <reingold@cs.uiuc.edu>
5785 5785
6740 6740
6741 * sh-script.el (sh-newline-and-indent): Don't interpret prefix arg 6741 * sh-script.el (sh-newline-and-indent): Don't interpret prefix arg
6742 since `newline-and-indent' doesn't either. Don't turn a trailing 6742 since `newline-and-indent' doesn't either. Don't turn a trailing
6743 quoted tab into a space. 6743 quoted tab into a space.
6744 (sh-mode): Use new `skeleton-newline-indent-rigidly'. 6744 (sh-mode): Use new `skeleton-newline-indent-rigidly'.
6745 (sh-set-shell): Make maximum font-locking also hightlight keywords 6745 (sh-set-shell): Make maximum font-locking also highlight keywords
6746 after ``' and `!'. (The latter is for ksh '93 but should't hurt other 6746 after ``' and `!'. (The latter is for ksh '93 but should't hurt other
6747 shells.) 6747 shells.)
6748 6748
6749 1995-08-18 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de> 6749 1995-08-18 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de>
6750 6750
7391 (ada-end-stmt-re): Corrected serious pb of wrong parentheses. 7391 (ada-end-stmt-re): Corrected serious pb of wrong parentheses.
7392 (ada-subprog-start-re): Removed 'body' from the list. 7392 (ada-subprog-start-re): Removed 'body' from the list.
7393 (ada-format-paramlist): Simplified a regexp. 7393 (ada-format-paramlist): Simplified a regexp.
7394 (ada-indent-current): On first line of the buffer, indent to column 0. 7394 (ada-indent-current): On first line of the buffer, indent to column 0.
7395 Don't reindent if new position is the same as the old one. Thus, a 7395 Don't reindent if new position is the same as the old one. Thus, a
7396 correcly indended line is not modified. 7396 correctly indended line is not modified.
7397 (ada-get-indent-subprog): Simplified a regexp. 7397 (ada-get-indent-subprog): Simplified a regexp.
7398 (ada-goto-matching-decl-start): Distinguish between normal type 7398 (ada-goto-matching-decl-start): Distinguish between normal type
7399 declaration and protected types, which are more like procedures. 7399 declaration and protected types, which are more like procedures.
7400 (ada-remove-trailing-spaces): Use save-match-data, save-restriction 7400 (ada-remove-trailing-spaces): Use save-match-data, save-restriction
7401 and widen when removing whitespace. 7401 and widen when removing whitespace.