diff options
| author | Glenn Morris | 2008-06-27 07:34:53 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 07:34:53 +0000 |
| commit | fffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch) | |
| tree | 9b5ae8fa1340ffebf47484ab11f860a6d216ad6d | |
| parent | cdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff) | |
| download | emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.zip | |
American English spelling fix.
68 files changed, 108 insertions, 108 deletions
| @@ -6894,7 +6894,7 @@ | |||
| 6894 | 6894 | ||
| 6895 | * make-dist: Check the flag called "make_tar", not "make_dir"; the | 6895 | * make-dist: Check the flag called "make_tar", not "make_dir"; the |
| 6896 | latter, being a typo, is always false, resulting in a program | 6896 | latter, being a typo, is always false, resulting in a program |
| 6897 | whose default behaviour is to painstakingly build a copy of the | 6897 | whose default behavior is to painstakingly build a copy of the |
| 6898 | source tree, and then delete it. Rah. | 6898 | source tree, and then delete it. Rah. |
| 6899 | 6899 | ||
| 6900 | * Makefile.in: Add dist target, and comment for it. | 6900 | * Makefile.in: Add dist target, and comment for it. |
diff --git a/admin/ChangeLog b/admin/ChangeLog index 11480faa4eb..090f8c20890 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -463,7 +463,7 @@ | |||
| 463 | 463 | ||
| 464 | 2005-02-15 Jason Rumney <jasonr@gnu.org> | 464 | 2005-02-15 Jason Rumney <jasonr@gnu.org> |
| 465 | 465 | ||
| 466 | * nt/makedist.bat: Do not rely on non-standard behaviour of | 466 | * nt/makedist.bat: Do not rely on non-standard behavior of |
| 467 | tar --exclude. | 467 | tar --exclude. |
| 468 | 468 | ||
| 469 | 2004-11-02 Jan Djärv <jan.h.d@swipnet.se> | 469 | 2004-11-02 Jan Djärv <jan.h.d@swipnet.se> |
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index c3d432d17c5..685967ca96b 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -93,7 +93,7 @@ Known problems: | |||
| 93 | 93 | ||
| 94 | emacsclient -e '(top-level)' | 94 | emacsclient -e '(top-level)' |
| 95 | 95 | ||
| 96 | Note that this (perhaps) unintuitive behaviour is by design. | 96 | Note that this (perhaps) unintuitive behavior is by design. |
| 97 | Single-kboard mode is required because of an intrinsic Emacs | 97 | Single-kboard mode is required because of an intrinsic Emacs |
| 98 | limitation that is very hard to eliminate. (This limitation | 98 | limitation that is very hard to eliminate. (This limitation |
| 99 | is related to the single-threaded nature of Emacs.) | 99 | is related to the single-threaded nature of Emacs.) |
| @@ -733,7 +733,7 @@ DIARY OF CHANGES | |||
| 733 | term_init/delete_tty. The hint was right, in a way.) | 733 | term_init/delete_tty. The hint was right, in a way.) |
| 734 | 734 | ||
| 735 | -- Issue with SIGIO: it needs to be disabled during redisplay. See if | 735 | -- Issue with SIGIO: it needs to be disabled during redisplay. See if |
| 736 | fcntl kernel behaviour could be emulated by emacsclient. | 736 | fcntl kernel behavior could be emulated by emacsclient. |
| 737 | 737 | ||
| 738 | (Done. Simply disabled the SIGIO emulation hack in emacsclient.) | 738 | (Done. Simply disabled the SIGIO emulation hack in emacsclient.) |
| 739 | (Update: it was added back.) (Update^2: and removed again.) | 739 | (Update: it was added back.) (Update^2: and removed again.) |
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2f6d1b08973..64e8fc3a810 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -4964,7 +4964,7 @@ | |||
| 4964 | 4964 | ||
| 4965 | 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk> | 4965 | 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 4966 | 4966 | ||
| 4967 | * calendar.texi (Date Formats): Document changed behaviour of | 4967 | * calendar.texi (Date Formats): Document changed behavior of |
| 4968 | abbreviations. | 4968 | abbreviations. |
| 4969 | 4969 | ||
| 4970 | 2003-07-24 Markus Rost <rost@math.ohio-state.edu> | 4970 | 2003-07-24 Markus Rost <rost@math.ohio-state.edu> |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8b0b08cdf90..8278166f0a7 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -659,7 +659,7 @@ | |||
| 659 | 2007-11-18 Michael Albinus <michael.albinus@gmx.de> | 659 | 2007-11-18 Michael Albinus <michael.albinus@gmx.de> |
| 660 | 660 | ||
| 661 | * tramp.texi (Filename completion): Simplify explanation of | 661 | * tramp.texi (Filename completion): Simplify explanation of |
| 662 | double-slash behaviour. Explain directory contents flushing. | 662 | double-slash behavior. Explain directory contents flushing. |
| 663 | 663 | ||
| 664 | 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com> | 664 | 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com> |
| 665 | 665 | ||
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index e3016f637a7..0d751a93b1d 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -2278,7 +2278,7 @@ for files on the local host, with the exception that minibuffer | |||
| 2278 | killing via a double-slash works only on the filename part, except | 2278 | killing via a double-slash works only on the filename part, except |
| 2279 | that filename part starts with @file{//}. | 2279 | that filename part starts with @file{//}. |
| 2280 | @ifset emacs | 2280 | @ifset emacs |
| 2281 | A triple-slash stands for the default behaviour. | 2281 | A triple-slash stands for the default behavior. |
| 2282 | @end ifset | 2282 | @end ifset |
| 2283 | @ifinfo | 2283 | @ifinfo |
| 2284 | @xref{Minibuffer File, , , @value{emacsdir}}. | 2284 | @xref{Minibuffer File, , , @value{emacsdir}}. |
diff --git a/etc/ChangeLog b/etc/ChangeLog index 8788493de37..d43f477fae3 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -2964,7 +2964,7 @@ | |||
| 2964 | 2964 | ||
| 2965 | 2001-05-17 Francesco Potortì <pot@gnu.org> | 2965 | 2001-05-17 Francesco Potortì <pot@gnu.org> |
| 2966 | 2966 | ||
| 2967 | * etags.1: Add the latest changes to etags behaviour. | 2967 | * etags.1: Add the latest changes to etags behavior. |
| 2968 | 2968 | ||
| 2969 | 2001-05-04 Eli Zaretskii <eliz@is.elta.co.il> | 2969 | 2001-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
| 2970 | 2970 | ||
diff --git a/etc/ETAGS.EBNF b/etc/ETAGS.EBNF index fa2ae6c772e..148de7c2303 100644 --- a/etc/ETAGS.EBNF +++ b/etc/ETAGS.EBNF | |||
| @@ -10,7 +10,7 @@ This file contains two sections: | |||
| 10 | 10 | ||
| 11 | ====================== 1) EBNF tag file description ===================== | 11 | ====================== 1) EBNF tag file description ===================== |
| 12 | 12 | ||
| 13 | Productions created from current behaviour to aid extensions | 13 | Productions created from current behavior to aid extensions |
| 14 | Francesco Potorti` <pot@gnu.org> 2002 | 14 | Francesco Potorti` <pot@gnu.org> 2002 |
| 15 | ---------------- | 15 | ---------------- |
| 16 | 16 | ||
| @@ -712,7 +712,7 @@ saving changes. | |||
| 712 | with the face `eldoc-highlight-function-argument'. | 712 | with the face `eldoc-highlight-function-argument'. |
| 713 | 713 | ||
| 714 | *** In Etags, the --members option is now the default. | 714 | *** In Etags, the --members option is now the default. |
| 715 | Use --no-members if you want the old default behaviour of not tagging | 715 | Use --no-members if you want the old default behavior of not tagging |
| 716 | struct members in C, members variables in C++ and variables in PHP. | 716 | struct members in C, members variables in C++ and variables in PHP. |
| 717 | 717 | ||
| 718 | *** The `gdb' command only works with the graphical interface now. | 718 | *** The `gdb' command only works with the graphical interface now. |
diff --git a/etc/NEWS.1-17 b/etc/NEWS.1-17 index c92cee7481e..c9dc2729fc8 100644 --- a/etc/NEWS.1-17 +++ b/etc/NEWS.1-17 | |||
| @@ -1026,7 +1026,7 @@ cursor's line. There are a number of other commands which are the same | |||
| 1026 | as those of buffer-menu-mode. | 1026 | as those of buffer-menu-mode. |
| 1027 | 1027 | ||
| 1028 | This is a useful thing to bind to c-x c-b in your `.emacs' file if the | 1028 | This is a useful thing to bind to c-x c-b in your `.emacs' file if the |
| 1029 | rather non-standard `electric' behaviour of the buffer list suits your taste. | 1029 | rather non-standard `electric' behavior of the buffer list suits your taste. |
| 1030 | Type C-h after invoking electric-buffer-list for more information. | 1030 | Type C-h after invoking electric-buffer-list for more information. |
| 1031 | 1031 | ||
| 1032 | Calls value of `electric-buffer-menu-mode-hook' if non-nil on entry. | 1032 | Calls value of `electric-buffer-menu-mode-hook' if non-nil on entry. |
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 6bd1393d1be..2a7ab4371a5 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 | |||
| @@ -102,7 +102,7 @@ in to make it use the scrollbars from the system theme. | |||
| 102 | ** focus-follows-mouse defaults to nil on MS Windows. | 102 | ** focus-follows-mouse defaults to nil on MS Windows. |
| 103 | Previously this variable was incorrectly documented as having no effect | 103 | Previously this variable was incorrectly documented as having no effect |
| 104 | on MS Windows, and the default was inappropriate for the majority of | 104 | on MS Windows, and the default was inappropriate for the majority of |
| 105 | Windows installations. Users of software which modifies the behaviour of | 105 | Windows installations. Users of software which modifies the behavior of |
| 106 | Windows to cause focus to follow the mouse will now need to explicitly set | 106 | Windows to cause focus to follow the mouse will now need to explicitly set |
| 107 | this variable. | 107 | this variable. |
| 108 | 108 | ||
| @@ -2484,7 +2484,7 @@ Emacs 21/22 such as the toolbar, and bitmaps in the fringe to indicate | |||
| 2484 | breakpoints. | 2484 | breakpoints. |
| 2485 | 2485 | ||
| 2486 | To use this package just type M-x gdb. See the Emacs manual if you want the | 2486 | To use this package just type M-x gdb. See the Emacs manual if you want the |
| 2487 | old behaviour. | 2487 | old behavior. |
| 2488 | 2488 | ||
| 2489 | *** GUD mode has its own tool bar for controlling execution of the inferior | 2489 | *** GUD mode has its own tool bar for controlling execution of the inferior |
| 2490 | and other common debugger commands. | 2490 | and other common debugger commands. |
diff --git a/etc/NXML-NEWS b/etc/NXML-NEWS index cebbab82fda..ab0d351096d 100644 --- a/etc/NXML-NEWS +++ b/etc/NXML-NEWS | |||
| @@ -93,7 +93,7 @@ the content of an element. C-M-n and C-M-p move to the next or | |||
| 93 | previous element. | 93 | previous element. |
| 94 | 94 | ||
| 95 | By default, the sexp commands (C-M-f, C-M-b, C-M-k, C-M-SPC) operate | 95 | By default, the sexp commands (C-M-f, C-M-b, C-M-k, C-M-SPC) operate |
| 96 | on tags rather than elements. To restore the old behaviour, | 96 | on tags rather than elements. To restore the old behavior, |
| 97 | customize nxml-sexp-element-flag. | 97 | customize nxml-sexp-element-flag. |
| 98 | 98 | ||
| 99 | The file TUTORIAL has been replaced by nxml-mode.info; this is in info | 99 | The file TUTORIAL has been replaced by nxml-mode.info; this is in info |
| @@ -137,7 +137,7 @@ You can do | |||
| 137 | M-x customize-variable RET nxml-slash-auto-complete-flag RET | 137 | M-x customize-variable RET nxml-slash-auto-complete-flag RET |
| 138 | 138 | ||
| 139 | and then follow the instructions displayed in the buffer to get the | 139 | and then follow the instructions displayed in the buffer to get the |
| 140 | old behaviour. | 140 | old behavior. |
| 141 | 141 | ||
| 142 | Completion after </ will complete the rest of the end-tag. Completion | 142 | Completion after </ will complete the rest of the end-tag. Completion |
| 143 | after < will include the end-tag in the possibilities if allowed by | 143 | after < will include the end-tag in the possibilities if allowed by |
diff --git a/etc/termcap.src b/etc/termcap.src index aeb41745540..fbe8378c800 100644 --- a/etc/termcap.src +++ b/etc/termcap.src | |||
| @@ -6070,7 +6070,7 @@ wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell:\ | |||
| 6070 | # this speed. | 6070 | # this speed. |
| 6071 | # dch1 has been commented out because it causes annoying glittering when | 6071 | # dch1 has been commented out because it causes annoying glittering when |
| 6072 | # vi deletes one character at the beginning of a line with tabs in it. | 6072 | # vi deletes one character at the beginning of a line with tabs in it. |
| 6073 | # dch makes sysgen(1M) have a horrible behaviour when deleting | 6073 | # dch makes sysgen(1M) have a horrible behavior when deleting |
| 6074 | # a screen and makes screen(1) behave badly, so it is disabled too. The nice | 6074 | # a screen and makes screen(1) behave badly, so it is disabled too. The nice |
| 6075 | # thing is that vi goes crazy if smir-rmir are present and both dch-dch1 are | 6075 | # thing is that vi goes crazy if smir-rmir are present and both dch-dch1 are |
| 6076 | # not, so smir and rmir are commented out as well. | 6076 | # not, so smir and rmir are commented out as well. |
| @@ -6323,7 +6323,7 @@ wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns:\ | |||
| 6323 | # terminal bug (not sending \E[) was acknowledged by Wyse (so it's not just | 6323 | # terminal bug (not sending \E[) was acknowledged by Wyse (so it's not just |
| 6324 | # me), but I can't find that and the server under my bookmark to "Wyse | 6324 | # me), but I can't find that and the server under my bookmark to "Wyse |
| 6325 | # Technical" isn't responding. So there's the question of wether the wy85 | 6325 | # Technical" isn't responding. So there's the question of wether the wy85 |
| 6326 | # terminfo should reflect the manufactuer's intended behaviour of the terminal | 6326 | # terminfo should reflect the manufactuer's intended behavior of the terminal |
| 6327 | # or the actual." | 6327 | # or the actual." |
| 6328 | # (untranslatable capabilities removed to fit entry within 1023 bytes) | 6328 | # (untranslatable capabilities removed to fit entry within 1023 bytes) |
| 6329 | # (sgr removed to fit entry within 1023 bytes) | 6329 | # (sgr removed to fit entry within 1023 bytes) |
diff --git a/leim/ChangeLog b/leim/ChangeLog index 483723625fb..74eaf849c7d 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -544,7 +544,7 @@ | |||
| 544 | 2003-07-21 KAWABATA, Taichi <kawabata@m17n.org> | 544 | 2003-07-21 KAWABATA, Taichi <kawabata@m17n.org> |
| 545 | 545 | ||
| 546 | * quail/indian.el (quail-indian-update-translation): Adjust the | 546 | * quail/indian.el (quail-indian-update-translation): Adjust the |
| 547 | behaviour according to the change of quail-translate-key. | 547 | behavior according to the change of quail-translate-key. |
| 548 | 548 | ||
| 549 | 2003-05-22 Kenichi Handa <handa@m17n.org> | 549 | 2003-05-22 Kenichi Handa <handa@m17n.org> |
| 550 | 550 | ||
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index bd0703de132..4d20acd8b89 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -14464,7 +14464,7 @@ | |||
| 14464 | * simple.el (push-mark-command): Added optional NOMSG arg. | 14464 | * simple.el (push-mark-command): Added optional NOMSG arg. |
| 14465 | 14465 | ||
| 14466 | * emulation/cua-base.el (cua-set-mark): Align pop to mark | 14466 | * emulation/cua-base.el (cua-set-mark): Align pop to mark |
| 14467 | behaviour with standard set-mark-command. | 14467 | behavior with standard set-mark-command. |
| 14468 | (cua--pre-command-handler): Use push-mark-command. | 14468 | (cua--pre-command-handler): Use push-mark-command. |
| 14469 | (cua-repeat-replace-region): Improve functionality when | 14469 | (cua-repeat-replace-region): Improve functionality when |
| 14470 | repeated after moving point or changing buffer. | 14470 | repeated after moving point or changing buffer. |
| @@ -14482,7 +14482,7 @@ | |||
| 14482 | 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk> | 14482 | 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 14483 | 14483 | ||
| 14484 | * progmodes/f90.el (f90-previous-block, f90-next-block): New names, | 14484 | * progmodes/f90.el (f90-previous-block, f90-next-block): New names, |
| 14485 | and slightly changed behaviour, for `f90-previous-block-start' and | 14485 | and slightly changed behavior, for `f90-previous-block-start' and |
| 14486 | `f90-next-block-end'. | 14486 | `f90-next-block-end'. |
| 14487 | (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify. | 14487 | (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify. |
| 14488 | 14488 | ||
| @@ -17724,7 +17724,7 @@ | |||
| 17724 | directory names in classpath/sourcepath lists, update comment. | 17724 | directory names in classpath/sourcepath lists, update comment. |
| 17725 | (jdb): Add setting of gud-jdb-sourcepath, update comment. | 17725 | (jdb): Add setting of gud-jdb-sourcepath, update comment. |
| 17726 | (gud-find-class): Add gud-jdb-sourcepath use, and correct | 17726 | (gud-find-class): Add gud-jdb-sourcepath use, and correct |
| 17727 | behaviour for the case when classpath is not used--backward | 17727 | behavior for the case when classpath is not used--backward |
| 17728 | compatibility fix. | 17728 | compatibility fix. |
| 17729 | 17729 | ||
| 17730 | 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il> | 17730 | 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il> |
| @@ -22062,7 +22062,7 @@ | |||
| 22062 | 2001-11-18 Stephen Eglen <stephen@gnu.org> | 22062 | 2001-11-18 Stephen Eglen <stephen@gnu.org> |
| 22063 | 22063 | ||
| 22064 | * iswitchb.el (iswitchb-cannot-complete-hook): New variable to | 22064 | * iswitchb.el (iswitchb-cannot-complete-hook): New variable to |
| 22065 | control behaviour when no further completion is possible. | 22065 | control behavior when no further completion is possible. |
| 22066 | 22066 | ||
| 22067 | 2001-11-19 Colin Walters <walters@verbum.org> | 22067 | 2001-11-19 Colin Walters <walters@verbum.org> |
| 22068 | 22068 | ||
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index db12cac619c..fc0ef6e6164 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -3869,7 +3869,7 @@ | |||
| 3869 | 3869 | ||
| 3870 | 2006-11-26 Nick Roberts <nickrob@snap.net.nz> | 3870 | 2006-11-26 Nick Roberts <nickrob@snap.net.nz> |
| 3871 | 3871 | ||
| 3872 | * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not | 3872 | * speedbar.el (speedbar-timer-fn): Revert to old behavior when not |
| 3873 | in GUD mode. | 3873 | in GUD mode. |
| 3874 | 3874 | ||
| 3875 | * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings: | 3875 | * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings: |
| @@ -4512,7 +4512,7 @@ | |||
| 4512 | 4512 | ||
| 4513 | * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set) | 4513 | * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set) |
| 4514 | (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old | 4514 | (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old |
| 4515 | behaviour. | 4515 | behavior. |
| 4516 | (pr-menu-bind): Act on global-map instead of menu-bar-file-menu | 4516 | (pr-menu-bind): Act on global-map instead of menu-bar-file-menu |
| 4517 | directly. | 4517 | directly. |
| 4518 | 4518 | ||
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index a7246c3ab57..89333a731c5 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -3985,7 +3985,7 @@ | |||
| 3985 | 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 3985 | 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 3986 | Miles Bader <miles@gnu.org> | 3986 | Miles Bader <miles@gnu.org> |
| 3987 | 3987 | ||
| 3988 | * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE, | 3988 | * blank-mode.el: New file. Minor mode to visualize (HARD) SPACE, |
| 3989 | TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code | 3989 | TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code |
| 3990 | for handling display table (via visws.el package), his code was | 3990 | for handling display table (via visws.el package), his code was |
| 3991 | modified, but the main idea was kept. | 3991 | modified, but the main idea was kept. |
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index 9de6be09068..a69ab8456b3 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 | |||
| @@ -2696,7 +2696,7 @@ | |||
| 2696 | * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in | 2696 | * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in |
| 2697 | front of first argument to `insert-abbrev-table-description'. | 2697 | front of first argument to `insert-abbrev-table-description'. |
| 2698 | 2698 | ||
| 2699 | * fortran.el (fortran-is-in-string-p): Fixed incorrect behaviour | 2699 | * fortran.el (fortran-is-in-string-p): Fixed incorrect behavior |
| 2700 | when in first statement of a buffer. | 2700 | when in first statement of a buffer. |
| 2701 | 2701 | ||
| 2702 | 1993-02-08 Roland McGrath (roland@geech.gnu.ai.mit.edu) | 2702 | 1993-02-08 Roland McGrath (roland@geech.gnu.ai.mit.edu) |
diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5 index ee88e5b073a..1a2781b0d98 100644 --- a/lisp/ChangeLog.5 +++ b/lisp/ChangeLog.5 | |||
| @@ -4533,7 +4533,7 @@ | |||
| 4533 | 4533 | ||
| 4534 | * imenu.el (imenu-always-use-completion-buffer-p): A value of | 4534 | * imenu.el (imenu-always-use-completion-buffer-p): A value of |
| 4535 | `never' now means never display a completion buffer. | 4535 | `never' now means never display a completion buffer. |
| 4536 | (imenu--completion-buffer): Implement 'never behaviour. | 4536 | (imenu--completion-buffer): Implement 'never behavior. |
| 4537 | 4537 | ||
| 4538 | 1994-12-21 Stefan Schoef <schoef@informatik.uni-oldenburg.de> | 4538 | 1994-12-21 Stefan Schoef <schoef@informatik.uni-oldenburg.de> |
| 4539 | 4539 | ||
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6 index c4c00ffb082..f06df6497f6 100644 --- a/lisp/ChangeLog.6 +++ b/lisp/ChangeLog.6 | |||
| @@ -5291,7 +5291,7 @@ | |||
| 5291 | 5291 | ||
| 5292 | * skeleton.el (skeleton-end-hook): Now defvared and responsible for | 5292 | * skeleton.el (skeleton-end-hook): Now defvared and responsible for |
| 5293 | pushing out anything following skeleton to next line. Thus this | 5293 | pushing out anything following skeleton to next line. Thus this |
| 5294 | behaviour can now be controlled by modes. | 5294 | behavior can now be controlled by modes. |
| 5295 | (skeleton-insert): Parameter `no-newline' removed. | 5295 | (skeleton-insert): Parameter `no-newline' removed. |
| 5296 | (skeleton-read): Take this into account. | 5296 | (skeleton-read): Take this into account. |
| 5297 | (skeleton-internal-1): Less spurious empty lines when wrapping. | 5297 | (skeleton-internal-1): Less spurious empty lines when wrapping. |
| @@ -6721,7 +6721,7 @@ | |||
| 6721 | 6721 | ||
| 6722 | * skeleton.el (skeleton-newline-indent-rigidly): New variable. | 6722 | * skeleton.el (skeleton-newline-indent-rigidly): New variable. |
| 6723 | (skeleton-internal-1): Use it for indenting after \n because previous | 6723 | (skeleton-internal-1): Use it for indenting after \n because previous |
| 6724 | behaviour was only useful for `sh-script.el' and old `ada.el'. Other | 6724 | behavior was only useful for `sh-script.el' and old `ada.el'. Other |
| 6725 | modes now get their own indentation. | 6725 | modes now get their own indentation. |
| 6726 | (skeleton, skeleton-modified, skeleton-point, skeleton-regions): `New' | 6726 | (skeleton, skeleton-modified, skeleton-point, skeleton-regions): `New' |
| 6727 | variables for passing between the mutually recursive functions of | 6727 | variables for passing between the mutually recursive functions of |
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index f933402f3c7..85881594f12 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -6528,7 +6528,7 @@ | |||
| 6528 | are used for key generation as well. | 6528 | are used for key generation as well. |
| 6529 | (bibtex-member-of-regexp): Case is honoured for matches now. | 6529 | (bibtex-member-of-regexp): Case is honoured for matches now. |
| 6530 | (bibtex-autokey-titleword-ignore): Added entries provide compatibility | 6530 | (bibtex-autokey-titleword-ignore): Added entries provide compatibility |
| 6531 | to former behaviour. | 6531 | to former behavior. |
| 6532 | 6532 | ||
| 6533 | * bibtex.el (bibtex-autokey-titleword-ignore): Title words found in | 6533 | * bibtex.el (bibtex-autokey-titleword-ignore): Title words found in |
| 6534 | this list are always ignored (previously only at the beginning of the | 6534 | this list are always ignored (previously only at the beginning of the |
| @@ -21591,7 +21591,7 @@ | |||
| 21591 | 21591 | ||
| 21592 | * find-file.el (general): Enabled commentary for Finder. | 21592 | * find-file.el (general): Enabled commentary for Finder. |
| 21593 | (ff-search-directories): Changed /usr/include/* to /usr/include. | 21593 | (ff-search-directories): Changed /usr/include/* to /usr/include. |
| 21594 | (ff-get-file-name): Improve behaviour when file is found in a buffer. | 21594 | (ff-get-file-name): Improve behavior when file is found in a buffer. |
| 21595 | 21595 | ||
| 21596 | 1996-11-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | 21596 | 1996-11-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> |
| 21597 | 21597 | ||
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index d74795ecfe1..0f924efa6d0 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -7276,7 +7276,7 @@ | |||
| 7276 | 7276 | ||
| 7277 | * rmail.el (rmail-encode-string): Make sure mask value is | 7277 | * rmail.el (rmail-encode-string): Make sure mask value is |
| 7278 | positive; (emacs-pid) returns a negative number on Windows 9x | 7278 | positive; (emacs-pid) returns a negative number on Windows 9x |
| 7279 | which causes odd behaviour. | 7279 | which causes odd behavior. |
| 7280 | 7280 | ||
| 7281 | 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | 7281 | 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> |
| 7282 | 7282 | ||
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 51f29b94b48..b98599b3ddd 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -3535,7 +3535,7 @@ | |||
| 3535 | 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org> | 3535 | 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org> |
| 3536 | 3536 | ||
| 3537 | The following changes are to provide infrastructure for handling | 3537 | The following changes are to provide infrastructure for handling |
| 3538 | MIME messages to rmail. They don't affect the original behaviour | 3538 | MIME messages to rmail. They don't affect the original behavior |
| 3539 | if rmail-enable-mime is nil. | 3539 | if rmail-enable-mime is nil. |
| 3540 | 3540 | ||
| 3541 | * mail/rmail.el (rmail-insert-mime-forwarded-message-function) | 3541 | * mail/rmail.el (rmail-insert-mime-forwarded-message-function) |
| @@ -3792,7 +3792,7 @@ | |||
| 3792 | 3792 | ||
| 3793 | 2001-04-24 Gerd Moellmann <gerd@gnu.org> | 3793 | 2001-04-24 Gerd Moellmann <gerd@gnu.org> |
| 3794 | 3794 | ||
| 3795 | * rect.el (string-rectangle): Revert to 20.x behaviour. | 3795 | * rect.el (string-rectangle): Revert to 20.x behavior. |
| 3796 | (replace-rectangle): Make it an alias for string-rectangle. | 3796 | (replace-rectangle): Make it an alias for string-rectangle. |
| 3797 | (string-insert-rectangle): New function. | 3797 | (string-insert-rectangle): New function. |
| 3798 | 3798 | ||
| @@ -13875,7 +13875,7 @@ | |||
| 13875 | 13875 | ||
| 13876 | * timer.el (run-with-idle-timer): Undo last change, so that timer | 13876 | * timer.el (run-with-idle-timer): Undo last change, so that timer |
| 13877 | is not activated immediately if Emacs is already idle. Some | 13877 | is not activated immediately if Emacs is already idle. Some |
| 13878 | existing code relies on this behaviour. | 13878 | existing code relies on this behavior. |
| 13879 | 13879 | ||
| 13880 | 2000-08-30 Miles Bader <miles@gnu.org> | 13880 | 2000-08-30 Miles Bader <miles@gnu.org> |
| 13881 | 13881 | ||
| @@ -16846,7 +16846,7 @@ | |||
| 16846 | 16846 | ||
| 16847 | * recentf.el: Added some "Commentary". | 16847 | * recentf.el: Added some "Commentary". |
| 16848 | (recentf-open-more-files, recentf-edit-list): Minor changes to | 16848 | (recentf-open-more-files, recentf-edit-list): Minor changes to |
| 16849 | move the point at the top of the file list. This behaviour is | 16849 | move the point at the top of the file list. This behavior is |
| 16850 | consistent with the menu one when the list contains a lot of | 16850 | consistent with the menu one when the list contains a lot of |
| 16851 | files. | 16851 | files. |
| 16852 | (recentf-cleanup): Now displays the number of items removed from | 16852 | (recentf-cleanup): Now displays the number of items removed from |
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index f97ad4bf8c5..83ffe65c970 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el | |||
| @@ -230,7 +230,7 @@ be added." | |||
| 230 | (string :format "%v"))) | 230 | (string :format "%v"))) |
| 231 | :group 'archive-zip) | 231 | :group 'archive-zip) |
| 232 | 232 | ||
| 233 | ;; For several reasons the latter behaviour is not desirable in general. | 233 | ;; For several reasons the latter behavior is not desirable in general. |
| 234 | ;; (1) It uses more disk space. (2) Error checking is worse or non- | 234 | ;; (1) It uses more disk space. (2) Error checking is worse or non- |
| 235 | ;; existent. (3) It tends to do funny things with other systems' file | 235 | ;; existent. (3) It tends to do funny things with other systems' file |
| 236 | ;; names. | 236 | ;; names. |
diff --git a/lisp/complete.el b/lisp/complete.el index 058bcd7e8ad..95e116f7536 100644 --- a/lisp/complete.el +++ b/lisp/complete.el | |||
| @@ -933,7 +933,7 @@ or properties are considered." | |||
| 933 | ;; completions of "(ne", which is presumably not what one wants. | 933 | ;; completions of "(ne", which is presumably not what one wants. |
| 934 | ;; | 934 | ;; |
| 935 | ;; This is arguably (at least, it seems to be the existing intended | 935 | ;; This is arguably (at least, it seems to be the existing intended |
| 936 | ;; behaviour) what one _does_ want if point has been explicitly | 936 | ;; behavior) what one _does_ want if point has been explicitly |
| 937 | ;; positioned on the hyphen. Note that if PC-do-completion (qv) binds | 937 | ;; positioned on the hyphen. Note that if PC-do-completion (qv) binds |
| 938 | ;; completion-base-size to nil, then completion does not replace the | 938 | ;; completion-base-size to nil, then completion does not replace the |
| 939 | ;; correct amount of text in such cases. | 939 | ;; correct amount of text in such cases. |
| @@ -945,12 +945,12 @@ or properties are considered." | |||
| 945 | ;; the minibuffer. The same is not true for lisp symbols. | 945 | ;; the minibuffer. The same is not true for lisp symbols. |
| 946 | ;; | 946 | ;; |
| 947 | ;; [1] An alternate fix would be to not move point to the hyphen | 947 | ;; [1] An alternate fix would be to not move point to the hyphen |
| 948 | ;; in such cases, but that would make the behaviour different from | 948 | ;; in such cases, but that would make the behavior different from |
| 949 | ;; that for filenames. It seems PC moves point to the site of the | 949 | ;; that for filenames. It seems PC moves point to the site of the |
| 950 | ;; first difference between the possible completions. | 950 | ;; first difference between the possible completions. |
| 951 | ;; | 951 | ;; |
| 952 | ;; Alternatively alternatively, maybe end should be computed in | 952 | ;; Alternatively alternatively, maybe end should be computed in |
| 953 | ;; the same way as beg. That would change the behaviour though. | 953 | ;; the same way as beg. That would change the behavior though. |
| 954 | (if (equal last-command 'PC-lisp-complete-symbol) | 954 | (if (equal last-command 'PC-lisp-complete-symbol) |
| 955 | (PC-do-completion nil beg PC-lisp-complete-end t) | 955 | (PC-do-completion nil beg PC-lisp-complete-end t) |
| 956 | (if PC-lisp-complete-end | 956 | (if PC-lisp-complete-end |
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 9047b6473a5..8a366a25d75 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -63,7 +63,7 @@ | |||
| 63 | ;; - press the prefix key and the following key within 0.2 seconds, or | 63 | ;; - press the prefix key and the following key within 0.2 seconds, or |
| 64 | ;; - use the SHIFT key with the prefix key, i.e. C-X or C-C | 64 | ;; - use the SHIFT key with the prefix key, i.e. C-X or C-C |
| 65 | ;; | 65 | ;; |
| 66 | ;; This behaviour can be customized via the | 66 | ;; This behavior can be customized via the |
| 67 | ;; cua-prefix-override-inhibit-delay variable. | 67 | ;; cua-prefix-override-inhibit-delay variable. |
| 68 | 68 | ||
| 69 | ;; In addition to using the shifted movement keys, you can also use | 69 | ;; In addition to using the shifted movement keys, you can also use |
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el index 9400c37ceed..bb977cc3802 100644 --- a/lisp/emulation/pc-select.el +++ b/lisp/emulation/pc-select.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | ;; programs (which is the same as the MAC gui and (sorry for that) MS-Windows). | 30 | ;; programs (which is the same as the MAC gui and (sorry for that) MS-Windows). |
| 31 | ;; It modifies the keybindings of the cursor keys and the next, prior, | 31 | ;; It modifies the keybindings of the cursor keys and the next, prior, |
| 32 | ;; home and end keys. They will modify mark-active. | 32 | ;; home and end keys. They will modify mark-active. |
| 33 | ;; You can still get the old behaviour of cursor moving with the | 33 | ;; You can still get the old behavior of cursor moving with the |
| 34 | ;; control sequences C-f, C-b, etc. | 34 | ;; control sequences C-f, C-b, etc. |
| 35 | ;; This package uses transient-mark-mode and | 35 | ;; This package uses transient-mark-mode and |
| 36 | ;; delete-selection-mode. | 36 | ;; delete-selection-mode. |
| @@ -71,7 +71,7 @@ | |||
| 71 | ;; which will operate on the active region | 71 | ;; which will operate on the active region |
| 72 | ;; It was not possible to bind them to C-v, C-x and C-c for obvious | 72 | ;; It was not possible to bind them to C-v, C-x and C-c for obvious |
| 73 | ;; emacs reasons. | 73 | ;; emacs reasons. |
| 74 | ;; They will be bound according to the "old" behaviour to S-delete (cut), | 74 | ;; They will be bound according to the "old" behavior to S-delete (cut), |
| 75 | ;; S-insert (paste) and C-insert (copy). These keys do the same in many | 75 | ;; S-insert (paste) and C-insert (copy). These keys do the same in many |
| 76 | ;; other programs. | 76 | ;; other programs. |
| 77 | ;; | 77 | ;; |
diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02 index f7ade03aee1..d46a57b18c6 100644 --- a/lisp/erc/ChangeLog.02 +++ b/lisp/erc/ChangeLog.02 | |||
| @@ -162,7 +162,7 @@ | |||
| 162 | 162 | ||
| 163 | * erc.el(erc-truncate-buffer-on-save): | 163 | * erc.el(erc-truncate-buffer-on-save): |
| 164 | Removed documentation that | 164 | Removed documentation that |
| 165 | described behaviour now changed. It used to say "When nil, no | 165 | described behavior now changed. It used to say "When nil, no |
| 166 | buffer is ever truncated." This is no longer true; even when | 166 | buffer is ever truncated." This is no longer true; even when |
| 167 | buffers are NOT truncated on save, they can be truncated, eg. by | 167 | buffers are NOT truncated on save, they can be truncated, eg. by |
| 168 | adding erc-truncate-buffer to the hook. | 168 | adding erc-truncate-buffer to the hook. |
| @@ -1916,7 +1916,7 @@ | |||
| 1916 | Fix C-c C-t to not include the nick/time info | 1916 | Fix C-c C-t to not include the nick/time info |
| 1917 | (both from antifuchs) | 1917 | (both from antifuchs) |
| 1918 | 1918 | ||
| 1919 | * erc-complete.el: Fix for xemacs elt behaviour | 1919 | * erc-complete.el: Fix for xemacs elt behavior |
| 1920 | 1920 | ||
| 1921 | 2002-04-17 John Wiegley <johnw@gnu.org> | 1921 | 2002-04-17 John Wiegley <johnw@gnu.org> |
| 1922 | 1922 | ||
| @@ -1970,7 +1970,7 @@ | |||
| 1970 | 2002-04-11 Mario Lang <mlang@delysid.org> | 1970 | 2002-04-11 Mario Lang <mlang@delysid.org> |
| 1971 | 1971 | ||
| 1972 | * erc-track.el: | 1972 | * erc-track.el: |
| 1973 | try to fix behaviour when used with different frames. | 1973 | try to fix behavior when used with different frames. |
| 1974 | 1974 | ||
| 1975 | 2002-04-09 Mario Lang <mlang@delysid.org> | 1975 | 2002-04-09 Mario Lang <mlang@delysid.org> |
| 1976 | 1976 | ||
| @@ -2162,7 +2162,7 @@ | |||
| 2162 | * erc-match.el: | 2162 | * erc-match.el: |
| 2163 | Minor fix related to hook call method change (-until-seccess now) | 2163 | Minor fix related to hook call method change (-until-seccess now) |
| 2164 | 2164 | ||
| 2165 | * erc.el: fixed ctcp behaviour abit (with auto-query on) | 2165 | * erc.el: fixed ctcp behavior abit (with auto-query on) |
| 2166 | 2166 | ||
| 2167 | * erc-list.el: ChanList mode. | 2167 | * erc-list.el: ChanList mode. |
| 2168 | Load it, and type M-x erc-chanlist RET | 2168 | Load it, and type M-x erc-chanlist RET |
| @@ -2396,7 +2396,7 @@ | |||
| 2396 | 2002-01-30 Andreas Fuchs <asf@void.at> | 2396 | 2002-01-30 Andreas Fuchs <asf@void.at> |
| 2397 | 2397 | ||
| 2398 | * erc.el: | 2398 | * erc.el: |
| 2399 | * erc-send-current-line: fix behaviour where buffer changes. | 2399 | * erc-send-current-line: fix behavior where buffer changes. |
| 2400 | * erc-mark-message: fix stupid face bug. highlighting of pals should work now. | 2400 | * erc-mark-message: fix stupid face bug. highlighting of pals should work now. |
| 2401 | 2401 | ||
| 2402 | * erc-ring.el, erc.el: | 2402 | * erc-ring.el, erc.el: |
diff --git a/lisp/erc/erc-truncate.el b/lisp/erc/erc-truncate.el index 0737fb1a0b7..02641c70a36 100644 --- a/lisp/erc/erc-truncate.el +++ b/lisp/erc/erc-truncate.el | |||
| @@ -70,7 +70,7 @@ region is logged if `erc-logging-enabled' returns non-nil." | |||
| 70 | (set-buffer buffer) | 70 | (set-buffer buffer) |
| 71 | ;; Note that when erc-insert-post-hook runs, the buffer is | 71 | ;; Note that when erc-insert-post-hook runs, the buffer is |
| 72 | ;; narrowed to the new message. So do this delicate widening. | 72 | ;; narrowed to the new message. So do this delicate widening. |
| 73 | ;; I am not sure, I think this was not recommended behaviour in | 73 | ;; I am not sure, I think this was not recommended behavior in |
| 74 | ;; Emacs 20. | 74 | ;; Emacs 20. |
| 75 | (save-restriction | 75 | (save-restriction |
| 76 | (widen) | 76 | (widen) |
diff --git a/lisp/filesets.el b/lisp/filesets.el index 2d6cb5f0f74..064cfbfb0e1 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | ;; programs. See `filesets-external-viewers'. | 52 | ;; programs. See `filesets-external-viewers'. |
| 53 | 53 | ||
| 54 | ;; BTW, if you close a fileset, files, which have been changed, will | 54 | ;; BTW, if you close a fileset, files, which have been changed, will |
| 55 | ;; be silently saved. Change this behaviour by setting | 55 | ;; be silently saved. Change this behavior by setting |
| 56 | ;; `filesets-save-buffer-fn'. | 56 | ;; `filesets-save-buffer-fn'. |
| 57 | 57 | ||
| 58 | ;;; Supported modes for inclusion groups (`filesets-ingroup-patterns'): | 58 | ;;; Supported modes for inclusion groups (`filesets-ingroup-patterns'): |
diff --git a/lisp/font-core.el b/lisp/font-core.el index c7906b68d01..e3c34b012ce 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el | |||
| @@ -252,7 +252,7 @@ this function onto `change-major-mode-hook'." | |||
| 252 | ;; Although Global Font Lock mode is a pseudo-mode, I think that the user | 252 | ;; Although Global Font Lock mode is a pseudo-mode, I think that the user |
| 253 | ;; interface should conform to the usual Emacs convention for modes, i.e., a | 253 | ;; interface should conform to the usual Emacs convention for modes, i.e., a |
| 254 | ;; command to toggle the feature (`global-font-lock-mode') with a variable for | 254 | ;; command to toggle the feature (`global-font-lock-mode') with a variable for |
| 255 | ;; finer control of the mode's behaviour (`font-lock-global-modes'). | 255 | ;; finer control of the mode's behavior (`font-lock-global-modes'). |
| 256 | ;; | 256 | ;; |
| 257 | ;; The feature should not be enabled by loading font-lock.el, since other | 257 | ;; The feature should not be enabled by loading font-lock.el, since other |
| 258 | ;; mechanisms for turning on Font Lock mode, such as M-x font-lock-mode RET or | 258 | ;; mechanisms for turning on Font Lock mode, such as M-x font-lock-mode RET or |
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 9206da2875c..3f81de0b144 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -109,7 +109,7 @@ | |||
| 109 | ;; the pattern definitions.) Font Lock mode chooses which variable to use for | 109 | ;; the pattern definitions.) Font Lock mode chooses which variable to use for |
| 110 | ;; fontification based on `font-lock-maximum-decoration'. | 110 | ;; fontification based on `font-lock-maximum-decoration'. |
| 111 | ;; | 111 | ;; |
| 112 | ;; Font Lock mode fontification behaviour can be modified in a number of ways. | 112 | ;; Font Lock mode fontification behavior can be modified in a number of ways. |
| 113 | ;; See the below comments and the comments distributed throughout this file. | 113 | ;; See the below comments and the comments distributed throughout this file. |
| 114 | 114 | ||
| 115 | ;;; Constructing patterns: | 115 | ;;; Constructing patterns: |
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index c1f8769a6b9..ba06c25e9c3 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -12322,7 +12322,7 @@ | |||
| 12322 | * mm-encode.el (mm-encode-content-transfer-encoding): Fix error | 12322 | * mm-encode.el (mm-encode-content-transfer-encoding): Fix error |
| 12323 | message. (Gnus does not "default" to using 8bit for the message, | 12323 | message. (Gnus does not "default" to using 8bit for the message, |
| 12324 | it default to use 8bit encoding and the user-supplied CTE | 12324 | it default to use 8bit encoding and the user-supplied CTE |
| 12325 | value. Calling this behaviour "treating it as 8bit" is perhaps | 12325 | value. Calling this behavior "treating it as 8bit" is perhaps |
| 12326 | better.) | 12326 | better.) |
| 12327 | 12327 | ||
| 12328 | * mm-bodies.el (mm-body-encoding): Intern encoding if needed | 12328 | * mm-bodies.el (mm-body-encoding): Intern encoding if needed |
| @@ -12607,7 +12607,7 @@ | |||
| 12607 | (imap-remassoc): Copied from `gnus-remassoc'. | 12607 | (imap-remassoc): Copied from `gnus-remassoc'. |
| 12608 | (imap-add-callback): New function. | 12608 | (imap-add-callback): New function. |
| 12609 | (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous | 12609 | (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous |
| 12610 | behaviour. | 12610 | behavior. |
| 12611 | (imap-parse-response): Call the callback. | 12611 | (imap-parse-response): Call the callback. |
| 12612 | 12612 | ||
| 12613 | * message.el (message-insert-canlock): New variable. | 12613 | * message.el (message-insert-canlock): New variable. |
diff --git a/lisp/gnus/gnus-demon.el b/lisp/gnus/gnus-demon.el index 565be3bcb47..bf7b4db889d 100644 --- a/lisp/gnus/gnus-demon.el +++ b/lisp/gnus/gnus-demon.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; gnus-demon.el --- daemonic Gnus behaviour | 1 | ;;; gnus-demon.el --- daemonic Gnus behavior |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 8ccce96656d..0a38ec028c1 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -4543,7 +4543,7 @@ to find out how to use this." | |||
| 4543 | (apply | 4543 | (apply |
| 4544 | 'call-process-region (point-min) (point-max) | 4544 | 'call-process-region (point-min) (point-max) |
| 4545 | message-qmail-inject-program nil nil nil | 4545 | message-qmail-inject-program nil nil nil |
| 4546 | ;; qmail-inject's default behaviour is to look for addresses on the | 4546 | ;; qmail-inject's default behavior is to look for addresses on the |
| 4547 | ;; command line; if there're none, it scans the headers. | 4547 | ;; command line; if there're none, it scans the headers. |
| 4548 | ;; yes, it does The Right Thing w.r.t. Resent-To and it's kin. | 4548 | ;; yes, it does The Right Thing w.r.t. Resent-To and it's kin. |
| 4549 | ;; | 4549 | ;; |
diff --git a/lisp/gnus/rfc2047.el b/lisp/gnus/rfc2047.el index 89c10a99e08..ea5274798be 100644 --- a/lisp/gnus/rfc2047.el +++ b/lisp/gnus/rfc2047.el | |||
| @@ -291,7 +291,7 @@ Should be called narrowed to the head of the message." | |||
| 291 | ;; 8-bit names. The group name mail copy just got | 291 | ;; 8-bit names. The group name mail copy just got |
| 292 | ;; unconditionally encoded. Previously, it would ask | 292 | ;; unconditionally encoded. Previously, it would ask |
| 293 | ;; whether to encode, which was quite confusing for the | 293 | ;; whether to encode, which was quite confusing for the |
| 294 | ;; user. If the new behaviour is wrong, tell me. I have | 294 | ;; user. If the new behavior is wrong, tell me. I have |
| 295 | ;; left the old code commented out below. | 295 | ;; left the old code commented out below. |
| 296 | ;; -- Per Abrahamsen <abraham@dina.kvl.dk> Date: 2001-10-07. | 296 | ;; -- Per Abrahamsen <abraham@dina.kvl.dk> Date: 2001-10-07. |
| 297 | ;; Modified by Dave Love, with the commented-out code changed | 297 | ;; Modified by Dave Love, with the commented-out code changed |
diff --git a/lisp/gs.el b/lisp/gs.el index f17ea17afbd..3f0929f7807 100644 --- a/lisp/gs.el +++ b/lisp/gs.el | |||
| @@ -196,7 +196,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." | |||
| 196 | ;; proper implementation not waiting at all but creating | 196 | ;; proper implementation not waiting at all but creating |
| 197 | ;; appropriate queues, or b) permanently bad display due to | 197 | ;; appropriate queues, or b) permanently bad display due to |
| 198 | ;; bad cached images. So remember that this | 198 | ;; bad cached images. So remember that this |
| 199 | ;; is just a hack and if people don't like the behaviour, they | 199 | ;; is just a hack and if people don't like the behavior, they |
| 200 | ;; will most likely like the easy alternatives even less. | 200 | ;; will most likely like the easy alternatives even less. |
| 201 | ;; And at least the image cache will make the delay apparent | 201 | ;; And at least the image cache will make the delay apparent |
| 202 | ;; just once. | 202 | ;; just once. |
diff --git a/lisp/ido.el b/lisp/ido.el index d4a84780505..e5091b83c00 100644 --- a/lisp/ido.el +++ b/lisp/ido.el | |||
| @@ -225,7 +225,7 @@ | |||
| 225 | ;; to show you more of the matching files (depending on the setting | 225 | ;; to show you more of the matching files (depending on the setting |
| 226 | ;; of the variables `resize-mini-windows' and `max-mini-window-height'). | 226 | ;; of the variables `resize-mini-windows' and `max-mini-window-height'). |
| 227 | ;; If you want ido to behave differently from the default minibuffer | 227 | ;; If you want ido to behave differently from the default minibuffer |
| 228 | ;; resizing behaviour, set the variable `ido-max-window-height'. | 228 | ;; resizing behavior, set the variable `ido-max-window-height'. |
| 229 | ;; | 229 | ;; |
| 230 | ;; Also, to improve the responsiveness of ido, the maximum number of | 230 | ;; Also, to improve the responsiveness of ido, the maximum number of |
| 231 | ;; matching items is limited to 12, but you can increase or removed | 231 | ;; matching items is limited to 12, but you can increase or removed |
| @@ -272,7 +272,7 @@ | |||
| 272 | ;; To use ido for all buffer and file selections in Emacs, customize the | 272 | ;; To use ido for all buffer and file selections in Emacs, customize the |
| 273 | ;; variable `ido-everywhere'. | 273 | ;; variable `ido-everywhere'. |
| 274 | 274 | ||
| 275 | ;; Using ido-like behaviour in other lisp packages | 275 | ;; Using ido-like behavior in other lisp packages |
| 276 | ;; ----------------------------------------------- | 276 | ;; ----------------------------------------------- |
| 277 | 277 | ||
| 278 | ;; If you don't want to rely on the `ido-everywhere' functionality, | 278 | ;; If you don't want to rely on the `ido-everywhere' functionality, |
| @@ -2267,7 +2267,7 @@ If cursor is not at the end of the user input, move to end of input." | |||
| 2267 | (or ido-use-url-at-point ido-use-filename-at-point)) | 2267 | (or ido-use-url-at-point ido-use-filename-at-point)) |
| 2268 | (let (fn d) | 2268 | (let (fn d) |
| 2269 | (require 'ffap) | 2269 | (require 'ffap) |
| 2270 | ;; Duplicate code from ffap-guesser as we want different behaviour for files and URLs. | 2270 | ;; Duplicate code from ffap-guesser as we want different behavior for files and URLs. |
| 2271 | (cond | 2271 | (cond |
| 2272 | ((with-no-warnings | 2272 | ((with-no-warnings |
| 2273 | (and ido-use-url-at-point | 2273 | (and ido-use-url-at-point |
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 2e9b1e100e8..98e6577aa76 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -2588,7 +2588,7 @@ See also `locale-charset-language-names', `locale-language-names', | |||
| 2588 | ;; only). At least X and MS Windows can generate | 2588 | ;; only). At least X and MS Windows can generate |
| 2589 | ;; multilingual input. | 2589 | ;; multilingual input. |
| 2590 | ;; XXX This was disabled unless `window-system', but that | 2590 | ;; XXX This was disabled unless `window-system', but that |
| 2591 | ;; leads to buggy behaviour when a tty frame is opened | 2591 | ;; leads to buggy behavior when a tty frame is opened |
| 2592 | ;; later. Setting the keyboard coding system has no adverse | 2592 | ;; later. Setting the keyboard coding system has no adverse |
| 2593 | ;; effect on X, so let's do it anyway. -- Lorentey | 2593 | ;; effect on X, so let's do it anyway. -- Lorentey |
| 2594 | (let ((kcs (or coding-system | 2594 | (let ((kcs (or coding-system |
diff --git a/lisp/international/utf-7.el b/lisp/international/utf-7.el index e6f9d4f4c05..368a25d4c4f 100644 --- a/lisp/international/utf-7.el +++ b/lisp/international/utf-7.el | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | ;; implementation in Gnus, but has been substantially re-done. | 31 | ;; implementation in Gnus, but has been substantially re-done. |
| 32 | 32 | ||
| 33 | ;; This probably needs more attention. In particular, it's not | 33 | ;; This probably needs more attention. In particular, it's not |
| 34 | ;; completely consistent with iconv's behaviour. It's arguable | 34 | ;; completely consistent with iconv's behavior. It's arguable |
| 35 | ;; whether the IMAP version should be a coding system since it's | 35 | ;; whether the IMAP version should be a coding system since it's |
| 36 | ;; apparently only used for IMAP mailbox names, so it's commented out. | 36 | ;; apparently only used for IMAP mailbox names, so it's commented out. |
| 37 | 37 | ||
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index 8b15b0ede3e..dfc58d4165d 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el | |||
| @@ -175,7 +175,7 @@ | |||
| 175 | ;; iswitch for all buffer selections in Emacs, add: | 175 | ;; iswitch for all buffer selections in Emacs, add: |
| 176 | ;; (setq read-buffer-function 'iswitchb-read-buffer) | 176 | ;; (setq read-buffer-function 'iswitchb-read-buffer) |
| 177 | ;; (This variable was introduced in Emacs 20.3.) | 177 | ;; (This variable was introduced in Emacs 20.3.) |
| 178 | ;; XEmacs users can get the same behaviour by doing: | 178 | ;; XEmacs users can get the same behavior by doing: |
| 179 | ;; (defalias 'read-buffer 'iswitchb-read-buffer) | 179 | ;; (defalias 'read-buffer 'iswitchb-read-buffer) |
| 180 | ;; since `read-buffer' is defined in lisp. | 180 | ;; since `read-buffer' is defined in lisp. |
| 181 | 181 | ||
| @@ -212,7 +212,7 @@ | |||
| 212 | ;; iswitchb-mode-map "\C-o" | 212 | ;; iswitchb-mode-map "\C-o" |
| 213 | ;; 'iswitchb-exclude-nonmatching))) | 213 | ;; 'iswitchb-exclude-nonmatching))) |
| 214 | 214 | ||
| 215 | ;; Other lisp packages extend iswitchb behaviour to other tasks. See | 215 | ;; Other lisp packages extend iswitchb behavior to other tasks. See |
| 216 | ;; ido.el (by Kim Storm) and mcomplete.el (Yuji Minejima). | 216 | ;; ido.el (by Kim Storm) and mcomplete.el (Yuji Minejima). |
| 217 | 217 | ||
| 218 | ;; Window managers: Switching frames/focus follows mouse; Sawfish. | 218 | ;; Window managers: Switching frames/focus follows mouse; Sawfish. |
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index f92de4291df..c99b2a22d3d 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el | |||
| @@ -115,7 +115,7 @@ | |||
| 115 | ;; If you want multiple addresses separated by a string other than ", " then | 115 | ;; If you want multiple addresses separated by a string other than ", " then |
| 116 | ;; you can set the variable mail-alias-separator-string to it. This has to | 116 | ;; you can set the variable mail-alias-separator-string to it. This has to |
| 117 | ;; be a comma bracketed by whitespace if you want any kind of reasonable | 117 | ;; be a comma bracketed by whitespace if you want any kind of reasonable |
| 118 | ;; behaviour. | 118 | ;; behavior. |
| 119 | ;; | 119 | ;; |
| 120 | ;; Thanks to Harald Hanche-Olsen, Michael Ernst, David Loeffler, and | 120 | ;; Thanks to Harald Hanche-Olsen, Michael Ernst, David Loeffler, and |
| 121 | ;; Noah Friedman for suggestions and bug reports. | 121 | ;; Noah Friedman for suggestions and bug reports. |
diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el index cbbe3bea30e..5c5c86fbc2e 100644 --- a/lisp/mail/mspools.el +++ b/lisp/mail/mspools.el | |||
| @@ -103,7 +103,7 @@ | |||
| 103 | ;; Rather than showing size in bytes, could we see the number of msgs | 103 | ;; Rather than showing size in bytes, could we see the number of msgs |
| 104 | ;; waiting? (Could be more time demanding / system dependent). | 104 | ;; waiting? (Could be more time demanding / system dependent). |
| 105 | ;; Maybe just call a perl script to do all the hard work, and | 105 | ;; Maybe just call a perl script to do all the hard work, and |
| 106 | ;; visualise the results in the buffer. | 106 | ;; visualize the results in the buffer. |
| 107 | 107 | ||
| 108 | ;; Shrink wrap the buffer to remove excess white-space? | 108 | ;; Shrink wrap the buffer to remove excess white-space? |
| 109 | 109 | ||
diff --git a/lisp/man.el b/lisp/man.el index 229365033a0..353a9032992 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -74,7 +74,7 @@ | |||
| 74 | 74 | ||
| 75 | ;; ============= TODO =========== | 75 | ;; ============= TODO =========== |
| 76 | ;; - Add a command for printing. | 76 | ;; - Add a command for printing. |
| 77 | ;; - The awk script deletes multiple blank lines. This behaviour does | 77 | ;; - The awk script deletes multiple blank lines. This behavior does |
| 78 | ;; not allow to understand if there was indeed a blank line at the | 78 | ;; not allow to understand if there was indeed a blank line at the |
| 79 | ;; end or beginning of a page (after the header, or before the | 79 | ;; end or beginning of a page (after the header, or before the |
| 80 | ;; footer). A different algorithm should be used. It is easy to | 80 | ;; footer). A different algorithm should be used. It is easy to |
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index b1a7dcb33ca..49915026874 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el | |||
| @@ -113,14 +113,14 @@ | |||
| 113 | ;; * I like to leave point at the end of the region nearest to where the | 113 | ;; * I like to leave point at the end of the region nearest to where the |
| 114 | ;; mouse was, even though this makes region highlighting mis-leading (the | 114 | ;; mouse was, even though this makes region highlighting mis-leading (the |
| 115 | ;; cursor makes it look like one extra character is selected). You can | 115 | ;; cursor makes it look like one extra character is selected). You can |
| 116 | ;; disable this behaviour with: | 116 | ;; disable this behavior with: |
| 117 | ;; | 117 | ;; |
| 118 | ;; (setq mouse-sel-leave-point-near-mouse nil) | 118 | ;; (setq mouse-sel-leave-point-near-mouse nil) |
| 119 | ;; | 119 | ;; |
| 120 | ;; * By default, mouse-select cycles the click count after 4 clicks. That | 120 | ;; * By default, mouse-select cycles the click count after 4 clicks. That |
| 121 | ;; is, clicking mouse-1 five times has the same effect as clicking it | 121 | ;; is, clicking mouse-1 five times has the same effect as clicking it |
| 122 | ;; once, clicking six times has the same effect as clicking twice, etc. | 122 | ;; once, clicking six times has the same effect as clicking twice, etc. |
| 123 | ;; Disable this behaviour with: | 123 | ;; Disable this behavior with: |
| 124 | ;; | 124 | ;; |
| 125 | ;; (setq mouse-sel-cycle-clicks nil) | 125 | ;; (setq mouse-sel-cycle-clicks nil) |
| 126 | ;; | 126 | ;; |
diff --git a/lisp/mouse.el b/lisp/mouse.el index 524d45271a0..ffdfb86dac2 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -1110,7 +1110,7 @@ If DIR is positive skip forward; if negative, skip backward." | |||
| 1110 | ;; Here, we can't use skip-syntax-forward/backward because | 1110 | ;; Here, we can't use skip-syntax-forward/backward because |
| 1111 | ;; they don't pay attention to word-separating-categories, | 1111 | ;; they don't pay attention to word-separating-categories, |
| 1112 | ;; and thus they will skip over a true word boundary. So, | 1112 | ;; and thus they will skip over a true word boundary. So, |
| 1113 | ;; we simulate the original behaviour by using forward-word. | 1113 | ;; we simulate the original behavior by using forward-word. |
| 1114 | (if (< dir 0) | 1114 | (if (< dir 0) |
| 1115 | (if (not (looking-at "\\<")) | 1115 | (if (not (looking-at "\\<")) |
| 1116 | (forward-word -1)) | 1116 | (forward-word -1)) |
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 55c7426191d..5eb96c0b5dc 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | ;; communication in discussion forums called channels, but also allows | 28 | ;; communication in discussion forums called channels, but also allows |
| 29 | ;; one-to-one communication. | 29 | ;; one-to-one communication. |
| 30 | 30 | ||
| 31 | ;; Rcirc has simple defaults and clear and consistent behaviour. | 31 | ;; Rcirc has simple defaults and clear and consistent behavior. |
| 32 | ;; Message arrival timestamps, activity notification on the modeline, | 32 | ;; Message arrival timestamps, activity notification on the modeline, |
| 33 | ;; message filling, nick completion, and keepalive pings are all | 33 | ;; message filling, nick completion, and keepalive pings are all |
| 34 | ;; enabled by default, but can easily be adjusted or turned off. Each | 34 | ;; enabled by default, but can easily be adjusted or turned off. Each |
diff --git a/lisp/nxml/nxml-ns.el b/lisp/nxml/nxml-ns.el index 7fb6d0e4874..1c7068faf21 100644 --- a/lisp/nxml/nxml-ns.el +++ b/lisp/nxml/nxml-ns.el | |||
| @@ -71,7 +71,7 @@ are inherited from the parent state." | |||
| 71 | (setq nxml-ns-state (cons (car nxml-ns-state) nxml-ns-state))) | 71 | (setq nxml-ns-state (cons (car nxml-ns-state) nxml-ns-state))) |
| 72 | 72 | ||
| 73 | (defun nxml-ns-pop-state () | 73 | (defun nxml-ns-pop-state () |
| 74 | "Change the state by ending an element. The behaviour is undefined | 74 | "Change the state by ending an element. The behavior is undefined |
| 75 | if there is no open element." | 75 | if there is no open element." |
| 76 | (setq nxml-ns-state (cdr nxml-ns-state))) | 76 | (setq nxml-ns-state (cdr nxml-ns-state))) |
| 77 | 77 | ||
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index 15cce1412d9..6e5dee5130a 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el | |||
| @@ -635,7 +635,7 @@ Can be overridden by the value of `font-lock-maximum-decoration'.") | |||
| 635 | (modify-syntax-entry ?= "." table) | 635 | (modify-syntax-entry ?= "." table) |
| 636 | (modify-syntax-entry ?* "." table) | 636 | (modify-syntax-entry ?* "." table) |
| 637 | (modify-syntax-entry ?/ "." table) | 637 | (modify-syntax-entry ?/ "." table) |
| 638 | ;; I think that the f95 standard leaves the behaviour of \ | 638 | ;; I think that the f95 standard leaves the behavior of \ |
| 639 | ;; unspecified, but that f2k will require it to be non-special. | 639 | ;; unspecified, but that f2k will require it to be non-special. |
| 640 | ;; Use `f90-backslash-not-special' to change. | 640 | ;; Use `f90-backslash-not-special' to change. |
| 641 | (modify-syntax-entry ?\\ "\\" table) ; escape chars | 641 | (modify-syntax-entry ?\\ "\\" table) ; escape chars |
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index fdbb6e3e2da..55427eef71a 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -408,7 +408,7 @@ following: | |||
| 408 | special character treatment by font-lock and | 408 | special character treatment by font-lock and |
| 409 | imenu. ") | 409 | imenu. ") |
| 410 | 410 | ||
| 411 | ;; misc customization of sql.el behaviour | 411 | ;; misc customization of sql.el behavior |
| 412 | 412 | ||
| 413 | (defcustom sql-electric-stuff nil | 413 | (defcustom sql-electric-stuff nil |
| 414 | "Treat some input as electric. | 414 | "Treat some input as electric. |
diff --git a/lisp/tempo.el b/lisp/tempo.el index b44605a9be3..dc47193d50e 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el | |||
| @@ -82,7 +82,7 @@ | |||
| 82 | 82 | ||
| 83 | ;; If the 'o is the first element in a template, strange things can | 83 | ;; If the 'o is the first element in a template, strange things can |
| 84 | ;; happen when the template is inserted at the beginning of a | 84 | ;; happen when the template is inserted at the beginning of a |
| 85 | ;; line. This is due to strange behaviour in open-line. But it should | 85 | ;; line. This is due to strange behavior in open-line. But it should |
| 86 | ;; be easily avoided. | 86 | ;; be easily avoided. |
| 87 | 87 | ||
| 88 | ;; The 'o tag is also a problem when including the region. This will | 88 | ;; The 'o tag is also a problem when including the region. This will |
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 658307d3959..59b25864f69 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | ;; --------------------------------------------------------------------------- | 27 | ;; --------------------------------------------------------------------------- |
| 28 | ;; keyboard setup -- that's simple! | 28 | ;; keyboard setup -- that's simple! |
| 29 | (set-input-mode nil nil 0) | 29 | (set-input-mode nil nil 0) |
| 30 | (define-key local-function-key-map [backspace] "\177") ; Normal behaviour for BS | 30 | (define-key local-function-key-map [backspace] "\177") ; Normal behavior for BS |
| 31 | (define-key local-function-key-map [delete] "\C-d") ; ... and Delete | 31 | (define-key local-function-key-map [delete] "\C-d") ; ... and Delete |
| 32 | (define-key local-function-key-map [tab] [?\t]) | 32 | (define-key local-function-key-map [tab] [?\t]) |
| 33 | (define-key local-function-key-map [linefeed] [?\n]) | 33 | (define-key local-function-key-map [linefeed] [?\n]) |
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index a82dd905ed8..7eca907bc20 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -1014,9 +1014,9 @@ REVERSE-DIRECTION is used to reverse the cycling order." | |||
| 1014 | Adjust/rotate the section decoration for the section title | 1014 | Adjust/rotate the section decoration for the section title |
| 1015 | around point or promote/demote the decorations inside the region, | 1015 | around point or promote/demote the decorations inside the region, |
| 1016 | depending on if the region is active. This function is meant to | 1016 | depending on if the region is active. This function is meant to |
| 1017 | be invoked possibly multiple times, and can vary its behaviour | 1017 | be invoked possibly multiple times, and can vary its behavior |
| 1018 | with a positive prefix argument (toggle style), or with a | 1018 | with a positive prefix argument (toggle style), or with a |
| 1019 | negative prefix argument (alternate behaviour). | 1019 | negative prefix argument (alternate behavior). |
| 1020 | 1020 | ||
| 1021 | This function is the main focus of this module and is a bit of a | 1021 | This function is the main focus of this module and is a bit of a |
| 1022 | swiss knife. It is meant as the single most essential function | 1022 | swiss knife. It is meant as the single most essential function |
| @@ -1079,7 +1079,7 @@ decoration.") | |||
| 1079 | "Adjust/rotate the section decoration for the section title around point. | 1079 | "Adjust/rotate the section decoration for the section title around point. |
| 1080 | 1080 | ||
| 1081 | This function is meant to be invoked possibly multiple times, and | 1081 | This function is meant to be invoked possibly multiple times, and |
| 1082 | can vary its behaviour with a true TOGGLE-STYLE argument, or with | 1082 | can vary its behavior with a true TOGGLE-STYLE argument, or with |
| 1083 | a REVERSE-DIRECTION argument. | 1083 | a REVERSE-DIRECTION argument. |
| 1084 | 1084 | ||
| 1085 | General Behaviour | 1085 | General Behaviour |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index d0a56c6b89d..5994e0909ff 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1444,7 +1444,7 @@ | |||
| 1444 | needed. I should use my brain sometime. | 1444 | needed. I should use my brain sometime. |
| 1445 | 1445 | ||
| 1446 | * lisp/url-vars.el (and): Fix feature test for xemacs and | 1446 | * lisp/url-vars.el (and): Fix feature test for xemacs and |
| 1447 | coding-system-list behaviour. | 1447 | coding-system-list behavior. |
| 1448 | 1448 | ||
| 1449 | * lisp/url-http.el | 1449 | * lisp/url-http.el |
| 1450 | (url-http-chunked-encoding-after-change-function): Add optional | 1450 | (url-http-chunked-encoding-after-change-function): Add optional |
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 2009eb9ffd7..4f5ebf8d8a5 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | ;; - *IMPORTANT* vcursor-key-bindings is now nil by default, to avoid | 30 | ;; - *IMPORTANT* vcursor-key-bindings is now nil by default, to avoid |
| 31 | ;; side-effects when the package is loaded. This means no keys are | 31 | ;; side-effects when the package is loaded. This means no keys are |
| 32 | ;; bound by default. Use customize to change it to t to restore | 32 | ;; bound by default. Use customize to change it to t to restore |
| 33 | ;; the old behaviour. (If you do it by hand in .emacs, it | 33 | ;; the old behavior. (If you do it by hand in .emacs, it |
| 34 | ;; must come before vcursor is loaded.) | 34 | ;; must come before vcursor is loaded.) |
| 35 | ;; - You can alter the main variables and the vcursor face via | 35 | ;; - You can alter the main variables and the vcursor face via |
| 36 | ;; M-x customize: go to the Editing group and find Vcursor. | 36 | ;; M-x customize: go to the Editing group and find Vcursor. |
| @@ -52,7 +52,7 @@ | |||
| 52 | ;; Virtual cursor commands. I got this idea from the old BBC micro. | 52 | ;; Virtual cursor commands. I got this idea from the old BBC micro. |
| 53 | ;; You need Emacs 19 or 20 and a window system for the best effects. | 53 | ;; You need Emacs 19 or 20 and a window system for the best effects. |
| 54 | ;; For character terminals, at least Emacs 19.29 is required | 54 | ;; For character terminals, at least Emacs 19.29 is required |
| 55 | ;; (special behaviour for the overlay property | 55 | ;; (special behavior for the overlay property |
| 56 | ;; "before-string" must be implemented). Search for "dumb terminals" | 56 | ;; "before-string" must be implemented). Search for "dumb terminals" |
| 57 | ;; for more information. | 57 | ;; for more information. |
| 58 | ;; | 58 | ;; |
| @@ -104,7 +104,7 @@ | |||
| 104 | ;; In the "on" state, moving the virtual cursor will copy the | 104 | ;; In the "on" state, moving the virtual cursor will copy the |
| 105 | ;; moved-over text to the normal cursor position (including when going | 105 | ;; moved-over text to the normal cursor position (including when going |
| 106 | ;; backwards, though each piece of text moved over is copied forwards: | 106 | ;; backwards, though each piece of text moved over is copied forwards: |
| 107 | ;; compare the behaviour of C-S-up and C-S-left). | 107 | ;; compare the behavior of C-S-up and C-S-left). |
| 108 | ;; | 108 | ;; |
| 109 | ;; However, that's just a small part of the magic. If the virtual | 109 | ;; However, that's just a small part of the magic. If the virtual |
| 110 | ;; cursor goes off the display, it will be redisplayed in some other | 110 | ;; cursor goes off the display, it will be redisplayed in some other |
diff --git a/lisp/woman.el b/lisp/woman.el index faf0a1c1793..685304e979c 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -109,7 +109,7 @@ | |||
| 109 | 109 | ||
| 110 | ;; (By default, WoMan will automatically define the dired keys "W" and | 110 | ;; (By default, WoMan will automatically define the dired keys "W" and |
| 111 | ;; "w" when it loads, but only if they are not already defined. This | 111 | ;; "w" when it loads, but only if they are not already defined. This |
| 112 | ;; behaviour is controlled by the user option `woman-dired-keys'. | 112 | ;; behavior is controlled by the user option `woman-dired-keys'. |
| 113 | ;; Note that the `dired-x' (dired extra) package binds | 113 | ;; Note that the `dired-x' (dired extra) package binds |
| 114 | ;; `dired-copy-filename-as-kill' to the key "w" (as pointed out by Jim | 114 | ;; `dired-copy-filename-as-kill' to the key "w" (as pointed out by Jim |
| 115 | ;; Davidson), although "W" appears to be really unused. The `dired-x' | 115 | ;; Davidson), although "W" appears to be really unused. The `dired-x' |
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c index edf7b364671..b78bdd994f3 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c | |||
| @@ -341,7 +341,7 @@ console_event_handler (DWORD event) | |||
| 341 | case CTRL_BREAK_EVENT: | 341 | case CTRL_BREAK_EVENT: |
| 342 | if (!interactive) | 342 | if (!interactive) |
| 343 | { | 343 | { |
| 344 | /* Both command.com and cmd.exe have the annoying behaviour of | 344 | /* Both command.com and cmd.exe have the annoying behavior of |
| 345 | prompting "Terminate batch job (y/n)?" when interrupted | 345 | prompting "Terminate batch job (y/n)?" when interrupted |
| 346 | while running a batch file, even if running in | 346 | while running a batch file, even if running in |
| 347 | non-interactive (-c) mode. Try to make up for this | 347 | non-interactive (-c) mode. Try to make up for this |
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index e166cdeb3e4..76029bd44fc 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -5561,7 +5561,7 @@ | |||
| 5561 | 5561 | ||
| 5562 | 2006-01-26 Lőrentey Károly <lorentey@elte.hu> | 5562 | 2006-01-26 Lőrentey Károly <lorentey@elte.hu> |
| 5563 | 5563 | ||
| 5564 | * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. | 5564 | * editfns.c (Fconstrain_to_field): Fix behavior on field boundaries. |
| 5565 | (find_field): Set before_field to after_field when pos is at BEGV. | 5565 | (find_field): Set before_field to after_field when pos is at BEGV. |
| 5566 | (Fline_beginning_position, Fline_end_position): | 5566 | (Fline_beginning_position, Fline_end_position): |
| 5567 | Clarify confusing doc string. | 5567 | Clarify confusing doc string. |
| @@ -11188,7 +11188,7 @@ | |||
| 11188 | 11188 | ||
| 11189 | 2004-12-23 Jason Rumney <jasonr@gnu.org> | 11189 | 2004-12-23 Jason Rumney <jasonr@gnu.org> |
| 11190 | 11190 | ||
| 11191 | * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour | 11191 | * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behavior |
| 11192 | of JPEG library. | 11192 | of JPEG library. |
| 11193 | 11193 | ||
| 11194 | 2004-12-22 Richard M. Stallman <rms@gnu.org> | 11194 | 2004-12-22 Richard M. Stallman <rms@gnu.org> |
| @@ -16570,7 +16570,7 @@ | |||
| 16570 | Use non-text cursor when mouse pointer is outside editable text, | 16570 | Use non-text cursor when mouse pointer is outside editable text, |
| 16571 | i.e. in the void after end-of-line or end-of-buffer; this was | 16571 | i.e. in the void after end-of-line or end-of-buffer; this was |
| 16572 | already done for W32, but is now standard for all systems -- | 16572 | already done for W32, but is now standard for all systems -- |
| 16573 | user can toggle show-text-cursor-in-void to get old behaviour. | 16573 | user can toggle show-text-cursor-in-void to get old behavior. |
| 16574 | (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and | 16574 | (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and |
| 16575 | Vdisplay_pixels_per_inch. | 16575 | Vdisplay_pixels_per_inch. |
| 16576 | 16576 | ||
| @@ -20827,7 +20827,7 @@ | |||
| 20827 | 2003-01-13 Francesco Potortì <pot@gnu.org> | 20827 | 2003-01-13 Francesco Potortì <pot@gnu.org> |
| 20828 | 20828 | ||
| 20829 | * fileio.c (Fdelete_directory, Fdelete_file): Document the | 20829 | * fileio.c (Fdelete_directory, Fdelete_file): Document the |
| 20830 | behaviour in front of symlinks. | 20830 | behavior in front of symlinks. |
| 20831 | (Fdelete_file): Raise an error on directories. | 20831 | (Fdelete_file): Raise an error on directories. |
| 20832 | 20832 | ||
| 20833 | 2003-01-13 Dave Love <fx@gnu.org> | 20833 | 2003-01-13 Dave Love <fx@gnu.org> |
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index be24f9c8b05..fbd3dfc8696 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -12709,7 +12709,7 @@ | |||
| 12709 | free_screen_glyphs now takes screen argument. | 12709 | free_screen_glyphs now takes screen argument. |
| 12710 | 12710 | ||
| 12711 | * window.c (Fnext_window, Fprevious_window): Fixed typo. New | 12711 | * window.c (Fnext_window, Fprevious_window): Fixed typo. New |
| 12712 | behaviour: mini non-nil implies all_screens if global mini screen | 12712 | behavior: mini non-nil implies all_screens if global mini screen |
| 12713 | exists, implies current screen only if not. | 12713 | exists, implies current screen only if not. |
| 12714 | (Fdisplay_buffer): Simplification of multi-screen code. | 12714 | (Fdisplay_buffer): Simplification of multi-screen code. |
| 12715 | 12715 | ||
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4 index b83aa2d06ae..826e5e406df 100644 --- a/src/ChangeLog.4 +++ b/src/ChangeLog.4 | |||
| @@ -4274,7 +4274,7 @@ | |||
| 4274 | 4274 | ||
| 4275 | * systty.h (EMACS_GETPGRP): New macro hides argument passing to | 4275 | * systty.h (EMACS_GETPGRP): New macro hides argument passing to |
| 4276 | system getpgrp. Reinstate some semblance of control over this | 4276 | system getpgrp. Reinstate some semblance of control over this |
| 4277 | macros behaviour by paying attention to GETPGRP_NO_ARG. | 4277 | macros behavior by paying attention to GETPGRP_NO_ARG. |
| 4278 | * sysdep.c (sys_suspend): Use EMACS_GETPGRP macro. | 4278 | * sysdep.c (sys_suspend): Use EMACS_GETPGRP macro. |
| 4279 | * emacs.c (main): Use EMACS_GETPGRP macro. | 4279 | * emacs.c (main): Use EMACS_GETPGRP macro. |
| 4280 | (shut_down_emacs): Use EMACS_GETPGRP macro. | 4280 | (shut_down_emacs): Use EMACS_GETPGRP macro. |
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index bc97cd8464a..ce56be659a9 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 | |||
| @@ -1578,7 +1578,7 @@ | |||
| 1578 | 1578 | ||
| 1579 | * msdos.c (check_timer): Removed; use gettime instead. | 1579 | * msdos.c (check_timer): Removed; use gettime instead. |
| 1580 | (sys_select): Call __dpmi_yield while waiting for input to | 1580 | (sys_select): Call __dpmi_yield while waiting for input to |
| 1581 | improve multitasking behaviour. | 1581 | improve multitasking behavior. |
| 1582 | Do not check timer when no timeout. | 1582 | Do not check timer when no timeout. |
| 1583 | 1583 | ||
| 1584 | 1996-04-16 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 1584 | 1996-04-16 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 8e5f480523d..f02d38459e4 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -124,7 +124,7 @@ | |||
| 124 | 124 | ||
| 125 | 1998-08-13 Andrew Innes <andrewi@harlequin.co.uk> | 125 | 1998-08-13 Andrew Innes <andrewi@harlequin.co.uk> |
| 126 | 126 | ||
| 127 | * w32.c (stat): Fall-back to default behaviour when we cannot get | 127 | * w32.c (stat): Fall-back to default behavior when we cannot get |
| 128 | accurate information on file attributes. | 128 | accurate information on file attributes. |
| 129 | 129 | ||
| 130 | 1998-08-12 Richard Stallman <rms@psilocin.ai.mit.edu> | 130 | 1998-08-12 Richard Stallman <rms@psilocin.ai.mit.edu> |
| @@ -3309,17 +3309,17 @@ | |||
| 3309 | 3309 | ||
| 3310 | 1998-02-19 Kenichi Handa <handa@etl.go.jp> | 3310 | 1998-02-19 Kenichi Handa <handa@etl.go.jp> |
| 3311 | 3311 | ||
| 3312 | * buffer.c (advance_to_char_boundary): Make the behaviour | 3312 | * buffer.c (advance_to_char_boundary): Make the behavior |
| 3313 | consistent with INC_POS. | 3313 | consistent with INC_POS. |
| 3314 | 3314 | ||
| 3315 | * ccl.c (Fccl_execute_on_string): Add new arg UNIBYTE-P. | 3315 | * ccl.c (Fccl_execute_on_string): Add new arg UNIBYTE-P. |
| 3316 | 3316 | ||
| 3317 | * charset.h (INC_POS): Use macro BASE_LEADING_CODE_P. | 3317 | * charset.h (INC_POS): Use macro BASE_LEADING_CODE_P. |
| 3318 | (DEC_POS): Make the behaviour consistent with INC_POS. | 3318 | (DEC_POS): Make the behavior consistent with INC_POS. |
| 3319 | (BUF_INC_POS, BUF_DEC_POS): Likewise. | 3319 | (BUF_INC_POS, BUF_DEC_POS): Likewise. |
| 3320 | 3320 | ||
| 3321 | * charset.c (invalid_character): New function. | 3321 | * charset.c (invalid_character): New function. |
| 3322 | (chars_in_text): Make the behaviour consistent with INC_POS. | 3322 | (chars_in_text): Make the behavior consistent with INC_POS. |
| 3323 | (multibyte_chars_in_text): Likewise. | 3323 | (multibyte_chars_in_text): Likewise. |
| 3324 | (str_cmpchar_id): Likewise. | 3324 | (str_cmpchar_id): Likewise. |
| 3325 | (non_ascii_char_to_string): Call invalid_character. | 3325 | (non_ascii_char_to_string): Call invalid_character. |
| @@ -3368,7 +3368,7 @@ | |||
| 3368 | * search.c (search_buffer): Update POS_BYTE for regexp search. | 3368 | * search.c (search_buffer): Update POS_BYTE for regexp search. |
| 3369 | 3369 | ||
| 3370 | * xdisp.c (display_text_line): Handling of a wide-column character | 3370 | * xdisp.c (display_text_line): Handling of a wide-column character |
| 3371 | fixed. Make the behaviour consistent with INC_POS. | 3371 | fixed. Make the behavior consistent with INC_POS. |
| 3372 | 3372 | ||
| 3373 | 1998-02-18 Richard Stallman <rms@gnu.org> | 3373 | 1998-02-18 Richard Stallman <rms@gnu.org> |
| 3374 | 3374 | ||
diff --git a/src/lread.c b/src/lread.c index 9e543f88fae..6415448c0bc 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -2034,7 +2034,7 @@ read_escape (readcharfun, stringp) | |||
| 2034 | { | 2034 | { |
| 2035 | register int c = READCHAR; | 2035 | register int c = READCHAR; |
| 2036 | /* \u allows up to four hex digits, \U up to eight. Default to the | 2036 | /* \u allows up to four hex digits, \U up to eight. Default to the |
| 2037 | behaviour for \u, and change this value in the case that \U is seen. */ | 2037 | behavior for \u, and change this value in the case that \U is seen. */ |
| 2038 | int unicode_hex_count = 4; | 2038 | int unicode_hex_count = 4; |
| 2039 | 2039 | ||
| 2040 | switch (c) | 2040 | switch (c) |
| @@ -1265,7 +1265,7 @@ init_environment (char ** argv) | |||
| 1265 | profile_result = get_folder_path (NULL, CSIDL_APPDATA, NULL, | 1265 | profile_result = get_folder_path (NULL, CSIDL_APPDATA, NULL, |
| 1266 | 0, default_home); | 1266 | 0, default_home); |
| 1267 | 1267 | ||
| 1268 | /* If we can't get the appdata dir, revert to old behaviour. */ | 1268 | /* If we can't get the appdata dir, revert to old behavior. */ |
| 1269 | if (profile_result == S_OK) | 1269 | if (profile_result == S_OK) |
| 1270 | env_vars[0].def_value = default_home; | 1270 | env_vars[0].def_value = default_home; |
| 1271 | } | 1271 | } |
| @@ -2514,7 +2514,7 @@ sys_rename (const char * oldname, const char * newname) | |||
| 2514 | return -1; | 2514 | return -1; |
| 2515 | } | 2515 | } |
| 2516 | 2516 | ||
| 2517 | /* Emulate Unix behaviour - newname is deleted if it already exists | 2517 | /* Emulate Unix behavior - newname is deleted if it already exists |
| 2518 | (at least if it is a file; don't do this for directories). | 2518 | (at least if it is a file; don't do this for directories). |
| 2519 | 2519 | ||
| 2520 | Since we mustn't do this if we are just changing the case of the | 2520 | Since we mustn't do this if we are just changing the case of the |
diff --git a/src/w32fns.c b/src/w32fns.c index 9a22601dbd4..df229789d55 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -6841,7 +6841,7 @@ Value is t if tooltip was open, nil otherwise. */) | |||
| 6841 | ***********************************************************************/ | 6841 | ***********************************************************************/ |
| 6842 | extern Lisp_Object Qfile_name_history; | 6842 | extern Lisp_Object Qfile_name_history; |
| 6843 | 6843 | ||
| 6844 | /* Callback for altering the behaviour of the Open File dialog. | 6844 | /* Callback for altering the behavior of the Open File dialog. |
| 6845 | Makes the Filename text field contain "Current Directory" and be | 6845 | Makes the Filename text field contain "Current Directory" and be |
| 6846 | read-only when "Directories" is selected in the filter. This | 6846 | read-only when "Directories" is selected in the filter. This |
| 6847 | allows us to work around the fact that the standard Open File | 6847 | allows us to work around the fact that the standard Open File |
diff --git a/src/w32inevt.c b/src/w32inevt.c index 460565d61c5..54d958f1667 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c | |||
| @@ -154,7 +154,7 @@ w32_kbd_mods_to_emacs (DWORD mods, WORD key) | |||
| 154 | if (mods & SCROLLLOCK_ON) | 154 | if (mods & SCROLLLOCK_ON) |
| 155 | retval |= w32_key_to_modifier (VK_SCROLL); | 155 | retval |= w32_key_to_modifier (VK_SCROLL); |
| 156 | 156 | ||
| 157 | /* Just in case someone wanted the original behaviour, make it | 157 | /* Just in case someone wanted the original behavior, make it |
| 158 | optional by setting w32-capslock-is-shiftlock to t. */ | 158 | optional by setting w32-capslock-is-shiftlock to t. */ |
| 159 | if (NILP (Vw32_capslock_is_shiftlock) | 159 | if (NILP (Vw32_capslock_is_shiftlock) |
| 160 | /* Keys that should _not_ be affected by CapsLock. */ | 160 | /* Keys that should _not_ be affected by CapsLock. */ |
diff --git a/src/w32proc.c b/src/w32proc.c index 91722df87ae..33981445c7c 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -71,7 +71,7 @@ extern BOOL WINAPI IsValidLocale(LCID, DWORD); | |||
| 71 | 71 | ||
| 72 | /* Control whether spawnve quotes arguments as necessary to ensure | 72 | /* Control whether spawnve quotes arguments as necessary to ensure |
| 73 | correct parsing by child process. Because not all uses of spawnve | 73 | correct parsing by child process. Because not all uses of spawnve |
| 74 | are careful about constructing argv arrays, we make this behaviour | 74 | are careful about constructing argv arrays, we make this behavior |
| 75 | conditional (off by default). */ | 75 | conditional (off by default). */ |
| 76 | Lisp_Object Vw32_quote_process_args; | 76 | Lisp_Object Vw32_quote_process_args; |
| 77 | 77 | ||
| @@ -973,7 +973,7 @@ sys_spawnve (int mode, char *cmdname, char **argv, char **envp) | |||
| 973 | #if 0 | 973 | #if 0 |
| 974 | /* This version does not escape quotes if they occur at the | 974 | /* This version does not escape quotes if they occur at the |
| 975 | beginning or end of the arg - this could lead to incorrect | 975 | beginning or end of the arg - this could lead to incorrect |
| 976 | behaviour when the arg itself represents a command line | 976 | behavior when the arg itself represents a command line |
| 977 | containing quoted args. I believe this was originally done | 977 | containing quoted args. I believe this was originally done |
| 978 | as a hack to make some things work, before | 978 | as a hack to make some things work, before |
| 979 | `w32-quote-process-args' was added. */ | 979 | `w32-quote-process-args' was added. */ |
diff --git a/src/w32term.c b/src/w32term.c index 28861eea902..52c78b0558a 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -5401,7 +5401,7 @@ x_set_window_size (f, change_gravity, cols, rows) | |||
| 5401 | resize will happen asynchronously. But on Windows, the menu bar | 5401 | resize will happen asynchronously. But on Windows, the menu bar |
| 5402 | automatically wraps when the frame is too narrow to contain it, | 5402 | automatically wraps when the frame is too narrow to contain it, |
| 5403 | and that causes any calculations made here to come out wrong. The | 5403 | and that causes any calculations made here to come out wrong. The |
| 5404 | end is some nasty buggy behaviour, including the potential loss | 5404 | end is some nasty buggy behavior, including the potential loss |
| 5405 | of the minibuffer. | 5405 | of the minibuffer. |
| 5406 | 5406 | ||
| 5407 | Disabling this code is either not sufficient to fix the problems | 5407 | Disabling this code is either not sufficient to fix the problems |
| @@ -5524,9 +5524,9 @@ x_raise_frame (f) | |||
| 5524 | BLOCK_INPUT; | 5524 | BLOCK_INPUT; |
| 5525 | 5525 | ||
| 5526 | /* Strictly speaking, raise-frame should only change the frame's Z | 5526 | /* Strictly speaking, raise-frame should only change the frame's Z |
| 5527 | order, leaving input focus unchanged. This is reasonable behaviour | 5527 | order, leaving input focus unchanged. This is reasonable behavior |
| 5528 | on X where the usual policy is point-to-focus. However, this | 5528 | on X where the usual policy is point-to-focus. However, this |
| 5529 | behaviour would be very odd on Windows where the usual policy is | 5529 | behavior would be very odd on Windows where the usual policy is |
| 5530 | click-to-focus. | 5530 | click-to-focus. |
| 5531 | 5531 | ||
| 5532 | On X, if the mouse happens to be over the raised frame, it gets | 5532 | On X, if the mouse happens to be over the raised frame, it gets |